html,body,div,p,a,ul,li,dl,dt,dd,table,tr,h1,h2,h3,h4,h5,h6{margin:0; padding:0; box-sizing: border-box;}
body{
	background-color:#fff;
	margin:0 auto;
	width:100%;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	overflow-x: hidden;
}
ul{
	list-style:none;
}
a{
	text-decoration:none; color:#333;
}
img{
	max-width:100%;
	height: auto;
}

/*header 部分*/

.header{
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	height:90px; 
	width:100%;
	background:#fff;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-logo {
	flex-shrink: 0;
}

.header a img{
	width:120px;
	height:60px;
	object-fit: contain;
	padding: 5px;
}
	
/*语言按钮*/	
	.lgbtn{ 
	        font-size:12px;
			background-color:#f8f9fa;
			border: 1px solid #dee2e6;
	        min-width:30px;
			padding:6px 10px;
			border-radius: 8px;
			cursor:pointer;
			color: #000;
			font-weight: bold;
			transition: all 0.3s ease;
		}
		
		.lgbtn:hover {
			background-color: #e9ecef;
			border-color: #adb5bd;
		}
		
		.header-lang {
			position:relative;
			display:block;
			z-index:999;
		}
		
		.lgcnt {
			    position: absolute;
			   display: none;
		background-color: #f9f9f9;
		border-radius: 5%;
		box-shadow:0px 8px 16px 0px rgba(0，0，0，0.2);
		}
		
		.lgcnt a {
			color: black;
			font-size:12px;
			padding:5px 10px;
			display: block;
			text-align:center;
			border:1px solid #fff;
		}
		.lgcnt a:hover {
			background-color:#55aaff;			
		}
		
		.header-lang:hover .lgcnt{
			display:block;
		}
		.header-lang:hover .lgbtn{
			background-color:#55aaff;
		}
	    
/*--联系信息--*/
.hdctac{
	display:none;
}

/*--联系信息--*/

/*导航菜单*/
.wrapper{
	position:fixed;
	top:90px;
	right:0px;
	width:280px;
	height:100vh;
	background:#F8F9FA;
	transform: translateX(100%);
	transition: transform 0.3s ease-in-out;
	z-index: 998;
	box-shadow: -5px 0 15px rgba(0,0,0,0.1);
} 

.menu-lb{
	position:fixed;
	display:block;
	right:15px; 
	top:25px;
	font-size:24px;
	z-index:1001;
	background:#FFB934;
	width:40px;
	height:40px;
	border-radius:8px;
	border:none;
	text-align:center;
	line-height:40px;
	transition: all 0.3s ease;
	cursor: pointer;
	color: white;
}
  #menu{
	display:none;
}
/*input 选中后样式变化*/
#menu:checked ~.wrapper{
	transform: translateX(0);
}
#menu:checked ~.menu-lb{
	background:#FF6B6B;
	transform: rotate(45deg);
}
#menu:checked ~.menu-lb span::before{content: "✕"}

.wrapper ul{
	padding:40px 20px 20px 20px; 
	margin: 0;
	height: 100%;
	overflow-y: auto;
}
.wrapper ul li{
	margin:0;
	padding:0;
	border-bottom: 1px solid #E9ECEF;
}
  .mj{
	display: block;
	width: 100%;
	color: #2C3E50;
	font-size:16px;
	font-weight:600;
	border:none;
	padding: 15px 0;
	transition: all 0.3s ease;
} 

.mj:hover {
	color: #FFB934;
	background-color: #F8F9FA;
}

.pdcnt {
	position:relative;
	display:block;
	background:none;
	margin-left: 20px;
	padding: 0;
}
.pdcnt a{
	display:block;
	background:none;
	width: 100%;
	margin:0;
	padding: 10px 0;
	color: #6C757D;
	font-size:14px;
	font-weight:500;
	transition: color 0.3s ease;
}

.pdcnt a:hover {
	color: #FFB934;
}

  
.navcur{
	color:#FFB934!important;
}

.wrapper a:hover{
     color:#FFB934
}
.clearfix {
  clear: both;
}	
.blt{
	height:90px;
}

