  
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    max-width:100%;
    height:auto;
    display:block;
}
ul,li{
    list-style: none;
}
body{
    background-color:#f7f8fa;
}
 
@keyframes productFadeIn {
	to {
		opacity:1;
		transform:translateY(0);
	}
}
@keyframes shakeScale{
	0% { transform: scale(1) translateY(0); }
	25%{ transform: scale(1.04) translateY(-4px); }
	50%{ transform: scale(0.98) translateY(2px); }
	75%{ transform: scale(1.03) translateY(-3px); }
	100%{ transform: scale(1) translateY(0); }
}
 
#wrapper #head #FocusBG{
	width:100%;
	padding-top:0px;
	min-height: unset;
	background:#fff repeat left 0px;
	box-sizing: border-box;
	overflow: visible;
}
#Focus {
	width:100%;
	max-width:1920px;
	aspect-ratio: 1920 / 500;  
	position:relative;
	margin:0 auto;
	border-radius:0;
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
	box-sizing: border-box;
	overflow: hidden;
}
#Focus ul {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	background: transparent;
}
#Focus ul li {
	flex:0 0 100%;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	background:transparent;
	border-radius:0;
	box-sizing: border-box;
}
#Focus ul li div {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
}
#Focus ul li div img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position:center center;
	display:block;
}
#Focus .btnBg {
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	height:24px;
	box-sizing: border-box;
	z-index:9;
}
#Focus .btn {
	position:absolute;
	width:100%;
	left:0;
	right:0;
	bottom:18px;
	text-align:center;
	box-sizing: border-box;
	z-index:10;
}
#Focus .btn span {
	display:inline-block;
	width:16px;
	height:16px;
	font-size:0;
	margin:0 6px;
	cursor:pointer;
	background:rgba(255,255,255,0.35);
	border-radius:50%;
	box-sizing: border-box;
	transition:0.2s;
}
#Focus .btn span.on {
	background:#ffffff;
	transform:scale(1.2);
}
 
#Focus .preNext {
	width:48px;
	height:100px;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor:pointer;
	border-radius:12px;
	box-sizing: border-box;
	background-color:rgba(0,0,0,0.2);
	opacity:0;
	transition:opacity 0.3s ease;
	z-index:10;
	color:#fff;
	font-size:32px;
	line-height:100px;
	text-align:center;
	user-select:none;
}
#Focus:hover .preNext{
	opacity:1;
}
#Focus .pre {left:10px;}
#Focus .next {right:10px;}
 
#body .MainBlock{
	width:100%;
	max-width:1410px;
	margin:0 auto;
	font-size:14px;
	box-sizing: border-box;
	overflow: visible;
}
 
#body  .left{
	float:left;
	width:570px;
	height:350px;
	overflow:hidden;
	background:#fff;
	border:none;
	border-radius:18px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.07);
	box-sizing: border-box;
}
#body  .right2{
	float:right;
	width:375px;
	height:350px;
	overflow:hidden;
	font-size:14px;
	background:#fff;
	border:none;
	border-radius:18px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.07);
	box-sizing: border-box;
}
#body .topic{
	height:35px;
	background:url("/images/hituxblue/box_bg1.jpg") repeat-x left top;
	border-radius:18px 18px 0 0;
	box-sizing: border-box;
}
#body   .topic .TopicTitle{
	background:url("/images/hituxblue/nav_bg1.jpg") no-repeat -7px 0px;
	float:left;
	padding-left:15px;
	font-size:14px;
	color:#005bac;
	height:35px;
	font-weight:bold;
	line-height:35px;
	box-sizing: border-box;
}
#body   .topic .TopicTitle p{
	font-size:9px;
	text-transform:uppercase;
	font-weight:normal;
	color:#999;
	line-height:150%;
}
#body .right2 .topic,#body .left .topic{
	height:45px;
	border-radius:18px 18px 0 0;
	box-sizing: border-box;
}
#body .right2 .topic .TopicTitle,#body  .left .topic .TopicTitle{
	padding-left:15px;
}
#body  .TopicTitle a{
	color:#005bac;
	text-decoration:none;
}
#body   .topic .TopicMore{
	float:right;
	font-size:14px;
	padding-right:10px;
	padding-top:14px;
	box-sizing: border-box;
}
#body    .MBlockTable td{
	line-height:27px;
	font-size:14px;
}
#body  .left .MBlockTable .ListTitle{
	background:url("/images/title_icon1.jpg") no-repeat 15px 10px;
	padding-left:30px;
}
#body  .right2  .MBlockTable td{
	text-align:left;
	padding-left:0;
}
#body .MainBlock .left  .MBlockTable span{
	color:#9a9a9a;
	padding-left:10px;
	font-size:11px;
}
 
