/*header start*/
#menuPc ul li {
	float: left;
	display: block;
}

#menuWap {
	display: none;
}

/*header end*/

/*footer start*/

/*footer end*/

.leftfixapp {
	width: 80px;
	height: 80px;
	text-align: center;
	position: fixed;
	bottom: 10%;
	margin-bottom: 70px;
	left: 3%;
	z-index: 10;
	text-align: center;
	cursor: pointer;
	z-index: 1990;
}

.leftfixapp img {
	width: 80px;
}

.leftfixapp.appwap {
	display: none;
}

#dibunav {
	display: none;
}

@media only screen and (max-width: 750px) {
	#dibunav {
		width: 80%;
		position: fixed;
		display: block;
		bottom: 0%;
		left: 50%;
		transform: translate(-50%,-50%);
		display: flex;
		justify-content: center;
		background: rgba(245,245,245,0.9);
		border-radius: 100px;
		z-index: 99;
		box-shadow: 0px 26px 25px -29px #000;
	}
}

#dibunav .dibunav-con {
	width: 95%;
	display: -webkit-flex;
	display: flex;
}

#dibunav .dibunav-con li {
	text-align: center;
	float: left;
	width: 25%;
	padding: 16px 0px;
}

#dibunav .dibunav-con li {
	border-left: 1px solid #fff;
}

#dibunav .dibunav-con li:nth-child(1) {
	border-left: none;
}

#dibunav .dibunav-con li a {
	color: #1968d1;
	text-align: center;
}

#dibunav .dibunav-con li a img {
	/*width: 100%;*/
	display: inline-block;
	margin: 0 auto;
}

@media only screen and (max-width: 450px) {
	#dibunav {
		width: 95%;
		height: 63px;
	}

	#dibunav .dibunav-con li a img {
		width: 25px;
	}

	#dibunav .dibunav-con li {
		padding: 8px 0px 10px 0;
	}
}

@media only screen and (max-width: 320px) {
	#dibunav {
		width: 100%;
		bottom: -3%;
	}

	#dibunav .dibunav-con li a img {
		width: 20px;
	}
}

.gtranslate_wrapper {
	z-index: 9999999;
	position: relative;
}
/*.gt_float_switcher{*/
/*        margin-top: 226px!important;*/
/*}*/
.gt_float_switcher .gt_options {
	position: fixed!important;
	background: #fff;
}

.gt_float_switcher .gt-selected {
	width: 163px;
}

/*轮播图start*/
.banner {
	max-width: 1920px;
	margin: 0 auto 0;
	width: 100%;
	background: #FFFFFF;
}

.banner .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.banner .bg-box {
	position: relative;
	z-index: 1;
}

.banner .bg-box img {
	width: 100%;
	height: auto;
}

.banner .wap-box {
	display: none;
}

.banner .wap-box img {
	width: 100%;
	height: auto;
}

.banner .banner-content {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 8;
	left: 0;
	top: 0;
	justify-content: center;
}

.swiper-slide .banner-content {
	transform: translateX(-100%);
	opacity: 0;
	transition: all .6s;
}

.ani-slide .banner-content {
	transform: translateX(0);
	opacity: 1;
	display: none;
}

/*轮播图end*/

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.ipd-20 {
	padding: 0 20px;
}

/* 内容区域宽度+40px */
.m-width-content {
	max-width: 1480px;
	margin: 0 auto;
}

#msg-grid {
	padding: 10px 30px 30px;
}

.msg-close {
	cursor: pointer;
	padding: 0 10px;
	line-height: 44px;
}

.msg-close:hover {
	color: #fe833a;
}

.jianfeiMain .sec4 {
	background-size: cover !important;
}

.msg-tt {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.msg-tt.msg-tt2 {
	padding: 20px;
}

.msg-tt h2 {
	color: #333;
	font-size: 20px;
	padding: 10px 0;
}
/* 视频弹窗 start*/
.hc-video {
	max-width: 1280px;
	width: 100% !important;
	height: 65vh !important;
}

.hc-video .layui-layer-close {
	display: none;
}

.hc-video .layui-layer-setwin .layui-layer-close2:hover {
	background-position: -149px -31px;
}
 /* 视频弹窗 end*/

/*置顶按钮 start*/
#toTop {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	right: 20px;
	bottom: 20px;
	position: fixed;
	z-index: 999;
	background: #FE833A;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
}

/*置顶按钮 end*/
/* 按钮样式 start */
.button {
	position: relative;
	z-index: 3;
}

.button::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #3B3835;
	transform-origin: left center;
	transform: scale(1, 1);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: -1;
}

