﻿body 
{	
	min-width:auto;
}
/**网站整体**/
.c_headbg 
{
	display: none;
}
.m_head
{
	display:block;
}
.m_hide
{
	display:none;
}
.pc_hide
{
	display:block;
}
/**网站整体 end**/
/**网站头部**/
.m_head
{
	width:100%;
	height:auto;
	position:relative;
	background:white;
}
.m_head .logo
{
	width:80%;
	height:auto;
	float:left;
	overflow:hidden;
}
.m_head .logo img
{
	width:100%;
	height:auto;
}
.m_head .navbtn
{
	float:left;
	overflow:hidden;
	width:20%;
	position: relative;
}
.m_head .navbtn img
{
	width:100%;
	height:auto;
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	padding:15px 4%;
	box-sizing: border-box;
}
.foot
{
	width:100%;
}
.foot .first
{
	padding-top:0px;
	padding-bottom:0px;
}
.foot .first .footlink
{
	float:none;
}
.foot .first .footlink .firstlink
{
	display:none;
}
.foot .first .footlink .line
{
	display:none;
}
.foot .first .footlink .linklist
{
	float:none;
	display:flex;
	flex-wrap:wrap;
	margin-left:0px;
}
.foot .first .footlink .linklist .grid
{
	width:24%;
	margin-left:0;
	margin-right:1.33%;
}
.foot .first .footlink .linklist .grid:nth-child(4n)
{
	margin-right:0px;
}
.foot .first .share
{
	float:none;
	margin-top:15px;
	justify-content:center;
}
.foot .first .share .grid
{
	width:35px;
	height:35px;
	margin-left:15px;
}
.foot .first .share .grid a 
{
	width:100%;
	height:auto;
	display:block;
	position:relative;
	cursor: pointer;
}
.foot .first .share .grid a .pic
{
	width:100%;
	height:auto;
	transition:1s;
}
.foot .first .share .grid:hover a .pic
{
	transform: rotate(360deg);
}
.foot .first .share .grid a .twocode
{
	position:absolute;
	top:-135px;
	left:calc(50% - 50px);
	z-index:10;
	width:100px;
	display:none;
}
.foot .first .share .grid:hover a .twocode
{
	display:block;
	background:#fff;
	padding-bottom:5px;
}
.foot .first .share .grid a .twocode .codepic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.foot .first .share .grid a .twocode .text
{
    font-size:14px;
	text-align:center;
	line-height:20px;
	height:20px;
	overflow:hidden;
}
.foot .second
{
	padding-bottom:0px;
	margin-top:15px;
}
.foot .second .foot_support
{
	font-size:15px;
	text-align:center;
	margin-bottom:0px;
	line-height:25px;
}
.foot .second .font_contact .contact_l
{
	float:none;
	display:block;
	width:100%;
}
.foot .second .font_contact .contact_l .grid
{
	font-size:15px;
	line-height:25px;
	margin-right:0px;
	text-align:center;
	width:100%;
}
.foot .second .font_contact .contact_r
{
	float:none;
	width:100%;
	display:block;
}
.foot .second .font_contact .contact_r .grid
{
	width:100%;
	font-size:15px;
	text-align:center;
	line-height:25px;
	margin-left:0px;
}
/**网站底部 end**/
/**手机版banner**/
.m_banner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-bottom:-1px;
}
.m_banner .hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	text-align: center;
}
.m_banner .hd ul {
	font-size: 0;
	vertical-align: top;
}
.m_banner .hd ul li {
	display: inline-block;
	width: 20px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ddd;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}
