@charset "gb2312"; 
/* CSS Document */
*{ 
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
} 
img{
	border: 0;
	vertical-align: top;
}
hr{
	color:#B3B3B3;
	border-top: none; 
}
li{
	list-style-type:none;
}
body{

	padding-bottom: ;
}
/*首页*/
/*头部*/
.top{
position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;

  z-index: 9999999;
}
.top1{
	
	width: 90%;
	padding:5px 5%;
	background-color: #EEEEEE;
}
.top1-l{
	float: left;
	width: 25%;
	padding-top: 5px;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 创建2列 */
	grid-gap: 5px; /* 列之间的间隔 */
}
.top1-ln{
	width: 100%;
}
.top1-ln img{
	width: 30px;
	height: 30px;
}
.top1-c{
	float: left;
	width: 25%;
	padding-top: 5px;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 创建2列 */
	grid-gap: 5px; /* 列之间的间隔 */
}
.top1-cn{
	width: 100%;
	margin-top: 5px;
}
.top1-cn img{
	width: 30px;
	height: 20px;
}
.top1-r{
	float:right;
	width: 40px;
	padding-top: 8px;
}

.top1 .sp_nav span{
	background:#FFFFFF;
}
/*菜单*/
.sp_header{height:50px;overflow:hidden;background:#fff;position:fixed;z-index:10;width:100%;}
.sp_logo{padding:10px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:0px}
.sp_nav span{display:block;background:#0055A5;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px;background-color:#0055A5;}
.sp_nav span:nth-of-type(2){top:10px;background-color:#0055A5;}
.sp_nav span:nth-of-type(3){top:20px;background-color:#0055A5;}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#eee;width:100%;height:calc(100% - 140px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:50px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px; )}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:34px;float:left;line-height:30px;margin-bottom: 6px;border-left:1px #ddd solid;text-align:center;color:#999;}

.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;line-height:30px;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{font-size: 14px; color:#666;width:80%;line-height:40px;}
.sjj_nav ul li ul li a{font-size: 14px;color:#999;display:block;text-align:left;line-height: 40px;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#01538B}
.sjj_nav ul li ul li>ul{margin-left:10px}
/*/菜单*/
.top2{
	width: 90%;
	padding: 10px 5%;
}
.top2-t{
	width: 30%;
	margin: auto;
}
.top2-t img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
.top2-b{
	margin-top: 10px;
}
.top2-bt{
	width: 100%;
	font-size:0.45rem;
	line-height: 0.7rem;
	color: #666666;
	text-align: center;
}
.top2-bb{
	width: 100%;
	font-size:0.45rem;
	line-height: 0.6rem;
	color: #666666;
	text-align: center;
}
/*/头部*/
/*banner1*/
.banner1 a img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
/*/banner1*/

/*内容*/
.shou1{
	width: 90%;
	padding: 15px 5%;
}
.shou1-t{
	width: 100%;
}
.shou1-t img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
.shou1-b{
	width: 90%;
	padding: 20px 5%;
	background-color: #F7F7F7;
}
.shou1-btt{
	font-size:0.45rem;
	line-height: 0.6rem;
	color: #666666;
	text-align: left;
}
.shou1-btb{
	font-size:0.3rem;
	line-height: 0.5rem;
	color: #666666;
	text-align: justify;
	margin-top: 10px;
}
.shou1-bcn{
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.shou1-bcn-l{
	max-width: 70%;
	margin-right: 3%;
	font-size:0.3rem;
	line-height: 20px;
	color: #0055A5;
	text-align: left;
}
.shou1-bcn-r{
	width: 30px;
	height: 30px;
}
.shou1-bcn-r img{
	width: 20px;
	height: 20px;
	vertical-align: top;
}
.shou1-bb{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 创建2列 */
	grid-gap: 10px; /* 列之间的间隔 */
	margin-top: 10px;
}
.shou1-bbn-n{
	width: 94%;
	padding: 10px 3%;
	background-color: #0055A5;
}
.shou1-bbn-nt{
	width: 30%;
	margin: auto;
}
.shou1-bbn-nc{
	width: 100%;
	font-size:0.3rem;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
}
.shou1-bbn-nb{
	width: 100%;
	font-size:0.25rem;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}
.shou2-bj{
	width: 100%;
	padding: 0px 0%;
}
.shou2{
	width: 90%;
	padding: 0px 5%;
	display: grid;
	grid-template-columns: repeat(2, 2fr); /* 创建2列 */
	grid-gap: 0px; /* 列之间的间隔 */
}
.shou2-n{
	width: 100%;
	padding: 10px 0%;
	text-align: center;
}
.shou2-nl{
	font-size:0.6rem;
	font-weight: bold;
	line-height: 25px;
	color: #0055A5;
	text-align: center;
}
.shou2-nr{
	font-size:0.25rem;
	line-height: 25px;
	color: #000000;
	text-align: center;
}
.shou3-bj{
	width: 90%;
	padding: 15px 5%;
}
.biaoti1{
	width: 98%;
	border-left: 4px solid #0055A5;
	padding-left: 2%;
	font-size:0.45rem;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-align: left;
}
.shou3{
	margin-top: 10px;
}
.shou3-t{
	width: 100%;
}
.shou3-t img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
.shou3-c{
	width: 100%;
	margin-top: 10px;
}
.shou3-cnn{
	width: 100%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	padding: 10px 0%;
	border-top: 1px solid #CCCCCC;
}
.shou3-cn:nth-child(1) .shou3-cnn{
	border-top: none;
}
.shou3-cnn-l{
	width: 6%;
	height: 20px;
}
.shou3-cnn-c{
	width:74%;
	height: 20px;
	font-size:0.3rem;
	line-height: 20px;
	color: #000000;
	text-align: left;
	overflow:hidden
}
.shou3-cnn-r{
	width:20%;
	height: 20px;
	font-size:0.3rem;
	line-height: 20px;
	color: #999999;
	text-align: right;
}
.shou3-b{
	margin-top: 10px;
}
.anniu1{
	width: 50%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.anniu1-l{
	max-width: 75%;
	font-size:0.35rem;
	line-height: 20px;
	color: #0055A5;
	text-align: left;
}
.anniu1-r{
	width: 20%;
	margin-left: 5%;
	padding-top: 1px;
}
.shou4-bj{
	width: 90%;
	padding: 15px 5%;
}
.shou4{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 创建4列 */
	grid-gap: 10px; /* 列之间的间隔 */
	margin-top: 10px;
}
.shou4-nnt{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
}
.shou4-nnt img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.shou4-nnb{
	width: 100%;
	font-size:0.3rem;
	line-height: 30px;
	color: #000000;
	text-align: center;
}
.shou5-bj{
	width: 100%;
	padding: 15px 0%;
}
.shou5{
	width: 90%;
	padding: 15px 5% 0px;
	background-color: #F7F7F7;
}
.shou5-n{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 创建3列 */
	grid-gap: 10px; /* 列之间的间隔 */
	margin-top: 10px;
}
.shou5-nnn-t{
	width: 100%;
}
.shou5-nnn-t img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.shou5-nnn-b{
	width: 100%;
	font-size:0.3rem;
	line-height: 30px;
	color: #000000;
	text-align: center;
}
.shou6-bj{
	width: 90%;
	padding: 15px 5% 0px;
}
.shou6{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 2fr); /* 创建2列 */
	grid-gap: 10px; /* 列之间的间隔 */
	margin-top: 10px;
}
.shou6-nnt{
	width: 100%;
}
.shou6-nnt img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.shou6-nnc{
	padding: 10px 0%;
}
.shou6-nnc-t{
	width: 100%;
	font-size:0.25rem;
	line-height: 20px;
	color: #000000;
	text-align: left;
}
.shou6-nnc-b{
	width: 100%;
	font-size:0.3rem;
	line-height: 20px;
	height: 20px;
	color: #000000;
	text-align: left;
	overflow: hidden;
}
.shou7{
	width: 90%;
	padding: 0px 5%;
}
.shou8-bj{
	width: 90%;
	padding: 0px 5%;
	margin-top: 20px;
}
.shou8{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 创建3列 */
	grid-gap: 10px; /* 列之间的间隔 */
	margin-top: 10px;
}
.shou8-nn{
	width: 96%;
	padding: 10px 2%;
	border: 1px solid #CCCCCC;
}
.shou8-nnt{
	width: 50%;
	border: 1px solid #CCCCCC;
	margin: auto;
}
.shou8-nnb{
	width: 100%;
	font-size:0.3rem;
	line-height: 20px;
	height: 20px;
	color: #000000;
	text-align: center;
	margin-top: 10px;
}
.gl{
	height:20px;
}
/*/内容*/
/*页脚*/
.yejiao1{
	width: 90%;
	padding: 10px 5%;
	background-color: #EFEFEF;
	clear: both;
}
.yejiao1-t{
	width: 100%;
	font-szie:12px;
	line-height: 20px;
	color: #999999;
	text-align: center;
}
.yejiao1-t a{font-szie:12px;
	line-height: 20px;
	color: #999999;}
.yejiao1-b{
	width: 30px;
	height: 30px;
	margin:10px auto 0;
}
/*/页脚*/
/*二级系列*/
/*banner2*/
.banner2{
	width: 100%;
	position: relative;
}
.banner2-t{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.banner2-b{
	width: 100%;
	font-size:0.4rem;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	color: #FFFFFF;
	text-align: left;
	position: absolute;
	left: 10%;
	top: 20px;
}
/*/banner2*/
/*二级菜单*/
.ej1{
	width: 90%;
	padding: 5px 5%;
	background-color: #EEEEEE;
	text-align: center;
}
.ej1-l{
	font-size:0.3rem;
	line-height: 20px;
	height: 20px;
	color: #CCCCCC;
	text-align: left;
	margin-left: 1%;
	margin-right: 1%;
}
/*/二级菜单*/
/*系列*/
.xl1{
	width: 90%;
	padding: 20px 5%;
}
.xl1-nt{
	width: 100%;
	font-size:0.4rem;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	color: #000000;
	text-align: left;
}
.xl1-nc{
	width: 100%;
}
.xl1-nc img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.xl1-nb{
	width: 100%;
	margin-top: 10px;
}

.biaoti2{
	width: 100%;
	font-size:0.45rem;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	color: #000000;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.xl2{
	width: 90%;
	padding: 0px 5% 20px;
}
.xl2-t{
	font-size:0.4rem;
	line-height: 0.6rem;
	color: #000000;
	text-align: left;
}
.xl2-b{
	font-size:0.3rem;
	line-height: 0.6rem;
	color: #000000;
	text-align: justify;
}
.xl2-b img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.xl3{
	width: 90%;
	padding: 0px 5% 20px;
}
.xl3-t{
	width: 100%;
	font-size:0.4rem;
	line-height: 0.6rem;
	color: #000000;
	text-align: left;
}
.xl3-b{
	width: 180px;
	height: 180px;
}
/*/系列*/

/*展会介绍*/
.gy1{
	width: 90%;
	padding: 20px 5%;
}
.gy1-nt{
	width: 100%;
	font-size:0.4rem;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	color: #000000;
	text-align: left;
}
.gy1-nc{
	width: 100%;
}
.gy1-nc img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.gy1-nb{
	width: 100%;
	margin-top: 10px;
}
.biaoti2{
	width: 100%;
	font-size:0.45rem;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	color: #000000;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.gy2{
	width: 90%;
	padding: 0px 5% 20px;
}
.gy2-t{
	font-size:0.4rem;
	line-height: 0.6rem;
	color: #000000;
	text-align: left;
}
.gy2-b{
	font-size:0.3rem;
	line-height: 0.6rem;
	color: #000000;
	text-align: justify;
}

.gy2-b img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.gy3{
	width: 90%;
	padding: 0px 5% 20px;
}
.gy3-t{
	width: 100%;
	font-size:0.4rem;
	line-height: 0.6rem;
	color: #000000;
	text-align: left;
}
.gy3-b{
	width: 180px;
	height: 180px;
}
/*/展会介绍*/
/*展商中心*/
.zs1{
	width: 90%;
	padding: 20px 5%;
}
.zs2{
	width: 90%;
	padding: 0px 5%;
}
.zs2-t{
	width: 100%;
}
.zs2-t img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.zs2-c{
	width: 100%;
	font-size:0.35rem;
	font-weight: bold;
	line-height: 0.3rem;
	color: #000000;
	text-align: left;
	margin-top: 10px;
}
.zs2-b{
	width: 100%;
	font-size:0.3rem;
	line-height: 0.4rem;
	color: #000000;
	text-align: left;
	margin-top: 10px;
}
.zs3{
	width: 90%;
	padding: 10px 5%;
}
.zs3-t{
	width: 100%;
	font-size:0.35rem;
	font-weight: bold;
	line-height: 0.3rem;
	color: #0055A5;
	text-align: left;
	margin-top: 10px;
}
.zs3-c{
	margin-top: 10px;
}
.zs3-cn{
	width: 100%;
	font-size:0.3rem;
	line-height: 0.7rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	background-color: #4C88C0;
}
.zs3-cnx{
	background-color: #0055A5;
}
.zs3-b{
	width: 100%;
	padding: 20px 0%;
}
.zs3-bn{
	margin-bottom: 10px;
}
.zs3-bnt{
	width: 100%;
	font-size:0.3rem;
	line-height: 0.4rem;
	color: #000000;
	text-align: justify;
}
.zs3-bnb{
	font-size:0.3rem;
	line-height: 0.4rem;
	color: #0055A5;
	text-align: left;
	margin-top: 10px;
}
.hx1{
	width: 90%;
	padding: 0px 5%;
}
.hx1-n{
	width: 100%;
	border-top: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-bottom: 10px;
}
.zs4{
	width: 90%;
	padding: 10px 5%;
}
.zs4-t{
	width: 100%;
	font-size:0.35rem;
	font-weight: bold;
	line-height: 0.3rem;
	color: #0055A5;
	text-align: left;
	margin-top: 10px;
}
.zs4-c{
	margin-top: 10px;
}
.zs4-cn{
	width: 100%;
	font-size:0.3rem;
	line-height: 0.7rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	background-color: #4C88C0;
}
.zs4-cnx{
	background-color: #0055A5;
}
.zs4-b{
	width: 100%;
	padding: 20px 0%;
}
.zs4-bn{
	width: 100%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.zs4-bnl{
	width: 16%;
}
.zs4-bnl img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.zs4-bnr{
	width: 82%;
	font-size:0.3rem;
	line-height: 0.4rem;
	color: #000000;
	text-align: left;
	margin-left: 2%;
}
/*/展商中心*/
/*展位申请*/
.zwsq1{
	width: 90%;
	padding: 20px 5%;
	background-color: #0055A5;
}
.zwsq1-t{
	width: 100%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.zwsq1-tl{
	width: 20%;
}
.zwsq1-tr{
	width: 78%;
	margin-left: 2%;
}
.zwsq1-trt{
	width: 100%;
	font-size:0.3rem;
	line-height: 0.4rem;
	color: #FFFFFF;
	text-align: left;
}
.zwsq1-trb{
	width: 100%;
	font-size:0.3rem;
	line-height: 0.4rem;
	color: #FFFFFF;
	text-align: left;
}
.zwsq2{
	width: 90%;
	padding:20px 5%;
	background-color: #FFFFFF;
}
.zwsq2-t{
	width: 100%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.zwsq2-tl{
	width: 60%;
}
.zwsq2-tll{
	font-size: 0.4rem;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}
.zwsq2-tlc{
	font-size: 0.25rem;
	color: #000000;
	line-height: 30px;
	margin-left: 2%;
}
.zwsq2-tlr{
	font-size: 0.25rem;
	color: #FF0000;
	line-height: 30px;
}
.zwsq2-tr{
	width:40%;
	font-size: 0.25rem;
	color: #FF0000;
	line-height: 30px;
	text-align: right;
}
.zwsq2-c1{
	width: 100%;
	margin-top: 10px;
}
.zwsq2-c1t{
	width: 100%;
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
	text-align: left;
}
.zwsq2-c1t-l{
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
}
.zwsq2-c1t-r{
	font-size: 0.3rem;
	color: #000000;
	line-height: 30px;
}
.zwsq2-c1b{
	width: 94%;
	padding: 5px 3%;
	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: 0.3rem;
    line-height: 30px;
    color: #000000;
}
.zwsq2-c2{
	width: 100%;
	padding-top: 10px;
}
.zwsq2-c2t{
	width: 100%;
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
	text-align: left;
}
.zwsq2-c2t-r{
	font-size: 0.3rem;
	color: #000000;
	line-height: 20px;
}
.zwsq2-c2b{
	width: 94%;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
	padding: 5px 3%;
}
.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;
	font-size: 0.3rem;
	color: #666666;
	background-color: #FFFFFF;
	border: none;
	outline: none;
}
.liebiao1 option{
	font-size: 0.3rem;
	color: #666666;
}
.zwsq2-c3{
	width: 100%;
	margin-top: 10px;
}
.zwsq2-c3t{
	width: 100%;
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
	text-align: left;
}
.zwsq2-c3t-l{
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
	text-align: left;
}
.zwsq2-c3t-r{
	font-size: 0.3rem;
	color: #000000;
	line-height: 30px;
}
.zwsq2-c3b{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 创建3列 */
	grid-gap: 10px; /* 列之间的间隔 */
}
.zwsq2-c3b-n{
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
.zwsq2-c4{
	width: 100%;
	margin-top: 10px;
}
.zwsq2-c4t{
	width: 100%;
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
	text-align: left;
}
.zwsq2-c4t-l{
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 340px;
	text-align: left;
}
.zwsq2-c4t-r{
	font-size: 0.3rem;
	color: #000000;
	line-height: 30px;
}
.zwsq2-c4b{
	width: 100%;
}
.zwsq2-c4b-t{
	width: 94%;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	padding:5px 3%;
}
.ys-textarea{
	display: block;
	width: 100%;
	border:none;
    outline: 0;
    font-size: 0.3rem;
    line-height: 30px;
    color: #000000;
    letter-spacing: .02em;
    /*background-color: rgba(0,0,0,0);*/
	resize:none;
}
.zwsq2-c4b-b{
	width: 100%;
	font-size: 0.3rem;
	color: #999999;
	line-height: 30px;
	text-align: right;
}
.zwsq2-c5{
	width: 100%;
	margin-top: 10px;
}
.zwsq2-c5t{
	width: 100%;
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
	text-align: left;
}
.zwsq2-c5t-l{
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
	text-align: left;
}
.zwsq2-c5t-r{
	font-size: 0.3rem;
	color: #000000;
	line-height: 30px;
}
.zwsq2-c5b{
	width: 100%;
}
.zwsq2-c5b-t{
	width: 94%;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
	padding: 5px 3%;
}
.zwsq2-c5b-b{
	width: 100%;
	font-size: 0.3rem;
	color: #999999;
	line-height: 30px;
	text-align: right;
}
.zwsq2-c6{
	width: 100%;
	margin-top: 10px;
}
.zwsq2-c6t{
	width: 100%;
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
	text-align: left;
}
.zwsq2-c6t-l{
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
	text-align: left;
}
.zwsq2-c6t-r{
	font-size: 0.3rem;
	color: #000000;
	line-height: 30px;
}
.zwsq2-c6b{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 6fr); /* 创建2列 */
	grid-gap: 5px; /* 列之间的间隔 */
	margin-top: 10px;
}
.zwsq2-c6b-n{
	margin-bottom: 10px;
}
.zwsq2-c6b-nn{
	width: 100%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.zwsq2-c6b-nnl{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.zwsq2-c6b-nnr{
	font-size: 0.3rem;
	color: #000000;
	line-height: 20px;
}
.zwsq2-b{
	width: 100%;
	margin-top: 20px;
}
.zwsq2-bn{
	width: 100%;
	font-size: 0.3rem;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	background-color: #0055A5;
	border-radius: 6px;
	transition-duration: .5s;
}
/*/展位申请*/
/*观众登记*/
.gz1{
	width: 90%;
	padding: 20px 5% 10px;
}
.gz2{
	width: 90%;
	padding: 0px 5%;
}
.gz2-t1{
	width: 100%;
	margin-top: 10px;
}
.gz2-t1t{
	width: 100%;
}
.gz2-t1t-l{
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
}
.gz2-t1t-r{
	font-size: 0.3rem;
	color: #000000;
	line-height: 30px;
}
.gz2-t1b{
	width: 94%;
	padding: 5px 3%;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
}
.gz2-t2{
	width: 100%;
	margin-top: 10px;
}
.gz2-t2t{
	width: 100%;
}
.gz2-t2t-l{
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
}
.gz2-t2t-r{
	font-size: 0.3rem;
	color: #000000;
	line-height: 30px;
}
.gz2-t2b{
	width: 60%;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 创建2列 */
	grid-gap:0px 10px; /* 列之间的间隔 */
}
.gz2-t2b-n{
	width: 100%;
	font-size: 0.3rem;
	color: #000000;
	line-height: 40px;
	text-align: center;
	background-color: #F7F7F7;
	border-radius: 6px;
}
.gz2-t2b-nx{
	color: #FFFFFF;
	background-color: #0055A5;
}
.gz2-t3{
	width: 100%;
	margin-top: 10px;
}
.gz2-t3t{
	width: 100%;
}
.gz2-t3t-l{
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
}
.gz2-t3t-r{
	font-size: 0.3rem;
	color: #000000;
	line-height: 30px;
}
.gz2-t3b{
	width: 94%;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
	padding: 5px 3%;
}
.gz2-b{
	width: 100%;
	margin-top: 20px;
}
.gz2-bn{
	width: 100%;
	font-size: 0.3rem;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	background-color: #0055A5;
	border-radius: 6px;
	transition-duration: .5s;
}
/*/观众登记*/
/*电子快讯免费订阅*/
.dzkx1{
	width: 90%;
	padding: 20px 5% 10px;
}
.dzkx2{
	width: 90%;
	padding: 0px 5%;
}
.dzkx2-t1{
	width: 100%;
	margin-top: 10px;
}
.dzkx2-t1t{
	width: 100%;
}
.dzkx2-t1t-l{
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
}
.dzkx2-t1t-r{
	font-size: 0.3rem;
	color: #000000;
	line-height: 30px;
}
.dzkx2-t1b{
	width: 94%;
	padding: 5px 3%;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
}
.dzkx2-t2{
	width: 100%;
	margin-top: 10px;
}
.dzkx2-t2t{
	width: 100%;
}
.dzkx2-t2t-l{
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
}
.dzkx2-t2t-r{
	font-size: 0.3rem;
	color: #000000;
	line-height: 30px;
}
.dzkx2-t2b{
	width: 60%;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 创建2列 */
	grid-gap:0px 10px; /* 列之间的间隔 */
}
.dzkx2-t2b-n{
	width: 100%;
	font-size: 0.3rem;
	color: #000000;
	line-height: 40px;
	text-align: center;
	background-color: #F7F7F7;
	border-radius: 6px;
}
.dzkx2-t2b-nx{
	color: #FFFFFF;
	background-color: #0055A5;
}
.dzkx2-t3{
	width: 100%;
	margin-top: 10px;
}
.dzkx2-t3t{
	width: 100%;
}
.dzkx2-t3t-l{
	font-size: 0.3rem;
	color: #FF0000;
	line-height: 30px;
}
.dzkx2-t3t-r{
	font-size: 0.3rem;
	color: #000000;
	line-height: 30px;
}
.dzkx2-t3b{
	width: 94%;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
	padding: 5px 3%;
}
.dzkx2-b{
	width: 100%;
	margin-top: 20px;
}
.dzkx2-bn{
	width: 100%;
	font-size: 0.3rem;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	background-color: #0055A5;
	border-radius: 6px;
	transition-duration: .5s;
}
/*/电子快讯免费订阅*/
/*媒体中心*/
.mt1{
	width: 90%;
	padding: 20px 5% 10px;
}
.mt2{
	width: 90%;
	padding: 0px 5% 10px;
}
.mt2-n{
	margin-top: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
.mt2-nn{
	width: 100%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.mt2-nnl{
	width: 30%;
}
.mt2-nnl img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.mt2-nnr{
	width: 68%;
	margin-left: 2%;
}
.mt2-nnr-t{
	width: 100%;
	font-size: 0.3rem;
	color: #000000;
	line-height: 25px;
	text-align: left;
}
.mt2-nnr-b{
	width: 100%;
	font-size: 0.3rem;
	color: #999999;
	line-height: 30px;
	text-align: left;
}
/*页码*/
.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: 90%;
	padding: 20px 5% 10px;
	background-color: #0055A5;
}
.qy1-tnt{
	width: 100%;
	font-size: 0.3rem;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
}
.qy1-tnb{
	width: 94%;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
	padding: 5px 3%;
	background-color: #FFFFFF;
}
.qy1-b{
	width: 100%;
	margin-top: 20px;
	background-color: #E6F7FD;
	border-radius: 6px;
	padding: 10px 0;
}
.qy1-bn{
	width: 20px;
	height: 20px;
	margin: auto;
}
.qy2{
	width: 90%;
	padding: 10px 5% 10px;
}
.qy2-n{
	width: 90%;
	padding: 20px 5%;
	background-color: #F2F7FB;
	margin-bottom: 10px;
}
.qy2-nnt{
	width: 100%;
	background-color: #FFFFFF;
}
.qy2-nnt-n{
	width: 30%;
	margin: auto;
}
.qy2-nnc{
	margin-top: 10px;
}
.qy2-nnc-1{
	width: 100%;
	font-size: 0.35rem;
	color: #0055A5;
	line-height: 20px;
	text-align: left;
}
.qy2-nnc-2{
	width: 100%;
	font-size: 0.3rem;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	text-align: left;
	margin-top: 5px;
}
.qy2-nnc-3{
	width: 100%;
	font-size: 0.3rem;
	color: #000000;
	line-height: 20px;
	text-align: justify;
}
.qy2-nnb{
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 创建3列 */
	grid-gap:0px 10px; /* 列之间的间隔 */
}
.qy2-nnb-nt{
	width: 100%;
}
.qy2-nnb-nt img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.qy2-nnb-nb{
	width: 100%;
	font-size: 0.3rem;
	color: #000000;
	text-align: center;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
/*/企业/展品*/
/*商旅服务*/
.sl1{
	width: 90%;
	padding: 20px 5%;
}
.sl2{
	width: 90%;
	padding: 0px 5%;
}
.sl2-n{
	margin-bottom: 20px;
}
.sl2-nnt{
	width: 100%;
}
.sl2-nnt img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.sl2-nnb-t{
	width: 100%;
	font-size: 0.35rem;
	color: #000000;
	text-align: left;
	line-height: 30px;
}
.sl2-nnb-b{
	width: 100%;
	font-size: 0.3rem;
	color: #999999;
	text-align: justify;
	line-height: 20px;
}
/*/商旅服务*/
/*同期活动*/
.hy1{
	width: 90%;
	padding: 20px 5%;
}
.hy1-n{
	margin-bottom: 20px;
}
.hy1-n1{
	width: 100%;
	font-size: 0.35rem;
	color: #000000;
	text-align: left;
	line-height: 30px;
}
.hy1-n2{
	width: 100%;
}
.hy1-n2 img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.hy1-n3{
	width: 100%;
	font-size: 0.3rem;
	color: #000000;
	text-align: left;
	line-height: 30px;
}
.hy1-n4{
	margin-top: 10px;
}
/*/同期活动*/
/*联系我们*/ 
.lx1{
	width: 90%;
	padding: 20px 5%;
}
.lx1-n{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #CCCCCC;
}
.lx1-n:nth-child(1){
	border-top: none;
}
.lx1-n1{
	font-size: 0.4rem;
	color: #0055A5;
	line-height: 25px;
	text-align: left;
} 
.lx1-n2{
	font-size: 0.3rem;
	color: #000000;
	line-height: 25px;
	text-align: left;
	margin-top: 10px;
}
.lx1-n3{
	width: 150px;
	height: 150px;
	margin-top: 10px;
}
.lx1-n4{
	width: 100%;
}
.lx1-n4l{
	font-size: 0.4rem;
	color: #000000;
	line-height: 30px;
	text-align: left;
}
.lx1-n4r{
	font-size: 0.4rem;
	color: #0055A5;
	line-height: 30px;
	text-align: left;
}
/*/联系我们*/