.button:hover::after {
	transform-origin: right center;
	transform: scale(0, 1);
}
/* 按钮样式 end */
@media screen and (max-width: 1100px) {
	.leftfixapp.appc {
		display: none;
	}

	.leftfixapp.appwap {
		display: block;
	}

	.leftfixapp {
		bottom: 135px;
		margin-bottom: 0px;
	}

	html.mm-blocking body {
		overflow: initial;
	}
	  /* // .header-box{
	  // 	position:sticky !important;
	  // 	top:0;
	  // 	left:0;
	  // 	width:100%;
	  // 	z-index:999;
	  // } */
	#menuPc {
		display: none !important;
	}

	.mm-opened #menuWap {
		display: block;
	}

	#menuWap .wapTopSearchBox {
		display: flex;
		width: 100%;
	}

	#menuWap .wapTopSearchBox .wapTopSearch {
		border: none;
		background-color: #fff;
		width: 80%;
		flex: auto;
		line-height: 30px;
		padding: 0 10px;
	}

	#menuWap .wapTopSearchBox .wapTopSearchbtn {
		display: flex;
		align-items: center;
		justify-content: center;
		border-left: 1px solid #ccc;
		width: 40px;
		font-size: 14px;
		background-color: #333;
		color: #fff;
	}

	#page {
		background: #FFFFFF;
	}

	.btn-nav {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
		background: transparent;
		border: none;
		padding: 0;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 99999;
		display: block !important;
		width: 30px;
		float: right;
	}

	.icon-bar {
		display: block;
		margin: 6px 0;
		width: 30px;
		height: 3px;
		background-color: #333;
		box-shadow: 0 1px 1px #000000;
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-ms-transition: all .7s ease;
		-o-transition: all .7s ease;
		transition: all .7s ease;
		z-index: 999999;
	}

	.mm-opening .top {
		-webkit-transform: translateY(8px) rotateZ(45deg);
		-moz-transform: translateY(8px) rotateZ(45deg);
		-ms-transform: translateY(8px) rotateZ(45deg);
		-o-transform: translateY(8px) rotateZ(45deg);
		transform: translateY(8px) rotateZ(45deg);
	}

	.mm-opening .bottom {
		-webkit-transform: translateY(-10px) rotateZ(-45deg);
		-moz-transform: translateY(-10px) rotateZ(-45deg);
		-ms-transform: translateY(-10px) rotateZ(-45deg);
		-o-transform: translateY(-10px) rotateZ(-45deg);
		transform: translateY(-10px) rotateZ(-45deg);
	}

	.mm-opening .middle {
		width: 0;
	}

	.banner .wap-box {
		display: block;
	}

	.banner .wap-box img {
		width: 100%;
		height: auto;
	}

	.banner .bg-box {
		display: none;
	}

	.search-list ul li .li-inner .img-box {
		width: 100%;
		float: none;
	}

	.search-list ul li .li-inner .img-text {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	.search-list .img-text .t a {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}
}

/* 关联产品 */
.related_products a {
	text-decoration: none;
}

.related_products .related_products_title {
	color: #1b1b1b;
	font-size: 32px;
	line-height: 27px;
	margin-bottom: 50px;
	font-family: "Roboto-Bold";
	text-align: center;
}

.related_products .related_products_content {
	max-width: 1440px;
	margin: 0 auto;
}

.related_products .related_products_lists {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
}

.related_products .related_products_list {
	list-style: none;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	width: 22.36111%;
	margin-bottom: 30px;
}

.related_products .related_products_list:hover .desc .title {
	background-color: #fe833a;
	color: #fff;
}

.related_products .related_products_list .imgbox {
	position: relative;
	padding-bottom: 100%;
	width: 100%;
	background-color: #fff;
}

.related_products .c_img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.related_products .related_products_list.ishot .imgbox:after {
	content: attr(data-hot);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 11px;
	top: 11px;
	font-size: 16px;
	color: #fff;
	height: 30px;
	width: 70px;
	font-family: "Roboto-Medium";
	background: linear-gradient(36deg, #f76c5d 0%, #fe833a 100%);
}

.related_products .related_products_list .desc .title {
	background-color: #f9f9f9;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #626262;
	font-size: 18px;
	font-family: "Roboto-Medium";
}

@media (max-width: 1100px) {
	.related_products .related_products_lists {
		flex-direction: column;
	}

	.related_products .related_products_list {
		width: 100%;
	}
}

.no-border {
	border-width: 0px !important;
}

/*公共样式定义 end*/

@media (max-width:1250px) {
	.sec9-con .imgshow img {
		max-width: fit-content!important;
	}
}

@media (max-width:434px) {
	.sec9-con .imgshow img {
		height: 350px;
	}
}