/**网站全局css**/
*{margin:0;padding:0;word-break:break-word;font-family:"Arial",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;max-width:100%;}
select{outline:none;-webkit-appearance:none;}
textarea:focus,input:focus,select:focus{outline:none;}/* 移除默认的轮廓（在某些浏览器中是蓝色的边框） */
.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
.m_hide{display:block;}
.pc_hide{display:none;}
.hide{display:none;}
:root{--transition:all ease-in-out .3s;}
.transition{transition:var(--transition);-moz-transition:var(--transition);-webkit-transition:var(--transition);-o-transition:var(--transition);}
/**网站全局css end**/


/**网站头部**/
.pc_headheight{width:100%;height:80px;}
.pc_head_fix{width:100%;position:fixed;top:0px;left:0px;z-index:101;-moz-transition:all ease-in-out .3s;-webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;}
.pc_head_fix_bg{height:0px;}
.pc_head_bg{width:100%;height:100%;position:relative;padding-top:50px;background:#fff;-moz-transition:all ease-in-out .3s;-webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;}
.pc_head_bghui{/* background:rgba(30,30,30,0.8);*/transition:1s;}
.pc_head_bg_info{border-bottom:1px #000 solid}
.pc_head_bg .pc_head{max-width:1440px;padding:0 20px;height:100%;margin:auto;position:relative;}
.pc_head_bg .pc_head .logo{background-color:#fff;max-width:100px;max-height:100px;overflow:hidden;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.pc_head_bg .pc_head .logo a{display:flex;width:100%;height:100%;overflow:hidden;align-items:center;}
.pc_head_bg .pc_head .logo a img{width:100%;height:100%;object-fit:contain;display:block;}
.pc_head_bg .pc_head .head_lng{display:flex;align-items:center;line-height:1;position:absolute;top:-24px;right:0;font-size:12px;border:1px #333 solid;border-radius:12px;}
.pc_head_bg .pc_head .head_lng a{display:block;padding-top:2px;padding-bottom:2px;}
.pc_head_bg .pc_head .head_lng a:first-child{padding-left:8px;}
.pc_head_bg .pc_head .head_lng a:last-child{padding-right:8px;}

.pc_head_bg .pc_head .head_nav{padding-top:15px;padding-bottom:15px;display:flex;flex-wrap:wrap;}
.pc_head_bg .pc_head .head_nav .grid{display:inline-block;position:relative;width:calc(100% / 10);}
.pc_head_bg .pc_head .head_nav .grid:nth-child(4){margin-right:20%;}
.pc_head_bg .pc_head .head_nav .grid a.firstlink{display:block;font-size:14px;color:#393939;transition:1s;box-sizing:border-box;position:relative;text-align:center;/* padding-left:45px;padding-right:45px; */text-transform:uppercase;}
.pc_head_bg .pc_head .head_nav .grid.grid_first a.firstlink{/* padding-left:80px;padding-right:80px;*/width:220px;}
.pc_head_bg .pc_head .head_nav .grid.firsthover a.firstlink,.pc_head_bg .pc_head .head_nav .grid:hover a.firstlink{color:#333;font-weight:bold;}
.pc_head_bg .pc_head .head_nav .grid a.firstlink .entit{width:100%;height:100%;transition:1s;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.pc_head_bg .pc_head .head_nav .grid a.firstlink .cntit{width:100%;height:100%;position:absolute;left:0px;top:0px;z-index:10;opacity:0;transition:1s;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.pc_head_bg .pc_head .head_nav .grid a.firstlink:hover .entit{opacity:0;}
.pc_head_bg .pc_head .head_nav .grid a.firstlink:hover .cntit{opacity:1;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg{position:absolute;left:0px;z-index:100;background-color:#f8f8f8;box-shadow:10px 10px 10px 0px rgba(0,0,0,0.1);/* top:142px;*//* width:720px;*/height:auto;overflow:hidden;box-sizing:border-box;/* padding-top:50px;padding-bottom:50px;*/display:none;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt{/* width:1200px;*/height:auto;overflow:hidden;margin:auto;display:flex;/* align-items:flex-start;*//* flex-wrap:wrap;justify-content:space-between;*/}

.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt a{display:block;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_left{width:140px;line-height:1;background-color:#fdfdfd;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_left .item{padding:0px 20px;cursor:pointer;position:relative;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_left .item::after{content:'';display:block;width:6px;height:6px;border-top:1px solid black;border-right:1px solid black;transform:rotate(45deg);position:absolute;right:24px;top:24px;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_left .item .text{padding:20px 0px;border-bottom:1px #dbdcdc solid;font-size:14px;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_left .item:last-child .text{border-bottom:unset;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_left .item.on{background-color:#f8f8f8;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_left .item.on .text{border-bottom:unset;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right{width:300px;padding:20px 24px;display:flex;/* flex-wrap:wrap;*/line-height:2;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right .item{cursor:pointer;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right .subnav_right_tab_box{width:100%;display:flex;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right .subnav_right_menu{width:120px;font-size:14px;margin-right:15px;border-right:1px #dbdcdc solid;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right .subnav_right_menu .item{padding-left:15px;padding-right:30px;width:100%;white-space:nowrap;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right .subnav_right_menu .item.on{font-weight:bold;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right .subnav_right_content{width:calc(100% - 120px);padding-left:15px;padding-right:5px;font-size:12px;max-height:500px;overflow:auto;}

/*滚动条样式*/
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right *::-webkit-scrollbar{width:2px;height:4px;}
/*正常情况下滑块的样式*/
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right *::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:#868689;}
/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right *:hover::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:10px;-webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);}
/*鼠标悬浮在滑块上时滑块的样式*/
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right *::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.4);-webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);}
/*正常时候的主干部分*/
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right *::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:10px;background:#ededed;}
/*鼠标悬浮在滚动条上的主干部分*/
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right *::-webkit-scrollbar-track:hover{-webkit-box-shadow:inset006pxrgba(0,0,0,.4);background-color:rgba(0,0,0,.01);}

.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right .subnav_right_top{width:calc(452px - 150px);position:fixed;background-color:#f8f8f8;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right .subnav_right_top_scroll{display:flex;overflow-x:auto;white-space:nowrap;position:relative;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right .subnav_right_top .item{margin-right:10px;padding:0 20px;border-radius:15px;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right .subnav_right_top .item.on{background-color:#333;color:#fff;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right .subnav_right_top_bg{height:30px;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right .subnav_right_title{font-weight:bold;border-bottom:1px #dbdcdc solid;margin-right:20px;padding-top:10px;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right .subnav_right_list{width:100%;display:flex;flex-wrap:wrap;font-size:12px;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .subnav_right .subnav_right_list .item{width:33%;padding-bottom:10px;}

.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .navpic{height:auto;display:flex;flex-wrap:wrap;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .navpic .picgrid{width:300px;height:auto;overflow:hidden;margin-right:30px;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .navpic .picgrid:last-child{margin-right:0px;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .navpic .picgrid .piclink{overflow:hidden;width:100%;height:auto;overflow:hidden;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .navpic .picgrid .piclink .pic{width:100%;height:auto;overflow:hidden;padding-bottom:75%;position:relative;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .navpic .picgrid .piclink .pic img{width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:10;object-fit:cover;transition:1s;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .navpic .picgrid:hover .piclink .pic img{transform:scale(1.1);}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnavzt .navpic .picgrid .piclink .pictit{font-size:15px;line-height:25px;text-align:center;width:100%;color:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:10px;}

.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav{height:auto;overflow:hidden;margin:auto;display:flex;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record{overflow:hidden;margin-right:100px;margin-left:45px;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record a.secondlink{font-size:17px;line-height:20px;text-align:left;overflow:hidden;color:#fff;display:block;margin-top:10px;margin-bottom:15px;position:relative;height:20px;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record a.secondlink .entit2{width:100%;height:100%;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:1s;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record a.secondlink .cntit2{width:100%;height:100%;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:absolute;top:0px;left:0px;z-index:0;opacity:0;transition:1s;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record a.secondlink:hover .entit2{opacity:0;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record a.secondlink:hover .cntit2{opacity:1;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record .subnav2{overflow:hidden;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record .subnav2 .record2{overflow:hidden;margin-bottom:10px;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record .subnav2 .record2 a.thirdlink{width:100%;height:20px;overflow:hidden;display:block;font-size:13px;color:#fff;line-height:20px;position:relative;text-align:left;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record .subnav2 .record2 a.thirdlink .entit3{width:100%;height:100%;font-size:13px;line-height:20px;color:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:1s;opacity:1;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record .subnav2 .record2 a.thirdlink .cntit3{width:100%;height:100%;font-size:13px;line-height:20px;color:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:absolute;top:0px;left:0px;transition:1s;opacity:0;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record .subnav2 .record2 a.thirdlink:hover .entit3{opacity:0;}
.pc_head_bg .pc_head .head_nav .grid .subnavbg .subnav .record .subnav2 .record2 a.thirdlink:hover .cntit3{opacity:1;}
/***滚动后样式***/
/* .pc_head_fix_pdt{padding-top:0px;top:0px;}
.pc_head_fix_pdt .pc_head_bg{padding-top:10px;padding-bottom:20px;}
.pc_head_fix_pdt .pc_head_bg .pc_head .logo{height:40px;padding-top:14px;padding-bottom:14px;margin-bottom:10px;}
.pc_head_fix_pdt .pc_head_bg .pc_head .head_nav{padding-top:0;} */
/***滚动后样式 end***/
/**网站头部 end**/


/**网站底部**/
.footbg{background:#000;padding-top:50px;padding-bottom:50px;border-top:2px #000000 solid;}
.footbg .foot{width:90%;height:auto;margin:auto;max-width:1800px;min-width:1200px;display:flex;flex-wrap:wrap;}
.footbg .foot .footleft{width:50%;height:auto;box-sizing:border-box;padding-right:20px;}
.footbg .foot .footleft .footcontact_emall{width:100%;font-size:14px;color:#fff;}
.footbg .foot .footleft .footcontact_emall .footcontact_emall_title{font-size:24px;line-height:2; padding-bottom:20px;}
.footbg .foot .footleft .footcontact_emall .footcontact_emall_form{border-bottom:1px #fff solid;display: inline-block;}
.footbg .foot .footleft .footcontact_emall .footcontact_emall_form_input{width:240px;background:none;border:unset;font-size:18px;color:#fff;line-height:2;}
.footbg .foot .footleft .footcontact_emall .footcontact_emall_form_input:focus{outline:none;}
.footbg .foot .footleft .footcontact_emall .footcontact_emall_form_input::placeholder{color:#fff;}
.footbg .foot .footleft .footcontact_emall .footcontact_emall_form_btn{line-height:2;font-size:18px;color:#fff;padding:0px 20px;background:none;border:unset;cursor:pointer;}
.footbg .foot .footleft .footcontact_emall label{padding-top:10px;display:flex;}
.footbg .foot .footleft .footcontact_emall .footcontact_emall_form_checkbox{margin-right:10px;}
	/**网站底部社交**/
	.footbg .foot .footright{width:50%;height:auto;display:flex;justify-content: end;}
	.footbg .foot .footright .footcontact_link{display:flex;flex-wrap:wrap;align-items:center;}
	.footbg .foot .footright .footcontact_link .footcontact_link_item:not(:last-child){margin-right:20px;}
	.footbg .foot .footright .footcontact_link .footcontact_link_item .link{display:block;position:relative;cursor:pointer;}
	.footbg .foot .footright .footcontact_link .footcontact_link_item .link .image{height:30px;}
	/**网站底部社交 end**/
.footcopyright{font-size:14px;line-height:4;color:#fff;}
.footcopyright a{color:#fff;transition:500ms;margin-left:10px;}
.footcopyright a:hover{color:#fff;}
/**网站底部 end**/


/**网站banner**/
.banner{width:100%;height:auto;overflow:hidden;position:relative;margin-top:96px;}
.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:auto;min-height:100px;}
.banner a img{width:100%;height:auto;}
.banner .swiperpages{position:absolute;bottom:15px;left:0px;z-index:10;cursor:pointer;}
.banner .banner_title{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9;font-size:38px;letter-spacing:0.1em;color:#fff;text-shadow:2px 2px 3px #000000;font-weight:500;text-align:center;}
.banner .banner_title p{color:#fff;}
.swiperpages{width:100%;height:auto;text-align:center;}
.swiperpages .swiper-pagination-bullet-active{background:#fff;}
.indexswiperpage{width:100%;height:auto;text-align:center;}
.indexswiperpage .swiper-pagination-bullet-active{background:#000;}
/**网站banner end**/


/**网站模块大小**/
.webblockbg{width:100%;height:auto;padding-top:0px;padding-bottom:100px;overflow:hidden;bo}
.webblockbg .webblock{width:90%;max-width:1680px;min-width:1200px;height:auto;margin:auto;}
/**网站模块大小 end**/


/*滚动条样式*/
*::-webkit-scrollbar{width:10px;height:10px;}
/*正常情况下滑块的样式*/
*::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.05);border-radius:10px;-webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);}
/*鼠标悬浮在该类指向的控件上时滑块的样式*/
*:hover::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:10px;-webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);}
/*鼠标悬浮在滑块上时滑块的样式*/
*::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.4);-webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);}
/*正常时候的主干部分*/
*::-webkit-scrollbar-track{border-radius:10px;-webkit-box-shadow:inset006pxrgba(0,0,0,0);background-color:white;}
/*鼠标悬浮在滚动条上的主干部分*/
*::-webkit-scrollbar-track:hover{-webkit-box-shadow:inset006pxrgba(0,0,0,.4);background-color:rgba(0,0,0,.01);}


/**网站首页**/
.index_title{padding:40px 0px;line-height:2;max-width:1400px;margin:0 auto;}
.index_title .title{font-size:40px;text-align:center;padding:20px 0px;}
.index_title .content{font-size:16px;}
.index_box{padding:40px 0px;position:relative;}
.index_image{width:100%;overflow:hidden;}
.index_image .image{width:100%;display:block;}

.index_blockbg{width:100%;height:auto;}
.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_box_top{overflow:hidden;max-width:1440px;margin:0 auto;position:relative;}
.index_box_text{font-size:14px;}
.index_blockbg .prolistbg .index_box_item .pic img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.index_blockbg .prolistbg .index_box_item{width:calc(33.33% - 12px);margin-bottom:20px;overflow:hidden;}
.index_blockbg .prolistbg .index_box_item a{display:block;overflow:hidden;}
.index_blockbg .prolistbg .index_box_item .pic{padding-top:74%;position:relative;}
.index_blockbg .prolistbg .index_box_item .title{padding:10px 20px;min-height:80px;}
.index_blockbg .prolistbg .index_box_item:first-child{width:calc(66.66% - 6px);position:relative;}
.index_blockbg .prolistbg .index_box_item:first-child .pic{padding-top:50%;position:relative;}
.index_blockbg .prolistbg .index_box_item:first-child .title{position:absolute;left:0;bottom:0;color:#fff;text-shadow:1px 1px 2px #000;}

	/**视频**/
	.video_box{max-width:1400px;margin:0 auto;position:relative;overflow:hidden;}
	.video_box .image{width:100%;}
	.video_box .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;cursor:pointer;}
	/* .video_box:hover .playbtn{background-color:rgba(0,0,0,0);} */
	.video_box #video{width:100%;display:none;}
	.video_box.on .image,.video_box.on .playbtn{display:none;}
	.video_box.on #video{display:block;}
	/**视频 end**/


	/**当年收藏**/
	.index_collection{max-width:1400px;margin:0 auto;display:flex;flex-wrap:wrap;overflow:hidden;}
	.index_collection_item{width:calc(25% - 20px);padding:10px;}
	.index_collection_item .pic{padding-top:133%;position:relative;}
	.index_collection_item .pic .image{position:absolute;top:0;width:100%;height:100%;object-fit:cover;}
	.index_collection_item .title{font-size:24px;line-height:2;text-align:center;}
	/**当年收藏 end**/

	/**住宅**/
	.index_residential{max-width:1400px;width:calc(100% - 30px);margin:0 auto;overflow:hidden;position:relative;padding-bottom:30px;}
	.index_residential .pic{padding-top:130%;position:relative;}
	.index_residential .pic .image{position:absolute;top:0;width:100%;height:100%;object-fit:cover;}
	.index_residential .title{font-size:14px;line-height:2;text-align:center;}
	.index_residential .leftbtn-prev{background:url('../images/index/residential_left.png') no-repeat center center;background-size:100%;width:136px;height:9px;position:absolute;left:calc(50% - 140px);bottom:0;cursor:pointer;}
	.index_residential .rightbtn-next{background:url('../images/index/residential_right.png') no-repeat center center;background-size:100%;width:136px;height:9px;position:absolute;right:calc(50% - 140px);bottom:0;cursor:pointer;}
	/**住宅 end**/

	/**商用**/
	.index_commercial_use_box{position:relative;padding-bottom:100px;}
	.index_commercial_use{max-width:1400px;width:calc(100% - 30px);margin:0 auto;overflow:hidden;position:relative;}
	.index_commercial_use_bg{position:absolute;width:100%;height:60%;bottom:0;background-color:#f9f7f6;z-index:0;}
	.index_commercial_use .pic{padding-top:130%;position:relative;}
	.index_commercial_use .pic .image{position:absolute;top:0;width:100%;height:100%;object-fit:cover;}
	.index_commercial_use .title{font-size:14px;line-height:2;text-align:center;padding-top:1em;}
	/**商用 end**/

	/**饰品**/
	.index_accessories{max-width:1400px;width:calc(100% - 70px);margin:0 auto;overflow:hidden;position:relative;padding:20px 20px 0px;}
	.index_accessories_bg{position:absolute;width:100%;height:75%;bottom:0;left:0;background-color:#f9f7f6;z-index:0;}
	.index_accessories .pic{padding-top:100%;position:relative;}
	.index_accessories .pic .image{position:absolute;bottom:0;left:50%;transform:translate(-50%,0%);max-width:100%;max-height:100%;object-fit:contain;}
	.index_accessories .pic_shadow{padding-top:100%;position:relative;opacity:0.1;transform:rotatex(180deg) translatey(0px);mask:linear-gradient(0deg,transparent,rgba(249,247,246,1) 0%,white,rgba(249,247,246,0) 45%,transparent);}
	.index_accessories .pic_shadow .image{position:absolute;bottom:0;left:50%;transform:translate(-50%,0%);max-width:100%;max-height:100%;object-fit:contain;}
	.index_accessories .title{font-size:14px;line-height:2;text-align:center;position:absolute;bottom:calc(25% - 30px);width:100%;}

	/**饰品 end**/

	/**客户案例**/
	.index_customer_case{max-width:1400px;width:calc(100% - 30px);margin:0 auto;overflow:hidden;position:relative;}
	.index_customer_case .tab_nav{border-bottom:1px #000 solid;}
	.index_customer_case .tab_nav .swiper-slide{width:auto;padding:10px 40px;font-size:14px;cursor:pointer;}
	.index_customer_case .tab_nav .swiper-slide.on{border-bottom:2px #000 solid;}
	.index_customer_case .tab_content{display:none;padding-top:50px;position:relative;}
	.index_customer_case .tab_content.on{display:block;}
	.index_customer_case .tab_content .index_customer_case_pic{width:100%;}
	.index_customer_case .tab_content .index_customer_case_pic .image{width:100%;}
	.index_customer_case .tab_content .index_customer_case_content{position:absolute;right:0;top:calc(50% + 25px);transform:translate(0,-50%);background-color:#f9f7f6;padding:24px;width:50%;height:50%;}
	.index_customer_case .tab_content .index_customer_case_content .title{font-size:18px;font-weight:bold;line-height:2;}
	.index_customer_case .tab_content .index_customer_case_content .summary{height:calc(100% - 150px);overflow-y:auto;font-size:14px;line-height:1.8;}
	.index_customer_case .tab_content .index_customer_case_content .btn{display:table;margin:20px auto;padding:5px;border:1px #000 solid;}
	.index_customer_case .tab_content .index_customer_case_content .btn .link{padding:5px 10px;border:1px #000 solid;display:block;font-size:16px;transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;}
	.index_customer_case .tab_content .index_customer_case_content .btn:hover .link{background-color:#000;color:#fff;}
	.index_customer_case .tab_content .index_customer_case_btn{position:absolute;left:50%;bottom:10%;transform:translate(-50%, 0%);}
	.index_customer_case .tab_content .index_customer_case_btn .link{padding:10px 30px;border:1px #000 solid;background-color:#f9f7f6;display:block;font-size:16px;transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;}
	.index_customer_case .tab_content .index_customer_case_btn:hover .link{background-color:#000;color:#fff;}
	/**客户案例 end**/

	/**新闻**/
	.index_news{max-width:1400px;width:calc(100% - 30px);margin:0 auto;overflow:hidden;position:relative;display:flex;flex-wrap:wrap;}
	.index_news .index_news_item{margin-right:40px;width:calc(50% - 20px);overflow:hidden;margin-bottom:50px;}
	.index_news .index_news_item:nth-child(2n){margin-right:0;}
	.index_news .index_news_item .pic{padding-top:48%;position:relative;overflow:hidden;}
	.index_news .index_news_item .pic .image{position:absolute;top:0;width:100%;height:100%;object-fit:cover;}
	.index_news .index_news_item .title{font-size:18px;line-height:2;padding:10px 20px;}
	.index_news .index_news_item .content{font-size:14px;line-height:1.6;padding:0px 20px 10px;}
	.index_news .index_news_item .btn{display:table;margin:20px auto;padding:5px;border:1px #000 solid;}
	.index_news .index_news_item .btn .link{padding:5px 10px;border:1px #000 solid;display:block;font-size:16px;transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;}
	.index_news .index_news_item:hover .btn .link{background-color:#000;color:#fff;}
	/**新闻 end**/

/**网站首页 end**/


/**网站内页**/
	/**网站内页整体部分**/
		/**锚点**/
		.maodian{width:100%;height:60px;margin-top:-60px;overflow:hidden;}
		/**锚点 end**/

		/**没有banner时**/
		.none-banner{width:100%;height:97px;}
		/**没有banner时 end**/
		/**网站内页banner**/
		.inside_banner{width:100%;height:auto;}
		.inside_banner a{display:block;width:100%;height:auto;position:relative;}
		.inside_banner a .text{position:absolute;width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:center;}
		.inside_banner a .text p{font-size:32px;color:#fff;line-height:1;text-align:center;width:100%;}
		.inside_banner a .pic{width:100%;height:auto;}
		.inside_banner a .pic img{width:100%;height:auto;}
		/**网站内页banner end**/

		/**内页内容区**/
		.pagecontent{width:100%;max-width:1920px;margin:0 auto;}
		.pagecontent img{display:block;width:100%;}
		.insidecontent{width:100%;height:auto;overflow:hidden;font-size:16px;line-height:28px;margin:auto;}
		.insidecontent p{font-size:16px;line-height:28px;}
		.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**/

		/**内页加载区**/
		.loader{text-align:center;}
		.loader img{margin:3em auto;}
		.loader_more{text-align:center;display:none;}
		.loader_more_btn{display:inline-block;padding:5px 20px;margin:1em auto;cursor:pointer;border-radius:5px;border:1px #a7865e solid;background-color:#a7865e;color:#fff;font-size:14px;transition: 0.3s ease;}
		.loader_more_btn:hover{background-color:#fff;color:#a7865e;}
		/**内页加载区 end**/

		/**品牌列表区**/
		.brandlistbg{padding-top:0;overflow:unset;}
		.brandlist{display:flex;flex-wrap:wrap;}
		.brandList_grid{width:32%;margin-right:2%;margin-bottom:2%;background-color:#fff;display:flex;justify-content:space-between;box-shadow:0px 0px 10px 0px #c2c2c2;}
		.brandList_grid:nth-child(3n){margin-right:0;}
		.brandList_image{width:65%;display:flex;align-items:center;}
		.brandList_image_pic{width:100%;padding-top:67%;position:relative;}
		.brandList_image_pic>img{position:absolute;top:0;left:0;object-fit:cover;width:100%;height:100%;display:block;}
		.brandList_info{width:35%;padding:10px 5px;display:flex;flex-flow:column;justify-content:space-between;}
		.brandList_icon{margin:10px auto;}
		.brandList_icon>img{margin:0 auto;}
		.brandList_name{text-align:center;font-size:14px;}
		.brandList_btn{border-radius:20px;border:1px #ddd solid;padding:5px 0px;margin-top:10px;text-align:center;color:#777070;font-size:14px;display:block;}
		/**品牌列表区 end**/
		/**品牌内容区**/
		.brandinfo{display:flex;flex-wrap:wrap;/* padding-bottom:20px;margin-bottom:20px;border-bottom:1px #ddd solid; */}
		.brandinfo_image{width:60%;display:flex;align-items:center;}
		.brandinfo_image_pic{width:100%;padding-top:67%;position:relative;}
		.brandinfo_image_pic>img{position:absolute;top:0;left:0;object-fit:cover;width:100%;height:100%;display:block;}
		.brandinfo_info{width:calc(40% - 40px);padding:20px;}
		.brandinfo_icon{text-align:center;}
		.brandinfo_icon img{margin:0 auto;}
		.brandinfo_content{font-size:14px;line-height:1.8;padding-top:20px;}
		/**品牌内容区 end**/

		/**买家秀列表区**/
		.showcaselistbg{padding-top:0;overflow:unset;}
		.showcasetitle{display:flex;flex-flow:column;align-items:center;justify-content:center;padding:50px 0;}
		.showcasetitle_01{color:#434343;font-size:22px;font-weight:bold;padding:10px 0;}
		.showcasetitle_02{color:#434343;font-size:22px;padding:10px 0 30px;}
		.showcasetitle_03{color:#898989;font-size:16px;padding:10px 0;}
		.showcasetitle_04{color:#434343;font-size:16px;padding:10px 0;}
		.showcaselist{display:flex;flex-wrap:wrap;padding-top:3em;}
		.showcaselist_item{width:23.5%;margin-right:2%;margin-bottom:2%;background-color:#fff;box-shadow:0px 0px 10px 0px #c2c2c2;}
		.showcaselist_item:nth-child(4n){margin-right:0;}
		.showcaselist_image{width:100%;display:flex;align-items:center;}
		.showcaselist_image_pic{width:100%;padding-top:67%;position:relative;}
		.showcaselist_image_pic>img{position:absolute;top:0;left:0;object-fit:cover;width:100%;height:100%;display:block;}
		.showcaselist_name{padding:10px 5px;font-size:14px;}
		/**买家秀列表区 end**/
		/**买家秀内容区**/
		.showcasetitle{text-align:center;font-size:16px;max-width:800px;margin:0 auto;}
		.showcaseinfo{font-size:14px;line-height:1.8;padding-top:20px;max-width:800px;margin:0 auto;}
		.showcaseinfo img{width:100%;}
		.showcaseinfo_video{max-width:800px;margin:0px auto 15px;}
		.showcaseinfo_video .outpic{width:100%;height:auto;overflow:hidden;position:relative;}
		.showcaseinfo_video .video_scale_0{padding-bottom:56.25%;}
		.showcaseinfo_video .video_scale_1{padding-bottom:75%;}
		.showcaseinfo_video .video_scale_2{padding-bottom:177.78%;}
		.showcaseinfo_video .video_scale_3{padding-bottom:133.33%;}
		.showcaseinfo_video .video_scale_4{padding-bottom:100%;}
		.showcaseinfo_video .outpic .pic{width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:10;}
		.showcaseinfo_video .outpic .pic .image{width:100%;height:100%;object-fit:cover;transition:1s;}
		.showcaseinfo_video .outpic:hover .pic .image{transform:scale(1.1);}
		.showcaseinfo_video .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;cursor:pointer;}
		.showcaseinfo_video .outpic:hover .playbtn{background-color:rgba(0,0,0,0);}
		/**买家秀内容区 end**/

		/**新闻列表**/
		.newslistbg{max-width:1400px;margin:0 auto;}
		.newslistbg_image{overflow:hidden;}
		.newslistbg_image img{width:100%;}
		.newslistbg_box{max-width:980px;margin:0 auto;background-color:#f9f7f6;overflow:hidden;padding:60px;transform:translate(0, -50%);}
		.newslistbg_box .newslistbg_extitle{max-width:260px;margin:0 auto;text-align:center;font-size:18px;font-weight:bold;line-height:1.8;padding-bottom:10px;}
		.newslistbg_box .newslistbg_summary{font-size:16px;line-height:2;}
		.newslist .grid{overflow:hidden;}
		.newslist .link{display:flex;flex-wrap:wrap;justify-content:space-between;border-bottom:1px #000 solid;padding-top:20px;padding-bottom:20px;}
		.newslist .link .outpic{width:45%;}
		.newslist .link .outpic .pic{padding-top:48%;position:relative;overflow:hidden;}
		.newslist .link .outpic .pic .image{position:absolute;top:0;width:100%;height:100%;object-fit:cover;}
		.newslist .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;cursor:pointer;}
		.newslist .link .outpic:hover .playbtn{background-color:rgba(0,0,0,0);}
		.newslist .link .content{width:50%;}
		.newslist .link .title{font-size:18px;line-height:2;padding:10px 20px;}
		.newslist .link .des{font-size:14px;line-height:1.6;padding:0px 20px 10px;}
		.newslist .link .more{display:table;margin:20px 0 20px auto;padding:5px;border:1px #000 solid;}
		.newslist .link .more>div{padding:5px 10px;border:1px #000 solid;display:block;font-size:16px;transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;}
		.newslist .link:hover .more>div{background-color:#000;color:#fff;}
		/**新闻列表 end**/

		/**上一篇下一篇**/
		.prevnext{max-width:1400px;margin:30px auto 0px;width:100%;height:auto;overflow:hidden;display:flex;flex-wrap:wrap;}
		.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**/
	/**网站内页整体部分 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;}
	.webblock_title_box{width:100%;max-width:1440px;height:auto;overflow:hidden;margin:0 auto;padding:3rem 0;box-sizing:border-box;text-align:center;}
	.webblock_title_box .webblock_title{font-size: 2rem;}
	.webblock_title_box .webblock_extitle{font-size:12px;color:#cdcdcd;padding:0.5rem 0 0.5rem 2em;letter-spacing:2em;position:relative;}
	.webblock_title_box .webblock_extitle::before{content:'';width:calc(50% - 10em);height:1px;background-color:#dbdcdc;position:absolute;left:0;top:calc(50% - 1px)}
	.webblock_title_box .webblock_extitle::after{content:'';width:calc(50% - 10em);height:1px;background-color:#dbdcdc;position:absolute;right:0;top:calc(50% - 1px)}
	/**栏目信息 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**/

	/**二级菜单**/
	.sitenavbg{width:100%;height:auto;overflow:hidden;border-bottom:1px solid #ddd;}
	.sitenavbg .sitenav{height:auto;overflow:hidden;display:flex;flex-wrap:wrap;margin:auto;max-width:1680px;min-width:1200px;width:90%;}
	.sitenavbg .sitenav .grid{overflow:hidden;margin-right:20px;}
	.sitenavbg .sitenav .grid a{font-size:18px;color:#000;border-bottom:3px solid #fff;transition:1s;line-height:25px;padding:10px 20px;display:block;}
	.sitenavbg .sitenav .grid a.hover{color:#434343;border-bottom:3px solid #434343}
	.sitenavbg .sitenav .grid a:hover{color:#434343;border-bottom:3px solid #434343;}
	/**二级菜单 end**/

	/**关于我们**/
	.about_banner{overflow:hidden;}
	.about_banner img{width:100%;}
	.about_banner_box{max-width:1280px;margin:0 auto;background-color:#f9f7f6;overflow:hidden;padding:60px;transform:translate(0, -50%);}
	.about_banner_box .about_banner_extitle{max-width:260px;margin:0 auto;text-align:center;font-size:20px;font-weight:bold;line-height:1.8;padding-bottom:10px;}
	.about_banner_box .about_banner_summary{font-size:16px;line-height:2;}

	.about_box_01 .about_box_01_content{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;overflow:hidden;}
	.about_box_01 .about_box_01_content .about_box_01_left{width:55%;}
	.about_box_01 .about_box_01_content .about_box_01_left img{width:100%;}
	.about_box_01 .about_box_01_content .about_box_01_right{width:40%;padding:24px;display:flex;flex-flow:column;justify-content:center;}
	.about_box_01 .about_box_01_content .about_box_01_right_title{font-size:24px;line-height:2;}
	.about_box_01 .about_box_01_content .about_box_01_right_title_01{font-size:18px;line-height:2;}
	.about_box_01 .about_box_01_content .about_box_01_right_title_02{padding:10px 0px 0px;font-size:16px;line-height:2;}

	.about_box_02{max-width:1400px;margin:100px auto;padding:0 24px;overflow:hidden;text-align:center;line-height:2;}
	.about_box_02 .about_box_02_title{font-size:30px;}
	.about_box_02 .about_box_02_content{font-size:16px;}

	.about_box_03{max-width:1400px;margin:20px auto;overflow:hidden;display:flex;flex-wrap:wrap;justify-content:space-between;}
	.about_box_03_item{width:32%;overflow:hidden;}
	.about_box_03_item .about_box_03_pic{position:relative;overflow:hidden;}
	.about_box_03_item .about_box_03_pic img{width:100%;display:block;}
	.about_box_03_item .about_box_03_content{font-size:14px;line-height:2;padding:24px;}

	.about_box_04{max-width:1400px;margin:100px auto;overflow:hidden;}
	.about_box_04 .about_box_04_pic{position:relative;overflow:hidden;}
	.about_box_04 .about_box_04_pic img{width:100%;display:block;}
	.about_box_04 .about_box_04_content{font-size:14px;line-height:2;padding:50px 0px;}

	.about_box_05{max-width:1400px;margin:100px auto;overflow:hidden;}
	.about_box_05 .about_box_05_title{font-size:30px;text-align:center;line-height:2;}
	.about_box_05 .about_box_05_content{padding:50px 0px;display:flex;flex-wrap:wrap;justify-content:space-between;}
	.about_box_05 .about_box_05_content_left{width:calc(50% - 40px);}
	.about_box_05 .about_box_05_content_right{width:50%;display:flex;flex-flow:column;}
	.about_box_05 .about_box_05_content_right_pic{overflow:hidden;}
	.about_box_05 .about_box_05_content_right_pic img{width:100%;display:block;}
	.about_box_05 .about_box_05_content_right_content{display:flex;flex:1;margin-top:40px;}
	.about_box_05 .about_box_05_content_right_content_pic{margin-right:40px;}
	.about_box_05 .about_box_05_content_right_content_pic img{height:100%;}
	.about_box_05 .about_box_05_content_right_content_content{flex:1;font-size:16px;line-height:2;}

	.about_box_06{max-width:1400px;margin:0px auto 100px;overflow:hidden;display:flex;flex-wrap:wrap;}
	.about_box_06_item{width:25%;text-align:center;overflow:hidden;}
	.about_box_06_item_num{font-size:60px;color:#ab7a5d;font-weight:bold;}
	.about_box_06_item_title{font-size:24px;line-height:1.6;max-width:200px;margin:0 auto;}

	.about_box_07{overflow:hidden;}
	.about_box_07 img{width:100%;}
	/**关于我们 end**/

	/**联系我们**/
	.contact_01{max-width:calc(1400px - 48px);margin:80px auto 80px;overflow:hidden;background-color:#f9f7f6;padding:24px;}
	.contact_01_extitle{font-size:26px;line-height:2;text-align:center;}
	.contact_01_summary{max-width:900px;margin:0px auto;font-size:16px;line-height:2;}
	.contact_01_content{padding-top:50px;display:flex;flex-wrap:wrap;justify-content:space-between;}
	.contact_01_content_left{width:45%;}
	.contact_01_content_right{width:45%;}
	.contact_01_content_title{font-size:18px;line-height:2;}
	.contact_01_content_info{font-size:16px;line-height:2;margin-bottom:30px;}
	.contact_01_content_form{margin-top:50px;}
	.contact_01_content_textarea{width:calc(100% - 48px);border:unset;padding:12px 24px;font-size:14px;line-height:1.8;display: block;}
	.contact_01_content_submit{width:100%;cursor:pointer;background-color:#000000;color:#fff;text-align:center;font-size:18px;line-height:2;}
	.contact_02{max-width:1400px;margin:80px auto 80px;}
	.contact_02_title{font-size:26px;line-height:2;text-align:center;}
	.contact_02_meiti{display:flex;flex-wrap:wrap;justify-content:space-between;margin:50px auto 0px;}
	.contact_02_meiti_item{width:13.5%;}
	.contact_02_meiti_item .pic{width:100%;padding-top:100%;position:relative;overflow:hidden;box-shadow:0px 0px 10px 0px rgba(0,0,0,.1);}
	.contact_02_meiti_item .pic .image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10;object-fit:cover;transition:1s;}
	.contact_02_meiti_item .title{text-align:center;font-size:14px;line-height:2;padding-top:10px;}
	/**联系我们 end**/

	/**工厂**/
	.factory_01{max-width:1400px;margin:0px auto;padding:60px 0px;}
	.factory_01 .factory_01_extitle{max-width:220px;margin:0px auto;text-align:center;font-size:18px;font-weight:bold;line-height:1.8;padding-bottom:10px;}
	.factory_01 .factory_01_summary{max-width:980px;margin:0px auto;font-size:16px;line-height:2;}
	.factory_01 .factory_01_content{padding-top:50px;display:flex;justify-content:space-between;overflow:hidden;}
	.factory_01_content_left{width:52%;}
	.factory_01_content_right{width:45.8%;}
	.factory_02{max-width:1400px;margin:0px auto;padding:60px 0px;}
	.factory_02 .factory_02_extitle{max-width:220px;margin:0px auto;text-align:center;font-size:18px;font-weight:bold;line-height:1.8;padding-bottom:10px;}
	.factory_02 .factory_02_content{margin:0px auto;font-size:16px;line-height:2;}
	.factory_02 .factory_02_image{padding-top:50px;}
	.factory_02 .factory_02_image .image{width:100%;}
	.factory_03{max-width:1400px;margin:0px auto;display:flex;flex-wrap:wrap;overflow:hidden;}
	.factory_03 .factory_03_image{width:50%;}
	.factory_03 .factory_03_summary{width:calc(50% - 48px);padding:24px;font-size:14px;line-height:2;display:flex;align-items:center;}
	.factory_04{max-width:1200px;margin:0px auto;padding:60px 0px;}
	.factory_04 .factory_04_title{max-width:220px;margin:20px auto 0px;text-align:center;font-size:18px;font-weight:bold;line-height:1.8;padding-bottom:10px;}
	.factory_04 .factory_04_content{padding:50px 0px;position:relative;margin-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between}
	.factory_04 .factory_04_content::after{content:'';position:absolute;top:0;left:calc(50% - 1px);width:2px;height:100%;background-color:#000;display:flex;flex-flow:column;justify-content: space-between;}
	.factory_04 .factory_04_item{width:45%;}
	.factory_04 .factory_04_item_pic{position:relative;}
	.factory_04 .factory_04_item_pic::before{content:'';position:absolute;top:calc(50% - 9px); width:18px;height:18px;background-color:#000;border-radius:50%;}
	.factory_04 .factory_04_item_pic .image{width:100%;}
	.factory_04 .factory_04_item_title{text-align:center;font-size:16px;line-height:2;padding-top:20px;font-weight:bold;}
	.factory_04 .factory_04_item_content{font-size:14px;line-height:2;padding-bottom:20px;}
	.factory_04 .factory_04_item .factory_04_item_pic::before{right:calc(-11% - 10px)}
	.factory_04 .factory_04_item:nth-child(2n){margin-top:30%;}
	.factory_04 .factory_04_item:nth-child(2n) .factory_04_item_pic::before{left:calc(-11% - 10px)}
	/**工厂 end**/

	/**展会**/
	.exhibition_01{max-width:1400px;margin:0px auto;padding:60px 0px 30px;}
	.exhibition_01 .exhibition_01_extitle{margin:0px auto;text-align:center;font-size:18px;font-weight:bold;line-height:1.8;padding-bottom:10px;}
	.exhibition_01 .exhibition_01_summary{margin:0px auto;font-size:16px;line-height:2;}
	.exhibition_01 .exhibition_01_image{margin:50px auto 0px;overflow:hidden;}
	.exhibition_01 .exhibition_01_image img{width:100%;}
	.exhibition_02{max-width:1400px;margin:0px auto 60px;display:flex;justify-content:space-between;}
	.exhibition_02 .exhibition_02_left{width:calc(50% - 15px);}
	.exhibition_02 .exhibition_02_right{width:calc(50% - 15px);}
	.exhibition_03{max-width:1400px;margin:0px auto;padding:60px 0px 30px;display:flex;flex-wrap:wrap;justify-content:space-between;}
	.exhibition_03 .exhibition_03_extitle{width:100%;margin:0px auto;text-align:center;font-size:18px;font-weight:bold;line-height:1.8;padding-bottom:10px;}
	.exhibition_03 .exhibition_03_summary{width:100%;margin:0px auto;font-size:16px;line-height:2;}
	.exhibition_03 .exhibition_03_image{width:100%;margin-top:30px;}
	.exhibition_03 .exhibition_03_image_left{width:calc(50% - 15px);margin-top:30px;}
	.exhibition_03 .exhibition_03_image_right{width:calc(50% - 15px);margin-top:30px;}
	/**展会 end**/

	/**案例**/
	.cases_01{max-width:1400px;margin:0px auto;padding:60px 0px 30px;overflow:hidden;}
	.cases_01 .cases_01_extitle{margin:0px auto;text-align:center;font-size:18px;font-weight:bold;line-height:1.8;padding-bottom:10px;}
	.cases_01 .cases_01_summary{margin:0px auto;font-size:16px;line-height:2;}
	.cases_list{max-width:1400px;margin:0px auto;overflow:hidden;}
	.cases_list .cases_list_item{margin-bottom:50px;}
	.cases_list .cases_list_item .cases_list_item_top{display:flex;justify-content:space-between;align-items:center;line-height:2;}
	.cases_list .cases_list_item .cases_list_item_top .cases_list_title{font-size:24px;text-transform:uppercase;}
	.cases_list .cases_list_item .cases_list_item_top .cases_list_more{font-size:18px;}
	.cases_list .cases_list_item .pic{padding-top:140%;position:relative;overflow:hidden;}
	.cases_list .cases_list_item .pic .image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10;object-fit:cover;}
	.cases_list .cases_list_item .title{text-align:center;font-size:14px;line-height:2;padding-top:10px;transition:1s;}
	/**案例 end**/

	/**产品列表**/
	.productlistbg{max-width:1400px;min-height:calc(100vh - 510px);margin:0px auto;padding-top:50px;overflow:hidden;}
	.productlistbg_title{font-size:24px;text-transform:uppercase;}
	.productlistbg_nav{padding:30px 0px 10px;margin-bottom:10px;display:flex;flex-wrap:wrap;justify-content:space-between;border-bottom:1px rgb(219, 218, 218) solid;}
	.productlistbg_nav .select{width:19%;display:none;}
	.productlistbg_nav .select .form-select{padding:10px;width:100%;}
	.productlistbg_nav .input{/* width:calc(20% - 24px); */width:100%;padding:0 12px;border-width:1px;border-style:solid;border-color:rgb(219, 218, 218);position:relative;display:flex;}
	.productlistbg_nav .input .search-in{height:36px;line-height:36px;background-color:#fff;border:0;font-size:14px;flex:1;}
	.productlistbg_nav .input .search-btn{width:20px;height:36px;line-height:36px;background-color:#fff;border:0;cursor:pointer;}
	.productlistbg_nav .input .search-btn img{height:100%;object-fit:contain;}

		/**列表**/
		.product_list_content{display:flex;justify-content:space-between;position:relative;}
		.product_list_content_left{width:270px;}
		.product_nav a{display:block;padding:15px;}
		.product_nav .icon{display:block;width:16px;height:16px;background-size:12px;background-repeat:no-repeat;background-position:center;cursor:pointer;}
		.product_nav_1{font-size:14px;border-bottom:1px rgb(219, 218, 218) solid;}
		.product_nav .item{display:flex;align-items: center;}
		.product_nav .item>.title{flex:1;}
		.product_nav .item>.icon.has_sub{background-image:url("../images/down_arr.png");}
		.product_nav .item_sub{height:0px;overflow:hidden;}
		.product_nav .item_other{display:none;padding:15px 0px;}
		.product_nav .item_other .item_other_item{padding:10px 0px 10px 15px;display:flex;justify-content:space-between;align-items:center;}
		.product_nav .item_other .item_other_item>.form-select{width:140px;padding:10px;}
		.product_nav_2{font-size:14px;display:flex;}
		.product_nav_2 .title{flex:1;}
			/**选中**/
			.product_nav_1.selected .item>.title{font-weight:bold;}
			.product_nav_1.selected .item>.icon{background-image:url("../images/rightarr.png");}
			.product_nav_1.selected .item>.icon.has_sub{background-image:url("../images/up_arr.png");}
			.product_nav_1.on .item_sub,.product_nav_1.selected.on .item_sub{height:auto;}
			.product_nav_1.on .item_other,.product_nav_1.selected.on .item_other{display:block;}
			.product_nav_2.selected .title{font-weight:bold;}

		.product_list_content_right{width:calc(100% - 280px);}

		.product_list{display:flex;flex-wrap:wrap;padding-top:20px;}
		.product_list_item{width:23%;padding:1%;}
		.product_list_item_link .pic{width:100%;padding-bottom:125%;position:relative;overflow:hidden;border:1px rgb(219, 218, 218) solid;}
		.product_list_item_link .pic .image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10;object-fit:contain;transition:1s;}
		.product_list_item_link .title{text-align:center;font-size:14px;line-height:25px;padding-top:10px;transition:1s;}
		.product_list_btn{text-align:center;padding:50px 0px;}
		.product_list_more{display:inline-block;padding:10px 30px;font-size:14px;color:#222;fill:#222;border:1px solid #222;background-color:#fff;cursor:pointer;}
		.product_list_more:hover{color:#fff;background-color:#222;}
		.product_list_btn #loadMark img{margin:10px auto;}
		/**列表 end**/
	/**产品列表 end**/

	/**产品详情**/
	.product_box{max-width:calc(1400px - 48px);margin:50px auto;background-color:#f9f7f6;overflow:hidden;padding:24px;display:flex;flex-wrap:wrap;justify-content:space-between;}
	.product_box_pics{width:60%;overflow:hidden;}
	#p_slider{position:relative;}
	#p_slider .swiper-button-prev{color:#000}
	#p_slider .swiper-button-next{color:#000}
	#p_slider .pic{width:100%;padding-bottom:100%;position:relative;overflow:hidden;background-color:#fff;}
	#p_slider .pic .image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10;object-fit:contain;transition:1s;}
	#p_slider_thumb{margin-top:20px;}
	#p_slider_thumb .pic{width:100%;padding-bottom:100%;position:relative;overflow:hidden;cursor:pointer;}
	#p_slider_thumb .pic .image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10;object-fit:cover;transition:1s;}
	.product_box_content{width:calc(38% - 48px);padding:0px 24px;display:flex;flex-flow:column;justify-content:space-between;}
	.product_box_content .info .title{font-size:24px;line-height:2;}
	.product_box_content .info .ex_title{font-size:16px;line-height:2;}
	.product_box_content .info .summary{font-size:14px;line-height:2;}
	.product_box_content .other{padding-top:24px;}
	.product_box_content .other .other_item{border-bottom:1px #000 solid;display:flex;justify-content:space-between;line-height:2;padding:10px 0px;}
	.product_box_content .other .other_item .title{font-size:14px;font-weight:bold;}
	.product_box_content .other .other_item .content{font-size:14px;}
	.product_info{max-width:1400px;margin:0px auto;padding-top:20px;overflow:hidden;}
	.product_info .title{font-size:24px;line-height:2;}
	.product_info .content{font-size:14px;line-height:2;}
	/**产品详情 end**/

	/**新闻详情**/
	.newshow{max-width:1400px;min-height:calc(100vh - 560px);margin:0px auto;padding-top:50px;overflow:hidden;}
	/**新闻详情 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:#434343;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:#434343;padding:0px 30px;color:#fff;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**/