#body  .right{
	width:419px;
	float:left;
	height:350px;
	overflow:hidden;
	background:#fff;
	border:none;
	border-radius:18px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.07);
	box-sizing: border-box;
}
#body .MainBlock .right .img{
	padding:10px 10px;
	width:100%;
	max-width:400px;
	box-sizing: border-box;
	overflow:hidden;
	border-radius:18px;
}
#body .MainBlock .right .img a{
	display:block;
	overflow:hidden;
	border-radius:18px;
}
#body .MainBlock .right .img img{
	display:block;
	width:100%;
	height:auto;
	object-fit:contain;
	transition:transform 0.22s ease;
}
#body .MainBlock .right .img img:hover{
	animation:shakeScale 0.4s ease;
}
#body .MainBlock .right h1{
	font-size:14px;
	text-align:center;
}
#body .MainBlock .right .txt{
	float:left;
	padding:5px 10px 14px 10px;
	color:#6c6c6c;
	box-sizing: border-box;
}
#body .MainBlock .right2 .img{
	padding:0px 10px 10px 10px;
	width:100%;
	max-width:233px;
	box-sizing: border-box;
	overflow:hidden;
	border-radius:18px;
}
#body .MainBlock .right2 .img a{
	display:block;
	overflow:hidden;
	border-radius:18px;
}
#body .MainBlock .right2 .img img{
	display:block;
	width:100%;
	height:auto;
	object-fit:contain;
	transition:transform 0.22s ease;
}
#body .MainBlock .right2 .img img:hover{
	animation:shakeScale 0.4s ease;
}
#body .MainBlock .right2 h1{
	font-size:14px;
	text-align:center;
}
#body .MainBlock .right2 .txt{
	float:left;
	padding:5px 10px 14px 10px;
	color:#6c6c6c;
	box-sizing: border-box;
}
#body .MainBlock .right2 .MBlockTable td{
	color:#6c6c6c;
}
#body .MainBlock .right2 .MBlockTable td span{
	color:#F90;
	font-weight:bold;
}
 
#body .MainBlock3{
	width:100%;
	max-width:1410px;
	margin:15px auto 0;
	box-sizing: border-box;
	overflow: visible;
	padding:0 10px;
}
#body .MainBlock3 .left{
	width:100%;
	max-width:100%;
	height:auto;
	border:none;
	border-radius:18px;
	box-shadow:0 2px 12px rgba(0,0,0,0.07);
	box-sizing: border-box;
	overflow: visible;
	background:#ffffff;
}
 
#body .MainBlock3 .left .TabBlock {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	overflow: visible;
}
 
#body .MainBlock3 .left .TabBlock .menu {
	background-color: #FFFFFF;
	min-height: 40px;
	z-index: 101;
	border-radius: 18px 18px 0 0;
	box-sizing: border-box;
	overflow: visible;
	border:none;
}
#body .MainBlock3 .left .TabBlock .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 101;
	display: flex;
	flex-wrap: wrap;
}
#body .MainBlock3 .left .TabBlock .menu li {
	flex: 0 0 auto;
	z-index: 101;
}
#body .MainBlock3 .left .TabBlock .menu li a {
	color: #666;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	font-size:14px;
	font-weight: normal;
	display: block;
	border: 0;
	height: 40px;
	z-index: 101;
	padding: 0 18px;
	overflow: hidden;
	box-sizing: border-box;
	transition:0.2s;
	cursor:pointer;
}
#body .MainBlock3 .left .TabBlock .menu li a:hover{
	color:#005bac;
}
 
#body .MainBlock3 .left .TabBlock .menu li a.tabactive {
	color: #005bac;
	font-weight: bold;
	border-bottom:3px solid #005bac;
	background:transparent;
	font-size:14px;
	box-sizing: border-box;
}
 
