.laypage_last{
    display: none!important;
}

.laypage_first{
    display: none!important;
}

.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0px;
	z-index: 9999;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.header:hover {
	background-color: #fff;
}

.header .header_flx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 2%;
	margin: auto;

}

.logo {
	width: 162px;
	display: block;
}

.logo img {
	width: 100%;
}

.logo svg{
	width: 100%;
}

.logo svg .st0{
	fill:#090304;
}
	
.logo svg .st1{
	fill:#0E8342;
}

.logo:hover{
    color: unset;
}

.logo .logo_w {
	display: none;
}

.header_active .logo .logo_c {
	display: block;
}

.header .header_r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(68% - 162px);
}

.navge {
	width: calc(100% - 160px);
	display: flex;
	justify-content: space-between;
}

.header .navge>div {
	position: relative;
}

.header .nav1 {
	font-weight: 500;
	line-height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.header .nav1 svg{
    color: #c2c2c2;
    margin-left: 7px;
}

.header .nav1 a {
	color: #333;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.header .nav1 a:hover {
	color: #128342;
}

.header .nav2 {
	display: none;
	position: fixed;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	border-top: 1px solid #f5f5f5;
}

.header .nav2_flx {
	padding: 40px 0px;
}

.header .nav2_flx .nav_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.navli5 .nav2_flx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.header .nav2_l {
	width: auto;
	margin: 0 2vw;
	display: block;
}

.mo_nav2 {
    display: none;
}

.navImg {
	width: 100%;
	max-height: 110px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.navImg img {
	width: auto;
	max-width: 100%;
	filter: brightness(30%);
}

.nav_title {
	text-align: center;
	margin-top: 20px;
	color: #333;
	font-weight: bold;
}


.header .nav2_l:hover .navImg img {
	filter: unset;
}

.header .nav2_l:hover .nav_title {
	color: #128342;
}

.nav2_li {
	width: 10%;
	min-width: 80px;
	margin: 0 10px;
}

.nav2_li_t {
	width: 100%;
	line-height: 1;
	font-weight: bold;
	color: #999;
	padding-bottom: 9px;
	border-bottom: 1px solid #999;
}

.nav2_li_t:hover {
	color: #128342;
}

.nav2_li_list {
	width: 100%;
	margin-top: 20px;
}

.nav2_li_list .fnt_20 {
	display: block;
	line-height: 1;
	color: #333;
	font-weight: bold;
	margin-bottom: 18px;
}

.nav2_li_list .fnt_20:hover {
	color: #128342;
}

.navli5 .nav2_f_li {
	flex: 1;
	max-width: 125px;
}

.navli5 .nav2_f_li:not(:last-child) {
	margin-right: 20px;
}

.navli5 .ejTitle {
	line-height: 1;
	font-weight: bold;
	color: #999;
	padding-bottom: 9px;
	border-bottom: 1px solid #999;
}

.navli5 .nav3_list {
	width: 100%;
	margin-top: 28px;
}

.navli5 .sjTitle {
	line-height: 1.2;
	font-weight: bold;
	color: #000;
	margin-top: 15px;
	display: block;
}

.navli5 .sjTitle:hover {
	color: #128342;
}


.header_other {
	width: 80px;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .other_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44%;
	min-width: 100px;
	height: 40px;
	line-height: 1;
	color: white;
	background: var(--yx_Color);
	border-radius: 10px;
}

.header .world {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	position: relative;
}

.header .world svg {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	fill: #333;
}
.header .world .world_list{
    display: none!important;
    position: absolute;
    width: 80px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.header .world .world_list a{
    display: block;
    background: #fff;
    transition: all 0.5s;
    line-height: 2;
}
.header .world .world_list a:hover{
    background: #128342;
    color: #fff;
}
.header .header_search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;

}

.header .header_search svg {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	fill: #333;
}

.phone_menu {
	display: none;
	width: 25px;
	position: relative;
	margin-left: 30px;
}

.phone_menu span {
	background: #fff;
	height: 2px;
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.phone_menu span:first-child {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
}

.phone_menu span:last-child {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px);
	top: 0;
}

.menu_act span:first-child {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
}

.menu_act span:last-child {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateY(0px) rotate(135deg);
	-ms-transform: translateY(0px) rotate(135deg);
	transform: translateY(0px) rotate(135deg);
}

.menu_act span:nth-child(2) {
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.header_act {
	top: -80px;
}

.footer {
	background-image: url(../img/bg.png);
	background-position: center;
	background-size: cover;
	position: relative;
    overflow: hidden;
}

.footer .footer_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer_top .footer_logo svg{
        fill:#fff;
        width: 162px;
        height: 34px;
}

.footer .footer_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 75%;
	max-width: 760px;
	justify-content: space-between;
}

.footer .footer_nav a {
	color: white;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.footer .footer_nav a:hover{
    text-decoration: underline;
}

.footer .footer_center {
	width: 100%;
}

.footer .footer_left {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer .footer_left a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	cursor: auto;
}

.footer .footer_left a *{
    cursor: auto;
}

.footer .footer_left a:first-child {
	margin-left: 0;
}

.info_mes {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 2;
    width: 100px;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    border-radius: 5px;
    overflow: hidden;
}

.info_mes img{
    width: 100%;
    max-width: 100px;
}

.footer .footer_left a:hover .info_mes{
	opacity: 1;
	bottom: 44px;
    visibility: visible;
}


.footer .footer_btm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	color: rgba(255, 255, 255, 0.5);
}

.footer .footer_btm a {
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 1;
}

.footer_btm_right a:not(:last-child) {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .footer_btm a:hover {
	text-decoration: underline;
}

.beian{
    margin-left: 15px;
}

.beian a{
    display: flex;
    align-items: center;
}

.beian a img{
    margin-right: 10px;
    width: auto;
    max-width: 100%;
}

.footer_btm_right {
    margin-left: auto;
}



/*.footer_logo img {
	width: auto;
	max-width: 100%;
}*/

a.cl_top {
    display: flex;
    position: fixed;
    right: 15px;
    bottom: 15%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    z-index: 100;
    align-items: center;
    justify-content: center;
}

.cl_top svg{
    width: 20px;
    height: auto;
}

#nyBan {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#nyBan .banImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#nyBan .textBox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#nyBan .p_btitle {
	font-weight: bold;
	color: #348845;
	line-height: 1;
}

#nyBan .p_summary {
	color: #999999;
	line-height: 1.6;
	max-width: 485px;
}


.sort {
	position: relative;
	z-index: 10;
	margin-top: -54px;
}

.sort .fnt_24 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: #fff;
	border-radius: 60px;
	border: 1px solid #348845;
	width: fit-content;
	margin: 0 auto;
}

