/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family:"Arial",sans-serif;
	appearance:none;
}
body 
{	
	color: #333;
	background: white;
	margin:auto;  
	min-width:1200px;
	margin:auto;
	overflow-x:hidden;
}
p 
{
	color: #333;
}
a 
{
	text-decoration: none;
	color: #333;
}
li 
{
	list-style: none;
}
img 
{
	border: none;
	display:block;
}
.clear 
{
	clear: both;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.m_hide
{
	display:block;
}
.pc_hide
{
	display:none;
}
/**网站全局css end**/
/**网站顶部**/
.topheadbg
{
	width:100%;
	height:40px;
	overflow:hidden;
	background:#312817;
}
.topheadbg .tophead
{
	width:80%;
	margin:auto;
	max-width: 1440px;
	height:auto;
	overflow:hidden;
	margin: 0 auto;
	box-sizing: border-box;
}
.topheadbg .tophead .topheadtitle{
	font-size:14px;
	line-height:40px;
	transition:1s;
	color:#ffffff;
}
.topheadbg .tophead .topheadnav
{
	float:right;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.topheadbg .tophead .topheadnav .grid
{
	overflow:hidden;
	margin-right:30px;
	cursor:pointer;
}
.topheadbg .tophead .topheadnav .grid:last-child
{
	margin-right:0px;
}
.topheadbg .tophead .topheadnav .grid a
{
	display:block;
	overflow:hidden;
	font-size:14px;
	line-height:40px;
	transition:1s;
	color:#ffffff;
}
.topheadbg .tophead .topheadnav .grid:hover a
{
	color:#bcbcbc;
}
/**网站顶部 end**/
/**网站头部**/
.headbg
{
	width:100%;
	max-width:100%;
	top:40px;
	left:0px;
	z-index:100;
	height:100px;
	box-sizing:border-box;
	position:fixed;
	transition:800ms;
}
.headbg:hover
{
	
	background:rgba(30,30,30,0.8);
}
.headbg.hghover
{
	top:0px;
	background:rgba(30,30,30,0.8);
	height:80px;
}
.headbg .head
{
	width:80%;
	margin:auto;
	max-width:1440px;
	box-sizing:border-box;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
}
.headbg .head .logo
{
	height:100%;
	width:80px;
	transition:800ms;
}
.headbg.hghover .head .logo
{
	width:70px;
}
.headbg .head .logo .link
{
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.headbg .head .logo .link .image
{
	width:100%;
	height:auto;
	transition:800ms;
}
.headbg .head .nav
{
	/* width:calc(100% - 160px); */
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	transition:800ms;
}
.headbg.hghover .head .nav
{
	/* width:calc(100% - 140px); */
}
.headbg .head .nav .grid1
{
	height:100%;
	position:relative;
	margin-right:4vw;
}
.headbg .head .nav .grid1:last-child
{
	margin-right:0px;
}
.headbg .head .nav .grid1 .link1
{
	display:block;
	height:100%;
	font-size:15px;
	line-height:100px;
	color:#fff;
	transition:1s;
	position:relative;
}
.headbg.hghover .head .nav .grid1 .link1
{
	line-height:80px;
}
.headbg .head .nav .grid1 .link1::after
{
	position:absolute;
	content:'';
	width:100%;
	bottom:30px;
	height:1px;
	background:#fff;
	left:0px;
	transition:800ms;
	display:none;
}
.headbg.hghover .head .nav .grid1 .link1::after
{
	bottom:18px;
}
.headbg .head .nav .grid1.grid1hover .link1::after
{
	display:block;
}
.headbg .head .nav .grid1:hover .link1
{
	color:#ccc;
}
.headbg .head .nav .grid1 .subnav
{
	position:absolute;
	z-index:100;
	left:50%;
	transform:translate(-50%,0);
	z-index:10;
	background:rgba(30,30,30,0.8);
	display:none;
}
.headbg .head .nav .grid1 .subnav .grid2 .link2
{
	display:block;
	font-size:14px;
	line-height:25px;
	color:#fff;
	white-space:nowrap;
	text-align:center;
	padding:5px 30px;
	transition:1s;
}
.headbg .head .nav .grid1 .subnav .grid2:hover .link2
{
	color:#ccc;
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	background:#110801;
	padding-top:70px;
	padding-bottom:140px;
}
.footbg .foot
{
	width:80%;
	max-width:960px;
	margin:auto;
}
.footbg .foot .fir
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.footbg .foot .fir .fir1
{
	width:320px;
	height:auto;
}
.footbg .foot .fir .fir1 .flogo
{
	width:80px;
	height:auto;
	overflow:hidden;
	margin-bottom:40px;
}
.footbg .foot .fir .fir1 .flogo .link
{
	display:block;
	width:100%;
	height:auto;
}
.footbg .foot .fir .fir1 .flogo .link .image
{
	width:100%;
	height:auto;
}
.footbg .foot .fir .fir1 .phone
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.footbg .foot .fir .fir1 .phone .tit
{
	color:#fff;
	font-size:14px;
	line-height:25px;
}
.footbg .foot .fir .fir1 .phone .des
{
	color:#fff;
	font-size:14px;
	line-height:25px;
}
.footbg .foot .fir .fir2
{
	display:flex;
	width:400px;
	flex-wrap:wrap;
}
.footbg .foot .fir .fir2 dl
{
	width:49%;
	height:auto;
	overflow:hidden;
	margin-right:2%;
}
.footbg .foot .fir .fir2 dl:last-child
{
	margin-right:0px;
}
.footbg .foot .fir .fir2 dl dt
{
	font-size:18px;
	line-height:28px;
	color:#fff;
	margin-bottom:40px;
}
.footbg .foot .fir .fir2 dl dt .link
{
	color:#fff;
	font-weight:600;
	transition:1s;
}
.footbg .foot .fir .fir2 dl dt:hover .link
{
	color:#ccc;
}
.footbg .foot .fir .fir2 dl dd
{
	font-size:14px;
	line-height:25px;
	color:#fff;
	margin-bottom:5px;
}
.footbg .foot .fir .fir2 dl dd.last-child
{
	margin-bottom:0px;
}
.footbg .foot .fir .fir2 dl dd .link
{
	color:#fff;
	transition:1s;
}
.footbg .foot .fir .fir2 dl dd:hover .link
{
	color:#ccc;
}
.footbg .foot .fir .fir2 dl.footnav dd
{
	font-size:18px;
	line-height:28px;
	font-weight:600;
}
.footbg .foot .fir .fir3
{
	width:220px;
	height:auto;
	overflow:hidden;
}
.footbg .foot .fir .fir3 .bigtit
{
	width:100%;
	height:auto;
	color:#fff;
	font-size:18px;
	line-height:28px;
	font-weight:600;
	margin-bottom:30px;
}
.footbg .foot .fir .fir3 .bigtit p
{
	color:#fff;
	font-size:18px;
	line-height:28px;
	font-weight:600;
}
.footbg .foot .fir .fir3 .cinfo
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.footbg .foot .fir .fir3 .cinfo .grid
{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.footbg .foot .fir .fir3 .cinfo .grid:last-child
{
	margin-bottom:0px;
}
.footbg .foot .fir .fir3 .cinfo .grid p
{
	font-size:14px;
	line-height:25px;
	color:#fff;
}
.footbg .foot .fir .fir3 .cinfo .grid p a
{
	font-size:14px;
	line-height:25px;
	color:#fff;
	transition:1s;
}
.footbg .foot .fir .fir3 .cinfo .grid p a:hover
{
	color:#ccc;
}
.footbg .foot .sec
{
	width:100%;
	padding-top:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.footbg .foot .sec .left .fcinfo
{
	display:flex;
	flex-wrap:wrap;
}
.footbg .foot .sec .left .fcinfo .infog
{
	font-size:14px;
	line-height:30px;
	color:#fff;
	margin-right:10px;
}
.footbg .foot .sec .left .fcinfo .infog:last-child
{
	margin-right:0px;
}
.footbg .foot .sec .left .fcinfo .infog a
{
	color:#fff;
	font-size:14px;
	line-height:30px;
	transition:1s;
}
.footbg .foot .sec .left .fcinfo .infog a:hover
{
	color:#ccc;
}
.footbg .foot .sec .shejiaop
{
	display:flex;
	flex-wrap:wrap;
	min-width:220px;
}
.footbg .foot .sec .shejiaop .sgrid
{
	width:30px;
	height:auto;
	margin-right:10px;
}
.footbg .foot .sec .shejiaop .sgrid:last-child
{
	margin-right:0px;
}
.footbg .foot .sec .shejiaop .sgrid .link
{
	display:block;
	width:100%;
	height:30px;
	position:relative;
}
.footbg .foot .sec .shejiaop .sgrid .link .pic
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	transition:1s;
}
.footbg .foot .sec .shejiaop .sgrid .link:hover .pic
{
	opacity:0.8;
}
.footbg .foot .sec .shejiaop .sgrid .link .pic .image
{
	width:100%;
}
.footbg .foot .sec .shejiaop .sgrid .link .twocode
{
	width:100px;
	height:auto;
	overflow:hidden;
	position:absolute;
	z-index:100;
	bottom:30px;
	left:50%;
	transform:translate(-50%,0);
	display:none;
}
.footbg .foot .sec .shejiaop .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.footbg .foot .sec .shejiaop .sgrid:hover .link .twocode
{
	display:block;
}
/**网站底部 end**/
/**底部右侧导航菜单**/
.foottb
{
	width:40px;
	height:auto;
	overflow:hidden;
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:100;
}
.foottb .grid
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
.foottb .grid:last-child
{
	margin-bottom:0px;
}
.foottb .grid .link
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.foottb .grid .link .pic
{
	width:100%;
	height:auto;
}
.foottb .grid .link .pic .image
{
	width:100%;
	height:auto;
}
/**底部右侧导航菜单 end**/
/**网站banner**/
.banner
{
	width:100%;
	height:calc(100vh - 40px);
	overflow:hidden;
	position:relative;
}
.banner .bannerarr
{
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:100;
	cursor: pointer;
	opacity:0;
	border-radius:50%;
	transition:1s;
}
.banner:hover .bannerarr
{
	opacity:1;
}
.banner .leftbtn-prev
{
	background:url('../images/index/bannerleftarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	left:60px;
}
.banner .rightbtn-next
{
	background:url('../images/index/bannerrightarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	right:60px;
}
.banner a
{
	display:block;
	width:100%;
	height:100%;
	min-height:100px;
}
.banner a img
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.banner .swiperpages
{
	position:absolute;
	bottom:15px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.swiperpages
{
	width:100%;
	height:auto;
	text-align:center;

}
.swiperpages .swiper-pagination-bullet-active
{
	background:#110801;
}
/**网站banner end**/
/**网站首页**/
.index_blockbg
{
	width:100%;
	height:auto;
	padding-top:80px;
	padding-bottom:80px;
}
.index_block
{
	width:95%;
	margin:auto;
	max-width:1800px;
}
.indexcatetit
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:36px;
	line-height:40px;
	color:#000;
}
.look
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:0px;
}
.look .webmore
{
	display:inline-block;
	border-bottom:2px solid #000;
	font-size:15px;
	line-height:20px;
	position:relative;
	padding:5px 10px;;
	transition:1s;
}
.look .webmore:hover
{
	background:#000;
	color:#fff;
}
/**工厂**/
.index_block1
{
	overflow:hidden;
}
.index_block1 .prolistbg
{
	width:100%;
	height:auto;
	position:relative;
}
.index_block1 .prolistbg .arr
{
	width:50px;
	height:50px;
	position:absolute;
	z-index:50;
	top:calc(50% - 25px);
	cursor:pointer;
	border-radius: 50%;
	overflow:hidden;
}
.index_block1 .prolistbg .leftbtn-prev
{
	background:url('../images/index/left2.png') no-repeat center center;
	left:0px;
}
.index_block1 .prolistbg .leftbtn-prev:hover
{
	background:url('../images/index/left2_hover.png') no-repeat center center;
	background-color:#000;
}
.index_block1 .prolistbg .rightbtn-next
{
	background:url('../images/index/right2.png') no-repeat center center;
	right:0px;
}
.index_block1 .prolistbg .rightbtn-next:hover
{
	background:url('../images/index/right2_hover.png') no-repeat center center;
	background-color:#000;
}
.index_block1 .prolist
{
	width:calc(100% - 50px);
	margin:auto;
	overflow:hidden;
	margin-top:80px;
}

.index_block1 .prolist .swiper-slide a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_block1 .prolist .swiper-slide a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:60%;
	position:relative;
}
.index_block1 .prolist .swiper-slide a .pic img
{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	transition:1s;
}
.index_block1 .prolist .swiper-slide a:hover .pic img
{
	transform: scale(1.1);
}
.index_block1 .prolist .swiper-slide a .tit
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	margin-top:10px;
}
.index_block1 .prolist .swiper-slide a .tit .entit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:25px;
	transition:1s;
}
.index_block1 .prolist .swiper-slide a:hover .tit .entit
{
	opacity:0;
}
.index_block1 .prolist .swiper-slide a .tit .cntit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:25px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	opacity:0;
	transition:1s;
}
.index_block1 .prolist .swiper-slide a:hover .tit .cntit
{
	opacity:1;
}
/**工厂 end**/
/**产品分类**/
.index_blockbg2
{
	background:#f6f6f6;
}
.index_block2
{
	overflow:hidden;
}
.index_block2 .look
{
	margin-top:20px;
}
.index_block2 .procatebg
{
	width:100%;
	height:auto;
	position:relative;
}
.index_block2 .procatebg .arr
{
	width:50px;
	height:50px;
	position:absolute;
	z-index:50;
	top:calc(50% - 25px);
	cursor:pointer;
	border-radius: 50%;
	overflow:hidden;
}
.index_block2 .procatebg .leftbtn-prev
{
	background:url('../images/index/left2.png') no-repeat center center;
	left:0px;
}
.index_block2 .procatebg .leftbtn-prev:hover
{
	background:url('../images/index/left2_hover.png') no-repeat center center;
	background-color:#000;
}
.index_block2 .procatebg .rightbtn-next
{
	background:url('../images/index/right2.png') no-repeat center center;
	right:0px;
}
.index_block2 .procatebg .rightbtn-next:hover
{
	background:url('../images/index/right2_hover.png') no-repeat center center;
	background-color:#000;
}
.index_block2 .procatelist
{
	width:calc(100% - 50px);
	margin:auto;
	overflow:hidden;
	margin-top:50px;
}
.index_block2 .procatelist a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	background:#fff;
	position:relative;
}
.index_block2 .procatelist a .cntit
{
	font-size:16px;
	text-align:center;
	overflow:hidden;
	height:20px;
	line-height:20px;
	text-overflow: ellipsis;
	white-space:nowrap;
	padding-top:30px;
	padding-bottom:30px;
}
.index_block2 .procatelist a .pic
{
	width:100%;
	height:auto;
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
}
.index_block2 .procatelist a .pic img
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	transition:1s;
}
.index_block2 .procatelist a:hover .pic img
{
	transform: scale(1.1);
}