#body .MainBlock3 .left .TabBlock .product-all-wrap{
	padding:20px 10px;
	border-radius:0 0 18px 18px;
	background:#fff;
	display:flex;
	flex-wrap:wrap;
	gap:16px;
	box-sizing:border-box;
}
 
#body .MainBlock3 .left .TabBlock .product-all-wrap .box {
	flex:0 0 calc(25% - 12px);
	text-align: center;
	background:#fff;
	border:none;
	border-radius:18px;
	box-shadow:0 2px 10px rgba(0,0,0,0.06);
	box-sizing: border-box;
	overflow:hidden;
	transition:transform 0.25s ease,box-shadow 0.25s ease;
 
	animation:productFadeIn 0.6s ease forwards;
	opacity:0;
	transform:translateY(12px);
}
 
#body .MainBlock3 .left .TabBlock .product-all-wrap .box .img-wrap{
	width:100%;
	height:220px;
	padding:8px;
	background:#fff;
	border-radius:18px;
	overflow:hidden;
	box-sizing:border-box;
}
#body .MainBlock3 .left .TabBlock .product-all-wrap .box .img-wrap img {
	display: block;
	margin: 0px auto;
	width:100%;
	height:100%;
	object-fit:contain;
 
	transition: transform 0.22s ease;
}
 
#body .MainBlock3 .left .TabBlock .product-all-wrap .box:nth-child(4n+1){ animation-delay:0.0s; }
#body .MainBlock3 .left .TabBlock .product-all-wrap .box:nth-child(4n+2){ animation-delay:0.1s; }
#body .MainBlock3 .left .TabBlock .product-all-wrap .box:nth-child(4n+3){ animation-delay:0.2s; }
#body .MainBlock3 .left .TabBlock .product-all-wrap .box:nth-child(4n+4){ animation-delay:0.3s; }
 
#body .MainBlock3 .left .TabBlock .product-all-wrap .box:hover .img-wrap img{
	animation:shakeScale 0.4s ease;
}
#body .MainBlock3 .left .TabBlock .product-all-wrap .box:hover{
	transform:translateY(-4px);
	box-shadow:0 6px 18px rgba(0,0,0,0.10);
}
#body .MainBlock3 .left .TabBlock .product-all-wrap .box p {
	line-height: 20px;
	text-align:center;
	font-size:14px;
	color:#005bac;
	box-sizing: border-box;
	padding:4px 6px 12px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
 
