* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
}

li,p,ul {
    list-style: none;
    margin-bottom: 0
}

a {
    text-decoration: none
}

body,html {
    height: 100%;
	background: rgba(26, 26, 26, 1);
}
.hj_mk_x_* {

	margin: 0;

	list-style: none;

	padding: 0;

}

.hj_mk_x_clearfix:before, .hj_mk_x_clearfix:after {

	content: "";

	display: block;

	clear: both;

	width: 0;

	height: 0;

	visibility: hidden;

	font-size: 0;

}

.hj_mk_x_marginauto {

	margin: 0 auto;

}

.hj_mk_x_main {
box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	width: 100%;

	max-width: 1600px;

	margin: 0 auto;

	display: block;

	padding: 40px 0;

}

#hj_mk_x_header {

	z-index: 21;

	position: fixed;

	width: 100%;

	top: 0;

	left: 0;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	transition: .5s

}

#hj_mk_x_header.hj_mk_x_inner {

	background-color: #000;

}

#hj_mk_x_header .hj_mk_x_nav {

	

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu {

	width: auto;

	height: 80px;
	display: -webkit-box;

	display: -webkit-flex;

	display: -moz-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-webkit-align-items: center;

	-moz-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: left;

	-webkit-justify-content: left;

	-moz-box-pack: left;

	-ms-flex-pack: left;

	justify-content: left;

	padding: 0 15px;

    position: relative;

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu .hj_mk_x_logo {

	display: inline-block;

	margin-left: 0;

	margin-right: 0;

	vertical-align: middle

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu .hj_mk_x_logo a {

	height: 100%;

	display: -webkit-box;

	display: -webkit-flex;

	display: -moz-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-webkit-align-items: center;

	-moz-box-align: center;

	-ms-flex-align: center;

	align-items: center

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu .hj_mk_x_box {

	display: inline-block;

	vertical-align: middle;

	margin-left: 210px;

	margin-right: 0;

	width: 50%

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu .hj_mk_x_box ul.hj_mk_x_list {

	display: -webkit-box;

	display: -webkit-flex;

	display: -moz-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	-moz-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu .hj_mk_x_box ul.hj_mk_x_list>li {

	font-size: 18px;

	line-height: 32px;

	color: #fff;

	-webkit-perspective: 500px;

	-moz-perspective: 500px;

	perspective: 500px;

	-webkit-transform-style: preserve-3d;

	-moz-transform-style: preserve-3d;

	transform-style: preserve-3d;

	float: left;

	position: relative;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	transition: .5s;
	border-radius: 2px;
    padding: 5px 10px;

}
#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu .hj_mk_x_box ul.hj_mk_x_list>li:hover{background: #000;}
#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu .hj_mk_x_box ul.hj_mk_x_list>li:hover a{

	color: #fff;


}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu .hj_mk_x_box ul.hj_mk_x_list>li>a {

	display: block;

	color:#fff;

	font-size:16px;

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu .hj_mk_x_box ul.hj_mk_x_list>li ul.hj_mk_x_sub_menu {

	-webkit-perspective: 500px;

	-moz-perspective: 500px;

	perspective: 500px;

	-webkit-transform-style: preserve-3d;

	-moz-transform-style: preserve-3d;

	transform-style: preserve-3d;

	text-align: left;

	position: absolute;

	font-size: 14px;

	line-height: 28px;

	background: #fff;

	top: 150%;

	left: 0;

	width: 220px;

	transform: rotate3d(1, 0, 0, -90deg);

	-webkit-transform: rotate3d(1, 0, 0, -90deg);

	-moz-transform: rotate3d(1, 0, 0, -90deg);

	-ms-transform: rotate3d(1, 0, 0, -90deg);

	-o-transform: rotate3d(1, 0, 0, -90deg);

	-webkit-transform-origin: 0 0 0;

	-moz-transform-origin: 0 0 0;

	-ms-transform-origin: 0 0 0;

	transform-origin: 0 0 0;

	opacity: 0;

	-webkit-transition: opacity .3s, -webkit-transform .5s;

	transition: opacity .3s, -webkit-transform .5s;

	-moz-transition: transform .5s, opacity .3s, -moz-transform .5s;

	transition: transform .5s, opacity .3s;

	transition: transform .5s, opacity .3s, -webkit-transform .5s, -moz-transform .5s;

	-webkit-transition: -webkit-transform .5s, opacity .3s;

	-moz-transition: -moz-transform .5s, opacity .3s;

	-webkit-box-shadow: 0px 8px 10px rgba(0,0,0,.2);

	box-shadow: 0px 8px 10px rgba(0,0,0,.2);

	border-bottom: 3px solid #34ff33;

	display: none \9;
	border-bottom: 3px solid #34ff33;

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu .hj_mk_x_box ul.hj_mk_x_list>li ul.hj_mk_x_sub_menu li {

	display: block;

	float: none;

	padding: 10px 15px;

	color: #000;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	transition: .5s;

	text-transform: capitalize

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu .hj_mk_x_box ul.hj_mk_x_list>li ul.hj_mk_x_sub_menu li a {

	display: block;

	color: #000

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu .hj_mk_x_box ul.hj_mk_x_list>li ul.hj_mk_x_sub_menu li:hover {

	background: #222;

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu .hj_mk_x_box ul.hj_mk_x_list>li ul.hj_mk_x_sub_menu li:hover a{

	color: #fff

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu .hj_mk_x_box ul.hj_mk_x_list>li:hover ul.hj_mk_x_sub_menu {

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

	transform: rotate3d(0, 0, 0, 0);

	-webkit-transform: rotate3d(0, 0, 0, 0);

	-moz-transform: rotate3d(0, 0, 0, 0);

	-ms-transform: rotate3d(0, 0, 0, 0);

	-o-transform: rotate3d(0, 0, 0, 0);

	display: block \9

}


#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_menu .hj_mk_x_search {

	display: inline-block;

	vertical-align: middle;

	margin: 0;

	cursor: pointer;

	cursor: hand;

	line-height: normal;
	margin:0 20px;

}
.dlzc-box{display: flex;}
.dl-butt{color: #333;
    line-height: 34px;box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    overflow: hidden;
    text-align: center;
    width: 74px;background-color: #fff;
    border: 1px solid #ccc;}
.zc-butt{color: #fff;
    line-height: 34px;background-color: #2b2b2b;box-sizing: border-box;
    display: inline-block;
    font-size:14px;
    height: 34px;
    overflow: hidden;
    text-align: center;
    width: 74px;}
#hj_mk_x_header.hj_mk_x_active {

	background-color: #000

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_search_box {

	line-height: normal;

	position: fixed;

	top: 0;

	left: 0;

	background: #fff;

	width: 100%;

	height: 100%;

	z-index: 99999;

	display: none

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_search_box form {

	position: absolute;

	top: 45%;

	left: 50%;

	width: 60%;

	margin-left: -30%

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_search_box form input {

	background: 0 0;

	outline: none;

	border: none

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_search_box form input[type=text] {

	width: 100%;

	border-bottom: 1px solid #e1e1e1;

	font-size: 26px;

	color: #000;

	padding: 10px 0

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_search_box form input[type=submit] {

	width: 22px;

	height: 22px;

	background: url(../img/search.png) no-repeat;

	background-size:22px;

	position: absolute;

	right: 15px;

	top: 20px

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_search_box form input[type=submit]:hover {

	opacity: .7;

	filter: alpha(opacity=70)

}

#hj_mk_x_header .hj_mk_x_nav .hj_mk_x_search_box .hj_mk_x_close {

	width: 30px;

	height: 30px;

	background: url(../img/close.png) no-repeat;

	background-size:30px;

	position: absolute;

	right: 25px;

	top: 15px;

	cursor: pointer

}

.hj_mk_x_lunbo {

	position: relative;

	width: 100%;

	height: auto;

	overflow: hidden;

}

.hj_mk_x_lunbochang {

	height: auto;

}

.hj_mk_x_datu {

	height: auto;

	width: 100%;

	float: left;

}

.hj_mk_x_datuimg {

	width: 100%;

	height: auto;

	vertical-align:bottom;

}

.hj_mk_x_xiaotu {

	width: 100%;

	z-index: 2;

	position: absolute;

	bottom: 10px;

	text-align: center;

}

.hj_mk_x_xiaotubox {

	display: inline-block;

	border-radius: 10px;

	padding: 0px 10px;

}

.hj_mk_x_xiaotulist {

	margin: 6px;

	float: left;

	border-radius: 6px;

	cursor: pointer;

}

.hj_mk_x_xiaotulistXZ {

	margin: 6px;

	float: left;

	border-radius: 6px;

	cursor: pointer;

}

.hj_mk_x_datu1simg {

	width: 140px;

	height: 60px;

}

.hj_mk_x_zuojantou {

	position: absolute;

	left: 1%;

	top: 50%;

	margin-top: -25px;

	display: block;

	width: 50px;

	height: 50px;

	opacity: 0.8;

	cursor: pointer;

	border-radius: 25px;

	display: flex;

    align-items: center; 

    justify-content: center;

}

.hj_mk_x_zuojantou  .hj_mk_x_zuojantou_tu{

	width:20px;

	height:20px

}

.hj_mk_x_youjantou {

	position: absolute;

	right: 1%;

	top: 50%;

	margin-top: -25px;

	display: block;

	width: 50px;

	height: 50px;

	opacity: 0.8;

	cursor: pointer;

	border-radius: 25px;

	display: flex;

    align-items: center; 

    justify-content: center;

}

.hj_mk_x_youjantou  .hj_mk_x_yuojantou_tu{

	width:20px;

	height:20px

}






.hj_mk_x_dibu {
	padding-bottom: 30px;
	margin: 0px auto;
	color:#fff
}
.hj_mk_x_dibu .hj_mk_x_xfoot {
	display: flex;
	justify-content: space-between;
	width:90%;
	padding-top: 4%;
	padding-bottom: 1%;
	margin: 0px auto;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_dmenu {
	flex: 0 0 25%;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_dmenu .hj_mk_x_fl {
	list-style: none;
	
	margin: 0px;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_dmenu .hj_mk_x_fl .hj_mk_x_items {
	width: auto;
	padding: 0;
	
	list-style: none;
	text-align:left;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_dmenu .hj_mk_x_fl .hj_mk_x_items .hj_mk_x_bt {
	font-size: 20px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_dmenu .hj_mk_x_fl .hj_mk_x_items .hj_mk_x_bt .hj_mk_x_btlj {
	text-decoration: none;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_dmenu .hj_mk_x_fl .hj_mk_x_items .hj_mk_x_bt .hj_mk_x_btlj .hj_mk_x_wz {
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color:#fff;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_dmenu .hj_mk_x_fl .hj_mk_x_items .hj_mk_x_fxul {
	margin-bottom: 0;
	list-style: none;
	padding-left: 0px;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_dmenu .hj_mk_x_fl .hj_mk_x_items .hj_mk_x_fxul .hj_mk_x_xfl {
	list-style: none;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_dmenu .hj_mk_x_fl .hj_mk_x_items .hj_mk_x_fxul .hj_mk_x_xfl .hj_mk_x_tit {
	font-size: 15px;
	line-height: 2.3;
	margin-top: 0px;
	margin-bottom: 0px;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_dmenu .hj_mk_x_fl .hj_mk_x_items .hj_mk_x_fxul .hj_mk_x_xfl .hj_mk_x_tit .hj_mk_x_tlj {
	text-decoration: none;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_dmenu .hj_mk_x_fl .hj_mk_x_items .hj_mk_x_fxul .hj_mk_x_xfl  .hj_mk_x_tit .hj_mk_x_tlj .hj_mk_x_xmz {
	font-size:16px;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.6);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size:16px;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_wx {
	flex: 0 0 18%;
	margin-right: auto;
	margin-left: 0px;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_wx .hj_mk_x_con {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	max-width: 170px;
	margin-right: auto;
	margin-left: 20px;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_wx .hj_mk_x_con .hj_mk_x_tu {
	width: 130px;
	height: 130px;
	border-radius: 5px;
	overflow: hidden;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_wx .hj_mk_x_con .hj_mk_x_tu .hj_mk_x_tuimg {
	width: 100%;
	height: 100%;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_wx .hj_mk_x_con .hj_mk_x_sm {
	text-align: center;
	max-width: none;
	font-size: 14px;
	margin-top: 10px;
	width: 100%;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_lianxi {
	flex: 0 0 28%;
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_lianxi .hj_mk_x_lxtitle {
	padding-bottom: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: left;
	font-size: 30px;
	margin-top: 0px
}
.hj_mk_x_dibu .hj_mk_x_xfoot .hj_mk_x_lianxi .hj_mk_x_xq {
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	line-height: 2.2;
	margin-left: 0px;
}
.hj_mk_x_dibu .hj_mk_x_xian {
	width: 100%;
	margin: 0px auto;
	margin-top: 3%;
	opacity: 0.5;
	max-width: 1600px;
}
.hj_mk_x_dibu .hj_mk_x_bq {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin: 0px auto;
	max-width: 1600px;
	margin-top: 15px;
	justify-content: center;
}
.hj_mk_x_dibu .hj_mk_x_bq .hj_mk_x_jj {
	font-size: 14px;
	opacity: 0.8;
	line-height: 1.8;
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
}

.hj_mk_x_footer_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.hj_mk_x_footer_chat{
	width: 120px;
	height: auto;
	position: relative;
	
	text-align: center;
}
.hj_mk_x_footer_chat .hj_mk_x_img{
	background: #fff;
	padding: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
}
.hj_mk_x_footer_chat .hj_mk_x_img img{
	width:100%
}
.hj_mk_x_footer_chat p{
	font-size: 14px;
}
.hj_mk_x_form_box {
    width: calc(100% - 50px);
    position: relative;
    margin-bottom: 1vw;
}
.hj_mk_x_form_box .hj_mk_x_label_row {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    margin-bottom: 0.5vw;
}
.hj_mk_x_form_box .hj_mk_x_label_row{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	margin-bottom: 0.5vw;
}

.hj_mk_x_form_box .hj_mk_x_label_row label{
	width: 60px;
	text-align: center;
}
.hj_mk_x_form_box .hj_mk_x_label_row input{
	width: calc(100% - 60px);
	border: none;
	line-height: 50px;
	background: transparent;
	color: #fff;
	outline: none;
	font-size: 16px;
}

.hj_mk_x_form_box .hj_mk_x_label_row input::placeholder{
	color: rgba(255, 255, 255, 0.5);
}

.hj_mk_x_submit{
	width: 40%;
	height: auto;
	line-height: 45px;
	position: relative;
	display: block;
	background: #fff;
	color: #662c1a;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	border:0
}
.hj_mk_x_submit:hover{
	background: #662c1a;
	color: #fff;
}

.hj_mk_x_submit.active{
	opacity: 0.5;
	cursor: no-drop;
}

.hj_mk_x_xq{font-size: 14px;}
.msbox{color: rgba(222, 222, 222, 1);font-size: 14px;margin-bottom: 15px;}
.sy-homebox{width:90%;margin:50px auto;text-align: center;}
.sy-homebox h2{color:#e0c208;font-size: 28px;margin-bottom: 20px;}
.sy-homebox .des{color:#fff;font-size: 12px;line-height: 30px;}
.fbt-titbox{width:90%;margin:20px auto 40px;text-align: center;font-size: 18px;font-weight: bold;}
.fbt-titbox label{display: inline-block;padding:0 40px;}
.why-chise{font-size: 26px;color:#e0c208;margin:30px auto;font-weight:bold;text-align: center;}
.hf-img{width:100%;}
.hf-img img{width:100%;}

.hj_mk_x_ys-list{width:90%;margin:30px auto;}
.hj_mk_x_ys-list ul {
  display: flex;
  flex-wrap: wrap; /* 超出一行自动换行 */
  gap:30px 20px ; /* 图片之间的间距（替代 margin） */
  padding: 0 ;
  list-style: none; /* 清除列表默认圆点 */
}

/* 关键：让每个列表项占 1/3 宽度（减去间距） */
.hj_mk_x_ys-list li {
  flex: 1 0 calc(33.333% - 15px); /* 1/3宽度 - 间距补偿 */
  max-width: calc(33.333% - 15px); /* 限制最大宽度，避免拉伸 */
}
.hj_mk_x_ys-list ul .hj_mk_x_img{margin-right: 20px;}
.hj_mk_x_ys-list ul li{display: flex;width:22%;box-shadow: 0px 0px 10px #ccc;padding:50px 30px;box-sizing: border-box;background: #f7f7f7;}
.hj_mk_x_ys-list ul li:hover{background: #fff;}
.hj_mk_x_container h2{font-weight: bold;
font-size: 18px;letter-spacing: 1px;color: #000;}
.hj_mk_x_container .hj_mk_x_des{color: #666666;font-size: 14px;line-height: 25px;margin:20px 0;}
.hj_mk_x_container .hj_mk_x_button{color: #ffffff;
    border-color: #0079a3;border-radius: 0px;
    border-width: 2px;padding: 12px 16px 10px;
    font-size: 13px;
    min-width: 90px;text-align: center;display: inline-block;}









template_hj .hj_mk_x_clear {

	clear:both 

}
.hj_mk_x_bfb-100{display: flex;justify-content: space-between;align-items: center;}
.hj_mk_x_bfb-50, .hj_mk_x_bfb-100{

	position: relative;

	min-height: 1px;

	padding-right: 15px;

	padding-left: 15px;

}
.hj_mk_x_bfb-50 .about_video{width:100%;}
@media (min-width: 992px) {

.hj_mk_x_bfb-50 {



}

.hj_mk_x_bfb-100 {

	width: 100%;

}

.hj_mk_x_bfb-50 {

	width: 48%;

}

}

@media (min-width: 1200px) {

.hj_mk_x_bfb-50 {



}

}

.hj_mk_x_containerabout {

	width: 100%;

}

.hj_mk_x_containerabout {
overflow:hidden;
	
	background: rgba(26,26,26,1);

}

.hj_mk_x_about_head {

	margin-bottom: 60px;

}

.hj_mk_x_about_head h2 {

	text-align: center;

	margin-top: 50px;

	font-size: 28px;

	color: #333;

	font-weight: bold;

	margin-bottom:20px;

}


.hj_mk_x_about_head p {

	text-align: center;

	font-size: 16px;

	color: #555;

	margin-top: 8px;

}

.hj_mk_x_about_h3 {

	color: #e0c208;

	font-size: 32px;

	font-weight: bold;

	margin: 0px;

}

.hj_mk_x_about_p {

	font-size: 16px;

	color: #000;

	padding-bottom: 20px;

	border-bottom: 1px solid #dadada;

}

.hj_mk_x_about_content {

	line-height: 30px;

	color: #fff;

	margin-top: 20px;

}

.hj_mk_x_about_btn {

	display: block;

	text-align: center;

	width: 140px;

	padding: 7px 0px;

	color: #fff;

	text-decoration: none;

	border-radius: 15px;

	margin-top: 20px;

	background-color: #e0c208;

}

.hj_mk_x_about_video {

	width: 100%;

}

@media screen and (max-width: 768px) {

.hj_mk_x_about_head h2 {

	margin-top: 35px;

	font-size: 26px;

}

.hj_mk_x_about_head {

	margin-bottom: 25px;

}

.hj_mk_x_about_head span {

	background: none;

}

.hj_mk_x_about_head p {

	font-size: 14px;

	margin-top: 8px;

}

.hj_mk_x_about_content {

	margin-top: 0px;

}

.hj_mk_x_about_btn {

	display: block;

	width: 200px;

	margin: 0 auto;

	margin-top: 20px;

	margin-bottom: 40px;

}

}

/* 静态步骤图容器（2行3列） */
    .process-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
     
      margin:40px auto;
    }
    /* 步骤图项样式 */
    .process-item {
      cursor: pointer;
      transition: transform 0.3s;
    }
    .process-item:hover {
      transform: scale(1.02);
    }
    .process-item img {
      width: 100%;
      height: 280px;
      object-fit: cover;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .process-item .step-text {
      margin-top: 12px;
      font-size: 18px;
      font-weight: 600;
      color: #e0c208;
      text-align: center;
    }

    /* 弹窗遮罩层 */
    .img-modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.8);
      z-index: 999;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }
    /* 弹窗内的Swiper容器 */
    .modal-swiper {
      width: 100%;
      max-width: 900px;
      max-height: 90vh;
    }
    .modal-swiper .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .modal-swiper img {
      max-width: 100%;
      max-height: 90vh;
      border-radius: 8px;
    }
    /* 弹窗关闭按钮 */
    .close-btn {
      position: absolute;
      top: 20px;
      right: 30px;
      color: #fff;
      font-size: 40px;
      cursor: pointer;
      user-select: none;
    }



     .banner2 {
            position: relative;
            width: 100%;
            height: 400px; /* 可根据需求调整高度 */
            overflow: hidden;
        }
        /* 背景图：铺满容器 */
        .banner-bg {
            width: 100%;
            height: 100%;
            object-fit: cover; /* 保持图片比例并铺满容器 */
        }
        /* 文字+按钮的容器：绝对定位到背景图上方 */
        .banner-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); /* 水平垂直居中 */
            text-align: center;
            color: #fff;
        }
        /* 标题样式 */
        .banner-title {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 20px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5); /* 增加文字可读性（可选） */
        }
        /* 按钮样式 */
        .banner-btn {
            display: inline-block;
            padding: 12px 30px;
            background-color: #e0c208;
            color: #fff;
            text-decoration: none;
            font-size: 18px;
            border-radius: 4px;
            transition: background-color 0.3s;
        }
        .banner-btn:hover {
            background-color: #d5b808;
        }





         .container3 {
        width: 90%;
        box-sizing: border-box;
            margin: 20px auto;
            padding: 0 15px;
        }
        .equipment-grid {
            display: flex;
            gap: 20px;
            flex-wrap: wrap; /* 自适应换行 */
        }
        .equipment-item {
            flex: 1;
            min-width: 250px; /* 小屏幕下最小宽度 */
            text-align: center;
            background-color: #f5f5f5;
            padding: 10px;
            border-radius: 4px;
        }
        .equipment-item img {
            width: 100%;
            height: 200px; /* 固定图片高度 */
            object-fit: cover; /* 保持图片比例 */
            margin-bottom: 10px;
        }
        .equipment-item h3 {
            color: #e64a19;
            font-size: 1.2rem;
        }


         /* 弹窗遮罩层 */
        .gallery-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            display: none; /* 默认隐藏 */
            justify-content: center;
            align-items: center;
            z-index: 999;
            padding: 20px;
        }
        /* 弹窗内容 */
        .modal-content {
            width: 100%;
            width:90%;
            position: relative;
        }
        /* 关闭按钮 */
        .close-btn {
            position: absolute;
            top: -40px;
            right: 0;
            color: #fff;
            font-size: 24px;
            cursor: pointer;
        }
        /* Swiper轮播容器 */
        .swiper {
            width: 100%;
            height: 80vh; /* 占视口高度80% */
        }
        .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: contain; /* 保持图片完整显示 */
        }
        /* Swiper导航按钮 */
        .swiper-button-next, .swiper-button-prev {
            color: #fff;
        }



        /* 通用板块样式 */
        .market-section, .customers-section, .newbuyers-section, .professionals-section{ background: rgba(26,26,26,1);}
.market-section, .customers-section, .newbuyers-section, .professionals-section, .contact-section, .aftersales-section {
 
    margin: 40px auto;
    padding: 20px 15px;
}
.market-container, .customers-container, .newbuyers-container, .professionals-container {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    width:90%;
    margin:0 auto;
}
.market-img, .customers-img, .newbuyers-img, .professionals-img {
    flex: 1;
    min-width: 300px;
}
.market-img img, .customers-img img, .newbuyers-img img, .professionals-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.market-text, .customers-text, .newbuyers-text, .professionals-text {
    flex: 1;
    min-width: 300px;
}
.market-text h3, .customers-text h3, .newbuyers-text h3, .professionals-text h3, .contact-section h3, .aftersales-section h3 {
    color: #e0c208;
    font-size: 27px;
    margin-bottom: 15px;
    font-weight: 600;
}
.market-text p, .customers-text p, .aftersales-section p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 18px;
}
.newbuyers-text ul, .professionals-text ul {
    color: #fff;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-left: 20px;
}
.learn-btn, .read-btn {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #e0c208;
    color: #e0c208;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background 0.3s, color 0.3s;
}
.learn-btn:hover, .read-btn:hover {
    background: #e0c208;
    color: #fff;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.form-group label {
    color: #333;
    font-weight: 500;
}
.form-group label span {
    color: #e64a19;
}
.form-group input, .form-group select, .form-group textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}
.submit-btn {
	box-sizing: border-box;
    padding: 12px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
}
.submit-btn:hover {
    background: #0056b3;
}
/* 联系表单整体样式（匹配目标网站） */

.contact-container {
    width: 90%;
   
    margin: 0 auto;
}
.contact-container h3 {
    text-align: left;
    font-size: 1.8rem;
    color: #e0c208;
    margin-bottom: 25px;
    font-weight: 600;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
}
/* 行内布局（国家/地区） */
.form-row {
    display: flex;
    gap: 15px;
    width: 100%;
}
.region-group {
    flex: 1;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.form-group label {
    color: #e0c208;
    font-weight: 500;
    font-size: 0.95rem;
}
.form-group label span {
    color: #ff0000;
}
/* 输入框/下拉框样式（匹配目标网站） */
.form-group input, 
.form-group select, 
.form-group textarea {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    color: #333;
    width: 100%;
    box-sizing: border-box;
}
.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}
/* 聚焦样式 */
.form-group input:focus, 
.form-group select:focus, 
.form-group textarea:focus {
    outline: none;
    border-color: #999;
}
/* 提交按钮样式（匹配目标网站） */
.submit-btn {
	box-sizing: border-box;
    padding: 14px;
    background: #e0c208;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
}
.submit-btn:hover {
    background: #d5b808;
}
/* 禁用状态样式 */
#country:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

/* 下单引导板块 */
.order-section {
    width: 100%;
    margin: 40px 0;
}
.order-bg {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.order-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.order-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.order-content h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.order-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #e0c208;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.3s;
}
.order-btn:hover {
    background: #d5b808;
}

/* 售后服务板块 */
.aftersales-section {
    text-align: center;
   width: 90%;
   box-sizing: border-box;
    margin: 40px auto;
}

/* 响应式适配 */
@media (max-width: 768px) {
    .market-container, .customers-container, .newbuyers-container, .professionals-container {
        flex-direction: column;
    }
    .order-bg {
        height: 200px;
    }
    .order-content h3 {
        font-size: 1.4rem;
    }
}

.contact-section h3{text-align: center;}












/*tuwen*/
   /* 位置导航 */
        .breadcrumbs {
            padding: 10px 20px;
            background: rgba(26, 26, 26, 1);
            font-size: 0.9rem;
            color: #fff;
        }
        .breadcrumbs a {
            color: #fff;
            text-decoration: none;
        }
        /* 顶部介绍区 */
        .intro-section {
        	background: #f7f7f7;
        	padding:60px 0;
            
        }
        .secbox{width:90%;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            gap: 30px;
            align-items: flex-start;
            flex-wrap: wrap;}
        .intro-img {
            flex: 1;
            min-width: 300px;
        }
        .intro-img img {
            width: 100%;
            border-radius: 4px;
        }
        .intro-text {
            flex: 1;
            min-width: 300px;
            color: #333;
            line-height: 1.7;
        }
        .intro-text h2 {
            color: #007bff;
            font-size: 1.8rem;
            margin-bottom: 20px;
        }
        .intro-text .highlight-red {
            color: #e64a19;
            font-weight: 600;
        }
        .intro-text .highlight-blue {
            color: #007bff;
            font-weight: 600;
        }
        .intro-text .read-more {
            display: inline-block;
            margin-top: 20px;
            padding: 8px 20px;
            background: #007bff;
            color: #fff;
            text-decoration: none;
            border-radius: 4px;
            font-size: 0.9rem;
        }
        /* 产品标题 */
        .product-title {
            width:90%;
            margin: 20px auto;
            padding: 0 20px;
            font-size: 1.5rem;
            font-weight: 600;
            text-align: center;
            color: #333;
        }
        /* 产品网格 */
        .product-grid {
           width: 90%;
           box-sizing: border-box;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        .product-item {
            text-align: center;
            border: 1px solid #eee;
            padding: 15px;
        }
        .product-item img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            margin-bottom: 10px;
        }
        .product-item .name {
            font-size: 0.9rem;
            color: #333;
            margin-bottom: 8px;
        }
        .product-item .reserve-btn {
            padding: 5px 15px;
            background: #000;
            color: #fff;
            border: none;
            border-radius: 20px;
            font-size: 0.8rem;
            cursor: pointer;
        }
        /* MORE PRODUCT按钮 */
        .more-product {
            width:90%;
            margin: 30px auto;
            padding: 0 20px;
            text-align: center;
        }
        .more-product-btn {
            padding: 8px 20px;
            background: #ddd;
            color: #333;
            border: none;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
        }
        /* 左侧分类导航 */
        .category-nav {
            width:90%;
            margin: 20px auto;
            padding: 0 20px;
            font-size: 0.9rem;
            color: #666;
        }
        .category-nav ul {
            list-style: none;
            line-height: 1.8;
        }
        /* 底部版权区 */
        .footer {
            width:90%;
            margin: 30px auto 0;
            padding: 20px;
            background: #333;
            color: #fff;
            font-size: 0.8rem;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px;
        }
        .footer-col {
            flex: 1;
            min-width: 200px;
        }
        .footer-col h4 {
            margin-bottom: 10px;
            font-size: 1rem;
        }
        .footer-col ul {
            list-style: none;
            line-height: 1.8;
        }
        .footer-col a {
            color: #ccc;
            text-decoration: none;
        }
        .newsletter input {
            padding: 5px;
            margin-top: 5px;
            width: 180px;
        }
        /* 右侧悬浮图标（模拟截图样式） */
        .float-icons {
            position: fixed;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .float-icons a {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background: #25d366;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            font-size: 20px;
        }
         /* 外层容器 */
        .more-product-section {
           width: 90%;
           box-sizing: border-box;
            margin:60px auto;
            padding: 0 20px;
        }
        /* 标题样式 */
        .more-product-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
            text-align: center;
            margin-bottom: 20px;
            line-height: 1.2;
        }
        /* 分类列表容器 */
        .product-category-list {
            width: 100%;
            /*border: 1px solid #eee;*/
            border-radius: 6px;
            overflow: hidden;
        }
        /* 分类项样式 */
        .category-item {
            width: 100%;
            padding: 14px 20px;
            color: #333;
            font-size: 1rem;
            border-bottom: 1px solid #eee;
            position: relative;
            cursor: pointer;
            background: #fff;
            box-sizing: border-box;
        }
        /* 最后一项去掉下边框 */
        .category-item:last-child {
            border-bottom: none;
        }
        /* 带箭头的分类项 - 右侧箭头占位 */
       /* .category-item.has-arrow::after {
            content: '▼';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #666;
            transition: transform 0.3s ease;
        }*/
        /* 展开时箭头旋转 */
       /* .category-item.has-arrow.expanded::after {
            transform: translateY(-50%) rotate(180deg);
            color: #007bff;
        }*/
        /* 子分类列表样式 */
        .sub-category-list {
            max-height: 0;
            overflow: hidden;
            padding: 0 40px; /* 左侧缩进，区分层级 */
            background: #fafafa;
            transition: max-height 0.4s ease, padding 0.4s ease;
        }
        /* 展开时子分类样式 */
        .sub-category-list.expanded {
            max-height: 300px; /* 足够容纳所有子项 */
            padding: 15px 40px;
            border-top: 1px dashed #eee;
        }
        /* 子分类项样式 */
        .sub-category-item {
            padding: 10px 0;
            color: #666;
            font-size: 0.95rem;
            cursor: pointer;
            transition: color 0.2s ease;
        }
        /* 子分类hover效果 */
        .sub-category-item:hover {
            color: #007bff;
        }
        /* 响应式适配 */
        @media (max-width: 992px) {
            .product-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 576px) {
            .product-grid {
                grid-template-columns: 1fr;
            }
        }































/* Banner样式 */
.banner {
    width: 100%;
    position: relative;
}
.banner-img {
    width: 100%;
    height: auto;
}
.banner-text {
    position: absolute;
    top: 20px;
    right: 50px;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    border-radius: 8px;
    color: #fff;
    max-width: 600px;
}
.banner-text h1 {
    font-size: 28px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
}
.banner-text p {
    font-size: 16px;
    margin: 8px 0;
    line-height: 1.5;
}
.banner-text p.small {
    font-size: 14px;
    margin: 4px 0;
    line-height: 1.4;
}
.banner-contact-btn {
    background: #2196F3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}
.banner-contact-btn:hover {
    background: #1976D2;
}

/* 公司数据样式 */
.counter-container {
    width:90%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0 20px;
}
.counter-item h2 {
    font-size: 48px;
    margin: 0;
    color: #2196F3;
    font-weight: 800;
    line-height: 1.2;
}
.counter-item p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

/* 产品介绍样式 */
.product-intro {
    width:90%;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    padding: 0 20px;
    align-items: center;
}
.product-intro-img {
    flex: 2;
}
.product-intro-img img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.product-intro-text {
    flex: 1;
}
.product-intro-text h3 {
    color: #2196F3;
    font-size: 24px;
    margin-top: 0;
    font-weight: 700;
    border-left: 4px solid #e0c208;
    padding-left: 12px;
}
.product-intro-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin: 15px 0;
}
.product-readmore-btn {
    background: #2196F3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}
.product-readmore-btn:hover {
    background: #d5b808;
}

/* 流程板块样式 */
.process-container {
    width:90%;
    margin: 60px auto;
    padding: 0 20px;
}
.process-title {
    color: #2196F3;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}
.process-row {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}
.process-item {
    flex: 1;
    min-width: 280px;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s;
}
.process-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.process-item p {
    color: #E64A19;
    font-weight: 700;
    margin-top: 12px;
    font-size: 16px;
}
.process-item:hover {
    transform: translateY(-8px);
}

/* 包装样式板块 */
.package-container {
    max-width: 90%;
    margin: 60px auto;
    padding: 0 20px;
}
.package-title {
    color: #2196F3;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}
.package-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.package-item {
    text-align: center;
    min-width: 180px;
    transition: transform 0.3s;
}
.package-item img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.package-item h4 {
    font-size: 18px;
    margin: 12px 0 8px 0;
    color: #333;
}
.package-item p {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}
.package-item:hover {
    transform: translateY(-8px);
}

/* 联系我们弹窗样式 */
.contact-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}
.contact-modal .modal-content {
    background: #fff;
    width: 100%;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 30px 25px;
}
.contact-modal .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s;
}
.contact-modal .close-btn:hover {
    color: #ff6b6b;
}
.contact-modal h2 {
    font-size: 22px;
    color: #333;
    margin: 0 0 25px 0;
    font-weight: 700;
}
.contact-modal .form-group {
    margin-bottom: 20px;
}
.contact-modal .form-group label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}
.contact-modal .form-group label span {
    color: #ff0000;
}
.contact-modal .form-group input,
.contact-modal .form-group select,
.contact-modal .form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
}
.contact-modal .form-group input:focus,
.contact-modal .form-group select:focus,
.contact-modal .form-group textarea:focus {
    outline: none;
    border-color: #2196F3;
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.2);
}
.contact-modal .form-row {
    display: flex;
    gap: 15px;
}
.contact-modal .form-row .form-group {
    flex: 1;
    margin-bottom: 20px;
}
.contact-modal textarea {
    min-height: 100px;
    resize: vertical;
}
.contact-modal .submit-btn {
    width: 100%;
    padding: 12px 0;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}
.contact-modal .submit-btn:hover {
    background: #2196F3;
}

/* 流程弹窗样式 */
.process-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}
.process-modal .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s;
}
.process-modal .close-btn:hover {
    color: #e0c208;
}
.process-modal .modal-swiper {
    width: 100%;
    max-width: 1000px;
    height: 80vh;
}
.process-modal .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-modal .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}
.process-modal .swiper-button-next,
.process-modal .swiper-button-prev {
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    top: 50%;
    margin-top: -22.5px;
}
.process-modal .swiper-pagination {
    bottom: 20px !important;
}

/* 响应式适配 */
@media (max-width: 768px) {
    .nav-menu {
        gap: 15px;
    }
    .banner-text {
        top: -120px !important;
        right: 20px;
        padding: 10px 15px;
        max-width: 95%;
    }
    .banner-text h1 {
        font-size: 24px;
    }
    .counter-container {
        flex-direction: column;
        gap: 30px;
    }
    .product-intro {
        flex-direction: column;
    }
    .process-row {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .nav-container {
        flex-direction: column;
        gap: 15px;
    }
    .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
    .contact-modal .form-row {
        flex-direction: column;
        gap: 0;
    }
    .contact-modal .form-row .form-group {
        margin-bottom: 20px;
    }
}


/* 商品列表区域整体样式 */
.collections-section {
    padding: 3rem 2rem;
    background-color: #f8f9fa;
    margin: 1rem 0;
}

/* 列表标题样式 */
.collections-section h2 {
    text-align: center;
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 2.5rem;
    font-weight: 600;
}

/* 网格布局样式 */
.collections-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* 响应式列数 */
    gap: 2rem;
    width:90%;
    margin: 0 auto;
}

/* 单个商品项样式 */
.collection-item {
    background-color: #ffffff;
    padding: 1.5rem;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 商品项 hover 效果（可选，增强交互） */
.collection-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

/* 商品图片样式 */
.collection-item img {
    width: 100%;
    height: 220px;
    object-fit: cover; /* 保持图片比例，填充容器 */
    border-radius: 4px;
    margin-bottom: 1.2rem;
}

/* 商品名称样式 */
.collection-item h3 {
    color: #333333;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

/* 跳转链接样式（替代原按钮） */
.view-more-link {
    /* 保持原按钮的内边距、边框、颜色 */
    display: inline-block; /* 让a标签支持padding */
    padding: 0.6rem 1.8rem;
    border: 2px solid #3498db;
    background-color: transparent;
    color: #3498db;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    /* 清除a标签默认样式 */
    text-decoration: none;
}

/* 链接 hover 效果（和原按钮一致） */
.view-more-link:hover {
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none; /*  hover 时也不显示下划线 */
}

/* 响应式适配（移动端） */
@media (max-width: 768px) {
    .collections-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    
    .collections-section {
        padding: 2rem 1rem;
    }
    
    .collections-section h2 {
        font-size: 1.7rem;
    }
}





/* 下单流程板块 完整样式 */
.order-process-section {
    padding: 40px 0;
    background-color: rgba(26,26,26,1); /* 匹配示例白色背景 */
}

.order-process-container {
    width: 100%;
    width:90%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* 标题区域 */
.order-process-title {
    text-align: center;
    margin-bottom: 40px;
}

.order-process-title h2 {
    color: #e0c208;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 8px;
}

.order-process-title p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 1.5;
}

/* 步骤行容器 */
.order-process-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 20px;
}

/* 步骤图片容器 */
.order-process-img-wrap {
    flex: 1 1 500px;
	
}
.order-process-img-wrap img {
    width: 100%;
    height: auto;
    border-radius: 0; /* 匹配示例无圆角 */
}

/* 步骤内容容器 */
.order-process-content-wrap {
    flex: 1 1 400px;
    padding: 0 10px;
}

.order-process-content-wrap h3 {
    color: #e0c208;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
}

.order-process-content-wrap p {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 20px;
}

.order-process-content-wrap p a{
    color: #fff;

}

/* 按钮样式（完全匹配示例：蓝色边框+透明背景） */
.order-process-btn {
    display: inline-block;
    padding: 9px 24px;
    border: 1px solid #e0c208;
    border-radius: 4px;
    background-color: transparent;
    color: #e0c208;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.order-process-btn:hover {
    background-color: #e0c208;
    color: #fff;
    text-decoration: none;
}

/* 响应式适配 */
@media (max-width: 768px) {
    .order-process-row {
        flex-direction: column;
        text-align: center;
    }
    .order-process-title h2 {
        font-size: 20px;
    }
}








    /* 侧边悬浮容器 */
    .float-contact {
      position: fixed;
      right: 20px;
      bottom: 80px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 999;
    }

    /* 悬浮按钮 */
    .float-btn {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      position: relative;
      transition: transform 0.2s;
    }
    .float-btn:hover {
      transform: scale(1.05);
    }

    /* 图标样式 */
    .float-btn i {
      font-size: 28px;
    }
    .btn-whatsapp {
      background: #25D366;
    }
    .btn-whatsapp i {
      color: #fff;
    }
    .btn-wechat i {
      color: #07C160;
    }
    .btn-tel i {
      color: #0088ff;
    }

    /* 悬浮提示框（默认隐藏） */
    .float-tip {
      position: absolute;
      right: 70px;
      top: 50%;
      transform: translateY(-50%);
      background: #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      border-radius: 6px;
      padding: 10px;
      display: none; /* 鼠标不悬浮时隐藏 */
      white-space: nowrap;
    }
    /* 提示框三角箭头 */
    .float-tip::after {
      content: '';
      position: absolute;
      right: -8px;
      top: 50%;
      transform: translateY(-50%);
      border: 8px solid transparent;
      border-left-color: #fff;
    }

    /* 鼠标悬浮按钮时显示提示框 */
    .float-btn:hover .float-tip {
      display: block;
    }

    /* 微信二维码提示框样式 */
    .tip-wechat {
      text-align: center;
      padding: 15px;
    }
    .tip-wechat h4 {
      margin: 0 0 10px 0;
      font-size: 16px;
      color: #333;
    }
    .tip-wechat .qr-code {
      width: 120px;
      height: 120px;
      margin-bottom: 8px;
    }
    .tip-wechat p {
      margin: 0;
      font-size: 14px;
      color: #666;
    }

    /* 带按钮的提示框样式 */
    .tip-with-btn {
      padding: 10px 15px;
    }
    .tip-with-btn .tip-text {
      margin: 0 0 8px 0;
      font-size: 14px;
    }
    .tip-with-btn .more-btn {
      border: 1px solid #007bff;
      color: #007bff;
      background: #fff;
      border-radius: 4px;
      padding: 4px 12px;
      font-size: 12px;
      cursor: pointer;
    }




    @media (max-width: 1000px) {
.hj_mk_x_main {padding:23px 0;}
.fbt-titbox {
    width: 98%;
    margin: 20px auto 40px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.fbt-titbox label {
    display: inline-block;
    padding: 0 10px;
}

.hj_mk_x_ys-list ul {
    display: block;}

.hj_mk_x_ys-list ul li {
    margin-bottom: 20px;
    max-width: 100%;
    display: flex;
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
    padding: 10px;
    box-sizing: border-box;
    background: #f7f7f7;
}
.hj_mk_x_bfb-100{display: block;}
.hj_mk_x_dibu .hj_mk_x_xfoot{display: block;
    }
}
