@charset "gb2312"; 
/* CSS Document */
*{
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
hr{
	color:#B3B3B3;
}
li{
	list-style-type:none;
}

/*首页*/
/*页头*/
.top1{
	width: 100%;
	height: 50px;
	background-color: #EEEEEE;
	z-index:9999
}
.top1-n{
	width: 1200px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px; 
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	z-index:9999
}
.top1-nl{
	width: 360px;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	text-align: left;
}
.top1-nc{

	width: 330px;
	z-index:9999;
}
.top1-ncn{
	float:left;
	max-width: 110px;
	margin-left:10px;
}
.top1-ncn-n{
	max-width: 110px;
	
	z-index:9999;
}

.top1-ncn-nl{
	float:left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	filter: grayscale(100%);/*图片变灰色。*/
	transition-duration: .5s;
}

.top1-ncn-nr{
	float:left;
	max-width: 80px;
	height: 20px;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	text-align: left;
}
.top1-ncn:hover .top1-ncn-nl{
	filter: grayscale(0%);/*图片变灰色。*/
	transition-duration: .5s;
}
.top1-nr{
	width: 180px;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 创建2列 */
	grid-gap: 10px; /* 列之间的间隔 */
	margin-left: 420px;
	margin-top: 0px;
}
.top1-nrn-n{
	width: 90px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	z-index:9999
}
.top1-nrn-nl{
	width: 30px;
	height: 20px;
}
.top1-nrn-nr{
	width: 50px;
	height: 20px;
	padding-left: 10px;
	font-size: 16px;
	color: #000000;
	line-height: 25px;
	text-align: left;
	transition-duration: .5s;
}
.top1-nrn:hover .top1-nrn-nr{
	color: #0055A5;
	transition-duration: .5s;
}
.top2{
	width: 1200px;
	margin: 10px auto;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.top2-l{
	width: 700px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.top2-ll{
	width: 130px;
	height: 60px;
	margin-top: 8px;
}
.top2-lr{
	width: 520px;
	height: 80px;
	margin-left: 10px;
}
.top2-lrt{
	width: 100%;
	font-size: 24px;
	color: #000000;
	line-height: 30px;
	text-align: left;
	margin-top: 15px;
}
.top2-lrb{
	width: 100%;
	font-size: 15px;
	color: #000000;
	line-height: 25px;
	text-align: left;
}
.top2-c{
	width: 400px;
	padding-top: 15px;
}
.top2-ct{
	width: 100%;
	font-size: 30px;
	color: #FF0000;
	line-height: 30px;
	text-align: left;
}
.top2-cb{
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 25px;
	text-align: left;
}


/* 导航开始 */
.daohang1-bj{
	width: 100%;
	height: 40px;
	background-color: #0055A5;
	z-index:9999
}
.daohang1{
	width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(9, 1fr); /* 创建9列 */
	grid-gap: 0px; /* 列之间的间隔 */
	z-index:9999
}
.daohang1-nnt{
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	background-color: rgba(0,71,137,0);
	transition-duration: .5s;
	z-index:9999
}
.daohang1-nnb{
	
	width:100%;
	height: 0px;
	overflow: hidden;	
	transition-duration: .5s;
	z-index:9999
}
.daohang1-nnb-n{
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	background-color: rgba(0,85,165,.5);
	transition-duration: .5s;
	z-index:9999
}
.daohang1-nnb-n:hover{
	background-color: rgba(0,85,165,1);
	transition-duration: .5s;
	z-index:9999
}
.daohang1-n:hover .daohang1-nnb{
	width: 100%;
	height: 100%;	
	transition-duration: .5s;
	z-index:9999
}
.daohang1-n:hover .daohang1-nnt{
	background-color: rgba(0,71,137,1);
	transition-duration: .5s;
	z-index:9999
}
/* 导航结束 */
/*/页头*/
/*内容*/
.shou1{
	width: 1200px;
	margin:50px auto;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	
}
.shou1-l{
	width: 600px;
	height: 400px;
}
.shou1-r{
	width: 540px;
	height: 340px;
	padding: 30px;
	background-color: #F7F7F7;
}
.shou1-r1{
	width: 100%;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	text-align: left;
	height: 40px;
	overflow: hidden;
}
.shou1-r2{
	width: 100%;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 25px;
	text-align: justify;
	height: 150px;
	overflow: hidden;
}
.shou1-r3{
	margin-top: 20px;
}
.shou1-r3n{
	width: 200px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.shou1-r3n-l{
	max-width: 170px;
	height: 20px;
	font-size: 16px;
	color: #0055A5;
	line-height: 20px;
	text-align: left;
}
.shou1-r3n-r{
	width: 20px;
	height: 20px;
	padding-left: 10px;
	transition-duration: .5s;
}
.shou1-r3n:hover .shou1-r3n-r{
	padding-left: 15px;
	transition-duration: .5s;
}
.shou1-r4{
	width: 100%;
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 创建3列 */
	grid-gap:0px 20px; /* 列之间的间隔 */
}
.shou1-r4n-n{
	width:100%;
	padding: 10px 0px;
	background-color: #0055A5;
	transition-duration: .5s;
}
.shou1-r4n-nt{
	width: 30px;
	height: 30px;
	margin: auto;
}
.shou1-r4n-nc{
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	margin-top: 5px;
}
.shou1-r4n-nb{
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
}
.shou1-r4n-n:hover{
	background-color: #004789;
	transition-duration: .5s;
}
.shou2-bj{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #F7F7F7;
}
.shou2{
	width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 创建4列 */
	grid-gap:0px 20px; /* 列之间的间隔 */
}
.shou2-n{
	width:100%;
	text-align:center;
}
.shou2-nl{
	font-size: 40px;
	font-weight:bold;
	color: #0055A5;
	line-height: 40px;
	text-align: left;
	margin-right:10px;
}
.shou2-nr{
	font-size: 18px;
	color: #000000;
	line-height: 40px;
	text-align: left;
}

.shou3{
	width: 1200px;
	margin:50px auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 创建2列 */
	grid-gap:0px 40px; /* 列之间的间隔 */
}
.shou3-nt{
	width: 150px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	border-radius: 50px;
	margin: auto;
}
.shou3-ncn{
	width: 100%;
	padding: 15px 0px;
	border-bottom: 1px solid #CCCCCC;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.shou3-ncn-l{
	width: 20px;
	height: 20px;
	filter: grayscale(100%);/*图片变灰色。*/
	transition-duration: .5s;
}
.shou3-ncn-c{
	width: 450px;
	height: 20px;
	margin-left: 10px;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	height:20px;
	text-align: left;
	overflow:hidden;
	transition-duration: .5s;
}
.shou3-ncn-r{
	width: 100px;
	height: 20px;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	text-align: right;
}
.shou3-ncn:hover .shou3-ncn-l{
	filter: grayscale(0%);/*图片变回色彩。*/
	transition-duration: .5s;
}
.shou3-ncn:hover .shou3-ncn-c{
	color: #0055A5;
	transition-duration: .5s;
}
.shou3-nb{
	margin-top: 20px;
}
.shou3-nbn{
	width: 200px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.shou3-nbn-l{
	max-width: 170px;
	font-size: 16px;
	color: #0055A5;
	line-height: 20px;
	text-align: left;
}
.shou3-nbn-r{
	width: 20px;
	height: 20px;
	padding-left: 5px;
	transition-duration: .5s;
}
.shou3-nbn:hover .shou3-nbn-r{
	padding-left: 10px;
	transition-duration: .5s;
}
.shou4-bj{
	width: 1200px;
	margin:50px auto;
}
.biaoti1{
	width: 100%;
	font-size: 25px;
	color: #000000;
	line-height: 25px;
	text-align: left;
	padding-left: 10px;
	border-left: 4px solid #0055A5;
	box-sizing: border-box;
}
.shou4{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr); /* 创建6列 */
	grid-gap: 20px; /* 列之间的间隔 */
	margin-top: 20px;
}
.shou4-nt{
	border: 1px solid #CCCCCC;
	transition-duration: .5s;
}
.shou4-nb{
	width: 100%;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	text-align: center;
}
.shou4-n:hover .shou4-nt{
	border: 1px solid #0055A5;
	transition-duration: .5s;
}
.shou5-bj{
	width: 100%;
	background-color: #F7F7F7;
	padding: 40px 0px;
}
.shou5{
	width: 1200px;
	margin: auto;
}
.shou5-n{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 创建3列 */
	grid-gap: 20px; /* 列之间的间隔 */
	margin-top: 20px;
}
.shou5-nnn-t{
	width: 380px;
	height: 280px;
	overflow: hidden;
	transition-duration: .5s;
}
.shou5-nnn-t img{
	transition:all 500ms linear;
}
.shou5-nn:hover .shou5-nnn-t img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.shou5-nnn-b{
	width: 100%;
	font-size: 14px;
	color: #000000;
	line-height: 40px;
	text-align: center;
}
.shou6-bj{
	width: 1200px;
	margin: 50px auto;
}
.shou6{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 创建4列 */
	grid-gap:20px; /* 列之间的间隔 */
	margin-top: 20px;
}
.shou6-nt{
	width: 280px;
	height: 180px;
	overflow: hidden;
	transition-duration: .5s;
}
.shou6-nt img{
	transition:all 500ms linear;
}
.shou6-n:hover .shou6-nt img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.shou6-nb{
	padding-top: 10px;
	padding-bottom: 10px;
}
.shou6-nb1{
	width: 100%;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	text-align: left;
}
.shou6-nb2{
	width: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	text-align: left;
}
.shou6-nb3{
	margin-top: 10px;
}
.shou6-nb3-n{
	width: 200px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.shou6-nb3-nl{
	max-width: 170px;
	font-size: 16px;
	color: #0055A5;
	line-height: 20px;
	text-align: left;
}
.shou6-nb3-nr{
	width: 20px;
	height: 20px;
	padding-left: 5px;
	transition-duration: .5s;
}
.shou6-nb3:hover .shou6-nb3-nr{
	padding-left: 10px;
	transition-duration: .5s;
}
.shou7{
	width: 1200px;

	margin:auto;
}
/*飘窗*/
.piaochuang1{
	width: 80px;
	
	border-radius: 10px;
	background:linear-gradient(to top,#0055A5,#12D1B3);
	
	position:fixed;
	right: 0px;
	top:70px;
	font-size: 12px;
	padding-top:10px;
	padding-bottom:10px;
	z-index:99999999
}
.piaochuang1-n{
	cursor:pointer
	}
.piaochuang1-nnt{
	width: 30px;
	height: 30px;
	margin: auto;
	
}
.piaochuang1-nnb{
	width: 100%;
	font-size:13px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
/*/飘窗*/
/*/内容*/
/*页脚*/
.yejiao1-bj{
	width: 100%;
	padding: 30px 0;
	background-color: #0055A5;
}
.yejiao1{
	width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.yejiao1-l{
	width: 1000px;
	display: grid;
	grid-template-columns: repeat(6, 1fr); /* 创建6列 */
	grid-gap: 10px; /* 列之间的间隔 */
}
.yejiao1-r{
	width: 150px;
	color:#ffffff;
	text-align:center;
	margin-left:50px;
	line-height: 25px;
}
.yejiao1-lnt-n{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	text-align: left;
	transition-duration: .5s;
}
.yejiao1-lnt-n:hover{
	color: #CCCCCC;
	transition-duration: .5s;
}
.yejiao1-lnb{
	margin-top: 10px;
}
.yejiao1-lnb-n{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: left;
	transition-duration: .5s;
}
.yejiao1-lnb-n:hover{
	color: #CCCCCC;
	transition-duration: .5s;
}
.yejiao2-bj{
	width: 100%;
	padding: 30px 0;
	background-color: #EFEFEF;
}
.yejiao2{
	width: 1200px;
	margin: auto;
}
.yejiao2-t{
	width: 100%;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	text-align: center;
}
.yejiao2-b{
	width: 50px;
	height: 60px;
	margin:20px auto 0;
}
/*/页脚*/ 
/*banner*/
.banner1{
	width: 1200px;
	margin: auto;
}
.banner1-n{
	width: 100%;
	font-size: 30px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	text-align: left;
	padding-top: 120px;
}
/*/banner*/
/*路径*/
.lj1-bj{
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #CCCCCC;
}
.lj1{
	width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/	
}
.lj1-l{
	width: 20px;
	height: 20px;
}
.lj1-r{
	width: 1100px;
	height: 20px;
	margin-left: 10px;
}
.lj1-r1{
	font-size: 18px;
	color: #000000;
	line-height: 20px;
	text-align: left;
}
/*/路径*/
/*关于展会*/
.gy1{
	width: 1200px;
	margin:30px auto;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/	
}
.gy1-l{
	width: 150px;
}
.gy1-lt{
	width:100%;
	font-size: 18px;
	color: #000000;
	line-height: 50px;
	text-align: center;
	background-color: #DDDDDD;
}
.gy1-lb{
	width:130px;
	padding: 0px 10px;
	background-color: #F7F7F7;
}
.gy1-lbn{
	width:130px;
	font-size: 18px;
	color: #000000;
	line-height: 50px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}
.gy1-lb .gy1-lbn:nth-child(1){
	border-top: none;
}
.gy1-r{
	width: 1000px;
	margin-left: 50px;
}
.gy1-rt{
	width:100%;
	font-size: 30px;
	color: #0055A5;
	line-height: 30px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.gy1-rb1{
	width: 100%;
}
.gy1-rb2{
	width:100%;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	text-align: left;
	margin-top: 10px;
}
.gy1-rb3{
	width:100%;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	text-align: justify;
	margin-top: 10px;
}
.gy1-rb3 img{
	width:100%
	}
/*/关于展会*/

/*展商服务*/
.zs1{
	width: 1200px;
	margin:30px auto;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/	
}
.zs1-l{
	width: 150px;
}
.zs1-lt{
	width:100%;
	font-size: 18px;
	color: #000000;
	line-height: 50px;
	text-align: center;
	background-color: #DDDDDD;
}
.zs1-lb{
	width:130px;
	padding: 0px 10px;
	background-color: #F7F7F7;
}
.zs1-lbn{
	width:130px;
	font-size: 18px;
	color: #000000;
	line-height: 50px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}
.zs1-lb .zs1-lbn:nth-child(1){
	border-top: none;
}
.zs1-r{
	width: 1000px;
	margin-left: 50px;
}
.zs1-rt{
	width:100%;
	font-size: 30px;
	color: #0055A5;
	line-height: 30px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.zs1-rb1{
	width: 100%;
}
.zs1-rc2{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	text-align: left;
	margin-top: 10px;
}
.zs1-rc3{
	width: 100%;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	text-align: left;
}
.zs1-rb{
	margin-top: 10px;
}
.zs1-rbn{
	width: 100%;
	border-top: 1px dashed #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.zs1-rb .zs1-rbn:nth-child(1){
	border-top: none;
}
.zs1-rbn-l{
	width: 100px;
	height: 300px;
}
.zs1-rbn-r{
	width: 850px;
	margin-left: 50px;
}
.zs1-rbn-r1{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #0055A5;
	line-height: 30px;
	text-align: left;
}
.zs1-rbn-r2{
	width: 850px;
	display: grid;
	grid-template-columns: repeat(6, 1fr); /* 创建6列 */
	grid-gap: 0px 10px; /* 列之间的间隔 */
}
.zs1-rbn-r2{
	width: 100%;
	border-bottom: 1px solid #0055A5;
	margin-top: 20px;
}
.zs1-rbn-r2n-n{
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	background-color: #6699C9;
	border-radius: 10px 10px 0px 0px;
	transition-duration: .5s;
}
.zs1-rbn-r2n-n:hover{
	background-color: #0055A5;
	transition-duration: .5s;
}
.zs1-rbn-r2n-nx{
	background-color: #0055A5;
}
.zs1-rbn-r3{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	text-align: left;
}
.zs1-rbn-r4{
	width: 100%;
	margin-top: 10px;
}
.zs1-rbn-r4n{
	width: 100%;
	font-size: 16px;
	color: #0055A5;
	line-height: 40px;
	text-align: left;
}
.zs1-rbn-r5{
	width: 100%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	padding-top: 20px;
}
.zs1-rbn-r5l{
	width: 90px;
	height: 90px;
}
.zs1-rbn-r5r{
	width: 740px;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	text-align: left;
	margin-left: 20px;
}
/*/展商服务*/
/*展位申请*/
.zwsq1{
	width: 1200px;
	margin: auto;
}
.zwsq1-t{
	width: 1120px;
	padding:20px 40px;
	background-color: #0055A5;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.zwsq1-tl{
	width: 100px;
	height: 100px;
}
.zwsq1-tc{
	width: 500px;
	margin-left: 20px;
	margin-top: 5px;
}
.zwsq1-tct{
	width: 100%;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
}
.zwsq1-tcb{
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
}
.zwsq1-tr{
	width: 500px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: right;
	margin-top: 20px;
}
.zwsq1-b{
	width: 1120px;
	padding:40px;
	background-color: #FFFFFF;
}
.zwsq1-bt{
	width: 100%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.zwsq1-btl{
	width: 900px;
}
.zwsq1-btl-l{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	margin-right: 20px;
}
.zwsq1-btl-c{
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}
.zwsq1-btl-r{
	font-size: 16px;
	color: #FF0000;
	line-height: 30px;
}
.zwsq1-btr{
	width: 220px;
	font-size: 16px;
	color: #FF0000;
	line-height: 30px;
	text-align: right;
}
.zwsq1-bc1{
	width: 1120px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	margin-top: 15px;
}
.zwsq1-bc1-l{
	width: 120px;
	font-size: 14px;
	color: #FF0000;
	line-height: 20px;
	text-align: left;
	padding-top: 10px;
}
.zwsq1-bc1-ll{
	font-size: 14px;
	color: #FF0000;
	line-height: 20px;
}
.zwsq1-bc1-lr{
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.zwsq1-bc1-r{
	width: 980px;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
}
.inp1{
	width: 100%;
	height: 30px;
	background-color: rgba(255,255,255,1);
	outline: none;
	border: none;
	font-size: 14px;
    line-height: 30px;
    color: #000000;
}
.zwsq1-bc2{
	width: 1120px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	margin-top: 15px;
}
.zwsq1-bc2-l{
	width: 120px;
	font-size: 14px;
	color: #FF0000;
	line-height: 20px;
	text-align: left;
	padding-top: 10px;
}
.zwsq1-bc2-lr{
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.zwsq1-bc2-r{
	width: 980px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
	padding: 5px 10px;
}
.liebiao1{
	width: 100%;
	height: 30px;
	border-radius: 6px;
	padding-left: 0%;
	padding-right: 0%;
	text-align:left;
	appearance:none;
	-moz-appearance:none;  
	-webkit-appearance:none;
	background: url(images/jt2-1.png) no-repeat right;
	background-position: right  7px center;
	color: #666666;
	background-color: #FFFFFF;
	border: none;
	outline: none;
}
.liebiao1 option{
	color: #666666;
}
.zwsq1-bc3{
	width: 1120px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	margin-top: 15px;
}
.zwsq1-bc3-l{
	width: 120px;
	font-size: 14px;
	color: #FF0000;
	line-height: 20px;
	text-align: left;
	padding-top: 10px;
}
.zwsq1-bc3-ll{
	font-size: 14px;
	color: #FF0000;
	line-height: 20px;
	text-align: left;
}
.zwsq1-bc3-lr{
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.zwsq1-bc3-r{
	width: 1000px;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 创建3列 */
	grid-gap: 10px; /* 列之间的间隔 */
}
.zwsq1-bc3-rn{
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
.zwsq1-bc4{
	width: 1120px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	margin-top: 15px;
}
.zwsq1-bc4-l{
	width: 120px;
	font-size: 14px;
	color: #FF0000;
	line-height: 20px;
	text-align: left;
	padding-top: 10px;
}
.zwsq1-bc4-ll{
	font-size: 14px;
	color: #FF0000;
	line-height: 20px;
	text-align: left;
}
.zwsq1-bc4-lr{
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.zwsq1-bc4-r{
	width: 1000px;
}
.zwsq1-bc4-rt{
	width: 980px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	padding:5px 10px;
}
.ys-textarea{
	display: block;
	width: 980px;
	border:none;
    outline: 0;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    letter-spacing: .02em;
    /*background-color: rgba(0,0,0,0);*/
	resize:none;
}
.zwsq1-bc4-rb{
	width: 100%;
	font-size: 14px;
	color: #999999;
	line-height: 40px;
	text-align: right;
}
.zwsq1-bc5{
	width: 1120px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	margin-top: 15px;
}
.zwsq1-bc5-l{
	width: 120px;
	font-size: 14px;
	color: #FF0000;
	line-height: 20px;
	text-align: left;
	padding-top: 10px;
}
.zwsq1-bc5-ll{
	font-size: 14px;
	color: #FF0000;
	line-height: 20px;
	text-align: left;
}
.zwsq1-bc5-lr{
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.zwsq1-bc5-r{
	width: 1000px;
}
.zwsq1-bc5-rt{
	width: 980px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
	padding: 5px 10px;
}
.zwsq1-bc5-rb{
	width: 1000px;
	font-size: 14px;
	color: #999999;
	line-height: 40px;
	text-align: right;
}
.zwsq1-bc6{
	width: 1120px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	margin-top: 15px;
}
.zwsq1-bc6-l{
	width: 120px;
	font-size: 14px;
	color: #FF0000;
	line-height: 20px;
	text-align: left;
	padding-top: 10px;
}
.zwsq1-bc6-ll{
	font-size: 14px;
	color: #FF0000;
	line-height: 20px;
	text-align: left;
}
.zwsq1-bc6-lr{
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.zwsq1-bc6-r{
	width: 1000px;
	display: grid;
	grid-template-columns: repeat(4, 3fr); /* 创建4列 */
	grid-gap: 5px; /* 列之间的间隔 */
}
.zwsq1-bc6-rn{
	margin-bottom: 10px;
}
.zwsq1-bc6-rnn{
	width: 100%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.zwsq1-bc6-rnn-l{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.zwsq1-bc6-rnn-r{
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.zwsq1-bb{
	width: 1000px;
	margin-left: 120px;
	margin-top: 20px;
}
.zwsq1-bbn{
	width: 200px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	background-color: #0055A5;
	border-radius: 6px;
	transition-duration: .5s;
}
.zwsq1-bbn:hover{
	background-color: #004789;
	transition-duration: .5s;
}
/*/展位申请*/
/*观众中心*/
.gz1{
	width: 1200px;
	margin:30px auto;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/	
}
.gz1-l{
	width: 150px;
}
.gz1-lt{
	width:100%;
	font-size: 18px;
	color: #000000;
	line-height: 50px;
	text-align: center;
	background-color: #DDDDDD;
}
.gz1-lb{
	width:130px;
	padding: 0px 10px;
	background-color: #F7F7F7;
}
.gz1-lbn{
	width:130px;
	font-size: 18px;
	color: #000000;
	line-height: 50px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}
.gz1-lb .gz1-lbn:nth-child(1){
	border-top: none;
}
.gz1-r{
	width: 1000px;
	margin-left: 50px;
}
.gz1-rt{
	width:100%;
	font-size: 30px;
	color: #0055A5;
	line-height: 30px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.gz1-rc{
	margin-top: 20px;
}
.gz1-rc1{
	margin-bottom: 10px;
}
.gz1-rc1-t{
	width: 100%;
}
.gz1-rc1-tl{
	font-size: 14px;
	color: #FF0000;
	line-height: 30px;
	text-align: left;
}
.gz1-rc1-tr{
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	text-align: left;
}
.gz1-rc1-b{
	width: 980px;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
}
.gz1-rc2{
	margin-bottom: 10px;
}
.gz1-rc2-t{
	width: 100%;
}
.gz1-rc2-tl{
	font-size: 14px;
	color: #FF0000;
	line-height: 30px;
	text-align: left;
}
.gz1-rc2-tr{
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	text-align: left;
}
.gz1-rc2-b{
	width: 400px;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 创建2列 */
	grid-gap: 20px; /* 列之间的间隔 */
}
.gz1-rc2-bn{
	width: 100%;
	font-size: 14px;
	color: #000000;
	line-height: 40px;
	text-align: center;
	background-color: #F7F7F7;
	border-radius: 6px;
	transition-duration: .5s;
}
.gz1-rc2-bn:hover{
	color: #FFFFFF;
	background-color: #0055A5;
	transition-duration: .5s;
}
.gz1-rc2-bnx{
	color: #FFFFFF;
	background-color: #0055A5;
}
.gz1-rc3{
	margin-bottom: 10px;
}
.gz1-rc3-t{
	width: 100%;
}
.gz1-rc3-tl{
	font-size: 14px;
	color: #FF0000;
	line-height: 30px;
	text-align: left;
}
.gz1-rc3-tr{
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	text-align: left;
}
.gz1-rc3-b{
	width: 980px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
	padding: 5px 10px;
}
.gz1-rb{
	width: 1000px;
	margin-top: 20px;
}
.gz1-rbn{
	width: 200px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	background-color: #0055A5;
	border-radius: 6px;
	transition-duration: .5s;
}
.gz1-rbn:hover{
	background-color: #004789;
	transition-duration: .5s;
}
/*/观众中心*/
/*电子快讯免费订阅*/
.dzkx1{
	width: 1200px;
	margin:30px auto;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/	
}
.dzkx1-l{
	width: 150px;
}
.dzkx1-lt{
	width:100%;
	font-size: 18px;
	color: #000000;
	line-height: 50px;
	text-align: center;
	background-color: #DDDDDD;
}
.dzkx1-lb{
	width:130px;
	padding: 0px 10px;
	background-color: #F7F7F7;
}
.dzkx1-lbn{
	width:130px;
	font-size: 18px;
	color: #000000;
	line-height: 50px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}
.dzkx1-lb .dzkx1-lbn:nth-child(1){
	border-top: none;
}
.dzkx1-r{
	width: 1000px;
	margin-left: 50px;
}
.dzkx1-rt{
	width:100%;
	font-size: 30px;
	color: #0055A5;
	line-height: 30px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.dzkx1-rc{
	margin-top: 20px;
}
.dzkx1-rc1{
	margin-bottom: 10px;
}
.dzkx1-rc1-t{
	width: 100%;
}
.dzkx1-rc1-tl{
	font-size: 14px;
	color: #FF0000;
	line-height: 30px;
	text-align: left;
}
.dzkx1-rc1-tr{
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	text-align: left;
}
.dzkx1-rc1-b{
	width: 980px;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
}
.dzkx1-rc2{
	margin-bottom: 10px;
}
.dzkx1-rc2-t{
	width: 100%;
}
.dzkx1-rc2-tl{
	font-size: 14px;
	color: #FF0000;
	line-height: 30px;
	text-align: left;
}
.dzkx1-rc2-tr{
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	text-align: left;
}
.dzkx1-rc2-b{
	width: 400px;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 创建2列 */
	grid-gap: 20px; /* 列之间的间隔 */
}
.dzkx1-rc2-bn{
	width: 100%;
	font-size: 14px;
	color: #000000;
	line-height: 40px;
	text-align: center;
	background-color: #F7F7F7;
	border-radius: 6px;
	transition-duration: .5s;
}
.dzkx1-rc2-bn:hover{
	color: #FFFFFF;
	background-color: #0055A5;
	transition-duration: .5s;
}
.dzkx1-rc2-bnx{
	color: #FFFFFF;
	background-color: #0055A5;
}
.dzkx1-rb{
	width: 1000px;
	margin-top: 20px;
}
.dzkx1-rbn{
	width: 200px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	background-color: #0055A5;
	border-radius: 6px;
	transition-duration: .5s;
}
.dzkx1-rbn:hover{
	background-color: #004789;
	transition-duration: .5s;
}
/*/电子快讯免费订阅*/

/*媒体中心*/
.mt1{
	width: 1200px;
	margin:30px auto;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/	
}
.mt1-l{
	width: 150px;
}
.mt1-lt{
	width:100%;
	font-size: 18px;
	color: #000000;
	line-height: 50px;
	text-align: center;
	background-color: #DDDDDD;
}
.mt1-lb{
	width:130px;
	padding: 0px 10px;
	background-color: #F7F7F7;
}
.mt1-lbn{
	width:130px;
	font-size: 18px;
	color: #000000;
	line-height: 50px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}
.mt1-lb .mt1-lbn:nth-child(1){
	border-top: none;
}
.mt1-r{
	width: 1000px;
	margin-left: 50px;
	
}
.mt1-rt{
	width:100%;
	font-size: 30px;
	color: #0055A5;
	line-height: 30px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.mt1-rcn{
	width: 1000px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	border-top: 1px solid #CCCCCC;
	padding: 30px 0px;
}
.mt1-rc .mt1-rcn:nth-child(1){
	border-top: none;
}
.mt1-rcn-l{
	width: 350px;
	height: 230px;
	overflow: hidden;
	transition-duration: .5s;
}
.mt1-rcn-l img{
	transition:all 500ms linear;
}
.mt1-rcn:hover .mt1-rcn-l img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.mt1-rcn-c{
	width: 100px;
	text-align: center;
}
.mt1-rcn-ct{
	font-size: 40px;
	color: #999999;
	line-height: 40px;
	text-align: center;
}
.mt1-rcn-cb{
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	text-align: center;
}
.mt1-rcn-r{
	width: 550px;
}
.mt1-rcn-rt{
	width: 100%;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	text-align: left;
}
.mt1-rcn-rc{
	width: 100%;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	text-align: left;
}
.mt1-rcn-rb{
	width: 120px;
	font-size: 14px;
	color: #0055A5;
	line-height: 20px;
	text-align: center;
	padding: 10px 0;
	border: 1px solid #0055A5;
	border-radius: 50px;
	margin-top: 10px;
	background-color: #FFFFFF;
	transition-duration: .5s;
}
.mt1-rcn-rb:hover{
	color: #FFFFFF;
	background-color: #0055A5;
	transition-duration: .5s;
}
/*页码*/
.page{
	text-align:center;
	font-size:14px;
	font-family:arial;
}
.page_list {
    height: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 12px;
    margin-top: 20px;
    font-size: 14px;
}
.page_list a {
    display: inline-block;
    color: #4D4D4D;
    border: 1px solid #4D4D4D;
    background: #FFF;
    text-align: center;
    padding: 2px 10px;
    margin: 0 3px;
    font-size: 14px;
}
.page_list a.on {
    color: #FFF;
    border: 1px solid #0055A5;
    background: #0055A5;
    font-size: 14px;
}

a.a16ym:link {font-family:"arial"; background-color: #FFF; color:#4D4D4D; TEXT-DECORATION: none}
a.a16ym:visited { font-family:"arial"; background-color: #FFF; color:#4D4D4D; TEXT-DECORATION: none}
a.a16ym:hover {background-color: #0055A5;border: 1px solid #0055A5; color: #FFF; TEXT-DECORATION: none}
/*/页码*/
/*/媒体中心*/
/*企业/展品*/
.qy1{
	width: 1120px;
	padding:20px 40px;
	background-color: #0055A5;
	margin:40px auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 创建2列 */
	grid-gap: 20px; /* 列之间的间隔 */
}
.qy1-lt{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: left;
}
.qy1-lb{
	width:530px;
	border-radius: 6px;
	overflow: hidden;
	padding: 5px 10px;
	background-color: #FFFFFF;
}
.qy1-rt{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: left;
}
.qy1-rb{
	width:530px;
	border-radius: 6px;
	overflow: hidden;
	padding: 5px 10px;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.qy1-rbl{
	width: 510px;
}
.qy1-rbr{
	width: 30px;
	height: 30px;
}
.qy2{
	width: 1200px;
	margin: auto;
}
.qy2-tn{
	margin-top: 30px;
}
.qy2-tnn{
	width: 1120px;
	padding: 20px 40px;
	background-color: #F7F7F7;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.qy2-tnn-l{
	width: 240px;
	height: 150px;
}
.qy2-tnn-r{
	width: 850px;
	margin-left: 30px;
}
.qy2-tnn-rt{
	width: 100%;
	font-size: 18px;
	color: #0055A5;
	line-height: 30px;
	text-align: left;
}
.qy2-tnn-rc{
	width: 100%;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	text-align: justify;
}
.qy2-tnn-rb{
	width: 100%;
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 创建4列 */
	grid-gap: 16px; /* 列之间的间隔 */
}
.qy2-tnn-rbn-t{
	width: 200px;
	height: 130px;
	overflow: hidden;
	transition-duration: .5s;
}
.qy2-tnn-rbn-t img{
	transition:all 500ms linear;
}
.qy2-tnn-rbn:hover .qy2-tnn-rbn-t img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.qy2-tnn-rbn-b{
	width: 200px;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	text-align: center;
}
/*/企业/展品*/


/*商旅服务*/
.sl1{
	width: 1200px;
	margin:30px auto;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/	
}
.sl1-l{
	width: 150px;
}
.sl1-lt{
	width:100%;
	font-size: 18px;
	color: #000000;
	line-height: 50px;
	text-align: center;
	background-color: #DDDDDD;
}
.sl1-lb{
	width:130px;
	padding: 0px 10px;
	background-color: #F7F7F7;
}
.sl1-lbn{
	width:130px;
	font-size: 18px;
	color: #000000;
	line-height: 50px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}
.sl1-lb .sl1-lbn:nth-child(1){
	border-top: none;
}
.sl1-r{
	width: 1000px;
	margin-left: 50px;
}
.sl1-rt{
	width:1000px;
	font-size: 30px;
	color: #0055A5;
	line-height: 30px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.sl1-rc{
	width: 1000px;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 创建3列 */
	grid-gap: 20px; /* 列之间的间隔 */
}
.sl1-rcn-nt{
	width: 320px;
	height: 220px;
	overflow: hidden;
	transition-duration: .5s;
}
.sl1-rcn-nt img{
	transition:all 500ms linear;
}
.sl1-rcn-n:hover .sl1-rcn-nt img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.sl1-rcn-nc{
	width: 320px;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	text-align: left;
	padding-top: 10px;
}
.sl1-rcn-nb{
	width: 320px;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	text-align: justify;
}
/*/商旅服务*/

/*会议活动*/
.hyhd1{
	width: 1200px;
	margin:40px auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 创建2列 */
	grid-gap: 20px; /* 列之间的间隔 */
}
.hyhd1-nnt{
	width: 590px;
	font-size: 18px;
	color: #000000;
	line-height: 40px;
	text-align: left;
	transition-duration: .5s;
}
.hyhd1-nn:hover .hyhd1-nnt{
	color: #0055A5;
	transition-duration: .5s;
}
.hyhd1-nnc{
	width: 590px;
	height: 260px;
	overflow: hidden;
	transition-duration: .5s;
}
.hyhd1-nnc img{
	transition:all 500ms linear;
}
.hyhd1-nn:hover .hyhd1-nnc img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.hyhd1-nnb{
	padding: 10px 0px;
}
.hyhd1-nnb-t{
	width: 590px;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	text-align: justify;
}
.hyhd1-nnb-b{
	width: 200px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	margin-top: 20px;
}
.hyhd1-nnb-bl{
	max-width: 170px;
	height: 20px;
	font-size: 16px;
	color: #0055A5;
	line-height: 20px;
	text-align: left;
}
.hyhd1-nnb-br{
	width: 20px;
	height: 20px;
	padding-left: 10px;
	transition-duration: .5s;
}
.hyhd1-nnb-b:hover .hyhd1-nnb-br{
	padding-left: 15px;
	transition-duration: .5s;
}

/*/会议活动*/

/*联系我们*/
.lx1{
	width: 1200px;
	margin:40px auto;
}
.lx1-n{
	width: 1100px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #CCCCCC;
	padding-left: 100px;
}
.lx1-n:nth-child(1){
	border-top: none;
}
.lx1-n1{
	font-size: 18px;
	color: #0055A5;
	line-height: 25px;
	text-align: left;
} 
.lx1-n2{
	font-size: 16px;
	color: #000000;
	line-height: 25px;
	text-align: left;
	margin-top: 10px;
}
.lx1-n3{
	width: 150px;
	height: 150px;
	margin-top: 10px;
}
.lx1-n4{
	width: 1100px;
}
.lx1-n4l{
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	text-align: left;
}
.lx1-n4r{
	font-size: 18px;
	color: #0055A5;
	line-height: 30px;
	text-align: left;
}
/*/联系我们*/
.left_nav{
	color: #0055A5;
	font-weight:bold
	}

.hotel_main{
	
	width:1200px;
	margin:auto;
	padding-top:30px;
	padding-bottom:30px;
	}
	
.hotel-r{

	margin-left:200px;

   width:auto;
   box-sizing:border-box
	}	
.hotel-list {
  width: 100%;
 
}

.hotel-item {
	float:left;
	width:30%;
	
	margin-right:3%;
	margin-bottom:3%
}
/* 每行第3个去掉右边距 */
.hotel-item:nth-child(3n) {
  margin-right: 0px;
}
.hotel-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #f5f5f5;
}

.hotel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:all 500ms linear;
  
}


.hotel-img:hover img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}


.hotel-title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #1e6bd6;
  line-height: 1.4;
}

.hotel-desc {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;

  /* 多行省略 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.meeting_main{
	width:1200px;
	margin:auto;
	padding-top:30px;
	padding-bottom:30px
	}
	
	.meeting-item {
	float:left;
	width:45%;
	
	margin-right:5%;
	margin-bottom:5%
}
/* 每行第3个去掉右边距 */
.meeting-item:nth-child(3n) {
  margin-right: 0px;
}
.meeting-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #f5f5f5;
}
.meeting-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:all 500ms linear;
  
}


.meeting-img:hover img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}