#body .MainBlock3 .right2 .AutoScrollList{
	height:682px;
	margin:auto;
	overflow-y:auto;
	background:#fff;
	border:none;
	border-radius:18px;
	box-shadow:0 2px 12px rgba(0,0,0,0.07);
	box-sizing: border-box;
}
#body .MainBlock .right2 #demo {
background: #FFF;
overflow:hidden;
width: 100%;
max-width:230px;
height:240px;
margin:auto;
border-radius:18px;
box-shadow:0 2px 10px rgba(0,0,0,0.06);
box-sizing: border-box;
}
#body .MainBlock .right2 #indemo {
	float: left;
	height: 800%;
}
#body .MainBlock .right2 #demo1 {
	float: left;
}
#body .MainBlock .right2 #demo2 {
	float: left;
}
#body .ProductShow {
	border:none;
	background:#fff;
	width:100%;
	max-width: 978px;
	font-size:14px;
	border-radius:18px;
	box-shadow:0 2px 12px rgba(0,0,0,0.07);
	box-sizing: border-box;
}
.hjc {
}
.hjnav {
	background-color: #fff;
	height: 213px;
	overflow:hidden;
	border-radius:18px;
	box-shadow:0 2px 12px rgba(0,0,0,0.07);
	box-sizing: border-box;
}
.hjnavleft {
	width: 148px;
	float: left;
	height: 214px;
	overflow:hidden;
	box-sizing: border-box;
}
.hjnavleft ul {
}
.hjnavleft ul li {
	line-height: 42px;
	padding-left: 46px;
	height: 42px;
	width:100px;
	background:url(/images/Hituxblue/box_bg3.jpg) no-repeat left top;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
	box-sizing: border-box;
}
.hjnavleft ul li a:hover{
	text-decoration:none;
}
.hjnavleft ul li.hover0 {
	background:#005bac;
	border-radius:18px 0 0 18px;
	box-sizing: border-box;
}
.hjnavleft ul li.hover0  a{
	color:#FFFFFF;
	font-weight:bold;
}
.hjnavleft ul li.hover1 {
	background:#005bac;
	border-radius:18px 0 0 18px;
	box-sizing: border-box;
}
.hjnavleft ul li.hover1  a{
	color:#FFFFFF;
	font-weight:bold;
}
.hjnavleft ul li.hover2 {
	background:#005bac;
	border-radius:18px 0 0 18px;
	box-sizing: border-box;
}
.hjnavleft ul li.hover2  a{
	color:#FFFFFF;
	font-weight:bold;
}
.hjnavleft ul li.hover3 {
	background:#005bac;
	border-radius:18px 0 0 18px;
	box-sizing: border-box;
}
.hjnavleft ul li.hover3  a{
	color:#FFFFFF;
	font-weight:bold;
}
.hjnavleft ul li.hover4 {
	background:#005bac;
	border-radius:18px 0 0 18px;
	box-sizing: border-box;
}
.hjnavleft ul li.hover4  a{
	color:#FFFFFF;
	font-weight:bold;
}
.hjnavcn {
	width:100%;
	max-width: 820px;
	float: left;
	height: 215px;
	overflow: hidden;
	box-sizing: border-box;
}
.f {
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	box-sizing: border-box;
}
.dcn {
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	box-sizing: border-box;
}
.shengming {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	box-sizing: border-box;
}
.cfr h5 img {
	display: block
}
.cfr ul li.tenlion img {
	display: block
}
.jdcenter img {
	display: block
}
.cfr ul li img {
	display: none
}
.cfr ul li.tenlion p {
	display: none
}
.hjone {
	padding-bottom: 10px;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	height: 158px;
	padding-top: 10px;
	box-sizing: border-box;
}
.hjone p {
	padding-bottom: 5px;
	text-indent: 2em
}
#body #Links {
	width:100%;
	max-width:1390px;
	margin-top: 10px;
	border:none;
	background:#fff;
	padding:10px 10px;
	line-height:25px;
	font-size:14px;
	border-radius:18px;
	box-shadow:0 2px 12px rgba(0,0,0,0.07);
	box-sizing: border-box;
}
#body #Links span{
	font-weight:bold;
}
#body #Links a{
	padding:0px 7px;
}
 
@media only screen and (min-width:769px) and (max-width:991px) {
	#body .MainBlock {
		width:100%;
		max-width: 100%;
		padding:0 10px;
	}
	#body .left,
	#body .right,
	#body .right2 {
		width:100% !important;
		float:none;
		height:auto;
		margin-bottom:14px;
		border-radius:16px;
	}
 
	#body .MainBlock3 {
		width:100%;
		max-width: 100%;
		margin:15px auto 0;
		padding:0 10px;
	}
	#body .MainBlock3 .left{
		border-radius:16px;
	}
	#body .MainBlock3 .left .TabBlock .menu{
		border-radius:16px 16px 0 0;
	}
	#body .MainBlock3 .left .TabBlock .product-all-wrap{
		border-radius:0 0 16px 16px;
	}
 
	#body .MainBlock3 .left .TabBlock .product-all-wrap .box {
		flex:0 0 calc(33.333% - 11px);
		border-radius:16px;
	}
 
	#body .MainBlock3 .left .TabBlock .product-all-wrap .box .img-wrap{
		height:210px;
		border-radius:16px;
	}
 
	#body .MainBlock3 .left .TabBlock .product-all-wrap .box:nth-child(3n+1){ animation-delay:0.0s; }
	#body .MainBlock3 .left .TabBlock .product-all-wrap .box:nth-child(3n+2){ animation-delay:0.12s; }
	#body .MainBlock3 .left .TabBlock .product-all-wrap .box:nth-child(3n+3){ animation-delay:0.24s; }
	#body #Links{
		width:100%;
		max-width:100%;
		border-radius:16px;
	}
	#Focus{
		aspect-ratio: unset;
		width:100%;
		min-height:220px;
	}
	#body .MainBlock .right .img,
	#body .MainBlock .right .img a,
	#body .MainBlock .right2 .img,
	#body .MainBlock .right2 .img a{
		border-radius:16px;
	}
	#body .MainBlock3 .right2 .AutoScrollList{
		border-radius:16px;
	}
	#body .ProductShow{
		border-radius:16px;
	}
	#body .hjnav{
		border-radius:16px;
	}
	.hjnavleft ul li.hover0,.hjnavleft ul li.hover1,.hjnavleft ul li.hover2,.hjnavleft ul li.hover3,.hjnavleft ul li.hover4{
		border-radius:16px 0 0 16px;
	}
}
 
