/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family:"Microsoft YaHei",sans-serif;
}
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**/
/**网站头部**/
.headbg
{
	width:100%;
	height:95px;
	background:#bea78a;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
	box-sizing:border-box;
}
.headbg .head
{
	width:90%;
	height:100%;
	min-width:1200px;
	max-width:1750px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:auto;
}
.headbg .head .lefthead
{
	height:100%;
	display:flex;
	flex-wrap:wrap;
}
.headbg .head .lefthead .logo
{
	height:100%;
	width:145px;
	margin-right:60px;
}
.headbg .head .lefthead .logo .link
{
	display:flex;
	width:100%;
	height:100%;
	align-items:center;
	justify-content:center;
}
.headbg .head .lefthead .logo .link .image
{
	width:100%;
	height:auto;
}
.headbg .head .righthead .nav
{
	display:flex;
	height:100%;
	flex-wrap:wrap;
}
.headbg .head .righthead .nav .grid1
{
	height:100%;
	margin-right:60px;
	position:relative;
}
.headbg .head .righthead .nav .grid1:last-child
{
	margin-right:0px;
}
.headbg .head .righthead .nav .grid1 .link1
{
	display:block;
	height:100%;
	line-height:95px;
	font-size:16px;
	color:#fff;
	transition:500ms;
}
.headbg .head .righthead .nav .grid1:hover .link1
{
	color:rgba(255,255,255,0.8);
}
.headbg .head .righthead .nav .grid1 .subnav
{
	position:absolute;
	left:0px;
	border-left:1px solid #fff;
	z-index:10;
	margin-bottom:30px;
	padding-left:10px;
	display:none;
}
.headbg .head .righthead .nav .grid1 .subnavbg
{
	position:fixed;
	top:95px;
	left:0px;
	width:100%;
	background:#bea78a;
	z-index:1;
}
.headbg .head .righthead .nav .grid1 .subnav .grid2 .link2
{
	color:#fff;
	font-size:16px;
	line-height:28px;
	display:block;
	white-space:nowrap;
	transition:500ms;
}
.headbg .head .righthead .nav .grid1 .subnav .grid2:hover .link2
{
	color:rgba(255,255,255,0.8);
}
.headbg .head .righthead
{
	display:flex;
	justify-content:flex-end;
	height:100%;
}
.headbg .head .righthead .lan
{
	height:100%;
	line-height:95px;
	font-size:16px;
	color:#fff;
	margin-left:30px;
}
.headbg .head .righthead .lan .link
{
	color:#fff;
}
.headbg .head .righthead .lan span
{
	color:#fff;
	margin-left:5px;
	margin-right:5px;
}
.shejiao
{
	display:flex;
	flex-wrap:wrap;
}
.shejiao .sgrid
{
	width:28px;
	margin-right:10px;
}
.headbg .head .righthead .shejiao
{
	height:100%;
}
.headbg .head .righthead .shejiao .sgrid
{
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.shejiao .sgrid:last-child
{
	margin-right:0px;
}
.shejiao .sgrid .link
{
	display:block;
	position:relative;
	cursor:pointer;
}
.shejiao .sgrid .link .pic
{
	width:100%;
	height:auto;
}
.shejiao .sgrid .link .pic .image
{
	width:100%;
	height:auto;
}
.shejiao .sgrid .link .twocode
{
	position:absolute;
	z-index:10;
	left:50%;
	transform:translate(-50%,0px);
	width:100px;
	display:none;
}
.shejiao .sgrid .link:hover .twocode
{
	display:block;
}
.shejiao .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.headsupport
{
	width:100%;
	height:95px;
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	width:100%;
	height:auto;
}
.footbg .firbg
{
	padding-top:50px;
	padding-bottom:50px;
	background:#bea78a;
}
.footbg .secbg
{
	padding-top:50px;
	padding-bottom:50px;
	background:#9e8a74;
}
.footbg .footblock
{
	width:90%;
	margin:auto;
	min-width:1200px;
	max-width:1750px;
	display:flex;
	flex-wrap:wrap;
}
.footbg .footblock .fgrid
{
	width:25%;
}
.footbg .footblock .fgrid2
{
	margin-left:4%;
	margin-right:4%;
	width:42%;
}
.footbg .footblock .foottit
{
	font-size:17px;
	line-height:22px;
	color:#fff;
	margin-bottom:10px;
}
.footbg .footblock .footdes
{
	font-size:15px;
	line-height:22px;
	color:#fff;
}
.footbg .footblock .footdes p
{
	color:#fff;
}
.footbg .footblock .footdes a
{
	color:#fff;
}
.footbg .footblock .shejiao .sgrid .link .twocode
{
	top:50%;
	transform:translate(-50%,-50%);
}
.footbg .secbg .footblock .fgrid2 .logo
{
	width:100%;
	height:auto;
	justify-content:center;
	display:flex;
	flex-wrap:wrap;	
	margin-bottom:15px;
}
.footbg .secbg .footblock .fgrid2 .logo .link
{
	display:block;
}
.footbg .secbg .footblock .fgrid2 .logo .link .image
{
	width:130px;
}
.footbg .secbg .footblock .fgrid2 .pronav
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.footbg .secbg .footblock .fgrid2 .pronav .grid
{
	margin-left:20px;
	margin-right:20px;
}
.footbg .secbg .footblock .fgrid2 .pronav .grid .link
{
	display:block;
	color:#fff;
	font-size:15px;
	line-height:25px;
}
.footbg .firbg .footblock .fgrid2 .inputblock
{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.footbg .firbg .footblock .fgrid2 .inputblock .input
{
	width:100%;
	max-width:320px;
	background:none;
	border:none;
	border-bottom:1px solid #fff;
	font-size:15px;
	height:30px;
	outline:none;
}
.footbg .firbg .footblock .fgrid2 .inputblock .input::-webkit-input-placeholder
{
	color:#fff;
}
.footbg .firbg .footblock .fgrid2 .btn
{
	font-size:15px;
	cursor:pointer;
	color:#fff;
	line-height:25px;
}
/**网站底部 end**/
/**网站banner**/
.bannerblock
{
	width:90%;
	max-width:1750px;
	min-width:1200px;
	margin:auto;
	margin-top:40px;
}
.banner
{
	width:100%;
	height:auto;
	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/leftarr_ca.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	left:60px;
}
.banner .rightbtn-next
{
	background:url('../images/rightarr_ca.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:auto;
	min-height:100px;
}
.banner a img
{
	width:100%;
	height:auto;
}
.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:#fff;
}
/**网站banner end**/
/**网站模块大小**/
.webblockbg
{
	width:100%;
	height:auto;
	padding-top:80px;
	padding-bottom:80px;
	overflow-x:visible;
}
.webblockbg .webblock
{
	width:90%;
	max-width:1750px;
	min-width:1200px;
	height:auto;
	margin:auto;
}
/**网站模块大小 end**/
/**网站首页**/
/**首页标题**/
.indexbigtit
{
	font-size:30px;
	color:#bea78a;
	line-height:1;
	margin-bottom:10px;
	
}
.indexexbigtit
{
	font-size:25px;
	color:#bea78a;
	line-height:1;
	margin-bottom:20px;
	font-weight:300;
}
.indexdes
{
	font-size:15px;
	line-height:25px;
	margin-bottom:20px;
}
.indexdes p
{
	font-size:15px;
	line-height:25px;
}
/**首页标题 end**/
/**产品系列1和关于我们**/
.indprocate .grid
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:80px;
}
.indprocate .grid:last-child
{
	margin-bottom:0px;
}
.indprocate .grid .wenzi
{
	width:40%;
	box-sizing:border-box;
	padding-right:30px;
}
.indprocate .grid .piclist
{
	width:60%;
	height:auto;
	overflow:hidden;
}
.indprocate .grid .piclist .indexprocate
{
	width:120%;
	overflow:hidden;
}
.indprocate .grid .piclist .indexprocate .outpic
{
	width:100%;
	height:auto;
	padding-bottom:52%;
	position:relative;
	overflow:hidden;
}
.indprocate .grid .piclist .indexprocate .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.indprocate .grid .piclist .indexprocate .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.indprocate .grid .piclist .pic1
{
	width:100%;
	height:auto;
}
.indprocate .grid .piclist .pic1 .image
{
	width:100%;
	height:auto;
}
.indprocate .grid:nth-child(2n)
{
	flex-direction:row-reverse;
}
.indprocate .grid:nth-child(2n - 1) .wenzi .indexbigtit
{
	text-align:right;
}
.indprocate .grid:nth-child(2n - 1) .wenzi .indexexbigtit
{
	text-align:right;
}
.indprocate .grid .wenzi .more
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.indprocate .grid .wenzi .more .link
{
	display:block;
	font-size:15px;
	line-height:1;
	padding-left:10px;
	border-left:1px solid #bea78a;
	transition:500ms;
}
.indprocate .grid .wenzi .more .link:hover
{
	color:#bea78a;
}
.indprocate .grid:nth-child(2n-1) .wenzi .more
{
	justify-content:flex-end;
}
.indprocate .grid .wenzi .indexdes
{
	width:80%;
}
.indprocate .grid:nth-child(2n - 1) .wenzi .indexdes
{
	margin-left:20%;
	text-align:right;
}
.indprocate .grid:nth-child(2n - 1) .wenzi .indexdes p
{
	text-align:right;
}
.indprocate .grid:nth-child(2n) .wenzi
{
	padding-left:30px;
	padding-right:0px;
}
.indprocate .grid .pic1
{
	width:60%;
	height:auto;
	overflow:hidden;
}
.indprocate .grid .pic1 .image
{
	width:100%;
	height:auto;
}
/**产品系列1和关于我们 end**/
/**新闻**/
.indblockbg2
{
	padding-top:0px;
}
.indblockbg2 .indbigtit
{
	font-size:30px;
	color:#bea78a;
	line-height:1;
	margin-bottom:15px;
	text-align:center;
}
.indblockbg2 .indbigentit
{
	font-size:25px;
	color:#bea78a;
	line-height:1;
	margin-bottom:50px;
	font-weight:300;
	text-align:center;
}
.indblockbg2 .indexnewslist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.indblockbg2 .indexnewslist .grid
{
	width:22%;
	margin-right:4%;
}
.indblockbg2 .indexnewslist .grid:nth-child(4n)
{
	margin-right:0px;
}
.indblockbg2 .indexnewslist .grid .link
{
	display:block;
	width:100%;
	height:auto;
}
.indblockbg2 .indexnewslist .grid .link .outpic
{
	width:100%;
	position:relative;
	padding-bottom:66.66%;
	height:auto;
	overflow:hidden;
}
.indblockbg2 .indexnewslist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.indblockbg2 .indexnewslist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.indblockbg2 .indexnewslist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.indblockbg2 .indexnewslist .grid .link .outpic .playbtn
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	background:url(../images/videoplay.png) no-repeat center center;
	background-size:50px 50px;
	background-color:rgba(0,0,0,0.3);

}
.indblockbg2 .indexnewslist .grid .time
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	color:#bea78a;
	margin-top:15px;
}
.indblockbg2 .indexnewslist .grid .title
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
	color:#bea78a;
}
/**新闻 end**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
/**锚点**/
.maodian
{
	width:100%;
	height:95px;
	margin-top:-95px;
	overflow:hidden;
}
/**锚点 end**/
/**没有banner时**/
.none-banner
{
	width:100%;
	height:auto;
}
/**没有banner时 end**/
/**网站内页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**/
/**内页内容区**/
.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:20px;
	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:#bea78a;
}
/**上一篇下一篇 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**/
/**网站内页整体部分 end**/
/**栏目信息**/
.cateinfo
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:40px;
}
.cateinfo .catename
{
	font-size:32px;
	overflow:hidden;
}
.cateinfo .summary
{
	font-size:15px;
	line-height:28px;
	margin-top:15px;
}
.cateinfo .summary p
{
	font-size:15px;
	line-height:28px;
}
/**栏目信息 end**/
/**当前位置**/
.pathblockbg
{
	
}
.pathblock
{
    width:90%;
	margin:auto;
	max-width:1750px;
	min-width:1200px;
    height:auto;
    overflow:hidden;
}
.pathblock .path
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    padding-top:30px;
    padding-bottom:30px;
}
.pathblock .path .websitename
{
    height:auto;
    overflow:hidden;
    font-size:15px;
    line-height:25px;
	color:#666;
}
.pathblock .path .nlist
{
    width:calc(100% - 100px);
    height:auto;
    display:flex;
    flex-wrap:wrap;
}
.pathblock .path .nlist .link
{
    display:block;
    font-size:15px;
    line-height:25px;
    transition:1s;
	color:#666;
}
.pathblock .path .nlist .link:hover
{
    color:#bea78a;
}
.pathblock .path .nlist .arr
{
    display:block;
    font-size:14px;
    line-height:25px;
}
.pathblock .path .nlist .arr:last-child
{
   display:none;
}
/**当前位置 end**/
/**关于我们**/
.aboutblock1 .tit
{
	font-size:17px;
	margin-bottom:15px;
	line-height:25px;
	font-weight:600;
}
.aboutcetit
{
	font-size:30px;
	line-height:35px;
	color:#bea78a;
	margin-bottom:20px;
}
.aboutcetit span
{
	font-weight:300;
}
.aboutcetit1
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.aboutcetit1 .cn
{
	font-size:30px;
	line-height:35px;
	color:#bea78a;
	margin-bottom:20px;
}
.aboutcetit1 .en
{
	font-size:30px;
	line-height:35px;
	color:#bea78a;
	font-weight:300;
}
/**企业简介**/
.aboutbg2
{
	padding-top:0px;
}
.jianjie
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.jianjie .left
{
	width:40%;
	box-sizing:border-box;
}
.jianjie .right
{
	width:56%;
}
.jianjie .right .pic
{
	width:100%;
	height:auto;
}
.jianjie .right .pic .image
{
	width:100%;
	height:auto;
}
/**企业简介 end**/
/**品牌故事**/
.aboutbg3
{
	padding-top:0px;
}
.aboutbg3 .pinpaigushi
{
	width:100%;
	padding-top:80px;
	padding-bottom:80px;
	background:url('../images/about/aboutbg3.jpg') no-repeat center center;
	background-size:cover;
}
.aboutbg3 .pinpaigushi .aboutcetit
{
	text-align:center;
	color:#fff;
	margin-bottom:80px;
}
.aboutbg3 .pinpaigushi .gushilist
{
	width:80%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
.aboutbg3 .pinpaigushi .gushilist .bigpic
{
	width:30%;
	height:auto;
}
.aboutbg3 .pinpaigushi .gushilist .bigpic .image
{
	width:100%;
	height:auto;
}
.aboutbg3 .pinpaigushi .gushilist .rightlist
{
	width:66%;
	height:auto;
}
.aboutbg3 .pinpaigushi .gushilist .rightlist .list1
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutbg3 .pinpaigushi .gushilist .rightlist .list1 .grid
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	margin-bottom:30px;
}
.aboutbg3 .pinpaigushi .gushilist .rightlist .list1 .grid .pic
{
	width:60px;
	height:auto;
}
.aboutbg3 .pinpaigushi .gushilist .rightlist .list1 .grid .pic .image
{
	width:100%;
	height:auto;
}
.aboutbg3 .pinpaigushi .gushilist .rightlist .list1 .grid .des
{
	width:calc(100% - 80px);
	height:auto;
	font-size:15px;
	color:#fff;
	line-height:25px;
}
.aboutbg3 .pinpaigushi .gushilist .rightlist .list1 .grid .des p
{
	color:#fff;
}
.aboutbg3 .pinpaigushi .gushilist .rightlist .list2
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutbg3 .pinpaigushi .gushilist .rightlist .list2 .grid
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	margin-bottom:30px;
}
.aboutbg3 .pinpaigushi .gushilist .rightlist .list2 .grid:last-child
{
	margin-bottom:0px;
}
.aboutbg3 .pinpaigushi .gushilist .rightlist .list2 .grid .tit
{
	width:100px;
	height:30px;
	background:#bea78a;
	text-align:center;
	color:#fff;
	line-height:30px;
}
.aboutbg3 .pinpaigushi .gushilist .rightlist .list2 .grid .des
{
	width:calc(100% - 120px);
	height:auto;
	font-size:15px;
	color:#fff;
	line-height:25px;
}
.aboutbg3 .pinpaigushi .gushilist .rightlist .list2 .grid .des p
{
	color:#fff;
}
/**品牌故事 end**/
/**原创设计**/
.aboutbg4
{
	padding-top:0px;
}
.aboutbg4 .yuanchuang
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutbg4 .yuanchuang .fir
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:50px;
}
.aboutbg4 .yuanchuang .fir .leftpic
{
	width:56%;
	height:auto;
	overflow:hidden;
}
.aboutbg4 .yuanchuang .fir .leftpic .image
{
	width:100%;
	height:auto;
}
.aboutbg4 .yuanchuang .fir .right
{
	width:40%;
	height:auto;
}
.aboutbg4 .yuanchuang .fir .des1
{
	width:100%;
	font-size:18px;
	line-height:25px;
	margin-bottom:5px;
}
.aboutbg4 .yuanchuang .fir .des2
{
	width:100%;
	font-size:16px;
	line-height:25px;
	margin-bottom:20px;
}
.aboutbg4 .yuanchuang .fir .rightpiclist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
}
.aboutbg4 .yuanchuang .fir .rightpiclist .grid
{
	width:22%;
	margin-right:4%;
	overflow:hidden;
}
.aboutbg4 .yuanchuang .fir .rightpiclist .grid:nth-child(4n)
{
	margin-right:0px;
}
.aboutbg4 .yuanchuang .fir .rightpiclist .grid .pic
{
	width:100%;
	height:auto;
	padding-bottom:65%;
	position:relative;
	margin-bottom:10px;
}
.aboutbg4 .yuanchuang .fir .rightpiclist .grid .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;

}
.aboutbg4 .yuanchuang .fir .rightpiclist .grid .tit
{
	width:100%;
	text-align:center;
	font-size:15px;
	line-height:25px;
}
.aboutbg4 .yuanchuang .sec
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.aboutbg4 .yuanchuang .sec .grid
{
	width:49%;
	margin-right:2%;
}
.aboutbg4 .yuanchuang .sec .grid:nth-child(2n)
{
	margin-right:0px;
}
.aboutbg4 .yuanchuang .sec .grid .pic
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:70%;
}
.aboutbg4 .yuanchuang .sec .grid .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	object-fit:cover;
}
/**原创设计 end**/
/**企业文化**/
.aboutbg5
{
	padding-top:0px;
}
.aboutbg5 .aboutcetit
{
	margin-bottom:50px;
}
.qiyewenhua
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.qiyewenhua .grid
{
	width:22%;
	margin-right:4%;
	display:flex;
}
.qiyewenhua .grid:nth-child(4n)
{
	margin-right:0px;
}
.qiyewenhua .grid .tit
{
	font-size:15px;
	line-height:25px;
	font-weight:600;
	white-space:nowrap;
}
.qiyewenhua .grid .des
{
	font-size:15px;
	line-height:25px;
	color:#999;
}
.qiyewenhua .grid .des p
{
	color:#999;
}
/**企业文化 end**/
/**社会公益**/
.aboutbg6
{
	padding-top:0px;
}
.aboutbg6 .gongyi
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.aboutbg6 .gongyi .left
{
	width:40%;
	height:auto;
}
.aboutbg6 .gongyi .right
{
	width:56%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.aboutbg6 .gongyi .right .grid
{
	width:49%;
	margin-right:2%;
	margin-bottom:20px;
}
.aboutbg6 .gongyi .right .grid:nth-last-child(-n+2)
{
	margin-bottom:0px;
}
.aboutbg6 .gongyi .right .grid:nth-child(2n)
{
	margin-right:0px;
}
.aboutbg6 .gongyi .right .grid .pic
{
	width:100%;
	height:auto;
	padding-bottom:65%;
	position:relative;
}
.aboutbg6 .gongyi .right .grid .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.aboutbg6 .gongyi .left .aboutcetit1 .cn
{
	text-align:right;
}
.aboutbg6 .gongyi .left .aboutcetit1 .en
{
	text-align:right;
}
.aboutbg6 .gongyi .left .insidecontent
{
	text-align:right;
}
.aboutbg6 .gongyi .left .insidecontent p
{
	text-align:right;
}
/**社会公益 end**/
/**企业荣誉**/
.aboutbg7
{
	padding-top:0px;
}
.aboutbg7 .rongyu .aboutcetit1
{
	text-align:right;
}
.aboutbg7 .rongyulist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.aboutbg7 .rongyulist .grid
{
	width:23%;
	height:auto;
	margin-right:2.66%;
	margin-bottom:20px;
}
.aboutbg7 .rongyulist .grid:nth-last-child(-n+4)
{
	margin-bottom:0px;
}
.aboutbg7 .rongyulist .grid:nth-child(4n)
{
	margin-right:0px;
}
.aboutbg7 .rongyulist .grid .link
{
	display:block;
	height:auto;
}
.aboutbg7 .rongyulist .grid .link .pic
{
	overflow:hidden;
	box-shadow:0px 0px 5px #333;
	padding-bottom:68%;
	position:relative;
}
.aboutbg7 .rongyulist .grid .link .pic .image
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:500ms;
}
.aboutbg7 .rongyulist .grid .link .titblock
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:30px;
}
.aboutbg7 .rongyulist .grid .link .titblock .tit
{
	padding:10px 20px;
	background:#bea78a;
	box-sizing:border-box;
	max-width:100%;
	color:#fff;
	line-height:1;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
/**企业荣誉 end**/
/**商学院**/
.aboutbg8
{
	padding-top:0px;
}
.shangxueyuan
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
.shangxueyuan .left
{
	width:56%;
	height:auto;
	overflow:hidden;
}
.shangxueyuan .left .pic
{
	width:100%;
	height:auto;
}
.shangxueyuan .left .pic .image
{
	width:100%;
	height:auto;
}
.shangxueyuan .right
{
	width:40%;
}
/**商学院 end**/
/**专注生产**/
.aboutbg9
{
	padding-top:0px;
}
.zhuanzhublock
{
	width:100%;
	box-sizing:border-box;
	padding-top:80px;
	padding-bottom:80px;
	background:url('../images/about/aboutbg9.jpg') no-repeat center center;
	background-size:cover;
}
.zhuanzhublock .zhuanzhu
{
	width:80%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	overflow:hidden;
}
.zhuanzhublock .zhuanzhu .left
{
	width:56%;
}
.zhuanzhublock .zhuanzhu .left .aboutcetit1 .cn
{
	color:#fff;
}
.zhuanzhublock .zhuanzhu .left .aboutcetit1 .en
{
	color:#fff;
}
.zhuanzhublock .zhuanzhu .left .insidecontent
{
	color:#fff;
}
.zhuanzhublock .zhuanzhu .left .insidecontent p
{
	color:#fff;
}
.zhuanzhublock .zhuanzhu .right
{
	width:40%;
}
.zhuanzhublock .zhuanzhu .right .image
{
	width:100%;
	height:auto;
}
/**专注生产 end**/
/**关于我们 end**/
/**新闻列表**/
.newslistbg
{
	padding-top:0px;
}
.newslist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.newslist .grid
{
	width:32%;
	margin-right:2%;
	margin-bottom:30px;
}
.newslist .grid:nth-child(3n)
{
	margin-right:0px;
}
.newslist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.newslist .grid .link .time
{
	font-size:15px;
	line-height:25px;
	color:#bea78a;
}
.newslist .grid .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:66.66%;
	margin-bottom:15px;
}
.newslist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.newslist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.newslist .grid .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.newslist .grid .link .outpic .playbtn
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	width:100%;
	height:100%;
	background:url('../images/videoplay.png') no-repeat center center;
	background-size:80px 80px;
	background-color:rgba(0,0,0,0.5);
	transition:1s;
}
.newslist .grid:hover .link .outpic .playbtn
{
	background-color:rgba(0,0,0,0);
}
.newslist .grid .link .title
{
	font-size:15px;
	color:#bea78a;
	overflow:hidden;
	line-height:25px;
}
/* .newslist .grid .link .des
{
	font-size:14px;
	height:40px;
	line-height:22px;
	color:#999;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom:10px;
	transition:1s;
}
.newslist .grid:hover .link .des
{
	color:#000;
}
.newslist .grid .link .more
{
	font-size:14px;
	line-height:22px;
	color:#999;
	transition:1s;
}
.newslist .grid:hover .link .more
{
	color:#000;
} */
/**新闻列表 end**/
/**列表整体**/
.catelistblock
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.catelistblock .leftcateblock
{
	width:300px;
	height:auto;
}
.catelistblock .leftcateblock .leftcate
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.catelistblock .leftcateblock .leftcate .grid1
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
.catelistblock .leftcateblock .leftcate .grid1 .link1
{
	font-size:15px;
	line-height:25px;
	display:block;
	transition:500ms;
}
.catelistblock .leftcateblock .leftcate .grid1:hover .link1
{
	color:#888;
}
.catelistblock .leftcateblock .leftcate .grid1.hover1 .link1
{
	color:#bea78a;
}
.catelistblock .leftcateblock .leftcate .grid1.hover1 .subcatenav
{
	display:block;
}
.catelistblock .leftcateblock .leftcate .grid1 .subcatenav
{
	width:100%;
	display:none;
}
.catelistblock .leftcateblock .leftcate .grid1 .subcatenav .grid2
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.catelistblock .leftcateblock .leftcate .grid1 .subcatenav .grid2 .link2
{
	width:100%;
	font-size:14px;
	color:#999;
	line-height:25px;
	box-sizing: border-box;
	display:block;
	padding-left:15px;
	transition:500ms;
}
.catelistblock .leftcateblock .leftcate .grid1 .subcatenav .grid2:hover .link2
{
	color:#333;
}
.catelistblock .leftcateblock .leftcate .grid1 .subcatenav .grid2.hover2 .link2
{
	color:#bea78a;
}
.catelistblock .rightcatelist
{
	width:calc(100% - 330px);
	height:auto;
}
.catesearch
{
	width:100%;
	height:auto;
}
.catesearch .prosearch
{
	width:100%;
	border-bottom:1px solid #333;
	display:flex;
	flex-wrap:wrap;
}
.catesearch .prosearch .inputblock
{
	width:calc(100% - 35px);
	height:auto;
}
.catesearch .prosearch .inputblock .input
{
	width:100%;
	height:35px;
	border:none;
	outline:none;
	font-size:15px;
}
.catesearch .prosearch .inputblock .input::-webkit-input-placeholder
{
	color:#999;
}
.catesearch .prosearch .btn
{
	width:35px;
	height:35px;
	background:url('../images/search_black.png') no-repeat center center;
	background-size:60% 60%;
}
.catesearch .prosearch .btn input
{
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	cursor:pointer;
}
/**列表整体 end**/
/**产品列表**/
.productlistbg
{
	padding-top:0px;
}
.prolist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.prolist .grid
{
	width:22%;
	height:auto;
	margin-right:4%;
	margin-bottom:30px;
}
.prolist .grid:nth-child(4n)
{
	margin-right:0px;
}
.prolist .grid .link
{
	display:block;
	width:100%;
}
.prolist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:66.66%;
	overflow:hidden;
	position:relative;
}
.prolist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.prolist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.prolist .grid .link .outpic .jiabg
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:15;
	background:rgba(255,255,255,0.6);
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	opacity:0;
	transition:500ms;
}
.prolist .grid .link:hover .outpic .jiabg
{
	opacity:1;
}
.prolist .grid .link .outpic .jiabg .jia
{
	font-size:35px;
	line-height:1;
	font-weight:300;
}
.prolist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	font-size:15px;
	line-height:25px;
	transition:500ms;
}
.prolist .grid .link:hover .title
{
	color:#bea78a;
	border-bottom:1px solid #bea78a;
}
/**产品列表 end**/
/**产品详情**/
.productviewblockbg1
{
	position:relative;
	padding-top:0px;
	padding-bottom:20px;
}
.productviewblockbg1 .bbg
{
	width:100%;
	height:80%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
	background:#bea78a;
}
.productviewblockbg1 .productviewblock1
{
	position:relative;
	z-index:10;
}
.productviewblockbg1 .pathblockbg
{
	position:relative;
	z-index:15;
}
.productviewblockbg1 .pathblockbg .pathblock .path .websitename
{
	color:#fff;
}
.productviewblockbg1 .pathblockbg .pathblock .path .nlist .link
{
    color:#fff;
}
.productviewblockbg1 .pathblockbg .pathblock .path .nlist .link:hover
{
    color:#fff;
}
.productviewblockbg1 .pathblockbg .pathblock .path .nlist .arr
{
	color:#fff;
}
.proshowfir
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.proshowfir .leftpic
{
	width:56%;
	height:auto;
	overflow:hidden;
}
.proshowfir .leftpic .pic
{
	position:relative;
	width:100%;
	padding-bottom:66.66%;
}

