@charset "utf-8";
@import url("base.css");/* 重置&常用样式 */
@import url("fonts/custom.css"); /* 字体 */

/* 全局变量 */
.fred{color: #D90F19;}
.fmain{color: var(--primary-color);}
.w100{width: 100%;}
h2,h3,h1{font-weight: var(--font-weight__m);}
.f20{font-size: var(--font-size__20);}
.f32{font-size: var(--font-size__32);}
.f36{font-size: var(--font-size__36);}
.l12{line-height: 1.2;}
:root{
--max-width: 1600;
--background-cover: no-repeat center center / cover;
--background-contain: no-repeat center center / contain;
--default-color__rgb: 51, 51, 51; /*#333*/
--default-color: rgba(var(--default-color__rgb), 1);
--primary-color__rgb: 80, 158, 47;/*#509E2F*/
--primary-color: rgba(var(--primary-color__rgb), 1);
--secondary-color__rgb: 7, 173, 205/*#07adcd*/;
--secondary-color:rgba(var(--secondary-color__rgb), 1);
--font-family: 'hm', sans-serif;
--font-family__en: 'Montserrat', 'hm', sans-serif;
--white-color__rgb: 255,255,255; /*#FFFFFF*/
--white-color: rgba(var(--white-color__rgb), 1);
--black-color__rgb: 0,0,0; /*#000000*/
--black-color: rgba(var(--black-color__rgb), 1);
--main_line_height: 1;
--button_height: 0.7rem;
--font-weight__l: 100;
--font-weight__r: 400;
--font-weight__m: 500;
--font-weight__sb: 600;
--font-weight__b: 700;
--ttf:cubic-bezier(0.175, 0.885, 0.32, 1.275);
--transition: 1s var(--ttf);
--ttf-bouce:cubic-bezier(0.175, 0.885, 0.32, 1.275);
--itemhover:	transform: translate3d(0, -4px, 0);
--header_height: 1rem;
--border:1px solid #ededed;
--bg-color:#edf2f7;
}

/* 比例要求 */
/*超过1920px时，比例不变  默认*/
/* html{font-size: 100px;}
main{max-width: 1920px;margin: 0 auto;}
@media (max-width: 1400px) {
html:not(.view){font-size: calc(100 / 1600 * 100vw);}
}
@media (max-width: 1024px) {
html:not(.view){font-size: calc(100 / 1000 * 100vw);}
}
@media (max-width: 480px) {
html:not(.view){font-size: calc(100 / 560 * 100vw);}
} */

html{-webkit-text-size-adjust:100%;font-size:100px;}
html{font-size:5.2083334vw}
@media (min-width:769px) and (max-width:1024px) {
	html{font-size: calc((100 / 1200) * 100vw);} 
}
@media (max-width:768px) {
	html{font-size: calc((100 / 992) * 100vw);} 
}
@media (max-width:480px){
    html{font-size:calc(100 / 480 * 100vw);}
}


body{font-size: var(--font-size__16);font-family:var(--font-family);line-height:  var(--main_line_height);color: var(--default-color);}

.container {width: 87.6%;margin: 0 auto;max-width: 14rem;}
@media (max-width: 1024px) {
.container { width: 92%;}
:root{
  --header_height: 0.65rem;
--main_line_height: 1.4;

}
}

.view.editor{line-height: 1.8;}

/* 引导页 s */
.default-page{height: 100vh;position: relative;width: 100%;}
.default-page:before{background-color: rgba(var(--black-color__rgb), 0.15);content: "";left: 0;top: 0;width: 100%;height: 100%;position: absolute;z-index: 10;}
.default-page figure{padding-bottom: 100vh;}
.default-page .info{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 11;color: #fff;text-align: center;padding-bottom: var(--padding-margin__100);width: 87%;text-shadow: 0 0.04rem 0.49rem rgba(12,69,104,0.5);}
.default-page .info .font-fadeIn{overflow: visible;}
.default-page .info h1{font-size:var(--font-size__68);margin-bottom: var(--padding-margin__60);justify-content: center;}
.default-page .info h2{font-size:var(--font-size__30);margin-bottom: var(--padding-margin__60);font-weight: var(--font-weight__m);justify-content: center;}
.default-page .enter{display: inline-block;text-align: center;min-width: 2.52rem;font-size: var(--font-size__22);color: #fff;background-color: var(--primary-color);border-radius: 0.7rem;position: relative;line-height: 0.7rem;overflow: hidden;}
.default-page .enter span{position: relative;z-index: 10;margin-right: 0.27rem;transition: all 0.5s ease-in-out;}
.default-page .enter em{display: inline-block;vertical-align: middle;width: 0.18rem;height: 0.18rem;border-radius: 50%;background-color: rgba(var(--white-color__rgb), 0.2);position: absolute;transition: all 0.65s ease-in-out;right: -0.44rem;top: 50%;transform: translateY(-50%);}
.default-page .enter em:after{width: 0.06rem;height: 0.06rem;border-radius: 50%;background-color: var(--white-color);content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: all 1s ease-in-out;}
.default-page .enter:hover span{margin-right: 0;display: block;}
.default-page .enter:hover em{position: absolute;width: 3rem;height:3rem;right: 0;margin: 0;}
.default-page .enter:hover em:after{position: absolute;width: 3rem;height: 3rem;right: 0;margin: 0;background-color: rgba(var(--white-color__rgb), 0.05);}

.default-page .web{position: absolute;z-index: 11;bottom: var(--padding-margin__100);color: #fff;width: 87%;left: 50%;transform: translateX(-50%);}
.default-page .web li{flex: 1;position: relative;padding: 0 var(--padding-margin__60);}
.default-page .web span{font-size: var(--font-size__26);font-weight: var(--font-weight__m);}
.default-page .web .go{border-radius: 0.52rem;border:2px solid rgba(var(--white-color__rgb), 0.5);line-height: 0.48rem;min-width: 1.64rem;padding: 0 0.2rem;text-align: center;transition: all 0.5s ease-in-out;}
.default-page .web .go:hover{background-color:var(--white-color);color: var(--primary-color);}
@media(max-width:1440px){
  .default-page .web li{padding: 0 var(--padding-margin__20);}
  .default-page .web .go{min-width: 1.4rem;}
}
@media(min-width:1025px){
.default-page .web li:first-child{padding-left: 0;}
.default-page .web li:last-child{padding-right: 0;}
.default-page .web li:not(:last-child):after{position: absolute;right: 0;top: 50%;width: 1px;height: 0.4rem;margin-top: -0.2rem;background-color: rgba(var(--white-color__rgb), 0.3);content: "";}
}
@media(max-width:1024px){
  .default-page .web li{padding-top: 0.2rem;}
}
/* 引导页 end */


/* btn */
.more{display: inline-block;text-align: center;width: 1.8rem;color: #fff;background-color: var(--primary-color);border-radius: 0.6rem;position: relative;line-height: 0.56rem;overflow: hidden;border: 0.02rem solid var(--primary-color);font-weight: var(--font-weight__l);z-index: 10;cursor: pointer;padding: 0;}
.more span{position: relative;z-index: 10;margin-right: 0.24rem;transition: all 0.5s ease-in-out;}
.more em{display: inline-block;vertical-align: middle;width: 0.14rem;height: 0.14rem;border-radius: 50%;background-color: rgba(var(--white-color__rgb), 0.2);position: absolute;transition: all 0.65s ease-in-out;right: -0.37rem;top: 50%;transform: translateY(-50%);}
.more em:after{width: 0.05rem;height: 0.05rem;border-radius: 50%;background-color: var(--white-color);content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: all 1s ease-in-out;}
.more:hover{color: #fff;}
.more:hover span{margin-right: 0;display: block;}
.more:hover em{position: absolute;width: 3rem;height:3rem;right: 0;margin: 0;z-index: -1;}
.more:hover em:after{position: absolute;width: 3rem;height: 3rem;right: 0;margin: 0;background-color: rgba(var(--white-color__rgb), 0.05);}
.more.white{border-color:rgba(var(--white-color__rgb), 0.3);background-color: transparent;}
.more.white:hover {color: #fff;border-color: var(--primary-color);}
.more.white:hover em{background-color: rgba(var(--primary-color__rgb), 0.5);}
.more.white:hover em:after{background-color: var(--primary-color);}
.more.white2{border-color:rgba(var(--white-color__rgb), 1);background-color: rgba(var(--white-color__rgb), 1);color: var(--primary-color);}
.more.white2:hover {color: #fff;border-color: transparent;}
.more.white2 em{background-color: rgba(var(--primary-color__rgb), 0.2);}
.more.white2 em:after{background-color: var(--primary-color);}

.more-detail{color: #999999;display: flex;align-items: center;font-weight: var(--font-weight__l);}
.more-detail:after{width: 0.07rem;height: 0.14rem;content: "";background: url(../images/arr_r_dark.svg) no-repeat center center/contain;margin-left: var(--padding-margin__30);transition: var(--transition);}
.item:hover .more-detail{color: var(--primary-color);}
.item:hover .more-detail:after{background-image: url(../images/arr_r_blue2.svg);margin-left: var(--padding-margin__20);}

.more2{
	width: 2rem;
	height: 0.55rem;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size__18);
	color: #fff;
	border-top-right-radius: 0.28rem;
	border-bottom-left-radius: 0.28rem;
	transition: all 0.5s 0.1s;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	-ms-transition: all 0.5s 0.1s;
	-o-transition: all 0.5s 0.1s;
	overflow: hidden;
}
.more2::before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
	position: absolute;
	left: -200%;
	top: 0;
	z-index: -1;
	transition: all 0.5s 0.1s;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	-ms-transition: all 0.5s 0.1s;
	-o-transition: all 0.5s 0.1s;
}
.more2:hover{
	border-color: transparent;
	color: #fff;
}
.more2:hover::before{
	left: 0;
}
@media(max-width:480px){
  .more{width: 1.5rem;border-radius: 0.46rem;line-height: 0.44rem;}
}

/* Start
========================================================================== */
header{position: fixed;left: 0;top: 0;width: 100%;z-index: 100;transition: var(--transition);--max-width:1600;border-bottom: 1px solid transparent;background: linear-gradient(180deg, rgba(32, 38, 41, 0.6) 0%, rgba(55, 87, 102, 0) 100%);border-bottom: 1px solid rgba(255,255,255,0.5);}
header.dark-style{background: var(--white-color) !important;border-bottom-color: #ededed !important;box-shadow: 0 0.08rem 0.2rem rgba(219,219,219,0.3);}
header.dark-style.up{ box-shadow: 0 0.08rem 0.2rem rgba(219,219,219,0.3);}
header .logo img{height: 0.52rem;}
header .logo .img2{ display: none;}
header.dark-style .img2{display: block;}
header.dark-style .img1{display: none;}
@media (max-width:480px) {
header .logo img{ height: 0.28rem;}
}
/* header.light-style .logo img{ filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); } */
header .container{height: var(--header_height);}
.light-style .main-nav li > span,
.light-style .main-nav li span a{display: block;}
.main-nav li span a{line-height: var(--header_height);position: relative;display: block;}
.main-nav li span a::before{position: absolute;content:'';left: 0;bottom: 0.34rem;opacity: 0;width: 0;transition: var(--transition);border-radius: 0.05rem;background: #509E2F !important;border-radius: 0.2rem 0.01rem;height: 0.34rem;z-index: -1;}
.light-style .main-nav li span a::before{background-color: var(--white-color); }
.dark-style .main-nav li span a::before{background-color: var(--primary-color); }

.h-lang{margin-left: 0.3rem;position: relative;font-size: var(--font-size__16);display: flex;align-items: center;}
.h-lang::after{content: '';display: block;width: 0.01rem;height: 0.18rem;background-color: rgba(255, 255, 255, 0.2);margin-right: 0.2rem;margin-left: 0.2rem;}
.h-lang dt{border-radius: 0.4rem;height: 0.4rem;display: flex;align-items: center;justify-content: center;border-radius: 0.4rem;}
.h-lang dt:after{content: "";width: 0.1rem;height: 0.06rem;opacity: 0.8;background: url(../images/arr_xjt_white.svg) no-repeat;background-size: 0.1rem 0.06rem;}
.h-lang dd{position: absolute;left: 50%;top: 150%;width: 115%;box-shadow: 0 5px 10px rgba(0,0,0,0.1);background-color:#fff;text-align: center;transform: translateX(-50%);border-radius: 5px;opacity: 0;visibility: hidden;z-index: -1;transition: all 0.3s ease;pointer-events: none;}
.h-lang dd a{display: block;color: rgba(var(--rgb-555));line-height: 2;}
.h-lang dd a:hover{color: #509E2F}
.h-lang:hover dd{opacity: 1;z-index: 10;top: 100%;visibility: visible;padding: 0.1rem 0;pointer-events: auto;}
/* .light-style .h-lang dt{border:1px solid rgba(var(--white-color__rgb), 0.5);} */
/* .dark-style .h-lang dt{border:1px solid rgba(var(--black-color__rgb), 0.2);} */
.h-lang dt:before{content: '';display: block;width: 0.18rem;height: 0.18rem;background-image: url(../images/lan.svg);background-size: 0.18rem;margin-right: 0.08rem;}
.dark-style .h-lang dt:after{background-image: url(../images/arr_xjt_gray.svg);}
.dark-style .h-lang dt:before{background-image: url(../images/lan_dark.svg);}
.dark-style .h-lang:before{background-color: #333;opacity: 0.2;}
.dark-style .h-lang::after{background-color: rgba(0,0,0,0.08);}
.h-lang a{margin-right: 0.08rem;}
.light-style .h-lang a{color: #fff;}
.h-lang a:hover{color: #777777;}

.open-search{display: block;width: 0.22rem;height: 0.22rem;background: var(--background-contain);cursor: pointer;}
.light-style .open-search{background-image: url(../images/search.svg);}
.dark-style .open-search{background-image: url(../images/search-dark.svg);}
.search-show .light-style .open-search{background-image: url(../images/close.svg);}
.search-show .dark-style .open-search{background-image: url(../images/close-dark.svg);}

.top-search{position: absolute; top: 100%; left: 0;width: 100%;padding: 0.2rem 0; background-color: rgba(var(--black-color__rgb),0.3);display: flex;justify-content: center; transform: translateY(0.2rem); opacity: 0; transition: var(--transition); visibility: hidden;}
.top-search .inner{position: relative;border-radius: 0.05rem;max-width: 6rem;width: 90%;background-color: var(--white-color);padding: 0 0.2rem 0 0;}
.top-search .form-input{padding: 0 0.2rem; line-height: 0.52rem;height: 0.52rem;flex: 1;}
.top-search .btn{ width: 0.4rem;height: 0.4rem;background: url(../images/search-dark.svg) var(--background-contain); margin-left: 0.2rem; flex-shrink: 0; background-size: auto 60%;}
.search-show .top-search{transform: translateY(0); opacity: 1; visibility: visible;}

.main-nav li{margin: 0 0.3rem;position: relative;z-index: 99;}
.main-nav .sub{transition: 0.5s;}
.main-nav .sub .left dd:not(:last-child){margin-bottom:0.3rem;}
.main-nav .sub .p-menu dd{line-height: calc(30 / 22);}
.main-nav .sub .p-menu dd:not(:last-child){margin-bottom:0.22rem;}
.main-nav .sub:not(.sub-projects) .p-menu dd{text-align: center;}
.main-nav .sub:not(.sub-projects) .p-menu dd a{font-weight: var(--font-weight__l);color: #666666;}
.main-nav .sub:not(.sub-projects) .p-menu dd:hover a{color: var(--primary-color);font-weight:var(--font-weight__r);}
.main-nav .sub-projects{display: flex;justify-content: center;background-color: #f6f9fa;}
.main-nav .sub-projects .sub-inner{max-width: 16rem; width: 100%;padding: var(--padding-margin__60) 0;}
.main-nav .sub .right figure{padding-bottom: calc(268 / 432 * 100%);border-radius: 0.14rem;}
.main-nav .sub .left dd.active a{color: var(--primary-color);}
.main-nav .sub .mid dl:not(.active){position: absolute;visibility: hidden;opacity: 0;z-index: -1;}
.main-nav .sub .mid dd{ font-weight: var(--font-weight__l); line-height: 0.28rem; transform: translateY(0.1rem); transition:all 0.5s ease-in-out; opacity: 0; transition-delay: var(--s);padding-bottom: 0.11rem;color: #666;position: relative;}
.main-nav .sub .mid dd:before{position: absolute;right: 0.2rem;width: 0.16rem;height: 0.11rem;top: 0.08rem;content: "";background: url(../images/arr_r_blue.svg) no-repeat center center/contain;opacity: 0;transition: var(--transition);}
.main-nav .sub .mid dd:after{left: 0;width: 0;bottom: 0; transition:all 0.5s ease-in-out;height: 1px;content: "";position: absolute;background-color: var(--primary-color);}
.main-nav .sub .mid dl.active dd{transform: translateY(0); opacity: 1;}
.main-nav .sub .mid dd.active{color: var(--primary-color);}
.main-nav .sub .mid dd.active:before{right: 0;opacity: 1;}
.main-nav .sub .mid dd.active:after{width: 100%;}
.main-nav .sub .mid dd:not(last-child){margin-bottom: 0.14rem;}

@media (min-width:1025px) {
header :where(.logo,.h-right){width: calc(125 / var(--max-width) * 100%);}
.light-style .main-nav li span a{color: var(--white-color); }
.dark-style .main-nav li.aon span a{color: var(--white-color);}
.main-nav li.aon span a::before{width: calc(100% + 0.52rem);opacity: 1;left: -0.26rem;}
.main-nav .sub-projects:after{width: 5.22rem;left: 0;top: 0;height: 100%;content: "";position: absolute;background-color: #f1f6f9;}
.main-nav .sub{position: absolute; top: 100%;left: 0;width: 100%;opacity: 0; clip-path: polygon(0 0,100% 0,100% 0,0 0);}
.main-nav .sub:not(.sub-projects){left: 50%;width: 2rem; transform: translateX(-50%);}
.main-nav .sub:not(.sub-projects) .p-menu{background-color: var(--primary-color);margin-top: 0.1rem;padding: 0.25rem 0.2rem;border-radius: 0.1rem;}
.main-nav .sub:not(.sub-projects) .p-menu dd:hover a{color: var(--white-color);}
.main-nav .sub:not(.sub-projects) .p-menu dd a{color: var(--white-color);}
.main-nav .sub-projects .p-menu a{font-size: var(--font-size__22);color: #666666;}
.main-nav .show .sub{opacity: 1;clip-path: polygon(0 0,100% 0,100% 100%,0 100%);}
.main-nav .sub .p-menu dd a:hover::after,
.main-nav .sub .p-menu dd.active a::after{transform: translateX(0); opacity: 1; }
.main-nav .sub .thead{width: calc(362 / 1600 * 100%);flex-shrink: 0;position: relative;z-index: 1;font-size:var(--font-size__32);color: #222222;padding-left: var(--padding-margin__80);}
.main-nav .sub .thead img{display: block;margin-bottom: var(--padding-margin__40);height: 0.5rem;}
.main-nav .sub .left{width: calc(245 / 1600 * 100%);flex-shrink: 0;position: relative;z-index: 1;padding-left: var(--padding-margin__30);}
.main-nav .sub .left:after{position: absolute;right: 0;top: 0.02rem;content: "";background-color: #e2e9ee;height: calc(100% - 0.09rem);width: 1px;}
.main-nav .sub .mid{width: calc(487 / 1600 * 100%);flex-shrink: 0; transition-delay: 0.5s;position: relative;z-index: 1;padding: 0 var(--padding-margin__70);}
.main-nav .sub .right{width:27%;transition-delay: 0.7s;position: relative;z-index: 1;margin-left: auto;margin-right: var(--padding-margin__80);}
}

@media (max-width:1024px) {
.main-nav{position: fixed; top: var(--header_height); width: 3.5rem;bottom: 0;background: rgba(var(--white-color__rgb), 0.95); left: -100%;transform: translateX(-100%); transition: 0.5s ease-in-out;}
.menu-show .main-nav{ left: 0; transform: translateX(0);}
.main-nav ul{overflow: auto; padding: 0 0.2rem;}
.main-nav .sub{display: none; }
.main-nav .sub:not(.sub-projects){padding: 0.2rem 0;}
.main-nav .p-menu dd{padding-left: 0.2rem;font-size: var(--font-size__24);}
.main-nav li{border-bottom: 1px solid rgba(var(--black-color__rgb), 0.1);}
.main-nav li span{position: relative;z-index: 1;overflow: hidden;display: block;;}
.main-nav li span a{line-height: 3;font-size: var(--font-size__30)}
.wap-op{position: absolute;right: 0; width: 0.5rem; height: 100%;z-index: 10; background: url(../images/arr_xjt_gray.svg) no-repeat center center; background-size: auto 0.5em; top: 0; transition: 0.3s; will-change: transform;}
.main-nav li.wap-show .wap-op{transform: rotate(-180deg);}
.main-nav .sub{transition: all 0s;}
.main-nav .sub .thead{display: none;}
.main-nav .sub .right{display: none;}
.main-nav .sub .left .p-menu{display: flex; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: none;}
.main-nav .sub .left .p-menu::-webkit-scrollbar {display: none;}
.main-nav .sub .left dd{position: relative;z-index: 1;margin-right: 0.2rem;flex: 0 0 auto;padding-left: 0;}
.main-nav .sub .left dd:before{position: absolute; left: 0;top:0;width: 100%;height: 100%;z-index: 10;content: '';}

.open-menu{display: flex;flex-direction: column;align-items: center;justify-content: space-between; width: 0.4rem; height: 0.35rem; background: var(--primary-color); padding: 0.08rem 0; margin-left: 0.4rem;}
.open-menu i{display: block; width: 60%; height: 2px;background-color: var(--white-color);transition: all 0.5s;}
.menu-show .open-menu i:nth-child(1) {
	-webkit-transform: translate(0, 0.08rem) rotate(45deg) !important;
	-moz-transform: translate(0, 0.08rem) rotate(45deg) !important;
	-ms-transform: translate(0, 0.08rem) rotate(45deg) !important;
	-o-transform: translate(0, 0.08rem) rotate(45deg) !important;
	transform: translate(0, 0.08rem) rotate(45deg) !important;}
.menu-show .open-menu i:nth-child(2) {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}
.menu-show .open-menu i:nth-child(3) {width: 0;}
}

/* footer */
footer{position: relative;background: #343434;padding-top: var(--padding-margin__110);font-size: var(--font-size__16);font-weight: var(--font-weight__l);position: relative;z-index: 11;color: #fff;}
footer .logo img{filter: brightness(0) invert(1);height: 0.48rem;}
.f-top{padding-bottom: var(--padding-margin__40);margin-bottom: var(--padding-margin__60);border-bottom: 2px solid rgba(var(--white-color__rgb), 0.2);}
.f-bottom{border-top: 1px solid rgba(var(--white-color__rgb),0.2);padding: var(--padding-margin__20) 0;line-height: calc(30 / 16);margin-top: var(--padding-margin__70);font-size: 0.14rem;}
.f-bottom,
.f-bottom a:not(:hover){color: rgba(var(--white-color__rgb),1);}
footer a:hover{color: var(--primary-color);}
.f-contact{margin-top: var(--padding-margin__60);}
.f-contact dd{line-height: calc(20 / 16);display: flex;}
.f-contact dd,
.f-contact dd a{color: var(--white-color);}
.f-contact dd a:hover{text-decoration: underline;}
.f-contact dd:not(:last-child){margin-bottom: var(--padding-margin__12);}
.f-contact dd span{width: 0.53rem;flex-shrink: 0;color: rgba(var(--white-color__rgb),0.5);}
.f-code{text-align: center;font-size: var(--font-size__14);}
.f-code dd:not(:last-child){padding-right: 0.2rem;}
.f-code dd img{margin: 0px auto 0.1rem;width: 1.3rem;height: 1.3rem;border-radius: 4px;background-color: #fff;padding: 0.08rem;display: block;}
.f-contactUl .li{margin-bottom: 0.3rem;}
.f-contactUl .li:last-child{margin-bottom: 0;}

.follow-us li{position: relative;z-index: 20;}
.follow-us li:not(:last-child){margin-right: 0.14rem;}
.follow-us .icon{display: flex;align-items: center;justify-content: center;width: 0.5rem;height: 0.5rem;background-color: rgba(var(--white-color__rgb),0.1);border-radius: 50%;transition: all 0.5s;}
.follow-us .icon img{width: 0.3rem;max-height: 0.3rem;}
.follow-us .code{position: absolute; bottom: calc(100% + 0.1rem); background-color: var(--white-color); padding: 0.05rem; width: 1.5rem; left: 0; visibility: hidden; opacity: 0; transform: translateY(-0.2rem); transition: var(--transition);cursor: pointer;}
.follow-us .code img{width: 100%;}
.follow-us .code::after{position: absolute; content: ''; top: 100%;border: 4px solid transparent;border-top-color: var(--white-color); left: calc(0.2rem - 4px);}
.follow-us li.show .icon{ background-color: rgba(var(--white-color__rgb),1);}
.follow-us li.show .code{ visibility: visible; opacity: 1; transform: translateY(0);}
.follow-us li:not(.show) .icon img{filter: brightness(0) invert(1);}

footer .tit{font-size: var(--font-size__18);font-weight: var(--font-weight__m);margin-bottom: var(--padding-margin__35);}
.f-sitemap .tit a{color: var(--white-color);}
.f-sitemap .item dd{line-height: 1;}
.f-sitemap .item dd:not(:last-child){margin-bottom: 0.24rem;}
.f-sitemap .item dd a{color: rgba(var(--white-color__rgb),1);transition: all 0.5s ease;}
.f-sitemap .item dd a:hover{color: var(--primary-color);}
.f-sitemap .sub-item .list{ position: relative;z-index: 1;}
.f-sitemap .sub-item .list dl:not(.active){position: absolute; visibility: hidden; opacity: 0; pointer-events: none;}
.f-sitemap .sub-item .list dd{opacity: 0;  transition: var(--transition); transition-delay: var(--s);}
.f-sitemap .sub-item .list dl.active dd{opacity: 1;  }

.f-bottom .nav a:not(:last-child):after{width: 1px;background-color: rgba(var(--white-color__rgb), 0.2);height: 0.13rem; margin: 0 1em;content: '';display: inline-block;}

.fix-right{right: var(--padding-margin__15);top: 50%;transform: translateY(-50%);width: 0.72rem;position: fixed;z-index: 100;}
.fix-right ul{background-color: var(--white-color);border-radius: 0.72rem;padding:0 0 var(--padding-margin__30);box-shadow: 0 4px 0.25rem rgba(var(--primary-color__rgb), 0.15);}
.fix-right li{position: relative;}
.fix-right p{margin: 0;}
.fix-right .btn{display: block;padding: var(--padding-margin__30) 0 0;text-align: center;font-size: var(--font-size__14);font-weight: var(--font-weight__l);}
.fix-right .btn img{display: block;margin: 0px auto 0.08rem;height: 0.25rem;}
.fix-right li:not(:last-child) .btn{border-bottom: 1px solid rgba(255,255,255,0.18);}
.fix-right li:hover .ewm{right: 100%;visibility: visible;z-index: 100;opacity: 1;}
.fix-right .ewm{padding: 0.1rem;border-radius: 5px;background: #fff;width: 1.5rem;top: 50%;right: 90%;transform: translateY(-50%);transition: all 0.5s;position: absolute;opacity: 0;z-index: -1;visibility: hidden;box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.fix-right .ewm img{width: 100%;}
.fix-right .ewm:after{width: 10px;height: 10px;top: 50%;transform: translateX(-50%) rotate(45deg);content: "";position: absolute;background: #fff;right: -10px;}
.fix-right .ewm a{font-size: var(--font-size20);font-weight: bold;color: rgba(var(--main-color));}
.fix-right li:nth-child(2) .ewm{width: 1.8rem;}
.fix-right .formbtn{width: 0.72rem;height: 0.72rem;border-radius: 50%;background: var(--secondary-color) url(../images/ico-ly.svg) no-repeat center center/0.25rem 0.32rem;transition: all 0.5s;display: block;margin: var(--padding-margin__30) 0 0 0;}
.fix-right .formbtn:hover{background-color: var(--primary-color);}
.fix-right .back-top{transform: translateY(-100%);height: 0;opacity: 0;transition: all 0.5s;pointer-events: none;}
.fix-right.up .back-top{transform: translateY(0);height: 0.76rem;opacity: 1;pointer-events: auto;}

.back-top .btn:before{	width: 0.24rem;height: 0.24rem; background: url(../images/totop.svg) var(--background-contain);display: block; content: ''; backface-visibility: visible;margin: 0px auto 0.08rem;}
.back-top:hover .btn:before{animation: getop 1.5s var(--ttf) forwards;}
@keyframes getop {
0% { transform: translateY(0); opacity: 1;}
60% { transform: translateY(-100%);opacity: 0;}
61% { transform: translateY(100%); opacity: 0;}
100% {transform: translateY(0);opacity: 1;}
}

@media (min-width:1025px) {
.f-left{flex: 1;}
.f-sitemap{padding-top: 0.07rem;width: calc(942 / 1400 * 100%);}
.f-sitemap .sub-item{ display: flex;width: 2.68rem;}
.f-sitemap .sub-item .parent{flex-shrink: 0; width:1.11rem;}
.f-sitemap .sub-item .list{flex: 1; margin-left: 0.33rem;}
.f-sitemap .sub-item .list dd{transform: translateY(0.2rem);}
.f-sitemap .sub-item .list dl.active dd{transform: translateY(0);}
.f-sitemap .sub-item .parent dd.active a{display: block;background: url(../images/a-icon.svg) no-repeat right center; background-size: auto 0.11rem;}
}
@media (max-width:1024px) {
.f-left{margin-bottom: var(--padding-margin__100);}
.f-sitemap{display: none;}
.f-sitemap .item dl{display: flex;flex-wrap: wrap;}
.f-sitemap .item > dl dd{margin-bottom: 0.1rem;}
.f-sitemap .item dl dd:not(:last-child){margin-right: 0.2rem;}
.f-sitemap .item:not(:last-child){margin-bottom: var(--padding-margin__50);}
.f-sitemap .sub-item .list dd{transform: translateX(0.2rem);}
.f-sitemap .sub-item .list dl.active dd{transform: translateX(0);}
.f-code {padding-top: 0.2rem;}
.f-bottom{
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.f-bottom .copyright {
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
}
@media(max-width:480px){
  .follow-us .icon{width: 0.45rem;height: 0.45rem;}
}

footer .codeBox{width:1.4rem;height:1.4rem;background:rgba(255,255,255,0.3);border:0.01rem solid rgba(255,255,255,0.5);padding:0.1rem}
footer .codeBox img{width:100%;height:100%;object-fit:cover}
footer .f-mid-l dd{margin-right:0.4rem}
footer .f-mid-l dd:last-child{margin-right:0}
footer .f-mid-l .logo{height:0.83rem;filter: brightness(0) invert(1);}
footer .f-mid-l dd .title{color: rgba(var(--white-color__rgb),1);}
@media screen and (max-width:1024px){
	footer .f-mid-l{flex: 1;}
	footer .f-mid-l a{justify-content: center;}
	footer .f-mid-l dl{justify-content: center;}
}

/* 首页重置 */

/* banner */
[class*=home-]{position: relative;overflow: hidden;z-index: 2;}
.home-main .edit-info{text-align: justify;font-weight: var(--font-weight__l);}

/* banner s */
.controls-area{position: absolute; left: 0;bottom:calc(90 / 960 * 100%);z-index: 10;width: 100%;}
.controls-area .arr{width: 0.31rem;height: 0.31rem;border-radius: 50%;background-size: 0.09rem 0.16rem;background-position: center center;background-repeat: no-repeat;cursor: pointer;}
.controls-area .arrow-prev{background-image: url(../images/swiper-arr_right.svg);transform: rotate(180deg);}
.controls-area .arrow-next{background-image: url(../images/swiper-arr_right.svg);}
.controls-area .pause-play-btn {width: 0.4rem;height: 0.4rem;border: 1px solid var(--white-color);border-radius: 50%;margin-left: 0.18rem;cursor: pointer;color: #fff;display: flex;align-items: center;justify-content: center;}
.controls-area .pause-play-btn.pause::after {content: '❚❚';font-size: 12px;}
.controls-area .pause-play-btn.play::after {content: '▶';font-size: 12px;}
.controls-page{display: flex;align-items: center; justify-content: center;position: relative;padding: 0 0.1rem;}
.controls-page span{width: 0.31rem;height: 0.31rem;position: relative;background-color: transparent;opacity: 1;}
.controls-page span:not(:last-child){margin-right: 0.1rem;}
.controls-page span:after{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 0.1rem;height: 0.1rem;background-color: rgba(var(--white-color__rgb), 0.4);content: "";border-radius: 50%;}
.controls-page span:before{position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";border-radius: 50%;background: url(../images/ban_dot.png) no-repeat center center/contain;opacity: 0;}
.controls-page .swiper-pagination-bullet-active:after{background-color: rgba(var(--white-color__rgb), 1);}
.controls-page .swiper-pagination-bullet-active:before{opacity: 1;animation: turn 3s linear infinite;}

.home-ban{position: relative;z-index: 1; top: 0; }
.home-ban .ispic{padding-bottom: 100vh;}
.home-ban .swiper{height: 100vh;}
.home-ban .swiper img{width: 100%;}
.home-ban .swiper .slide01 .info h1{color: #fff;background: none;-webkit-text-fill-color:#fff}
.home-ban .swiper .slide01 .info pre{color: #fff;}
.home-ban .info{position: absolute;left: 50%;top: 30%;transform: translate(-50%,0%);z-index: 10;color: #fff;text-align: left;width: 100%;}
.home-ban .info h1{max-width: 70%;font-size: var(--font-size__68);line-height: calc(74 / 68);margin: 0 ;background: linear-gradient(90deg, #276A0F, #239D49);    font-weight: bold;-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.home-ban .info pre.p1{font-size: 0.26rem;color: #4a5a6b;letter-spacing: 0.01rem;font-weight: lighter;margin: 0.2rem auto 0.3rem;}
.home-ban .info pre.p2{font-size: 0.2rem;letter-spacing: 0.02rem;color: #6e777c;font-weight: lighter;}
.home-ban .swiper-slide-active .ispic img{animation:fadeInscale 5s .3s ease both;-webkit-animation:fadeInscale 5s .3s ease both;-moz-animation:fadeInscale 5s .3s ease both;}
.home-ban .swiper-slide-active h1{animation:fadeInUpSmall 1s .4s ease both;-webkit-animation:fadeInUpSmall 1s .4s ease both;-moz-animation:fadeInUpSmall 1s .4s ease both;}
.home-ban .swiper-slide-active pre{animation:fadeInUpSmall 1s .6s ease both;-webkit-animation:fadeInUpSmall 1s .6s ease both;-moz-animation:fadeInUpSmall 1s .6s ease both;}
.home-ban .swiper-slide-active .more{animation:fadeInUpSmall 1s .8s ease both;-webkit-animation:fadeInUpSmall 1s .8s ease both;-moz-animation:fadeInUpSmall 1s .8s ease both;}
.home-ban .controls-page span:before{display: none;}
.home-ban .controls-page span:not(:last-child){margin-right: 0;}
.home-ban .controls-page span:after{width: 0.1rem;background: url(../images/yzIcon1.png) no-repeat center;	height: 0.14rem;}
.home-ban .controls-page span.swiper-pagination-bullet-active:after{background-image: url(../images/yzIcon.png);}
.ban-outside { width: 100%; will-change: height; position: absolute; left: 0;  top: -20vh;  transform: skewY(-8deg);  overflow: hidden; height: calc(100% + 40vh);}
.home-ban .swiper-slide.in {  opacity: 1!important}
.home-ban .swiper-slide.out,.home-ban .swiper-slide.on { opacity: 1!important; z-index: 10}
.ban-inside {background-color: var(--black-color);background-position: 50%; background-repeat: no-repeat; background-size: cover;  width: 100vw; height: var(--banh); position: absolute; left: 0; top: 20vh; transform: skewY(8deg);}
.home-ban .arrows-prev{left:3%;}
.home-ban .arrows-next{right:3%;}
@media(max-width:1024px){
  .home-ban .info h1{max-width: 100%;}
  .home-ban .ispic{padding-bottom: 65%;}
  .home-ban .swiper{height: auto;}
}

/* about s */
.titHead{padding-bottom: var(--padding-margin__70);position: relative;}
.titHead .tit{margin:0;font-size: var(--font-size__20);color: var(--primary-color);margin:0 0 var(--padding-margin__25);font-weight: var(--font-weight__l);}
.titHead h2{font-size: var(--font-size__48);color: #222222;line-height: calc(70 / 48);;font-weight: var(--font-weight__m);margin: 0;}
.titHead h2 span{color: #afafaf;}
.titHead.tc .tit{justify-content: center;}

/* 面包屑 */
.position-and-submenu{height:0.8rem;border-bottom: 0.01rem solid #F7F7F7;position: sticky;top: var(--header_height);background: #f3f5f6;z-index: 3;  border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;}
.position-and-submenu .menuBox li{margin-right: var(--padding-margin__90);}
.position-and-submenu .menuBox li:last-child{margin-right:0}
.position-and-submenu .menuBox li a{height:0.8rem;line-height:0.8rem;position:relative;display:flex;align-items:center;justify-content:center}
.position-and-submenu .menuBox li a::after{content:'';display:block;width:0;height: 0.5rem;background: var(--primary-color);border-radius:0.01rem;position:absolute;left:50%;bottom: 0.15rem;opacity:0;transition:all 0.3s ease;z-index: -1;border-radius: 0.01rem 0.2rem;}
.position-and-submenu .menuBox li:hover a,.position-and-submenu .menuBox li.aon a{color: #fff;}
.position-and-submenu .menuBox li:hover a::after,.position-and-submenu .menuBox li.aon a::after{width: calc(100% + 0.8rem);opacity:1;left: -0.4rem;}
.position-and-submenu .position:before{content:'';display:block;width:0.16rem;height:0.16rem;background-image:url(../images/current_icon.png);background-size:0.16rem;margin-right:0.1rem}
.position-and-submenu .position a{color:#999999;display:flex;align-items:center;font-size:0.16rem}
.position-and-submenu .position a::after{content:'/';display:block;color:#999999;margin-left:0.08rem;margin-right:0.08rem}
.position-and-submenu .position a:hover{color:var(--primary-color)}
.position-and-submenu .position span{font-size: 0.16rem;}
.position-and-submenu ul{list-style: none;margin-top: 0;margin-bottom: 0;padding-left: var(--padding-margin__40);  position: relative;  z-index: 5;}
@media screen and (max-width:1024px){
}
@media screen and (max-width:768px){
	.position-and-submenu .menuBox li{margin-right: 0.9rem;}
	.position-and-submenu .position{display: none;}
}
@media screen and (max-width:480px){
	.position-and-submenu ul{padding-left: 0;width: 100%;height: 100%;overflow-x: auto;list-style: none;padding: 0;margin: 0;display: flex;overflow-y: hidden;}
	.position-and-submenu .menuBox li a::after{display: none;}
	.position-and-submenu .menuBox li:hover a, 
	.position-and-submenu .menuBox li.aon a{color: var(--primary-color);}
	.position-and-submenu .menuBox li{margin-right: 0.2rem;flex: 0 0 auto;}
	.position-and-submenu .menuBox{width: 100%;overflow-x: auto;}
}

/* sub banner */
.banner{width: 100%;position: relative;}
.banner .fontBox{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.banner img{border-bottom-left-radius: 0.3rem;border-bottom-right-radius: 0.3rem;}
.productPage .banner .fontBox{display: none;}

.banner .controls-page span:before{display: none;}
.banner .controls-page span:not(:last-child){margin-right: 0;}
.banner .controls-page span:after{width: 0.1rem;background: url(../images/yzIcon1.png) no-repeat center;	height: 0.14rem;}
.banner .controls-page span.swiper-pagination-bullet-active:after{background-image: url(../images/yzIcon.png);}


.contact{position: relative;background-image: url(../images/contactBg.png);background-size: cover;background-size: left bottom;}
.contact .leftBox{width: calc(100% - 6.74rem);padding-right: var(--padding-margin__65);}
.contact .leftBox dl{border-bottom: 1px solid rgba(0,0,0,0.06);}
.contact .leftBox dd{border-top: 1px solid rgba(0,0,0,0.06);padding-top: var(--padding-margin__30);padding-bottom:var(--padding-margin__30);}
.contact .leftBox dd .iconBox{width: 0.33rem;display: flex;align-items: center;justify-content: center;}
.contact .leftBox dd .iconBox img{min-width: 0.31rem;}

.contact .rightBox{width: 6.74rem;}
.contact .rightBox .imgbox{padding-top: 93.472%;border-radius: 0.01rem 0.6rem;}

@media screen and (min-width:769px) and (max-width:1024px){
	.contact .rightBox{width: 50%;}
	.contact .leftBox{width: 50%;padding-right: 0.3rem;}
	.contact .leftBox dl{margin-top: 0.3rem;}
	.contact .leftBox dd {
		padding-top: var(--padding-margin__25);
		padding-bottom: var(--padding-margin__25);
	}
}

@media screen and (max-width:768px){
	.contact .rightBox,
	.contact .leftBox{width: 100%;}
	.contact .rightBox{margin-top: var(--padding-margin__65);}
	.banner .fontBox{padding-top: 0.5rem;}
}
@media screen and (max-width:768px){
	.titH .intro{line-height: 1.5;}
}

.online .form{background: #F6F6F6;padding: var(--padding-margin__60);display:flex;flex-wrap:wrap;justify-content:space-between;border-radius: 0.2rem;background-image: url(../images/onlineBg.png);background-size: cover;}
.online .form .group{width: calc(33.3% - 0.2rem);display:flex;flex-direction:column;margin-bottom: var(--padding-margin__40);}
.online .form .group label{color:#181818}
.online .form .group label i{color:#DC0000}
.online .form .group .ipttxt{height:0.6rem;background:#FFFFFF;border-radius:0.1rem;border:none;margin-top:0.14rem;padding:0.2rem;line-height:1.5}
.online .form .group.w100{width:100%}
.online .form .group.w100 .ipttxt{min-height: 2.7rem;}
.online .form .group button{cursor: pointer; color:#fff;margin:0 auto;margin-top:0.3rem;border:0.02rem solid var(--primary-color);transition:all 0.5s ease;width: 1.7rem;height: 0.52rem;background: #509E2F;border-radius: 0.01rem 0.2rem;}
.online .form .group button:hover{ border-radius: 0.2rem 0.01rem;}
@media screen and (max-width:1024px){
	.online .form{padding: 0.3rem;}
	.online .form .group{width: calc(50% - 0.1rem);}
}
@media screen and (max-width:480px){
	.online .form .group{width: 100%;}
	.online .form .group button{margin-top: 0;}
}

/* rcln */
.rcln .ul .item{width:calc(100% / 3 - 0.24rem);margin-right:0.36rem}
.rcln .ul .item:nth-child(3n){margin-right:0}
.rcln .ul .item .itemCon{display:block;width:100%;background-image:url(../images/rclnBg.png);background-size:cover;background-repeat:no-repeat;background-position:right bottom;border-bottom-right-radius:0.5rem;padding:var(--padding-margin__50);border-top-left-radius:0.04rem}
.rcln .ul .item .itemCon .iconBox{height:0.5rem;display:flex;align-items:center}
.rcln .ul .item .itemCon .iconBox img{min-height:0.44rem;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease}
.rcln .ul .item .itemCon:hover .iconBox img{-webkit-animation:icon-bounce 0.5s alternate;-moz-animation:icon-bounce 0.5s alternate;-o-animation:icon-bounce 0.5s alternate;animation:icon-bounce 0.5s alternate}
@media screen and (max-width:1024px){
.rcln .ul .item .itemCon .iconBox img{min-height: auto;height: 0.4rem;}
}
@media screen and (max-width:480px){
.rcln .ul .item{width: 100%;margin-right: 0;margin-bottom: 0.2rem;}
.rcln .ul .item:last-child{margin-bottom: 0;}
}


/* bghj */
.bghj{padding-left:3.2rem}
.bghj .titH{padding-right:3.2rem}
.bghj .ul{width:calc(100% + 6.7rem);position:relative}
.bghj .ul::before{content:'';display:block;width:6.5rem;height:calc(100% + 2.4rem);background:#FFFFFF;border-radius:0.2rem;-webkit-border-radius:0.2rem;-moz-border-radius:0.2rem;-ms-border-radius:0.2rem;-o-border-radius:0.2rem;position:absolute;left:-0.6rem;top:-0.8rem}
.bghj .ul .item{margin-right:0.5rem}
.bghj .ul .item .itemCon{display:block}
.bghj .ul .item .itemCon .imgbox{padding-top:66.477%;border-radius:0.2rem;-webkit-border-radius:0.2rem;-moz-border-radius:0.2rem;-ms-border-radius:0.2rem;-o-border-radius:0.2rem}
.bghj .ul .item .itemCon .imgbox img{transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease}
.bghj .ul .item .itemCon:hover .imgbox img{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05)}
.bghj .slick-dots{position:static;background:#E3E3E3;max-width:11.04rem;margin-top:var(--padding-margin__75);display:flex;padding-left:0;padding-right:0}
.bghj .slick-dots li{display:inline-block;width:auto;height:0.02rem;margin:0;padding:0;position:relative;border:none;border-radius:50%;flex:1}
.slick-dots li button{background-color: #D3D3D3;}
.bghj .slick-arrow{top:auto;transform:translate(0,0);bottom:-0.25rem}
.bghj .slick-prev{left:auto;right:10rem}
.bghj .slick-next{right:9.3rem}

@media screen and (max-width:1024px){
	.bghj {padding-left: 4%;}
	.bghj .titH{padding-right: 4%;}
	.bghj .ul::before{display: none;}
	.bghj .slick-next{right: 7rem;}
	.bghj .slick-prev{right: 7.7rem;}
	.bghj .slick-dots{max-width: 9.7rem;}
	.bghj .mt140{margin-top: var(--padding-margin__60);}
}

@media screen and (max-width:768px){
	.bghj .slick-dots{max-width: calc(94% - 1.4rem);}
	.bghj .ul{width: 100%;}
	.bghj .slick-next {
        right: 4%;
    }
	.bghj .slick-prev{
		right: calc(4% + 0.7rem);
	}
	.bghj .ul .item{
		margin-right: 0.2rem;
	}
}

/* yghd */
.yghd .swiper-container{width:calc(100% + 3.6rem);height:100%;margin-left:-1.8rem}
.yghd .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;transition:300ms;transform:scale(0.9);-webkit-transform:scale(0.9);-moz-transform:scale(0.9);-ms-transform:scale(0.9);-o-transform:scale(0.9)}
.yghd .swiper-slide-active,.yghd .swiper-slide-duplicate-active{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}
.yghd .swiper-slide-active .swiper-slide-con:after{top: 0.58rem;opacity: 1;}
.yghd .swiper-slide-con{width:100%;padding-left:0.45rem;padding-right:0.45rem;position:relative}
.yghd .swiper-slide-con:after{left: 0;top: 0;width: 100%;height: 100%;content: "";position: absolute;background: url(../images/shadow.png) no-repeat center center/contain;z-index: 0;transition: all 0.5s;opacity: 0;}
.yghd .swiper-slide-con .imgbox,.yghd .swiper-slide-con .title{z-index: 10;}
.yghd .imgbox::before{content:'';display:block;width:100%;height:100%;border-radius:0.2rem;-webkit-border-radius:0.2rem;-moz-border-radius:0.2rem;-ms-border-radius:0.2rem;-o-border-radius:0.2rem;background-color:rgba(255,255,255,0.8);position:absolute;left:0;top:0;z-index:2;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease}
.yghd .imgbox{padding-top:58.0346%;border-radius: 0.2rem;}
.yghd .swiper-slide .swiper-slide-con .imgbox img{transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease}
.yghd .swiper-slide .swiper-slide-con:hover .imgbox img{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05)}
.yghd .swiper-slide .swiper-slide-con .title{opacity:0;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease}
.yghd .swiper-slide.swiper-slide-active .swiper-slide-con .title{/* opacity:1; */animation: fadeInUpSmall 0.3s 0.5s ease both;-webkit-animation: fadeInUpSmall 0.3s 0.5s ease both;-moz-animation: fadeInUpSmall 0.3s 0.5s ease both;}
.yghd .swiper-button-prev{left:5.68rem;margin-top:-0.5rem}
.yghd .swiper-button-next{right:5.68rem;margin-top:-0.5rem}
.yghd  .swiper-slide.swiper-slide-active .swiper-slide-con .imgbox::before{background-color:rgba(255,255,255,0)}
@media screen and (max-width:1024px){
	.yghd .swiper-slide-con{padding-left: 0.1rem;padding-right: 0.1rem;}
	.yghd .swiper-button-prev{left: 4%;}
	.yghd .swiper-button-next{right: 4%;}
	.yghd .swiper-slide-active .swiper-slide-con:after{top: 0.2rem;}
}
@media(max-width:480px){
	.yghd .swiper-slide-active .swiper-slide-con:after{top: 0;}
}

/* ygtj */
.ygtj .item{background-color:#fff;border-radius:0.15rem;-webkit-border-radius:0.15rem;-moz-border-radius:0.15rem;-ms-border-radius:0.15rem;-o-border-radius:0.15rem;margin-left:0.23rem;margin-right:0.23rem}
.ygtj .item .itemCon{display:block;width:100%;padding:0.4rem 0.14rem 0.4rem 0.28rem;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;position:relative}
.ygtj .item .itemCon::before{content:'';display:block;width:100%;height:100%;background-image:url(../images/ygtjBg.png);background-size:cover;position:absolute;right:0;bottom:0;background-position:right bottom;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;-ms-border-radius:inherit;-o-border-radius:inherit;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;height:0;opacity:0}
.ygtj .item .itemCon:hover::before{height:100%;background-image:url(../images/ygtjBg.png);opacity:1}
.ygtj .item .itemCon .intro{height:2.4rem;overflow-y:auto;padding-right:0.14rem;position:relative;z-index:2}
.ygtj .item .itemCon .dh{display:flex;justify-content:flex-end;position:relative;z-index:2}
.ygtj .item .itemCon .dh::before{content:'';display:block;width:0.31rem;height:0.25rem;background-image:url(../images/dh.png);transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;background-size:contain;background-repeat:no-repeat;background-position:center}
.ygtj .item .itemCon:hover .dh::before{background-image:url(../images/dh_on.png)}
.ygtj .item .itemCon .iconBox { width: 0.7rem; height: 0.7rem; border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ; }
.ygtj .item .itemCon .iconBox img{ width: 100%; height: 100%; object-fit: cover; border-radius: inherit; -webkit-border-radius: inherit; -moz-border-radius: inherit; -ms-border-radius: inherit; -o-border-radius: inherit; }
.ygtj .item .itemCon .fontBox{position:relative;z-index:2}
.ygtj .slick-next{right:-0.64rem}
.ygtj .slick-prev{left:-0.64rem}

body *::-webkit-scrollbar{width:2px;height:2px}
body *::-webkit-scrollbar-track{background: #eeeeee;}
body *::-webkit-scrollbar-thumb{background:rgba(var(--primary-color__rgb),1);border-radius:2px}
body *::-webkit-scrollbar-thumb:hover{background:rgba(var(--primary-color__rgb),.5)}

@media screen and (max-width:1024px){
	.ygtj .ul{padding-left: 0.6rem;padding-right: 0.6rem;}
	.ygtj .item{margin-left: 0.1rem;margin-right: 0.1rem;}
	.ygtj .slick-next{right: 0;}
	.ygtj .slick-prev{left: 0;}
	.ygtj .item .itemCon{padding-top: 0.3rem;padding-bottom: 0.3rem;}
}
@media(max-width:480px){
	.ygtj .ul{padding-left: 0.15rem;padding-right: 0.15rem;}
}

/* jrwm */
.jrwm{position: relative;}
.jrwm .fontBox{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.jrwm .imgbox{padding-top: 31.381%;}
@media screen and (max-width:480px){
	.jrwm .fontBox{position: static;padding-top: 0.3rem;padding-bottom: 0.3rem;}
	.jrwm .imgbox{padding-top: 0;}
}

/* investor */
.investor{background: url(../images/investorbg.jpg) no-repeat right bottom/cover;}
.investor .leftBox{width:7rem}
.investor .leftBox .imgbox{padding-top:81.43%;border-top-right-radius:0.8rem;border-bottom-left-radius:0.8rem;border-top-left-radius:0.08rem;border-bottom-right-radius:0.08rem}
.investor .rightBox{width:calc(100% - 7rem);padding-left:0.9rem}
.investor .rightBox dl dd{margin-top:0.3rem}
.investor .rightBox dl dd .iconBox{width:0.44rem;height:0.44rem;border-radius:50%;border:1px solid #509E2F;display:flex;justify-content:center;align-items:center;margin-right:var(--padding-margin__15);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}
.investor .rightBox dl dd .iconBox img{min-height:0.15rem;max-width: 0.21rem;}
.investor .rightBox dl dd:nth-child(1) span{color:var(--primary-color)}
.investor .rightBox dl dd:hover .iconBox img{-webkit-animation:icon-bounce 0.5s alternate;-moz-animation:icon-bounce 0.5s alternate;-o-animation:icon-bounce 0.5s alternate;animation:icon-bounce 0.5s alternate}
.investor .rightBox dl dd .fontBox{flex: 1;}
@media screen and (max-width:1024px){
	.investor .leftBox{width: 50%;}
	.investor .rightBox{width: 50%;padding-left: 0.3rem;}
	.investor .rightBox dl dd{margin-top: 0.18rem;}
}

@media screen and (max-width:768px){
	.investor .leftBox{width: 100%;}
	.investor .rightBox{width: 100%;padding-left: 0rem;margin-top: 0.3rem;}
	.investor .rightBox dl dd .fontBox{line-height: 1.5;}
	.investor .leftBox .imgbox{border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;}
}


/* newsList */
.more3{width:0.6rem;height:0.6rem;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;background-image:url(../images/arrright_white.svg);background-size:0.12rem;background-repeat:no-repeat;background-position:center;border-top-right-radius:0.15rem;border-bottom-left-radius:0.15rem;border-top-left-radius:0.01rem;border-bottom-right-radius:0.01rem}
.newsList .item .itemCon{padding-bottom:var(--padding-margin__30);padding-top:var(--padding-margin__30)}
.newsList .leftBox{width:3.8rem}
.newsList .leftBox .imgbox{padding-top:65.79%}
.newsList .leftBox .imgbox img{transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease}
.newsList .rightBox{width:calc(100% - 3.8rem);padding-left:var(--padding-margin__60);justify-content:space-between}
.newsList .rightBox .time{display:flex;align-items:center}
.newsList .rightBox .timeLine{width:0.36rem;height:0.01rem;background:rgba(80,158,47,1);margin-right:var(--padding-margin__12);position:relative}
.newsList .rightBox .timeLine::before{width:0.13rem;height:0.08rem;content:'';display:block;background-image:url(../images/circleIcon.png);background-size:0.13rem 0.08rem;background-position:center;position:absolute;left:0;top:-0.04rem;transition:var(--transition)}
.newsList .rightBox .fontBox{width:calc(100% - 2rem)}
.newsList .item .itemCon:hover .leftBox .imgbox img{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05)}
.newsList .item .itemCon .rightBox .title{transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease}
.newsList .item .itemCon:hover .rightBox .title{color:var(--main-color)}
.newsList .item .itemCon:hover .rightBox .timeLine::before{left:calc(100% - .13rem)}

@media screen and (max-width:1024px){
	.newsList .rightBox .fontBox{width: calc(100% - 0.8rem);}
}

@media screen and (max-width:480px){
	.newsList .item .itemCon{flex-direction: column;}
	.newsList .leftBox{width: 100%;}
	.newsList .rightBox{
		width: 100%;
		padding-left: 0;
		margin-top: var(--padding-margin__30);
	}
}

.newsList2 ul:after{contact:''}
.newsList2 ul:after,
.newsList2 .item{width:31%}
.newsList2 .item{border-radius:.2rem 0 .2rem 0; overflow:hidden; box-shadow:0 0 10px #ddd; margin:2% 0}
.newsList2 .imgbox{padding-top:55%}
.newsList2 .imgbox img{transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease}
.newsList2 .time {position:absolute; z-index:10;background-color:var(--primary-color);color:#fff; padding:.1rem; text-align:center; top:0;  border-bottom-right-radius: 0.15rem;}
.newsList2 .time b{display:block; padding-bottom:0.1rem}
.newsList2  object {position:absolute;right:0; bottom:0; z-index10}
.newsList2 .fontBox{padding:.3rem;}
@media screen and (max-width:1024px){
.newsList2 ul:after{display:none}
.newsList2 .item{width:48%}
.newsList2 .fontBox{padding:.2rem;}
}
@media screen and (max-width:640px){
.newsList2 .item{width:100%}
.newsList2 .fontBox{padding:.15rem;}
}

.newsNotice .item{padding-bottom:var(--padding-margin__10);padding-top:var(--padding-margin__10); border-bottom:1px solid #EAEAEA}
.newsNotice .time{display:flex;align-items:center}
.newsNotice .timeLine{width:0.36rem;height:0.01rem;background:rgba(80,158,47,1);margin-right:var(--padding-margin__12);position:relative}
.newsNotice .timeLine::before{width:0.13rem;height:0.08rem;content:'';display:block;background-image:url(../images/circleIcon.png);background-size:0.13rem 0.08rem;background-position:center;position:absolute;left:0;top:-0.04rem;transition:var(--transition)}
.newsNotice .item:hover .title{color:var(--main-color)}
.newsNotice .item:hover .timeLine::before{left:calc(100% - .13rem)}

/* 新闻详情 */

.HomeMore{width: 1.36rem;line-height: 0.48rem;border-radius: 0.48rem;background: var(--primary-color);background-size: cover;border-top-right-radius: 0.2rem;border-bottom-left-radius: 0.2rem;border-top-left-radius: 0.02rem;border-bottom-right-radius: 0.02rem;}
.HomeMore a{display: flex;align-items: center;justify-content: center;color:#fff}
.HomeMore a img{display: block;margin-right: 0.1rem;}
.HomeMore span{display: flex;align-items: center;justify-content: center;color:#fff}
.HomeMore span img{display: block;margin-left:0.1rem;}
.HomeMore button{display: flex;align-items: center;justify-content: center;color:#fff;background: none;height:0.48rem;text-align: center;width:100%;justify-content: center;font-size: 0.16rem;}

.NewsInfo .InfoTit{text-align: center;padding-bottom: var(--padding-margin__30);border-bottom:1px solid #ededed;margin-bottom: var(--padding-margin__60);}
.NewsInfo .InfoTit h2{font-size: var(--font-size__30);line-height: 1.6;color:#000;}
.NewsInfo .InfoTit .date{color: #666;margin-top: var(--padding-margin__40);}
.NewsInfo .InfoTit .date span{display: inline-block;margin: 0 var(--padding-margin__30);}
.NewsInfo .InfoCon{line-height: 1.5;color: #666666;}
.NewsInfo .InfoCon p{margin-bottom: var(--padding-margin__20);}
.NewsInfo .InfoCon img{display: block;margin: var(--padding-margin__30) auto;height:auto !important;}
.NewsInfo .InfoPage{padding-top:var(--padding-margin__30);margin-top:var(--padding-margin__60);border-top:1px solid #ededed;position: relative;padding-right:2rem;}
.NewsInfo .InfoPage .goback{position: absolute;right:0;top:0.4rem;}
.NewsInfo .InfoPage .goback img{width: 0.16rem;}
.NewsInfo .InfoPage dl dd{line-height: 0.4rem;color: #333;}
@media screen and (max-width:768px){
	.NewsInfo .InfoTit .date span {
		margin: 0 0.1rem;
	}
}
@media(max-width:480px){
	.NewsInfo .InfoPage{padding: 0.15rem 0 0.5rem 0;}
	.NewsInfo .InfoPage .goback{right: auto;top:auto;left: 50%;transform: translateX(-50%);bottom: 0;}
}

/* ylzx */

.ylzx .ul .item .itemCon{display:block;width:100%;position:relative;border-top-right-radius:0.4rem;border-bottom-left-radius:0.4rem;overflow:hidden}
.ylzx .ul .item .itemCon .imgbox{padding-top:41.667%;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;-ms-border-radius:inherit;-o-border-radius:inherit}
.ylzx .ul .item .itemCon .fontBox{width:8rem;max-width:100%;height:100%;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;-ms-border-radius:inherit;-o-border-radius:inherit;position:absolute;left:0;top:0;background-image:url(../images/ylzxBg.png);background-size:cover;background-position:right bottom;display:flex;flex-direction:column;justify-content:center;padding:var(--padding-margin__30) var(--padding-margin__100)}
.ylzx .ul .item .itemCon .fontBox .intro{padding-right:var(--padding-margin__130)}
.ylzx .slick-next{right:-0.25rem}
.ylzx .slick-prev{left:-0.25rem}
.ylzx .ul .item.slick-active.slick-current .itemCon .fontBox .title{animation:fadeInUpSmall 0.3s 0.5s ease both;-webkit-animation:fadeInUpSmall 0.3s 0.5s ease both;-moz-animation:fadeInUpSmall 0.3s 0.5s ease both}
.ylzx .ul .item.slick-active.slick-current .itemCon .fontBox .intro{animation:fadeInUpSmall 0.5s 0.7s ease both;-webkit-animation:fadeInUpSmall 0.5s 0.7s ease both;-moz-animation:fadeInUpSmall 0.5s 0.7s ease both}
.ylzx .slick-dots{bottom:-0.3rem}
@media screen and (max-width:480px){
	.ylzx .ul .item .itemCon .fontBox .intro{padding-right: 0;}
	.ylzx .ul .item .itemCon .fontBox{padding-left: 0.2rem;padding-right: 0.2rem;}
	.ylzx .ul .item .itemCon .imgbox{padding-top: 50%;}
}

/* yfys */
.yfys{background-size:cover}
.yfys .leftBox{width:50%;position:relative;z-index:2}
.yfys .leftBox .fontBox{padding-right:var(--padding-margin__100)}
.yfys .leftBox .dl .title{padding-left:var(--padding-margin__30);position:relative}
.yfys .leftBox .dl .title::before{content:'';display:block;width:0.1rem;height:0.14rem;background-image:url(../images/yzIcon.png);background-size:0.1rem 0.14rem;background-size:contain;position:absolute;left:0;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%)}
.yfys .leftBox .dl .intro{padding-left:var(--padding-margin__30)}
.yfys .leftBox .numBox{width:calc(100% + 0.5rem)}
.yfys .leftBox .numBox dd{width:calc(100% / 3 - 0.2rem);height:1.5rem;margin-right:0.3rem;border-top-right-radius:0.2rem;border-top-left-radius:0.02rem;border-bottom-left-radius:0.2rem;border-bottom-right-radius:0.02rem;display:flex;flex-direction:column;justify-content:center;padding-left:0.3rem;background-position: center;background-size: cover;}
.yfys .leftBox .numBox dd:nth-child(3n){margin-right:0}
.yfys .rightBox{width:50%}
.yfys .rightBox .imgbox{padding-top:81.43%;border-top-left-radius:0.08rem;border-top-right-radius:0.8rem;border-bottom-right-radius:0.08rem;border-bottom-left-radius:0.8rem}
@media screen and (min-width:769px) and (max-width:1024px){
	.yfys .leftBox .fontBox{padding-right: 0.3rem;}
	.yfys .leftBox .dl{padding-top: 0;}
	.yfys .leftBox .numBox dd{padding-left: 0.2rem;}
	.yfys .leftBox .numBox {
		width: calc(100% + 1rem);
		margin-top: 0.3rem;
	}
}
@media screen and (max-width:768px){
	.yfys .leftBox{width: 100%;}
	.yfys .rightBox{width: 100%;margin-top: var(--padding-margin__60);}
	.yfys .leftBox .numBox{width: 100%;}
	.yfys .leftBox .numBox dd{height: 1rem; width: calc(100% / 3 - 0.12rem);margin-right: 0.08rem;padding-left: 0.2rem;}
}
 

/* gylys */
.scroll-container{overflow-x:hidden}
.gylys{overflow:hidden}
.gylys .tabMenu ul{list-style:none}
.gylys .tabMenu .item{margin-left:0.05rem;margin-right:0.05rem;min-width:1.5rem}
.gylys .tabMenu .item .title{padding:0.16rem 0.2rem;position:relative;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;cursor:pointer}
.gylys .tabMenu .item .title::before{content:'';display:block;position:absolute;left:50%;top:0;width:0;height:100%;background:#509E2F;border-top-right-radius:0.2rem;border-bottom-left-radius:0.2rem;z-index:-1;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease}
.gylys .tabMenu .item.on .title{color:#fff}
.gylys .tabMenu .item.on .title::before{width:100%;left:0}
.gylys .box{overflow:hidden}
.gylys .box .ul{list-style:none;width:calc(100% + 11rem);margin-left:-5.5rem}
.gylys .box .ul .item{margin-left:var(--padding-margin__50);margin-right:var(--padding-margin__50)}
.gylys .box .ul .item .itemCon{width:100%;display:block}
.gylys .box .ul .item .itemCon .imgbox{width:100%;padding-top:55%;border-top-right-radius:var(--padding-margin__60);border-bottom-left-radius:var(--padding-margin__60)}
.gylys .box .ul .item .itemCon .fontBox{width:6.71rem;max-width: 60%; box-shadow:0px 0px 0.05rem 0px rgba(192,192,192,0.4);border-top-right-radius:var(--padding-margin__60);border-bottom-left-radius:var(--padding-margin__60);position:absolute;left:0;bottom:0;padding:var(--padding-margin__60);height:0;transition:height 0.5s ease;-webkit-transition:height 0.5s ease;-moz-transition:height 0.5s ease;-ms-transition:height 0.5s ease;-o-transition:height 0.5s ease;background-color:transparent}
.gylys .slick-arrow{margin-top:-0.5rem}
.gylys .slick-prev{left:10.25rem}
.gylys .slick-next{right:10.25rem}
.gylys .slick-dots{position:static;margin-top:0.2rem}
.gylys .box .ul .item .itemCon .imgbox img{ transition:all 0.5s ease ; -webkit-transition:all 0.5s ease ; -moz-transition:all 0.5s ease ; -ms-transition:all 0.5s ease ; -o-transition:all 0.5s ease ; }
.gylys .box .ul .item .itemCon:hover .imgbox img{ transform:scale(1.05) ; -webkit-transform:scale(1.05) ; -moz-transform:scale(1.05) ; -ms-transform:scale(1.05) ; -o-transform:scale(1.05) ; }
@media screen and (min-width:769px){
	.gylys .box .ul .item .itemCon .fontBox{height:0;background-color: transparent;}
	.gylys .box .ul .item .itemCon .fontBox .title{opacity:0}
	.gylys .box .ul .item .itemCon .fontBox .intro{opacity:0}
	.gylys .box .ul .item.item.slick-active.slick-current + .slick-active .fontBox{height:2.81rem;background:rgba(255,255,255,0.9)}
	.gylys .box .ul .item.item.slick-active.slick-current + .slick-active .fontBox .intro{opacity:1}
	.gylys .box .ul .item.item.slick-active.slick-current + .slick-active .fontBox .title{opacity:1}
}

@media screen and (max-width:1024px){
.gylys .slick-next{right:7.9rem}
.gylys .slick-prev{left:7.9rem}
}
@media screen and (max-width:768px){
.gylys .slick-next{right:6.9rem}
.gylys .slick-prev{left:6.9rem}
.gylys .box .ul{list-style:none;width:94%;margin-left:3%}
.gylys .box .ul .item.item.slick-active.slick-current + .slick-active .fontBox{height:auto;}
.gylys .box .ul .item .itemCon .fontBox{
	height: auto;
    background: rgba(255, 255, 255, 0.9);
}
}
@media screen and (max-width:480px){
	.gylys .box .ul .item{margin-left:0;margin-right:0}
	.gylys .tabMenu .item{min-width:auto}
	.gylys .tabMenu .item .title{padding:0.08rem}
}

/* zlrz */
.zlrz{background:#F7F7F7}
.zlrz .ul{position:relative}
.zlrz .ul::after{content:'';display:block;width:100%;height:0.83rem;background-image:url(../images/zlrzBg.png);background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;bottom:-0.1rem}
.zlrz .ul .item{margin-left:var(--padding-margin__70);margin-right:var(--padding-margin__70)}
.zlrz .ul .item .itemCon .imgbox{padding-top:140%}
.zlrz .ul .item .itemCon .imgbox::after{content:'';display:block;width:100%;height:0.39rem;background-image:url(../images/zlzrImgBg.png);background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;left:0;bottom:-0.12rem;z-index:0}
.zlrz .ul .item .itemCon .title,.zlrz .ul .item .itemCon .imgbox img{transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease}
.zlrz .ul .item .itemCon .imgbox img{transform:scale(0.95);-webkit-transform:scale(0.95);-moz-transform:scale(0.95);-ms-transform:scale(0.95);-o-transform:scale(0.95)}
.zlrz .ul .item .itemCon:hover .title{color:var(--primary-color)}
.zlrz .ul .item .itemCon span{z-index:2}
.zlrz .slick-arrow{margin-top:-0.3rem}
.zlrz .slick-next{right:0.49rem}
.zlrz .slick-prev{left:0.49rem}
.zlrz .slick-dots{position:static;margin-top:0.2rem}
@media screen and (max-width:1024px){
	.zlrz .ul::after{height:0.52rem;bottom:0.26rem}
}

/* qdys */

.qdys .ul .leftBox{width:calc(50% - 0.28rem)}
.qdys .ul .leftBox .imgbox{border-top-right-radius:0.6rem;border-bottom-left-radius:0.6rem;padding-top:78.125%}
.qdys .ul .leftBox .imgbox img{border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;-ms-border-radius:inherit;-o-border-radius:inherit;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease}
.qdys .ul .leftBox:hover .imgbox img{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05)}
.qdys .ul .leftBox .fontBox{width:100%;height:100%;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;-ms-border-radius:inherit;-o-border-radius:inherit;background-color:rgba(0,0,0,0.2);background-image:url(../images/xsBg.png);background-size:contain;background-position:top left;background-repeat:no-repeat;position:absolute;left:0;top:0;padding:var(--padding-margin__70);padding-right:var(--padding-margin__180)}
.qdys .ul .leftBox .fontBox .numList .item{width:50%}
.qdys .ul .leftBox.rightBox .fontBox{background-color:transparent;background-image:none;padding-right:var(--padding-margin__70)}
.qdys .ul .leftBox.rightBox dl{position: relative;width: 100%;left:0;
flex-wrap:wrap;
}
.qdys .ul .leftBox.rightBox dl dd{
    /*flex:1;*/
    width:calc((100% - .1rem)/2);background-color:rgba(93,171,60,0.5);border-top-right-radius:0.35rem;border-bottom-left-radius:0.35rem;padding:0.08rem 0.12rem;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;
    margin-top:.1rem;
    
    }
.qdys .ul .leftBox.rightBox dl dd:not(:nth-child(2n+1)){
    margin-left:.1rem;
}
.qdys .ul .leftBox.rightBox dl dd:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05)}
.qdys .ul .leftBox.rightBox dl dd .imgbox{padding-top:59.9%;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}
.qdys .ul .leftBox.rightBox dl dd .imgbox img{transform:scale(1) !important;-webkit-transform:scale(1) !important;-moz-transform:scale(1) !important;-ms-transform:scale(1) !important;-o-transform:scale(1) !important}
.qdys .ul .leftBox.rightBox dl dd .fontBoxDl{width:100%;height:100%;position:absolute;left:0;top:0;padding:var(--padding-margin__30)}
.qdys .ul .leftBox.rightBox dl dd .fontBoxDl img{height:0.45rem;width:auto}
.qdys .ul .leftBox.rightBox dl dd .arrow{width:0.24rem;height:0.24rem;background:#D70000;border-radius:50%;display:flex;justify-content:center;align-items:center}
.qdys .ul .leftBox.rightBox dl dd .arrow::before{content:'';display:block;width:0.07rem;height:0.11rem;background-image:url(../images/arrowRightWhite.png);background-size:contain;background-repeat:no-repeat;background-position:center}

@media screen and (min-width:769px) and (max-width:1024px){
	.qdys .ul .leftBox .fontBox{
		padding: var(--padding-margin__30);
	}
	.qdys .ul .leftBox .fontBox .numList .item{
		margin-top: var(--padding-margin__20);
	}
	.qdys .mt20{
		margin-top: var(--padding-margin__10);
	}
	.qdys .ul .leftBox.rightBox dl dd .fontBoxDl img{
		height: 0.3rem;
	}
}

@media screen and (max-width:768px){
	.qdys .ul .leftBox{
		width: 100%;
	}
	.qdys .ul .leftBox.rightBox{
		margin-top: var(--padding-margin__30);
	}
	.qdys .ul .leftBox.rightBox dl dd .fontBoxDl img{
		height: 0.3rem;
	}
	.qdys .ul .leftBox .fontBox{
		padding-right: var(--padding-margin__70);
	}
	.qdys .ul .leftBox .fontBox .numList .item{
		margin-top: 0.1rem;
	}
}
@media(max-width:480px){
	.qdys .ul .leftBox.rightBox dl dd .fontBoxDl img{height:0.25rem;}
	.qdys .ul .leftBox.rightBox dl dd .f18{font-size:0.14rem;}
}

.homeabout{padding: 0.8rem 0;}
.homeabout .leftbox{width: 38%;line-height: 1;text-align: left;}
.homeabout .nav{padding-top: 0.8rem;}
.homeabout .nav li{width: 1.26rem;text-align: center;}
.homeabout .nav li img{display: block;height: 0.56rem;margin: 0px auto 0.1rem;}
.homeabout .nav li a{color: #555555;display: block;padding-top: 0.6rem;height: 1.67rem;background: url(../images/home-about_nav.png) no-repeat center center/cover;text-align: center;transition: all 0.5s;}
.homeabout .nav li a:hover{color: var(--primary-color);transform: scale(1.1);}

.homeTit{margin-bottom: 0.4rem;color: #000000;}
.homeTit .tit{font-size: 0.5rem;font-weight: normal;margin-bottom: 0.17rem;}
.homeTit h2{font-size: 0.26rem;font-weight: normal;margin-bottom: 0.2rem;}
.homeTit pre{font-size: 0.2rem;font-weight: lighter;}
.homeTit p{font-size: 0.2rem;line-height: 0.3rem;font-weight: lighter;margin-top: 0.4rem;}

.homemore.more{width: 1.4rem;height: 0.5rem;background-color: #509e2f;text-align: center; border-radius: 0.01rem 0.2rem 0.01rem 0.2rem;line-height: 0.5rem;margin-top: 0.75rem;transition: all 0.3s;}
.homemore.more i{display: inline-block;width: 0.08rem;background: url(../images/more.png) no-repeat center;height: 0.13rem;transition: all 0.3s;margin-left: 0.05rem;}
.homemore.more:hover{border-radius:  0.2rem 0.01rem 0.2rem 0.01rem;}
.homemore.more:hover i{margin-left: 0.1rem;}

.homeabout .rightbox figure{margin-right: -13vw;}
.homeabout .rightbox{max-width: 56%;}

.homepro{padding: 0.8rem 0;background-color: #f4f4f4;}
.homepro .swiper-slide{width: 30%;position: relative;padding-bottom: 1.23rem;}
.homepro .swiper-slide img{-webkit-box-reflect: below 0px -webkit-linear-gradient(transparent 90%,rgba(0,0,0,.2));border-radius: 0.2rem 0.4rem 0.2rem 0.4rem;box-reflect: below 0px linear-gradient(transparent 90	%,rgba(0,0,0,.2));}
.homepro .swiper-slide-shadow-left{display: none;}
.homepro .swiper-slide-shadow-right{display: none;}
.homepro .homemore{margin-top: -0.7rem;}
.homeIndustry{padding: 0.8rem 0;}
.homeTit.col_f{color: #fff;}
.homeIndustry .homeTit{line-height: 1.8;}
.homeIndustry .numBox{width: 55%;}
.homeIndustry .numBox dd{width:calc(100% / 3 - 0.2rem);height:1.5rem;margin-right:0.3rem;border-top-right-radius:0.2rem;border-top-left-radius:0.02rem;border-bottom-left-radius:0.2rem;border-bottom-right-radius:0.02rem;display:flex;flex-direction:column;justify-content:center;padding-left:0.3rem;background-position: center;background-size: cover;margin-bottom: 0.4rem;}
.homeIndustry .numBox dd:nth-child(2){margin-right: 32%;}
.homeIndustry .numBox dd:last-child{margin-right: 0;}

.homeChannel{padding: 1.7rem 0 0;}
.homeChannel .homeTit pre{font-size: 0.18rem;}
.homeChannel .leftbox{width: calc(415 / 1400 * 100%);}
.homeChannel .leftbox pre{line-height: 0.3rem;}
.homeChannel .leftbox .homemore{margin-top: 0.4rem;}
.homeChannel .rightbox{position: relative;width: calc(835 / 1400 * 100%);}
.homeChannel .rightbox dl{position: absolute;width: 85%;bottom: 2.3rem;left: 50%;transform: translateX(-50%);}
.homeChannel .rightbox dl dd{background-color:rgba(93,171,60,0.5);border-top-right-radius:0.35rem;border-bottom-left-radius:0.35rem;padding:0.08rem 0.12rem;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease}
.homeChannel .rightbox dl dd:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05)}
.homeChannel .rightbox dl dd .imgbox{padding-top:59.9%;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}
.homeChannel .rightbox dl dd .imgbox img{transform:scale(1) !important;-webkit-transform:scale(1) !important;-moz-transform:scale(1) !important;-ms-transform:scale(1) !important;-o-transform:scale(1) !important}
.homeChannel .rightbox dl dd .fontBoxDl{width:100%;height:100%;position:absolute;left:0;top:0;padding:var(--padding-margin__30)}
.homeChannel .rightbox dl dd .fontBoxDl img{height:0.45rem;width:auto}
.homeChannel .rightbox dl dd .arrow{width:0.24rem;height:0.24rem;background:#D70000;border-radius:50%;display:flex;justify-content:center;align-items:center}
.homeChannel .rightbox dl dd .arrow::before{content:'';display:block;width:0.07rem;height:0.11rem;background-image:url(../images/arrowRightWhite.png);background-size:contain;background-repeat:no-repeat;background-position:center}
li{list-style: none;}
.homeChannel .numList dd{width: 33.5%;padding-top: 0.5rem;}
.homeChannel .numList .num{display: flex;align-items: flex-end;}
.homeChannel .numList .num span{font-size: var(--font-size__46);font-weight: var(--font-weight__b);}
.homeChannel .numList .num sup{color: #999999;padding: 0.05rem 0 0.05rem 0.05rem;width: 0.16rem;text-align: center;}
.homeChannel .numList .num sup i{display: block;font-size: 0.2rem;transform: translateY(-0.06rem);}
.homeChannel .numList p{margin-top: 0.12rem;}


.homeNews{padding: 0.8rem 0;}
.homeNews .leftbox{width: 49.3%;}
.homeNews .leftbox .imgbox{height: 3.96rem;border-radius: 0rem 0.3rem 0rem 0.3rem;overflow: hidden;}
.homeNews .leftbox .txt{padding: 0.2rem 0.4rem 0}
.homeNews .leftbox .txt .ti{font-size: 0.24rem;line-height: 0.4rem;color: #000000;}
.homeNews .leftbox .txt p{font-size: 0.16rem;line-height: 0.3rem;color: #000000;font-weight: lighter;margin: 0.2rem 0;}
.homeNews .leftbox .txt time{font-size: 0.18rem;line-height: 0.3rem;color: #999999;}
.homeNews .swiper-slide:hover .txt .ti{color: #509E2F;}
.homeNews .swiper-slide:hover .imgbox span{transform: scale(1.1);}
.homeNews .swiper-pagination{position: static;}
.homeNews .rightbox .imgbox{height: 1.75rem;border-radius: 0rem 0.2rem 0rem 0.2rem;}
.homeNews .rightbox{width: 45.7%;}
.homeNews .rightbox .swiper-slide{width: 47%;float: left;}
.homeNews .rightbox .swiper-slide:nth-child(2n){float: right;}
.homeNews .rightbox .txt .ti{font-size: 0.2rem;line-height: 0.3rem;color: #000000;margin-bottom: 0.1rem;}
.homeNews .rightbox .txt time{font-size: 0.18rem;line-height: 0.3rem;color: #999999;}
.homeNews .rightbox .txt{padding-top: 0.1rem;}
.homeNews .rightbox li{height: 0.72rem;line-height: 0.72rem;border-bottom: 1px solid  #e7e7e7;padding-left: 0.2rem;background: url(../images/yzIcon.png) no-repeat left center;}
.homeNews .rightbox li:first-child{border-top: 1px solid #e7e7e7;margin-top: 0.4rem;}
.homeNews .rightbox li a{display: flex;justify-content: space-between;}
.homeNews .rightbox li .dot{font-size: 0.18rem;color: #000000;flex: 1;}
.homeNews .rightbox li time{font-size: 0.18rem;color: #999999;margin-left: 0.1rem;}
.homeNews .rightbox li:hover .dot{color: #509E2F;}
@media screen and (min-width:1025px){

}
@media screen and (max-width:1024px){
.homeabout .leftbox{width: 42%;line-height: 1.4;}
.homeabout .rightbox{max-width: 50%;}
.homeabout .rightbox figure{margin-right: 0;}
.homeChannel .rightbox{max-width: 65%;}
.homeChannel .rightbox dl{bottom: 0.6rem;}
.homeChannel{padding: 0.4rem 0 0;}
.homepro,.homeabout,.homeIndustry,.homeNews{padding: 0.4rem 0;}
.homepro .swiper-pagination{bottom: 0.58rem;}
.homeTit .tit{font-size: 0.36rem;margin-bottom: 0;}
.homeTit h2{font-size: 0.2rem;}
.homeChannel .numList dd{width: 50%;}
.homeChannel .homeTit{margin-bottom: 0;}
}
@media screen and (max-width:768px){
.position-and-submenu .menuBox li{margin-right: 0.6rem;}
.homeChannel .numList .num span{font-size: var(--font-size__50);}
.homeChannel .numList .num sup i{transform: translateY(0.06rem);}
.homeNews .leftbox .txt{padding-left: 0;padding-right: 0;}
.homeabout .leftbox{width: 50%;}
.homeabout .rightbox figure{transform: translateX(0.6rem);}
.homeabout .nav{padding-top: 0rem;}
}
@media screen and (max-width:480px){
.homeabout .leftbox{width: 100%;}
.homeabout .container,.homeChannel .container,.homeNews  .flex__jcsb__aifs{flex-wrap: wrap;}
.homeabout .homeTit{margin-bottom: 0;}
.homeabout .nav{padding: 0.3rem 0 0.15rem;}
.homeabout .rightbox{max-width: 100%;text-align: right;display: none;}
.homeabout .rightbox img{max-width: 50%;margin-top: -1.15rem;}
.homeIndustry .numBox{width: 100%;}
.homeIndustry .numBox dd{width: 48%;margin-right: 0;margin-bottom: 0.15rem;height: 1.25rem;}
.homeIndustry .numBox dd:nth-child(2){margin-right: 0;}
.homeIndustry .numBox{justify-content: space-between;}
.homeChannel .leftbox{width: 100%;}
.homeChannel .rightbox{max-width: 100%;width: 100%;}
.homeChannel .rightbox dl{width: 100%;left: 50%;padding: 0 0rem;}
.homeChannel .rightbox dl dd .fontBoxDl img{height: 0.25rem;}
.homeChannel .rightbox dl dd .f18{font-size:0.14rem;}
.homeNews .leftbox{width: 100%;}
.homeNews .rightbox{width: 100%;margin-top: 0.2rem;}
.homeNews .leftbox .txt{padding: 0.2rem 0 0;}
.homeNews .rightbox .swiper-slide{width: 48.5%;}
.homeNews .leftbox .imgbox{padding-bottom: 60%;height: auto;border-radius: 0rem 0.15rem 0rem 0.15rem;}
.homeNews .leftbox .txt .ti{line-height: 0.3rem;min-height: 0.6rem;}
.homeNews .leftbox .txt p{line-height: 0.24rem;min-height: 0.48rem;}
.homeNews .rightbox .imgbox{height: auto;padding-bottom: 64%;border-radius: 0rem 0.1rem 0rem 0.1rem;}
.homeTit p{margin-top: 0.2rem;}
.homemore.more{margin-top: 0.33rem;}
.homepro .swiper{overflow: visible;}
.homepro .swiper-slide{width: 55%;}
.homepro .homemore{margin-top: -0.25rem;}
.homeChannel .leftbox .homemore{margin-top: 0.3rem;}
.homeChannel .numList dd{padding-top: 0.25rem;}
}
.aboutTit{font-size: var(--font-size__40);color: #000000;font-weight: bold;margin-bottom: 0.5rem;}
.aboutpart1{padding: 1.4rem 0 0;}
.aboutpart1 .leftbox{width: 42.15%;}
.aboutpart1 .leftbox p{font-size: 0.2rem;line-height: 0.36rem;color: #666666;font-weight: lighter;}
.aboutpart1 .rightbox .imgbox{height: 6.13rem;background: url(../images/aboutbg1.png) no-repeat center/100% 100%;}
.aboutpart1 .rightbox{width: 50%;}
.aboutpart1 .rightbox .imgbox span{z-index: -1;}

.aboutpart2{padding: 1rem 0;}
.aboutpart2 li{width: 23.5%;border-radius: 0rem 0.6rem 0rem 0.6rem;overflow: hidden;position: relative;}
.aboutpart2 li.on{width: 51.875%;}
.aboutpart2 li .imgbox{height: 6.5rem;}
.aboutpart2 li:after{content: "";position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.2);}
.aboutpart2 li .txt{position: absolute;left: 0.7rem;top: 1.2rem;z-index: 9;}
.aboutpart2 li .txt .tit{font-size: 0.3rem;color: #ffffff;line-height: 1;margin-bottom: 0.2rem;}
.aboutpart2 li .txt p{font-size: 0.16rem;line-height: 0.3rem;color: #ffffff;font-weight: lighter;display: none;max-width: 3.5rem;width: 90%;}
.aboutpart2 li.on .txt{left: 13.54vw;}
.aboutpart2 li.on .txt p{display: block;}
.aboutpart2 li,.aboutpart2 li *{transition: all 0.3s;}

.aboutpart3{padding-bottom: 1.28rem;}
.aboutpart3 .swiper-slide{position: relative;border-radius: 0.2rem 0.4rem 0.2rem 0.4rem;overflow: hidden;}
.aboutpart3 .swiper-slide .imgbox{height: 5.58rem;}
.aboutpart3 .swiper-slide .txt{padding: 0.9rem 0.6rem 0 0.6rem ;position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.aboutpart3 .swiper-container{overflow: hidden;}
.aboutpart3 .swiper-slide .txt .p1{font-size: 0.22rem;color: #ffffff;margin: 0.5rem 0 0.2rem;}
.aboutpart3 .swiper-slide .txt .p2{font-size: 0.18rem;color: #ffffff;font-weight: lighter;}
.aboutpart3 .swiper-slide .txt .logo img{height: 0.74rem;}
.aboutpart3 .swiper-slide:hover .imgbox span{transform: scale(1.05);}

.history {padding:0.5rem 0 ;height: auto;background: url(../images/historybg3.png) no-repeat center/cover;}
.history .leftSwiper{float: left;width: 26%;height: 9.6rem;text-align: right;overflow: hidden;position: relative;margin-top: -1.2rem;}
.history .leftSwiper:after{position: absolute;left: 0%;top: 50%;transform: translateY(-50%);width: 2.6rem;height: 5.15rem;background: url(../images/historybg1.png) no-repeat center/contain;content: "";}
.history .leftSwiper .swiper-slide{height: 0.6rem;line-height: 0.6rem;cursor: pointer;}
.history .rightSwiper{width: 50vw;float: right;margin-right: 13.54vw;overflow: hidden;}
.history .leftSwiper .swiper-slide.swiper-slide-active{height: 0.88rem;line-height: 0.88rem;;}
.history .leftSwiper .swiper-slide span{width: 1.68rem;display: inline-block;position: relative;font-size: 0.2rem;color: #999999;opacity: 0.8;transition: all 0.3s;}
.history .leftSwiper .swiper-slide.swiper-slide-active span{background: url(../images/historybg2.png) no-repeat center/contain;text-align: left; text-indent: 0.7rem;font-size: 0.26rem;color: #ffffff;opacity: 1;}
.history .leftSwiper .swiper-slide.prev5 span{opacity: 0.4;transform: rotate(-57deg) translate(-2.6rem,-1rem)}
.history .leftSwiper .swiper-slide.prev4 span{opacity: 0.5;transform: rotate(-45deg) translate(-2.05rem,-0.5rem);}
.history .leftSwiper .swiper-slide.prev3 span{opacity: 0.6;transform: rotate(-35deg) translate(-1.55rem,-0.2rem)}
.history .leftSwiper .swiper-slide.prev2 span{opacity: 0.7;transform: rotate(-25deg) translate(-1.1rem,0px)}
.history .leftSwiper .swiper-slide.swiper-slide-prev span{opacity: 0.8;transform: rotate(-12deg) translate(-0.8rem,0px)}
.history .leftSwiper .swiper-slide.swiper-slide-next span{opacity: 0.8;transform: rotate(10deg) translate(-0.8rem,0.1rem);}
.history .leftSwiper .swiper-slide.swiper-slide-next + .swiper-slide span{opacity: 0.7;transform: rotate(25deg) translate(-1.0rem,0.1rem);}
.history .leftSwiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide span{opacity: 0.6;transform: rotate(34deg) translate(-1.4rem,0.2rem);}
.history .leftSwiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide span{opacity: 0.5;transform: rotate(45deg) translate(-1.85rem,0.55rem);}
.history .leftSwiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide span{opacity: 0.4;transform: rotate(55deg) translate(-2.4rem,1rem);}
.history .leftSwiper .swiper-slide span:after{position: absolute;width: 0.4rem;top: 50%;height: 2px; background-color: #509E2F;content: "";left: 0.6rem;opacity: 0.8;}
.history .leftSwiper .swiper-slide.swiper-slide-active span:after{display: none;}

.history .rightSwiper{margin-top: 0.5rem;}
.history .rightSwiper .swiper-slide .txt .year{font-size: 1.2rem;color: #509e2f;font-weight: bold;position: relative;float: left;clear: right;}
.history .rightSwiper .swiper-slide .txt .year span{position: absolute;left: 0;bottom: -35%;transform: rotateX(80deg)  translateX(20px)  ;font-size: 1.2rem;color: #509e2f;opacity: 0.1;}
.history .rightSwiper .swiper-slide .txt .ti{font-size: 0.3rem;line-height: 0.3rem;color: #222222;font-weight: bold;margin: 0.6rem 0 0.3rem;}
.history .rightSwiper .swiper-slide .txt p{font-size: 0.22rem;line-height: 0.3rem;color: #333333;font-weight: lighter;}
.history .rightSwiper .swiper-slide .txt{padding-bottom: 0.3rem;border-bottom: 1px dotted rgba(80,158,47,0.3);position: relative;background: url(../images/historybg4.png) no-repeat 100% bottom;}
.history .rightSwiper .swiper-slide .imgbox{width: 5.9rem;border-radius: 0.08rem 0.5rem 0.08rem 0.5rem;	height: 3.3rem;margin-top: 0.5rem;}

.Culture_t{padding: 0.8rem 0;}
.Culture_t .video{position: relative;}
.Culture_t .video video{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 9;object-fit: fill;}
.Culture_t .video .open-video{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: url(../images/play.png) no-repeat center/contain;width: 0.75rem;	height: 0.75rem;}

.Culture_b {padding: 0.6rem 0 1.1rem;}
.Culture_b .leftbox{width: 30.7%;}
.Culture_b .leftbox .title{font-size: 0.4rem;line-height: 0.4rem;color: #000000;font-weight: bold;margin-bottom: 0.4rem;}
.Culture_b .leftbox .desc{font-size: 0.16rem;line-height: 0.3rem;color: #666666;font-weight: lighter;}
.Culture_b .rightbox{width: 63.57%;background:url(../images/kuang.png) no-repeat center/100% 100%;min-height: 4.15rem;}
.Culture_b .rightbox .imgbox{width: auto;margin: 0 auto;}

.Culture_b2{padding: 0.8rem 0 1rem;background-color: #f8faf7;}
.Culture_b2 .title{font-size: 0.4rem;color: #000000;font-weight: bold;text-align: center;margin-bottom: 0.6rem;}
.Culture_b2 li{width: 31.5%;float: left;border-radius: 0rem 0.6rem 0rem 0.6rem;overflow: hidden;position: relative;}
.Culture_b2 li:not(:nth-child(3n)){margin-right: 2.25%;}
.Culture_b2 li::after{position: absolute;width: 100%;height: 100%;background: url(../images/whbg4.png) repeat-x bottom center;content: "";top: 0;left: 0;}
.Culture_b2 li .imgbox{height: 5.7rem;}
.Culture_b2 li .txt{position: absolute;left: 0;top: 3.9rem;width: 100%;height: auto;padding: 0 0.63rem;z-index: 9;color: #ffffff;}
.Culture_b2 li .icon{position: absolute;left: 0.63rem;top: 0.76rem;transition: all 0.5s;}
.Culture_b2 li .txt .tit{font-size: 0.3rem;line-height: 0.32rem;margin-bottom: 0.24rem;}
.Culture_b2 li .txt p{font-size: 0.24rem;line-height: 0.32rem;color: #ffffff;font-weight: lighter;}
.Culture_b2 li:hover .imgbox span{transform: scale(1.05);}
.Culture_b2 li:hover .icon{transform: rotateY(360deg);}
@media(max-width:1024px){
	.history .rightSwiper{margin:0;width: 62vw;}
}
/*PicList002925 */

.PicList002925{background: #FFFFFF;padding: 1rem 0;overflow: hidden;}
.PicList002925:not(:last-child){padding-bottom: 0;}
.PicList002925 .auto{max-width: 1400px;}
.PicList002925 .title{margin-bottom: 2.5vw; text-align: center;}
.PicList002925 .title .cn{font-size: 0.4rem;color: #000000; padding-bottom: 10px;font-weight: bold;}
@media(max-width:768px){
.PicList002925 .title{padding-bottom: 6vw;}
}
@media(max-width:640px){
.PicList002925 .title .cn{font-size: 6vw;}
}

.PicList002925 .list{padding: 0 3.4375vw 1rem; --imgh:2.84rem;--t:calc(var(--imgh) - 0.4rem);}
.PicList002925:not(:last-child) .list{border-bottom: 1px solid #DFDFDF;}
.PicList002925 .list ul{margin: 0 -2vw;}
.PicList002925 li{text-align: center;position: relative;background: url("../images/PicList002925_taibg.png") repeat-x top var(--t)  left;}
.PicList002925 li a{display: block;position: relative; z-index: 3;}
.PicList002925 li .pic{height: 3rem;display: flex;align-items: flex-end;padding: 0 .15rem;}
.PicList002925 li .imgbox{height: auto; display: inline-block;width: auto;margin: 0 auto;background: url(../images/kuang2.png) no-repeat center/100% 100%;padding: 0.14rem;}
.PicList002925 li .imgbox img{max-height: 2.5rem;}
.PicList002925 li .tit{margin-top: 0.4rem; margin-bottom: 2.08vw; padding: 0 15%;}
.PicList002925 li .tit aside{font-size: 0.18rem; line-height: 0.28rem;;min-height: 0.56rem;}
.PicList002925 .homemore.more{margin-top: 0.2rem;}
@media(min-width:769px) and (max-width:1440px){
.PicList002925 .list{--imgh:calc(185 / 1440 * 100vw);}
}
@media(min-width:769px){
.PicList002925 li{width:25%;}
.PicList002925 li:first-child:before,
.PicList002925 li:nth-child(4n+1):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_l.png") no-repeat left top var(--t) #FFFFFF; width:7.4375vw;left: -2vw;}
.PicList002925 li:last-child:before,
.PicList002925 li:nth-child(4n):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_r.png") no-repeat right top var(--t) #FFFFFF; width:7.4375vw;right: -2vw;}
}
@media(max-width:1024px){
	.PicList002925 li{background: transparent;}
	.PicList002925 li:first-child:before, .PicList002925 li:nth-child(4n+1):before,.PicList002925 li:last-child:before, .PicList002925 li:nth-child(4n):before{display: none;}
	.PicList002925 li .tit{padding: 0;}
}
@media(max-width:768px){
.PicList002925 .list{padding: 0 6vw;--imgh:3.6rem;--t:calc(var(--imgh) - 1rem);}
.PicList002925 li{width:49%;}
.PicList002925 li .pic{padding-bottom: 20px;}
.PicList002925 li .tit{margin-top: 0;}
.PicList002925 li:first-child:before,
.PicList002925 li:nth-child(2n+1):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_l.png") no-repeat left top var(--t) #f5f5f5; width:7.4375vw;left: -3vw;display:none;}
.PicList002925 li:last-child:before,
.PicList002925 li:nth-child(2n):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_r.png") no-repeat right top var(--t) #f5f5f5; width:7.4375vw;right: -3vw;display:none;}
.PicList002925{padding: 0.4rem 0;}
.PicList002925:not(:last-child) .list{padding-bottom: 0.4rem;}

}
@media(max-width:480px){
.PicList002925 li:first-child:before, .PicList002925 li:nth-child(2n+1):before,.PicList002925 li:last-child:before, .PicList002925 li:nth-child(2n):before{display: none;}
.PicList002925 li .pic{height: 2.4rem;margin-top: 0.3rem;}
.PicList002925 li .imgbox{height: 100%;}
}
.Business{padding: 0.6rem 0;}
.Business li{position: relative;}
.Business li:not(:last-child){margin-bottom: 0.3rem;}
.Business li .txt{position: absolute;width: 42%;top: 1rem;left: 1rem;color: #fff;z-index: 10;}
.Business li .txt .tit{font-size: 0.18rem;line-height: 0.32rem;font-weight: lighter;margin-bottom: 0.2rem;}
.Business li .txt .tit b{font-size: 0.3rem;font-weight: bold;margin-right: 0.1rem;}
.Business li .txt .desc{font-size: 0.16rem;line-height: 0.3rem;font-weight: lighter;}
.Business li .txt .desc p{margin: 0.05rem 0;}
.Business li .txt .desc p.dots{position: relative;padding-left: 0.12rem;}
.Business li .txt .desc p.dots:after{content: "";width: 0.05rem;position: absolute;left: 0;top: 50%;margin-top: -0.025rem;border-radius: 50%;height: 0.05rem;background-color: #fefce7;}
.Business li .txt .desc p.mb20{margin-bottom: 0.15rem;}
.Business li .txt .desc{line-height: 0.24rem;}
.Business li .imgbox{border-radius: 0 0.38rem 0 0.38rem;}
.Business li .imgbox img{display: block;}
.Business li .imgbox:after{left: 0;top: 0;width: 100%;height: 100%;content: "";position: absolute;background-color: rgba(0,0,0,0.3);z-index: 1;}

.Network{padding: 0.6rem 0 0;}
.Network li{width: 30.75%;float: left;background: #f8f8f8 url(../images/wlbg.png) no-repeat bottom center;border-radius: 0.05rem 0.4rem 0.05rem 0.4rem;padding: 0.5rem 0.6rem;margin-bottom: 0.5rem;}
.Network li:not(:nth-child(3n)){margin-right: 3.875%;}
.Network li .tit{font-size: 0.24rem;color: #000000;position: relative;margin-bottom: 0.2rem;}
.Network li .tit:before{content: "";width: 0.3rem;height: 0.03rem;background-color: #509e2f;display: block;margin-bottom: 0.18rem;}
.Network li .tag img{vertical-align: middle;margin-top: -0.03rem;margin-right: 0.05rem;;}
.Network li .tag span{margin-right: 0.4rem;font-weight: lighter;}
.Network li p{font-size: 0.16rem;line-height: 0.24rem;font-weight: lighter;margin-top: 0.2rem;min-height: 0.48rem;}
.Network li .code{text-align: center;margin-top: 0.4rem;}
.Network li .code p{margin-top: 0.1rem;min-height: unset;}
.Network li{margin-bottom: 0.15rem;}
.Network li .code{margin-top: 0.2rem;}

.pronav{padding: 0.6rem 0;}
.pronav .item{min-width: 1.4rem;text-align: center;color: #000000;min-height: 0.6rem;background-color: #ffffff;border-radius: 0.01rem 0.2rem 0.01rem 0.2rem;border: solid 0.01rem #e4e4e4;margin: 0 0.15rem;line-height: 0.6rem;}
.pronav .item.aon,.pronav .item:hover{border-color: #509e2f;background-color: #509E2F;color: #fff;}
.pronav .item.aon a,.pronav .item:hover a{color: #fff;}

.proTop .slider{height: 6rem;background:url(../images/probg.png) no-repeat center #f6f6f6;border: solid 0.01rem #e4e4e4;border-radius: 0rem 0.6rem 0rem 0.6rem;background-size: cover;}
.proTop .slider .swiper-slide .leftbox{width: 48.5%;}
.proTop .slider .swiper-slide .leftbox .imgbox{width: 100%;height: 5rem;margin: 0.5rem auto;}
.proTop .slider .swiper-slide .leftbox .imgbox img{object-fit: contain;}
.proTop .slider .swiper-slide{display: flex;align-items: center;justify-content: center;}
.proTop .slider .swiper-slide .rightbox{width: 42%;}
.proTop .slider .swiper-slide .rightbox .title{font-size: 0.3rem;line-height: 0.4rem;color: #000000;margin-bottom: 0.13rem;}
.proTop .slider .swiper-slide .rightbox .tag span{display: inline-block;height: 0.3rem;	background-color: #d7edce;min-width: 1.04rem;padding: 0 0.15rem;border-radius: 0.15rem;margin-right: 0.16rem;line-height: 0.3rem;font-size: 0.18rem;color: #4e8935;font-weight: lighter;}
.proTop .slider .swiper-slide .rightbox .tag{margin-bottom: 0.2rem;}
.proTop .slider .swiper-slide .rightbox .desc{font-size: 0.18rem;line-height: 0.3rem;color: #000000;font-weight: normal;}
.proTop .slider .swiper-slide .rightbox .cptd .ti{font-size: 0.16rem;color: #000000;}
.proTop .slider .swiper-slide .rightbox .cptd{margin-top: 0.45rem;margin-bottom: 0.3rem;}
.proTop .slider .swiper-slide .rightbox .cptd p{font-size: 0.16rem;line-height: 0.3rem;color: #000000;font-weight: lighter;position: relative;padding-left: 0.16rem;;}
.proTop .slider .swiper-slide .rightbox .cptd p:after{content: "";width: 0.05rem;position: absolute;left: 0;top: 50%;margin-top: -0.025rem;border-radius: 50%;height: 0.05rem;background-color: #509e2f;}
.proTop .slider .swiper-slide .rightbox .cptd p span{color: #7dbc62;margin-left: 0.2rem;}
.proTop .slider .swiper-slide .rightbox .shop a{display: inline-block;margin-right: 0.15rem;transition: all 0.3s;}
.proTop .slider .swiper-slide .rightbox .shop a:hover{transform: scale(1.1);}
.proTop .slider .slick-dots{width: 0.15rem;height: auto;left: 0.8rem;top: 50%;transform: translateY(-50%);display: flex;align-items: center;flex-wrap: wrap;justify-content: center;align-content: center}
.proTop .slider .slick-dots li{margin: 0.1rem 0 ;width: 0.15rem;height: 0.15rem;cursor: pointer;}
.proTop .slider .slick-dots li button{cursor: pointer;}
.protabs {
    display: flex;
    justify-content: flex-start;
    padding-top: .3rem;
    flex-wrap: wrap;
}
.protabs .protab {
    font-size: .18rem;
    padding: .15rem .2rem;
    border: 1px solid #eee;
    border-radius: .2rem 0 .2rem 0;
    margin-right: .2rem;
    margin-top: .2rem;
    cursor:pointer;
}
.protabs .protab.active {
    background-color: var(--primary-color);
    color: #fff;
}



.prolist{padding:0.7rem 0 1rem ;}
.prolist li{width: 23.5%;float: left;background-image: linear-gradient(0deg, #fafafa 0%, #ffffff 100%);border-radius: 0.05rem;border: solid 0.01rem #eaeaea;padding-bottom: 0.5rem;margin-bottom: 2%;transition: all 0.5s;}
.prolist li:hover{border-color: var(--primary-color);}
.prolist li:hover .tit aside{color: var(--primary-color);}
.prolist li:hover .imgbox img{transform: scale(0.9);}
.prolist li:not(:nth-child(4n)){margin-right: 2%;}
.prolist li .imgbox{height: 2.5rem;margin: 0.45rem 0 0.2rem;background: url(../images/probg2.png) no-repeat bottom center;}
.prolist li .imgbox img{object-fit: contain;transition: all 0.5s;}
.prolist li .imgbox span{padding-bottom: 0.2rem;}
.prolist li .tit{text-align: center;}
.prolist li .tit aside{font-size: 0.22rem;color: #000000;line-height: 0.4rem;}
.prolist li .tit p{font-size: 0.16rem;color: #000000;font-weight: lighter;}
.prolist li.swiper-slide-active{border-color: var(--primary-color);}
.prolist .arrow{position:absolute;top:50%;transform:translateY(-50%);width:0.5rem;height: 0.5rem;border-radius: 0.01rem 0.15rem;z-index:5;cursor:pointer;background-color: #fff;background-position: center center; background-repeat: no-repeat; background-size: 0.1rem 0.19rem;border: none;transition: all 0.5s ease;border: none; outline: none;  appearance: none; box-shadow: 0px 15px 36px 0px rgba(80,158,47,0.2);}
.prolist .arrow:hover{background-color: var(--primary-color) !important;}
.prolist .arrow:before{display:block;content:'';padding-bottom:100%;}
.prolist .arrow:after{display:block;content:'';width:30.357%;padding-bottom:30.357%;left:50%;top:50%;transform:translate(-50%,-50%);background:no-repeat center center;background-size:contain;position:absolute;}
.prolist .prev{left:-0.8rem;}
.prolist .prev:after{background-image:url(../images/arrleft_blue1.svg);}
.prolist .next{right:-0.8rem;}
.prolist .next:after{background-image:url(../images/arrright_blue1.svg);}
.prolist .prev:hover:after{background-image: url(../images/arrleft_white.svg);}
.prolist .next:hover:after{background-image: url(../images/arrright_white.svg);}


.Social_p1{padding: 0.8rem 0;}
.Social_p1 .titH{margin-bottom: 0.5rem;}
.Social_p1 .leftbox{width: 42.85%;float: left;margin-top:10%}
.Social_p1 .leftbox .tit{font-size: 0.24rem;line-height: 0.32rem;color: #000000;margin-bottom: 0.1rem;}
.Social_p1 .leftbox .desc{font-size: 0.16rem;line-height: 0.3rem;color: #000000;font-weight: lighter;}
.Social_p1 .leftbox .homemore.more{margin-top: 0.2rem;margin-bottom: 0.65rem;}
.Social_p1 .leftbox li{width: 43.33%;float: left;height: 0.6rem;line-height: 0.6rem;font-size: 0.2rem;color: #000000;
/*padding-left: 0.4rem;background: url(../images/pdf.png) no-repeat left center;*/
border-bottom: 1px solid #e0e0e0;margin-bottom: 0.15rem;}
.Social_p1 .leftbox li:nth-child(2n){float: right;}
.Social_p1 .rightbox{width: 50%;float: right;}

.Social_p2{padding: 1.4rem 0 1.6rem;}
.Social_p2 .leftbox{color: #fff;width: 32.6%;}
.Social_p2 .leftbox .tit{font-size: 0.4rem;line-height: 0.4rem;font-weight: bold;}
.Social_p2 .leftbox .ti{font-size: 0.24rem;line-height: 0.32rem;margin: 0.5rem 0 0.1rem;}
.Social_p2 .leftbox .desc{font-size: 0.16rem;line-height: 0.3rem;font-weight: lighter;}
.Social_p2 .rightbox{width: 53%;}
.Social_p2 .rightbox .slick-slide{display: flex;justify-content: space-between;flex-wrap: wrap;}
.Social_p2 .rightbox .slick-slide div{width: 48%;height: 1.49rem;border-radius: 0.05rem 0.3rem 0.05rem 0.3rem;background: rgba(255,255,255,0.75);margin-bottom: 0.3rem;}
.Social_p2 .rightbox .slick-slide div li{ position:relative; width: 100%;height: 1.49rem;padding: 0.3rem;
/*background: url(../images/zltxbg2.png) no-repeat center/contain*/
}
.Social_p2 .rightbox .slick-slide div.icon img {
    height: .65rem;
}
.Social_p2 .rightbox .slick-slide div.icon{text-align: center;height: auto;background: none;width: 100%;margin-bottom: 0rem;}
.Social_p2 .rightbox .slick-slide p{text-align: center;font-size: 0.18rem;line-height: 0.24rem;color: #000000;max-width: 8em;margin: 0 auto;}

.Social_p2 .rightbox .slick-slide a .hover{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(80, 158, 47,0.95); opacity:0; transition:0.3s;display: flex; justify-content: center;  align-items: center;  padding: 0.2rem; border-radius: 0.05rem 0.3rem 0.05rem 0.3rem;}
.Social_p2 .rightbox .slick-slide a:hover .hover{ opacity:1;}
.Social_p2 .rightbox .slick-slide a .info{color: #fff;text-align: center;line-height: 1.6;}

.Social_p2 .slick-dots li{width: 0.16rem;height: 0.16rem;cursor: pointer;}
.Social_p2 .slick-dots{bottom: -0.2rem;}
.Social_p2 .slick-dots li button{cursor: pointer;}

.Social_p3{padding: 1rem 0;}
.Social_p3 .titH{margin-bottom: 0.8rem;}
.Social_p3 .slick-track li{width: 47.85%;margin-bottom: 0.3rem;background-color: #ffffff;box-shadow: 0rem 0rem 0.05rem 0rem rgba(192, 192, 192, 0.4);border-radius: 0.05rem 0.3rem 0.05rem 0.3rem;	border: solid 0.01rem #eeeeee;float: left;padding: 0.35rem 0.6rem 0.4rem;}
.Social_p3 .slick-track li time{font-size: 0.18rem;color: #999999;line-height: 1;margin-bottom: 0.1rem;display: inline-block;}
.Social_p3 .slick-track li .ti{font-size: 0.24rem;line-height: 0.32rem;color: #000000;margin-bottom: 0.15rem;}
.Social_p3 .slick-track li p{font-size: 0.16rem;line-height: 0.3rem;color: #000000;font-weight: lighter;}
.Social_p3 .slick-track li .homemore.more{margin-top: 0.2rem;}
.Social_p3 .slick-track li:hover .ti{color: #509E2F;}
.Social_p3 .slick-slide div{ width: 47.85%;fll;}
.Social_p3 .slick-slide{display: flex;justify-content: space-between;flex-wrap: wrap;}
.Social_p3 .slick-dots li{width: 0.16rem;height: 0.16rem;cursor: pointer;}
.Social_p3 .slick-dots li button{cursor: pointer;}
.Social_p3 .slick-dots{bottom: -0.2rem;}

.Social_p4{padding: 0 0 1rem;display:none}
.Social_p4 li{width: 47.85%;float: left;position: relative;border-radius: 0rem 0.6rem 0rem 0.6rem;overflow: hidden;}
.Social_p4 li .imgbox{height: 3rem;}
.Social_p4 li:nth-child(2n){float: right;}
.Social_p4 .titH{margin-bottom: 0.6rem;}
.Social_p4 li .txt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 0.65rem 0.72rem;color: #ffffff;z-index: 9;}
.Social_p4 li:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";background: url(../images/esgbg1.png) no-repeat left top;}
.Social_p4 li .txt .tit{font-size: 0.3rem;color: #ffffff;margin-bottom: 0.15rem;}
.Social_p4 li .txt p{font-size: 0.16rem;color: #ffffff;font-weight: lighter;}
.Social_p4 li .txt .morebtn{width: 0.5rem;height: 0.5rem;background:url(../images/more.png) no-repeat center #509e2f;border-radius: 0.01rem 0.15rem 0.01rem 0.15rem;margin-top: 0.4rem;transition: all 0.3s;}
.Social_p4 li:hover .imgbox span{transform: scale(1.1);}
.Social_p4 li:hover .morebtn{border-radius: 0.15rem 0.01rem 0.15rem 0.01rem ;}

@media screen and (max-width:1024px){
	.history .leftSwiper:after{background-size: auto 20vw;background-position: left center;}
	.Business li .txt{top: 0.4rem;left: 0.4rem;width: 60%;max-height: calc(100% - 0.4rem);overflow-y: auto;}
	.pronav{flex-wrap: wrap;justify-content: flex-start}
	.aboutpart2,.Culture_t,.Culture_b2,.Social_p1,.Social_p2,.Social_p3,.Social_p4{padding: 0.4rem 0;}
    .prolist .prev{left:-0.2rem;}
    .prolist .next{right:-0.2rem;}
	.Social_p1 .leftbox .homemore.more{margin-bottom: 0.3rem;}
	.Social_p3 .titH{margin-bottom: 0.3rem;}
}
@media screen and (max-width:768px){
.aboutpart1{padding: 0.4rem 0 0;}

.aboutpart2 li .txt{left: 0.3rem;}
.aboutpart2 li.on .txt{left: 0.5rem;}
.aboutpart3{padding-bottom: 0.4rem;}
.aboutTit{margin-bottom: 0.3rem;}
.history .rightSwiper .swiper-slide .txt .year{font-size: 0.8rem;}
.history .rightSwiper .swiper-slide .txt .year span{font-size: 0.8rem;bottom: -25%;}
.history .rightSwiper .swiper-slide .txt .ti{margin: 0.3rem 0 0.15rem;}
.history .leftSwiper{height: 8rem;}
.history .rightSwiper .swiper-slide .imgbox{max-width: 100%;}
.Culture_b2 li .txt{padding: 0 0.3rem;}
.Culture_b2 li .icon{left: 0.3rem;}
.Business li .txt{max-height: calc(100% - 1rem);}
.Network li{width: 48%;margin-right: 0;padding: 0.3rem;}
.Network li:nth-child(2n){float: right;}
.Network li:not(:nth-child(3n)){margin-right: 0;}
.prolist li{width: 32%;}
.prolist li:not(:nth-child(4n)){margin-right: 0%;}
.pronav .item{margin-bottom: 0.1rem;}
.prolist li:not(:nth-child(3n)){margin-right: 2%;}

.prolist .prev{left:-0rem;}
.prolist .next{right:0rem;}

.Social_p1 .leftbox,.Social_p1 .rightbox{width: 100%;}
.Social_p2 .leftbox{width: 100%;margin-bottom: 0.3rem;}
.Social_p2 .rightbox{width: 100%;}
.Social_p2 .container{flex-wrap: wrap;}
.Social_p2 .leftbox .ti{margin-top: 0.3rem;}
.Social_p2 .rightbox .slick-slide div li,.Social_p2 .rightbox .slick-slide div{height: 1.7rem;}
.Social_p3 .slick-track li{padding: 0.2rem;}
.Social_p1 .titH,.Social_p4 .titH{margin-bottom: 0.2rem;}
}
@media screen and (max-width:480px){
.aboutpart1 .j-sb{flex-wrap: wrap;}
.aboutpart1 .leftbox{width: 100%;}
.aboutpart1 .rightbox{width: 100%;margin-top: 0.2rem;}
.aboutpart1 .rightbox .imgbox{height: 4rem;width: 3.5rem;margin: 0px auto;overflow: hidden;}

.aboutpart2 ul{flex-wrap: wrap;}
.aboutpart2 li,.aboutpart2 li.on{width: 90%;margin: 0.1rem 5%;}
.aboutpart2 li.on .txt p,
.aboutpart2 li .txt p{display: block;}
.aboutpart2 li .txt .tit{font-size: 0.24rem;}
.aboutpart2 li .imgbox{height: 3rem;}
.aboutpart2 li .imgbox:after{left: 0;top: 0;width: 100%;height: 100%;content: "";background-color: rgba(0,0,0,0.5);position: absolute;z-index: 1;}
.aboutpart2 li .txt{top: 0.3rem;left: 0.3rem;width: calc(100% - 0.6rem);}
.aboutpart2 li .txt p{max-height: 13em;overflow-y: auto;}

.aboutpart3 .swiper-container{padding: 0 15%;overflow: visible;}
.aboutpart3 .swiper-slide .txt{padding: 0.4rem;}
.aboutpart3 .swiper-slide .txt .p1{margin-top: 0.3rem;margin-bottom: 0.1rem;}
.aboutpart3 .swiper-slide .txt .logo img{height: 0.45rem;}
.aboutpart3 .swiper-slide .imgbox{height: 4rem;}
.aboutpart3 .swiper-pagination{position: static;margin-top: 0.15rem;}
.history .leftSwiper{display: none;}
.history .rightSwiper{width: 100%;margin-right: 0;float: none;padding: 0 5%;}
.history .rightSwiper .swiper-container{overflow: visible;}
.history .rightSwiper .swiper-wrapper{display: block;transform: translate3d(0px, 0px, 0px) !important;}
.history .rightSwiper .swiper-slide:not(:last-child){margin-bottom: 0.3rem;}
.history .rightSwiper .swiper-slide{padding: 0.2rem;box-shadow: 0 0 15px rgba(0,0,0,0.15);border-radius: 0.1rem;}
.history .rightSwiper .swiper-slide .txt .year{font-size: 0.4rem;}
.history .rightSwiper .swiper-slide .txt .year span{font-size: 0.4rem;}
.history .rightSwiper .swiper-slide .txt{padding-bottom: 0.15rem;}
.history .rightSwiper .swiper-slide .txt p{font-size: 0.18rem;}
.history .rightSwiper .swiper-slide .txt .ti{font-size: 0.24rem;margin: 0.1rem 0;}
.history .rightSwiper .swiper-slide .imgbox{width: 100%;height: auto;padding-bottom: 60%;margin-top: 0.25rem;}

	.Culture_b2 li{width: 100%;}
	.Culture_b2 li:not(:last-child){margin-bottom: 0.15rem;}
	.Culture_b2 li .imgbox{height: 4.5rem;}
	.Culture_b2 li .txt{top: auto;bottom: 0.5rem;}
	.Culture_b2 .title{font-size: 0.3rem;}

.Culture_b2 .title{margin-bottom: 0.2rem;}
.Business li .txt{left: 0.2rem;top: 0.2rem;width: 92%;max-height: calc(100% - 0.4rem);}
.Business li .imgbox img{height: 2.5rem;border-radius: 0.1rem;}
.Network li{width: 100%;}
.proTop .slider{position: relative;border-radius: 0 0.2rem 0 0.2rem;}
.proTop .slider .swiper-slide .leftbox{width: 100%;height: 3rem;}
.proTop .slider .swiper-slide{flex-wrap: wrap;height: auto;}
.proTop .slider{height: auto;background-size: cover;padding: 0.3rem 0 0.6rem;}
.proTop .slider .swiper-slide .rightbox{width: 90%;}
.proTop .slider .swiper-slide .leftbox .imgbox{height: 3rem;margin: 0 auto;}
.proTop .slider .slick-dots{width: 100%;left: 0%;top: auto;bottom: -0.4rem;}
.proTop .slider .slick-dots li{margin: 0 0.1rem;cursor: pointer;}

	.banner img{height: 2.6rem;object-fit: cover;}
	.pronav{padding: 0.3rem 0.3rem;}
	.pronav .item a .title{font-size: 0.18rem;}
	.pronav .item{min-width: unset;padding:  0 0.1rem;min-height: 0.35rem;line-height: 0.35rem;border-radius: 0 0.1rem 0 0.1rem;margin: 0 0.1rem 0.1rem 0;}

	.prolist{padding: 0.3rem 0 0.45rem 0;}
	.prolist ul{justify-content: space-between;}
.prolist li{width: 48.5%;margin-right: 0;}
.prolist li:not(:nth-child(3n)){margin: 0;}
.prolist li{margin-bottom: 0.2rem !important;}
.prolist li .imgbox{padding-bottom: 90%;height: auto;}
.Social_p1 .leftbox li{width: 100%;margin-bottom: 0;}
.Social_p4 li{width: 100%;margin-bottom: 0.2rem;}
.Social_p4 li .txt{padding: 0.4rem;}
.Social_p2 .leftbox .tit{font-size: var(--font-size__40)}
.Social_p2 .leftbox .ti{margin-top: 0.1rem;}
.Social_p2 .slick-dots li,.Social_p3 .slick-dots li{width: 0.1rem;height: 0.1rem;}
.Social_p4 li .imgbox{height: 2.4rem;border-radius: 0 0.2rem 0 0.2rem;}
	.aboutTit{font-size: 0.3rem;margin-bottom: 0.2rem;}
}
.iframePage{height: calc(100vh - 2.2rem);overflow-y: auto;}

.homeChannel .rightbox dl{
    flex-wrap: wrap;
    width: 50%;
    bottom: 1.1rem;
    justify-content: space-between;
}
.homeChannel .rightbox dl dd{
    width: calc((100% - .1rem) / 2);
    margin-bottom: 0.1rem;
}
@media screen and (max-width:1024px){
    .homeChannel .rightbox dl {
        width: 65%;
        bottom: 0.2rem;
    }
}


/* home-ban */
/*视频弹窗*/
.video-box{position: absolute; left: 0;top: 0;width: 100%;height: 100%;z-index: 100;}
.video-box video{display: block;width: 100%;}
.video-box .close{ cursor:pointer; width:0.4rem; height:0.4rem; position:absolute; z-index:4; right:0.2rem; top:0.2rem;}
.video-box .close::before,
.video-box .close::after{ position:absolute; content:''; width:80%; left:10%; height:3px; top:50%; margin-top:-1.5px; background:#fff; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.video-box .close::before{ transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);}

.video-box.fix{position: fixed;z-index: 110;}
.video-box.fix .inner{width: 90%;height: 90vh;position: relative;}
.video-box.fix video{width: 100%;height: 100%;object-fit: contain;background-color: #000;}
.video-box.fix .close{transition: opacity 0.3s;}
.home-ban .play{position: absolute; width: 100%; height: 100%;left: 0;top: 0;z-index: 12;visibility: visible;cursor: pointer;display:flex;justify-content: center;align-items: center;}
.home-ban .play:after{content:"";background: var(--primary-color) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzM3NjE1OTM2NDQwIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwODUgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjIxOTkiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjExLjkxNDA2MjUiIGhlaWdodD0iMjAwIj48cGF0aCBkPSJNNTQ2LjkwNDIyOCAxOC4xMDU3M2MtMjc3Ljc2OTE4IDAtNTAyLjk0NTI5IDIyNS4xNzYxMS01MDIuOTQ1MjkgNTAyLjk0NTI5IDAgMjc3Ljc3MTY0IDIyNS4xNzQ4OCA1MDIuOTQ3NzUgNTAyLjk0NTI5IDUwMi45NDc3NSAyNzcuNzY3OTUgMCA1MDIuOTQ1MjktMjI1LjE3NjExIDUwMi45NDUyOS01MDIuOTQ3NzVDMTA0OS44NDk1MTggMjQzLjI4MzA3IDgyNC42NzIxNzggMTguMTA1NzMgNTQ2LjkwNDIyOCAxOC4xMDU3M0w1NDYuOTA0MjI4IDE4LjEwNTczek01NDYuOTA0MjI4IDk3My43MDE2NTljLTI0OS45OTI2MzEgMC00NTIuNjUxODY4LTIwMi42NTkyMzctNDUyLjY1MTg2OC00NTIuNjUxODY4IDAtMjQ5Ljk5MDE3MiAyMDIuNjU5MjM3LTQ1Mi42NDk0MDggNDUyLjY1MTg2OC00NTIuNjQ5NDA4czQ1Mi42NTA2MzggMjAyLjY1OTIzNyA0NTIuNjUwNjM4IDQ1Mi42NDk0MDhDOTk5LjU1NDg2NiA3NzEuMDQyNDIyIDc5Ni44OTY4NTkgOTczLjcwMTY1OSA1NDYuOTA0MjI4IDk3My43MDE2NTlMNTQ2LjkwNDIyOCA5NzMuNzAxNjU5ek03NzUuMjAzOTI0IDQ4NS40MDY0NzhjLTc4LjI2Nzk2Mi01My4yNTU5MS0yMjAuMTkxOS0xMzIuOTY3NjA4LTMwMS4wMDQyMzItMTgyLjM1ODM4OC0zMy4xMzIxNDYtMjAuODkzNTkyLTYwLjk5MzU0OS0xMi41MDI5NTItNjMuNjY3MDQzIDI0LjM5OTYzMy0xLjkzODA5OSA5OC44NDA1ODggMCAyODkuNTUwMjY0IDAgMzkwLjEwMTQ0NSAxLjY4MTA3OSAzNy40NjIxMjUgMzQuNzA5OTI2IDQyLjQwMzI5MyA2My4zNzU1OSAyNy4zNjIxMjEgODAuNzIxMzMtNDguOTA2MjU1IDIxOS40NTY1MDUtMTMyLjk1Nzc3IDMwMC41ODg1NzQtMTgyLjExMjQzNkM3NzMuOTY4MDE3IDU2Mi40NzY2NTYgODM2LjA5Nzg2MiA1MjguMzA1MzY0IDc3NS4yMDM5MjQgNDg1LjQwNjQ3OEw3NzUuMjAzOTI0IDQ4NS40MDY0Nzh6IiBmaWxsPSIjZmZmZmZmIiBwLWlkPSIyMjAwIj48L3BhdGg+PC9zdmc+) no-repeat center center; background-size: 0.45rem auto;border-radius:50%;width:0.6rem;height:0.6rem;}