@import url(anim.css);
@import url(lrtk3.css);
@import url(globle.css);

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: var(--color-bg);
	overflow-x: hidden;
	color: var(--color-text);
	font-family: var(--font-family);
}

a {
	color: inherit;
	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: var(--color-primary);
}

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: 0;
	font-size: 0;
	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导航 — 精密终端风格
   纯白+细线 | 56px极简 | 2px短条指示器
   ============================================ */
.header-v1 {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 102px;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid var(--color-divider);
	padding: 0 var(--cbasta);
	box-sizing: border-box;
	transition: height 0.3s var(--ease-out);
	box-shadow: none;
}
.nav-hide .header-v1 {
	height: 60px;
	box-shadow: 0 1px 0 var(--color-divider);
}
.nav-hide .blank_h { height: 60px; }

.header-v1 .top-main {
	width: 100%;
	max-width: var(--max-width-content);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 102px;
	transition: height 0.3s var(--ease-out);
}
.nav-hide .header-v1 .top-main { height: 60px; }

/* Logo */
.header-v1 .top-main .logo1 {
	display: flex;
	align-items: center;
	height: 100%;
	flex: 0 0 auto;
	margin-right: var(--space-3xl);
}
.header-v1 .top-main .logo1 a { display: flex; align-items: center; }
.header-v1 .top-main .logo1 img {
	height: 92px;
	width: auto;
	vertical-align: middle;
	transition: opacity 0.2s ease;
}
.header-v1 .top-main .logo1 img:hover { opacity: 0.6; }
.nav-hide .header-v1 .top-main .logo1 img { height: 30px; }

.header-v1 .top-main .top_r { float: right; }
.header-v1 .top-main .top-main-content {
	display: flex;
	align-items: center;
	height: 100%;
}
.header-v1 .languages {
	float: right; display: block; font-size: 13px; color: #707070;
	height: 38px; line-height: 38px; padding-left: 18px; text-align: right;
	text-decoration: none; margin-left: 10px; margin-top: 9px;
	background: url(../images/top_pic2.png) left center no-repeat;
	transition: all 0.3s;
}
.header-v1 .languages:hover { opacity: 0.8; }

/* ============================================
   主导航 — 精密间距 | 13px | 32px gap
   ============================================ */
.nav { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: var(--space-2xl); }
.navBar { }

.nav .m {
	display: inline-flex;
	align-items: center;
	position: relative;
	margin: 0;
}
.nav .m:hover .sub {
	display: block;
	animation: navFadeIn 0.2s var(--ease-out) forwards;
}

.nav a:hover { text-decoration: none; }

.nav h3 {
	font-weight: 450;
	font-size: 14px;
	height: 72px;
	padding: 0;
	display: flex;
	align-items: center;
	position: relative;
	transition: height 0.3s var(--ease-out);
}
.nav-hide .nav h3 { height: 60px; }

.nav h3 a {
	display: flex;
	align-items: center;
	color: var(--color-text-secondary);
	line-height: 1;
	font-size: 14px;
	font-weight: 450;
	letter-spacing: 0.02em;
	height: 100%;
	transition: color 0.2s ease;
	padding: 0 2px;
}

.nav h3 a span {
	display: flex;
	align-items: center;
	color: var(--color-text-secondary);
	transition: color 0.2s ease;
	height: 100%;
}
.nav-hide .nav h3 a span { height: 60px; }

.nav h3 a i {
	width: 7px;
	height: 4px;
	background: url(../images/top_pic5.png) no-repeat;
	display: inline-block;
	margin-left: 5px;
	opacity: 0.35;
	transition: opacity 0.2s;
}

/* 激活态 / hover — 文字变深灰 */
.nav .on h3 a span,
.nav h3 a:hover span { color: var(--color-text); }
.nav .on h3 a i { opacity: 0.7; }

/* 底部指示器 — 2px蓝条从中间展开 */
.nav li h3 a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 12px;
	height: 2px;
	background: var(--color-primary);
	border-radius: 0;
	opacity: 0;
	transition: width 0.25s var(--ease-out), opacity 0.2s ease;
}
.nav li.on h3 a::after {
	width: 100%;
	opacity: 1;
}
.nav li.m:hover h3 a::after {
	width: 100%;
	opacity: 1;
}

/* ============================================
   下拉 Mega-Menu — 白底+1px边框 | 小字体 | 紧凑
   ============================================ */
@keyframes navFadeIn {
	from { opacity: 0; transform: translateY(4px); }
	to   { opacity: 1; transform: translateY(0); }
}

.nav .sub {
	display: none;
	position: fixed;
	top: 72px;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	padding: var(--space-xl) var(--cbasta) var(--space-lg);
	background: #fff;
	border-bottom: 1px solid var(--color-divider);
	box-shadow: 0 4px 16px rgba(0,0,0,0.04);
	z-index: 110;
	text-align: left;
}
.nav-hide .nav .sub { top: 60px; }