.sort li {
	position: relative;
}

.sort li a {
	display: flex;
	height: 66px;
	align-items: center;
	padding: 0 2vw;
	overflow: hidden;
	border-radius: 40px;
	transition: 0.5s;
	color: #198c4a;
	font-weight: 600;
}

.sort li a:hover {
	background: #348845;
	color: #fff;
}


.sort2 .fnt_18 {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 60px;
	border: 1px solid #348845;
	width: fit-content;
	margin: 0 auto;
}

.sort2 a {
	display: flex;
	height: 40px;
	align-items: center;
	padding: 0 1.5vw;
	overflow: hidden;
	border-radius: 40px;
	transition: 0.5s;
	color: #348845;
}

.sort2 a:hover {
	background: #348845;
	color: #fff;
	font-weight: 600;
}

.sort3 ul {
	display: flex;
	justify-content: center;
}

.sort3 ul a {
	margin: 0 18px;
	line-height: 1;
	color: #999;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
}

.sort3 ul a:hover {
	color: #348845;
	border-bottom: 2px solid #348845;
}





@media only screen and (max-width: 1440px) {
	.header .header_r {
		width: calc(90% - 164px);
	}
}

@media only screen and (max-width: 1100px) {
	.header .header_r {
		width: calc(95% - 164px);
	}

	.header .other_link {
		height: 40px;
		min-width: 80px;
		font-size: 14px;
	}
}


@media only screen and (min-width: 768px) {
	.sort li:not(:last-child) {
		margin-right: 10px;
	}

	.sort2 a:not(:last-child) {
		margin-right: 15px;
	}

	.navli2 .nav2_flx .nav_top {
		justify-content: space-between;
		padding-bottom: 35px;
		border-bottom: 1px solid #999;
	}

	.navli2 .navImg {
		height: 70px;
	}

	.navli2 .navImg img {
		max-height: 100%;
	}

	.nav_bot {
		width: 100%;
		margin-top: 10px;
	}

	.nav_bot_li {
		width: 100%;
		display: none;
		flex-wrap: wrap;
	}

	.nav_bot_li.on {
		display: flex;
	}

	.nav3_title {
		width: 32%;
		line-height: 1;
		font-weight: bold;
		color: #333;
		margin-top: 20px;
	}

	.header .nav2_l.on .navImg img {
		filter: unset;
	}

	.header .nav2_l.on .nav_title {
		color: #128342;
	}

	.nav3_title:hover {
		color: #128342;
	}
}