/*index 推广语部分 分大小屏*/
.ad {
	background:url('../images/header top-b.png') no-repeat;
	background-position: center;
	background-size: cover;
	width:100%; 
	height: 350px;
	margin-top:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#fs span {
	width:90%;
	display:block;
	text-align:center;
	color:#fff;
	font-size: 20px;
	font-weight:bold;
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.ad h2{
	width:90%;
	display:block;
	text-align:center;
	color:#FFB934;
	font-size: 16px;
	font-weight:bold;
	padding:10px;
	line-height: 1.4;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
	/*index 介绍部分 分大小屏*/
#us{
	padding: 20px 15px;
	margin: 20px 10px;
	background-color:#fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	box-sizing: border-box;
}
#us-t{
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	width:auto;
	font-size:18px;
	font-weight:bold;
	color: #2C3E50;
	display: flex;
	align-items: center
}
#us-t::before{
	height: 20px !important;
	display: block
}
#us-ds{
	float: none;
	padding: 0;
	margin: 0;
	line-height: 1.6;
	text-align:justify;
	font-size: 14px;
	color: #495057;
}
.ttjz {
	width:100%;
	display:block;
	padding:15px 0px 20px 0;
	margin:30px auto;
	text-align:center;
}

.ttjz span{
	padding:10px 10px 3px 10px;
	width:270px;
	height: 45px;
	color:black;
    font-size:20px;
	font-weight:bold;
	border-bottom: 3px solid #ffb934;
}

.products{
	width:100%;
	display:grid;
	grid-template-columns: 1fr;
	gap: 20px;
	padding: 0 15px;
}

.ls {
	display:block;
	text-align: center;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
}

.ls:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.products a img{
	width:100%;
	max-width:200px;
	height:200px;
	border-radius: 50%;
	border: solid 2px;
	object-fit: cover;
	margin-bottom: 15px;
}

.products span{
	color:#fff;
    font-size:18px;
	font-weight:bold;
	}
/* 关于我们页*/
.abtc{
	width:100%;
	margin:0 5px;
	padding:3px;
	display:flex;
	justify-content:space-evenly;
	align-items: flex-start;
	flex-wrap:wrap;	
}	
.abt1{
	width:500px;
	padding: 10px 10px 55px 10px;
}
.dish{
	width:80%;
	}
.dish img{
	border: 1px solid #000; /* 基础边框 */
  box-shadow: 
    0 1px 3px rgba(0, 0, 0, 0.5), /* 顶部阴影 */
    0 -1px 3px rgba(0, 0, 0, 0.5); /* 底部阴影 */
  perspective: 1000px; /* 透视距离 */
  transform: translateZ(5px); /* 透视转换 */
}
.abt2{
	width:98%;
	padding: 10px 0px 55px 0px;
}
.abt2 p{
	padding:0px 5px;
}
.c-us{
	margin-left:30px;
}
.absub_ctac span{
	padding:0 0 0 15px;
	text-align:left center;
	font-size:16px;
	font-weight:bolder;
}
/*contact us*/
.lxwm{
	width:95%;
	margin:30px auto;
    }
.lxwm_h{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	height:58px;
	align-items: left;
	padding:10px 0 20px 0;
}
.lxwm_h img{
	width:110px;
	height:32px;
	
}

#h3b{
	font-size:20px;
	font-weight:900;
	padding: 0 0 6px 6px;
}
#h3c{
	font-size:24px;
	font-weight:bolder;
  background: linear-gradient(45deg, #ffb934 10%, #fc6446 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
	color:#ffb934;
}
 .ctac{
	width:100%;
	padding:3px;
	display:flex;
	justify-content:space-evenly;
	align-items: flex-start;
	flex-wrap:wrap;	
}	
.ctac_info{
	width:500px;
	font-weight:bolder;
	padding: 20px;
}

.ctac_info p{
	height: auto;
}


.sub_ctac{
	display:flex;
    flex-wrap:nowrap;
	height:auto;
	padding: 10px 0 0 0;
}
.sub_ctac img{
	height:22px;
	text-align:center;
}
.sub_ctac span{
	padding:2px 0 0 15px;
	letter-spacing:0.5px;
	word-spacing:3px;
	
}
.map{
	width:80%;
	}
	.map img{
	border: 1px solid #000; /* 基础边框 */
  box-shadow: 
    0 1px 3px rgba(0, 0, 0, 0.5), /* 顶部阴影 */
    0 -1px 3px rgba(0, 0, 0, 0.5); /* 底部阴影 */
  perspective: 1000px; /* 透视距离 */
  transform: translateZ(5px); /* 透视转换 */
}

/*--我们的服务--*/
.serv-cont{
	margin:0 0 0 7px;
	padding:35px 7px;
	
}
.serv-h{
	margin-left:20px;
}
.serv-h span{
	padding:5px 0 0 5px;
}
.serv-c{
	margin-left:20px;
	margin-right:0;
	margin-bottom:25px;
	padding:0 5px;
	text-align:justify;
}
.serv-c p{
	padding:0 2px 0 0;
}
.footer{
	text-align: center;
	font-size:12px;
	padding:30px 0 30px 0;
}