.nav .sub.short {
	position: absolute;
	top: 100%;
	left: -100%;
	width: max-content;
	min-width: 180px;
	padding: var(--space-sm) var(--space-lg) !important;
	transform: translate(-50%, 0);
	border-radius: var(--radius-sm);
	border: 1px solid var(--color-divider);
	box-shadow: 0 4px 16px rgba(0,0,0,0.04);
	background: #fff;
}

/* 简单下拉 */
.simple_sub { display: flex; flex-direction: column; gap: 0; }
.simple_sub a {
	display: block;
	padding: 0.45rem 0.75rem;
	color: var(--color-text-secondary);
	font-size: 15px;
	font-weight: 450;
	border-radius: var(--radius-sm);
	white-space: nowrap;
	transition: all 0.15s ease;
}
.simple_sub a:hover {
	color: var(--color-primary);
	background: var(--color-primary-surface);
}

/* Mega 菜单内容居中 */
.nav .sub > .flex {
	justify-content: center;
	max-width: var(--max-width-content);
	margin: 0 auto;
}

/* 去掉旧系统遗留的 · 圆点 */
.nav .sub .sub_i a::before {
	content: none !important;
}

/* Full Mega 子栏目标题 L1 — 最突出 */
.nav .sub .sub_t {
	display: block;
	color: var(--color-primary) !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	letter-spacing: 0.02em;
	padding: 0 0 0.5rem !important;
	border-bottom: 2px solid var(--color-primary) !important;
	margin-bottom: 0.75rem !important;
	line-height: 1.2 !important;
	height: auto !important;
	text-align: left !important;
}
.nav .sub .sub_t:hover { opacity: 0.75; }

/* L2 — 中间层链接 */
.nav .sub a.sub_l2 {
	display: block;
	padding: 0.25rem 0 0.35rem;
	color: var(--color-text) !important;
	font-size: 16px !important;
	font-weight: 550 !important;
	line-height: 1.35 !important;
	height: auto !important;
	text-align: left;
	transition: color 0.15s ease;
}
.nav .sub a.sub_l2:hover {
	color: var(--color-primary) !important;
}

/* L3 — 末级项目 */
.nav .sub .sub_i { font-size: 14px; gap: 0; margin-top: 3px; padding-left: 6px; border-left: 1px solid var(--color-divider); }
.nav .sub .sub_i a {
	display: block;
	padding: 0.15rem 0;
	color: var(--color-text-secondary) !important;
	font-size: 14px !important;
	font-weight: 450 !important;
	line-height: 1.5 !important;
	height: auto !important;
	border-radius: var(--radius-sm);
	text-align: left;
	transition: color 0.15s ease;
}
.nav .sub .sub_i a:hover {
	color: var(--color-primary) !important;
	background: none;
}

/* 旧版 li 兼容 + Mega内全部链接统一基线 */
.nav .sub ul { width: auto; margin: 0; padding: 0; }
.nav .sub li {
	list-style: none; display: inline-block; vertical-align: top;
	line-height: 1.5; font-size: 14px; margin: 0; text-transform: none;
}
.nav .sub li span { height: auto; position: relative; display: block; }
.nav .sub li a {
	text-decoration: none; background: none;
	color: var(--color-text) !important;
	display: block; height: auto !important;
	line-height: 1.5 !important; overflow: visible;
}
.nav .sub li a:hover { color: var(--color-primary) !important; }


/* 空白占位 */
.blank_h { height: 72px; overflow: hidden; }
.nav-hide .blank_h { height: 60px; }

.top_search {
	float: right;
	height: 100px;
	width: 34px;
	position: relative;
	margin-right: 2%;
}

.nav-hide .top_search {
	height: 80px;
}

.top_search .input1 {
	width: 83%;
	text-indent: 10px;
	line-height: 36px;
	height: 36px;
	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: 0;
	width: 300px;
	height: 0;
	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: #fff;
	border-bottom: 1px solid var(--color-divider);
	display: none;
	box-shadow: none;
}

.touch_bg {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 8;
	background: #fff;
	display: none;
	height: 100%;
}

.touch-top-wrapper {
	max-width: var(--max-width-content);
	margin: 0 auto;
	padding: 0 var(--cbasta);
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 72px;
}

.touch-top-wrapper .touch-logo {
	display: flex;
	align-items: center;
	max-width: 60%;
	height: 100%;
}

.touch-top-wrapper .touch-logo img {
	height: 36px;
	display: block;
}

.touch-navigation { display: block; }

.touch-toggle {
	display: flex;
	align-items: center;
	height: 100%;
}

.touch-toggle ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.touch-toggle li {
	float: none;
	height: auto;
	padding: 0;
	text-align: center;
	display: flex;
	align-items: center;
}

.touch-toggle li a {
	display: flex;
	align-items: center;
	font-size: 12px;
	height: auto;
}

