@media (max-width: 1600px) and (min-width: 1220px) {
	.container {
		width: 1200px;
	}

	.nybanne4 {
		font-size: 140px;
	}

	.nybanne3_1 {
		width: 270px;
	}

	.nybanne3_2 {
		width: calc(50% - 140px);
	}

	.nybanne3_4 {
		font-size: 20px;
	}
	.lcsy_ce1_3{
    font-size: 18px;
}
.lcsy_ce2_1 {
    font-size: 20px;
}
.lcsy_ce4_2 img{
    height: 250px;
}

}

@media (max-width: 1220px) and (min-width: 1020px) {
	.container {
		width: 1020px;
	}

	.heade li {
		margin-right: 40px;
	}

	.nybanne4 {
		font-size: 120px;
	}

	.nybanne3_1 {
		width: 135px;
	}

	.nybanne3_2 {
		width: calc(50% - 75px);
	}

	.nybanne3_4 {
		font-size: 18px;
	}
	.hxcf_cent {
    width: 40%;
    right: 0px;
}
.lcsy_ce1_3{
    font-size: 14px;
}
.lcsy_ce2_1 {
    font-size: 16px;
}
.lcsy_ce4_2 img {
    height: 200px;
}

}

@media (max-width: 1020px) {
	body {
		padding-top: 50px;
	}

	.container {
		width: 95%;
	}

	.header {
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.logo {
		height: 30px;
		margin-top: 0;
	}

	.menubtn i {
		display: block;
		width: 25px;
		height: 2px;
		background-color: #333333;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}

	.menubtn i:nth-child(1) {
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	.menubtn i:nth-child(2) {
		margin-top: 4px;
	}

	.menubtn i:nth-child(3) {
		margin-top: 4px;
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transform-origin: left top;
	}

	.menubtn.on i:nth-child(1) {
		-webkit-transform: rotate(28deg);
		-moz-transform: rotate(28deg);
		-ms-transform: rotate(28deg);
		-o-transform: rotate(28deg);
		transform: rotate(28deg);
	}

	.menubtn.on i:nth-child(2) {
		opacity: 0;
	}

	.menubtn.on i:nth-child(3) {
		-webkit-transform: rotate(-28deg);
		-moz-transform: rotate(-28deg);
		-ms-transform: rotate(-28deg);
		-o-transform: rotate(-28deg);
		transform: rotate(-28deg);
	}

	.COVER {
		width: 60%;
		height: 100%;
		background-color: #1c1c1c;
		/* display: none; */
		overflow: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0px;
		left: -100%;
		z-index: 1001;
	}

	.MULUS {
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}

	.mulu {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		box-sizing: border-box;
		width: 100%;
		display: block;
	}

	.mulu1 {
		width: 100%;
		padding: 10px 0;
		color: white;
		font-size: 14px;
		display: flex;
		align-items: center;
	}

	.mulu1 span {
		width: calc(100% - 10px);
		padding-right: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.mulu1 img {
		width: 10px;
	}

	.mulu2 {
		width: 100%;
		padding: 0 10px;
		display: none;
	}

	.mulu2_1 {
		width: 100%;
		display: block;
		padding: 5px 0;
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px;
	}

	.mulu.on .mulu1 img {
		transform: rotate(-180deg);
	}

	.mulu.on .mulu2 {
		display: block;
	}

	.nybanne {
		height: 100%;
	}

	.nybanne3 {
		display: flex;
		align-items: center;
	}

	.nybanne3_1 {
		width: 120px;
	}

	.nybanne3_2 {
		width: calc(50% - 60px);
	}

	.nybanne3_4 {
		margin-top: 25px;
		margin-right: 20px;
		font-size: 12px;
        margin-bottom: 20px;
	}

	.nybanne3_5 {
		width: 95px;
	}

	.nybanne3_5_3 {
		font-size: 30px;
	}

	.nybanne3_5_4 {
		font-size: 16px;
	}

	.nybanne3_6 {
		width: 30px;
		margin-top: 130px;
	}

	.nybanne3_7 {
		width: 70px;
		margin-left: 10px;
	}

	.nybanne3_8 {
		width: 95px;
		margin-left: 5px;
		margin-top: 145px;
	}

	.nybanne4 {
		font-size: 40px;
	}

	.hxcf_top {
		height: 50px;
	}

	.hxcf_top1 {
		height: 100%;
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.hxcf_top1 img {
		width: 100px;
	}

	.hxcf_top2 {
		height: 20px;
	}

	.hxcf_top1 span {
		line-height: normal;
	}

	.hxcf_cent {
		display: none;
	}

	.hxcf_cen {
		margin: 50px auto;
		padding-right: 0;
	}

	.hxcf_cen1 {
		width: 100%;
		margin: 10px 0;
		margin-right: 0;
		border-radius: 15px;
		padding: 10px;
	}

	.hxcf_cen1_1 {
		font-size: 16px;
	}

	.hxcf_cen1_2 {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.hxcf_cen1_3 {
		font-size: 14px;
	}

	.hxcf_cen1_4 {
		margin-top: 10px;
		font-size: 16px;
	}

	.hxcf_cenbt {
		display: none;
	}

	.hxcf_cenb {
		margin: 70px auto;
		display: flex;
		flex-wrap: wrap;
	}

	.hxcf_cenble {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
		display: flex;
		overflow-x: auto;
		/* 允许水平方向溢出并显示滚动条 */
		white-space: nowrap;
		/* 防止子元素换行 */
	}

	.hxcf_cenble1 {
		margin-bottom: 0;
		margin-right: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.hxcf_cenble1:last-child {
		margin-right: 0;
	}

	.hxcf_cenble1_1 {
		width: 20px;
		height: 20px;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.hxcf_cenble1_2 {
		width: 100%;
		font-size: 14px;
	}

	.hxcf_cenble::after {
		display: none;
	}

	.hxcf_cenbri {
		width: 100%;
		border-radius: 0 0 0 70px;
	}

	.hxcf_cenbri1 {
		padding: 20px 30px;
	}

	.hxcf_cenbri2 {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.hxcf_cenbri3 {
		display: flex;
		flex-wrap: wrap;
	}

	.hxcf_cenbri3_1 {
		margin-top: 5px;
		font-size: 14px;
	}

	.hxcf_cenbri3_1 img {
		margin-bottom: 10px;
	}

	.lcsy_ce {
		padding: 25px 0;
		display: flex;
		flex-wrap: wrap;
	}

	.lcsy_ce2 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.lcsy_ce2_1 {
		font-size: 18px;
	}

	.lcsy_ce2_2 {
		margin-top: 10px;
		padding: 5px;
	}

	.lcsy_ce2_3 {
		font-size: 14px;
	}

	.lcsy_ce1 {
		width: 100%;
	}

	.lcsy_ce1_1 {
		width: 49%;
		margin-right: 2%;
	}

	.lcsy_ce1_2 {
		margin-bottom: 15px;
	}

	.lcsy_ce1_3 {
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.lcsy_ce1_4 {
		font-size: 14px;
	}

	.lcsy_ce1_5 {
		height: 160px;
		margin-bottom: 15px;
	}

	.lcsy_ce3 {
		width: 100%;
		font-size: 18px;
		margin-bottom: 20px;
	}

	.lcsy_ce4 {
		width: 100%;
	}

	.lcsy_ce4_1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.lcsy_ce4_1:last-child {
		margin-bottom: 0;
	}

	.lcsy_ce4_2 {
		font-size: 16px;
	}

	.lcsy_ce4_2 img {
		height: 200px;
		margin-bottom: 15px;
	}

	.syrq_cen {
		margin: 50px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.syrq_cen2 {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}

	.syrq_cen2_1 {
		margin-bottom: 25px;
		font-size: 14px;
		display: flex;
		align-items: center;
	}

	.syrq_cen2_1 img {
		width: 30px;
		margin-right: 15px;
	}

	.syrq_cen2_1 div {
		width: calc(100% - 45px);
	}

	.syrq_cen1 {
		width: 230px;
		height: 345px;
	}

	.zlfs_bo {
		margin: 70px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.zlfs_bo1 {
		width: 260px;
		height: 375px;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.zlfs_bo2 {
		width: 100%;
	}

	.zlfs_bo3_1 {
		height: 40px;
		border-radius: 40px;
		padding: 0 15px;
		line-height: 40px;
		font-size: 20px;
	}

	.zlfs_bo3_2 {
		margin-top: 25px;
	}

	.zlfs_bo3_2_1 {
		font-size: 16px;
		line-height: 30px;
	}

	.zlfs_bo4 {
		margin: 15px auto;
	}

	.zlfs_bo4_2 {
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
	}

	.zlfs_bo3_3 {
		display: flex;
		flex-wrap: wrap;
	}

	.zlfs_bo3_3_1 {
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
		display: flex;
		align-items: center;
	}

	.zlfs_bo3_3_2 {
		width: 5px;
		height: 5px;
		margin-right: 5px;
	}

	.zlfs_bo3_3_3 {
		width: calc(100% - 10px);
		font-size: 16px;
	}

	.zlfs_bot {
		display: none;
	}

	.ckwt_cen {
		margin: 45px auto;
	}

	.ckwt_cena1 {
		width: 100px;
		height: 40px;
		border-radius: 40px;
		line-height: 40px;
		margin-right: 15px;
		font-size: 16px;
	}

	.ckwt_cenb {
		margin-top: 35px;
	}

.ckwt_cenb5 {
           border-right: 5px solid #4C3260;
        width: 40px;
        padding: 10px;
        font-size: 16px;
}
	.ckwt_cenb2 {
		padding: 10px;
		font-size: 20px;
	}

	.ckwt_cenb3 {
		padding: 15px 10px;
		font-size: 14px;
		line-height: 25px;
	}
.ckwt_cenb6 {
    width: calc(100% - 40px);
    padding: 10px;
    font-size: 16px;
}
	.llwm_cen {
		margin: 50px auto;
	}

	.llwm_ce {
		display: flex;
		flex-wrap: wrap;
	}

	.llwm_cen1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
		align-items: center;
	}

	.llwm_cen1_1 {
		width: 65px;
		line-height: normal;
		font-size: 16px;
	}

	.llwm_cen1_2 {
		width: calc(100% - 65px);
		height: 35px;
		padding: 0 10px;
		font-size: 14px;
	}

	.llwm_cen2_1 {
		width: calc(100% - 65px);
		padding: 5px 10px;
		font-size: 14px;
	}

	.llwm_cen3 {
		width: 140px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		margin-top: 24px;
	}

	.footer {
		margin: 30px auto;
	}

	.footer1 {
		height: 30px;
	}

	.footer2 {
		width: 35px;
		margin-top: 25px;
	}

	.footer3 {
		margin-top: 25px;
	}

	.footer3_1 {
		font-size: 14px;
		margin-bottom: 10px;
	}

}