/**网站全局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**/
/**网站头部**/
.headbg
{
	width:100%;
	min-width:100%;
	max-width:100%;
	top:0px;
	left:0px;
	z-index:100;
	height:120px;
	box-sizing:border-box;
	padding-top:10px;
	background:rgba(0,0,0,0.2);
	position:fixed;
	transition:800ms;
}
.headbg:hover
{
	background:#d53026;
}
.headbg.hghover
{
	padding-top:0px;
	background:#d53026;
	height:60px;
}
.headbg .head
{
	width:100%;
	box-sizing:border-box;
	padding-left:30px;
	padding-right:30px;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
}
.headbg .head .logo
{
	width:100%;
	height:60px;
	transition:800ms;
}
.headbg.hghover .head .logo
{
	position:absolute;
	width:160px;
	left:30px;
	z-index:20;
}
.headbg .head .logo .link
{
	width:100%;
	height:100%;
	position:relative;
	display:block;
}
.headbg .head .logo .link .image
{
	width:130px;
	height:auto;
	position:absolute;
	top:15px;
	left:50%;
	transform:translate(-50%,0px);
}
.headbg .head .nav
{
	height:60px;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:center;
	position:absolute;
	bottom:0px;
}
.headbg .head .nav .grid1
{
	height:100%;
	position:relative;
	margin-left:15px;
	margin-right:15px;
}
.headbg .head .nav .grid1:last-child
{
	margin-right:0px;
}
.headbg .head .nav .grid1 .link1
{
	display:block;
	height:100%;
	font-size:15px;
	line-height:60px;
	color:#fff;
	transition:1s;
	position:relative;
}
.headbg.hghover .head .nav .grid1 .link1
{
	line-height:60px;
}
.headbg .head .nav .grid1 .link1::after
{
	position:absolute;
	content:'';
	width:100%;
	bottom:18px;
	height:1px;
	background:#fff;
	left:0px;
	display:none;
}
.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:#d53026;
	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-left:20px;
	padding-right:20px;
	transition:1s;
}
.headbg .head .nav .grid1 .subnav .grid2:hover .link2
{
	color:#ccc;
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	width:100%;
	height:auto;
	padding:100px 0px;
	background:#98221f;
}
.footbg .foot
{
	width:80%;
	margin:auto;
	max-width:1400px;
	min-width:1200px;
}
.footbg .foot .fir
{
	 width:100%;
	 display:flex;
	 flex-wrap:wrap;
	 border-bottom:1px solid #cd9391;
	 padding-bottom:20px;
	 justify-content:space-between;
}
.footbg .foot .fir .flogo
{
	width:160px;
	height:auto;
	padding-left:30px;
	padding-top:5px;
}
.footbg .foot .fir .flogo .link
{
	display:block;
	width:100%;
	height:auto;
}
.footbg .foot .fir .flogo .link .image
{
	width:100%;
	height:auto;
}
.footbg .foot .fir .rshejiao
{
	display:flex;
}
.footbg .foot .fir .rshejiao .gtit
{
	font-size:22px;
	color:#fff;
	line-height:40px;
	margin-right:30px;
}
.footbg .foot .fir .rshejiao .shejiaop
{
	height:auto;
	font-size:0px;
}
.footbg .foot .fir .rshejiao .shejiaop .sgrid
{
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:auto;
	margin-right:20px;
}
.footbg .foot .fir .rshejiao .shejiaop .sgrid:last-child
{
	margin-right:0px;
}
.footbg .foot .fir .rshejiao .shejiaop .sgrid .link
{
	display:block;
	width:100%;
	position:relative;
	cursor:pointer;
}
.footbg .foot .fir .rshejiao .shejiaop .sgrid .link .pic
{
	width:100%;
	height:40px;
	border-radius:50%;
	background:#fff;
}
.footbg .foot .fir .rshejiao .shejiaop .sgrid .link .pic .image
{
	width:100%;
	height:auto;
}
.footbg .foot .fir .rshejiao .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 .fir .rshejiao .shejiaop .sgrid .link .twocode .image
{
	width:100%;
	height:auto;
}
.footbg .foot .fir .rshejiao .shejiaop .sgrid:hover .link .twocode
{
	display:block;
}
.footbg .foot .sec
{
	padding-top:50px;
	display:flex;
	flex-wrap:wrap;
}
.footbg .foot .sec .left
{
	width:30%;
}
.footbg .foot .sec .left .fcinfo
{
	width:100%;
}
.footbg .foot .sec .left .fcinfo .infog
{
	width:100%;
	color:#fff;
	font-size:15px;
	line-height:25px;
	margin-bottom:15px;
}
.footbg .foot .sec .left .fcinfo .infog a
{
	color:#fff;
}
.footbg .foot .sec .left .fcinfo .infog:last-child
{
	margin-bottom:0px;
}
.footbg .foot .sec .right
{
	width:65%;
	margin-left:5%;
}
.footbg .foot .sec .right .footnav
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.footbg .foot .sec .right .footnav .fgrid
{
	width:18%;
	height:auto;
	overflow:hidden;
	margin-right:2.5%;
	color:#fff;
	margin-bottom:20px;
}
.footbg .foot .sec .right .footnav .fgrid:nth-child(5n)
{
	margin-right:0px;
}
.footbg .foot .sec .right .footnav .fgrid .link
{
	color:#fff;
	font-size:15px;
	line-height:25px;
	transition:1s;
}
.footbg .foot .sec .right .footnav .fgrid:hover .link
{
	color:#ccc;
}
/**网站底部 end**/
/**网站banner**/
.banner
{
	width:100%;
	height:100vh;
	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:#d53026;
}
/**网站banner end**/
/**网站模块大小**/
.webblockbg
{
	width:100%;
	height:auto;
	padding-top:100px;
	padding-bottom:100px;
	background:#fcfaf3;
	overflow-x:visible;
}
.webblockbg .webblock
{
	width:90%;
	max-width:1600px;
	min-width:1200px;
	height:auto;
	margin:auto;
}
.webblockbg .block1400
{
	 max-width:1400px;
}
/**网站模块大小 end**/
/**底部右侧导航菜单**/
.foottb
{
	width:50px;
	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**/
/**网站首页**/
/**首页标题**/
.indcatetit
{
	width:100%;
	height:auto;
	font-size:32px;
	text-align:center;
	font-weight:600;
	line-height:1.5;
	text-transform:uppercase;
	padding-bottom:5px;
	color:#000;
}
.indcatedes
{
	width:100%;
	height:auto;
	font-size:16px;
	text-align:center;
	line-height:1.5;
	color:#040404;
}
.indextitarr
{
	height:40px;
	border-radius:10px;
	background:#d53026;
	border:2px solid #fff;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	box-shadow:2px 4px 4px #666;
	transition:1s;
}
.indextitarr .tit
{
	width:calc(100% - 30px);
	height:100%;
	font-size:18px;
	line-height:36px;
	color:#fff;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.indextitarr .arr
{
	width:20px;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.indextitarr .arr .image
{
	width:100%;
	height:auto;
}
/**首页标题 end**/
/**首页1-产品系列**/
.indblock1 .indprocate
{
	width:100%;
	height:auto;
	overflow:hidden;
	/* display:flex;
	flex-wrap:wrap; */
	padding-top:80px;
}
.indblock1 .indprocate .grid
{
	width:100%;
	/* width:24%;
	margin-right:1.33%; */
	height:auto;
}
.indblock1 .indprocate .grid:nth-child(4n)
{
	margin-right:0px;
}
.indblock1 .indprocate .grid .link
{
	display:block;
	position:relative;
}
.indblock1 .indprocate .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:140%;
	position:relative;
	overflow:hidden;
}
.indblock1 .indprocate .grid .link .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	transition:1s;
}
.indblock1 .indprocate .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.indblock1 .indprocate .grid .link .indextitarr
{
	position:absolute;
	bottom:30px;
	width:80%;
	left:50%;
	transform:translate(-50%,0);
	z-index:10;
}
.indblock1 .indprocate .grid:hover .link .indextitarr
{
	background:#98221f;
}
/**首页1-产品系列 end**/
/**首页2-Home inspiration**/
.indblockbg2
{
	position:relative;
}
.indblockbg2 .picbg
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
.indblockbg2 .picbg .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.indblockbg2 .indblock2
{
	 position:relative;
	 z-index:2;
	 display:flex;
	 flex-wrap:wrap;
	 justify-content:flex-end;
}
.indblockbg2 .indblock2 .inspiration
{
	width:600px;
	background:rgba(255,255,255,0.7);
	border-radius:20px;
	box-sizing:border-box;
	padding:60px 40px;
	margin-right:20px;
}
.indblockbg2 .indblock2 .inspiration .tit
{
	width:100%;
	height:auto;
	font-size:32px;
	text-align:left;
	line-height:1.5;
	text-transform:uppercase;
	color:#d53026;
	margin-bottom:30px;
}
.indblockbg2 .indblock2 .inspiration .des
{
	font-size:16px;
	line-height:25px;
	overflow:hidden;
}
.indblockbg2 .indblock2 .inspiration .des p
{
	font-size:16px;
	line-height:25px;
	overflow:hidden;
	margin-bottom:20px;
}
.indblockbg2 .indblock2 .inspiration .des p:last-child
{
	margin-bottom:0px;
}
/**首页2-Home inspiration end**/
/**首页3-新闻**/
.indexnewslist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	max-width:1400px;
	margin:auto;
	padding-top:80px;
}
.indexnewslist .grid
{
	width:32%;
	margin-right:2%;
}
.indexnewslist .grid:nth-child(3n)
{
	margin-right:0px;
}
.indexnewslist .grid .link
{
	display:block;
	width:100%;
	height:auto;
	border-radius:20px;
	overflow:hidden;
}
.indexnewslist .grid .link .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:56%;
}
.indexnewslist .grid .link .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
	transition:1s;
}
.indexnewslist .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.indexnewslist .grid .link .titlelg
{
	background:#d53026;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	box-sizing: border-box;
	padding:15px 20px;
	justify-content:center;
	transition:1s;
}
.indexnewslist .grid:hover .link .titlelg
{
	background:#98221f;
}
.indexnewslist .grid .link .titlelg .lg
{
	height:12px;
	border-right:1px solid #fff;
	padding-right:10px;
	margin-right:10px;
	margin-top:3.4px;
}
.indexnewslist .grid .link .titlelg .lg .image
{
	height:100%;
}
.indexnewslist .grid .link .titlelg  .tit
{
	max-width:calc(100% - 100px);
	font-size:14px;
	color:#fff;
	line-height:20px;
	height:40px;
	overflow:hidden;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	text-overflow:ellipsis;
}
/**首页3-新闻 end**/
/**首页4-关于 **/
.indblockbg4
{
	padding-top:0px;
}
.indaboutus
{
	width:100%;
	height:auto;
	padding-top:80px;
	position:relative;
	overflow:hidden;
}
.indaboutus .pic
{
	width:100%;
	height:auto;
}
.indaboutus .pic .image
{
	width:100%;
	height:auto;
}
.indaboutus .textblock
{
	width:20%;
	height:100%;
	position:absolute;
	top:0px;
	right:5%;
	overflow:hidden;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	align-content:center;
}
.indaboutus .textblock .text
{
	font-size:15px;
	line-height:25px;
	color:#fff;
	width:100%;
	margin-bottom:30px;
}
.indaboutus .textblock .text p
{
	font-size:15px;
	color:#fff !important;
	line-height:25px;
}
.indaboutus .textblock .indextitarr
{
	width:90%;
}
.indaboutus .textblock .indextitarr:hover
{
	background:#98221f;
}
/**首页4-关于 end**/
/**首页5-设计师**/
.indblockbg5
{
	padding-top:0px;
}
.indblock5 .inddesign
{
	width:100%;
	margin:auto;
	max-width:1400px;
	margin:auto;
	height:auto;
	overflow:hidden;
	/* display:flex;
	flex-wrap:wrap; */
	padding-top:80px;
}
.indblock5 .inddesign .grid
{
	width:100%;
	/* width:24%;
	margin-right:1.33%; */
	height:auto;
}
.indblock5 .inddesign .grid:nth-child(4n)
{
	margin-right:0px;
}
.indblock5 .inddesign .grid .link
{
	display:block;
	position:relative;
}
.indblock5 .inddesign .grid .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:105%;
	position:relative;
	overflow:hidden;
}
.indblock5 .inddesign .grid .link .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	transition:1s;
}
.indblock5 .inddesign .grid:hover .link .pic .image
{
	transform:scale(1.1);
}
.indblock5 .inddesign .grid .link .indextitarr
{
	position:absolute;
	bottom:30px;
	width:80%;
	left:50%;
	transform:translate(-50%,0);
	z-index:10;
}
.indblock5 .inddesign .grid:hover .link .indextitarr
{
	background:#98221f;
}
/**首页5-设计师 end**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
/**锚点**/
.maodian
{
	width:100%;
	height:60px;
	margin-top:-60px;
	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;
}
.inside_banner a .bannercatetit
{
	width:100%;
	font-size:40px;
	color:#fff;
	line-height:1.5;
	text-align:center;
	text-shadow:2px 2px 2px #333;
	text-align:center;
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	z-index:10;
}
/**网站内页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:28px;
	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:#98221f;
}
/**上一篇下一篇 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
{
	/* background:#faf7f2; */
}
.pathblock
{
    width:90%;
	margin:auto;
	max-width:1600px;
	min-width:1200px;
    height:auto;
    overflow:hidden;
}
.pathblock .path
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    padding-top:30px;
    padding-bottom:10px;
}
.pathblock .path .websitename
{
    height:auto;
    overflow:hidden;
    font-size:16px;
    line-height:25px;
	color:#999;
}
.pathblock .path .nlist
{
    width:calc(100% - 100px);
    height:auto;
    display:flex;
    flex-wrap:wrap;
}
.pathblock .path .nlist .link
{
    display:block;
    font-size:16px;
    line-height:25px;
    transition:1s;
	color:#999;
}
.pathblock .path .nlist .link:hover
{
    color:#666;
}
.pathblock .path .nlist .arr
{
    display:block;
    font-size:14px;
    line-height:25px;
}
.pathblock .path .nlist .arr:last-child
{
   display:none;
}
/**当前位置 end**/
/**关于我们**/
.aboutblock .aboutit
{
	font-size:60px;
	line-height:1.2;
	color:#98221f;
	font-weight:600;
	margin-bottom:50px;
	text-transform:uppercase;
	box-sizing:border-box;
}
.aboutblock .aboutcont
{
	font-size:16px;
	line-height:28px;
}
.aboutblock .aboutcont p
{
	font-size:16px;
	line-height:28px;
}
.aboutblock1 .aboutit
{
	padding-left:2%;
	
}
.aboutblock1 .aboutcontent
{
	position:relative;
	width:100%;
	overflow:hidden;
}
.aboutblock1 .aboutcontent .pic
{
	width:100%;
	height:auto;
	border-radius:20px;
	overflow:hidden;
}
.aboutblock1 .aboutcontent .pic .image
{
	width:100%;
	height:auto;
}
.aboutblock1 .aboutcontent .aboutcont
{
	position:absolute;
	width:50%;
	box-sizing: border-box;
	top:0px;
	left:0px;
	padding:50px;
	z-index:10;
}
.aboutbg2
{
	background:#fff;
}
.aboutblock2 .first
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:20px;
	box-sizing: border-box;
	padding-left:2%;
}
.aboutblock2 .first .text
{
	width:50%;
	box-sizing:border-box;
	padding-right:50px;
}
.aboutblock2 .first .pic
{
	width:45%;
	height:auto;
}
.aboutblock2 .first .pic .image
{
	width:100%;
	height:auto;
}
.aboutblock2 .sec
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	box-sizing: border-box;
	padding-left:2%;
}
.aboutblock2 .sec .left
{
	width:37%;
}
.aboutblock2 .sec .left .pic
{
	width:100%;
	height:100%;
}
.aboutblock2 .sec .left .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.aboutblock2 .sec .right
{
	width:61%;
}
.aboutblock2 .sec .right .pic
{
	width:100%;
	height:100%;
}
.aboutblock2 .sec .right .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.aboutbg3
{
	position:relative;
	padding-top:30px;
}
.aboutbg3 .aboutblock3
{
	position:relative;
	z-index:10;
}
.aboutbg3 .whitebg
{
	position:absolute;
	bottom:0px;
	width:100%;
	background:#fff;
	height:75%;
	left:0px;
	z-index:5;
}
.aboutuser
{
	width:100%;
	height:auto;
	border-radius:20px;
	background:#ededed;
	overflow:hidden;
}
.aboutuser .text
{
	box-sizing:border-box;
	padding:100px;
}
.aboutuser .pic
{
	width:100%;
	height:auto;
}
.aboutuser .pic .image
{
	width:100%;
}
/**关于我们 end**/
/**设计**/
.designerblockbg
{
	position:relative;
}
.designerblockbg .designerblock
{
	position:relative;
	z-index:10;
}
.designerblockbg .designblockwhite
{
	position:absolute;
	width:100%;
	height:40%;
	background:#fff;
	bottom:0px;
	left:0px;
	z-index:5;
}
.designerblock .designlist .record
{
	width:100%;
	margin-bottom:100px;
}
.designerblock .designlist .record:last-child
{
	margin-bottom:0px;
}
.designerblock .designlist .record .link
{
	display:flex;
	flex-wrap:wrap;
	position:relative;
}
.designerblock .designlist .record .link .text
{
	width:47%;
	background:#ededed;
	border-radius:20px;
	padding:20px 60px 50px 60px;
	box-sizing:border-box;
}
.designerblock .designlist .record .link .num
{
	  font-size:100px;
	  line-height:1;
	  color:#e1e1e1;
}
.designerblock .designlist .record .link .title
{
	font-size:60px;
	line-height:1.2;
	color:#000;
	margin-top:80px;
}
.designerblock .designlist .record .link .content
{
	width:100%;
	height:auto;
	font-size:16px;
	line-height:28px;
	margin-top:100px;
	min-height:350px;
}
.designerblock .designlist .record .link .content p
{
	font-size:16px;
	line-height:28px;
}
.designerblock .designlist .record .link .indextitarr
{
	margin-top:100px;
	width:220px;
	border:0px;
	box-shadow:none;
}
.designerblock .designlist .record:hover .link .indextitarr
{
	background:#98221f;
}
.designerblock .designlist .record .link .pic
{
	position:absolute;
	bottom:0px;
	right:0px;
	width:55%;
}
.designerblock .designlist .record .link .pic .inpic
{
	width:100%;
	height:auto;
	padding-bottom:105%;
	position:relative;
	box-shadow:0px 0px 24px #bdbcb9;
}
.designerblock .designlist .record .link .pic .inpic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
}
/**设计 end**/
/**设计展示**/
.disignview .inside_bigtit
{
	font-size:25px;
	line-height:32px;
	margin-bottom:40px;
}
.disignview .designpic
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:40px;
}
.disignview .designpic .image
{
	max-width:100%;
}
/**设计展示 end**/
/**hardf**/
.hardfblock .hardftit
{
	font-size:50px;
	line-height:1.2;
	font-weight:600;
	margin-bottom:50px;
	color:#d53026;
	box-sizing:border-box;
}
.hardfblock .hardftext
{
	font-size:16px;
	line-height:28px;
}
.hardfblock .hardftext p
{
	font-size:16px;
	line-height:28px;
}
.hardfblock1 .first
{
	width:100%;
	height:auto;
	background:#fff;
	margin-bottom:60px;
}
.hardfblock1 .first .hardftit
{
	margin-bottom:30px;
	box-sizing:border-box;
	padding:60px 60px 0px 60px;
	width:65%;
}
.hardfblock1 .first .textpic
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.hardfblock1 .first .textpic .hardftext
{
	width:40%;
	padding-left:60px;
	padding-right:60px;
	box-sizing:border-box;
}
.hardfblock1 .first .textpic .pic
{
	width:60%;
	height:100%;
}
.hardfblock1 .first .textpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.hardfblock1 .sec
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.hardfblock1 .sec .text
{
	width:100%;
	height:auto;
	padding:60px;
	box-sizing:border-box;
	background:linear-gradient(to bottom,#fff,#fff,#fff,rgba(255,255,255,0));
}
.hardfblock1 .sec .text .hardftext
{
	width:60%;
}
.hardfblock1 .sec .text .num
{
	color:#d0d0d0;
	font-size:100px;
	line-height:1.2;
	margin-bottom:40px;
}
.hardfblock1 .sec .singlepic
{
	width:100%;
	height:auto;
	border-radius:20px;
	overflow:hidden;
}
.hardfblock1 .sec .singlepic .image
{
	width:100%;
	height:auto;
}
.hardfblock1 .sec .doublepic
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	box-sizing: border-box;
}
.hardfblock1 .sec .doublepic .left
{
	width:40%;
}
.hardfblock1 .sec .doublepic .left .pic
{
	width:100%;
	height:auto;
	border-radius:20px;
	overflow:hidden;
}
.hardfblock1 .sec .doublepic .left .pic .image
{
	width:100%;
	height:auto;
}
.hardfblock1 .sec .doublepic .right
{
	width:58%;
}
.hardfblock1 .sec .doublepic .right .pic
{
	width:100%;
	height:100%;
	border-radius:20px;
	overflow:hidden;
}
.hardfblock1 .sec .doublepic .right .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
/**hardf end**/
/**soft**/
.softblock .softtit
{
	font-size:50px;
	line-height:1.2;
	font-weight:600;
	margin-bottom:50px;
	color:#d53026;
	box-sizing:border-box;
}
.softblock .softtext
{
	font-size:16px;
	line-height:28px;
}
.softblock .softtext p
{
	font-size:16px;
	line-height:28px;
}
.softlist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.softlist .grid
{
	
	margin-bottom:60px;
	border-radius:20px 20px 0px 0px;
	overflow:hidden;
}
.softlist .grid:last-child
{
	margin-bottom:0px;
}
.softlist .text
{
	width:100%;
	height:auto;
	padding:60px;
	box-sizing:border-box;
	background: linear-gradient(to bottom, #ededed 0%,#ededed 40%,rgba(237,237,237,0));
}
.softlist .text .hardftext
{
	width:60%;
}
.softlist .text .num
{
	color:#b3b3b3;
	font-size:100px;
	line-height:1.2;
	margin-bottom:40px;
}

.softlist .fourpic .grid1
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	box-sizing: border-box;
}
.softlist .fourpic .grid1:first-child
{
	margin-bottom:30px;
}
.softlist .fourpic .grid1 .left
{
	width:40%;
}
.softlist .grid413 .fourpic .grid1:last-child .left
{
	width:49%;
}
.softlist .fourpic .grid1 .left .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.softlist .fourpic .grid1 .left .pic .image
{
	width:100%;
	height:auto;
}
.softlist .fourpic .grid1 .right
{
	width:58%;
}
.softlist .grid413 .fourpic .grid1:last-child .right
{
	width:49%;
}
.softlist .fourpic .grid1 .right .pic
{
	width:100%;
	height:100%;
	overflow:hidden;
}
.softlist .fourpic .grid1 .right .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
/**soft end**/
/**材料**/
.materialblock .mtcatetit
{
	font-size:50px;
	line-height:1.2;
	font-weight:600;
	margin-bottom:50px;
	color:#d53026;
	box-sizing:border-box;
	text-align:center;
}
.materialblock .mtdes
{
	font-size:16px;
	line-height:28px;
	width:75%;
	margin:auto;
	margin-bottom:80px;
}
.materialblock .mtdes p
{
	font-size:16px;
	line-height:28px;
}
.materialblock .mtlist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.materialblock .mtlist .grid
{
	width:49%;
	height:auto;
	margin-right:2%;
	margin-bottom:30px;
}
.materialblock .mtlist .grid:nth-child(2n)
{
	margin-right:0px;
}
.materialblock .mtlist .grid .link
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-radius:20px;
	position:relative;
	display:block;
}
.materialblock .mtlist .grid .link .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:66.66%;
	
}
.materialblock .mtlist .grid .link .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0px;
	left:0px;
	transition:1s;
}
.materialblock .mtlist .grid:hover .link .pic .image
{
	transform: scale(1.1);
}
.materialblock .mtlist .grid .link .black
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	background:rgba(0,0,0,0.5);
}
.materialblock .mtlist .grid .link .tblock
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	z-index:3;
}
.materialblock .mtlist .grid .link .tblock .text
{
	width:100%;
	font-size:30px;
	color:#fff;
	line-height:1.5;
	text-align:center;
}
/**材料 end**/
/**age**/
.ageblock .agebigtit
{
	width:80%;
	height:auto;
	font-size:50px;
	line-height:1;
	text-align:center;
	margin:auto;
	font-weight:600;
	margin-bottom:80px;
}
.ageblock .agelist
{
	width:100%;
	height:auto;
}
.ageblock .agelist .grid
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:80px;
}
.ageblock .agelist .grid:last-child
{
	margin-bottom:0px;
}
.ageblock .agelist .grid:nth-child(2n-1)
{
	flex-direction:row-reverse;
}
.ageblock .agelist .grid .singlepic
{
	width:50%;
	height:auto;
	overflow:hidden;
}
.ageblock .agelist .grid .singlepic .image
{
	width:100%;
	height:auto;
}
.ageblock .agelist .grid .text
{
	width:50%;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	align-items:center;
	box-sizing:border-box;
	padding:0px 120px;
}
.ageblock .agelist .grid .text .des
{
	width:100%;
	height:auto;
	font-size:16px;
	line-height:28px;
}
.ageblock .agelist .grid .text .des p
{
	width:100%;
	height:auto;
	font-size:16px;
	line-height:28px;
	margin-bottom:30px;
	
}
.ageblock .agelist .grid .text .des p:last-child
{
	margin-bottom:0px;
}
.ageblock .agelist .grid .text .tit
{
	font-size:46px;
	color:#98221f;
	line-height:1.2;
	margin-bottom:30px;
	position:relative;
}
.ageblock .agelist .grid .text .tit .num
{
	position:absolute;
	left:-50px;
	bottom:8px;
	font-size:25px;
}
.ageblock .agelist .grid:nth-child(2) .text
{
	background:#a58f74;
}
.ageblock .agelist .grid:nth-child(2) .text .des p
{
	color:#fff;
}
@media screen and (max-width:1500px)
{
	.ageblock .agelist .grid .text
	{
		padding:0px 80px;
	}
}
/**age end**/
/**新闻列表**/
.newslist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.newslist .grid
{
	width:32%;
	margin-right:2%;
	margin-bottom:80px;
}
.newslist .grid:nth-last-child(-n+3)
{
	margin-bottom:0px;
}
.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;
	margin-bottom:10px;
}
.newslist .grid .link .outpic
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:56%;
	margin-bottom:15px;
	border-radius:20px;
}
.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:18px;
	color:#000;
	overflow:hidden;
	line-height:25px;
	height:50px;
	margin-bottom:25px;
	width:100%;
	padding-left:25px;
	padding-right:25px;
	box-sizing:border-box;
	margin-top:30px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	font-weight:600;
	transition:1s;
}
.newslist .grid:hover .link .title
{
	color:#98221f;
}
.newslist .grid .link .indextitarr
{
	width:200px;
	margin-left:20px;
	margin-bottom:5px;
	border-radius:20px;
	box-shadow:2px 4px 4px #d2ccc6;
}
.newslist .grid:hover .link .indextitarr
{
	background:#98221f;
}
.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**/
/**产品搜索**/
.pronavsearch
{
	width:100%;
	height:40px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:50px;
}
.pronavsearch .grid
{
	width:20%;
	margin-right:4%;
	position:relative;
	height:40px;
	border-bottom:1px solid #000;
	box-sizing:border-box;
}
.pronavsearch .grid1
{
	width:28%;
}
.pronavsearch .grid:last-child
{
	margin-right:0px;
}
.pronavsearch .grid .text
{
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding-right:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#000;
	font-size:15px;
	line-height:40px;
	background:url(../images/downarr_black.png) no-repeat calc(100% - 10px) center;
	cursor:pointer;
}
.pronavsearch .grid .pronav
{
	width:100%;
	position:absolute;
	top:40px;
	left:0px;
	z-index:100;
	background:#faf7f2;
	display:none;
}
.pronavsearch .grid:hover .pronav
{
	display:block;
}
.pronavsearch .grid .pronav .grid1
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.pronavsearch .grid .pronav .grid1 .link
{
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
	padding:5px 15px;
	font-size:15px;
	line-height:22px;
	color:#000;
	display:block;
	transition:1s;
}
.pronavsearch .grid .pronav .grid1:hover .link
{
	background:#fff;
}
.pronavsearch .grid .prosearchform
{
	width:100%;
	height:100%;
}
.pronavsearch .grid .prosearch
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
}
.pronavsearch .grid .prosearch .btn
{
	width:40px;
	height:100%;
	background:url('../images/seach1.png') no-repeat center center;
	background-size:50% 50%;
	cursor:pointer;
}
.pronavsearch .grid .prosearch .btn .submitbtn
{
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
	opacity:0;
}
.pronavsearch .grid .prosearch .inputblock
{
	width:calc(100% - 40px);
	height:100%;
}
.pronavsearch .grid .prosearch .inputblock .input
{
	width:100%;
	height:100%;
	box-sizing: border-box;
	border:none;
	background:none;
	outline:none;
	color:#000;
}
.pronavsearch .grid .prosearch .inputblock .input::-webkit-input-placeholder
{
	color:#000;
}
/**产品搜索 end**/
/**产品列表**/
.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:75%;
	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:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.prolist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	font-size:15px;
	text-align:center;
	line-height:25px;
}
/**产品列表 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**/
/**案例列表**/
.caselist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.caselist .grid
{
	width:32%;
	height:auto;
	margin-right:2%;
	margin-bottom:30px;
}
.caselist .grid:nth-child(3n)
{
	margin-right:0px;
}
.caselist .grid .link
{
	display:block;
	width:100%;
}
.caselist .grid .link .outpic
{
	width:100%;
	height:auto;
	padding-bottom:75%;
	overflow:hidden;
	position:relative;
}
.caselist .grid .link .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
.caselist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:1s;
}
.caselist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
.caselist .grid .link .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	font-size:15px;
	text-align:center;
	line-height:25px;
}
.caselist .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);
	transition:1s;
}
/**案例列表 end**/
/**案例展示**/
.caseShowBlock .casebigtit
{
	width:100%;
	text-align:center;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.caseShowBlock .picarr
{
	width:100%;
	height:auto;
	margin-top:30px;
	overflow:hidden;
}
.caseShowBlock .picarr .proview_big_picarr
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.caseShowBlock .picarr .bpic
{
	width:900px;
	margin:auto;
	position:relative;
}

.caseShowBlock .picarr .bpic .arr
{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:10;
	cursor: pointer;
}
.caseShowBlock .picarr .bpic .leftbtn-prev
{
	left:-80px;
	background:url(../images/leftarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.caseShowBlock .picarr .bpic .rightbtn-next
{
	right:-80px;
	background:url(../images/rightarr_ca.png) no-repeat center center;
	background-size:100% 100%;
}
.caseShowBlock .picarr .proview_big_picarr .outpic
{
	margin:auto;
	width:100%;
	height:600px;
	overflow:hidden;
}
.caseShowBlock .picarr .proview_big_picarr .outpic .pic
{
	width:100%;
	height:100%;
	position:relative;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	
}
.caseShowBlock .picarr .proview_big_picarr .outpic .pic .image
{
	max-width:100%;
	max-height:100%;
	display:block;
}
.caseShowBlock .picarr .smallblock
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:30px;
	max-width:1200px;
	position:relative;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr
{
	width:calc(100% - 100px);
	margin:auto;
	overflow:hidden;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:75%;
	position:relative;
	opacity:0.8;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .swiper-slide-thumb-active .pic
{
	opacity:1;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	align-content:center;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr .pic .image img
{
	max-width:100%;
	max-height:100%;
	display:block;
	cursor:pointer;
}
.caseShowBlock .picarr .smallblock .btn
{
	width:50px;
	height:100%;
	position:absolute;
	top:0px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.caseShowBlock .picarr .smallblock .button-next
{
	right:0px;
}
.caseShowBlock .picarr .smallblock .button-prev
{
	left:0px;
}
.caseShowBlock .picarr .smallblock .btn img
{
	display:block;
	max-width:50%;
}
.caseShowBlock .caseconent
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.caseShowBlock .caseconent .bigtit
{
	width:100%;
	border-bottom:1px solid #eee;
	margin-bottom:30px;
	font-size:0px;
}
.caseShowBlock .caseconent .bigtit span
{
	display:inline-block;
	font-size:16px;
	line-height:25px;
	padding:10px 0px;
}
/**案例展示 end**/
/**联系我们**/
.contactblockbg1
{
	padding-bottom:0px;
}
.contactblockbg1 .biaoyu
{
	width:100%;
	font-size:16px;
	line-height:28px;
}
.contactblock .contacttit
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.contactblock .contacttit .wenzi
{
	 font-size:18px;
	 font-weight:600;
	 line-height:2;
	 margin-bottom:20px;
}
.contactblockbg2
{
	padding-top:60px;
}
.contactblock2 .contactinfo
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.contactblock2 .contactinfo .grid
{
	height:auto;
	margin-bottom:5px;
	font-size:16px;
	line-height:28px;
	width:50%;
	display:flex;
	flex-wrap:wrap;
}
.contactblock2 .contactinfo .grid .twocode
{
	width:120px;
	height:auto;
	margin-left:10px;
	padding-top:5px;
}
.contactblock2 .contactinfo .grid .twocode .image
{
	width:100%;
}
.contactblockbg3
{
	background:#fefefe;
}
.contactblock3 .contactmsg
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactblock3 .contactmsg .message
{
	width:100%;
	height:auto;
}
.contactblock3 .contactmsg .message .wenzi
{
	font-size:15px;
	line-height:2;
	margin-bottom:5px;
}
.contactblock3 .contactmsg .message .first
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:15px;
}
.contactblock3 .contactmsg .message .first  .grid
{
	width:32%;
}
.contactblock3 .contactmsg .message .first .input
{
	width:100%;
	height:35px;
}
.contactblock3 .contactmsg .message .first .input input
{
	width:100%;
	height:100%;
	box-sizing: border-box;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #aaa;
	outline:none;
}
.contactblock3 .contactmsg .message .sec
{
	width:100%;
	margin-bottom:15px;
}
.contactblock3 .contactmsg .message .sec textarea
{
	width:100%;
	height:250px;
	box-sizing: border-box;
	padding:15px;
	border:1px solid #aaa;
	outline:none;
}
.contactblock3 .contactmsg .message .third
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contactblock3 .contactmsg .message .third .submit
{
	display:block;
	cursor: pointer;
	width:120px;
	height:30px;
	color:#fff;
	border:1px solid #d53026;
	font-size:16px;
	background:#d53026;
	transition:1s;
}
.contactblock3 .contactmsg .message .third .submit:hover
{
	background:#98221f;
}
/**联系我们 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;
}

.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**/
/**网站内页 end**/