.touch-toggle li i {
	display: inline-block;
	width: 28px;
	height: 32px;
	overflow: hidden;
	margin-top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.touch-toggle .touch-icon-menu {
	background-image: url(../images/head_pic1.png);
}
.touch-icon-search { background-image: url(../images/head_pic2.png); }
.touch-icon-language { background-image: url(../images/touch-icon-language.png); }
.touch-icon-user { background-image: url(../images/touch-icon-user.png); }

.touch-toggle li span { display: none; }

.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;
}

@media (max-width: 768px) {
	.touch-toggle-content {
		max-height: calc(100vh - 70px);
		overflow: auto;
	}
}

.touch-menu {
	clear: both;
}

.touch-menu { clear: both; background: #fff; }

.touch-menu ul li {
	border-bottom: 1px solid var(--color-divider);
	position: relative;
}

.touch-menu ul li a {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: var(--text-sm);
	color: var(--color-text);
	padding: 0 var(--space-lg);
	font-weight: 500;

	&.s_sec_nav {
		font-weight: 450;
		font-size: var(--text-xs);
	}
}

.touch-menu ul li a:hover,
.touch-menu ul li a:active {
	color: var(--color-primary);
}

.s_sec_nav {
	display: block;
	font-size: var(--text-xs);
	color: var(--color-text-secondary);
	line-height: 38px;
	font-weight: 450;
}

.touch-menu ul li i {
	position: absolute;
	top: 10px;
	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: 4px 0 12px 0;
	background: var(--color-bg);
}

.touch-menu ul ul li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.touch-menu ul ul li a {
	padding: 0 var(--space-xl);
	font-size: var(--text-sm);
	height: 36px;
	line-height: 36px;
	text-transform: none;
	color: var(--color-text-secondary);
	font-weight: 450;
}

.touch-menu ul ul li i {
	top: 9px;
}

.touch-menu .closetitle {
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: center;
	background: var(--color-bg);
}

.touch-menu .closetitle img {
	margin: 0 auto;
	height: 18px;
	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;
}

/*.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: var(--accent-color);
	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: 32px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 2%;
	margin-bottom: 2%;
}

.case_tc .case_divs .case_txt3 dl dd h3 {
	font-size: 16px;
	height: 36px;
	line-height: 36px;
}

.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;
	}

	}

@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;
	}

	.nav-hide .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%;
	}

	}

@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;
	}
}

@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;
	}
}

@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: 72px; }
	.nav-hide .blank_h { height: 60px; }

	.touch-top-wrapper .touch-logo img { height: 32px; }
	.touch-toggle li i { margin-top: 0; }

	.touch-menu ul ul li a {
		font-size: 13px;
		&.s_sec_nav { font-size: 12px; }
	}
}

@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: 72px; }
	.nav-hide .blank_h { height: 60px; }

	.touch-top-wrapper .touch-logo img {
		height: 30px;
		padding: 0;
	}

	.touch-toggle li {
		padding-left: 8px;
		padding-right: 8px;
	}

	.touch-toggle li i {
		width: 24px;
		height: 24px;
		margin-top: 0;
	}

	/*.touch-menu ul li a{ font-size:14px; height:36px; line-height:36px;}
	.touch-menu ul ul li a{ font-size:13px;}*/
}

@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: 34rem;
	border: #ccc solid 1px;
	margin: 0 auto 2rem;
}

@media screen and (max-width: 767px) {
	body .baidu_ditu {
		width: 96%;
		height: 20rem;
		margin: 0 auto;
		border: #ccc solid 1px;
		margin-bottom: 2rem;
	}

}


.oimg {
	width: 100%;
	height: calc(100vh - 100px);
	object-fit: cover;
	object-position: center;
}

.videojs-wrapper {
	width: 100%;
	position: relative;
}

/* 视频懒加载 - 海报图和播放按钮 */
.video-poster {
	width: 100%;
	aspect-ratio: 16/9;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease;
}

.video-poster:hover .video-play-btn {
	transform: scale(1.1);
}

.video-play-btn {
	transition: transform 0.3s ease;
	cursor: pointer;
}

.video-play-btn svg {
	filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

.video-container {
	width: 100%;
}

.video-container video-js {
	width: 100%;
}

.video-js .vjs-tech {
	object-fit: cover;
}

@media screen and (max-width: 830px) {
	.o_text {
		display: none;
	}

	.oimg {
		height: 50vh;
		min-height: 300px;
	}

	.videojs-wrapper {
		height: auto;
		min-height: unset;
	}

	/* 移动端视频播放按钮增大 */
	.video-play-btn svg {
		width: 80px;
		height: 80px;
	}
}


/* 合肥秀站网络科技有限公司 */
/* 精品与原创网站模板提供商，一站式建站 */
/* 主营业务：织梦模板、pbootcms模板、云优模板、易优模板 */
/* 麦站网：Www.Xiuzhanwang.Com */
/* 主机/服务器：Www.xiuzhanyun.Com */
/* 域名抢注：Www.xiuzhanmi.Com */
/* QQ：2361928288  835971066 */

.list-paddingleft-2 {
	padding: 0 1.25rem;
}