﻿@media screen and (max-width:1200px)
{
body 
{	
	min-width:auto;
}
/**pc手机版显示隐藏**/
.m_hide
{
    display:none;
}
.pc_hide
{
    display:block;
}
/**pc手机版显示隐藏 end**/
/**网页首页banner**/
.banner:hover .bannerarr
{
	opacity:0;
}
.banner a img
{
	min-height:250px;
	object-fit:cover;
	max-height:none;
}
/**网页首页banner end**/
/**网站内页banner**/
.inside_banner
{
	margin-top:0px;
}
.inside_banner .bannerlink .pic img
{
	min-height:250px;
	object-fit:cover;
}
.sitenavbg
{
	position:static;
	bottom:0px;
}
.sitenavbg .sitenav
{
	overflow-x:auto;
	flex-wrap:nowrap;
	border-bottom:1px solid #cccc;
	justify-content:flex-start;
	
}
.sitenavbg .sitenav .grid
{
	margin-right:0px;
	flex-shrink:0;
}
.sitenavbg .sitenav .grid:last-child
{
	margin-right:0px;
}
.sitenavbg .sitenav .grid .link
{
	color:#333;
	font-size:16px;
	line-height:25px;
	padding-bottom:0px;
	border-bottom:1px solid rgba(255,255,255,0);
	padding:10px 10px;
}
.sitenavbg .sitenav .grid .link.hover
{
	color:#153372;
	border-bottom:1px solid #153372;
}
.catenav2
{
	width:100%;
	max-width:100%;
	min-width:auto;
	overflow-x:auto;
	flex-wrap:nowrap;
	border-bottom:1px solid #cccc;
	justify-content:flex-start;
	padding-top:0px;
}
.catenav2 .grid
{
	margin-right:0px;
	margin-top:0px;
	flex-shrink:0;
}
.catenav2 .grid .link
{
	font-size:16px;
	line-height:25px;
	padding-bottom:0px;
	border:none;
	border-bottom:1px solid rgba(255,255,255,0);
	border-radius:0px;
	padding:10px 10px;
}
.catenav2 .grid .link:hover
{
	color:#153372;
	border:none;
	border-bottom:1px solid #153372;
}
.catenav2 .grid .link.hover
{
	color:#153372;
	border:none;
	border-bottom:1px solid #153372;
}
/**网站内页banner end**/
/**锚点**/
.maodian
{
	height:50px;
	margin-top:-50px;
}
/**锚点 end**/
/**手机版顶部**/
.mhead
{
    width:100%;
    height:50px;
    padding:10px 6%;
    box-sizing: border-box;
    position:fixed;
    top:0px;
    left:0px;
    z-index:1000;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
	background:#fff;
}
.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 .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;
}
.headsupport
{
	height:50px;
	display:block;
}
/**手机版顶部 end**/
/**手机版导航**/
.mnavbg
{
    position:fixed;
    width:100%;
    height:calc(100vh - 50px);
    top:50px;
    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
{
	box-sizing: border-box;
	padding:30px 6%;
}
.footbg .foot
{
	width:100%;
	max-width:100%;
	min-width:auto;
}
.footbg .foot .footnav
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.footbg .foot .footnav dl
{
	flex:none;
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.footbg .foot .footnav dl:nth-child(2n)
{
	margin-right:0px;
}
.footbg .foot .footright
{
	width:100%;
}
.footbg .foot .footright .footrighth
{
	display:none;
}
.footbg .foot .footright .flogo
{
	justify-content:flex-start;
}
.footbg .foot .footright .footsearch
{
	justify-content:flex-start;	
}
.footbg .foot .footright .shejiaop
{
	justify-content:flex-start;
}
.footbg .foot .footright .shejiaop .sgrid:first-child .link .twocode
{
	left:120%;
}
.footbg .foot .footright .footinfo .grid
{
	justify-content:flex-start;	
}
/**手机底部 end**/
/**整体**/
.webblockbg
{
    padding:30px 6%;
    box-sizing:border-box;
}
.webblockbg .webblock
{
    min-width:auto;
    max-width:100%;
    width:100%;
}
.weblistblockbg
{
	padding-top:0px;
}
/**整体 end**/
/**网站首页**/
/**网站大标题**/
.indbigtit .indcatetit
{
	font-size:22px;
}
.indbigtit .indcateentit
{
	font-size:18px;
}
.indbigtit .line
{
	width:50px;
	margin-top:15px;
	margin-bottom:15px;
}
/**网站大标题 end**/
/**关于我们**/
.indabout
{
	width:100%;
	border-radius:5px;
	padding:30px 20px;
	padding-right:20px;
}
.indabout .fir
{
	margin-bottom:10px;
}
.indabout .fir .linfo
{
	width:100%;
	margin-bottom:15px;
}
.indabout .fir .linfo .btit
{
	font-size:22px;
	margin-bottom:15px;
}
.indabout .fir .linfo .bdes
{
	font-size:18px;
	margin-bottom:15px;
}
.indabout .fir .linfo .cont
{
	font-size:15px;
	line-height:25px;
	margin-bottom:15px;
}
.indabout .fir .aboutpic
{
	width:100%;
}
.indabout .sec
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.indabout .sec .grid 
{
	width:47%;
	margin-right:6%;
	margin-bottom:15px;
}
.indabout .sec .grid:last-child
{
	margin-right:6%;
}
.indabout .sec .grid:nth-child(2n)
{
	margin-right:0px;
}
.indabout .sec .grid .icon
{
	display:none;
}
.indabout .sec .grid .tit
{
	font-size:18px;
}
/**关于我们 end**/
/**产品系列**/
.indblockbg2
{
	padding-top:15px;
}
.indblockbg2 .indcatetit
{
	margin-bottom:15px;
}
.indblockbg2 .indbigtit
{
	margin-bottom:30px;
}
.indproserbannerblock .indproserbanner .link
{
	border-radius:5px;
}
.indblockbg2 .swiperpages
{
	margin-top:10px;
}
.indblockbg2 .swiperpages .swiper-pagination-bullet-active
{
	background:#153372;
}
/**产品系列 end**/
/**视频**/
.indblockbg3
{
	padding:0px;
}
/**视频 end**/
/**新闻**/
.indblockbg4 .indbigtit
{
	margin-bottom:30px;
}
.indexnews .swiperpages
{
	margin-top:10px;
}
.indexnews .swiperpages .swiper-pagination-bullet-active
{
	background:#153372;
}
/**新闻 end**/
/**网站首页 end**/
/**栏目信息**/
.cateinfo
{
	margin-bottom:15px;
}
.cateinfo .catename
{
	font-size:20px;
}
/**栏目信息 end**/
/**当前位置**/
.pathblock
{
    width:88%;
	max-width:100%;
	min-width:auto;
}
.pathblock .path
{
    padding-top:15px;
    padding-bottom:15px;
}
/**当前位置 end**/
/**关于我们**/
.insabout .left
{
	width:100%;
	margin-bottom:20px;
}
.insabout .left .tit
{

	font-size:22px;
	margin-bottom:15px;
}
.insabout .left .des
{
	font-size:18px;
	margin-bottom:15px;
}
.insabout .left .des span
{
	color:#153372;
}
.insabout .right
{
	width:100%;
}
.insabout .right .pic
{
	border-radius:5px;
}
.aboutbg2 .hezuo .indbigtit
{
	margin-bottom:30px;
}
.aboutbg2 .hezuo .list
{
	max-width:100%;
}
.aboutbg2 .hezuo .list .grid
{
	width:32%;
	margin-right:2%;
	margin-bottom:15px;
}
.aboutbg2 .hezuo .list .grid:nth-child(5n)
{
	margin-right:2%;
}
.aboutbg2 .hezuo .list .grid:nth-child(3n)
{
	margin-right:0;
}
.aboutbg2 .hezuo .list .grid:nth-last-child(-n+5)
{
	margin-bottom:15px;
}
.aboutbg2 .hezuo .list .grid:nth-last-child(-n+3)
{
	margin-bottom:15px;
}
.aboutbg2 .hezuo .list .grid .link
{
	border:2px solid #67bac4;
	border-radius:5px;
}
.aboutblock3 .linian .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:30px;
}
.aboutblock3 .linian .grid:last-child
{
	margin-bottom:0px;
}
.aboutblock3 .linian .grid .pic
{
	border-radius:5px;
	margin-bottom:20px;
}
/**发展历程**/
.historyblock1 .indbigtit
{
	margin-bottom:30px;
}
.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**/
/**企业荣誉**/
.honorbg .indbigtit
{
	margin-bottom:30px;
}
.honorbg .honorlist
{
	max-width:100%;
	margin:auto;
}
.honorbg .honorlist1 .grid
{
	width:48%;
	margin-bottom:15px;
	margin-right:4%;
}
.honorbg .honorlist1 .grid:nth-last-child(-n+3)
{
	margin-bottom:15px;
}
.honorbg .honorlist1 .grid:nth-last-child(-n+2)
{
	margin-bottom:0px;
}
.honorbg .honorlist1 .grid:nth-child(3n)
{
	margin-right:4%;
}
.honorbg .honorlist1 .grid:nth-child(2n)
{
	margin-right:0;
}
.honorbg .honorlist2 .grid
{
	width:48%;
	margin-bottom:15px;
	margin-right:4%;
}
.honorbg .honorlist2 .grid:nth-last-child(-n+4)
{
	margin-bottom:15px;
}
.honorbg .honorlist2 .grid:nth-last-child(-n+2)
{
	margin-bottom:15px;
}
.honorbg .honorlist2 .grid:nth-child(4n)
{
	margin-right:4%;
}
.honorbg .honorlist2 .grid:nth-child(2n)
{
	margin-right:0;
}
.honorbg2
{
	padding-top:10px;
}
/**企业荣誉 end**/
/**关于我们 end**/
/**新闻列表**/
.newslist .grid
{
	width:100%;
	margin-right:0%;
	margin-bottom:30px;
}
/**新闻列表 end**/
/**招商加盟**/
.joinbg .indbigtit
{
	margin-bottom:30px;
}
.joinbg .youshi .list .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:30px;
}
.joinbg .youshi .list .grid:nth-last-child(-n+3)
{
	margin-bottom:30px;
}
.joinbg .youshi .list .grid:last-child
{
	margin-bottom:15px;
}
.joinbg .youshi .list .grid:nth-child(3n)
{
	margin-right:0px;
}
/**加盟优势**/
.joinbg2
{
	padding:0px;
}
.joinbg2 .listbg
{
	padding:30px 6%;
	box-sizing:border-box;

}
.joinbg2 .listbg .list
{
	 display:flex;
	 flex-wrap:wrap;
}
.joinbg2 .listbg .list .grid
{
	width:30%;
	margin-bottom:30px;
}
.joinbg2 .listbg .list1 .grid
{
	margin-right:5%;
}
.joinbg2 .listbg .list1 .grid:nth-child(3n)
{
	 margin-right:0px;
}
.joinbg2 .listbg .list1 .grid:last-child
{
	 margin-right:0px;
}
.joinbg2 .listbg .list2 .grid
{
	margin-left:0;
	margin-right:5%;
}
.joinbg2 .listbg .list2 .grid:nth-child(3n)
{
	margin-right:0px;
}
.joinbg2 .listbg .list2 .grid:last-child
{
	 margin-left:0px;
}
.joinbg2 .listbg .list .grid .pic
{
	width:80%;
	padding:10px;
	margin:auto;
	margin-bottom:10px;
}
.joinbg2 .listbg .list .grid .pic .arr
{
	display:none;
}
.joinbg2 .listbg .list2 
{
	flex-direction:row;
}
.joinbg2 .listbg .joinblock2 .downarr
{
	display:none;
}
/**加盟优势 end**/
/**加入我们**/
.joinus
{
	max-width:100%;
	flex-direction:column-reverse;
}
.joinus .pic
{
	width:100%;
}
.joinus .right
{
	width:100%;
	margin-bottom:30px;
}
.joinus .right .entit
{
	font-size:22px;
}
.joinus .right .cntit
{
	font-size:18px;
}
/**加入我们 end**/
/**招商加盟 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**/
/**产品详情**/
.proshowfir
{
    margin-bottom:15px;  
}
.proshowfir .picarr
{
    width:100%;
    margin-bottom:10px;
}
.proshowfir .prorightcont
{
    width:100%;
    padding:0px;
}
.proshowfir .prorightcont .protitle
{
    font-size:20px;
    margin-bottom: 20px;
}
.protjtitle
{
    font-size:20px;
    margin-bottom:20px;
}
.productviewblockbg2
{
	padding-top:0px;
}
/**产品详情 end**/
/**酒店工程**/
.caselistblock1 .gcjs
{
	max-width:100%;
}
.caselistblock1 .gcjs .indbigtit
{
	margin-bottom:30px;
}
.caselistbg2
{
	padding-top:30px;
	padding-bottom:30px;
}
.caselistbg2 .indbigtit
{
	margin-bottom:30px;
}
.caselistbg2 .indbigtit .indcatetit
{
	font-size:20px;
	margin-bottom:15px;
}
.caselistbg2 .indbigtit .indcateentit
{
	font-size:16px;
}
.caselistbg2 .zhixuanlist
{
	max-width:100%;
}
.caselistbg2 .zhixuanlist .grid
{
	width:32%;
	margin-right:2%;
	margin-bottom:15px;
}
.caselistbg2 .zhixuanlist .grid:nth-child(3n)
{
	margin-right:0px;
}
.caselistbg2 .zhixuanlist .grid:nth-last-child(-n+6)
{
	margin-bottom:15px;
}
.caselistbg2 .zhixuanlist .grid:nth-last-child(-n+3)
{
	margin-bottom:0px;
}
.caselistbg2 .zhixuanlist .grid .link
{
	border:2px solid #67bac4;
	border-radius:5px;
}
/**案例列表**/
.caselist
{
	max-width:100%;
}
.caselist .grid
{
	width:48%;
	height:auto;
	margin-right:4%;
	margin-bottom:20px;
	background:#eef0ef;
}
.caselist .grid:nth-child(3n)
{
	margin-right:4%;
}
.caselist .grid:nth-child(2n)
{
	margin-right:0;
}
.caselist .grid .link
{
	padding:8px;
}
.caselist .grid .link .title
{
	white-space:nowrap;
	text-overflow:ellipsis;
}
/**案例列表 end**/
/**酒店工程 end**/
/**案例展示**/
.caseshowfir
{
	padding-bottom:30px;
	margin-bottom:30px;
	padding-top:20px;
}
.caseshowfir .picarr 
{
	width:100%;
	margin-bottom:50px;
}
.caseshowfir .picarr .smallblock
{
	width:60px;
}
.caseshowfir .picarr .bpic
{
	width:calc(100% - 70px);
	margin-left:70px;
}
.caseshowfir .caseinfo
{
	width:100%;
}
.caseshowfir .caseinfo .casebigtit
{
	font-size:18px;
	margin-bottom:10px;
	line-height:1;
}
.caseshowfir .caseinfo .xingji .wz
{
	line-height:25px;
	font-size:15px;
}
.caseshowfir .caseinfo .fangjian .wz
{
	line-height:25px;
	font-size:15px;
}
.caseshowfir .caseinfo .fangjian .num
{
	line-height:25px;
	font-size:15px;
}
/**案例展示 end**/
/**门店列表**/
.storeblock1 .indbigtit
{
	margin-bottom:30px;
}
.storebg1 .storeblock1 .storelist .grid
{
	width:100%;
	margin-right:0;
}
/**门店列表 end**/
/**管家服务**/
.serviceblock1 .joinking1
{
	margin-bottom:30px;
	flex-direction:column-reverse;
}
.serviceblock1 .joinking1 .pic
{
	width:100%;
}
.serviceblock1 .joinking1 .right
{
	width:100%;
	margin-bottom:20px;
}
.serviceblock1 .joinking1 .right .tit1
{
	font-size:22px;
	line-height:30px;
	margin-bottom:15px;
}
.serviceblock1 .joinking1 .right .tit1 p
{
	font-size:22px;
	line-height:30px;
}
.serviceblock1 .joinking1 .right .tit2
{
	margin-bottom:15px;
}
.serviceblock1 .joinking2 .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.serviceblock1 .joinking2 .grid:nth-child(2n)
{
	margin-right:0px;
}
.servicebg2
{
	padding-top:60px;
	padding-bottom:60px;
}
.servicebg2 .jinguan .le
{
	font-size:20px;
	width:100%;
	margin-bottom:20px;
}
.servicebg2 .jinguan .le p
{
	font-size:20px;
	text-align:center;
}
.servicebg2 .pic
{
	width:100%;
}
.servicebg3
{
	padding-top:60px;
}
.servicebg3 .servicelist .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:30px;
}
.servicebg3 .servicelist .grid:nth-last-child(-n+3)
{
	margin-bottom:30px;
}
/**管家服务 end**/
/**上一篇下一篇**/
.prevnext
{
	margin-top:15px;
}
.prevnext .grid
{
	width:100%;
}
.prevnext .grid:nth-child(2n)
{
	text-align:left;
}
/**上一篇下一篇 end**/
/**全屏视频**/
.fullscreenvideobg .closebtn
{
	width:50px;
	height:50px;
	font-size:45px;
	line-height:50px;
}
.fullscreenvideobg .videoblock
{
	width:88%;
	height:88%;
}
/**全屏视频 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:30.66%;
	margin-right:4%;
	margin-bottom:15px;
}
.zimeiti .grid:nth-child(3n)
{
	margin-right:0px;
}
/**联系我们 end**/
/**发布时间**/
.create_time
{
	margin-bottom:15px;
}
/**发布时间 end**/
/**分页**/
.Pagination__Nav
{
	margin-bottom:0px;
}
/**分页 end**/
}
