@media (max-width: 2230px) {
	.header-nav {
		background-size: 70% 100%;
	}
}

@media (max-width: 1880px) {
	.header-nav {
		background-size: 74% 100%;
	}
}

@media (max-width: 1580px) {
	.header-nav {
		background-size: 78% 100%;
	}
}

@media (max-width: 1420px) {
	.header-nav {
		background-size: 82% 100%;
	}
}

@media (max-width: 1340px) {
	.header-nav {
		background-size: 86% 100%;
	}
}

@media (max-width: 1280px) {
	.header-nav {
		background-size: 90% 100%;
	}
}


@media (max-width: 1535px) {

	.index4 .box4 .swiper-button-next {
		right: 0;
	}

	.index4 .box4 .swiper-button-prev {
		left: 0;
	}
}

@media (max-width: 1480px) {

	.back-top {
		display: block;
		position: fixed;
		right: 10px;
		bottom: 100px;
		z-index: 1;
	}
}

@media (max-width: 1460px) {

	.index2 .box2 .riii {
		min-width: 420px;
	}

	.index3 .box3 .bx2 {
		min-width: 440px;
	}
}

@media (max-width: 1250px) {

	.header .header-box {
		padding: 0;
		display: flex;
		align-items: center;
	}

	.header .header-box .rihgt-box {
		display: none;
	}

	.header .header-box img {
		width: 50%;
	}

	.header-nav {
		display: none;
	}

	.container,
	.sidemenu_wrap {
		display: block;
	}

	.header {
		position: relative !important;
		z-index: 13;
		width: 100%;
		max-width: 1250px;
		height: 5rem;
		box-sizing: border-box;
		line-height: 2rem;
		-webkit-box-sizing: border-box;
		color: #fff;
		box-shadow: 0 0 .5rem rgba(0, 0, 0, .3);
		display: flex;
		align-items: center;
	}

	.headtitle {
		margin: 0 5rem;
		text-align: center;
		height: 5rem;
		line-height: 5rem;
		font-size: 1.5rem;
		color: #333;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.headlogo {
		position: relative;
		vertical-align: bottom;
	}

	.headl,
	.headr {
		position: absolute;
		top: 0;
		height: 5rem;
		font-size: 0;
	}

	.headl {
		left: 0;
	}

	.headr {
		right: 0;
	}

	.headwbc {
		position: absolute;
		top: 0;
		display: flex;
		display: -webkit-box;
		align-items: center;
		-webkit-box-align: center;
		/* background: url(../img/icon/top_bg.png) top no-repeat; */
		background-size: cover;
		transition: all .5s;
	}

	.headwbc .headl,
	.headwbc .headr {
		position: static;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
	}

	.headwbw {
		position: relative;
		display: block;
		flex: 1;
		-webkit-box-flex: 1;
		z-index: 9;
		text-align: center;
	}

	.headwbc .nam {
		color: #000000;
		font-size: 1.7rem;
		position: absolute;
		width: 100%;
		left: 30px;
		top: -15px;
		text-align: center;
	}

	.headwbw em {
		color: #000000;
		display: inline-block;
		font-size: 2.25rem;
	}

	.headwbw .a_a {
		position: absolute;
		left: 5px;
	}

	.headwbw:first-child {
		margin-left: 1rem;
		text-align: left;
	}

	.headwbw:last-child {
		margin-right: 1rem;
	}

	.headbtn {
		position: relative;
		display: inline-block;
		text-align: center;
		padding: 1.3rem 1rem 0 1rem;
		min-width: 4rem;
		height: 5rem;
		font-size: 1.2rem;
		color: #999;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		vertical-align: top;
	}

	.headbtn:visited {
		color: #999;
	}

	.headbtn:active {
		background-color: rgba(0, 0, 0, .1);
	}

	.hico {
		display: inline-block;
		width: 2.5rem;
		height: 2.5rem;
		background-image: url(../images/icon/hico.png);
		background-repeat: no-repeat;
		background-size: 2.5rem auto;
		vertical-align: top;
	}

	/*sidemenu*/
	.sidemenu_wrap {
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		transition: z-index 0s .3s;
		-webkit-transition: z-index 0s .3s;
	}

	.show_sidemenu .sidemenu_wrap {
		z-index: 199;
		transition: z-index 0s 0s;
		-webkit-transition: z-index 0s 0s;
		z-index: 999999999;
	}

	.container {
		transition: transform .3s;
		-webkit-transition: -webkit-transform .3s;
	}

	.show_sidemenu .container {
		transform: translateX(-20rem);
		-webkit-transform: translateX(-20rem);
	}

	.fade_bkbg {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: auto;
		background-color: rgba(0, 0, 0, .5);
		opacity: 0;
		visibility: hidden;
		transition-duration: .3s;
		-webkit-transition-duration: .3s;
	}

	.show_sidemenu .sidemenu_wrap .fade_bkbg {
		opacity: 1;
		visibility: visible;
	}

	.menuico {
		position: relative;
		display: block;
		width: 2.5rem;
		height: 2.5rem;
		transition: transform 0.2s;
		-webkit-transition: -webkit-transform 0.2s;
	}

	.menuico_bd01,
	.menuico_bd02,
	.menuico_bd03 {
		position: absolute;
		display: block;
		width: 2.5rem;
		height: 2.5rem;
		line-height: 0;
		font-size: 0;
		overflow: hidden;
		transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transform: rotate(0);
		transition: -webkit-transform: rotate(0);
	}

	.show_sidemenu .menuico_bd01 {
		transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.show_sidemenu .menuico_bd03 {
		transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.menuico_bd01::before,
	.menuico_bd02::before,
	.menuico_bd03::before {
		position: absolute;
		left: .3rem;
		display: block;
		content: "";
		width: 1.9rem;
		height: 2px;
		background-color: #ffffff;
		border-radius: 2px;
		transition: transform .2s .3s;
		-webkit-transition: -webkit-transform .2s .3s;
	}

	.menuico_bd01::before {
		top: .6rem;
	}

	.menuico_bd02::before {
		top: 1.2rem;
	}

	.menuico_bd03::before {
		top: 1.8rem;
	}

	.show_sidemenu .menuico_bd01::before {
		left: 50%;
		margin-left: -1rem;
		transform: translateY(.5rem);
		-webkit-transform: translateY(.5rem);
	}

	.show_sidemenu .menuico_bd02::before {
		transform: translateX(2.5rem);
		-webkit-transform: translateX(2.5rem);
	}

	.show_sidemenu .menuico_bd03::before {
		left: 50%;
		margin-left: -1rem;
		transform: translateY(-.7rem);
		-webkit-transform: translateY(-.7rem);
	}

	.sidemenu {
		position: fixed;
		top: 0;
		right: 0;
		display: block;
		width: 20rem;
		height: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		color: #fff;
		background-color: #023364;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-user-select: none;
		-webkit-overflow-scrolling: touch;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-webkit-backface-visibility: hidden;
		transition: transform .3s;
		-webkit-transition: -webkit-transform .3s;
	}

	.show_sidemenu .sidemenu {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		z-index: 211;
	}

	.sidemenulist {
		line-height: 2rem;
		font-size: 1.2rem;
	}

	.sidemenulist>li {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.sidemenu .sidemenulist>li>a {
		font-size: 1.2rem;
		position: relative;
		display: block;
		padding: 1.2rem .8rem 0 1rem;
		height: 3.5rem;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #ffffff;
		text-align: left;
		font-size: 1rem;
		line-height: normal;
	}

	.sidemenulist>li>a::after {
		position: absolute;
		right: 1rem;
		top: 50%;
		margin-top: -.4rem;
		display: block;
		content: "";
		width: .6rem;
		height: .6rem;
		border-width: 2px 2px 0 0;
		border-style: solid;
		border-color: #fff;
		transform: rotate(45deg) skew(5deg, 5deg);
		-webkit-transform: rotate(45deg) skew(5deg, 5deg);
		transition-duration: .3s;
		-webkit-transition-duration: .3s;
	}

	.show_sidemenu .container {
		transform: translateX(-15rem);
		-webkit-transform: translateX(-15rem);
	}

	.sidemenu {
		width: 15rem;
	}

	.sidemenu .sidemenulist {
		width: auto;
		display: block;
	}

	.header .img {
		display: none;
	}

	.headwbw img {
		margin-top: 0;
	}

	.sidemenu .sidemenulist>li p {
		display: none;
	}

	.sidemenu .sidemenulist>li .i2 {
		display: none;
	}

	.sidemenu .sidemenulist>li {
		padding-top: 0;
	}

	.headwbc .tel {
		margin-top: -20px;
		position: relative;
		z-index: 99;
	}

	.headwbc .tel ul li:last-child {
		margin-left: 10px;
	}

	.headwbc .tel ul li .image img {
		height: 25px;
	}
}

@media (max-width: 1130px) {

	.index2 .box2 {
		flex-direction: column;
	}

	.index2 .box2 .le {
		width: 100%;
		margin-bottom: 40px;
	}

	.index2 .box2 .riii {
		width: 100%;
		min-width: 0;
		margin-left: 0;
	}

	.index3 .box3 {
		flex-direction: column;
	}

	.index3 .box3 .bx1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.index3 .box3 .bx2 {
		width: 100%;
		min-width: 0;
	}

	.index3 .box3 .bx1 ul li a .tt {
		line-height: 22px;
		height: 65px;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}
}

@media (max-width: 1024px) {
	.index1 .box1 {
		flex-direction: column;
		align-items: normal;
	}

	.index1 .box1 .le {
		width: 100%;
		margin-bottom: 30px;
	}

	.index1 .box1 .ri {
		width: 100%;
		margin-left: 0;
	}

	.index1 .box1 .ri .swiper-slide a .bbx .bot .tt {
		overflow: hidden;
		max-width: 288px;
		line-height: normal;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}

	.index1 .box1 .ri .swiper-button-next {
		display: none;
	}

	.index1 .box1 .ri .swiper-button-prev {
		display: none;
	}

	.index4 .box4 .swiper-slide a .box .bo .t2 {}
}

@media (max-width: 910px) {
	.ny_contont .ny_con .bottom .rii {
		margin-left: 0;
	}

	.ny_contont .ny_con .bottom {
		flex-direction: column;
	}

	.ny_contont .ny_con .bottom .bottom-fl {
		width: 100%;
		margin-bottom: 30px;
	}

	.ny_contont .ny_con .bottom .bottom-fl .cl {
		width: 100%;
	}

	.ny_contont .ny_con .top {
		display: none;
	}

	.ny_contont .ny_con .bottom .bottom-fl .top-tt {
		/* background: url(../img/topbg.png) right center no-repeat #2D962D; */
		background-size: 55px 55px;
	}

	.article_list {
		margin-left: 0;
	}

	.slideTxtBox {
		margin-left: 0;
	}

	.index4 .box4 .swiper-button-next {
		display: none;
	}

	.index4 .box4 .swiper-button-prev {
		display: none;
	}

	.index5 .box5 ul {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
	}

	.footer .fot {
		flex-direction: column;
		align-items: center;
		justify-content: normal;
	}

	.footer .fot .le {
		margin-bottom: 20px;
	}

	.index5 .box5 ul li:nth-child(4) a {
		border-left: 1px solid #dddddd;
	}

	.ny_contont .ny_con .bottom .ri-per {
		margin-left: 0;
	}

	.ny_contont .ny_con .bottom .ri-per dd {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 800px) {}


@media (max-width: 768px) {}

@media (max-width: 640px) {
	.banner-n {
		height: 200px;
	}

	.index2 .box2 .le ul {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.index2 .box2 .le ul li .top .tt {
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}

	.index1 .box1 .swiper-wrapper {
		flex-direction: column;
	}

	.index1 .box1 .ri .swiper-slide {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 30px;
	}

	.index1 .box1 .ri .swiper-slide a {
		width: 100% !important;
	}

	.index1 .box1 .ri .swiper-slide a .bbx .bot .tt {
		max-width: none;
	}
}


@media (max-width: 580px) {
	.index5 .box5 ul li:nth-child(1) a {
		border-left: none;
	}

	.index5 .box5 ul li a {
		border-right: none;
	}

	.index5 .box5 ul li:nth-child(4) a {
		border-left: none;
	}

	.footer {
		padding: 60px 0;
	}
}

@media (max-width: 500px) {}

@media (max-width: 430px) {
	.index4 .box4 .swiper-slide a .box .bo .t1 {
		font-size: 14px;
	}

	.footer .fot .r p {
		margin-bottom: 10px;
	}

	.footer .fot .r p:nth-child(3) {
		margin-bottom: 0;
	}

	.footer .fot .le {
		align-items: center;
	}
}

@media (max-width: 411px) {
	.footer .fot .top .con .sp1 {
		font-size: 14px;
	}
}

@media (max-width: 375px) {

	.banner .swiper-slide {
		height: 230px;
	}

	.new-next {
		width: 45px !important;
		height: 45px !important;
	}

	.swiper-button-next {
		background-size: 20px 20px;
	}

	.swiper-button-prev {
		background-size: 20px 20px;
	}

	.banner .swiper-pagination {
		bottom: 10px !important;
	}
}

@media (max-width: 360px) {}

@media (max-width: 320px) {}