/* ==============================================
   MOBILE HEADER STYLES - BASED ON BEI/INDEX.HTML
   ============================================== */

/* Hide desktop header on mobile */
.header.desktop-header {
    display: none !important;
}

/* Mobile Header Basic Styles */
.header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-mobile .inner-header {
    height: 100%;
}

.header-mobile .header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 15px;
}

/* Mobile Header Left - Logo */
.header-mobile .header-ct-left {
    flex-shrink: 0;
}

.header-mobile .logo {
    display: flex;
    align-items: center;
}

.header-mobile .logo img {
    width: 100px;
    height: 50px;
    object-fit: contain;
}

/* Mobile Header Right - Language & Menu */
.header-mobile .header-ct-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Mobile Language Selector */
.header-lang-mobile {
    position: relative;
    z-index: 999;
}

.header-lang-mobile .lgbtn {
    font-size: 12px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    min-width: 30px;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    transition: all 0.3s ease;
}

.header-lang-mobile .lgbtn:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.header-lang-mobile .lgcnt {
    position: absolute;
    display: none;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    top: 100%;
    margin-top: 5px;
    min-width: 80px;
}

.header-lang-mobile .lgcnt a {
    color: black;
    font-size: 11px;
    padding: 8px 10px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    text-decoration: none;
}

.header-lang-mobile .lgcnt a:hover {
    background-color: #55aaff;
}

/* Mobile Menu Button */
.btn-menu {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menu-icon {
    display: flex;
    flex-direction: column;
    width: 20px;
    height: 15px;
    justify-content: space-between;
}

.menu-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 1px;
}

/* Mobile menu button - no animation when active */

/* Mobile Navigation Canvas */
.canvas-nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.canvas-nav-wrap.active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.overlay-canvas-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
}

.inner-canvas-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background: #fff;
    padding: 20px 20px 20px 20px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
}

.canvas-nav-wrap.active .inner-canvas-nav {
    transform: translateX(0);
}

/* Mobile Canvas Close Button */
.canvas-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.05);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.canvas-menu-close:hover {
    background: rgba(0,0,0,0.1);
    transform: scale(1.1);
}

.canvas-menu-close img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Mobile Canvas Logo */
.inner-canvas-nav .logo {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #E9ECEF;
}

.inner-canvas-nav .logo img {
    width: 120px;
    height: 60px;
    object-fit: contain;
}

/* Mobile Contact Info in Canvas */
.mobile-contact-info {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.mobile-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    padding: 10px;
    background: white;
    border-radius: 6px;
    font-size: 13px;
}

.mobile-contact-item:last-child {
    margin-bottom: 0;
}

.mobile-contact-item img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.mobile-contact-item span {
    flex: 1;
    color: #495057;
    font-weight: 500;
}

.copy-btn-mobile {
    background: #FFB934;
    color: white;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.copy-btn-mobile:hover {
    background: #e0a41e;
    transform: scale(1.05);
}

/* Mobile Navigation Menu */
.mainnav_canvas {
    margin-top: 20px;
}

.mainnav_canvas .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mainnav_canvas .menu-item {
    border-bottom: 1px solid #E9ECEF;
}

.mainnav_canvas .menu-item:last-child {
    border-bottom: none;
}

.mainnav_canvas .menu-item > a {
    display: block;
    padding: 15px 0;
    color: #2C3E50;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 防止有二级菜单的一级菜单跳转 */
.mainnav_canvas .menu-item-has-children > a {
    cursor: pointer;
    pointer-events: auto;
}

.mainnav_canvas .menu-item > a:hover {
    color: #FFB934;
    padding-left: 10px;
}

/* Mobile Submenu */
.mainnav_canvas .sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f8f9fa;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mainnav_canvas .sub-menu .menu-item {
    border-bottom: 1px solid #dee2e6;
}

.mainnav_canvas .sub-menu .menu-item:last-child {
    border-bottom: none;
}

.mainnav_canvas .sub-menu a {
    display: block;
    padding: 12px 20px;
    color: #6C757D;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mainnav_canvas .sub-menu a:hover {
    color: #FFB934;
    background: rgba(255, 185, 52, 0.1);
    padding-left: 25px;
}

/* Arrow for submenu toggle */
.arrow-down {
    font-size: 12px;
    transition: transform 0.3s ease;
    color: #6C757D;
    display: inline-block;
    margin-left: 5px;
}

/* Body scroll lock when mobile menu is open */
body.mobile-menu-open {
    overflow: hidden;
}

/* Ensure body has proper top padding for mobile header */
body {
    padding-top: 80px !important;
}