.m_banner .hd ul .on {
	background: #0d7bb6;
}
.m_banner .bd {
	position: relative;
	z-index: 0;
}
.m_banner .bd li a {
	display:block;
	height:auto;
	overflow:hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.m_banner .bd li img {
	width: 100%;
	height: auto;
	display:block;
	margin:auto;
}
/**手机版banner end**/
/**网站首页**/
/**网站首页模块1-关于我们视频**/
.index_blockbg
{
	box-sizing:border-box;
	padding:15px 4%;
}
.index_blockbg1
{
	padding:15px 4%;
}
.index_block1
{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}
.index_block1 .index_about
{
	width:100%;
	margin:auto;
	overflow:hidden;
}

.index_block1 .index_about .pic_content
{
	width:100%;
	margin-top:15px;
}
.index_block1 .index_about .pic_content .pic
{
	width:100%;
}
.index_block1 .index_about .pic_content .pic .en_tit
{
	display:none;
}
.index_block1 .index_about .pic_content .about_content
{
	position:static;
	width:100%;
	left:0px;
	z-index:0;
	height:100%;
	top:0px;
	display:block;
	margin-top:15px;
}
.index_block1 .index_about .pic_content .about_content .about_des
{
	margin-top:15px;
}
.index_block1 .index_about .pic_content .about_content .about_more
{
	margin-top:15px;
}
.index_block1 .index_video
{
	width:100%;
	margin-top:15px;
}
.index_block1 .index_video .video video
{
	min-height:210px;
}
.index_block1 .index_video .bigtitle 
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:15px;
}
/**网站首页模块1-关于我们视频 end**/
/**网站首页模块2-产品系列**/
.index_block2
{
	width:100%;
}
.index_block2 .ind_pro_bigtit .cntit
{
	font-size:20px;
	line-height:24px;
}
.index_block2 .ind_pro_bigtit .entit
{
	font-size:18px;
	margin-top:5px;
	line-height:20px;
}
.index_block2 .m_ind_prolist
{
	width:100%;
	display:block;
	margin-top:15px;
}
.index_block2 .m_ind_prolist .bd
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_block2 .m_ind_prolist .bd ul
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_block2 .m_ind_prolist .bd ul li
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_block2 .m_ind_prolist .bd ul li .grid
{
	width:100%;
	height:auto;
}
.index_block2 .m_ind_prolist .bd ul li .grid a
{
	display:block;
	position: relative;
}
.index_block2 .m_ind_prolist .bd ul li .grid a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#000;
}
.index_block2 .m_ind_prolist .bd ul li .grid a .pic img
{
	display:block;
	width:100%;
	height:auto;
	transition:1s;
}
.index_block2 .m_ind_prolist .bd ul li .grid a .tit
{
	position: absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	opacity:0;
	display: flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	color:#fff;
	transition:1s;
	opacity:1;
}
.index_block2 .m_ind_prolist .hd
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.index_block2 .m_ind_prolist .hd ul
{
	width:100%;
	height:auto;
	display:flex;
}
.index_block2 .m_ind_prolist .hd ul li
{
	flex:1;
	height:2px;
	background:#fff;
	overflow:hidden;
}
.index_block2 .m_ind_prolist .hd ul li.on
{
	background:#0d7bb6;
}
/**网站首页模块2-产品系列 end**/
/**网站首页模块3-搜索位置**/
.index_block3
{
	width:100%;
	padding-top:0px;
	padding-bottom:15px;
}
.index_block3 .index_search
{
	width:100%;
}

.index_block3 .seachinput
{
	display:flex;
	flex-wrap:wrap;
	align-content: center;
	justify-content:center;
}
.index_block3 .seachinput .input
{
	width:80%;
	height:40px;
	margin:auto;
	position: relative;
}

