@media (max-width: 1480px) {
	.top-logo {
		display: block;
		position: fixed;
		right: 10px;
		bottom: 100px;
		z-index: 1;
	}
}

@media (max-width: 1250px) {



	.slideTxtBox .hd ul {
		flex-direction: column;
	}

	.swiper-button-prev {
		left: 20px;
	}

	.swiper-button-next {
		right: 20px;
	}

	.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) {}

@media (max-width: 1024px) {

	.index_box1 .box_1 .box1_con .swiper-slide .left-txt {
		right: 40px;
	}

	.index_box1 .box_1 .box1_con .left_con {
		background-size: 70% 100%;
		padding-bottom: 17px;
	}

	.index_box1 .box_1 .box1_con .left_con .swiper-container {
		width: 100% !important;
		overflow: hidden;
	}

	.index_box1 .box_1 .box1_con .right_con {
		padding-top: 0;
	}

	.index_box1 .box_1 .box1_con .swiper-slide .img {
		width: 100%;
	}

	.index_box1 .box_1 .box1_con .swiper-slide .img img {
		width: 100%;
	}

	.index_box1 .box_1 .box1_con {
		flex-direction: column;
	}

	.index_box1 .box_1 .box1_con .right_con {
		margin-top: 20px;
		margin-left: 0;
	}

	.index_box2 .box2 {
		flex-direction: column;
	}

	.index_box2 .box2 .left {
		width: 100%;
	}

	.index_box2 .box2 .right_tnt {
		margin-left: 0;
	}

	.index_box2 .box2 .right_tnt ul li {
		width: 100%;
	}

	.index_box3 .box3 {
		flex-direction: column;
	}

	.index_box3 .box3 .left ul {
		flex: 1;
		max-width: 100%;
	}

	.index_box3 .box3 .right-tt {
		margin-left: 0;
		margin-top: 40px;
	}

	.index_box3 .box3 .left,
	.index_box3 .box3 .right-tt {
		width: 100%;
	}
}

@media (max-width: 910px) {
	.ny_contont .ny_con .bottom {
		flex-direction: column;
	}

	.ny_contont .ny_con .bottom .bottom-fl {
		width: 100%;
		margin-bottom: 20px;
	}

	.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 #0057b6;
		background-size: 55px 55px;
	}

	.article_list {
		margin-left: 0;
	}

	.slideTxtBox {
		margin-left: 0;
	}
}

@media (max-width: 800px) {

	.footer .bottom {
		flex-direction: column;
	}

	.footer .bottom .left {
		margin-bottom: 20px;
	}

	.footer .bottom .left {
		padding: 0 20px;
	}

	.slideTxtBox .bd .box ul li {
		width: 48%;
		margin-right: 4%;
	}

	.slideTxtBox .bd .box ul li:nth-child(5n) {
		margin-right: 4%;
	}

	.slideTxtBox .bd .box ul li:nth-child(2n) {
		margin-right: 0;
	}
}


@media (max-width: 768px) {
.banner .swiper-slide {
    height: 250px;
    
}
	.footer .top .box4 {
		flex-direction: column;
	}

	.footer .top .box4 .input {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.footer .top .box4 .input:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 640px) {
	.banner-n {
		height: 200px;
	}
}


@media (max-width: 580px) {
	.index_box1 .box_1 .box1_con .swiper-slide .left-txt {
		padding: 10px;
	}

	.index_box1 .box_1 .box1_con .swiper-slide .left-txt .txt1 h5 {
		font-size: 22px;
	}

	.index_box1 .box_1 .box1_con .swiper-slide .left-txt .txt1 span {
		font-size: 12px;
	}

	.index_box1 .box_1 .box1_con .swiper-slide .left-txt .right .p1 {
		font-size: 14px;
	}

	.index_box1 .box_1 .box1_con .swiper-slide .left-txt .right .p2 {
		font-size: 12px;
	}
}

@media (max-width: 500px) {
	.index_box3 .box3 .left {
		flex-direction: column;
	}

	.index_box3 .box3 .left .left-con .img img {
    width: 50%;
    margin: auto;
    display: block;
}

	.index_box3 .box3 .left ul li a .bottom_con .left {
		flex-direction: row;
	}

	.index_box3 .box3 .right-tt {
		flex-direction: column;
	}

	.index_box3 .box3 .right-tt .left-tt {
		flex-direction: column;
	}

	.index_box3 .box3 .left .left-con,
	.index_box3 .box3 .right-tt .left-con {
		width: 100%;
	}

	.index_box3 .box3 .right-tt .left-tt .img {
		position: relative;
		padding-bottom: 73%;
               width: 50%;
                margin: auto;
	}

	.index_box3 .box3 .right-tt .left-tt .img img {
		position: absolute;
		left: 0;
		top: 0;
	}

	.header .header-box img {
		width: 83%;
	}
}

@media (max-width: 411px) {}

@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;
	}

	.index_box1 .box_1 .box1_con .left_con .swiper-container .swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	.index_box1 .box_1 .box1_con .left_con .swiper-container .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.index_box1 .box_1 .box1_con .swiper-slide .left-txt {
		bottom: 10px;
		right: 55px;
	}

	.index_box1 .box_1 .box1_con .right_con ul li a .left {
		margin-right: 20px;
	}
}

@media (max-width: 360px) {}
 