.index_block2 .procatelist a .entit
{
	font-size:16px;
	text-align:center;
	overflow:hidden;
	height:20px;
	line-height:20px;
	text-overflow: ellipsis;
	white-space:nowrap;
	padding-top:30px;
	padding-bottom:30px;
}
.index_block2 .procatelist a .bigpic
{
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	bottom:-100%;
	left:0px;
	opacity:0;
	z-index:50;
	transition:500ms;
}
.index_block2 .procatelist a:hover .bigpic
{
	opacity:1;
	bottom:0px;
}
.index_block2 .procatelist a .bigpic img
{
	width:100%;
	height:100%;
	object-fit:cover;
}
/**产品分类 end**/

/**新闻**/
.index_blockbg3
{
	background:#fff;
}
.index_block3
{
	overflow:hidden;
}
.index_block3 .indnewslistbg
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_block3 .indnewslist
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:50px;
}
.index_block3 .indnewslist a
{
	display:block;
	width:100%;
	height:auto;
	background:#f6f6f6;
	overflow:hidden;
}
.index_block3 .indnewslist a .text
{
	width:100%;
	height:auto;
	padding:10%;
	overflow:hidden;
	box-sizing: border-box;
}
.index_block3 .indnewslist a .text .tit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:28px;
	color:#666;
	height:28px;
	margin-bottom:15px;
}
.index_block3 .indnewslist a .text .time
{
	font-size:14px;
	line-height:20px;
	overflow:hidden;
	color:#ccc;
	margin-bottom:15px;
}
.index_block3 .indnewslist a .text .des
{
	width:100%;
	height:50px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	font-size:15px;
	line-height:25px;
}
.index_block3 .indnewslist a .pic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	position:relative;
	overflow:hidden;
}
.index_block3 .indnewslist a .pic img
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	transition:1s;
}
.index_block3 .indnewslist a:hover .pic img
{
	transform: scale(1.1);
}
.index_block3 .indnewslist .swiperpages
{
	margin-top:15px;
}
.index_block3 .look
{
	margin-top:15px;
}
/**新闻 end**/