.index_block3 .seachinput .btn
{
	left:15px;
}
.index_block3 .seachinput .biglink
{
	padding-top:15px;
}
.index_block3 .entitle
{
	font-size:16px;
	line-height:20px;
	margin-top:15px;
}
/**网站首页模块3-搜索位置 end**/
/**网站首页模块4-新闻中心**/
.index_blockbg4 .ind_new_bigtit
{
	width:100%;
	margin-top:0px;
}
.index_blockbg4 .m_ind_news_list
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
	margin-top:15px;
}
.index_blockbg4 .m_ind_news_list .bd
{
	width:100%;
	height:auto;	
}
.index_blockbg4 .m_ind_news_list .bd ul
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_blockbg4 .m_ind_news_list .bd ul li
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.index_blockbg4 .m_ind_news_list .bd ul li .grid 
{
	width:100%;
	overflow:hidden;
}
.index_blockbg4 .m_ind_news_list .bd ul li .grid a
{
	display:block;
	width:100%;
	position: relative;
}
.index_blockbg4 .m_ind_news_list .bd ul li .grid a .pic
{
	width:100%;
	height:auto;
	background:#000;
}
.index_blockbg4 .m_ind_news_list .bd ul li .grid a .pic img
{
	width:100%;
	height:auto;
	opacity:0.57;
}
.index_blockbg4 .m_ind_news_list .bd ul li .grid a .text
{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10;
	box-sizing: border-box;
	padding:10%;
	background:#bfbfbf;
	transition:1s;
}
.index_blockbg4 .m_ind_news_list .bd ul li .grid a .text
{
	background:none;
}
.index_blockbg4 .m_ind_news_list .bd ul li .grid a .text .title
{
	font-size:16px;
	line-height:30px;
	color:#2f2f2f;
	height:60px;
	overflow:hidden;
	transition:1s;
}
.index_blockbg4 .m_ind_news_list .bd ul li .grid a .text .title
{
	color:#fff;
}
.index_blockbg4 .m_ind_news_list .bd ul li .grid a .text .des
{
	font-size:15px;
	line-height:30px;
	color:#fff;
	height:90px;
	overflow:hidden;
	font-weight:lighter;
	margin-top:50%;
	transition:1s;
}
.index_blockbg4 .m_ind_news_list .bd ul li .grid a .text .line
{
	width:100%;
	height:1px;
	background:#fff;
	margin-top:10%;
}
.index_blockbg4 .m_ind_news_list .bd ul li .grid a .text .date
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.index_blockbg4 .m_ind_news_list .bd ul li .grid a .text .date .month
{
	font-size:14px;
	line-height:16px;
	color:#fff;
	float:left;
	margin-top:5px;
	transition:1s;
}
.index_blockbg4 .m_ind_news_list .bd ul li .grid a .text .date .day
{
	font-size:50px;
	float:right;
	line-height:52px;
	color:#004e79;
}
.index_blockbg4 .m_ind_news_list .hd
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.index_blockbg4 .m_ind_news_list .hd ul
{
	width:100%;
	height:auto;
	display:flex;
}
.index_blockbg4 .m_ind_news_list .hd ul li
{
	flex:1;
	height:2px;
	background:#fff;
	overflow:hidden;
}
.index_blockbg4 .m_ind_news_list .hd ul li.on
{
	background:#0d7bb6;
}
/**网站首页模块4-新闻中心 end**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
/**网站内页大标题**/
.inside_bigtit
{
	margin-top:15px;
}
.inside_bigtit .cn
{
	font-size:20px;
	line-height:22px;
}
.inside_bigtit .en
{
	font-size:16px;
	line-height:18px;
}
/**网站内页大标题 end**/
/**内页内容区**/
.insidecontent
{
	width:100%;
	margin-top:0px;
	padding:15px 4%;
	box-sizing: border-box;
}
/**内页内容区 end**/
/**上一篇下一篇**/
.prenext
{
	width:100%;
	padding:15px 4%;
	box-sizing:border-box;
}
.prenext .record
{
	font-size:15px;
}
/**上一篇下一篇 end**/
/**关于我们**/
/**关于我们模块1-关于我们**/
.about_block1
{
	width:100%;
	padding:15px 4%;
	box-sizing:border-box;
	margin:auto;
}
.about_block1 .aboutcontent
{
	width:100%;
	margin-top:15px;
}
.about_block1 .aboutcontent .content
{
	width:100%;
	font-size:15px;
	line-height:24px;
	margin-top:15px;
}
/**关于我们模块1-关于我们 end**/
/**关于我们模块2-企业文化**/
.about_blockbg2
{
	padding:15px 4%;
	box-sizing:border-box;

}
.about_block2
{
	width:100%;
	margin-top:0px;
}
.about_block2 .pic
{
	width:100%;
	float:none;
}
.about_block2 .pic img
{
	width:100%;
	height:auto;
}
.about_block2 .aboutcontent
{
	width:100%;
	padding:10%;
	float:none;
}
.about_block2 .aboutcontent .content
{
	font-size:15px;
	margin-top:15px;
}
.about_block2 .aboutcontent .content p
{
	font-size:15px;
}
/**关于我们模块2-企业文化 end**/
/**关于我们模块3-发展历程**/
.about_blockbg3
{
	margin-top:15px;
}
/**关于我们模块3-发展历程 end**/
/**关于我们模块4-五大品牌**/
.about_block4
{
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
	padding:15px 4%;
	box-sizing:border-box;
	height:auto !important;
}
.about_block4 .aboutcontent
{
	width:100%;
	float:none;
	padding-top:0px;
}
.about_block4 .aboutcontent .bigtit
{
	width:100%;
	height:auto;
	overflow:hidden;
}

