@import url(anim.css);
@import url(lrtk3.css);
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
body {
	background-color: #f5f5f5;
	overflow-x: hidden;
	color: #333;
	font-size: 12px;
	font-family: "微软雅黑", "Arial", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	flex: 1;
}
.header-v1,
.f_bg,
.f_div3 {
	flex-shrink: 0;
}
.news_bg,
.right,
.contact_bg,
.i_product_bg {
	flex: 1 0 auto;
}
a {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;/*-webkit-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  -moz-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;*/
}
a:hover {
	color: #00a1e9;/*text-decoration: underline;*/
}
input, select, img {
	vertical-align: middle;
}
ul, li {
	list-style: none;
}
em, cite, th {
	font-style: normal;
	font-weight: normal;
	font-style: normal;
}
.wrap {
	clear: both;
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}
.wrap2 {
	clear: both;
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
}
.wrap3 {
	clear: both;
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}
.divhidden {
	display: none;
}
.l {
	float: left;
}
.r {
	float: right;
}
.c_l {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.f50 {
	font-size: 50px;
}
.f44 {
	font-size: 44px;
}
.f41 {
	font-size: 41px;
}
.f40 {
	font-size: 40px;
}
.f38 {
	font-size: 38px;
}
.f36 {
	font-size: 36px;
}
.f32 {
	font-size: 32px;
}
.f30 {
	font-size: 30px;
}
.f28 {
	font-size: 30px;
}
.f24 {
	font-size: 24px;
}
.f22 {
	font-size: 22px;
}
.f18 {
	font-size: 18px;
}
.f16 {
	font-size: 16px;
}
/*PC导航*/
.header-v1 {
	width: 100%;
	position: fixed; /*overflow:hidden; */
	height: 100px;
	z-index: 10;
	/*background-color: #090a0c;*/
	background-color: #ffffff;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

.header-v1 .top-main {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-v1 .top-main .header-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-v1 .top-main .logo1 {
	height: 100px;
	margin-right: 100px;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}
.header-v1 .top-main .logo1 a{
	display: block;
}
.header-v1 .top-main .logo1 img {
	height: 100%;
	vertical-align: middle;
}
.header-v1 .top-main .logo1 img:hover {
	transition: all 0.3s;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
}
.header-v1 .top-main .top_r {
	float: right;
}
.header-v1 .languages {
	float: right;
	position: relative;
	display: block;
	font-size: 12px;
	color: #707070;
	height: 38px;
	line-height: 38px;
	padding-left: 18px;
	text-align: right;
	font-family: "宋休";
	text-decoration: none;
	margin-left: 10px;
	background: url(../images/top_pic2.png) left center no-repeat;
	margin-top: 29px;
	transition: all 0.3s;
}
.header-v1 .languages:hover {
	margin-top: 25px;
}
.header-v1 .languages:Hover {
	transition: all 0.3s;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
/*.header-v1 .languages:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.header-v1 .languages:after{content: "";display: block;position: absolute;left: 50%;right: 50%;bottom: -1px;height:4px;opacity: 0;background-color: #c71d32;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.header-v1 .languages:hover:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}*/
.header-v1 .top-main .top-main-content {
	display: flex;
	justify-content: center;
	text-align: center;
}
.navBar {
	display: inline-block;
}
.nav {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
}
.nav .m {
	display: block;
	border-top: 0;
	border-bottom: 0;
	margin-right: 22px;
	margin-left: 22px;
}
.nav a:hover {
	text-decoration: none; /*color:#fff;*/
	vertical-align: top;
}
.nav li:hover span {
	color: #5BA89A;
}
.nav h3 {
	float: left;
	font-weight: normal;
	font-size: 16px;
	height: 100px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
}
.nav h3 a {
	display: block;
	color: #000;
	line-height: 100px;
	font-size: 16px;
	text-transform: uppercase;
}
.nav h3 a span {
	display: block;
	position: relative;
	transition: all 0.3s;
	height: 100px;
	text-transform: uppercase;
}
.nav h3 a span:after {
	content: attr(data-title);
	position: absolute;/*color:#fff;*/
	left: 0;
	transform: translateY(100%);
	width: 100%;
	top: 0; /*color:#fff;*/
}
.nav h3 a i {
	width: 9px;
	height: 5px;
	background: url(../images/top_pic5.png) no-repeat;
	display: inline-block;
	margin-left: 7px;
}
.nav .on {
}
.nav .on h3 a {/* height:42px; line-height:42px; *//*color:#fff;background:#ec2029;*/ /*background:url(../images/top_bg.png) center bottom no-repeat;*/
}
.nav .on h3 a i {
	background: url(../images/top_pic6.png) no-repeat;
}
.nav .on h3 a span { /*color:#fff;*/
}
.nav li.on a:after {
	left: 0%;
	right: 0%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.nav li h3 a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: 0px;
	margin-right: 0px;
	bottom: 8px;
	height: 3px;
	opacity: 0;
	background-color: #EAC342;
}
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.nav li h3 a:hover:after {
	left: 1%;
	right: 1%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.nav .sub {
	display: none !important;
	width: 100%;
	padding: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.8);/* top:87px;*/
	top: 100px;/* overflow:hidden;*/
	text-align: center;
	z-index: 110;
	left: 0%;
}
.nav .sub ul {
	width: 1100px;
	margin: 0 auto;
}
.nav .sub li {
	vertical-align: middle;
	list-style: none;
	text-decoration: none;
	display: inline-block;
	line-height: 50px;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}
.nav .sub li span {
	display: block;
	height: 38px;
	position: relative;
}
.nav .sub li a {
	text-decoration: none;
	background: none;
	color: #fff;/* border-bottom:1px solid #515152;*/
	display: block;
	height: 50px;
	overflow: hidden;
}
/*.nav .sub li:last-child a{ border-bottom:0;}
.nav .sub li:last-child a:hover{ border-bottom:0;}*/
.nav .sub li a:hover {
	color: #00a1e9;/*border-bottom:1px solid #00a1e9;*/
}
.nav .sub li:hover img {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
/* .blank_h {
	height: 100px;
	overflow: hidden;
} */
.top_search {
	float: right;
	height: 100px;
	width: 34px;
	position: relative;
	margin-right: 2%;
}
.top_search .input1 {
	width: 83%;
	text-indent: 10px;
	line-height: 30px;
	height: 30px;
	outline: medium;
	background: none;
	color: #9c9c9c;
	text-align: left;
	font-size: 13px;
	border: 0;
}
.top_search em {
	height: 100%;
	width: 100%;
	background: url(../images/top_pic1.png) left center no-repeat;
	cursor: pointer;
	display: block;
}
.top_search em:Hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.top_search .search_con {
	display: none;
	position: absolute;
	bottom: -73px;
	right: 0px;
	width: 300px;
	height: 0px;
	padding-top: 23px;
	padding-bottom: 19px;
	background: url(../images/top_bg2.png) no-repeat;
	z-index: 100;/* border:1px solid #eee;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);border-radius: 2px;*/
}
.top_search .search_con .input1 {
	height: 39px;
	line-height: 39px;
	background: #f8f8f8;
	border: 0;
	padding-left: 5px;
	margin-left: 16px;
	padding-right: 47px;
	width: 174px;
	float: left;
	outline: none;
}
.top_search .search_con .bnts {
	float: left;
	width: 40px;
	height: 39px;
	background: url(../images/top_pic3.png) no-repeat;
	cursor: pointer;
}
.top_search .search_con .bnts:hover {
	transition: all 0.3s;
	background: url(../images/top_pic4.png) no-repeat;
}
/* 手机导航全局 */
.touch-top {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background: #090a0c;
	display: none;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.touch_bg {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 8;
	background: #0d0d0d;
	display: none;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: 0.6;
	height: 100%;
}
.touch-top-wrapper {
	width: 96%;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
}
.touch-top-wrapper .touch-logo {
	float: none;
	flex-shrink: 0;
}
.touch-top-wrapper .touch-logo img {
	height: 60px;
	display: block;
	max-width: 150px;
	object-fit: contain;
}
.touch-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

/* 汉堡菜单按钮样式 */
.menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	position: relative !important;
	top: auto !important;
	right: auto !important;
}
.menu-toggle:hover,
.menu-toggle:active {
	background-color: #5BA89A;
	transform: scale(1.05);
}
/* 激活状态 - 菜单展开时 */
.menu-toggle.active {
	background-color: #5BA89A;
	transform: rotate(90deg) scale(1.05);
}
.menu-toggle.active .hamburger-line:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}
.menu-toggle.active .hamburger-line:nth-child(2) {
	opacity: 0;
}
.menu-toggle.active .hamburger-line:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}
.hamburger-icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 24px;
	height: 18px;
}
.hamburger-line {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
	transform-origin: center;
}
/* 搜索按钮样式 */
.search-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	position: relative !important;
	top: auto !important;
	right: auto !important;
}
.search-toggle:hover,
.search-toggle:active {
	background-color: #EAC342;
}
/* 激活状态 - 搜索框展开时 */
.search-toggle.active {
	background-color: #EAC342;
	transform: scale(1.05) rotate(15deg);
}
.search-icon {
	font-size: 20px;
	line-height: 1;
}
.touch-toggle {
	position: absolute;
	right: 10px;
	top: 0;
}
.touch-toggle li {
	float: left;
	height: 70px;
	padding: 0 12px;
	text-align: center;
}
.touch-toggle li a {
	height: 70px;
}
.touch-toggle li:hover, .touch-toggle li:active {
}
.touch-toggle .touch-toggle-item-first {
	border-left: none;
}
.touch-toggle .touch-toggle-item-last {
	border-right: none;
}
.touch-toggle li a {
	display: block;
	font-size: 12px;
}
.touch-toggle li i {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden; /*margin-top:20px;*/
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.touch-toggle .touch-icon-language {
	background-image: url(../images/touch-icon-language.png);
}
.touch-toggle .touch-icon-user {
	background-image: url(../images/touch-icon-user.png);
}
.touch-toggle .touch-icon-search {
	background-image: url(../images/head_pic2.png);
}
.touch-toggle .touch-icon-menu {
	background-image: url(../images/head_pic1.png);
}
.touch-toggle li span {
	display: none;
	text-align: center;
}
.drawer-section {/* background-color:#40312f; padding:20px;*/
	display: none;
}
.drawer-section-menu {/* padding:20px 20px 35px;*/  /*padding:0px 0px 35px;*/
}
.touch-toggle-content {
	clear: both;
}
.touch-menu {
	clear: both;
}
.touch-menu ul li {
	border-bottom: 1px solid #333;
	position: relative;
}
.touch-menu ul li a {
	color: #fff;
	display: block;
	font-size: 18px;
	height: 48px;
	line-height: 48px;/* padding-left:10px;*/
	padding-left: 2%;
}
.touch-menu ul li a:hover, .touch-menu ul li a:active {
	background-color: #004ce5;
	color: #fff;
}
.touch-menu ul li i {
	position: absolute;
	top: 14px;/* right:5px;*/
	right: 25px;
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.touch-menu ul li i.touch-arrow-right {
	display: none;
	background-image: url(../images/touch-arrow-r.png);
}
.touch-menu ul li i.touch-arrow-down {
	background-image: url(../images/touch-arrow-d.png);
}
.touch-menu ul li i.touch-arrow-up {
	background-image: url(../images/touch-arrow-u.png);
}
.touch-menu ul li a:hover i.touch-arrow-down {
	background-image: url(../images/touch-arrow-d2.png);
}
.touch-menu ul li a:hover i.touch-arrow-up {
	background-image: url(../images/touch-arrow-u2.png);
}
.touch-menu ul ul {
	display: none;
	margin: 0;/* padding:0 10px 30px 30px;*/
	padding: 0 0px 30px 0px;
}
.touch-menu ul ul li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.touch-menu ul ul li a {
	padding: 0;
	padding-left: 3%;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
}
.touch-menu ul ul li i {
	top: 13px;
}
.touch-menu .closetitle {
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: center;
}
.touch-menu .closetitle img {
	margin: 0 auto;
	height: 20px;
	width: auto;
}
/*手机弹出搜索*/
.search_div {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 2%;
	padding-bottom: 2%;
	display: none; /*z-index:999;*/
}
.search_div .search_con {
	width: 92%;
	margin: 0 auto;
	border: 1px solid #cdcdcd;
	height: 40px !important;
	line-height: 40px;
}
.search_div .search_con .input1 {
	text-indent: 15px;
	width: 88%;
	float: left;
	border: 0;
	background: none;
	height: 100%;
	font-size: 16px;
	outline: none;
	color: #bbb;
}
.search_div .search_con .bnt1 {
	-webkit-appearance: none;
	float: right;
	width: 12%;
	max-width: 60px;
	background: url(../images/head_pic2.png) 50% center no-repeat;
	background-size: auto 55%;
	border: 0;
	height: 100%;
	cursor: pointer;
}

/* 移动端菜单优化 */
.touch-toggle-content {
	clear: both;
	position: relative;
	z-index: 1000;
}
.drawer-section-menu {
	background-color: #fff !important;
	border-top: 3px solid #5BA89A;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	/* 添加平滑展开动画 */
	animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.touch-menu ul li a {
	color: #333 !important;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.2s ease;
	/* 触摸反馈 */
	-webkit-tap-highlight-color: rgba(91, 168, 154, 0.1);
}
.touch-menu ul li a:hover,
.touch-menu ul li a:active {
	background-color: #f5f5f5 !important;
	color: #5BA89A !important;
	padding-left: 4% !important;
}
.touch-menu ul li i.touch-arrow-down,
.touch-menu ul li i.touch-arrow-up {
	right: 20px !important;
	width: 16px !important;
	height: 16px !important;
	/* 箭头旋转动画 */
	transition: transform 0.3s ease;
}
.touch-menu .closetitle {
	padding: 15px;
	text-align: center;
	background-color: #f9f9f9;
	border-top: 1px solid #eee;
	cursor: pointer;
	transition: background-color 0.2s ease;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.touch-menu .closetitle:hover {
	background-color: #eee;
}
.touch-menu .closetitle img {
	height: 24px;
	width: auto;
	opacity: 0.6;
	transition: opacity 0.2s ease;
}
.touch-menu .closetitle:hover img {
	opacity: 1;
}

/* 触摸设备优化 */
@media (hover: none) and (pointer: coarse) {
	.menu-toggle,
	.search-toggle {
		/* 移除hover效果，使用active替代 */
	}
	.menu-toggle:active {
		background-color: #5BA89A;
		transform: scale(0.95);
	}
	.search-toggle:active {
		background-color: #EAC342;
		transform: scale(0.95);
	}
}
/*尾部*/
.f_bg {
	overflow: hidden;
	background: #659C8D;
	color: #ffffff;
	font-size: 12px;
	clear: both;
	padding-top: 2%;
	padding-bottom: 2%;
}
.f_bg_div {
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
}
.f_bg a {
	color: #ffffff;
	text-decoration: none;
}
.f_bg a:hover {
	color: #ffffff;
}
.f_bg .links {
	float: left;
	padding-right: 4%;
	margin-right: 4%;
	overflow: hidden;
	padding-bottom: 2%;
}
.f_bg .links h2 {
	font-size: 18px;
	line-height: 38px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #c7c7c7;
}
.f_bg .links ul li {
	display: block;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
.f_bg .links ul li a {
	transition: all 0.3s;
	padding-right: 5px;
}
.f_bg .links ul li a:hover {
	margin-left: 5px;
	padding-right: 0;
}
.f_bg .f_div2_r2 {
	float: right;
	text-align: center;
	padding-bottom: 2%;
}
.f_bg .f_div2_r2 img {
	display: block;
	width: 118px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
.f_bg .f_div2_r {
	float: left;
	overflow: hidden;
	margin-right: 3%;
}
.f_bg .f_div2_r h2 {
	font-size: 18px;
	line-height: 38px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #ffffff;
}
.f_bg .f_div2_r span {
	display: block;
	color: #ffffff;
	line-height: 30px;
	padding-top: 2%;
	clear: both;
}
.f_bg .f_div2_r a {
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 4px;
	padding-bottom: 8px;
	color: #ffffff;
	font-size: 26px;
	font-family: Arial;
}
.f_bg .f_div2_r a:Hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.foot_a {
	height: 41px;
	width: 135px;
	display: block;
	margin-top: 10px;
}
.f_div3 {
	line-height: clamp(1.6, 2.5vw, 24px); /* 流体行高 */
	min-height: auto; /* 移除固定高度 */
	background-color: #659C8D;
	border-top: 1px solid rgba(255,255,255,0.2);
	clear: both;
	overflow: hidden;
	font-size: clamp(11px, 1.2vw, 14px); /* 流体字体 */
	padding: clamp(12px, 2vw, 18px) 0; /* 流体内边距 */
	color: rgba(255,255,255,0.85);
	text-align: center;
}
.f_div3 .f_bg_div {
	width: auto;
	max-width: none;
	padding: 0 clamp(15px, 4vw, 30px); /* 流体左右内边距 */
}
.f_div3 a {
	color: rgba(255,255,255,0.7);
	transition: color 0.3s;
}
.f_div3 a:hover {
	color: #fff;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}

/* 版权区域响应式 - 平板及以下 */
@media screen and (max-width: 992px) {
	.f_div3 {
		font-size: clamp(10px, 1.4vw, 13px);
		line-height: clamp(1.7, 2.8vw, 22px);
		padding: clamp(10px, 2.5vw, 16px) 0;
	}
	.f_div3 .f_bg_div {
		padding: 0 clamp(12px, 5vw, 25px);
	}
}

@media screen and (max-width: 768px) {
	.f_div3 {
		font-size: clamp(10px, 1.8vw, 13px);
		line-height: clamp(1.8, 3.5vw, 24px);
		padding: clamp(10px, 3vw, 16px) clamp(10px, 2vw, 12px);
	}
	.f_div3 .f_bg_div {
		padding: 0 clamp(10px, 4vw, 20px);
		word-break: break-word; /* 长文本自动换行 */
	}
}

@media screen and (max-width: 576px) {
	.f_div3 {
		font-size: clamp(9px, 2.5vw, 12px);
		line-height: clamp(1.7, 4vw, 22px);
		padding: clamp(8px, 3.5vw, 14px) clamp(8px, 2.5vw, 12px);
	}
	.f_div3 .f_bg_div {
		padding: 0 3%;
	}
}

/*=================== Footer新布局 - 三栏：左侧二维码|中间快捷链接|右侧联系我们 ===================*/
.f_bg {
	padding-top: 50px !important;
	padding-bottom: 0 !important;
}
.f_bg .footer-new {
	display: block;
	position: relative;
	padding: 0 6% 45px !important;
	min-height: 160px;
}
.f_bg .footer-qrcode {
	position: absolute;
	left: 30%;
	top: 20px;
	width: clamp(160px, 15vw, 220px);
	text-align: center;
}
.f_bg .footer-qrcode img {
	width: 100%;
	max-width: 200px;
	height: auto !important;
	object-fit: contain;
	border-radius: 4px;
	display: inline-block;
}
.f_bg .footer-links {
	position: absolute;
	left: 60%;
	top: 0;
	min-width: clamp(160px, 25vw, 245px);
	max-width: clamp(200px, 30vw, 300px);
	padding: 0 clamp(10px, 2vw, 15px);
}
.f_bg .footer-links h4 {
	color: #fff;
	font-size: clamp(14px, 1.5vw, 18px); /* 流体字体 */
	font-weight: normal;
	margin: 0 0 clamp(16px, 2vw, 24px) 0; /* 流体间距 */
	letter-spacing: clamp(1px, 0.2vw, 3px); /* 流体字间距 */
}
.f_bg .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.f_bg .footer-links ul li {
	line-height: clamp(28px, 3vw, 36px); /* 流体行高 */
}
.f_bg .footer-links ul li a {
	color: rgba(255,255,255,0.9);
	font-size: clamp(13px, 1.3vw, 16px); /* 流体字体 */
	text-decoration: none;
	transition: color 0.3s;
	display: inline-flex;
	align-items: center;
	gap: clamp(6px, 1vw, 10px); /* 流体间距 */
}
.f_bg .footer-links ul li a:before {
	content: "⚡";
	color: #EAC342;
	font-size: clamp(11px, 1.1vw, 14px); /* 流体图标大小 */
	flex-shrink: 0;
}
.f_bg .footer-links ul li a:hover {
	color: #fff;
}
.f_bg .footer-contact {
	position: absolute;
	left: 72%;
	top: 0;
	min-width: clamp(220px, 26vw, 253px);
	max-width: clamp(240px, 28vw, 300px);
	padding-right: 2%;
	box-sizing: border-box;
}
.f_bg .footer-contact h4 {
	color: #fff;
	font-size: clamp(14px, 1.5vw, 18px); /* 流体字体 */
	font-weight: normal;
	margin: 0 0 clamp(14px, 2vw, 22px) 0; /* 流体间距 */
	letter-spacing: clamp(1px, 0.2vw, 3px); /* 流体字间距 */
}
.f_bg .footer-contact p {
	color: rgba(255,255,255,0.85);
	font-size: clamp(12px, 1.2vw, 15px); /* 流体字体 */
	line-height: clamp(1.8, 2vw, 2.2); /* 流体行高 */
	margin: 0;
	word-break: break-all;
}
.f_bg .footer-contact p a {
	color: rgba(255,255,255,0.85);
	text-decoration: none;
	transition: color 0.3s;
}
.f_bg .footer-contact p a:hover {
	color: #EAC342;
}

/*========== 笔记本/大屏平板 (993px - 1199px) ==========*/
@media screen and (max-width: 1199px) and (min-width: 993px) {
	.f_bg .footer-new {
		padding: 0 4% 40px !important;
		min-height: 140px;
	}
	.f_bg .footer-qrcode {
		left: 25%;
		top: 15px;
		width: clamp(140px, 13vw, 180px);
	}
	.f_bg .footer-qrcode img {
		max-width: 170px;
	}
	.f_bg .footer-links {
		left: 55%;
		min-width: clamp(150px, 22vw, 240px);
		max-width: clamp(180px, 27vw, 290px);
	}
	.f_bg .footer-contact {
		left: 72%;
		min-width: clamp(200px, 26vw, 253px);
		max-width: clamp(230px, 30vw, 300px);
	}
}

/*========== 平板竖屏 (769px - 992px) ==========*/
@media screen and (max-width: 992px) and (min-width: 769px) {
	.f_bg .footer-new {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
		gap: clamp(20px, 3vw, 35px);
		padding: 0 4% 35px !important;
		min-height: auto;
	}
	.f_bg .footer-qrcode,
	.f_bg .footer-links,
	.f_bg .footer-contact {
		position: static;
		width: auto;
		max-width: none;
	}
	.f_bg .footer-qrcode {
		width: clamp(120px, 13vw, 150px);
		order: 1;
	}
	.f_bg .footer-qrcode img {
		max-width: 130px;
	}
	.f_bg .footer-links {
		order: 2;
		min-width: auto;
		max-width: clamp(200px, 28vw, 280px);
	}
	.f_bg .footer-links h4 {
		font-size: clamp(13px, 1.6vw, 16px);
		margin-bottom: clamp(12px, 1.8vw, 18px);
	}
	.f_bg .footer-links ul li {
		line-height: clamp(26px, 3.2vw, 32px);
	}
	.f_bg .footer-links ul li a {
		font-size: clamp(12px, 1.4vw, 14px);
	}
	.f_bg .footer-contact {
		order: 3;
		min-width: auto;
		max-width: clamp(220px, 32vw, 300px);
	}
	.f_bg .footer-contact h4 {
		font-size: clamp(13px, 1.6vw, 16px);
		margin-bottom: clamp(10px, 1.8vw, 16px);
	}
	.f_bg .footer-contact p {
		font-size: clamp(11px, 1.3vw, 14px);
		line-height: 1.9;
	}
}

/*========== 手机横屏 & 大屏手机 (577px - 768px) ==========*/
@media screen and (max-width: 768px) and (min-width: 577px) {
	.f_bg .footer-new {
		display: flex;
		flex-direction: row;
		align-items: top;
		gap: clamp(18px, 4vw, 28px);
		padding: clamp(25px, 5vw, 35px) 5% clamp(20px, 4vw, 28px) !important;
		min-height: auto;
		text-align: center;
	}
	.f_bg .footer-qrcode,
	.f_bg .footer-links,
	.f_bg .footer-contact {
		position: static;
		width: 100%;
		max-width: 300px;
		text-align: center;
		padding: 0;
	}
	.f_bg .footer-qrcode {
		order: 1;
		width: stretch;
		display: flex;
	}
	.f_bg .footer-qrcode img {
		max-width: clamp(110px, 18vw, 140px);
	}
	.f_bg .footer-links {
		order: 2;
		width: fit-content;
		/* min-width: auto; */
		/* max-width: none; */
	}
	.f_bg .footer-links h4 {
		font-size: clamp(14px, 2.2vw, 18px);
		margin-bottom: clamp(14px, 2.5vw, 20px);
	}
	.f_bg .footer-links ul li {
		display: inline-block;
		text-align: left;
		margin-right: clamp(12px, 2.5vw, 20px);
		line-height: clamp(28px, 4vw, 34px);
	}
	.f_bg .footer-links ul li a {
		font-size: clamp(13px, 1.8vw, 16px);
	}
	.f_bg .footer-contact {
		order: 3;
		width: fit-content;
		margin-right:6vw;
	}
	.f_bg .footer-contact h4 {
		font-size: clamp(14px, 2.2vw, 18px);
		margin-bottom: clamp(12px, 2.5vw, 18px);
	}
	.f_bg .footer-contact p {
		font-size: clamp(12px, 1.7vw, 15px);
		line-height: clamp(1.8, 2.2vw, 2.1);
	}
}

/*========== 手机竖屏 (≤576px) ==========*/
@media screen and (max-width: 576px) {
	.f_bg {
		padding-top: clamp(30px, 8vw, 45px) !important;
	}
	.f_bg .footer-new {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: clamp(18px, 5vw, 26px);
		padding: clamp(22px, 6vw, 32px) 4% clamp(18px, 5vw, 24px) !important;
		min-height: auto;
	}
	.f_bg .footer-qrcode,
	.f_bg .footer-links,
	.f_bg .footer-contact {
		position: static;
		width: 100%;
		max-width: 300px;
		text-align: center;
		padding: 0;
	}
	.f_bg .footer-qrcode {
		order: 1;
		width: auto;
	}
	.f_bg .footer-qrcode img {
		max-width: clamp(95px, 25vw, 120px);
		width: 90%;
	}
	.f_bg .footer-links {
		order: 2;
		min-width: auto;
		max-width: none;
	}
	.f_bg .footer-links h4 {
		font-size: clamp(13px, 3.5vw, 17px);
		margin-bottom: clamp(12px, 3vw, 18px);
		letter-spacing: clamp(1px, 0.3vw, 2.5px);
	}
	.f_bg .footer-links ul li {
		display: inline-block;
		text-align: left;
		margin: 0 clamp(8px, 2.5vw, 15px) clamp(8px, 2vw, 12px) 0;
		line-height: clamp(26px, 5vw, 32px);
	}
	.f_bg .footer-links ul li a {
		font-size: clamp(12px, 2.8vw, 15px);
		padding: 0;
	}
	.f_bg .footer-links ul li a:before {
		font-size: clamp(10px, 2.5vw, 13px);
	}
	.f_bg .footer-contact {
		order: 3;
		min-width: auto;
		max-width: none;
	}
	.f_bg .footer-contact h4 {
		font-size: clamp(13px, 3.5vw, 17px);
		margin-bottom: clamp(10px, 3vw, 16px);
		letter-spacing: clamp(1px, 0.3vw, 2.5px);
	}
	.f_bg .footer-contact p {
		font-size: clamp(11px, 2.8vw, 14px);
		line-height: clamp(1.7, 2.5vw, 2);
		word-break: break-word;
	}
}

/*========== 超小屏手机 (<380px) ==========*/
@media screen and (max-width: 379px) {
	.f_bg .footer-new {
		gap: clamp(15px, 5.5vw, 22px);
		padding: clamp(20px, 7vw, 28px) 3% clamp(16px, 5.5vw, 22px) !important;
	}
	.f_bg .footer-qrcode img {
		max-width: clamp(85px, 28vw, 105px);
	}
	.f_bg .footer-links h4,
	.f_bg .footer-contact h4 {
		font-size: clamp(12px, 4vw, 16px);
		margin-bottom: clamp(10px, 3.5vw, 15px);
	}
	.f_bg .footer-links ul li {
		margin: 0 clamp(6px, 3vw, 12px) clamp(6px, 2.5vw, 10px) 0;
		line-height: clamp(24px, 6vw, 30px);
	}
	.f_bg .footer-links ul li a {
		font-size: clamp(11px, 3.2vw, 14px);
	}
	.f_bg .footer-contact p {
		font-size: clamp(10px, 3.2vw, 13px);
		line-height: clamp(1.6, 2.8vw, 1.9);
	}
}
/*.gotop{ position:fixed; bottom:10%; right:1%; width:51px; height:51px; background:url(../images/gotop.png) no-repeat; background-size:100% 100%;
-webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;
}
.gotop:hover{-webkit-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg); cursor:pointer; transform:rotate(360deg);}*/

.right_ul {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	border-top: 2px solid #dedede;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
	background-color: #fff;
}
.right_ul ul li {
	width: 25%;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.right_ul ul li img {
	height: 22px;
	margin: 0 auto;
}
.right_ul ul li a {
	display: block;
	border-right: 1px solid #dedede;
}
.right_ul ul li:last-child a {
	border: 0;
}
/*微信弹窗*/
#hidden {
	z-index: 2147483647;
	display: none;
	background: #000;
	filter: alpha(opacity=0);
	left: 0px;
	opacity: 0;
	position: fixed;
	width: 3000px;
	height: 100%;
	padding-top: 28%;
	text-align: center;
	top: 0;
}
#hiddenimg {
	opacity: 1;
	display: none;
	position: fixed;
	left: 0%;
	width: 100%;
	height: 300px;
	padding-top: 0;
	z-index: 2147483647;
	top: 28%;
	text-align: center;
}
#hiddenimg img {
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
}
#hiddenimg2 {
	text-align: center;
}
.weixinclose {
	position: fixed;
	right: 2%;
	top: 2%;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	z-index: 2147483648;
	font-weight: normal;
	display: none;
}
/*荣誉弹窗*/
.case_bgs {
	z-index: 19891024;
	background: url(../images/about_bg.png) repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.case_tc {
	z-index: 19891025;
	width: 90%; /* top: 157.5px; */
	left: 50%;
	margin-left: -46%; /* margin-left: -300px; */
	position: absolute;
	overflow: hidden;
	top: 270px;
	height: 0;
	display: none;
}
.case_tc .case_box {
	width: 94%;
	margin: 0 auto;
	max-width: 740px;
	background: #00a1e9;
	border: 6px solid #b3b3b3;
	border-radius: 6px;
	overflow: hidden;
}
.case_tc .case_box2 {
	width: 94%;
	margin: 0 auto;
	max-width: 1028px;
	background: #fff;
	overflow: hidden;
}
.case_tc .case_divs {
	position: relative;
	width: 100%;
}
.case_tc .case_divs .closed {
	right: 0%;
	position: absolute;
	top: 0%;
	cursor: pointer;
}
.case_tc .case_divs .closed:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}
.case_tc .case_divs .closed2 {
	right: 15px;
	position: absolute;
	top: 15px;
	cursor: pointer;
}
.case_tc .case_divs .closed2:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}
.case_tc #tc_big {
	width: 100%;
	display: block;
}
.case_tc .case_divs .case_txt {
	padding: 12px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.case_tc .case_divs .case_txt h2 {
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
}
.case_tc .case_divs .case_txt2 {
	max-width: 890px;
	width: 94%;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.case_tc .case_divs .case_txt2 h2 {
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 1%;
}
.case_tc .case_divs .case_txt3 {
	max-width: 890px;
	width: 94%;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.case_tc .case_divs .case_txt3 dl dt {
	font-weight: bold;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	color: #333333;
}
.case_tc .case_divs .case_txt3 dl dd:first-child {
	font-size: 14px;
}
.case_tc .case_divs .case_txt3 dl dd {
	color: #555555;
	font-size: 13px;
	line-height: 28px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 2%;
	margin-bottom: 2%;
}
.case_tc .case_divs .case_txt3 dl dd h3 {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.case_tc .case_divs .case_txt3 dl dd:last-child {
	border-bottom: 0;
}
.case_tc .case_divs .case_txt3 dl dd .job_a {
	display: block;
	width: 150px;
	height: 44px;
	overflow: hidden;
	background-color: #409EFF;
	color: #fff;
	font-size: 14px;
	line-height: 44px;
	border-radius: 6px;
	margin-top: 50px;
	text-align: center;
	transition: all 0.3s;
}
.case_tc .case_divs .case_txt3 dl dd .job_a:hover {
	color: #fff;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
 @media screen and (max-width: 1600px) {
.f50 {
	font-size: 47px;
}
.f44 {
	font-size: 40px;
}
.f41 {
	font-size: 38px;
}
.f40 {
	font-size: 37px;
}
.f38 {
	font-size: 36px;
}
.f36 {
	font-size: 35px;
}
}
@media screen and (max-width: 1440px) {
.f50 {
	font-size: 45px;
}
.f44 {
	font-size: 38px;
}
.f41 {
	font-size: 36px;
}
.f40 {
	font-size: 35px;
}
.f38 {
	font-size: 34px;
}
.f36 {
	font-size: 33px;
}
}
@media screen and (max-width: 1310px) {
.header-v1 .top-main .top_r {
	display: none;
}
}
@media screen and (max-width: 1200px) {
.f50 {
	font-size: 41px;
}
.f44 {
	font-size: 36px;
}
.f41 {
	font-size: 32px;
}
.f40 {
	font-size: 31px;
}
.f38 {
	font-size: 30px;
}
.f36 {
	font-size: 29px;
}
.f16 {
	font-size: 14px;
}
/*尾部*/
.f_bg .links {
	padding-right: 3%;
	margin-right: 3%;
}
.f_bg .f_div2_r {
	margin-right: 1%;
}
}
@media screen and (max-width: 1100px) {
.f50 {
	font-size: 39px;
}
.f44 {
	font-size: 32px;
}
.f41 {
	font-size: 30px;
}
.f40 {
	font-size: 29px;
}
.f38 {
	font-size: 28px;
}
.f36 {
	font-size: 27px;
}
.f28 {
	font-size: 22px;
}
.f24 {
	font-size: 20px;
}
.f22 {
	font-size: 18px;
}
.f18 {
	font-size: 16px;
}
/* 手机导航全局 */
/* .blank_h {
	height: 90px;
} */
.header-v1 {
	display: none;
}
.touch-top {
	display: block;
}
.top_search {
	width: 90%;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 0;
	background: url(../images/search_bg.png) #eee right center no-repeat;
	margin-right: 5%;
}
/*尾部*/
.f_bg .links {
	padding-right: 2.8%;
	margin-right: 2.8%;
}
.f_bg .f_div2_r a {
	font-size: 18px;
}
}
@media screen and (max-width: 960px) {
.f50 {
	font-size: 36px;
}
.f44 {
	font-size: 30px;
}
.f41 {
	font-size: 28px;
}
.f40 {
	font-size: 27px;
}
.f38 {
	font-size: 26px;
}
.f36 {
	font-size: 25px;
}
.f24 {
	font-size: 18px;
}
/*尾部*/
.f_bg .links {
	display: none;
}
.f_bg .f_div2_r2 {
	margin-top: 2%;
}
.f_bg .f_div2_r {
	width: 40%;
	margin-top: 2%;
}
}
@media screen and (max-width: 830px) {
.f50 {
	font-size: 34px;
}
.f44 {
	font-size: 28px;
}
.f41 {
	font-size: 27px;
}
.f40 {
	font-size: 26px;
}
.f38 {
	font-size: 25px;
}
.f36 {
	font-size: 24px;
}
.f32 {
	font-size: 27px;
}
.f30 {
	font-size: 26px;
}
.f28 {
	font-size: 20px;
}
.f24 {
	font-size: 17px;
}
.f22 {
	font-size: 16px;
}
.f18 {
	font-size: 14px;
}
/*尾部 - 版权栏补充（响应式区域内的旧定义保留兼容）*/
.f_div3 .l {
	display: inline;
	width: auto;
	float: none;
}
.f_div3 .l label {
	display: inline;
}
.f_div3 .r {
	display: inline;
	width: auto;
	float: none;
}
@media screen and (max-width: 780px) {
.f50 {
	font-size: 30px;
}
.f40 {
	font-size: 25px;
}
.f38 {
	font-size: 24px;
}
.f36 {
	font-size: 23px;
}
/*右边浮动客服*/
.side {
	display: none;
}
.right_ul {
	display: block;
}
}
 @media screen and (max-width: 640px) {
.f50 {
	font-size: 28px;
}
.f40 {
	font-size: 23px;
}
.f38 {
	font-size: 22px;
}
.f36 {
	font-size: 21px;
}
.f32 {
	font-size: 21px;
}
.f30 {
	font-size: 20px;
}
.f28 {
	font-size: 18px;
}
.f24 {
	font-size: 16px;
}
.f22 {
	font-size: 14px;
}
.f18 {
	font-size: 13px;
}
.f16 {
	font-size: 13px;
}
/* 手机导航全局 */
/* .blank_h {
	height: 80px;
} */
/*.nav-hide .blank_h{ height:80px;}*/
.touch-top-wrapper .touch-logo img {
	height: 80px;
}
.touch-toggle li i {
	margin-top: 20px;
}
.touch-menu ul li a {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.touch-menu ul ul li a {
	font-size: 14px;
}
}
 @media screen and (max-width: 480px) {
.f50 {
	font-size: 25px;
}
.f40 {
	font-size: 19px;
}
.f38 {
	font-size: 18px;
}
.f36 {
	font-size: 18px;
}
.f32 {
	font-size: 17px;
}
.f28 {
	font-size: 15px;
}
.f18 {
	font-size: 12px;
}
/* 手机导航全局 */
/* .blank_h {
	height: 70px;
} */
.touch-top-wrapper .touch-logo img {
	height: 40px;
	padding: 12px 0;
}
.touch-toggle li {
	padding-left: 8px;
	padding-right: 8px;
}
.touch-toggle li i {
	width: 26px;
	height: 26px;
	margin-top: 23px;
}
/*.touch-menu ul li a{ font-size:14px; height:36px; line-height:36px;}
.touch-menu ul ul li a{ font-size:13px;}*/
/*尾部*/
.f_bg .f_div2_r2 {
	width: 42%;
}
.f_bg .f_div2_r2 img {
	width: 80%;
	height: auto;
	max-width: 118px;
}
.f_bg .f_div2_r {
	width: 45%;
}
}
 @media screen and (max-width: 360px) {
.f50 {
	font-size: 23px;
}
.f40 {
	font-size: 17px;
}
.f38 {
	font-size: 16px;
}
.f36 {
	font-size: 17px;
}
.f32 {
	font-size: 16px;
}
.f28 {
	font-size: 14px;
}
}
.baidu_ditu {
	width: 100%;
	height: 25rem;
	margin: 0 auto;
	border: #ccc solid 1px;
	margin-bottom: 2rem;
}
@media screen and (max-width:767px) {
body .baidu_ditu {
	width: 96%;
	height: 20rem;
	margin: 0 auto;
	border: #ccc solid 1px;
	margin-bottom: 2rem;
}

}

.footx a{ display:inline-block; margin-right:10px}




