:root{
	--MainColor: #09b653;
	--lineGreen: linear-gradient(270deg, #69D88B 0%, #06AE4E 100%);;
	--lineGreenF: linear-gradient(-270deg, #69D88B 0%, #06AE4E 100%);;
	--greyColor: #f2f2f2;
}
@font-face {
	font-family: 'iconfont';
	src: url('https://files.jiaozhu.net/njshoujia-home/font/iconfont.woff2?t=1678085452673') format('woff2'),
	url('https://files.jiaozhu.net/njshoujia-home/font/iconfont.woff?t=1678085452673') format('woff'),
	url('https://files.jiaozhu.net/njshoujia-home/font/iconfont.ttf?t=1678085452673') format('truetype');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 1.85vh;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face{
	font-family: 'btz';
	src: url('https://files.jiaozhu.net/njshoujia-home/font/Alimama_ShuHeiTi_Bold.ttf');
}
@font-face{
	font-family: 'en';
	src: url('https://files.jiaozhu.net/njshoujia-home/font/HEADOH-1.ttf');
}
@font-face{
	font-family: 'number';
	src: url('https://files.jiaozhu.net/njshoujia-home/font/DINEngschrift.otf');
}
*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
}
.scrollTop{
	display: none;
	transition: all ease-in 0.1s;
	width: 65px;
	height: 65px;
	text-align: center;
	color: #fff;
	line-height: 62px;
	border-radius: 65px;
	position: fixed;
	bottom: 70px;
	right: 50px;
	z-index: 4;
	font-size: 32px;
	cursor: pointer;
	background: var(--MainColor);
}
.scrollTop:hover{
	background: rgb(80, 233, 80);
}
.scrollTop .iconfont{
	font-size: 28px;
}
.all{
	width: 100%;
	height: 100%;
	min-width: 1280px;
	box-sizing: border-box;
}
.page{
	width: 100%;
	overflow: hidden;
}
.page1{
	height:100vh;
	width:100%;
	min-width: 1280px;
	background: #000;
	position: relative;
}

.navbar{
	height: 80px;
	position:absolute;
	z-index: 2;
	width:80%;
	line-height: 80px;
	left: 10%;
}

.navbar_list{
	float: right;
}
.navbar_list a{
	width: 105px;
	cursor: pointer;
	transition: all ease-in 0.1s;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 80px;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	cursor: pointer;
}
.navbar_list a:hover{
	background: var(--MainColor);
}
.logoFloat{
	position: absolute;
	width: 128px;
	height: 110px;
	background-color: var(--MainColor);
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
}
.logoFloat img{
	width: 82px;
}
.myswiper{
	position: relative;
}
.picScroll{
	left: unset !important;
	position: absolute;
	right: 0px !important;
	bottom: 90px !important;
	width:440px !important;
}
.page1Bk img{
	transform: scale(1.3);
}
.addAnimate{
	animation: ScaleImage 10s;
	-moz-animation: ScaleImage 10s;
	-webkit-animation: ScaleImage 10s;
	-o-animation: ScaleImage 10s;
}
@keyframes ScaleImage{
	0%{
		transform: scale(1.0);
	}
	100%{
		transform: scale(1.15);
	}
}
@keyframes lineWidth{
	0%{
		width: 0px;
	}
	100%{
		width: 80px;
	}
}
.page1_text{
	z-index: 2;
	position: absolute;
	bottom: 24vh;
	left: 10%;
}
.page1_text_nr{
	position: relative;
}
.line_zs1{
	width: 100px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: -150px;
	top: 35px;
}
.addAnimate_line{
	animation: lineWidth 2s;
	-moz-animation: lineWidth 2s;
	-webkit-animation: lineWidth 2s;
	-o-animation: lineWidth 2s;
}
.BannerText_1{
	font-family: 'btz';
	font-size: 6vh;
	color: rgba(255,255,255,1);
	margin-bottom: 25px;
}
.BannerText_ms{
	font-weight: 200;
	font-size: 2.5vh;
	color: rgba(255,255,255,0.85);
	letter-spacing: 4.6px;
	margin-bottom: 45px;
}
.BannerText_en{
	font-weight: 200;
	font-size: 2.25vh;
	color: rgba(255,255,255,0.85);
	line-height: 36px;
}
.lineGreen{
	background: var(--lineGreen);
}
.bannerBtn{
	overflow: hidden;
	transition: all ease-in 0.1s;
	display: inline-block;
	z-index: 2;
	height: 12vh;
	line-height: 12vh;
	width: 52vh;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 10%;
	background: var(--lineGreen);
}
.bannerBtn img{
	transition: all ease-in 0.2s;
	position: absolute;
	left: 30px;
	top: 50%;
	/*margin-top: -20px;*/
	margin-left: 50px;
}
.bannerBtn p{
	transition: all ease-in 0.2s;
	width: 100%;
	background:rgb(27, 163, 27);
	text-align: center;
	position: absolute;
	font-size: 18px;
	left: -100%;
	line-height: 12vh;
}
.bannerBtn:hover img{
	/*background: var(--MainColor);*/
	left: 100%;
}
.bannerBtn:hover p{
	/*background: var(--MainColor);*/
	left:0px;
}
.zs3{
	position: absolute;
	right: 65px;
	bottom: 250px;
	width: 20px;
	z-index: 2;
	height: 120px;
}
.zs2{
	position: absolute;
	right: 128px;
	bottom: 195px;
	width: 63px;
	z-index: 2;
	height: 80px;
	overflow: hidden;
}
.zs1{
	position: absolute;
	left: 120px;
	top: 210px;
	width: 62px;
	z-index: 2;
	height: 87px;
}
.zs1 img,.zs2 img,.zs3 img{
	width: 100%;
}
.content{
	width: 100%;
	overflow: hidden;
}
.widthControl{
	width: 80%;
	margin: 0 auto;
}
/*page2*/
.page2{
	height: 100vh;
	position: relative;
}
.page_tit{
	box-sizing: border-box;
	padding-top: 78px;
	padding-bottom: 55px;
	overflow: hidden;
}
.page_tit_l{
	text-align: left;
	position: relative;
	float: left;
	/*overflow: hidden;*/
}
.page_tit_r{
	float: right;
}
.page_tit_r .logo{
	margin-top: 15px;
}
.page_tit_en{
	opacity: 0.06;
	font-family:'en' ;
	font-size: 45px;
	line-height: 58px;
	letter-spacing: 2px;
}
.page_tit_name{
	margin-bottom: 22px;
	position: relative;
}
.page_tit_name .h1{
	font-weight: 600;
	position: relative;
	font-size: 40px;
	letter-spacing: 0;
	z-index: 1;
	margin-top: -32px;
}
.page_tit_line{
	width: 160px;
	height: 14px;
	position: absolute;
	bottom:-2px;
	z-index: 0;
	background: var(--MainColor);
}
.page_tit_ms{
	float: left;
	opacity: 0.45;
	font-size: 16px;
	letter-spacing: 0;
	text-align: center;
}

.cardList{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.cardList ul{
	padding-left: 1px;
}
.cardList ul li{
	float: left;
	width: calc(100% / 6);
}
.cardList ul li a{
	text-align: center;
	transition: all ease-in 0.1s;
	position: relative;
	display: block;
	height: 38vh;
	margin-left: -1px;
	background: #FFFFFF;
	border: 1px solid #D3D3D3;
	padding: 50px 5px;
	box-sizing: border-box;
}
.cardList_en{
	opacity: 0.48;
	font-size: 1.3vh;
	line-height: 24px;
}
.cardList_name{
	font-weight: 500;
	font-size: 2vh;
	line-height: 36px;
}
.cardList .iconfont{
	position: absolute;
	bottom: 40px;
	right: 28px;
	font-size: 58px;
	color: #06AE4E;
}
.cardList ul li a:hover{
	color: #fff !important;
	background: var(--MainColor);
	border-color: var(--MainColor);
	opacity: 1;
}
.cardList ul li a:hover .iconfont{
	color: #fff !important;
}
.zs_park1{
	position: relative;
	width: 100%;
	padding: 8vh 0px;
	background:var(--greyColor) ;
}
.zs_park1_green{
	position: absolute;
	right: 0px;
	width: 30%;
	top: 0px;
	height: 100%;
	z-index: 0;
	background:var(--lineGreenF) ;
}
.page2_content .zs1{
	position: absolute;
	left: unset;
	bottom: unset;
	right: 88px;
	top: 76px;
	width: 55px;
}
.page2 .zs_line1{
	height: 115px;
	width: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: var(--greyColor);
}
.page2 .zs_line2{
	height: 80px;
	width: 33%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: var(--lineGreen);
}
/*page3*/
.page3{
	position: relative;
	height: 100vh;
}
.aboutUs{
	padding: 70px 70px;
	padding-bottom: 0px;
}
.page3 .page_tit_name .h1{
	font-size: 45px;
}
.info{
	margin-top: 50px;
}
.info_text{
	font-size:1.8vh;
	line-height: 38px;
	box-sizing: border-box;
	padding: 8px 15px;
	background-color: rgb(243, 243, 243);
	border-radius: 6px;
	margin-bottom: 25px;
}
.font_dl{
	line-height: 42px;
	text-align: left;

	font-size: 1.8vh;
	color: rgba(0, 0, 0, 0.7);
}
.mk{
	margin-bottom: 45px;
}
.btn{
	transition: all ease-in 0.1s;
	text-align: left;
	display: inline-block;
	font-size: 18px;
	width: 180px;
	height: 52px;
	box-sizing: border-box;
	padding: 0px 20px;
	line-height: 50px;
	border: 1px solid #06AE4E;
	color: #06AE4E;
	border-color: var(--MainColor);
}
.btn .more{
	font-size: 10px;
	margin-left: 8px;
}
.btn .iconfont{
	float: right;
	font-size: 7px;
}
.page3 .zs_line1{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 156px;
	left: 10%;
	background: var(--lineGreen);
	margin-left: 28px;
	padding-top: 10px;
	padding-left: 15px;
	color: rgba(255, 255, 255, 0.18);
	font-size: 65px;
	font-family: 'HeadLineA';
	font-weight: 900;
	line-height: 66px;
	text-align: left;
}
.page3 .zs_line1_ct{
	position: absolute;
	right: 10%;
	bottom: 0px;
	width: 38%;
	max-width: 580px;
	height:80%;
	z-index: 0;
	background: url('https://files.jiaozhu.net/shoujia-home/view2_ct2.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.page3 .zs_line2{
	position: absolute;
	left: 0px;
	top: 40%;
	height: 248px;
	width: 150px;
	background: url('https://files.jiaozhu.net/shoujia-home/view2_ct1.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.page3 .zs1{
	left: unset;
	position: absolute;
	right: 0px;
	top: -40px;
	width: 50px;
}
.width45{
	width: 45%;
}

/*page4*/
.page4{
	text-align: center;
	padding-bottom: 50px;
}

.page4_content ul{
	overflow: hidden;
	margin-left: -40px;
	margin-bottom: 40px;
}
.page4_content ul li{
	float: left;
	width: 33.3%;
	padding-bottom: 40px;
	padding-left: 40px;
	text-align: center;
}
.page4_content ul li a{
	height: 265px;
	overflow: hidden;
}
.an_pic{
	display: block;
	background: #f2f2f2;
	border: 1px solid #ededed;
	box-sizing: border-box;
	padding: 12px;
	margin-bottom: 12px;
}
.an_pic img{
	width: 100%;
	height: 100%;
}
.an_name{
	font-weight: 500;
	font-size: 2vh;
	line-height: 42px;
	letter-spacing: 0px;
}
.an_wz{
	opacity: 0.45;
	font-size: 1.65vh;
	line-height: 32px;
	letter-spacing: 0px;
}

/*page5*/
.page5{
	position: relative;
	background: url(https://files.jiaozhu.net/shoujia-home/view3_bk.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 100px;
}
.linetop {
	width: 50%;
	height: 12px;
	background: var(--MainColor);
	position: absolute;
	right: 0px;
	top: 120px;
}
.page5 .zs1{
	position: absolute;
	right: 10%;
	top: 100px;
	left: unset;
}
.page5_content{
	overflow: hidden;
	padding-top: 50px;
	margin-top: 20px;
}
.bs{
	width: 100%;
	box-sizing: border-box;
	padding:0px 40px;
	overflow: unset;
}
.page5 .Bs_box{
	text-align: center;
	float: left;
	width: 33%;
	margin-bottom: 10px;
}

.Bs_box a{
	text-align: center;
	display: block;
	/*height: 320px;*/
	width: 85%;
	margin: 0 auto;
	margin-bottom: 25px;
}
.Bs_box a img{
	width: 100%;
}
.Bs_box:nth-child(2) a{
	transform: scale(1.2);
}
.Bs_box p{
	width: 70%;
	margin: 0 auto;
	background: rgba(6,174,78,0.10);
	border: 1px solid rgba(6,174,78,0.78);
	border-radius: 22px;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.greenColor {
	color: var(--MainColor);
}
.ys{
	margin-top: 40px;
}
.ys_greenBk{
	position: relative;
	box-sizing: border-box;
}
.ys_greenBk::before{
/*	content: '';
	width: 100%;
	height: 160px;
	position: absolute;
	top: 0px;
	background: var(--lineGreen);*/
}
.ys_content{
	border-top: 20px solid var(--MainColor);
	overflow: hidden;
	padding: 0px 0px;
	box-sizing: border-box;
	background: #1E2C34;
	color: #fff;
}
.ys_content .widthControl,.ys_content .widthControl ul{
	height: 100%;
	overflow: hidden;
}
.ys_content ul li{
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
}
.ys_content ul li a{
	height: 100%;
	padding:43px 30px;
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.1);
	display: block;
}
.ys_content ul li a:hover{
	background:#ecc154;
}
.ys_content .ys_tit{
	font-size: 1.8vh;
	line-height: 37px;
	font-weight: 500;
	margin-bottom: 20px;
}
.ys_content .ys_nr{
	font-size: 14px;
	line-height: 32px;
	color: rgba(255, 255, 255, 0.85);
}

.page6{
	background-color: rgba(0, 0, 0, 0.02);

	overflow: hidden;
	position: relative;
}
.page6_content{
	height:480px;
	padding-bottom: 80px;
	/*overflow: hidden;*/
}
.zx_box{
	/*overflow: hidden;*/
}
.zx_box a{
	width: 100%;
	height: 248px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.05);
	display: block;
	box-sizing: border-box;
	padding: 38px 50px 45px 38px;
}
.page6_content .swiper{
	height: 360px;
	padding-top: 30px;
}
.page6_content .swiper-scrollbar{
	background: #D8D8D8;
	width:350px !important;
	left: 50%!important;
	margin-left: -175px!important;
	bottom: 0px!important;
	border-radius: 0px;
	height:12px;
}
.page6_content .swiper-scrollbar-drag{
	background: var(--MainColor) !important;
	border-radius: 0px;
	height:12px;
}
.zx_left{
	text-align: right;
	overflow: hidden;
	float: left;
	width: 88px;
}
.zx_right{
	overflow: hidden;
	float: right;
	width: calc(100% - 88px);
	box-sizing: border-box;
	padding-left: 60px;
}
.zx_year{
	display: inline-block;
	padding: 4px 8px;
	background: var(--MainColor);
	color: #fff;
	text-align: right;
	font-weight: 500;
}
.zx_Month{
	width: 100%;
	font-family:'number';
	font-size: 36px;
	line-height: 62px;
	letter-spacing: 0;
	text-align: right;
}
.zx_tit{
	font-size: 20px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 15px;
	overflow: hidden!important;
    text-overflow: ellipsis!important;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
}
.zx_nr{
	opacity: 0.85;
	font-size: 16px;
	line-height: 32px;
	overflow: hidden!important;
    text-overflow: ellipsis!important;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
}

/*footer*/
.footer{
	overflow: hidden;
}
.footer .page_tit{
	width:28%;
	float: left;
}
.footer_form{
	margin-top: 40px;
}
.footer_form input{
	display: block;
	margin-bottom: 20px;
	width: 100%;
	line-height: 56px;
	height: 56px;
	border-radius: 4px;
	padding: 0px 15px;
	box-sizing: border-box;
	background: #F5F5F5;
	font-size: 16px;
}
.footer_form textarea{
	height: 148px;
	width: 100%;
	border-radius: 4px;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #F5F5F5;
	font-size: 16px;
	line-height: 32px;
}
.footer .page_tit_ms{
	text-align: left;
	float: none;
}
.footer .btn{
	width: 180px;
	background: var(--MainColor);
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}
.page_right{
	width: 58%;
	padding: 102px 0px;
	float: right;
}
.map_tit{
	padding-top: 20px;
	overflow: hidden;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 8px;
	margin-bottom: 29px;
}
.page_right .logo{
	float: right;
	margin-top: -10px;
}
.map_tit p{
	float: left;
	font-size: 32px;
	line-height: 56px;
}
.map_tit span{
	font-size: 16px;
	opacity: 0.45;
	margin-left: 10px;
}
.footer .map{
	background: url('https://files.jiaozhu.net/shoujia-home/map.png');
	border-radius: 4px;
	height:302px;
	width: 100%;
}
.font15{
	line-height: 52px;
	font-size: 15px;
	opacity: 0.65;
	line-height: 52px;
	margin-top: 20px;
}
.lastline{
	background: #1E2C34;
	color: #fff;
	padding: 35px 0px;
}
.lastline_box{
	margin: 0 auto;
	text-align: center;
}
.lastline a{
	text-align: center;
	display: inline-block;
	width: 150px;
	line-height: 24px;
	font-size: 16px;
	opacity: 0.85;
}
.lastline a:hover{
	text-decoration: underline;
}
.s_fgx{
	display: inline-block;
	margin: 0px 4px;
	height: 16px;
	width: 1px;
	font-size: 0;
	background:#fff;
	opacity: 0.2;
	margin-top: 2px;
}
.Copyright{
	height: 68px;
	line-height: 68px;
	background: #172228;
	font-size: 14px;
	color: rgba(255,255,255,0.85);
	letter-spacing: 0;
	text-align: center;
}
.line_btn:hover{
	color: #fff;
	background: var(--MainColor);
}
.line_btn:hover .iconfont{
	color: #fff;
}
.page4_tab ul li{
	position: relative;
	float: left;
	padding-left: 30px;
	opacity: 0.65;
}
.page4_tab{
	padding-top: 50px;
}
.page4_tab ul li a{
	font-size: 16px;
}
.page4_tab ul li:hover{
opacity: 1;
}
.page4_tab ul li.on{
	color: var(--MainColor);
	opacity: 1;
}
.page4_tab ul li.on:before{
	content: '';
	width: 30px;
	height: 4px;
	background: var(--MainColor);
	position: absolute;
	bottom: -20px;
	left: 50%;

}