@media only screen and (max-width:768px){
 
	#body .MainBlock3 .left .TabBlock .menu {
		height:auto;
		border-radius:12px 12px 0 0;
		overflow:visible;
	}
	#body .MainBlock3 .left .TabBlock .menu ul {
		flex-wrap:wrap;
	}
	#body .MainBlock3 .left .TabBlock .menu li a {
		line-height:36px;
		height:36px;
		padding:0 12px;
	}
 
	#body .MainBlock3 .left .TabBlock .product-all-wrap .box {
		flex:0 0 calc(50% - 8px);
		border-radius:12px;
	}
 
	#body .MainBlock3 .left .TabBlock .product-all-wrap .box .img-wrap{
		height:160px;
		border-radius:12px;
		padding:6px;
	}
 
	#body .MainBlock3 .left .TabBlock .product-all-wrap .box:nth-child(2n+1){ animation-delay:0.0s; }
	#body .MainBlock3 .left .TabBlock .product-all-wrap .box:nth-child(2n+2){ animation-delay:0.15s; }
 
	#wrapper #head #FocusBG{
		min-height: auto;
		height:auto;
	}
	#Focus{
		aspect-ratio: unset;
		width:100%;
		min-height:180px;
		border-radius:0;
		position:relative;
		overflow:hidden;
	}
	#Focus ul{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		display:flex;
		background:transparent;
	}
	#Focus ul li{
		flex:0 0 100%;
		width:100%;
		height:100%;
		overflow:hidden;
		position:relative;
		background:transparent;
		border-radius:0;
	}
	#Focus ul li div{
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		overflow:hidden;
	}
	#Focus ul li div img{
		width:100%;
		height:auto;
		object-fit:contain;
		background:#ffffff;
		display:block;
	}
	#Focus .btn{
		bottom:12px;
	}
	#Focus .btn span{
		width:14px;
		height:14px;
		margin:0 4px;
	}
	#Focus .preNext{
		height:60px;
		width:32px;
		opacity:0.8;
		line-height:60px;
		font-size:24px;
		top:50%;
		transform:translateY(-50%);
	}
 
	#body .MainBlock{
		width:100%;
		padding:0 8px;
	}
	#body .left,
	#body .right,
	#body .right2{
		width:100% !important;
		float:none;
		height:auto;
		margin-bottom:12px;
		border-radius:12px;
	}
 
	#body .MainBlock3{
		width:100%;
		margin:15px auto 0;
		padding:0 8px;
	}
	#body .MainBlock3 .left{
		width:100%;
		height:auto;
		border-radius:12px;
	}
	#body .MainBlock3 .left .TabBlock .product-all-wrap{
		padding:15px 6px;
		border-radius:0 0 12px 12px;
	}
	.hjnavleft{
		width:100%;
		float:none;
		height:auto;
	}
	.hjnavcn{
		width:100%;
		float:none;
		height:auto;
	}
	.hjnav{
		height:auto;
		border-radius:12px;
	}
	#body #Links{
		width:100%;
		border-radius:12px;
	}
	#body .MainBlock .right .img,
	#body .MainBlock .right .img a,
	#body .MainBlock .right2 .img,
	#body .MainBlock .right2 .img a{
		border-radius:12px;
	}
	#body .MainBlock3 .right2 .AutoScrollList{
		border-radius:12px;
	}
	#body .ProductShow{
		border-radius:12px;
	}
	.hjnavleft ul li.hover0,.hjnavleft ul li.hover1,.hjnavleft ul li.hover2,.hjnavleft ul li.hover3,.hjnavleft ul li.hover4{
		border-radius:12px 0 0 12px;
	}
}

 
#FocusBG{
	width:100%;
	overflow:hidden;
	position:relative;
	background:#ffffff;
}
#FocusBG img{
	width:100%;
	height:auto;
	display:block;
}
@media only screen and (max-width:768px) {
	#FocusBG{
 
		min-height:180px;
	}
	#FocusBG img{
		width:100%;
		height:auto;
		object-fit:cover;
		min-height:180px;
	}
}
