html,body{ 
    width: 100%;
    height: 100%;
    background:#fff;
}
body{
	min-width:1200px; 
}
body img{
    width: 100%;
    height: auto;
    display: block;
}
.page{
    position: relative;
    width: 100%;
    min-height: 100%;
	overflow-x: hidden;
    z-index: 1;
}

/* .page::after{
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/top.jpg) top center no-repeat;
    background-size: 100% auto;
    z-index: 2;
} */

.header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 10;
}
.header.ny{
	position: fixed;
	box-shadow: rgba(0, 152, 68, 0.2) 0px 4px 10px;
	background-color: rgb(255, 255, 255);
}
.header .head-inner{
	position: relative;
	width: 1000px;
	height: 100%;
	padding: 30px 0;
	box-sizing: border-box;
	margin:0 auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
.header .head-inner .hd-logo{
	position: relative;
	flex-shrink: 0;
	width: 203px;
}
.header .head-inner .hd-menu{
	position: relative;
	flex-shrink: 0;
	
}
.header .head-inner .hd-menu ul{
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.header .head-inner .hd-menu ul li{
	position: relative;
	flex-shrink: 0;
	color: #fff;
	margin:0 20px;
	font-weight: bold;
	font-size: 18px;
}
.header.ny .head-inner .hd-menu ul li{
	color: #999;
}
.header .head-inner .hd-menu ul li a{
	position: relative;
	padding: 10px 20px;
	box-sizing: border-box;
	line-height: 40px;
	color: #fff;
}
.header.ny .head-inner .hd-menu ul li a{
	color: #999;
}
.header .head-inner .hd-menu ul li.on a,
.header .head-inner .hd-menu ul li:hover a{
	color: #009844;
}
.header .head-inner .hd-menu ul li.on::after{
	position: absolute;
	display: inline-block;
	content: '';
	left: 50%;
	margin-left: -20px;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: #009844;
}
.bannerBox{
	position: relative;
	width: 100%;
	z-index: 1;
}
.page1-top{
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	z-index: 2;
}
.page1-title{
	position: relative;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 90px;
	color: #fff;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
.page1-title .title-item{
	flex-shrink: 0;
	margin:0 40px;
}
.page1-sub{
	position: relative;
	width: 100%;
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin-top: 40px;
}
.page1-btn{
	position: absolute;
	left: 0;
	top: 65%;
	width: 100%;
	margin:40px auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	z-index: 5;
}
.btn-video{
	position: relative;
	flex-shrink: 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.btn-video .icon-video{
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	background: url(../images/icon-video.png) center no-repeat;
	background-size: 100% 100%;
	margin-right: 20px;
}
.btn-video .txt{
	flex-shrink: 0;
	font-size: 20px;
	color: #fff;
}
.icon-down{
	position: absolute;
	left: 50%;
	margin-left: -18px;
	top: 80%;
	width: 36px;
	height: 36px;
	background: url(../images/icon-down.png) center no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 5;
	animation: upmove 0.6s ease .1s forwards infinite;
}
@keyframes upmove {
    0%,100% {
        top: 80%;
    }
    50% {
       top: 82%;
    }
}

/**/
.page-footer{
	position: relative;
	width: 100%;
	padding: 80px 0 50px;
	box-sizing: border-box;
}
.page-footer2{
	display: none;
	position: relative;
	width: 100%;
	padding:.5rem 1rem;
	box-sizing: border-box;
}
.page-footer .footer-inner{
	position: relative;
	width: 72%;
	min-width: 960px;
	margin:0 auto;
	padding-bottom: 20px;
	border-bottom: 2px solid #f2f2f2;
	
}
.footerbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.footerbox .footer-left{
	flex-shrink: 0;
	width: 42%;
	height: 100%;
	/* background: rgba(0,0,0,.5); */
	position: relative;
}

.page-footer .privacy-link {
	display: block;
    width: 72%;
    margin: 10px auto;
    text-align: right;
    font-size: 14px;
    color: #ccc;
}



.footerbox .footer-left .privacy-link:hover {
	color: #000;
}
.footerbox .footer-right{
	flex-shrink: 0;
	margin-left: 8%;
	width: 44%;
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.footerbox .footer-right .ft-item{
	flex: 1;
	height: 100%;
	/* background: rgba(0,0,0,.5); */
}
/**/
.container{
	position: relative;
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
	border-radius: 80px 80px 0 0;
	margin-top: -80px;
	padding:20px 0;
	box-sizing: border-box;
	background: #fff;
	z-index: 6;
}
.page1-floor{
	position: relative;
	width: 100%;
	padding-top: 40px;
	box-sizing: border-box;
}
.page1-floor.floor1{
	background: #fff;
	z-index: 6;
}
.page1-floor.floor2{
	background: linear-gradient(to bottom,#e6f5ec,transparent);
	z-index: 5;
}
.page1-floor.floor3{
	z-index: 4;
}
.floor-inner{
	position: relative;
	width: 72%;
	min-width: 960px;
	margin:0 auto;
}
.floor-dz1{
	position: relative;
	width: 38px;
	margin:0 auto 40px;
}
.floor1-dz1{
	position: absolute;
	left: -20%;
	top: 10%;
	width: 40%;
}
.floor1-txt1{
	font-size: 34px;
	font-weight: 400;
	color: #009844;
	text-align: center;
}
.floor1-txt2{
	font-size: 34px;
	font-weight: bold;
	color: #009844;
	text-align: center;
	margin: 20px 0;
}
.floor1-txt3{
	font-size: 14px;
	font-weight: 400;
	color: #999;
}
.floor1-img1{
	position: relative;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.f-bold{
	font-weight: bold;
}
.floor2-txt1{
	font-size: 34px;
	color: #009844;
	text-align: center;
	margin: 20px 0;
}

.floor2-txt2{
	font-size: 14px;
	font-weight: 400;
	color: #999;
	text-align: center;
}
.floor2-txt3{
	font-size: 12px;
	font-weight: 400;
	color: #ccc;
	text-align: center;
}
.floor2-img1{
	position: relative;
	width: 100%;
	margin:40px auto 20px;
}
.floor2-dz1{
	position: absolute;
	right: -20%;
	top: 10%;
	width: 40%;
}

.floor3-title{
	font-size: 34px;
	color: #009844;
	text-align: center;
	font-weight: bold;
}
.floor3-sub{
	position: relative;
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.floor3-sub .sub-title{
	flex-shrink: 0;
	width: 160px;
	height: 54px;
	background: #009844;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-right: 40px;
}
.floor3-sub .sub-info{
	flex: 1;
	position: relative;
	font-size: 14px;
	padding: 0 40px;
	box-sizing: border-box;
}
.floor3-sub .sub-info .info-txt{
	color: #999;
}
.floor3-sub .sub-info .info-txt .green{
	color: #009844;
}
.floor3-sub .sub-info .info-dz1{
	position: absolute;
	left: 0;
	top: -16px;
	width: 32px;
	height: 32px;
	background: url(../images/icon-t1.png) center no-repeat;
	background-size: 100% 100%;
}
.floor3-sub .sub-info .info-dz2{
	position: absolute;
	right: 0;
	top: -16px;
	width: 32px;
	height: 32px;
	background: url(../images/icon-t2.png) center no-repeat;
	background-size: 100% 100%;
}
.floor3-img1{
	position: relative;
	width: 90%;
	margin:40px auto 0;
}
.floor3-dz1{
	position: absolute;
	left: 0;
	bottom: 5%;
	width: 100%;
}

.floor4-title{
	font-size: 34px;
	color: #009844;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
.floor4-con{
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.floor4-con .con-left{
	position: relative;
	flex-shrink: 0;
	width: 480px;
	height: 270px;
	
	z-index: 1;
}
.floor4-con .con-left::after{
	position: absolute;
	content: '';
	display: inline-block;
	left: 5px;
	top: 5px;
	width: 100%;
	height: 100%;
	border: #009844 1px solid;
	z-index: -1;
}
.floor4-con .con-left .imgbox{
	position: relative;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	z-index: 1;
}
.floor4-con .con-left .imgbox img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.floor4-con .con-right{
	flex: 1;
}
.floor4-txt1{
	width: 100%;
	padding:20px 40px;
	box-sizing: border-box;
	font-size: 14px;
	color: #009844;
	background: #f5f5f5;
}
.floor4-img1{
	width: 90%;
	margin:0 auto;
}


/*右侧固定菜单*/
.fixed-nav{
	position: fixed;
	right: 40px;
	top: 50%;
	z-index: 10;
}
.fixed-nav .nav-item{
	position: relative;
	width: 50px;
	height: 50px;
	background: #F0F9F4;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.fixed-nav .nav-item.on,
.fixed-nav .nav-item:hover{
	background: #009844;
}
.fixed-nav .nav-item .icon{
	display: inline-block;
	width: 24px;
	height: 24px;
}
.fixed-nav .nav-item .icon.icon1{
	background: url(../images/right-nav1-1.png) center no-repeat;
	background-size: 100% 100%;
}
.fixed-nav .nav-item .icon.icon2{
	background: url(../images/right-nav2-1.png) center no-repeat;
	background-size: 100% 100%;
}
.fixed-nav .nav-item .icon.icon3{
	background: url(../images/right-nav3-1.png) center no-repeat;
	background-size: 100% 100%;
}
.fixed-nav .nav-item .txt{
	display: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.fixed-nav .nav-item .nav-pop{
	display: none;
	position: absolute;
	right: 100%;
	width: 250px;
	top: -90px;
}
.fixed-nav .nav-item.on .icon,
.fixed-nav .nav-item:hover .icon{
	display: none;
}
.fixed-nav .nav-item.on .txt,
.fixed-nav .nav-item:hover .txt{
	display: block;
}
.fixed-nav .nav-item.on .nav-pop,
.fixed-nav .nav-item:hover .nav-pop{
	display: block;
}


/*内页*/
.ny-container{
	position: relative;
	width: 100%;
	padding-top: 100px;
	box-sizing: border-box;
}
.ny-banner{
	position: relative;
	width: 100%;
}
.ny-banner .banner-inner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ny-banner .banner-inner .banner-title{
	position: absolute;
	left: 0;
	top: 20%;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	color: #009844;
}
.ny-banner .banner-inner .banner-sub{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 30px;
	color: #009844;
}

.ny-job{
	position: relative;
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	background: #f5f5f5;
}
.job-dz1{
	position: absolute;
	left: -20%;
	top: 10%;
	width: 40%;
}
.job-dz2{
	position: absolute;
	right: -25%;
	top: 20%;
	width: 40%;
}
.job-tab{
	position: relative;
	width: 100%;
	overflow: auto;
	overflow-y: hidden;
	padding: 10px 0 20px;
}
.job-tab .tab-inner{
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
.job-tab .tab-inner2{
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
.job-tab .tab-item{
	position: relative;
	flex-shrink: 0;
	width: 150px;
	height: 40px;
	border-radius: 4px;
	border: #009844 1px solid;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	color: #009844;
	margin:0 20px;
	cursor: pointer;
}
.job-tab .tab-item.on,
.job-tab .tab-item:hover{
	background: #009844;
	color: #fff;
}

.job-tabcon{
	position: relative;
	width: 72%;
	min-width: 1000px;
	margin:40px auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
}
.job-tabcon .tabcon-left{
	flex-shrink: 0;
	width: 280px;
	margin-right: 20px;
	border-radius: 0 50px 50px 0;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}
.job-search{
	position: relative;
	width: 100%;
}
.job-search .s-title{
	font-size: 16px;
	font-weight: bold;
	color: #009844;
}
.job-search .s-part{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 20px;
}
.job-search .s-part .p-hd{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #f2f2f2 1px solid;
}
.job-search .s-part .p-bd{
	position: relative;
	width: 100%;
} 
.job-search .s-part .p-bd .bd-row{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	cursor: pointer;
}
.job-search .s-part .p-bd .bd-row .icon-chk{
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	background: url(../images/icon-chk1.png) center no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
}
.job-search .s-part .p-bd .bd-row.on .icon-chk{
	background: url(../images/icon-chk2.png) center no-repeat;
	background-size: 100% 100%;
}
.job-search .s-part .p-bd .bd-row .txt{
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}


.job-tabcon .tabcon-right{
	flex: 1;
	width: 100%;
}
.job-result{
	position: relative;
	width: 100%;
}
.job-result .result-total{
	position: relative;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	margin:10px 0;
}
.job-result .result-list{
	position: relative;
	width: 100%;
}
.job-result .result-list .list-row{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
}
.job-desc {
	font-size: 14px;
}
.job-result .result-list .list-row .row-hd{
	position: relative;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	cursor: pointer;
}
.job-result .result-list .list-row .row-hd .hd-icon{
	flex-shrink: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icon-close.png) center no-repeat;
	background-size: 100% 100%;
}
.job-result .result-list .list-row.open .row-hd .hd-icon{
	background: url(../images/icon-open.png) center no-repeat;
	background-size: 100% 100%;
}
.job-result .result-list .list-row .row-hd .hd-mid{
	flex: 1;
	margin:0 10px;
}
.job-result .result-list .list-row .row-hd .hd-mid .name{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	line-height:20px;
}
.job-result .result-list .list-row .row-hd .hd-mid .sub{
	font-size: 14px;
	font-weight: 400;
	color: #999;
}
.job-result .result-list .list-row .row-hd .video-tips{
	color: #999;
	margin-right: 4px;
	margin-top: 4px;
}
.job-result .result-list .list-row .row-hd .video-tips:hover{
	color: #009844;
	margin-right: 4px;
	margin-top: 4px;
}
.job-result .result-list .list-row .row-hd .hd-row{
	flex-shrink: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/icon-row1.png) center no-repeat;
	background-size: 100% 100%;
}

.job-result .result-list .list-row .row-bd{
	position: relative;
	display: none;
	width: 100%;
	padding: 0 50px 20px 50px;
	box-sizing: border-box;
	word-break: break-all;
}
.job-result .result-list .list-row.open .row-bd{
	display: block;
}
.job-result .result-list .list-row .row-bd ul{
	position: relative;
	width: 100%;
}
.job-result .result-list .list-row .row-bd ul li{
	position: relative;
	width: 100%;
	font-size: 14px;
	color: #333;
}
.job-result .result-list .list-row .row-ft{
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	display: none;
}
.job-result .result-list .list-row.open .row-ft{
	display: flex;
}
.job-result .result-list .list-row .row-ft .btn-ljtd{
	position: relative;
	flex-shrink: 0;
	width: 140px;
	height: 44px;
	background: #009844;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	border-radius: 22px 0 0 0;
	cursor: pointer;
}
.job-result .result-list .list-row .row-ft .btn-ljtd .icon-row{
	flex-shrink: 0;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/icon-row2.png) center no-repeat;
	background-size: 100% 100%;
}

.job-page{
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.job-page .page-item{
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 2px;
	margin:0 5px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #ccc;
	cursor: pointer;
}
.job-page .page-item.on{
	background: #009844;
	color: #fff;
}

.job-page .page-item.disabled {
	pointer-events: none;
	opacity: 0.5;
}


/**/
.ny-floor{
	position: relative;
	width: 100%;
	background: #fff;
	padding-top: 40px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.ny-dz1{
	position: absolute;
	right: 5%;
	width: 8.4%;
	top: 40px;
	z-index: 2;
}
.ny-floor::after{
	position: absolute;
	content: '';
	display: inline-block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80%;
	background: #F0F9F4;
	z-index: 1;
}
.result-num  {
	display: none;
}
.ny-inner{
	position: relative;
	width: 72%;
	min-width: 960px;
	margin:0 auto;
	z-index: 2;
}
.ny-title{
	font-size: 34px;
	color: #009844;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
.ny-con{
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.ny-con .con-left{
	position: relative;
	flex-shrink: 0;
	width: 480px;
	height:270px;
	
	z-index: 1;
}
.ny-con .con-left::after{
	position: absolute;
	content: '';
	display: inline-block;
	left: 5px;
	top: 5px;
	width: 100%;
	height: 100%;
	border: #009844 1px solid;
	z-index: -1;
}
.ny-con .con-left .imgbox{
	position: relative;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	z-index: 1;
}
.ny-con .con-left .imgbox img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ny-con .con-left .imgbox video{
	display: block;
}
.ny-con .con-right{
	flex: 1;
}
.ny-con .con-right .r-info{
	width: 100%;
	padding:60px 40px 0 40px;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
	/* background: #f5f5f5; */
}


.ny-part{
	position: relative;
	width: 100%;
	padding-top: 60px;
	box-sizing: border-box;
	background-color: #fff;
}

.ny-part.nobg{
	background: transparent;
}

.ny-part.sqsxs{
	background: #f5f5f5;
}

.ny-part .part-inner{
	position: relative;
	width: 72%;
	min-width: 960px;
	margin:0 auto;
}
.part-dz1{
	position: relative;
	width: 38px;
	margin:0 auto 40px;
}
.part-dz8{
	position: absolute;
	left: 50%;
	margin-left: -309px;
	bottom: -80px;
	width: 618px;
}
/* .floor1-dz1{
	position: absolute;
	left: -20%;
	top: 10%;
	width: 40%;
} */
.ny-part .part-inner .part-title{
	font-size: 34px;
	font-weight: bold;
	color: #009844;
	text-align: center;
}

.ny-part .part-inner .part-sub{
	position: relative;
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	background: linear-gradient(to right,transparent,#e6f5ed,transparent);
	font-size: 16px;
	/*font-weight: bold;*/
	color: #009844;
	text-align: center;
	margin: 20px 0;
}
.ny-part .part-inner .part-con{
	position: relative;
	width: 100%;
	padding:40px 40px 20px 40px;
	box-sizing: border-box;
	background: #f5f5f5;
	border-radius: 4px;
}

.ny-part .part-inner .part-con.sqsxs{
	margin-top: 40px;
	padding:40px 40px 20px 40px;
	background: #fff;
}

.ny-part .part-inner .part-con .con-hd{
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.ny-part .part-inner .part-con .con-hd .hd-line{
	flex: 1;
	height: 4px;
	background: linear-gradient(to right,#75c498,transparent);
}
.ny-part .part-inner .part-con .con-hd .hd-name{
	flex-shrink: 0;
	font-size: 20px;
	font-weight: bold;
	color: #009844;
	margin-right: 10px;
}
.ny-part .part-inner .part-con .con-bd{
	position: relative;
	width: 100%;
	font-size: 16px;
	margin-top: 40px;
}
.ny-part .part-inner .part-con .con-bd.sqsxs{
	margin-top:0;
}
.ny-part .part-inner .part-con .con-bd ul{
	position: relative;
	width: 100%;
}
.ny-part .part-inner .part-con .con-bd ul li{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.ny-part .part-inner .part-con .con-bd ul li .green{
	color: #009844;
	font-weight: bold;
}
.ny-part .part-inner .part-txt{
	font-size: 16px;
	font-weight: 400;
	color: #999;
	text-align: center;
	margin:20px auto 40px;
}
.ny-part .part-inner .part-img1{
	position: relative;
	width: 100%;
}

.ny-dz2{
	position: absolute;
	right: 58%;
	margin-right: 500px;
	width: 4.6%;
	top: 57px;
	z-index: 2;
}
.ny-dz3{
	position: absolute;
	right: -15%;
	width: 43%;
	top:0;
	z-index: 2;
}
.part-con2{
	position: relative;
	width: 100%;
}
.part-chatbox{
	position: relative;
	width: 100%;
}
.part-chat{
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
}
.part-chat .chat-left{
	flex-shrink: 0;
	position: relative;
	width: 300px;
	padding: 70px 40px 40px;
	box-sizing: border-box;
	background: #f5f5f5;
}
.part-chat .chat-left .l-name{
	font-weight: bold;
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}
.part-chat .chat-left .l-eng{
	font-weight: 400;
	font-size: 14px;
	color: #333;
}
.part-chat .chat-left .l-line{
	width: 40px;
	height: 4px;
	background-color: #009844;
	margin:20px 0;
}
.part-chat .chat-left .l-info{
	font-weight: 400;
	font-size: 16px;
	color: #333;
}
.part-chat .chat-left .l-info ul{
	padding: 20px 0;
	box-sizing: border-box;
}
.part-chat .chat-left .l-info ul li{
	font-size: 16px;
	color: #333;
}
.part-chat .chat-right{
	position: relative;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.part-chat .chat-right .r-dz1{
	position: absolute;
	left: 20px;
	top: 0;
	width: 32px;
	height: 32px;
	background: url(../images/icon-t1.png) center no-repeat;
	background-size: 100% 100%;
}
.part-chat .chat-right .r-dz2{
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 32px;
	height: 32px;
	background: url(../images/icon-t2.png) center no-repeat;
	background-size: 100% 100%;
}
.part-chat .chat-right .r-info{
	font-size: 16px;
	color: #999;
}
.part-chat .chat-right .r-info p{
	margin:20px 0;
}
.part-man{
	position: relative;
	width: 100%;
	height: 120px;
	background: #009844;
}
.part-man .man-inner{
	position: relative;
	width: 80%;
	height: 100%;
	margin:0 auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.part-man .man-inner .man-item{
	position: relative;
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: transparent 4px soid;
	margin-right: 40px;
	box-sizing: border-box;
	cursor: pointer;
}
.part-man .man-inner .man-item:hover,
.part-man .man-inner .man-item.on{
	outline: #80cca2 4px solid;
}
.part-man .man-inner .man-item img{
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.part-img2{
	position: relative;
	width: 960px;
	height: 540px;
	border: #009844 1px solid;
	padding: 20px;
	box-sizing: border-box;
	margin:40px auto;
}
.part-img2{
	width: 929px;
	
}
.part-img2 .imgbox{
	position: relative;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
.part-img2 .imgbox img{
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.part-img2 .imgbox video{
	display:block;
}

.part-img3{
	position: relative;
	width: 25%;
	margin:40px auto;
	cursor: pointer;
}

.part-more{
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	margin: 50px auto;
}
.part-more .more-item{
	position: relative;
	flex-shrink: 0;
	width: 31%;
	height: 214px;
	margin-right: 3%;
	background: linear-gradient(to bottom,#f5f5f5,#595959);
	cursor: pointer;
}
.part-more .more-item:nth-child(3n){
	margin-right: 0;
}
.part-more .more-item .item-img{
	position: relative;
	width: 100%;
	height: 100%;
}
.part-more .more-item .item-img img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.part-more .more-item .item-name{
	position: absolute;
	left: 0;
	/*bottom: 10px;*/
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	background: #009844;
	color: #fff;
	height: 50px;
	line-height: 50px;
}

.part-dz6{
	position: absolute;
	top: 5%;
	left: 0;
	width: 10%;
	z-index: 1;
}
.part-dz7{
	position: absolute;
	top: 10%;
	right: 0;
	width: 12%;
	z-index: 1;
}

.part-sy{
	position: relative;
	width: 100%;
	margin:40px auto;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.part-sy .sy-item{
	position: relative;
	width: 25%;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	flex-flow: column;
	justify-content: stretch;
}
.part-sy .sy-item .item-icon{
	position: relative;
	width: 100px;
	height: 100px;
	margin:0 auto 20px;
	background: #F5F5F5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.part-sy .sy-item .item-icon .icon-sy{
	width: 50px;
	height: 50px;
}
.part-sy .sy-item .item-icon .icon-sy.icon1{
	background:url(../images/icon-sy1.png) center no-repeat;
	background-size: 100% 100%;
}
.part-sy .sy-item .item-icon .icon-sy.icon2{
	background:url(../images/icon-sy2.png) center no-repeat;
	background-size: 100% 100%;
}
.part-sy .sy-item .item-icon .icon-sy.icon3{
	background:url(../images/icon-sy3.png) center no-repeat;
	background-size: 100% 100%;
}
.part-sy .sy-item .item-icon .icon-sy.icon4{
	background:url(../images/icon-sy4.png) center no-repeat;
	background-size: 100% 100%;
}
.part-sy .sy-item .item-txt{
	position: relative;
	width: 100%;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.part-sy .sy-item .item-txt .num{
	color: #009844;
	font-weight: bold;
}

.part-about{
	position: relative;
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content:center;
}
.part-about .about-item{
	flex-shrink: 0;
	width: 150px;
	margin:0 50px;
}
.part-about .about-item .item-img{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.part-about .about-item .item-name{
	font-size: 16px;
	text-align: center;
	color: #999;
}

.part-img4{
	position: relative;
	width: 50%;
	margin:40px auto;
}
.part-img5{
	position: relative;
	width: 26%;
	margin:0 auto;
}

.qabox{
	position: relative;
	width: 72%;
	min-width: 1000px;
	margin:0 auto;
}
.qabox .qa-row{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.qabox .qa-row .row-hd{
	position: relative;
	width: 100%;
	background: linear-gradient(to right,rgba(0,152,68,1),rgba(0,152,68,.3));
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.qabox .qa-row .row-hd .txt1{
	font-size: 30px;
}
.qabox .qa-row .row-bd{
	position: relative;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 16px;
	color: #333333;
}
/*后补*/
.imgBanner1{
	display: block;
}
.imgBanner2{
	display: none;
}
.imgPc{
	display: block;
}
.imgH5{
	display: none;
}
.icon-menu{
	display: none;
	position: relative;
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.5rem;
	background:url(../images/icon-menu1.png) center no-repeat;
	background-size: 100% 100%;
}
.ny .icon-menu{
	background:url(../images/icon-menu2.png) center no-repeat;
	background-size: 100% 100%;
}

.btn-search{
	display: none;
}
/**/
.popbox{
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.maskbox{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
.btn-sure{
	position: fixed;
    right: 0;
    bottom: 0;
    width: 60%;
	height: 40px;
	border-radius: 0 0 0 20px;
	background: #009844;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	z-index: 6;
}
.pop-search{
	position: absolute;
	right: 0;
	height: 100%;
	padding-bottom: 50px;
	box-sizing: border-box;
	overflow: auto;
	overflow-x: hidden;
	width: 60%;
	border-radius: 20px 0 0 20px;
	padding:0 20px;
	box-sizing: border-box;
	background: #fff;
	padding-bottom: 45px;
}
.pop-video{
	position: relative;
	width: 70%;
	max-height: 70%;
}
.pop-video video{
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
}
.pop-video .close-video{
	position: absolute;
	z-index: 5;
	right: -50px;
	top: -50px;
	width: 40px;
	height: 40px;
	background: url(../images/icon-close2.png) center no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.homebox{
	position: relative;
	width: 100%;
	padding: 3rem 0;
	z-index: 2;
}
.homebox .home-title{
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 80px;
	color: #009844;
	font-weight: bold;
}
.homebox .home-title .title-item{
	flex-shrink: 0;
	margin:0 10px;
}
.homebox .home-sub{
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 28px;
	color: #009844;
	font-weight: 400;
	margin:1rem auto 2rem;
}
.homebox .home-btn{
	position: relative;
	width: 90%;
	margin:1rem auto 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.homebox .home-btn .btn-item{
	flex-shrink: 0;
	width: 44%;
	margin:1rem auto;
	font-weight: 800;
	height: 45px;
	border-radius: 6px;
	background: #009844;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 1rem;
}
.homebox .home-btn .btn-item2{
	flex-shrink: 0;
	width: 44%;
	margin:0 auto;
	font-weight: 800;
	height: 45px;
	border-radius: 6px;
	background: #009844;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 1rem;
}

.home-dz1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.home-icon{
	position: absolute;
	bottom: 23%;
	left: 50%;
	margin-left: -1.25rem;
	width: 3rem;
	height: 3rem;
	z-index: 1;
	background: url(../images/icon-up.png) center no-repeat;
	background-size: 100% 100%;
	animation: upmove2 0.6s ease .1s forwards infinite;
}

.ny-privacy {
	width: 72%;
    min-width: 960px;
	margin: 40px auto;
	
}
.ny-privacy h1 {
	text-align: center;
	margin-bottom: 20px;
}

.ny-privacy p,.ny-privacy li,.ny-privacy a {
	font-size: 18px;
	line-height: 28px;
}
.ny-privacy h2 {
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
}

.ny-privacy a {
	color:#009844
}


@keyframes upmove2 {
	0%,100% {
		bottom: 23%;
	}
	50% {
		bottom: 24%;
	}
}


@media screen and (max-width:880px){
	.homebox .home-title{
		font-size: 2.5rem;
	}
	.homebox .home-sub{
		font-size: 1.3rem;
	}
	.job-desc {
		font-size: 12px;
	}
	.homebox .home-sub{
		font-size: 1.3rem;
	}
	.pop-video{
		position: relative;
		width: 90%;
		/*height: 70%;*/
	}

	.pop-video .close-video{
		position: absolute;
		z-index: 5;
		right: 0rem;
		top: -2.5rem;
		width: 1.5rem;
		height: 1.5rem;
		background: url(../images/icon-close2.png) center no-repeat;
		background-size: 100% 100%;
		cursor: pointer;
	}
	body{
		min-width: 100%;
	}
	.pop-menu{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 8;
	}
	.pop-menu .menu-mask{
		position: absolute;
		left: 0;
		top:0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.6);
	}
	.pop-menu .menu-mask .menubox{
		position: relative;
		width: 100%;
		padding:4rem 20px 20px 20px;
		box-sizing: border-box;
		border-radius: 0 0 10px 10px;
		background: #fff;
	}
	.pop-menu .menu-mask .menubox ul{
		position: relative;
		width: 100%;
	}
	.pop-menu .menu-mask .menubox ul li{
		position: relative;
		width: 100%;
		font-size: 1rem;
		color: #333333;
		padding: 15px 0;
		box-sizing: border-box;
	}
	.pop-menu .menu-mask .menubox ul li a{
		color: #333333;
		width: 100%;
		display: block;
	}
	.pop-menu .menu-mask .menubox ul li.on{
		color: #009844;
		font-weight: bold;
	}
	.header{
		height: 3.5rem;
	}
	.header .head-inner{
		width: 100%;
		min-width: 100%;
		padding: 1rem;
		box-sizing: border-box;
	}
	.header .head-inner .hd-logo{
		width: 25%;
	}
	.header .head-inner .hd-menu{
		display: none;
	}
	.icon-menu{
		display: block;
	}
	
	.imgBanner1{
		display: none;
	}
	.imgBanner2{
		display: block;
	}
	
	/*主页*/
	.container{
		border-radius: 20px 20px 0 0;
		margin-top: -10px;
		padding-top: 10px;
	}
	.page1-title{
		font-size: 2rem;
	}
	.page1-title .title-item{
		margin:0 10px;
	}
	.page1-sub{
		font-size: 14px;
		margin-top: 10px;
	}
	.page1-btn{
		margin:10px auto;
	}
	.btn-video .icon-video{
		width: 12px;
		height: 12px;
		margin-right: .5rem;
	}
	.btn-video .txt{
		font-size: 12px;
	}
	.icon-down{
		width: 1rem;
		height: 1rem;
		margin-left: -.5rem;
	}
	.page1-floor{
		padding-top: 1rem;
	}
	.floor-dz1{
		width: 16px;
		margin:0 auto 10px;
	}
	.floor-inner{
		width: 100%;
		min-width: 100%;
		padding:0 1rem;
		box-sizing: border-box;
	}
	.floor1-txt1{
		font-size: 16px;
	}
	.floor1-txt2{
		width:80%;
		font-size: 16px;
		margin:.5rem auto;
	}
	.floor1-txt3{
		font-size: 12px;
	}
	.floor1-img1{
		margin-top: .5rem;
	}
	.floor2-txt1{
		font-size: 16px;
	}
	.floor2-txt1{
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.floor2-txt2{
		font-size: 12px;
	}
	.floor2-img1{
		margin:.5rem auto;
	}
	.floor2-txt3{
		font-size: 12px;
		text-align: left;
	}
	.floor3-title{
		font-size: 16px;
	}
	.floor3-img1{
		width: 100%;
		margin:.5rem auto 0;
	}
	.floor3-sub{
		align-items: stretch;
		margin-top: .5rem;
	}
	.floor3-sub .sub-title{
		flex-shrink: 0;
		width: 2rem;
		height: auto;
		padding: .5rem .5rem;
		box-sizing: border-box;
		font-size: 16px;
		margin-right: .5rem;
	}
	.floor3-sub .sub-info{
		font-size: 12px;
		padding: 0 .5rem;
	}
	.floor3-sub .sub-info .info-dz1{
		top: -16px;
		    width: 16px;
		    height: 16px;
	}
	.floor3-sub .sub-info .info-dz2{
		top: inherit;
		bottom: 0;
		    width: 16px;
		    height: 16px;
	}
	.floor4-title{
		font-size: 16px;
		margin-bottom: .5rem;
	}
	.floor4-con{
		flex-flow: column;
	}
	.floor4-con .con-left{
		width: 96%;
		height:auto;
		margin:0 0 1rem 0;
	}
	.floor4-txt1{
		padding: 1rem;
		font-size: 12px;
		margin-bottom: 1rem;
	}
	/*内页*/
	.ny-container{
		padding-top: 2.5rem;
	}
	.ny-banner .banner-inner .banner-title{
		font-size: 18px;
	}
	.ny-banner .banner-inner .banner-sub{
		font-size: 14px;
	}
	
	.imgPc{
		display: none;
	}
	.imgH5{
		display: block;
	}
	.page-footer{
		display: none;
	}
	.page-footer2 {
		display: block;
		padding: 3rem 1rem 3rem;
		z-index: 6;
	}

	.page-footer2-inner {
		position: absolute;
		top: 5%;
		left: 10%;
		width: 80%;
		height: 40%;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
	}

	.page-footer2-inner .ft-item {
		position: relative;
		flex: 1;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 1%;
	}


	.ft-head {
		width: 60%;
	}

	.ft-item-inner {
		 display: none;
		position: absolute;
		bottom: 100%;
		width: 130%;
	}
	
	.ny-job{
		margin:0 auto;
		padding: 1rem;
		width: 100%;
	}
	.job-dz1{
		display: none;
	}
	.job-dz2{
		display: none;
	}
	.job-tab .tab-inner{
		justify-content: start;
	}
	.job-tab .tab-inner2{
		justify-content: start;
	}
	.job-tab .tab-item{
		flex-shrink: 0;
		width: auto;
		height: 2rem;
		margin:0 1rem 0 0;
		padding: 0 1rem;
		box-sizing: border-box;
	}
	.job-tabcon{
		min-width: 100%;
		width: 100%;
		margin:0rem auto;
	}
	.qabox{
		min-width: 100%;
		width: 100%;
	}
	.qabox .qa-row{
		margin-bottom: 1rem;
	}
	.qabox .qa-row .row-hd{
		display:flex;
		flex-flow: column;
		font-size: 1rem;
		padding: .5rem 1rem;
	}
	.qabox .qa-row .row-hd .txt1{
		font-size: 1.5rem;
	}
	.qabox .qa-row .row-bd{
		padding: 1rem;
		font-size: 1rem;
	}
	/**/
	.job-result .result-list {
		margin-top: 1rem;
	}
	.job-tabcon .tabcon-left{
		display: none;
	}
	.job-result .result-list .list-row .row-hd{
		padding: 1rem;
	}
	.job-result .result-list .list-row .row-hd .hd-icon{
		width: 16px;
		height: 16px;
	}
	.job-result .result-list .list-row .row-hd .video-tips{
		color: #999;
		margin-right: 4px;
		margin-top: 0;
		width: 50px;
	}
	.job-result .result-list .list-row .row-hd .hd-row{
		width: 1.5rem;
		height: 1.5rem;
		margin-top: 6px;
	}
	.job-result .result-list .list-row .row-hd .hd-mid .name{
		font-size: 1rem;
	}
	.job-result .result-list .list-row .row-hd .hd-mid .sub{
		font-size: .8rem;
	}
	.job-result .result-list .list-row .row-bd{
		padding:.5rem 2rem .5rem 2rem;
	}
	.job-result .result-list .list-row .row-bd ul li{
		font-size: .9rem;
	}
	.job-result .result-list .list-row .row-ft .btn-ljtd{
		width: 120px;
		height: 36px;
		border-radius: 18px 0 0 0;
		font-size: 14px;
	}
	.job-result .result-list .list-row .row-ft .btn-ljtd .icon-row{
		width: 16px;
		height: 16px;
	}
	.job-page{
		margin:.5rem auto;
	}
	
	.ny-part .part-inner .part-sub{
		font-size: 1rem;
		padding: .5rem 1rem;
		box-sizing: border-box;
	}
	.ny-part .part-inner .part-con{
		padding: 15px;
	}
	.ny-part .part-inner .part-con .con-bd{
		margin-top: 10px;
		font-size: 1rem;
	}
	.ny-con{
		flex-flow: column;
	}
	.ny-inner{
		min-width: 100%;
		width: 100%;
	}
	.ny-con .con-left{
		width: 90%;
		height: auto;
		margin:.5rem auto;
	}
	.ny-con .con-right .r-info{
		padding: 1rem;
		box-sizing: border-box;
		font-size: 1rem;
	}
	.ny-part .part-inner .part-img1{
		width: 90%;
		margin:1rem auto;
	}
	.ny-part .part-inner .part-img2{
		width: 100%;
		height: auto;
		margin:1rem auto;
		padding: 0;
	}
	/**/
	.ny-part{
		padding-top: 2rem;
	}
	.ny-part.pad{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.ny-part .part-inner{
		min-width: 100%;
		width: 100%;
	}
	.part-dz1{
		width: 1.5rem;
		margin:0 auto 1rem;
	}
	.ny-part .part-inner .part-title{
		font-size: 1.5rem;
	}
	.part-about{
		margin-top: .5rem;
	}
	.part-about .about-item{
		width: 28%;
		margin:0 2.6%;
	}
	.part-about .about-item .item-name{
		font-size: 12px;
	}
	.part-img2{
		width: 90%;
		height: 10rem;
	}
	.part-img3 {
		width: 90%;

	}
	.part-img4{
		position: relative;
		width: 65%;
		margin:40px auto;
	}
	.part-img5{
		position: relative;
		width: 35%;
		margin:0 auto;
	}
	.job-result .result-total{
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		font-size: 1rem;
	}
	.btn-search{
		flex-shrink: 0;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		font-size: 1rem;
		color: #009844;
	}
	.btn-search .icon-row{
		flex-shrink: 0;
		width: 12px;
		height: 12px;
		background: url(../images/green-row.png) center no-repeat;
		background-size: 100% 100%;
		margin-left: 2px;
	}
	.part-con2{
		margin-top: 20px;
		display: flex;
		flex-flow: row-reverse nowrap;
		align-items: stretch;
	}
	.part-man{
		flex-shrink: 0;
		width: 80px;
		padding:20px 0;
		height: auto;
	}
	.part-man .man-inner{
		flex-flow: column;
	}
	.part-man .man-inner .man-item{
		width: 60px;
		height: 60px;
		margin:20px auto;
	}
	.part-chat .chat-left .l-name{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.part-chat .chat-left .l-eng{
		font-size: 12px;
	}
	.part-chat .chat-left .l-line{
		height: 3px;
		margin: 10px 0;
	}
	.part-chat .chat-right .r-info {
		padding: 1rem 0;
	}
	.part-chat .chat-right .r-info p{
		margin: .5rem 0;
		font-size: .8rem;
	}
	.part-chat .chat-left .l-info{
		font-size: 14px;
	}
	.part-chat .chat-left .l-info ul{
		padding: 10px 0;
	}
	.part-chat .chat-left .l-info ul li{
		font-size: 14px;
	}
	.part-chatbox{
		flex: 1;
		width: auto;
	}
	.part-chat{
		flex-flow: column;
	}
	.part-chat .chat-left{
		width: 100%;
		padding: 1rem;
		box-sizing: border-box;
	}
	.part-chat .chat-right{
		padding: 1rem;
		width: 100%;
	}
	
	.part-more{
		padding: 1rem;
		box-sizing: border-box;
		flex-flow: column;
		margin: 1rem auto -2rem;
	}
	.part-more .more-item{
		width: 100%;
		height: 200px;
		margin-bottom: 5rem;
	}
	.part-sy{
		flex-flow: column;
		margin:20px auto;
	}
	.part-sy .sy-item{
		width: 100%;
		margin:10px 0;
		flex-flow: row nowrap;
		align-items: center;
	}
	.part-sy .sy-item:nth-child(even){
		flex-flow: row-reverse nowrap; 
	}
	.part-sy .sy-item .item-icon{
		flex-shrink: 0;
		width: 80px;
		height: 80px;
		margin:0 20px 0 0;
	}
	.part-sy .sy-item .item-icon .icon-sy{
		width: 40px;
		height: 40px;
	}
	.part-sy .sy-item:nth-child(even) .item-icon{
		margin:0 0 0 20px;
	}
	
	.part-sy .sy-item .item-txt{
		flex: 1;
		text-align: left;
		font-size: 1rem;
	}
	.part-sy .sy-item:nth-child(even) .item-txt{
		text-align: right;
	}
	
	.ny-dz2 {
	    position: absolute;
	    right: 5%;
	    margin-right: 0;
	    width: 12%;
	    top: 60px;
	    z-index: 2;
	}
	
	/**/
	.fixed-nav{
		display: none;
		right: 0;
	}
	.fixed-nav .nav-item{
		width: 24px;
		height:24px;
	}
	.fixed-nav .nav-item .icon{
		width: 16px;
		height: 16px;
	}


	.ny-privacy {
		padding: 20px;
		width: 100%;
		min-width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
		
	}
	.ny-privacy h1 {
		text-align: center;
		margin-bottom: 16px;
	}
	
	.ny-privacy p,.ny-privacy li,.ny-privacy a {
		font-size: 14px;
		line-height: 18px;
	}
	.ny-privacy h2 {
		display: block;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	
	.ny-privacy a {
		color:#009844
	}
	.ny-privacy a:hover {
		color:#009844
	}

	.page-footer2 .privacy-link {
		display: block;
		text-align: right;
		font-size: 13px;
		font-weight: 600;
		color: #343030;
	}

	.ny-part-video {
		padding: 10px;
	}
	
	
}

.go-green-wrap-pc {
	position: relative;
	height: auto;
}

.go-green-wrap-pc:hover  .go-green-span {
	display: flex;
}

.go-green-wrap-pc .go-green-title {
	cursor: pointer;
	height: 45px;
	line-height: 45px;
}

.go-green-wrap-pc .go-green-span {
	flex-direction: column;
	position: absolute;
	width: 205px;
	background: white;
	border-radius: 8px;
	top: 45px;
	left: -35px;
	box-shadow: 0 5px 5px 0 rgba(138,149,158,.2);
	border: 1px solid #e4e2e2;
	display: none;
	
}

.header .head-inner .hd-menu ul li.go-green-wrap-pc .go-green-span a {
	color: #333333 
}
.header .head-inner .hd-menu ul li.go-green-wrap-pc .go-green-span a:hover {
	color: #009844 
}

.go-green-wrap-h5 {
padding-bottom: 0 !important;
}

.go-green-wrap-h5 .go-green-wrap-span {
	display: none;
	/* border: 1px solid black; */
	margin-top: 15px;
	
}

.go-green-wrap-h5 .go-green-wrap-span a {
	display: block;
	height: 50px;
	line-height: 50px;
}