.about_block4 .aboutcontent .content
{
	font-size:15px;
	line-height:30px;
	margin-top:15px;
}
.about_block4 .aboutcontent .content p
{
	font-size:15px;
	line-height:30px;
}
.about_block4 .pic
{
	width:100%;
	margin-top:15px;
	position:static;
	top:0px;
	left:0px;
}
/**关于我们模块4-五大品牌 end**/
/**荣誉资质**/
.honorlist
{
	width:100%;
	padding:15px 4%;
	box-sizing:border-box;
}
.honorlist .grid
{
	width:calc(50% - 10px);
	height:auto;	
	margin-right:20px;
	margin-bottom:20px;
}
.honorlist .grid:nth-child(2n)
{
	margin-right:0px;
}
/**荣誉资质 end**/
/**企业宣传**/
.trailerlist
{
	width:100%;
	padding:15px 4%;
	box-sizing:border-box;
}
.trailerlist .grid
{
	width:100%;
	margin-right:0px;
	margin-bottom:15px;
}
.trailerlist .grid .video video
{
	min-height:460px;
}
.trailerlist .grid .title
{
	font-size:16px;
	line-height:20px;
}
/**企业宣传 end**/
/**企业宣传片**/
.insidetrailercontent
{
	width:100%;
	padding:15px 4%;
	box-sizing:border-box;
}
/**企业宣传片 end**/
/**关于我们 end**/
/**产品内页**/
.listbigtitbg .listbigtit
{
	width:100%;
	padding:15px 4%;
	box-sizing;border-box;
}
.productlistblock
{
	width:100%;
	margin:0px;
	padding:15px 4%;
	box-sizing:border-box;
}
.productlistblock .productlist
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-left:0;
}
.productlistblock .listnav
{
	display:none;
}
.productlistblock .productlist .list
{
	width:100%;
	margin-top:0px;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.productlistblock .productlist .list .grid
{
	width:calc(50% - 7.5px);
	margin-bottom:15px;
	margin-right:15px;
}
.productlistblock .productlist .list .grid.grid:nth-child(3n)
{
	margin-right:15px;
}
.productlistblock .productlist .list .grid.grid:nth-child(2n)
{
	margin-right:0px;
}
.productlistblock .productlist .list .grid a .title
{
	font-size:15px;
	margin-top:10px;
}
.productlistblock .productlist .productlistfoot
{
	padding-top:15px;
}
.productlistblock .productlist .productlistfoot .pages
{
	width:100%;
	float:none;
}
.productlistblock .productlist .productlistfoot .more
{
	 width:100%;
	 height:30px;
	 margin-top:15px;	
	 float:none;
}
.propiclist
{
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}
/**产品内页 end**/
/**产品鉴赏**/
.producthead
{
	width:100%;
}
.producthead .productbigtit
{
	padding:15px 4%;
	box-sizing:border-box;
	margin-top:0px;
}
.producthead .productbigtit .cn
{
	font-size:20px;
	line-height:25px;
}
.producthead .productbigtit .en
{
	font-size:16px;
	line-height:18px;
}
.producthead .productbigdes
{
	width:100%;
	font-size:15px;
	margin-top:0px;
	padding:15px 4%;
	padding-top:0px;
	box-sizing:border-box;
}
.productbannershow
{
	width:100%;
	margin:0px;
	box-sizing:border-box;
	padding:15px 4%;
}
.productbannershow .productlogo
{
	display:none;
}
.productbannershow .m_productbanner
{
	width:100%;
	float:none;
	
}
.productbannershow .m_productbanner .bd
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.productbannershow .m_productbanner .bd ul
{
	overflow:hidden;
}
.productbannershow .m_productbanner .bd ul li
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.productbannershow .m_productbanner .bd ul li a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.productbannershow .m_productbanner .bd ul li a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.productbannershow .m_productbanner .bd ul li a .pic img
{
	width:100%;
	height:auto;
}
.productbannershow .m_productbanner .bd ul li a .text
{
	background:url('../images/product/productbg.jpg') no-repeat right center;
	background-size:cover !important;
	width:100%;
	padding:15px 4%;
	box-sizing:border-box;
}
.productbannershow .m_productbanner .bd ul li a .text .title
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:25px;
	border-bottom:1px solid #889dc7;
	padding-bottom:15px;
}
.productbannershow .m_productbanner .bd ul li a .text .des
{
	width:100%;
	position: relative;
	margin-top:15px;
	font-size:15px;
	line-height:25px;
	color:#fff;
}
.productbannershow .m_productbanner .bd ul li a .text .more
{
	width:100%;
	background:url('../images/product/more.png') no-repeat left center;
	height:20px;
	color:#ccc;
	line-height:18px;
	font-size:15px;
	padding-left:30px;
	box-sizing: border-box;
	margin-top:15px;
}
.productbannershow .m_productbanner .hd
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.productbannershow .m_productbanner .hd ul
{
	width:100%;
	height:auto;
	display:flex;
}
.productbannershow .m_productbanner .hd ul li
{
	flex:1;
	height:2px;
	background:#ccc;
	overflow:hidden;
}
.productbannershow .m_productbanner .hd ul li.on
{
	background:#0d7bb6;
}
/**产品鉴赏 end**/
/**招商加盟**/
.joinbigtit .en
{
	font-size:20px;
	line-height:25px;
}
.joinbigtit .cn
{
	font-size:20px;
	line-height:25px;
	margin-top:10px;
}
/**尺度家居八大赋能**/
.joinblock1
{
	margin-top:0;
	width:100%;
	padding:15px 4%;
	box-sizing:border-box;
}
.joinblock1 .powerlist
{
	width:100%;
	padding-top:20px;
}
.joinblock1 .powerlist .grid
{
	width:calc(50% - 7.5px);
	margin-right:15px;
	overflow:hidden;
	margin-bottom:15px;
}
.joinblock1 .powerlist .grid:nth-child(2n)
{
	margin-right:0px;

}
.joinblock1 .powerlist .grid .pic
{
	width:60%;
	margin:auto;
}
.joinblock1 .powerlist .grid .tit
{
	font-size:18px;
	line-height:25px;
	margin-top:15px;
}
/**尺度家居八大赋能 end**/
/**品牌优热**/
.joinblockbg2
{
	padding-top:15px;
}
.joinblockbg2 .pic
{
	margin-top:15px;
}
/**品牌优热 end**/
/**加盟条件**/
.joinblock3
{
	width:100%;
	padding:15px 4%;
	box-sizing:border-box;
	margin:0px;
}
.joinblock3 .conditionlist
{
	padding-top:20px;
}
.joinblock3 .conditionlist .grid
{
	width:calc(50% - 7.5px);
	margin-right:15px;
	margin-bottom:15px;
}
.joinblock3 .conditionlist .grid:nth-child(2n)
{
	margin-right:0px;

}
.joinblock3 .conditionlist .grid .pic
{
	width:60%;
	margin:auto;
}
.joinblock3 .conditionlist .grid .tit
{
	font-size:18px;
	line-height:25px;
	margin-top:15px;
}
.joinblock3 .conditionlist .grid .des
{
	color:#3b3b3b;
	font-size:15px;
	line-height:24px;
	font-weight: lighter;
	text-align: center;
	margin-top:10px;
}
/**加盟条件 end**/
/**尺度家居建店流程**/
.joinblock4
{
	width:100%;
	padding:15px 4%;
	box-sizing:border-box;
}
.joinblock4 .flowlist
{
	padding-top:20px;
}
.joinblock4 .flowlist .grid
{
	width:calc(33.33% - 10px);
	margin-right:15px;
	margin-bottom:15px;
}
.joinblock4 .flowlist .grid:nth-child(3n)
{
	margin-right:0px;

}
.joinblock4 .flowlist .grid .pic
{
	width:80%;
	margin:auto;
}
.joinblock4 .flowlist .grid .tit
{
	font-size:18px;
	line-height:25px;
	margin-top:15px;
}
/**尺度家居建店流程 end**/
/**留言**/
.joinblock5
{
	padding:15px 4%;
	width:100%;
	box-sizing:border-box;
}
.joinblock5 .leftpic
{
	width:100%;
	float:none;
}
.joinblock5 .msg
{
	width:100%;
	float:none;
	margin-top:15px;
}
.joinblock5 .msg .msgbigtit .en
{
	font-size:20px;
	line-height:25px;
}
.joinblock5 .msg .msgbigtit .cn
{
	font-size:18px;
	line-height:22px;
	margin-top:10px;
}
.joinblock5 .msg .msgcontent
{
	margin-top:15px;
}
.joinblock5 .msg .msgcontent .record
{
	margin-bottom:15px;
	overflow:hidden;
}
.joinblock5 .msg .msgcontent .input input
{
	font-size:16px;

}
.joinblock5 .msg .msgcontent .input input::-webkit-input-placeholder
{
	font-size:16px;
}
/**留言 end**/
/**招商加盟 end**/
/**门店**/
.storesearchbg
{
	width:100%;
	padding:15px 4%;
	box-sizing:border-box;
}
.storesearchbg .storesearch
{
       width:100%;
}
.storesearchbg .storesearch .select
{
	width:100%;
	float:none;
	flex-wrap:wrap;
}
.storesearchbg .storesearch .select select
{
	width:100%;
	height:35px;
    margin-bottom:15px;
	background:url('../images/store/selectarr.jpg') no-repeat 95% center;
	background-color:#fff;
}
.storesearchbg .storesearch .searchbtn
{
	font-size:16px;
	line-height:35px;
	width:100%;
	height:35px;
	float:none;
	border-radius:5px;
	color:#fff;
	background:#000;
}
.storelist
{
	width:100%;
	margin:0px;
	padding:15px 4%;
	box-sizing:border-box;
}
.storelist .grid
{
	width:calc(50% - 7.5px);
	margin-right:15px;
	margin-bottom:15px;
}
.storelist .grid:nth-child(3n)
{
	margin-right:15px;

}
.storelist .grid:nth-child(2n)
{
	margin-right:0px;

}
.storelist .grid .tit
{
	font-size:16px;
	margin-top:15px;
}
.storelist .grid .address
{
	font-size:15px;
	line-height:24px;
}
/**门店 end**/
/**新闻动态**/
.newsblock
{
	padding:15px 4%;
	box-sizing:border-box;
}
.newsblock .bigtit
{
	margin-top:0px;
}
.newsblock .bigtit .en
{
	 font-size:20px;
	 line-height:25px;
}
.newsblock .bigtit .cn
{
	 font-size:18px;
	 line-height:24px;
	 margin-top:10px;
}
.newsblock .newslist
{
	margin-top:15px;
}
.newsblock .newslist .grid
{
	width:calc(50% - 7.5px);
	margin-right:15px;
	margin-bottom:15px;
}
.newsblock .newslist .grid:nth-child(3n)
{
	margin-right:15px;
}
.newsblock .newslist .grid:nth-child(2n)
{
	margin-right:0px;
}
.newsblock .newslist .grid .tit
{
	font-size:15px;
	line-height:25px;
	margin-top:10px;
	height:auto;
}
.newsblock .newslist .grid .heng
{
	display:none;
	
}
.newsblock .newslist .grid .des
{
	display:none;
}
/**新闻动态 end**/
/**联系我们**/
.contactblock
{
	width:92%;
	margin:15px auto;
}
.contactblock .contactleft
{
	width:100%;
	float:none;
	overflow:hidden;
	padding:15px 4%;
}
.contactblock .contactleft .bigtit
{
	font-size:20px;
	line-height:25px;
}
.contactblock .contactleft .des
{
	font-size:15px;
	margin-top:15px;
}
.contactblock .contactleft .line
{
	margin-top:15px;
}
.contactblock .contactleft .contactlist
{
	width:100%;
	margin-top:15px;
}
.contactblock .contactleft .contactlist .record 
{
	width:100%;
	font-size:15px;
	margin-bottom:15px;
}
.contactblock .contactleft .contactlist .add
{
	 line-height:25px;
}
.contactblock .map
{
	width:100%;
	float:none;
	height:250px;
}
/**联系我们 end**/
/**网站内页 end**/
/**分页**/
.Pagination__Nav
{
	margin-bottom:0px;
}
/**分页 end**/