.proshowfir .leftpic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
}
.proshowfir .prorightcont
{
	width:40%;
	height:auto;
	padding-top:30px;
}
.proshowfir .prorightcont .catetit
{
	width:100%;
	height:auto;
	font-size:22px;
	line-height:25px;
	color:#fff;
	margin-bottom:10px;
}
.proshowfir .prorightcont .cateextit
{
	font-size:18px;
	line-height:25px;
	margin-bottom:15px;
}
.proshowfir .prorightcont .protitle
{
	font-size:16px;
	color:#fff;
	margin-bottom:10px;
	line-height:25px;
}
.proshowfir .prorightcont .des
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:25px;
}
.proshowfir .prorightcont .des p
{
	font-size:15px;
	line-height:25px;
}
.productviewblockbg2
{
	padding-top:0px;
}
.productviewblock2 .fir
{
	margin-bottom:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.productviewblock2 .fir .left
{
	width:40%;
}
.productviewblock2 .fir .left.leftnone
{
	width:100%;
	max-width:1000px;
	margin:auto;
}
.productviewblock2 .fir .right
{
	width:56%;
}
.productviewblock2 .fir .right .picarr
{
    width:100%;
    height:auto;
	position:relative;
}
.productviewblock2 .fir .right .picarr .arr
{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:10;
	cursor: pointer;
}
.productviewblock2 .fir .right .picarr .leftbtn-prev
{
	left:20px;
	background:url(../images/leftarr_xq.png) no-repeat center center;
	background-size:100% 100%;
	background-color:#bea78a;
}
.productviewblock2 .fir .right .picarr .rightbtn-next
{
	right:20px;
	background:url(../images/rightarr_xq.png) no-repeat center center;
	background-size:100% 100%;
	background-color:#bea78a;
}
.productviewblock2 .fir .right .picarr .picarrlist
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
}
.productviewblock2 .fir .right .picarr .picarrlist .outpic
{
    width:100%;
    height:auto;
    position:relative;
    padding-bottom:50%;
}
.productviewblock2 .fir .right .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;
    
}
.productviewblock2 .fir .right .picarr .picarrlist .outpic .pic .image
{
    max-width:100%;
    max-height:100%;
    display:block;
}
.productviewblock2 .fir .right .picarr .picarrlist .swiperpages
{
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.productviewblock2 .protjtitle
{
	width:100%;
	font-size:18px;
	line-height:25px;
	margin-bottom:30px;
	color:#bea78a;
}
.productviewblock2 .proxianglist
{
	display:flex;
	flex-wrap:wrap;
}
.productviewblock2 .proxianglist .grid
{
	width:23%;
	margin-right:2.66%;
	margin-bottom:20px;
}
.productviewblock2 .proxianglist .grid:nth-child(4n)
{
	margin-right:0px;
}
.productviewblock2 .proxianglist .grid .link
{
	display:block;
	width:100%;
	height:auto;
}
.productviewblock2 .proxianglist .grid .link .pic
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:100%;
	overflow:hidden;
}
.productviewblock2 .proxianglist .grid .link .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	transition:500ms;
}
.productviewblock2 .proxianglist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
/**产品详情 end**/
/**图册**/
.tucelistbg
{
	padding-top:0px;
}
.tuce
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.tuce .grid
{
	width:23%;
	margin-right:2.66%;
	margin-bottom:15px;
}
.tuce .grid:nth-child(4n)
{
	margin-right:0px;
}
.tuce .grid .link
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.tuce .grid .link .outpic
{
	width:100%;
	position:relative;
}
.tuce .grid .link .outpic .downbg
{
	background:rgba(0,0,0,0.3);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	opacity:0;
	transition:500ms;
}
.tuce .grid .link .outpic .downbg .image
{
	width:40px;
	height:auto;
}
.tuce .grid .link:hover .outpic .downbg
{
	opacity:1;
}
.tuce .grid .link .outpic .pic
{
	width:100%;
	height:auto;
	padding-bottom:119%;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.tuce .grid .link .outpic .pic .image
{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.tuce .grid .link .title
{
	font-size:15px;
	line-height:25px;
	margin-top:10px;
	transition:500ms;
}
.tuce .grid .link:hover .title
{
	color:#bea78a;
}
/**图册 end**/
/**专卖店**/
.storebg1
{
	background:#bea78a;
	padding-bottom:20px;
}
.storeblock1 .mdcztit
{
	width:100%;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:25px;
	margin-bottom:30px;
}
.storeblock1 .mdselectlist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:960px;
	margin:auto;
}
.storeblock1 .mdselectlist .select
{
	width:calc(100% - 90px);
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.storeblock1 .mdselectlist .select select
{
	width:calc(33.33% - 6.66px);
	height:30px;
	outline:none;
	box-sizing: border-box;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #fff;
}
.storeblock1 .mdselectlist .searchbtn
{
	width:80px;
	height:30px;
	font-size:15px;
	background:#fff;
	text-align:center;
	line-height:30px;
	cursor:pointer;
	transition:500ms;
}
.storeblock1 .mdselectlist .searchbtn:hover
{
	background:#888;
	color:#fff;
}
.storelist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.storelist .grid
{
	width:49%;
	height:auto;
	margin-right:2%;
	margin-bottom:30px;
}
.storelist .grid:nth-child(2n)
{
	margin-right:0px;
}
.storelist .grid .link
{
	display:block;
	width:100%;
}
.storelist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:52%;
	overflow:hidden;
	position:relative;
}
.storelist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.storelist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.storelist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.storelist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	font-size:15px;
	text-align:center;
	line-height:25px;
	color:#bea78a;
}
/**专卖店 end**/