/**关于我们**/
.index_blockbg4
{
	padding-top:100px;
}
.index_block4
{
	overflow:hidden;
	max-width:1600px;
}
.index_blockbg4 .indabout
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.index_blockbg4 .indabout .abouttext
{
	width:37.5%;
	padding:3%;
	box-sizing:border-box;
	overflow:hidden;
}
.index_blockbg4 .indabout .abouttext .indexcatetit
{
	text-align:left;
}
.index_blockbg4 .indabout .abouttext .des
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:28px;
	margin-top:20px;
}
.index_blockbg4 .indabout .abouttext .des p
{
	font-size:15px;
	line-height:28px;
}
.index_blockbg4 .indabout .abouttext .look
{
	margin-top:20px;
	text-align:left;
}
.index_blockbg4 .indabout .aboutvideo
{
	width:62.5%;
	height:auto;
	overflow:hidden;
}
.index_blockbg4 .indabout .aboutvideo video
{
	display:block;
	width:100%;
	height:auto;
	object-fit: cover;
}
.index_blockbg4 .indabout .aboutvideo img
{
	width:100%;
	height:auto;
}
/**关于我们 end**/

/**留言**/

.index_blockbg5
{
	background:#cac8c6;
}
.index_block5
{
	overflow:hidden;
}
.index_block5 .indfeedbackbg
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_block5 .indfeedback
{
	width:100%;
	max-width: 880px;
	height:auto;
	overflow:hidden;
	margin:50px auto 0;
}
.index_block5 .indfeedback .top
{
	text-align: center;
	font-size: 14px;
	line-height:25px;
}
.index_block5 .indfeedback .content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_block5 .indfeedback .content .item{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 2px #000 solid;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.index_block5 .indfeedback .content .item p{
	white-space:nowrap;
}
.index_block5 .indfeedback .content .item input{
	width: 100%;
	padding-left: 15px;
	line-height: 2;
	border: unset;
	background-color: unset;
}
.index_block5 .indfeedback .content .item textarea{
	width: 100%;
	padding: 10px 0px;
	line-height: 2;
	border: unset;
	background-color: unset;
}
.index_block5 .indfeedback .content .item input:focus,
.index_block5 .indfeedback .content .item textarea:focus{
	outline: none;
}
.index_block5 .indfeedback .content .item.item2{
	width: 49%;
}
.index_block5 .indfeedback .content .item.item3{
	flex-flow: column;
	align-items: start;
	padding-bottom: 30px;
}
.index_block5 .indfeedback .content .btn{
	position: relative;
	width: 100%;
}
.index_block5 .indfeedback .content .btn .submit{
	cursor: pointer;
	display: table;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 10px 70px;
	margin: -20px auto 0;
}
/**留言 end**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
.insideblockbg
{
	padding-top:80px;
	padding-bottom:80px;
	overflow: hidden;
}
/**网站内页banner**/
.inside_banner
{
	width:100%;
	height:auto;
}
.inside_banner a
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.inside_banner a .pic
{
	width:100%;
	height:auto;
}
.inside_banner a .pic img
{
	width:100%;
	height:auto;
}
/**网站内页banner end**/
/**内页内容区**/
.insideblock
{
	max-width:1600px;
	height:auto;
	margin:auto;
	width:95%;
}
.insidecontent
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	margin:auto;
} 
.insidecontent p
{
	font-size:15px;
	line-height:25px;
}
.insidecontent ul li
{
	 list-style:disc;
}
.insidecontent img
{
	display:inline;
	max-width:100%;
}
.inside_bigtit
{
	width:100%;
	height:auto;
	font-weight:bold;
	font-size:18px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
/**内页内容区 end**/
/**上一篇下一篇**/
.prevnext
{
	width:100%;
	height:auto;
	overflow:hidden;
	display: flex;
	flex-wrap:wrap;
	margin-top:30px;
}
.prevnext .grid
{
	width:50%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#666;
}
.prevnext .grid:nth-child(2n)
{
	text-align:right;
}
.prevnext .grid a
{
	color:#666;
	transition:1s;
}
.prevnext .grid a:hover
{
	color:#000;
}
/**上一篇下一篇 end**/
/**发布时间**/
.create_time
{
	width:100%;
	height:auto;
	font-size:15px;
	margin-top:15px;
	line-height:25px;
	color:#999;
	text-align:center;
	margin-bottom:30px;
}
/**发布时间 end**/
/**二级菜单**/
.sitenavbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	padding-top:10px;
	margin-bottom:30px;
}
.sitenavbg .sitenav
{
	max-width:1600px;
	width:95%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin:auto;
}
.sitenavbg .sitenav .grid
{
	overflow:hidden;
	margin-right:20px;
}
.sitenavbg .sitenav .grid a
{
	font-size:16px;
	color:#999;
	border-bottom:3px solid #fff;
	transition:1s;
	line-height:25px;
	padding:10px 5px;
	display:block;

}
.sitenavbg .sitenav .grid a.hover
{
	color:#000;
	border-bottom:3px solid #000;

}
.sitenavbg .sitenav .grid a:hover
{
	color:#000;
	border-bottom:3px solid #000;
}
/**二级菜单 end**/
/**产品展示**/
.productblockbg
{
	padding-top:30px;
}
.insprolist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.insprolist .grid
{
	width:23%;
	height:auto;
	overflow:hidden;
	margin-right:2.66%;
	margin-bottom:30px;
}
.insprolist .grid:nth-child(4n)
{
	margin-right:0px;
}
.insprolist .grid a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.insprolist .grid a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:75%;
	position:relative;
}
.insprolist .grid a .pic img
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10;
	object-fit:cover;
	transition:1s;
}
.insprolist .grid:hover a .pic img
{
	transform: scale(1.1);
}
.insprolist .grid a .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	text-align:center;
	line-height:25px;
	margin-top:10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#999;
	transition:1s;
}
.insprolist .grid:hover a .title
{
	color:#000;
}
/**产品展示 end**/
/**产品详情**/
.proshowfir
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:30px;
    align-items:flex-start;    
}
.proshowfir .picarr
{
    width:48%;
    height:auto;
	position:relative;
}
.proshowfir .picarr .arr
{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:10;
	cursor: pointer;
}
.proshowfir .picarr .leftbtn-prev
{
	left:20px;
	background:url(../images/leftarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.proshowfir .picarr .rightbtn-next
{
	right:20px;
	background:url(../images/rightarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.proshowfir .picarr .picarrlist
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
}
.proshowfir .picarr .picarrlist .outpic
{
    width:100%;
    height:auto;
    position:relative;
    padding-bottom:75%;
}
.proshowfir .picarr .picarrlist .outpic .pic
{
    width:100%;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    border:1px solid #ccc;
    box-sizing:border-box;
    
}
.proshowfir .picarr .picarrlist .outpic .pic .image
{
    max-width:100%;
    max-height:100%;
    display:block;
}
.proshowfir .picarr .picarrlist .swiperpages
{
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.proshowfir .prorightcont
{
    width:48%;
    padding:30px 50px;
    box-sizing:border-box;
}
.proshowfir .prorightcont .protitle
{
    width: 100%;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.proshowfir .prorightcont .des
{
	font-size:15px;
	line-height:25px;
}
.proshowfir .prorightcont .des p
{
	font-size:15px;
	line-height:25px;
}
.productshowcontent
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.productshowcontent .title
{
	width:100%;
	font-size:16px;
	line-height:25px;
	border-bottom:1px solid #ddd;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:25px;
	color:#666;
}
.protjtitle
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:32px;
    margin-bottom:50px;
    line-height:1.5;
}
.productviewblockbg2
{
	padding-top:0px;
}
/**产品详情 end**/
/**生活下载**/
.insidelifeblock
{
	padding-top:80px;
	padding-bottom:80px;
}
.insidelifeblock .lifedes
{
	width:100%;
	text-align:center;
	font-size:20px;
	line-height:28px;
	overflow:hidden;
	max-width:1200px;
	color:#000;
	margin:auto;
	margin-bottom:50px;
}
.insidelifeblock .insslifelist
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:50px;
}
.insslifelist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.insslifelist .grid
{
	width:22%;
	height:auto;
	overflow:hidden;
	margin-right:4%;
	margin-bottom:30px;
}
.insslifelist .grid:nth-child(4n)
{
	margin-right:0px;
}
.insslifelist .grid .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:130%;
	position:relative;
}
.insslifelist .grid .pic img
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10;
	object-fit:cover;
	transition:1s;
}
.insslifelist .grid:hover .pic img
{
	transform: scale(1.1);
}
.insslifelist .grid .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	line-height:25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top:20px;
}
.insslifelist .grid .des
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	line-height:25px;
	color:#999;
	margin-top:20px;
	margin-bottom:20px;
}
.insslifelist .grid .download
{
	width:100%;
	height:auto;
	font-size:0px;
	overflow:hidden;
	text-align:center;
}
.insslifelist .grid .download a
{
	display:inline-block;
	font-size:18px;
	border-bottom:1px solid #000;
	text-align:center;
	line-height:30px;
	padding-left:5px;
	padding-right:5px;
	transition:1s;
}
.insslifelist .grid .download a:hover
{
	background:#000;
	color:#fff;
}
/**生活下载 end**/
/**关于我们**/
.aboutblockbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:80px;
	padding-bottom:80px;
}
.aboutblockbg .insideblock
{
	max-width:1300px;
}
.aboutblockbg1 .insideblock .aboutus
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutblockbg1 .insideblock .aboutus .abouttit
{
	font-size:36px;
	line-height:40px;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.aboutblockbg2
{
	background:#e9e9e9;
}
.aboutblockbg2 .aboutpiclist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.aboutblockbg2 .aboutpiclist .grid
{
	width:32%;
	height:auto;
	overflow:hidden;
	margin-right:2%;
}
.aboutblockbg2 .aboutpiclist .grid:nth-child(3n)
{
	margin-right:0px;
}
.aboutblockbg2 .aboutpiclist .grid a
{
	display:block;
	overflow:hidden;
}
.aboutblockbg2 .aboutpiclist .grid a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutblockbg2 .aboutpiclist .grid a .pic img
{
	width:100%;
	height:auto;
	transition:1s;
}
.aboutblockbg2 .aboutpiclist .grid:hover a .pic img
{
	transform: scale(1.1);
}
.aboutblockbg2 .aboutpiclist .grid a .tit
{
	width:100%;
	text-align:center;
	font-size:18px;
	line-height:25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	margin-top:15px;
}
.aboutblockbg3 .abouttextlist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.aboutblockbg3 .abouttextlist .grid
{
	width:23%;
	margin-right:2.66%;
	height:auto;
	overflow:hidden;
}
.aboutblockbg3 .abouttextlist .grid:nth-child(4n)
{
	margin-right:0px;
}
.aboutblockbg3 .abouttextlist .grid .tit
{
	width:100%;
	height:50px;
	padding-left:60px;
	box-sizing: border-box;
	position:relative;
	font-size:18px;
	line-height:50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.aboutblockbg3 .abouttextlist .grid .des
{
	font-size:14px;
	color:#999;
	line-height:25px;
	margin-top:10px;
}
.aboutblockbg3 .abouttextlist .grid .tit::before
{
	content: "";
	left:0px;
	top:0px;
	z-index:10;
	position:absolute;
	width:50px;
	height:50px;
}
.aboutblockbg3 .abouttextlist .grid1 .tit::before
{
	background:url('../images/about/about3_tb1.jpg') no-repeat center center;	
}
.aboutblockbg3 .abouttextlist .grid2 .tit::before
{
	background:url('../images/about/about3_tb2.jpg') no-repeat center center;	
}
.aboutblockbg3 .abouttextlist .grid3 .tit::before
{
	background:url('../images/about/about3_tb3.jpg') no-repeat center center;	
}
.aboutblockbg3 .abouttextlist .grid4 .tit::before
{
	background:url('../images/about/about3_tb4.jpg') no-repeat center center;	
}
.aboutblockbg4
{
	width:100%;
	height:40vw;
	background:url('../images/about/about_video.jpg') no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
}
.aboutblockbg4 .videobtn
{
	width:70px;
	height:70px;
	border-radius:50%;
	background:rgba(255,255,255,0.5);
	cursor: pointer;
	position:absolute;
	transition:1s;
}
.aboutblockbg4 .videobtn::after
{
	content:'';
	position:absolute;
	top:14px;
	left:28px;
	z-index:10;
	border-left:22px solid #fff;
	border-right:22px solid transparent;
	border-top:22px solid transparent;
	border-bottom:22px solid transparent;
}
.aboutblockbg4 .videobtn:hover
{
	background:rgba(0,0,0,0.8);
}
.allvideobg
{
	width:100%;
	height:100vh;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1000;
	background:rgba(0,0,0,0.3);
	display:none;
}
.allvideobg1
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
}
.allvideobg .video
{
	width:1200px;
	height:auto;
	position:relative;
}
.allvideobg .video video
{
	display:block;
	width:100%;
	height:auto;
}
.allvideobg .video .done
{
	width:30px;
	height:30px;
	text-align:center;
	line-height:28px;
	font-size:25px;
	background:#fff;
	border-radius:50%;
	border:1px solid #ddd;
	box-sizing:border-box;
	position:absolute;
	z-index:100;
	right:-15px;
	top:-15px;
	color:#ccc;
	cursor:pointer;
}
.aboutblockbg5
{
	padding:0px;
	position:relative;
}
.aboutblockbg5 .bg
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutblockbg5 .bg .image
{
	width:100%;
	height:auto;
}
.aboutblockbg5 .dtit
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
}
.aboutblockbg5 .dtit .extit
{
	width:100%;
	text-align:center;
	font-size:24px;
	line-height:26px;
	color:#fff;
	margin-bottom:20px;
}
.aboutblockbg5 .dtit .tit
{
	width:100%;
	text-align:center;
	font-size:36px;
	line-height:40px;
	color:#fff;
}
/**关于我们 end**/
/**新闻中心**/
.insidenewsblockbg
{
	/* background:#fff; */
}
.insideblock .newslist
{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.insideblock .newslist .grid
{
	width:23%;
	height:auto;
	margin-bottom:30px;
	overflow:hidden;
	margin-right:2.66%;
}
.insideblock .newslist .grid:nth-child(4n)
{
	margin-right:0px;
}
.insideblock .newslist a
{
	display:block;
	width:100%;
	height:auto;
	background:#f6f6f6;
	overflow:hidden;
}
.insideblock .newslist a .text
{
	width:100%;
	height:auto;
	padding:10%;
	overflow:hidden;
	box-sizing: border-box;
}
.insideblock .newslist a .text .tit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:28px;
	color:#666;
	height:28px;
	margin-bottom:15px;
}
.insideblock .newslist a .text .time
{
	font-size:14px;
	line-height:20px;
	overflow:hidden;
	color:#ccc;
	margin-bottom:15px;
}
.insideblock .newslist a .text .des
{
	width:100%;
	height:50px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	font-size:15px;
	line-height:25px;
}
.insideblock .newslist a .pic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	position:relative;
	overflow:hidden;
}
.insideblock .newslist a .pic img
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	transition:1s;
}
.insideblock .newslist a:hover .pic img
{
	transform: scale(1.1);
}
/**新闻中心 end**/
/**分页**/
.pages
{
	width:100%;
}
.Pagination__Nav {
    text-align: center;
    margin: 20px 0;
	margin-bottom:80px;
}

