﻿@media screen and (max-width:1200px)
{
body 
{	
	min-width:auto;
}
/**pc手机版显示隐藏**/
.m_hide
{
    display:none;
}
.pc_hide
{
    display:block;
}
/**pc手机版显示隐藏 end**/
/**网页首页banner**/
.banner .swiperpages
{
	bottom:5px;
}
.banner:hover .bannerarr
{
	opacity:0;
}
.banner a img
{
	min-height:220px;
	object-fit:cover;
}
/**网页首页banner end**/
/**网站内页banner**/
.inside_banner
{
	margin-top:0px;
}
.inside_banner a .text p
{
	font-size:20px;
}
.inside_banner a .pic img
{
	min-height:220px;
	object-fit:cover;
}
/**网站内页banner end**/
/**锚点**/
.maodian
{
	height:60px;
	margin-top:-60px;
}
/**锚点 end**/
/**手机版顶部**/
.mhead
{
    width:100%;
    height:60px;
    background:#fff;
    padding:15px 6%;
    box-sizing: border-box;
    position:fixed;
    top:0px;
    left:0px;
    z-index:1000;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.mhead .logo
{
    height:100%;
}
.mhead .logo .link
{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    height:100%;
}
.mhead .logo .link .image
{
    display:block;
    height:100%;
}
.mhead .right
{
    display:flex;
    height:100%;
}
.mhead .right .lan
{
    height:100px;
    font-size:20px;
    line-height:30px;
}
.mhead .right .searchbtn
{
    height:100%;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    margin-left:15px;
    margin-right:15px;
}
.mhead .right .searchbtn .image
{
    width:20px;
}
.mhead .right .mnavbtn
{
    width:25px;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    position:relative;
}
.mhead .right .sanline
{
    width:100%;
    height:20px;
    display:flex;
    flex-wrap:wrap;
    align-content:space-between;
}
.mhead .right .sanline .line
{
    width:100%;
    height:2px;
    background:#000;
}
.mhead .right .navclose
{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    background:#fff;
    line-height:30px;
    font-size:40px;
    text-align:center;
    display:none;
}
.mhead .searchbg
{
	width:100%;
	height:auto;
	background:#cfa972;
	padding:15px 0px;
	position:fixed;
	top:60px;
	left:0px;
	z-index:1000;
	display:none;
}
.mhead .searchbg .headsearch
{
	width:88%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #fff;
}
.mhead .searchbg .headsearch .input
{
	width:calc(100% - 35px);
}
.mhead .searchbg .headsearch .input input
{
	width:100%;
	height:100%;
	font-size:15px;
	color:#fff;
	background:none;
	border:none;
	outline:none;
}
.mhead .searchbg .headsearch .input input::-webkit-input-placeholder
{
	color:#fff;
}
.mhead .searchbg .headsearch .headsearchbtn
{
	width:35px;
	height:35px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.mhead .searchbg .headsearch .headsearchbtn .image
{
	width:20px;
	height:auto;
}
.headsupport
{
	height:60px;
}
/**手机版顶部 end**/
/**手机版导航**/
.mnavbg
{
    position:fixed;
    width:100%;
    height:calc(100vh - 60px);
    top:60px;
    left:0px;
    z-index:100;
    background:#fff;
    display:none;    
}
.mnavbg .mnav
{
    width:100%;
    height:100%;
    padding:30px 6%;
    box-sizing:border-box;
    padding-bottom:calc(30px + env(safe-area-inset-bottom));
    overflow-y:auto;  
}
.mnavbg .mnav ul
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.mnavbg .mnav ul li
{
    width:100%;
    height:auto;
    overflow:hidden;
    border-bottom:1px solid #eee;
}
.mnavbg .mnav ul li a
{
    display:block;
    width:100%;
    height:auto;
    font-size:16px;
    line-height:25px;
    padding-top:5px;
    padding-bottom:5px;
}
.mnavbg .mnav ul li .nextnavtit
{
    position:relative;
    box-sizing:border-box;
    padding-right:20px;
    width:100%;
    height:auto;
    font-size:16px;
    line-height:25px;
    padding-top:5px;
    padding-bottom:5px;
}
.mnavbg .mnav ul li .nextnavtit .arr
{
    width:20px;
    height:100%;
    position:absolute;
    right:0px;
    background:#fff;
    z-index:10;
    top:0px;
    background:url('../images/rightarr.png') no-repeat center center;
    background-size:10px 10px;
}
.mnavbg .mnav ul li .nextnav
{
    width:100%;
    height:auto;
    padding-left:15px;
    box-sizing:border-box;
    display:none;
}
/**手机版导航 end**/
/**手机底部**/
.footbg
{
	width:100%;
    padding:30px 6%;
	padding-bottom:calc(30px + env(safe-area-inset-bottom));
    box-sizing:border-box;
}
.footbg .foot
{
	width:100%;
	max-width:100%;
	min-width:100%;
}
.footbg .foot .footleft
{
	width:100%;
	padding-right:0px;
}
.footbg .foot .footleft .flogo
{
	margin-bottom:20px;
}
.footbg .foot .footright
{
	width:100%;
}
.footbg .foot .footright .footnav
{
	margin-bottom:20px;
}
.footbg .foot .footright .footnav dl
{
	width:46%;
	margin-right:8%;
}
.footbg .foot .footright .footnav dl:nth-child(2n)
{
	margin-right:0px;
}
.footbg .foot .footright .footnav dl dt
{
	font-size:18px;
	margin-bottom:10px;
}
.footbg .foot .footright .footnav dl dd
{
	font-size:15px;
}
.footbg .foot .footright .shejiaop
{
	padding-left:0;
}
.footbg .foot .footright .shejiaop .sgrid
{
	width:20px;
	margin-right:15px;
}
/**手机底部 end**/
/**整体**/
.webblockbg
{
    padding:30px 6%;
    box-sizing:border-box;
}
.webblockbg .webblock
{
    min-width:auto;
    max-width:100%;
    width:100%;
}
.weblistblockbg
{
	padding-top:0px;
}
/**整体 end**/
/**首页**/
/**首页标题，描述，查看更多**/
.indcatetit
{
	font-size:22px;
	margin-bottom:15px;
}
.indcatedes
{
	margin-bottom:20px;
}
/**首页标题，描述，查看更多 end**/
/**首页1-产品系列**/
.indblockbg1 .indcatedes
{
	max-width:100%;
	margin-bottom:20px;
}
.indproserbannerblock
{
	padding-left:0px;
}
.indproserbannerblock .indproserbanner
{
	width:100%;
	flex-wrap:wrap;
}
.indproserbannerblock .indproserbanner .link .wz
{
	padding:20px;
}
/**首页1-产品系列 end**/
/**首页2-视频播放**/
.indblockbg2
{
	padding-top:0px;
}
.indexvideo .bg .image
{
	min-height:250px;
	object-fit:cover;
}
.indexvideo .play .btn
{
	margin-bottom:30px;
}
.indexvideo .indmore
{
	width:160px;
}
.indexvideo .play .btn .image
{
	width:60px;
}
/**首页2-视频播放 end**/
/**首页3-酒店工程**/
.indblockbg3
{
	padding-top:0px;
}
.indexcase
{
	max-width:100%;
}
.indexcase .grid
{
	width:100%;
	margin-right:0px;
	margin-bottom:20px;
}
.indblock3 .indmore
{
	margin-top:0px;
}
/**首页3-酒店工程 end**/
/**首页4-关于我们**/
.indblockbg4 .indaboutbg .indabout
{
	width:100%;
	margin-left:0;
}
.indblockbg4 .indaboutbg .indabout .indmore
{
	margin-top:20px;
}
/**首页4-关于我们 end**/
/**首页5-新闻 **/
.indexnews .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}
.indexnews .grid:last-child
{
	margin-bottom:0px;
}
/**首页5-新闻 end**/
/**首页6-联系信息**/
.indblockbg6
{
	padding-top:0px;
}
.indcontact .contacttext
{
	padding:50px 20px;
}
/**首页6-联系信息 end**/
/**首页 end**/
/**栏目信息**/
.cateinfo
{
	margin-bottom:15px;
}
.cateinfo .catename
{
	font-size:20px;
}
/**栏目信息 end**/
/**二级菜单**/
.sitenavbg
{
	padding:0px 6%;
	box-sizing: border-box;
}
.sitenavbg .sitenav
{
	max-width:none;
	width:100%;
	overflow:auto;
	flex-wrap:nowrap;
	min-width:auto;
}
.sitenavbg .sitenav .grid
{
	overflow:hidden;
	margin-right:20px;
	flex-shrink:0;
}
.sitenavbg .sitenav .grid a
{
	font-size:15px;
	padding:5px;
}
/**二级菜单 end**/
/**当前位置**/
.pathblock
{
    width:88%;
	max-width:100%;
	min-width:auto;
}
.pathblock .path
{
    padding-top:15px;
    padding-bottom:15px;
}
/**当前位置 end**/
/**关于我们**/
/**公司简介-1**/
.aboutbg1 .aboutblock1
{
	max-width:100%;
}
.aboutbg1 .aboutblock1 .insidecontent 
{
	margin-bottom:20px;
}
/**公司简介-1 end**/
/**起源于2003年**/
.aboutbg2
{
	padding-top:0px;
	padding-bottom:30px;
}
.aboutbg2 .insidecontent
{
	margin-bottom:20px;
}
.aboutbg2 .huibg
{
	padding-bottom:0px;
}
.aboutbg2 .aboutblock2
{
	max-width:100%;
}
.aboutbg2 .aboutblock2 .qiyuanlist .grid:nth-child(2n)
{
	flex-direction:row;
}
.aboutbg2 .aboutblock2 .qiyuanlist .grid .pic
{
	width:100%;
}
.aboutbg2 .aboutblock2 .qiyuanlist .grid .text
{
	width:100%;
	padding:20px;
}
.aboutbg2 .aboutblock2 .qiyuanlist .grid .text .tit
{
	font-size:18px;
	margin-bottom:10px;
}
.aboutbg3
{
	padding-top:0px;
}
.aboutcatebg .text p
{
	font-size:18px;
}
.aboutbg3 .yanfalist
{
	max-width:100%;
	padding-top:30px;
}
.aboutbg3 .yanfalist .grid
{
	margin-bottom:20px;
}
.aboutbg3 .yanfalist .grid:last-child
{
	margin-bottom:0px;
}
.aboutbg3 .yanfalist .grid .text
{
	width:100%;
}
.aboutbg3 .yanfalist .grid .text .numtit
{
	margin-bottom:20px;
}
.aboutbg3 .yanfalist .grid .text .numtit .num
{
	font-size:45px;
	width:45px;
}
.aboutbg3 .yanfalist .grid .text .numtit .tit
{
	font-size:18px;
	line-height:1.4;
	width:calc(100% - 50px);
}
.aboutbg3 .yanfalist .grid .text .insidecontent
{
	padding-left:0px;
	margin-bottom:20px;
}
.aboutbg4
{
	padding-top:0px;
}
.aboutbg4 .rongyulist
{
	padding-top:30px;
}
.aboutbg4 .rongyulist .grid
{
	width:48%;
	margin-bottom:20px;
	margin-right:4%;
}
.aboutbg4 .rongyulist .grid:nth-child(2n)
{
	margin-right:0px;
}
.aboutbg4 .rongyulist .grid:nth-last-child(-n+2)
{
	margin-bottom:0px;
}
.aboutbg5
{
	padding-top:0px;
}
.aboutbg5 .tuanduilist
{
	max-width:100%;
	padding-top:30px;
}
.aboutbg5 .tuanduilist .grid
{
	margin-bottom:20px;
	padding:20px; 
}
.aboutbg5 .tuanduilist .grid .pic
{
	width:100%;	
}
.aboutbg5 .tuanduilist .grid .text
{
	width:100%;
}
.aboutbg5 .tuanduilist .grid .text .tit
{
	font-size:18px;
	margin-bottom:20px;
	margin-top:20px;
}
/**起源于2003年 end**/
/**品牌故事**/
.storybg1 .storyblock1
{
	max-width:100%;
}
.storybg1 .storyblock1 .storydes
{
	margin-bottom:20px;
}
.storybg1 .storyblock1 .storypic
{
	margin-bottom:20px;
}
.storybg1 .storyblock1 .storylist .grid
{
	margin-bottom:20px;
}
.storybg1 .storyblock1 .storylist .grid
{
	flex-direction:column-reverse;
}
.storybg1 .storyblock1 .storylist .grid:nth-child(2n)
{
	flex-direction:column-reverse;
}
.storybg1 .storyblock1 .storylist .grid:last-child
{
	margin-bottom:0px;
}
.storybg1 .storyblock1 .storylist .grid .pic
{
	width:100%;
}
.storybg1 .storyblock1 .storylist .grid .right
{
	width:100%;
	margin-bottom:20px;
}
/**品牌故事 end**/
/**发展历程**/
.historyblock1 .lichenglist
{
	overflow:visible;
}
.historybg1 .historyblock1
{
	max-width:100%;
}
.historyblock1 .ctit
{
	margin-bottom:20px;
}
.historyblock1 .lichenglist::after
{
	left:0%;
	transform:translate(0px,0px);
}
.historyblock1 .lichenglist .grid
{
	margin-bottom:30px;
	padding-left:20px;
	box-sizing:border-box;
	overflow:visible;
}
.historyblock1 .lichenglist .grid:last-child
{
	margin-bottom:0px;
}
.historyblock1 .lichenglist .grid:nth-child(2n)
{
	flex-direction:row;
}
.historyblock1 .lichenglist .grid .text
{
	 width:100%;
}
.historyblock1 .lichenglist .grid .text .tit
{
	font-size:22px;
	line-height:28px;
	margin-bottom:5px;
}
.historyblock1 .lichenglist .grid:nth-child(2n - 1) .text .tit
{
	text-align:left;
}
.historyblock1 .lichenglist .grid .text .insidecontent
{
	margin-bottom:30px;
}
.historyblock1 .lichenglist .grid:nth-child(2n - 1) .text .insidecontent
{
	text-align:left !important;
}
.historyblock1 .lichenglist .grid:nth-child(2n - 1) .text .insidecontent p
{
	text-align:left !important;
}
.historyblock1 .lichenglist .grid .text .pic
{
	width:98%;
}
.historyblock1 .lichenglist .grid .quan
{
	width:5px;
	height:5px;
	border:1px solid #cfa972;
	position:absolute;
	left:-3px;
	top:8px;
}
.historyblock1 .lichenglist .grid .nonetext
{
	width:100%;
}
/**发展历程 end**/
/**生产基地**/
.historydes
{
	margin-top:30px;
	margin-bottom:30px;
	text-align:left !important;
}
.historydes p
{
	text-align:left !important;
}
.historyblock1 .jidilist .grid
{
	margin-bottom:30px;
}
.historyblock1 .jidilist .grid:last-child
{
	margin-bottom:0px;
}
.historyblock1 .jidilist .grid .tit
{
	font-size:18px;
	line-height:1.5;
	margin-bottom:20px;
}
.historyblock1 .jidilist .grid .insidecontent
{
	margin-bottom:20px;
}
.meiguopic
{
	margin-bottom:10px;
}
/**生产基地 end**/
/**选材**/
.materialbg1 .materialblock1
{
	max-width:100%;
}
.materialbg1 .materialblock1 .insidecontent
{
	text-align:left;
}
.materialbg1 .materialblock1 .insidecontent p
{
	text-align:left;
}
.materiallist .grid .catepic
{
	margin-bottom:30px;
}
.materiallist .grid .catepic .text p
{
	font-size:18px;
}
.materiallist .grid .zlist .zgrid
{
	padding-top:30px;
}
.materiallist .grid .zlist .zgrid .ztit
{
	font-size:22px;
	margin-bottom:30px;
}
.materiallist .grid .zlist .zgrid .mlist
{
	padding-bottom:30px;
}
.materiallist .grid .zlist .zgrid .mlist .mgrid
{
	width:48%;
	margin-right:4%;
	margin-bottom:15px;
}
.materiallist .grid .zlist .zgrid .mlist .mgrid:nth-child(5n)
{
	margin-right:4%;
}
.materiallist .grid .zlist .zgrid .mlist .mgrid:nth-child(2n)
{
	margin-right:0;
}
/**选材 end**/
/**关于我们 end**/
/**工程案例**/
.projectbg1 .projectblock1
{
	max-width:100%;
}
.projectbg1 .projectblock1 .catepic
{
	margin-bottom:30px;
}
.projectbg1 .projectblock1 .projectlist .grid .catetit
{
	font-size:22px;
	margin-bottom:20px;
}
.projectbg1 .projectblock1 .projectlist .grid .zlist .mgrid
{
	margin-bottom:5px;
}
.projectbg2 .choselist
{
	padding-top:20px;
	padding-bottom:0px;
}
.projectbg2 .choselist .grid .pic .wz .num
{
	font-size:16px;
	margin-bottom:5px;
}
.projectbg2 .choselist .grid .pic .wz .tit
{
	font-size:12px;
}
.projectbg3 .projectlist2
{
	max-width:100%;
}
.projectbg3 .projectlist2 .grid
{
	width:100%;
	margin-right:0px;
	margin-bottom:30px;
}
.projectbg3 .projectlist2 .grid .link
{
	padding:20px;
}
.projectbg3 .projectlist2 .grid .link .sec .outpic
{
	width:100%;
	margin-bottom:15px;
}
.projectbg3 .projectlist2 .grid .link .sec .text
{
	width:100%;
}
/**工程案例 end**/
/**产品中心**/
/**产品搜索**/
.pronavsearch
{
	height:auto;
	display:block;
	margin-bottom:0px;
    margin-top:0px;
}
.pronavsearch .grid
{
	width:100%;
    margin-right:0px;
	margin-bottom:20px;
}
.pronavsearch .grid .text
{
	color:#333;
	font-size:15px;
	line-height:38px;
}
/**产品搜索 end**/
/**产品列表**/
.prolist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.prolist .grid:nth-child(4n)
{
	margin-right:0%;
}
.prolist .grid:nth-child(2n)
{
	margin-right:0px;
}
/**产品列表 end**/
/**产品中心 end**/
/**产品详情**/
.productviewblockbg1
{
	padding:0px;
}
.productviewblockbg1 .productviewblock1
{
	padding:30px 6%;
	box-sizing:border-box;
}
.proshowfirbg
{
	margin-bottom:0px;
}
.proshowfir
{
	max-width:100%;
}
.proshowfir .picarr
{
    width:100%;
}
.proshowfir .picarr .picarrlist .swiperpages
{
	bottom:5px;
}
.proshowfir .prorightcont
{
    width:100%;
    padding:30px 6%;
}
.proshowfir .prorightcont .pricecanshu
{
	width:100%;
	padding:30px 6%;
}
.productshowcontent .title
{
	font-size:22px;
	margin-bottom:20px;
}
.propicture .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:15px;
}
.propicture .grid:nth-child(3n)
{
	margin-right:4%;
}
.propicture .grid:nth-child(2n)
{
	margin-right:0px;
}
.propicture .grid .propictit
{
	padding-bottom:5px;
	padding-top:5px;
}
.prowendablock
{
	padding-top:30px;
}
.proliuyan
{
	max-width:100%;
	border-radius:10px;
	margin-top:30px;
}
.proliuyan .left
{
	width:100%;
}
.proliuyan .liuyan
{
	width:100%;
	padding:20px;
}
.proliuyan .liuyan .mgrid
{
	width:100%;
	margin-bottom:20px;
}
.proliuyan .liuyan .mgrid:last-child
{
	margin-bottom:0px;
}
.productshowmaterial .title
{
	font-size:22px;
	margin-bottom:20px;
}
.productshowmaterial .list .grid
{
	width:100%;
	margin-right:0%;
	margin-bottom:20px;
	justify-content:flex-start;
}
.productshowmaterial .list .grid .pic
{
	width:100%;
	margin-bottom:15px;
}
.productshowmaterial .list .grid .right
{
	width:100%;
}
.productshowmaterial .list .grid .right .tit
{
	font-size:17px;
	line-height:25px;
}
.productshowmaterial .list .grid .right .extit
{
	font-size:17px;
	line-height:25px;
}
.productshowmaterial .list .grid .right .cont
{
	font-size:15px;
	line-height:25px;
}
.productshowmaterial .list .grid .right .cont p
{
	font-size:15px;
	line-height:25px;
}
/**产品详情 end**/
/**上一篇下一篇**/
.prevnext
{
	margin-top:15px;
}
.prevnext .grid
{
	width:100%;
}
.prevnext .grid:nth-child(2n)
{
	text-align:left;
}
/**上一篇下一篇 end**/
/**案例列表**/
.caselistbg
{
    box-sizing:border-box;
    padding:0px 6% 30px 6%;
}
.caselist
{
    margin-top:20px;
}
.caselist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.caselist .grid:nth-child(3n)
{
	margin-right:4%;
}
.caselist .grid:nth-child(2n)
{
	margin-right:0px;
}
/**案例列表 end**/
/**案例展示**/
.caseviewbg1
{
    padding:30px 6%;
    box-sizing:border-box;
}
.caseShowBlock .picarr
{
	margin-top:15px;
}
.caseShowBlock .picarr .bpic
{
	width:100%;
}
.caseShowBlock .picarr .proview_big_picarr .outpic
{
	width:100%;
	height:auto;
	padding-bottom:66.66%;
	position:relative;
}
.caseShowBlock .picarr .proview_big_picarr .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
}
.caseShowBlock .picarr .smallblock
{

	margin-top:15px;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr
{
	width:calc(100% - 60px);

}

.caseShowBlock .picarr .smallblock .btn
{
	width:30px;

}
/**案例展示 end**/
/**全屏视频**/
.fullscreenvideobg .closebtn
{
	width:50px;
	height:50px;
	font-size:45px;
	line-height:50px;
}
.fullscreenvideobg .videoblock
{
	width:88%;
	height:88%;
}
/**全屏视频 end**/
/**视频列表**/
.videolist .grid
{
	width:100%;
	margin-right:0%;
	margin-bottom:20px;
}
/**视频列表 end**/
/**新闻列表**/
.newslistbg
{
    padding:0px 6% 30px 6%;
    box-sizing: border-box;
}
.newslist
{
    margin-top:20px;
}
.newslist .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:15px;
}
/**新闻列表 end**/
/**发布时间**/
.create_time
{
	margin-bottom:15px;
}
/**发布时间 end**/
/**新闻展示**/
.newshowbg1
{
    padding:30px 6%;
    box-sizing:border-box;
}
/**新闻展示 end**/
/**分页**/
.Pagination__Nav
{
	margin-bottom:0px;
}
/**分页 end**/
/**门店**/
.storebg1 .storeblock1
{
	max-width:100%;
}
.storebg1 .storeblock1 .storetit
{
	margin-bottom:30px;
}
.storebg1 .storeblock1 .storedes
{
	margin-bottom:30px;
}
.storebg1 .storeblock1 .storelist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
}
.storebg1 .storeblock1 .storelist .grid:nth-child(3n)
{
	margin-right:4%;
}
.storebg1 .storeblock1 .storelist .grid:nth-child(2n)
{
	margin-right:0;
}
.storebg1 .storeblock1 .storelist .grid .link .tit
{	
	padding:10px;
}
/**门店 end**/
/**联系我们**/
.contactbg1 .contactblock1
{
	max-width:100%;
}
.contactbg1 .contactblock1 .contactinfo .grid
{
	margin-bottom:30px;
}
.contactbg1 .contactblock1 .contactinfo .grid .bigtit
{
	font-size:20px;
}
.zimeiti
{
	margin-bottom:30px;
}
.zimeiti .grid
{
	width:32%;
	margin-right:2%;
}
.zimeiti .grid:nth-child(3n)
{
	margin-right:0px;
}
/**联系我们 end**/
/**招商**/
.joinbg1 .joinblock1
{
	max-width:100%;
}
.joinbg1 .joinblock1 .tiaojiantit
{
	margin-bottom:30px;
}
.joinbg1 .joinblock1 .tiaojianlist .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:20px;
	padding-bottom:20px;
}
.joinbg1 .joinblock1 .tiaojianlist .grid .num
{
	width:50px;
}
.joinbg1 .joinblock1 .tiaojianlist .grid .wz
{
	width:calc(100% - 60px);
}
.joinbg1 .joinblock1 .shililist .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}
.joinbg1 .joinblock1 .shililist .grid:last-child
{
	margin-bottom:0px;
}
.joinbg1 .joinblock1 .shililist .grid .text
{
	padding:0px;
}
.joinbg1 .joinblock1 .shililist .grid .text .tit
{
	text-align:left;
	margin-bottom:10px;
	margin-top:15px;
}
.joinbg2
{
	background:url('../images/join/joinbg.jpg') no-repeat center center;
	background-size:cover !important;
}
.joinbg2 .joinblock2
{
	max-width:100%;
}
.joinbg2 .zhichitit
{
	margin-bottom:30px;
}
.joinbg2 .zhichilist .grid
{
	width:100%;
	margin-right:0;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:15px;
	justify-content:space-between;
}
.joinbg2 .zhichilist .grid:nth-child(4n)
{
	margin-right:0px;
}
.joinbg2 .zhichilist .grid .pic
{
	width:40px;
}
.joinbg2 .zhichilist .grid .wz
{
	width:calc(100% - 60px)
}
.joinbg3 .joinblock3
{
	 max-width:100%;
}
.joinbg3 .liuchengdes
{
	font-size:15px;
	line-height:25px;
	margin-bottom:30px;
}
.joinbg3 .liuchengdes p
{
	font-size:15px;
	line-height:25px;
}
.joinbg3 .zhichilist .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:15px;
}
.joinbg3 .zhichilist .grid:nth-child(3n)
{
	margin-right:0px;
}
.joinbg3 .zhichilist .grid .num
{
	width:50px;
	font-size:50px;
}
.joinbg3 .zhichilist .grid .wz
{
	width:calc(100% - 70px);	
}
/**招商 end**/
}