@media screen and (max-width: 1466px) {
	.pc_ul>ul>li>a {
		font-size: 16px;
		white-space: nowrap;
	}

	.Language_tab a {
		font-size: 16px;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 1300px) {
	.pc_left {
		width: 15%;
	}

	.pc_left>a>img {
		width: 100%;
	}

	.pc_ul {
		margin: 0 20px;
	}

	.pc_ul>ul>li>a {
		font-size: 14px;
		padding: 5px 5px 5px 5px;
		white-space: nowrap;
	}

	.head_right .search_main {
		padding-right: 0;
	}

	.head_right img {
		width: 25px;
	}

	.Language_tab a {
		font-size: 14px;
		white-space: nowrap;
	}

	.Language_tab img {
		width: 10px;
	}
}

@media only screen and (max-width: 769px) {
	.wrap13 {
		width: 100% !important;
	}

	.head {
		display: none;
	}

	.swiper-wrapper {
		height: calc(100vh - 96px) !important;
	}


	.footer_flex {
		flex-direction: column;
		display: none;
	}

	.footer_text {
		display: none;
	}

	.footer_icp span:nth-child(2),
	.footer_icp span:nth-child(3) {
		display: none;
	}




	.pc_nav {
		display: none;
	}

	.mobile-nav {
		display: block;
		top: 0;
		height: 66px;
	}

	.bot_waps {
		flex-wrap: wrap;
		justify-content: center;
	}

	.nav {
		position: absolute;
		top: 56px;
		left: 0;
		right: 0;
		bottom: 50;
		z-index: 99;
		background-color: #fff;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		display: none;
		margin-left: 0;
	}

	.nav li {
		float: none;
		padding-top: 0;
		margin: 0;
		width: auto;
		text-align: center;
	}



	.nav li .v1 {
		border-bottom: 1px solid #dedede;
		float: none;
		padding-top: 0;
		margin: 0;
		width: 100%;
		line-height: 3.5em;
	}

	.nav li:hover .v1 {
		background-color: #fff;
		color: #999;
	}

	.nav li.on .v1 {
		background-color: #004ca7;
		color: #fff;
		border-color: transparent;

	}

	.nav li .sub {
		display: none;
		position: static;
		padding: 0;
		text-align: center;
		border-radius: 0;
		background-color: #f5f5f5;
		width: 100%;
	}

	.nav li .sub a {
		width: 100%;
		padding: 1rem;
		font-size: 16px;
		border-bottom: solid 1px #eee;
	}


	.navs {
		background-color: #FFFFFF;
		display: none;
	}

	.mobile-logo {
		margin-left: 1rem;
	}

	.navs ul li {
		text-align: center;
		padding: 20px 0 20px 0;
		font-size: 1rem;
	}

	.mobile-nav {
		position: fixed;
		display: block !important;
		z-index: 99;
		width: 100%;
		/* height: 66px; */
	}

	.mobile-navs {
		/* padding-bottom: 1rem; */
		display: flex;
		position: relative;
		height: 100%;
		border-bottom: 1px solid #CCCCCC;
		background-color: #FFFFFF;
	}

	.nav-logo .menuBtn {
		position: absolute;
		top: 17px;
		right: 12px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s
	}

	.nav-logo .menuBtn b::before {
		content: "";
		display: inline-block;
		position: absolute;
		left: -7px;
		top: 50%;
		transform: translate(0, -50%);
		width: 5px;
		height: 5px;
		border-radius: 50%;
		/* background-color: #0d6fb8; */
		background-color: #333;
	}

	.nav-logo .menuBtn b {
		display: block;
		height: 4px;
		background-color: #333;
		margin: 4px;
		transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s;
		position: relative;
	}

	.nav-logo .menuBtn.open b {
		display: none;
		margin: -5px 0 0;
		position: absolute;
		left: 0;
		top: 50%;
		width: 30px
	}

	.nav-logo .menuBtn.open b:first-child {
		display: block;
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg)
	}

	.nav-logo .menuBtn.open b:last-child {
		display: block;
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg)
	}

	.nav-logo .menuBtn.open b::before {
		display: none;
	}

	.footer_top {
		display: none;
	}



	.nav .sub:nth-child(2) a {
		background-image: url("../img/y.png");
		background-repeat: no-repeat;
		background-position: 136px 21px;
		background-position: 19rem, 2rem;
	}

	.nav li .sub a {
		display: block;
		font-size: 15px;
		color: #333;
		padding: 0;
		line-height: 20px;
		padding: 15px 0;
		text-align: center;
		border-bottom: solid 1px #dedede;
	}

	.bot_waps {
		font-size: 12px;
	}

	.bot_waps div p {
		padding-bottom: .1rem;
		text-align: center;
	}

	.footer_bot {
		padding-top: .2rem;
		padding-bottom: .2rem;
	}

	.mobile-logo {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 2rem;
	}

	.mobile-logo img {
		width: 100%;
	}

	.wrap {
		width: 100%;
	}

	.mobile-nav {
		display: block;
	}

	.footer_box:nth-child(1) {
		display: block;
	}

	.footer_box:nth-child(2) {
		display: none;
	}

	.f_right {
		display: none;
	}

	.f_left>div:nth-child(2) {
		display: none;
	}

	.flex_f {
		padding-top: 0.37rem;
		padding-bottom: 0.37rem;
	}

	.f_left>div:nth-child(1) {
		padding-bottom: 0;
	}

	.f_left {
		text-align: left;
		padding-left: 0px;
		margin-top: .2rem;
	}

	.footer_main {
		min-height: 60px;
	}
}