@media screen and (max-width: 1400px) {
	:root {
		--max: calc(100% - 30px);
		--size14: 14px;
		--size16: 16px;
		--size18: 16px;
		--size20: 18px;
		--size24: 20px;
		--size30: 24px;
		--size36: 30px;
		--size40: 36px;
		--size46: 40px;
		--size50: 46px;
		--size56: 50px;
		--size60: 56px;

		--top20: 20px;
		--top30: 30px;
		--top50: 50px;
		--top60: 50px;
		--top100: 70px;
		--top120: 100px;
	}

	.wWeiXin_img {
		left: 0%;
		transform: translateX(0%) scale(0);
		transform-origin: left bottom;
	}
	.wWeiXin_img::after{
		left: 20px;
	}
	.wWeiXin:hover .wWeiXin_img {
		transform: translateX(0%) scale(1);
	}

	.AnLiChan_Left,
	.AnLiMn_Left {
		width: 200px;
		padding: 30px 20px;
	}

	.AnLiMn_Right {
		width: calc(100% - 200px);
		grid-template-columns: 1fr 1fr 1fr;
	}

	.AnLiChan_Right {
		width: calc(100% - 200px);
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.AnLiChan_List img {
		width: 40px;
		height: 40px;
	}

	.UwXian ul li img {
		width: 80px;
		height: 80px;
	}
}

@media screen and (max-width: 1200px) {

	.AnLiChan_Left,
	.AnLiMn_Left {
		display: none;
	}

	.AnLiChan_Right,
	.AnLiMn_Right {
		width: 100%;
	}

	.bannerIn {
		height: 500px;
	}

	.bannerIn_Img {
		width: 250px;
		height: 250px;
	}
}

@media screen and (max-width: 992px) {
	:root {
		--size14: 12px;
		--size16: 14px;
		--size18: 14px;
		--size20: 16px;
		--size24: 18px;
		--size30: 20px;
		--size36: 22px;
		--size40: 24px;
		--size46: 26px;
		--size50: 28px;
		--size56: 30px;
		--size60: 36px;

		--top20: 20px;
		--top30: 30px;
		--top50: 30px;
		--top60: 40px;
		--top100: 50px;
		--top120: 60px;
	}

	.logo {
		width: 150px;
		margin-left: 15px;
	}

	.login a {
		width: 90px;
	}

	.AnLi_Left {
		width: 200px;
	}

	.AnLi_Right {
		width: calc(100% - 220px);
	}

	.ChanPink ul li {
		flex: 1 0 32%;
	}

	.AnLi_mySwiper2 {
		width: calc(100% - 100px);
	}

	.AnLi_Textaa .swiper-button-next,
	.AnLi_Textaa .swiper-button-prev {
		width: 30px;
		height: 30px;
	}

	.AnLi_Textaa .swiper-slide img {
		width: 200px;
	}

	.AnLi_Textaa_R {
		width: calc(100% - 220px);
	}

	.AnLi_Textaa_R span {
		margin-top: 25px;
	}

	.AnLi_Textaa_R ul {
		gap: 10px;
	}

	.UwXian ul {
		grid-template-columns: 1fr 1fr;
	}
	.footer_Left{
		width: 270px;
	}

}


@media screen and (max-width: 768px) {
	:root {
		--size14: 12px;
		--size16: 12px;
		--size18: 12px;
		--size20: 14px;
		--size24: 15px;
		--size30: 16px;
		--size36: 16px;
		--size40: 17px;
		--size46: 18px;
		--size50: 18px;
		--size56: 20px;
		--size60: 20px;

		--top20: 10px;
		--top30: 20px;
		--top50: 25px;
		--top60: 30px;
		--top100: 30px;
		--top120: 35px;
	}

	.an {
		display: block;
	}

	.hertre {
		height: 60px;
		background: #fff;
		position: fixed;
		top: 0px;
		z-index: 999;
	}

	.logo {
		width: 120px;
	}

	.nav {
		width: 100%;
		top: 60px;
		overflow: auto;
		height: calc(100% - 60px);
		position: fixed;
		background: #fff;
		display: none;
		left: 0;
		transform: translate(0%, 0%);
		transition: auto;
		border-top: 1px rgb(0, 0, 0, 0.1) solid;
	}

	.nav ul li {
		width: 100%;
		text-align: center;
		border-bottom: 1px rgb(0, 0, 0, 0.1) solid;
		line-height: 60px;
		font-size: 12px;
		padding: 0 20px;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin: 0;
	}

	.nav ul li>svg {
		transform: rotate(-90deg);
	}

	.nav_ul {
		position: static;
		width: 100%;
		padding-top: 0px;
		transition: auto;

	}

	.nav_ul a {
		width: 100%;
		background: none;
	}

	body {
		padding-top: 60px;
	}

	.banner {
		height: 200px;
	}

	.banner_text {
		padding-top: 0px;
	}

	.banner_text img {
		max-height: 150px;
		max-width: 150px;
	}

	.A {
		width: 100% !important;
	}

	.S {
		width: 100% !important;
		margin-top: 25px;
	}

	.HeZuo ul,
	.ZiZhi ul {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.GongNeng ul,
	.YouShi ul,
	.AnLiMn_Right,
	.BanGong ul {
		grid-template-columns: 1fr;
	}

	.login {
		margin-right: 60px;
		background: #00000010;
		border-radius: 5px;
		overflow: hidden;
	}

	.login a {
		width: max-content;
		padding: 0 15px;
		line-height: 36px;
		font-size: 12px;
	}

	.JianJie_Text img {
		width: 150px;
	}

	.HeZuo ul li {
		height: 60px;
	}

	.HeZuo ul li:nth-child(5n) {
		border-right: 1px solid rgb(221, 221, 221);
	}

	.HeZuo ul li:nth-child(3n) {
		border-right: transparent;
	}

	.AnLi_Left ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 5px;
		border: transparent;
	}

	.AnLi_Left ul li {
		border: 1px solid rgb(221, 221, 221) !important;
		height: 50px;
	}

	.AnLi_Top>img {
		width: 50px;
	}

	.AnLi_Top a {
		margin-top: 20px;
		margin-left: 0px;
	}

	.AnLi_Top_Tex {
		width: calc(100% - 70px);
		margin-left: 0px;
	}

	.ZuTu {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px 10px;
	}

	.ZuTu_List img {
		width: 20px;
		height: 20px;
	}

	.AnLiChan {
		min-height: auto;
		margin-bottom: 20px;
	}

	.AnLiChan_Right {
		grid-template-columns: 1fr 1fr;
		padding: 20px 10px;
	}

	.AnLiChan_List img {
		width: 25px;
		height: 25px;
		top: -10px;
	}

	.AnLiMn_Right {
		padding: 20px 10px;
		margin-bottom: 20px;
	}

	.banner_Max p {
		font-size: 12px;
	}

	.banner_text_L ul li {
		padding: 0 10px;
		line-height: 36px;
	}

	.banner_Chan {
		height: 260px;
	}

	.ChangJing ul {
		justify-content: space-between;
	}

	.ChangJing_P p img {
		width: 20px;
	}

	.KaiFa {
		margin: var(--top60) auto;
		padding: 15px 5px;
	}

	.KaiFa_l {
		width: 120px;
	}

	.KaiFa_r {
		width: calc(100% - 130px);
	}

	.KaiFa_Texy {
		width: 600px;
		padding-bottom: 20px;
	}

	.KaiFa_r::-webkit-scrollbar {
		width: 2px;
		height: 5px;
	}

	.KaiFa_r::-webkit-scrollbar-thumb {
		border-radius: 2px;
		background: #278bfc;
	}

	.KaiFa_r::-webkit-scrollbar-track {
		border-radius: 0;
		background: #00000020;
	}

	.login_Max>img {
		display: none;
	}

	.login_Li {
		width: 100%;
		padding: 20px;
	}

	.Deng {
		height: 40px;
	}

	.bannerIn {
		height: 300px;
	}

	.bannerIn_Img {
		width: 150px;
		height: 150px;
	}

	.bannerIn_text {
		padding-top: 0px;
	}

	.bannerIn_text_l p {
		font-size: 12px;
	}

	.bannerIn_text_l a {
		width: 120px;
		line-height: 36px;
	}

	.bannerIn .swiper-pagination {
		width: 100%;
		display: block;
	}

	.bannerIn .swiper-pagination-bullet {
		margin: 0 5px !important;
	}

	.TiYan ul {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 10px 0;
	}

	.TiYan ul li {
		border: 1px solid #ffffff10;
	}

	.ChanPink ul li {
		flex: 1 0 49%;
	}

	.ChanPink ul li p {
		min-height: auto;
	}

	.AnLi_Textaa .swiper-slide img {
		width: 100px;
		margin: auto;
	}

	.AnLi_mySwiper .swiper-slide {
		margin: 0;
	}

	.UwXian ul {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.UwXian ul li {
		align-items: center;
	}

	.UwXian ul li img {
		width: 80px;
		height: 60px;
		margin-top: 0px;
	}

	.ZiZhiUn ul {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		border: transparent;
	}
	
	.ZiZhiUn ul li{
	    border: 1px solid rgb(219, 219, 219) !important;
	}

	.ZiZhiUn ul li img {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

	.LianXiniu ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px 10px;
	}

	.LianXiniu ul li {
		width: 100%;
		max-width: 100%;
	}

	.LianXiniu ul li img {
		width: 25px;
		height: 25px;
	}

	.LianXinZi a {
		line-height: 36px;
	}
	.footer_logo{
		width: 150px;
	}
	.footer_ul_ma{
		width: 100%;
		margin-top: 0px;
	}
	.footer_Left{
		width: 100%;
		margin-bottom: 10px;
	}

	.footer_ul {
		width: 100%;
		flex: initial;
		border: transparent;
		margin-top: 10px;
	}

	.footer_top {
		width: 100%;
		overflow: hidden;
		background: #ffffff10;
		padding: 15px;
	}

	.footer_top h2 {
		font-size: 14px;
		color: #ffffff;
	}

	.footer_top svg {
		display: block;
		fill: #ffffff;
	}

	.footer_ul ul {
		margin-top: 0px;
		padding: 15px;
		display: none;
		padding-top: 0px;
		transition: auto;
	}

	.beian_max p {
		width: 100%;
		text-align: left;
		line-height: 2;
	}

}