/**联系我们**/
.contactbg1
{
	padding-top:0px;
}
.contactfir
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.contactfir .infogrid
{
	width:100%;
	height:auto;
	font-size:15px;
	line-height:28px;
}
.contactfir .infogrid2
{
	margin-bottom:10px;
}
.contactblock1 .msg .first
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.contactblock1 .msg .first .mgrid
{
	width:32%;
	margin-right:2%;
}
.contactblock1 .msg .first .mgrid:nth-child(3n)
{
	margin-right:0px;
}
.contactblock1 .msg .first .mgrid .inputb
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactblock1 .msg .first .mgrid .inputb .input
{
	width:100%;
	height:35px;
	font-size:14px;
	box-sizing:border-box;
	border:1px solid #ccc;
	outline:none;
	padding-left:15px;
	padding-right:15px;
}
.contactblock1 .msg .sec
{
	margin-bottom:20px;
	width:100%;
	height:auto;
}
.contactblock1 .msg .sec .inputb
{
	width:100%;
	height:auto;
}
.contactblock1 .msg .sec .inputb textarea
{
	width:100%;
	height:150px;
	padding:15px;
	box-sizing:border-box;
	outline:none;
	border:1px solid #ccc;
	font-size:14px;
}
.contactblock1 .msg .submit
{
	width:60px;
	text-align:center;
	font-size:15px;
	line-height:1;
	border-left:1px solid #bea78a;
	cursor:pointer;
	transition:500ms;
}
.contactblock1 .msg .submit:hover
{
	color:#bea78a;
}
/**联系我们 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**/
/**分页**/
.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**/
/**右侧菜单**/
.rightnav
{
	width:40px;
	position:fixed;
	top:50%;
	transform:translate(0,-50%);
	right:0px;
	z-index:2000;
}
.rightnav .sgrid
{
	width:100%;
	height:40px;
	background:#fff;
	margin-bottom:5px;
}
.rightnav .sgrid:last-child
{
	margin-bottom:0px;
}
.rightnav .sgrid .link
{
	display:block;
	position:relative;
	cursor:pointer;
}
.rightnav .sgrid .link .pic
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link .pic .image
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link .extitle
{
	position:absolute;
	top:0px;
	right:40px;
	height:40px;
	line-height:40px;
	font-size:15px;
	white-space:nowrap;
	background:#fff;
	padding:0px 30px;
	display:none;
	z-index:100;
}
.rightnav .sgrid .link:hover .extitle
{
	display:block;
}
.rightnav .sgrid .link .twocode
{
	position:absolute;
	top:0px;
	right:40px;
	width:120px;
	background:#fff;
	z-index:100;
	display:none;
}
.rightnav .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.rightnav .sgrid .link:hover .twocode
{
	display:block;
}
/**右侧菜单 end**/
/**网站内页 end**/