@media only screen and (max-width: 769px) {
	.header .header_flx {
		padding: 0 5%;
	}
	
	.header .header_flx{
        background: #fff;
	}

	.header .header_r {
		width: calc(95% - 100px);
	}

	.logo {
		width: 100px;
		height: 21px;
	}
	
	.logo .st0{
	    fill:#090304;
	}
	
	.logo .st1{
	    fill:#0E8342;
	}

	.header .other_link {
		height: 34px;
		min-width: 70px;
		font-size: 14px;
		display: none;
	}

	.header .navge>div {
		margin-right: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.header .navge {
		position: fixed;
		top: 53px;
		width: 100%;
		left: 0;
		height: calc(100% - 60px);
		background: white;
		display: none;
		padding: 10px 20px 0;
	}

	.phone_menu {
		display: block;
	}

	.header .nav1 {
		height: 50px;
		justify-content: space-between;
	}
	
	.header .nav1 svg{
	    margin-right: 10px;
	}

	.header .header_flx {
		height: 56px;
	}

	.header .nav1 a {
		color: #333;
	}

	.header {
		top: 0;
	}

	.header .nav2 {
		position: relative;
	}

	.navImg {
		display: none;
	}

	.nav_title {
		margin-top: 0;
        text-align: left;
        line-height: 26px;
        font-weight: unset;
	}

	.header .nav2_flx {
		flex-wrap: wrap;
		padding: 15px 0;
		justify-content: flex-start;
		width: 100%;
	}
	
	.header .navli2 .nav2_flx{
	    display: none;
	}

	.header .nav2_l {
		width: 100%;
		margin: 5px 0;
	}

	.nav2_li {
		width: 100%;
		margin: 5px 0;
	}

	.header_other {
		width: 100%;
		margin-left: 0;
	}

	.header .header_line {
		margin: 0 15px;
		background: rgba(0 0 0 / 22%);
		height: 18px;
	}

	.footer {
		padding-top: 30px;
		overflow: visible;
		padding-bottom: 20px;
	}

	.footer .footer_nav {
		display: none;
	}

	.footer .footer_center {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.footer .footer_left {
		margin-top: 20px;
		justify-content: center;
	}

	.footer .footer_btm {
		margin-top: 20px;
		flex-wrap: wrap;
		justify-content: center;
		font-size: 14px;
	}

	.footer_btm_left {
		width: 100%;
		text-align: center;
	}

	.footer_logo {
		width: 140px;
		margin: 0 auto;
	}
	
	.footer_logo svg{
		width: 100%!important;
		height: auto!important;
	}

	#nyBan {
		margin-top: 56px;
		height: 80vh;
        max-height: 960px;
	}

	#nyBan .p_btitle {
		font-size: 26px;
	}

	#nyBan .p_summary {
		margin-top: 15px;
	}

	.header .header_search {
		margin-left: auto;
	}

	.header .world {
		margin-left: 20px;
	}

	.phone_menu span {
		background-color: #333;
	}

	.sort {
		margin-top: 30px;
		position: relative;
        z-index: 200;
	}

	.sort .fnt_24 {
		flex-wrap: wrap;
		justify-content: space-between;
		border-radius: 0;
		padding: 0;
		border: none;
	}

	.sort li {
		width: 48%;
		margin: 5px auto;
	}

	.sort li a {
		height: 40px;
		border: 1px solid #198c4a;
		justify-content: center;
	}

	.sort2 .fnt_18 {
		overflow-y: hidden;
        width: 540px;
	}
	
	.sort2 {
       overflow-x: scroll;
    }

	.sort2 a {
        padding: 0 15px;
	}
	
	.nav_bot {
       display: none;
    }
    
    .mo_bot{
        display: block;
        width: 95%;
        margin-left: auto;
    }
    
    .header .nav2_flx .nav_top{
        flex-wrap: wrap;
    }
    
    .ejLi {
        width: 95%;
        margin-left: 5%;
    }
    
    .mo_nav3_title {
       font-size: 14px;
       width: 100%;
       display: block;
       line-height: 32px;
    }
    
    .navli2 .mo_nav2{
        display: block;
        padding: 10px 0;
        height: 400px;
        overflow: auto;
    }
    
    .navli5 .nav2_f_li{
        flex: 0 0 100%;
        max-width: unset;
        margin: 0!important;
    }
    
    .navli5 .ejTitle{
        font-weight: unset;
        line-height: 26px;
        border: none;
        padding: 0;
        margin: 5px 0;
        color: #333;
    }
    
    .navli5 .nav3_list{
        margin-top: 0;
    }
    
    .navli5 .sjTitle{
        font-size: 14px;
        line-height: 32px;
        margin: 0;
        font-weight: normal;
        color: #666;
        padding-left: 5%;
    }
    
    .navli5 .nav2_flx{
        height: 310px;
        overflow: auto;
        width: 95%;
        margin-right: 0;
    }
    
    .beian{
        margin-left: 0;
    }
    
    .footer_btm_right {
        margin:0 auto;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