.Pagination__Nav span {
    padding: 5px 10px;
    background: #eee;
    color: #333;
    transition: all 0.3s;
    font-size: 14px;
}

.Pagination__Nav a {
    padding: 5px 10px;
    background: #eee;
    color: #333;
    transition: all 0.3s;
    font-size: 14px;
}

.Pagination__Nav .is-active {
    background: #333;
	color:#fff;

}

.Pagination__Nav span:hover {
    background: #333;
	color:#fff;
}

.Pagination__Nav a:hover {
    background: #333;
	color:#fff;
}
/**分页 end**/
/**店铺**/
.storelist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-top:50px;
}
.storelist .grid
{
	width:32%;
	height:auto;
	overflow:hidden;
	margin-right:2%;
	margin-bottom:30px;
}
.storelist .grid:nth-child(3n)
{
	margin-right:0px;
}
.storelist .grid a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.storelist .grid a .pic
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:50%;
	overflow:hidden;
}
.storelist .grid a .pic img
{
	width:100%;
	height:100%;
	object-fit: cover;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	transition:1s;
}
.storelist .grid:hover a .pic img
{
	transform: scale(1.1);
}
.storelist .grid a .tit
{
	width:100%;
	height:auto;
	font-size:17px;
	line-height:25px;
	margin-top:10px;
	text-align:center;
	color:#000;
}
.storelist .grid a .address
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	margin-top:5px;
	text-align:center;
	color:#999;
	transition:1s;
}
.storelist .grid:hover a .address
{
	color:#000;
}
/**店铺 end**/
/**联系我们**/
.contactblockbg1
{
	padding-bottom:0px;
}
.contactblockbg1 .contacttit
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:36px;
	line-height:40px;
	color:#000;
}
.contactblockbg1 .biaoyu
{
	font-size:14px;
	line-height:25px;
	text-align:center;
	padding-top:15px;
}
.contactblockbg1 .contactinfo
{
	padding-bottom:60px;
	padding-top:30px;
}
.contactblockbg1 .contactinfo .grid
{
	font-size:14px;
	line-height:22px;
	text-align:center;
}
.contactblockbg1 .map
{
	width:100%;
	height:500px;
}
/**联系我们 end**/
/**工厂展示**/
.factoryblockbg
{
	padding-top:30px;
}
.insfactorylist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.insfactorylist .grid
{
	width:49%;
	height:auto;
	overflow:hidden;
	margin-right:2%;
	margin-bottom:30px;
}
.insfactorylist .grid:nth-child(2n)
{
	margin-right:0px;
}
.insfactorylist .grid a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.insfactorylist .grid a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:60%;
	position:relative;
}
.insfactorylist .grid a .pic img
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10;
	object-fit:cover;
	transition:1s;
}
.insfactorylist .grid:hover a .pic img
{
	transform: scale(1.1);
}
.insfactorylist .grid a .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	text-align:center;
	line-height:25px;
	margin-top:10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#999;
	transition:1s;
}
.insfactorylist .grid:hover a .title
{
	color:#000;
}
/**工厂展示 end**/
/**视频列表**/
.videolist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.videolist .grid
{
	width:48%;
	height:auto;
	margin-right:4%;
	margin-bottom:30px;
	cursor: pointer;
}
.videolist .grid:nth-child(2n)
{
	margin-right:0px;
}
.videolist .grid .link
{
	display:block;
	width:100%;
}
.videolist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:66.66%;
	overflow:hidden;
	position:relative;
}
.videolist .grid .link .outpic .playbtn
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	width:100%;
	height:100%;
	background:url('../images/video_play.png') no-repeat center center;
	background-size:50px 50px;
	background-color:rgba(0,0,0,0.2);
	transition:1s;
}
.videolist .grid:hover .link .outpic .playbtn
{
	background-color:rgba(0,0,0,0);
}
.videolist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.videolist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.videolist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.videolist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	font-size:15px;
	text-align:center;
	line-height:25px;
	display:none;
}
/**视频列表 end**/
/**全屏视频**/
.fullscreenvideobg
{
	width:100%;
	height:100vh;
	z-index:20000;
	background:rgba(0,0,0,0.5);
	top:0px;
	left:0px;
	position:fixed;
	display:none;
}
.fullscreenvideobg .closebtn
{
	width:80px;
	height:80px;
	font-size:75px;
	color:#fff;
	line-height:75px;
	text-align:center;
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;
	cursor:pointer;
}
.fullscreenvideo
{
    position:absolute;
    top:0px;
    left:0px;
	width:100%;
	height:100%;
    z-index:10;
}
.fullscreenvideobg .videoblock
{
	width:80%;
    height:80%;
	overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    z-index:30;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.fullscreenvideobg .videoblock .video_1
{
    display:block;
    max-height:100%;
    max-width:100%;
}
/**全屏视频 end**/
/**锚点**/
.maodian
{
	width:100%;
	height:80px;
	margin-top:-80px;
}
/**锚点 end**/
/**内页 end**/