/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family:"Microsoft YaHei",sans-serif;
}
body 
{	
	color: #333;
	background: #fff;
	margin:auto;  
	min-width:1200px;
	margin:auto;
	overflow-x:hidden;
}
p 
{
	color: #333;
}
a 
{
	text-decoration: none;
	color: #333;
}
li 
{
	list-style: none;
}
img 
{
	border: none;
	display:block;
}
.clear 
{
	clear: both;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.m_hide
{
	display:block;
}
.pc_hide
{
	display:none;
}
/**网站全局css end**/
/**网站头部**/
.headbg
{
	width:100%;
	height:100px;
	background:rgba(255,255,255,0.2);
	box-shadow:0px 2px 8px #aaa;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
	box-sizing:border-box;
	transition:500ms;
}
.headbg.hover
{
	background:rgba(255,255,255,1);
}
.headbg.headbgwhite
{
	background:rgba(255,255,255,1);
}
.headbg .head
{
	width:90%;
	height:100%;
	min-width:1200px;
	max-width:1320px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:auto;
}
.headbg .head .logo
{
	height:100%;
}
.headbg .head .logo .link
{
	display:flex;
	flex-wrap:wrap;
	height:100%;
	align-items:center;
}
.headbg .head .logo .link .image
{
	height:50px;
}
.headbg .head .nav
{
	height:100%;
	display:flex;
	flex-wrap:wrap;
}
.headbg .head .nav .grid1
{
	height:100%;
	position:relative;
	margin-right:40px;
}
.headbg .head .nav .grid1:last-child
{
	margin-right:0px;
}
.headbg .head .nav .grid1 .link1
{
	display:block;
	font-size:18px;
	line-height:100px;
	height:100%;
	transition:500ms;
}
.headbg .head .nav .grid1:hover .link1
{
	color:#a07763;	
}
.headbg .head .nav .subnav
{
	position:absolute;
	left:50%;
	z-index:50;
	background:rgba(255,255,255,0.8);
	border-top:2px solid #a07763;
	transform:translate(-50%,0);
	padding:18px 0px;
	display:none;
}
.headbg .head .nav .subnav::after
{
	content:'';
	position:absolute;
	height:auto;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #a07763;
	top:0px;
	left:50%;
	transform:translate(-50%,0);
}
.headbg .head .nav .subnav .subnavin .grid2
{
	width:100%;
	height:auto;
	margin-bottom:12px;	
}
.headbg .head .nav .subnav .subnavin .grid2:last-child
{
	margin-bottom:0px;
}
.headbg .head .nav .subnav .subnavin .grid2 .link2
{
	display:block;
	white-space:nowrap;
	font-size:16px;
	line-height:20px;
	box-sizing:border-box;
	padding:0px 30px;
	text-align:center;
	transition:500ms;
}
.headbg .head .nav .subnav .subnavin .grid2:hover .link2
{
	color:#a07763;
}
.headsupport
{
	width:100%;
	height:100px;
}
/**网站头部 end**/
/**网站底部**/
.footbg
{
	padding-top:70px;
	padding-bottom:90px;
	background:url('../images/footbg.jpg') no-repeat center center;
	background-size:cover;
}
.footbg .foot
{
	width:90%;
	height:auto;
	margin:auto;
	max-width:1320px;
	min-width:1200px;
}
.footbg .foot .fir
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.footbg .foot .fir .flogo
{
	width:100%;
	height:auto;
}
.footbg .foot .fir .flogo .image
{
	height:55px;
}
.footbg .foot .sec
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:20px;
}
.footbg .foot .sec .left .footnav
{
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #fff;
	padding-bottom:30px;
	margin-bottom:10px;
}
.footbg .foot .sec .left .footnav .grid
{
	margin-right:20px;
}
.footbg .foot .sec .left .footnav .grid:last-child
{
	margin-right:0px;
}
.footbg .foot .sec .left .footnav .grid .link
{
	font-size:16px;
	line-height:20px;
	color:#fff;
}
.footbg .foot .sec .left .add
{
	font-size:15px;
	line-height:25px;
	color:#fff;
}
.footbg .foot .sec .left .tel
{
	font-size:15px;
	line-height:25px;
	color:#fff;
}
.footbg .foot .sec .right .codenav
{
	display:flex;
	flex-wrap:wrap;
	padding-top:20px;
}
.footbg .foot .sec .right .codenav .grid
{
	max-width:100px;
	margin-right:30px;
}
.footbg .foot .sec .right .codenav .grid:last-child
{
	margin-right:0px;
}
.footbg .foot .sec .right .codenav .grid .pic
{
	width:100%;
	height:auto;
	margin-bottom:5px;
}
.footbg .foot .sec .right .codenav .grid .pic .image
{
	width:100%;
	height:auto;
}
.footbg .foot .sec .right .codenav .grid .text
{
	font-size:14px;
	color:#fff;
	line-height:20px;
	text-align:center;
}
.footbg .foot .thi
{
	width:100%;
	height:auto;
}
.footbg .foot .thi .item
{
	text-align:right;
	font-size:14px;
	line-height:25px;
	color:#fff;
}
.footbg .foot .thi .item span
{
	color:#fff;
	margin-right:10px;
}
.footbg .foot .thi .item span:last-child
{
	margin-right:0px;
}
.footbg .foot .thi .item span a
{
	color:#fff;
}
/**网站底部 end**/
/**网站banner**/
.banner
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.banner .bannerarr
{
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:100;
	cursor: pointer;
	opacity:0;
	border-radius:50%;
	transition:1s;
}
.banner:hover .bannerarr
{
	opacity:1;
}
.banner .leftbtn-prev
{
	background:url('../images/index/bannerleftarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	left:60px;
}
.banner .rightbtn-next
{
	background:url('../images/index/bannerrightarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	right:60px;
}
.banner a
{
	display:block;
	width:100%;
	height:auto;
	min-height:100px;
}
.banner a img
{
	width:100%;
	height:auto;
}
.banner .swiperpages
{
	position:absolute;
	bottom:15px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.swiperpages
{
	width:100%;
	height:auto;
	text-align:center;

}
.swiperpages .swiper-pagination-bullet-active
{
	background:#fff;
}
/**网站banner end**/
/**网站模块大小**/
.webblockbg
{
	width:100%;
	height:auto;
	padding-top:80px;
	padding-bottom:80px;
	overflow-x:visible;
}
.webblockbg .webblock
{
	width:90%;
	max-width:1320px;
	min-width:1200px;
	height:auto;
	margin:auto;
}
.insidewebblockbg
{
	padding-top:50px;
}
/**网站模块大小 end**/
/**网站首页**/
/**首页标题**/
.indexentit
{
	font-size:36px;
	line-height:1;
	color:#a07763;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:10px;
}
.indexcntit
{
	font-size:30px;
	color:#000;
	font-weight:600;
	letter-spacing:10px;
}
/**首页标题 end**/
/**首页查看更多**/
.indmore
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	text-align:center;
}
.indmore .link
{
	font-size:16px;
	line-height:28px;
	padding:0px 20px;
	height:30px;
	border-radius:15px;
	border:1px solid #a07763;
	color:#a07763;
	text-align:center;
	display:block;
	box-sizing:border-box;
	transition:500ms;
}
.indmore .link:hover
{
	background:#a07763;
	color:#fff;
}
/**首页查看更多 end**/
/**首页关于我们**/
.indaboutlist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:80px;
}
.indaboutlist .grid .tb
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:25px;
}
.indaboutlist .grid .tb .image
{
	margin:auto;
	max-width:100%;
}
.indaboutlist .grid .sd
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-end;
	margin-bottom:20px;
}
.indaboutlist .grid .sd .num
{
	font-size:36px;
	margin-right:10px;
	line-height:1;
	font-weight:600;
	color:#a07763;
}
.indaboutlist .grid .sd .danwei
{
	font-size:25px;
	color:#a07763;
	line-height:1.5;
}
.indaboutlist .grid .sd .danwei .pingfang
{
	vertical-align:super;
	font-size:14px;
}
.indaboutlist .grid .mc
{
	width:100%;
	color:#a07763;
	text-align:center;
	font-size:25px;
	line-height:1;
}
.indexaboutcont
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.indexaboutcont .pic
{
	width:50%;
	height:auto;
	overflow:hidden;
}
.indexaboutcont .pic .image
{
	width:100%;
	height:auto;
}
.indexaboutcont .wz
{
	width:50%;
	padding-left:50px;
	box-sizing:border-box;
}
.indexaboutcont .wz .indexcntit
{
	margin-bottom:25px;
}
.indexaboutcont .cont
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indexaboutcont .cont p
{
	font-size:14px;
	line-height:24px;
	margin-bottom:25px;
}
.indexaboutcont .cont p:last-child
{
	margin-bottom:0px;
}
.indexaboutcont .btn
{
    background: #a07763;
    border: 1px solid #a07763;
    color: #fff;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    transition: 500ms;
    padding: 0 40px;
    display: inline-block;
    border-radius: 20px;
    margin-top: 25px;
}
.indexaboutcont .btn:hover
{
    background: #fff;
    color: #a07763;
}
/**首页关于我们 end**/
/**首页参展-2**/
.indexblockbg2
{
	padding-top:0px;
	padding-bottom:0px;
}
.indexblockbg2 .indexcanzhanh
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	background:url('../images/index/bg1.jpg') no-repeat center center;
	background-size:cover;
	padding-top:20px;
	padding-bottom:20px;
}
.indexblockbg2 .indexcanzhanh .grid
{
	height:100px;
	width:300px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	border-radius:20px;
	background:#fff;
	margin-right:70px;
	cursor:pointer;
	transition:500ms;
}
.indexblockbg2 .indexcanzhanh .grid:hover
{
	background:#a07763;
}
.indexblockbg2 .indexcanzhanh .grid.hover
{
	background:#a07763;
}
.indexblockbg2 .indexcanzhanh .grid:last-child
{
	margin-right:0px;
}
.indexblockbg2 .indexcanzhanh .grid .tb
{
	height:100%;
	width:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	margin-right:20px;
	position:relative;
}
.indexblockbg2 .indexcanzhanh .grid:nth-child(2) .tb
{
	width:60px;
}
.indexblockbg2 .indexcanzhanh .grid .tb .image
{
	width:100%;
	height:auto;
}
.indexblockbg2 .indexcanzhanh .grid .tb .image.image2
{
	position:absolute;
	top:50%;
	width:100%;
	left:0px;
	z-index:10;
	transform:translate(0px,-50%);
	opacity:0;
	transition:500ms;
}
.indexblockbg2 .indexcanzhanh .grid:hover .tb .image.image2
{
	opacity:1;
}
.indexblockbg2 .indexcanzhanh .grid.hover .tb .image.image2
{
	opacity:1;
}
.indexblockbg2 .indexcanzhanh .grid .wz
{
	height:100px;
	font-size:25px;
	line-height:100px;
	color:#a07763;
	transition:500ms;
}
.indexblockbg2 .indexcanzhanh .grid.hover .wz
{
	color:#fff;
}
.indexblockbg2 .indexcanzhanh .grid:hover .wz
{
	color:#fff;
}
.indexcanzhan
{
	width:100%;
	height:auto;
	position:relative;
	padding-top:120px;
}
.indexcanzhan .bg
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
.indexcanzhan .bg .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.indexcanzhan .icont
{
	
	z-index:2;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-content:flex-end;
	box-sizing:border-box;
}
.indexcanzhan .icont .fir
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:20px;
}
.indexcanzhan .icont .fir .wa
{
	width:40%;
}
.indexcanzhan .icont .fir .wa .zw
{
	font-size:40px;
	line-height:1.5;
	color:#fff;
	letter-spacing:10px;
	vertical-align:bottom;
	margin-bottom:20px;
	font-weight:600;
}
.indexcanzhan .icont .fir .wa .zw p
{
	font-size:40px;
	line-height:1.5;
	color:#fff;
	font-weight:600;
}
.indexcanzhan .icont .fir .wa .links
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.indexcanzhan .icont .fir .wa .links .lgrid
{
	width:80px;
	height:auto;
	overflow:hidden;
	margin-right:30px;
}
.indexcanzhan .icont .fir .wa .links .lgrid:last-child
{
	margin-right:0px;
}
.indexcanzhan .icont .fir .wa .links .lgrid .link
{
	display:block;
	width:100%;
}
.indexcanzhan .icont .fir .wa .links .lgrid .link .tb
{
	width:100%;
	height:80px;
	border-radius:50%;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
	margin-bottom:10px;
}
.indexcanzhan .icont .fir .wa .links .lgrid .link .tb .image
{
	width:100%;
	height:auto;
}
.indexcanzhan .icont .fir .wa .links .lgrid .link .tbw
{
	width:100%;
	font-size:15px;
	line-height:25px;
	color:#fff;
	text-align:center;
}
.indexcanzhan .icont .fir .rightpic
{
	width:60%;
	height:auto;
}
.indexcanzhan .icont .fir .rightpic .image
{
	width:100%;
}
.indexcanzhan .icont .sec
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.indexcanzhan .icont .sec .sgrid
{
	max-width:33.33%;
}
.indexcanzhan .icont .sec .sgrid .image
{
	width:100%;
	height:auto;
}
/**首页参展-2 end**/
/**首页展会现场-3**/
.indexblockbg3
{
	background:url('../images/index/bg2.jpg') no-repeat center bottom;
	background-size:cover;
	padding-bottom:600px;
}
.indexblock3 .bigtit1
{
	margin-bottom:100px;
}
.indexblock3 .ovideo
{
	width:100%;
	height:auto;
	padding-bottom:56.25%;
	position:relative;
	border-radius:20px;
	overflow:hidden;
	margin-bottom:160px;
}
.indexblock3 .ovideo .video
{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.indexblock3 .bigtit2
{
	margin-bottom:30px;
}
.indexblock3 .cont
{
	width:100%;
	height:auto;
	max-width:900px;
	margin-bottom:30px;
}
.indexblock3 .cont p
{
	font-size:18px;
	line-height:30px;
	margin-bottom:25px;
}
.indexblock3 .cont p:last-child
{
	margin-bottom:0px;
}
/**首页展会现场-3 end**/
/**首页展会下载-4 **/
.indexblockbg4
{
	padding-top:150px;
	padding-bottom:0px;
	background:url('../images/index/bg3.jpg') no-repeat center center;
	background-size:cover;
}
.indexblock4 .bigtit1
{
	margin-bottom:70px;
}
.indexblockbg4 .indexdownload
{
	width:100%;
	height:auto;
	align-items:center;
	display:flex;
	flex-wrap:wrap;
}
.indexblockbg4 .indexdownload .pic
{
	width:54%;
	height:auto;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	overflow:hidden;
	margin-right:80px;
}
.indexblockbg4 .indexdownload .pic .image
{
	width:100%;
	height:auto;
}
.indexblockbg4 .indexdownload .list
{
	width:460px;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.indexblockbg4 .indexdownload .list .grid
{
	width:200px;
	margin-right:60px;
	background:#fff;
	border-radius:20px;
	margin-bottom:40px;
	box-shadow:0px 0px 10px #ccc;
}
.indexblockbg4 .indexdownload .list .grid:nth-last-child(-n+2)
{
	margin-bottom:0px;
}
.indexblockbg4 .indexdownload .list .grid:nth-child(2n)
{
	margin-right:0px;
}
.indexblockbg4 .indexdownload .list .grid .link
{
	display:block;
	height:auto;
	padding-top:30px;
	padding-bottom:40px;
}
.indexblockbg4 .indexdownload .list .grid .link .icon
{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.indexblockbg4 .indexdownload .list .grid .link .icon .image
{
	width:50%;
	margin:auto;
}
.indexblockbg4 .indexdownload .list .grid .link .tit
{
	text-align:center;
	font-size:16px;
	line-height:25px;
	overflow:hidden;
	transition:500ms;
}
.indexblockbg4 .indexdownload .list .grid .link:hover .tit
{
	color:#a07763;
}
/**首页展会下载-4 end**/
/**首页新闻-5**/
.indexblockbg5
{
	box-sizing:border-box;
}
.indexnews
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.indexnews .left
{
	width:380px;
	height:auto;
	overflow:hidden;
}
.indexnews .left .bigtit1
{
	margin-bottom:20px;
}
.indexnews .left .arr
{
	width:120px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	height:auto;
	margin-bottom:20px;
}
.indexnews .left .arr .cir
{
	width:30px;
	height:30px;
	border-radius:50%;
	background:#a07763;
	cursor:pointer;
}
.indexnews .left .arr .cir .image
{
	width:100%;
	height:auto;
}
.indexnews .indnewslist
{
	width:calc(100% - 380px);
	overflow:hidden;
	max-width:1200px;
}
.indexnews .indnewslist .link
{
	width:100%;
	height:auto;
	display:block;
}
.indexnews .indnewslist .link .pic
{
	width:100%;
	padding-bottom:50%;
	position:relative;
	border-radius:20px;
	overflow:hidden;
	margin-bottom:15px;
}
.indexnews .indnewslist .link .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:fill;
	transition:500ms;
}
.indexnews .indnewslist .link:hover .pic .image
{
	transform:scale(1.1);
}
.indexnews .indnewslist .link .tit
{
	width:100%;
	box-sizing:border-box;
	font-size:16px;
	line-height:25px;
	transition:500ms;
}
.indexnews .indnewslist .link:hover .tit
{
	color:#a07763;
}
/**首页新闻-5 end**/
/**网站首页 end**/
/**网站内页**/
/**网站内页整体部分**/
/**锚点**/
.maodian
{
	width:100%;
	height:100px;
	margin-top:-100px;
	overflow:hidden;
}
/**锚点 end**/
/**没有banner时**/
.none-banner
{
	width:100%;
	height:auto;
}
/**没有banner时 end**/
/**网站内页banner**/
.inside_banner
{
	width:100%;
	height:auto;
}
.inside_banner a
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.inside_banner a .pic
{
	width:100%;
	height:auto;
}
.inside_banner a .pic img
{
	width:100%;
	height:auto;
}
/**网站内页banner end**/
/**内页内容区**/
.insidecontent
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	line-height:1.8;
	margin:auto;
} 
.insidecontent p
{
	font-size:16px;
	line-height:1.8;
}
.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;
}
/**表格**/
table
{
	border-collapse: collapse;
}
.tftable
{
	border-top:1px solid #626262;
	box-sizing:border-box;
	min-width:600px;
	width:100%;
}
.tftable td,.tftable th
{
	border-bottom:1px solid #626262;
	border-right:1px solid #626262;
	text-align:center;
	vertical-align:middle;
	padding:10px;
	font-size:14px;
	background:#fff;
}
.tftableleft td
{
	text-align:left;
}
.tftable thead tr th
{
	background:#a07763;
	color:#fff;
	position:sticky;
	top: 0;
	z-index: 10;
}
.tftable .insidetable
{
	width:100%;
	height: 100%;
	flex:1;
}
.tftable .insidetable td
{
	border-right:none;
}
.tftable .insidetable tr:last-child td
{
	border-bottom:none;
}
.tftable .paddingnone
{
	padding:0px;
}
.tftableout
{
	width:100%;
	overflow:auto;
	position:relative;
	border-left:1px solid #626262;
	box-sizing:border-box;
}
.tftable .firstcode
{
	position:sticky;
	left:0px;
	z-index:20;
}
.tftablexc
{
	min-width:100%;
}
.tftablexc th,.tftablexc td
{
	width:50%;
}
/**表格 end**/
/**内页内容区 end**/
/**上一篇下一篇**/
.prevnext
{
	width:100%;
	height:auto;
	overflow:hidden;
	display: flex;
	flex-wrap:wrap;
	margin-top:30px;
}
.prevnext .grid
{
	width:50%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#666;
}
.prevnext .grid:nth-child(2n)
{
	text-align:right;
}
.prevnext .grid a
{
	color:#666;
	transition:1s;
}
.prevnext .grid a:hover
{
	color:#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**/
/**位置内菜单**/
.pathnav
{
	width:100%;
	height:auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	border-bottom:1px solid #a07763;
	margin-bottom:40px;
}
.pathnav .path
{
	display:flex;
	flex-wrap:wrap;
}
.pathnav .path .arr
{
	font-size:18px;
	line-height:50px;
}
.pathnav .path .link
{
	font-size:18px;
	display:block;
	line-height:50px;
	transition:500ms;
}
.pathnav .path .link:hover
{
	color:#a07763;
}
.pathnav .path .arr:last-child
{
	display:none;
}
.pathnav .catenav
{
	display:flex;
	flex-wrap:wrap;
}
.pathnav .catenav .grid
{
	margin-right:15px;
}
.pathnav .catenav .grid:last-child
{
	margin-right:0px;
}
.pathnav .catenav .grid .link
{
	display:block;
	box-sizing:border-box;
	font-size:18px;
	line-height:50px;
	border-bottom:2px solid #fff;
	transition:500ms;
}
.pathnav .catenav .grid .link.hover
{
	border-bottom:2px solid #a07763;
}
.pathnav .catenav .grid .link:hover
{
	border-bottom:2px solid #a07763;
}
/**位置内菜单 end**/
/**关于我们**/
.aboutpiclist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.aboutpiclist img
{
	width:32%;
	margin-right:2%;
}
.aboutpiclist img:nth-child(3n)
{
	margin-right:0px;
}
/**关于我们 end**/
/**地理位置**/
.zhiyinlist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.zhiyinlist .grid
{
	display:flex;
	flex-wrap:nowrap;
	background:#a07763;
	width:100%;
	overflow-x:auto;
	border-radius:10px;
	margin-bottom:20px;
	box-sizing:border-box;
	padding:5px 25px;
}
.zhiyinlist .grid:last-child
{
	margin-bottom:0px;
}
.zhiyinlist .grid .ge
{
	flex-shrink:0;
	color:#fff;
	margin-right:20px;
	font-size:16px;
	line-height:30px;
}
.zhiyinlist .grid .ge1
{
	display:flex;

}
.zhiyinlist .grid .ge1 .jiao1
{
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 20px solid #000;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.zhiyinlist .grid .ge1 .jiao2
{
	width: 0;
	height: 0;
	border-left: 20px solid #000;
	border-right: 15px solid transparent;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.zhiyinlist .grid .ge1 .zi
{
	background:#000;
	padding-left:10px;
	padding-right:10px;
}
.weizhilx
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	max-width:800px;
}
.weizhilx .grid
{
	width:50%;
	font-size:15px;
	line-height:25px;
}
/**地理位置 end**/
/**场馆租凭**/
.zhaobiaojiablock
{
	width:100%;
	box-sizing:border-box;
	padding-left:50px;
	padding-right:50px;
}
.zhaobiaojiablock .zhaobiaojia
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.zhaobiaojiablock .zhaobiaojia .danwei
{
	text-align:center;
}
.zhaobiaojiablock .zhaobiaojia .price
{
	text-align:center;
}
/**场馆租凭 end**/
/**新闻列表**/
.newslist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.newslist .grid
{
	width:100%;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
	margin-bottom:30px;
}
.newslist .grid .link
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.newslist .grid .link .outpic
{
	width:220px;
	height:auto;
	overflow:hidden;
	
}
.newslist .grid .link .outpic .pic
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:50%;	
}
.newslist .grid .link .outpic .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit:cover;
	transition:500ms;
}
.newslist .grid .link:hover .outpic .pic .image
{
	transform:scale(1.1);
}
.newslist .grid .link .right
{
	width:calc(100% - 250px);
}
.newslist .grid .link .time
{
	font-size:14px;
	line-height:25px;
	color:#999;
	transition:500ms;
}
.newslist .grid:hover .link .time
{
	color:#a07763;
}
.newslist .grid .link .title
{
	font-size:16px;
	color:#000;
	overflow:hidden;
	line-height:22px;
	margin-bottom:5px;
	margin-top:5px;
	transition:500ms;
}
.newslist .grid:hover .link .title
{
	color:#a07763;
}
.newslist .grid .link .des
{
	font-size:14px;
	height:20px;
	line-height:20px;
	color:#999;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom:5px;
	transition:500ms;
}
.newslist .grid:hover .link .des
{
	color:#a07763;
}
.newslist .grid .link .more
{
	font-size:14px;
	line-height:22px;
	color:#a07763;
}
/**新闻列表 end**/
/**名录列表**/
.minglulist
{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
}
.minglulist .grid
{
	width:22%;
	margin-right:4%;
	margin-bottom:50px;
}
.minglulist .grid:nth-child(4n)
{
	margin-right:0px;
}
.minglulist .grid .link
{
	border-radius:20px;
	box-shadow:0 2px 5px #999;
	display:block;
	overflow:hidden;
}
.minglulist .grid .link .outpic
{
	width:100%;
	padding-bottom:30%;
	position:relative;
}
.minglulist .grid .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.minglulist .grid .link .outpic .pic .image
{
	display:block;
	width:100%;
	height:100%;
	transition:500ms;
}
.minglulist .grid:hover .link .outpic .pic .image
{
	transform:scale(1.1);
}
/**名录列表 end**/
/**留言板**/
.msglist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.msglist .record
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:15px;
}
.msglist .record:last-child
{
	margin-bottom:0px;
}
.msglist .record2 .wi
{
	width:48%;
}
.msglist .record3 .wi
{
	width:32%;
}
.msglist .record .wi
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.msglist .record .wi .wenzi
{
	width:80px;
	text-align:left;
	font-size:14px;
	line-height:25px;
}
.msglist .record .wi .xing
{
	width:20px;
	text-align:center;
	font-size:14px;
	line-height:25px;
	color:#a07763;
}
.msglist .record .wi .inputblock
{
	width:calc(100% - 100px);
	height:25px;
}
.msglist .record .wi .inputblock .input
{
	width:100%;
	height:100%;
	box-sizing:border-box;
	border:1px solid #ccc;
	padding-left:10px;
	padding-right:10px;
	outline:none;
	font-size:14px;
	border-radius:4px;
}
.msglist .record .wi .selectblock
{
	width:calc(100% - 100px);
	height:25px;
}
.msglist .record .wi .selectblock .select
{
	width:100%;
	height:100%;
	box-sizing:border-box;
	border:1px solid #ccc;
	outline:none;
	font-size:14px;
	border-radius:4px;
}
.msglist .record .biaozhu
{
	width:100%;
	height:auto;
	font-size:16px;
	color:#a07763;
	line-height:25px;
}
.msglist .record .redtit
{
	width:100%;
	font-size:14px;
	line-height:25px;
	color:100%;
	margin-bottom:5px;
	color:#a07763;
}
.msglist .record .checkboxlist
{
	display:flex;
	width:100%;
	flex-wrap:wrap;
}
.msglist .record .checkboxlist .gd
{
	margin-right:25px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:10px;
}
.msglist .record .checkboxlist .gd .checkboxb
{
	width:16px;
	height:16px;
	margin-right:5px;
}
.msglist .record .checkboxlist .gd .checkboxb .checkbox
{
	width:16px;
	height:16px;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.msglist .record .checkboxlist .gd .cwz
{
	font-size:14px;
	line-height:25px;
}
.msglist .record .qita
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	width:100%;
}
.msglist .record .qita .qitatit
{
	font-size:14px;
	line-height:25px;
	width:100px;
}
.msglist .record .qita .inputblock2
{
	width:calc(100% - 100px);
	height:25px;
}
.msglist .record .qita .inputblock2 .input
{
	width:100%;
	height:100%;
	box-sizing:border-box;
	border:1px solid #ccc;
	padding-left:10px;
	padding-right:10px;
	outline:none;
	font-size:14px;
	border-radius:4px;
}
.msglist .record .submit
{
	width:120px;
	margin:auto;
	height:35px;
	border-radius:5px;
	background:#a07763;
	color:#fff;
	line-height:35px;
	text-align:center;
	cursor:pointer;
	transition:500ms;
}
.msglist .record .submit:hover
{
	background:#c5967f;
}
/**留言板 end**/
/**下载列表**/
.downlist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
	justify-content:center;
}
.downlist .grid
{
	width:20%;
	margin-bottom:20px;
}
.downlist .grid .link
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
}
.downlist .grid .link .icon
{
	width:80%;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:100px;
	margin-bottom:15px;
}
.downlist .grid .link .icon .image
{
	width:100%;
	height:auto;
}
.downlist .grid .link .tit
{
	width:100%;
	height:auto;
	font-size:15px;
	box-sizing: border-box;
	padding-left:10px;
	padding-right:10px;
	line-height:25px;
	transition:500ms;
	text-align:center;
}
.downlist .grid .link:hover .tit
{
	color:#a07763;
}
/**下载列表 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: #a07763;
	color:#fff;
}
.Pagination__Nav span:hover {
    background: #a07763;
	color:#fff;
}
.Pagination__Nav a:hover {
    background: #a07763;
	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:#fff;
	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:#fff;
	padding:0px 30px;
	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**/
/**预约二维码展示**/
.cgcodeblock
{
	width:100%;
	height:100vh;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
	background:rgba(0,0,0,0.5);
	display:none;
}
.cgcodeblock .close
{
	position:absolute;
	top:0px;
	right:0px;
	font-size:50px;
	width:50px;
	height:50px;
	cursor:pointer;
	color:#fff;
}
.cgcodeblock .cgcode
{
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
}
.cgcodeblock .cgcode .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:15px;
}
.cgcodeblock .cgcode .pic .image
{
	width:200px;
	height:auto;
	margin:auto;
}
.cgcodeblock .cgcode .wz
{
	width:100%;
	font-size:16px;
	text-align:center;
	color:#fff;
}
/**预约二维码展示 end**/