@media (min-width: 1000px) {
	#c_navigation_006_P_433-1662212127220 .e_container-21>.p_item {
		position: static !important;
	}
}

#c_static_001_P_353-1645411553731 .e_scrollNumber-28 .p_plus,#c_static_001_P_353-1645411553731 .e_scrollNumber-20 .p_plus{
	font-size: 36px;
}

#c_static_001_P_353-1645411553731 .e_container-23{
/* 	max-width: 100%; */
}

/* 新闻详情29.html */
.e_richText-63.s_title.clearfix p {
	margin-top: 0em;
	margin-bottom: 0em;
	TEXT-INDENT: 2em;
	LETTER-SPACING: 0em;
	LINE-HEIGHT: 2em;
	font-size: 16px;
}

.e_richText-63.s_title.clearfix p span {
	font-size: 16px;
	font-family: SimSun;
}

img {
	max-width: 100%;
}

.addfoot_address p {
	text-align: right;
	line-height: 2;
	color: #e5e5e5;
}

.addfoot_address1 p {
	color: #a5a5a5;
	font-family: 微软雅黑;
}

.addfoot_address2 p {
	font-family: 微软雅黑;
	font-size: 14px;
}





/* 手机端导航 */
.mobile_icon {
	display: none;
}

.fadein_menu {
	display: none;
	position: absolute;
	opacity: 0;
}

.content {
	overflow: hidden;
	width: 100%;
}

.content .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999;
	transition: all .3s;
	width: 100%;
}

.content .header:hover {
	background: #fff;
}

@media (max-width: 800px) {
	.content .header {
		justify-content: center;
	}

	.content .header .logo {
		width: 80px;
	}

	.content .main_banner {
		height: 667px;
		padding: 0 50px;
	}

	.content .header .logo {
		height: 18px;
	}

	.mobile_icon {
		display: block;
	}

	.mobile_icon i {
		color: #fff;
		font-size: 26px;
		font-weight: bold;
	}

	.mobile_icon .icon-menu {
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.fadein_menu {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 9999999;
		opacity: 1;
	}


	.fadein_menu .box {
		width: 100%;
		height: 100%;
		overflow: auto;
		position: absolute;
		top: 0;
		top: -90%;
		background: #fff;
		text-align: right;
		background: #333;
	}


	.fadein_menu .box>.icon-close {
		font-size: 36px;
		margin: 20px;
		display: inline-block;
		color: #242424;
		font-weight: bold;
		color: white;
	}

	.fadein_menu .box .wws>li>a {
		padding-left: 80px;
	}

	.fadein_menu .box .ws>li>a {
		padding-left: 40px;
	}

	.fadein_menu .box .wws,
	.fadein_menu .box .ws {
		display: none;
	}

	.fadein_menu .box ul {
		overflow: hidden;
	}

	.fadein_menu .box ul li {
		overflow: hidden;
	}

	.fadein_menu .box ul li a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		justify-content: center;
		width: 100%;
		height: 58px;
		box-sizing: border-box;
		border-bottom: 1px solid #444040;
		padding: 0 20px 0 10px;
	}

	.fadein_menu .box ul li a:hover span {
		color: #A7A7A4;
	}

	.fadein_menu .box ul li a span {
		font-size: 15px;
		color: #242424;
		color: white;
	}

	.fadein_menu .box ul li a i {
		font-size: 16px;
		display: inline-block;
		color: #242424;
		font-weight: bold;
		transition: all .2s;
	}
}


.fadein_menu_second {
	display: none;
}


/* 手机端二级导航 */
@media (max-width: 800px) {
	.fadein_menu_second {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 9999999;
		opacity: 1;
	}
	
	
	button.p_c_mbtn.js_editor_click.p_navButton_second{
		display: inline-block;
		margin-bottom: 20px;
	}

	.fadein_menu_second .box {
		width: 80%;
		height: 100%;
		overflow: auto;
		position: absolute;
		top: 0;
		/* top: -90%; */
		left: 100%;
		background: #fff;
		text-align: right;
		background: white;
	}


	.fadein_menu_second .box>.icon-close {
		font-size: 36px;
		margin: 0px 20px;
		display: inline-block;
		color: #242424;
		font-weight: bold;
	}

	.fadein_menu_second .box .wws>li>a {
		padding-left: 10px;
	}

	.fadein_menu_second .box .ws>li>a {
		padding-left: 40px;
	}

	.fadein_menu_second .box .wws,
	.fadein_menu_second .box .ws {
		display: none;
	}

	.fadein_menu_second .box ul {
		overflow: hidden;
		padding: 0 15px;
		margin-top: -30px;
	}

	.fadein_menu_second .box ul li {
		overflow: hidden;
	}

	.fadein_menu_second .box ul li a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 58px;
		box-sizing: border-box;
		border-bottom: 1px solid #f7f2f2;
		padding: 0 20px 0 10px;
	}

	.fadein_menu_second .box ul li a:hover span {
		color: #A7A7A4;
		color: #ef9841;
	}

	.fadein_menu_second .box ul li a span {
		font-size: 15px;
		color: #666;
	}

	.fadein_menu_second .box ul li a i {
		font-size: 16px;
		display: inline-block;
		color: #242424;
		font-weight: bold;
		transition: all .2s;
		transform: rotate(90deg); 
	}
	
	.fadein_menu_second .box ul li ul li a{
		line-height: 35px;
		height: auto;
	}
	
	.fadein_menu_second .box ul li ul{
		margin-top: 0px;
		background: #efefef;
	}

}




























/* 产品详情页左侧的图片轮播开始 */
.zoombox {
	width: 686px;
	text-align: center;
	/* margin: 20px auto 0 auto; */
}

.zoompic img {
	width: 60%;

}

@media screen and (max-width: 750px){
.zoompic img {
	width: 60%;
}
}

.zoompic {
	border: solid 1px #dfdfdf;
	width: 100%;
	background: url(loading.gif) no-repeat 50% 50%;
}

.max100 {
	max-width: 100%;
}

.sliderbox {
	height: 76px;
	overflow: hidden;
	margin: 6px 0 0 0;
}

.sliderbox .arrow-btn {
	width: 38px;
	height: 76px;
	background: url(arrow-btn.png) no-repeat;
	cursor: pointer;
}

.sliderbox #btn-left {
	float: left;
	background-position: 0 0;
}

.sliderbox #btn-left.dasabled {
	background-position: 0 -76px;
}

.sliderbox #btn-right {
	float: right;
	background-position: -38px 0;
}

.sliderbox #btn-right.dasabled {
	background-position: -38px -76px;
}

.sliderbox .slider {
	float: left;
	height: 76px;
	width: 605px;
	position: relative;
	overflow: hidden;
	margin: 0 0 0 3px;
	display: inline;
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
}

.sliderbox .slider ul {
	position: absolute;
	left: 0;
	width: 999em;
}

.sliderbox .slider li {
	float: left;
	width: 121px;
	height: 76px;
	text-align: center;
}

.sliderbox .slider li img {
	border: solid 1px #dfdfdf;
}

.sliderbox .slider li.current img {
	border: solid 1px #3366cc;
}