@import url(base.css);

/*实时导航开始*/
.ssdh .ssdh-box{
	height:60px;
	padding:13px 0px;
	line-height:35px;
	border-bottom:2px solid #eeeeee;
	font-size:16px;
	color:#333;
}
.ssdh-box img{
	width:15px;
	height:25px;
	float:left;
	margin-right:15px;
	margin-top:3px;
}
.ssdh-box a{
	color:#333;
}
.ssdh-box a:hover,.ssdh-box a.ssdh-box-a{
	color:#008bd5;
}
.ssdh-box span{
	margin:0px 10px;
}
/*实时导航结束*/

/*内页开始*/
.ny{
	margin:35px auto;
}
/*内页结束*/

/*内页左开始*/
.ny-left{
	width:27%;
	height:auto;
	overflow:hidden;
	float:left;
}
.ny-nav{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:25px; 
}
.ny-nav-list{
	width:100%;
	height:52px;
	margin-bottom:2px;
}
.ny-nav-list a{
	width:100%;
	height:100%;
	display:block;
	line-height:44px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding:4px 4px 4px 30px;
    background: -webkit-linear-gradient(90deg,#005396, #43c9f5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(90deg,#005396, #43c9f5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(90deg,#005396, #43c9f5); /* Firefox 3.6 - 15 */
    background: linear-gradient(90deg,#005396, #43c9f5); /* 标准的语法（必须放在最后） */
}
.ny-nav-list span{
	width:44px;
	height:44px;
	display:block;
	float:right;
	background:#008bd5;
	text-align:center;
	line-height:42px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.ny-nav-list span img{
	width:22%;
}
.ny-nav-list a:hover,.ny-nav-focus a{
    background: -webkit-linear-gradient(90deg,rgba(0,83,150,0.6), rgba(67,201,245,0.6)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(90deg,rgba(0,83,150,0.6), rgba(67,201,245,0.6)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(90deg,rgba(0,83,150,0.6), rgba(67,201,245,0.6)); /* Firefox 3.6 - 15 */
    background: linear-gradient(90deg,rgba(0,83,150,0.6), rgba(67,201,245,0.6)); /* 标准的语法（必须放在最后） */
}
.ny-nav-list a:hover span,.ny-nav-focus a span{
	background:#f9be00;
}/* 
.ny-nav-list a:hover span img,.ny-nav-focus a span img{
	background:#f9be00;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); Internet Explorer
	-moz-transform:rotate(90deg); Firefox
	-webkit-transform:rotate(90deg); Safari 和 Chrome
	-o-transform:rotate(90deg); Opera
} */
.ny-left-xxi{
	width:100%;
	height:auto;
	padding:35px 20px 25px;
    background: -webkit-linear-gradient(#113255,#005396 38%, #43c9f5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#113255,#005396 38%, #43c9f5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#113255,#005396 38%, #43c9f5); /* Firefox 3.6 - 15 */
    background: linear-gradient(#113255,#005396 38%, #43c9f5); /* 标准的语法（必须放在最后） */
}
.ny-left-xxi-name{
	width:100%;
	line-height:35px;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:2px solid #3a72a4;
}
.ny-left-xxi-name2{
	width:100%;
	line-height:24px;
	font-size:16px;
	color:#fff;
	margin-bottom:20px;
}
.ny-left-xxi-list{
	width:100%;
	height:auto;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#fff;
	margin-bottom:15px;
}
.ny-left-xxi-list span{
	float:left;
	width:20px;
	height:30px;
    background: url(../images/left-jt.png) no-repeat center center;
}
.ny-left-xxi-list p{
	width:90%;
	float:right;
}
.ny-left-xxi-list a{
	color:#fff;
}
.ny-left-xxi-list a:hover{
	color:#f9be00;
}
.ny-left-xxi-list2{
	width:100%;
	height:45px;
	margin-bottom:20px;
}
.ny-left-xxi-list2 a{
	width:80%;
	height:100%;
	display:block;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	background:#f9be00;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:42px;
	margin:0px auto;
}
.ny-left-xxi-list2 img{
	width:4%;
	margin-left:10px;
	margin-top:-1px;
}
.ny-left-xxi-list2 a:hover{
	color:#008bd5;
}
/*内页左结束*/

/*内页右开始*/
.ny-right{
	width:70%;
	height:auto;
	overflow:hidden;
	float:right;
}
.ny-name{
	width:100%;
	height:52px;
	border-bottom:2px solid #eee;
	font-size:28px;
	font-weight:bold;
	color:#f9be00;
	background-image: url(../images/ny-name-bg.png);
    background-position:center center;
    background-repeat: repeat-x;
}
.ny-name span{
	padding-right:20px;
	background:#fff;
}
.ny-box{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:20px;
}
/*内页右结束*/

/*展品范围开始*/
.exhibits-box,.exhibition-box,.download-box,.ny-dl,.ny-dl-2,.process{
	width:100%;
	height:auto;
	overflow:hidden;
}
.exhibits-list{
	width:48%;
	height:auto;
	line-height:30px;
	padding:20px 10px;
	border-bottom:1px dashed #ccc;
	float:left;
}
.exhibits-list:nth-child(odd){
	margin-right:4%;
}
.exhibits-list img{
	width:16px;
	height:20px;
	float:left;
	margin:15px;
}
.exhibits-list a{
	width:92%;
	font-size:16px;
	color:#666;
	float:left;
}
.exhibits-list a:hover{
	/*color:#008bd5;*/
}
.exhibits-list span{
    width: 20px;
    line-height:28px;
    float: left;
    font-size: 18px;
    color: #0490d7;
}
/*展品范围结束*/

/*我要参展开始*/
.exhibition-list{
	width:100%;
	height:auto;
	line-height:34px;
	padding:20px 0px;
	overflow:hidden;
	border-bottom:1px dashed #ccc;
}
.exhibition-list span{
	width:20px;
	height:100%;
	float:left;
	font-size:18px;
	color:#0490d7;
	line-height:30px;
}
.exhibition-list p.a1,.exhibition-list a.a1{
	float:left;
	font-size:16px;
	color:#666;
}
.exhibition-list a.a1:hover{
	/*color:#008bd5;*/
}
.ny-box .bianse .exhibition-list a.a1:hover{
	color:#008bd5;
}


.exhibition-list .a2,.con-1 .a2{
	float:right;
	font-size:14px;
	color:#fff;
	width:100px;
	height:100%;
    background: -webkit-linear-gradient(#008bd5, #2fbdf0); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#008bd5, #2fbdf0); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#008bd5, #2fbdf0); /* Firefox 3.6 - 15 */
    background: linear-gradient(#008bd5, #2fbdf0); /* 标准的语法（必须放在最后） */
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    line-height:30px;
}
.exhibition-list .a2:hover,.con-1 .a2:hover{
	color:#f9be00;
}
.exhibition-list .a11:hover{
	cursor:not-allowed;
	color:#666;
}
.exhibition-list .a3{
	background:#afafaf;
}
.exhibition-list .a3:hover{
	color:#fff;
	cursor:not-allowed;
}
.exhibition-list .a2 img,.con-1 .a2 img{
	width:16%;
	margin-right:4%;
	margin-left:-4%;
}
.exhibition-xxi-ts{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:20px 0px 30px;
	font-size:14px;
	color:#000;
	line-height:30px;
}
.exhibition-xxi-ts b{
	font-weight:16px;
}
.exhibition-xxi-ts span{
	color:red;
}
.exhibition-xxi{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.exhibition-xxi-name{
	width:100%;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #e1e1e1;
	font-size:24px;
	color:#000;
	font-weight:bold;
}
.exhibition-xxi-name2{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin-bottom:20px;
}
.exhibition-xxi-box{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:25px;
}
.exhibition-xxi-box2{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:10px;
}
.exhibition-xxi-list{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:25px;
}
.exhibition-xxi-1{
	width:22%;
	height:auto;
	overflow:hidden;
	float:left;
	text-align:right;
	line-height:40px;
	font-size:16px;
	color:#000;
}
.exhibition-xxi-1 span{
	color:red;
	margin-right:10px;
}
.exhibition-xxi-2{
	width:77%;
	height:auto;
	overflow:hidden;
	float:right;
}
.exhibition-xxi-2 select{
	cursor:pointer;
}
.exhibition-xxi-2 label{
	width:32%;
	line-height:37px;
	cursor:pointer;
	margin-bottom:0px;
	margin-top:3px;
	font-weight:normal;
	color:#616161;
}
.exhibition-xxi-2 label input{
	margin-right:5px;
}
.exhibition-xxi-2 .label-2 input{
	margin-left:5px;
}
.exhibition-xxi-2 .label-2{
	width:49%;
}
.exhibition-xxi-2 .s0{
	line-height:45px;
	font-size:14px;
	color:#999999;
}
.exhibition-xxi-2 .s1{
	line-height:45px;
	font-size:16px;
	color:#000000;
	margin-right:10px;
	margin-left:8px;
}
.exhibition-xxi-2 .s2{
	margin-right:50px;
}
.xxi-text{
	height:100%;
	height:40px;
	line-height:40px;
	border:1px solid #e1e1e1;
	background:#fff;
	padding:0px 10px;
	font-size:14px;
	color:#333;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.xxi-text-1{
	width:60%;
}
.xxi-text-2{
	width:auto;
}
.xxi-text-3{
	width:110px;
}
.xxi-text-4{
	width:200px;
}
.exhibition-textarea{
	width:70%;
	height:120px;
	border:1px solid #e1e1e1;
	background:#fff;
	padding:10px;
	font-size:14px;
	color:#333;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.input-file{
	margin-top:10px;
	cursor:pointer;
}
.exhibition-xxi-btn{
	padding-top:30px;
	border-top:1px solid #e1e1e1;
}
.exhibition-btn{
	width:170px;
	height:50px;
    background: -webkit-linear-gradient(#008bd5, #2fbdf0); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#008bd5, #2fbdf0); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#008bd5, #2fbdf0); /* Firefox 3.6 - 15 */
    background: linear-gradient(#008bd5, #2fbdf0); /* 标准的语法（必须放在最后） */
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size:20px;
    color:#fff;
    border:0px;
    margin:0px auto;
    display:block;
}
.exhibition-btn2{
	height:40px; display:inline; width:20%; font-size:18px;
}
.exhibition-xxi-2 p{font-size:14px;color:red;margin-top:10px;}
.exhibition-xxi-3{width:30%;}
/*我要参展结束*/

/*下载专区开始*/
.download-box{margin:30px 0px;}
.download-name{
	width:100%;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	color:#000;
}
/*下载专区结束*/

/*展商登录开始*/
.ny-dl,.ny-dl2{
	-moz-box-shadow:0px 10px 50px #e0e0e0;
	-webkit-box-shadow:0px 10px 50px #e0e0e0;
	box-shadow:0px 10px 50px #e0e0e0;
	margin-bottom:30px;
	background:#fff;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow:hidden;
}
.ny-dl-box{
	width:50%;
	height:auto;
	overflow:hidden;
	float:left;
	padding:60px;
}
.ny-dl-name{
	width:100%;
	height:35px;
	margin-bottom:45px;
	line-height:35px;
	font-size:30px;
	font-weight:bold;
	color:#f9be00;
}
.ny-dl-name img,.ny-dl-list img{
	width:35px;
	margin-right:5px;
	float:left;
}
.ny-dl-list{
	width:100%;
	height:45px;
	margin-bottom:24px;
	padding:5px 0px 5px 10px;
	line-height:35px;
	border:1px solid #ccc;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.ny-dl-list2{
	width:76%;margin-bottom:0px;
}
.dl-text{
	width:70%;
	height:100%;
	float:left;
	border:0px;
	margin-left:10px;
}
.dl-text2{
	width:60%;
	height:100%;
	float:left;
	border:0px;
	margin-left:10px;
}
.ny-dl-list .dl-yzm{
	width:20%;
	height:100%;
	float:right;
	cursor:pointer;
}
.ny-dl-btn{
	width:100%;
	height:45px;
	margin-top:75px;
}
.dl-btn{
	width:100%;
	height:100%;
	border:0px;
    background: -webkit-linear-gradient(#008bd5, #2fbdf0); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#008bd5, #2fbdf0); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#008bd5, #2fbdf0); /* Firefox 3.6 - 15 */
    background: linear-gradient(#008bd5, #2fbdf0); /* 标准的语法（必须放在最后） */
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size:20px;
    color:#fff;
}
.dl-btn2{
	width:22%;height:45px;font-size:14px;
}
.ny-dl-tu{
	width:50%;
	height:auto;
	float:right;
	padding:60px 60px 60px 0px;
}
.ny-dl-tu img{
	width:100%;
}
input:focus{
	outline: none;
}
.ny-dl-2{
	margin-bottom:30px;
	padding:0px 4%;
}
.ny-dl-2-list{
	width:30.333%;
	height:157px;
	float:left;
	margin:15px 1.5%;
	background: url(../images/dl-bg.png) no-repeat center center;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.ny-dl-2-list a{
	width:100%;
	height:100%;
	display:block;
    position:relative;
}
.ny-dl-2-name{
	width:100%;
	line-height:30px;
	padding:22px;
	font-size:24px;
	font-weight:bold;
	color:#fff;
}
.ny-dl-2-list img{
	width:60px;
	position:absolute;
	right:22px;
	bottom:22px;
}
.ny-dl-nav{
	float:right;
}
.ny-dl-nav a{
	padding:0px 20px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	float:left;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.ny-dl-nav a:hover{
	color:#fff;
}
.ny-dl-nav a:nth-child(1){
	margin-right:10px;
	background:#f9be00;
}
.ny-dl-nav a:nth-child(2){
    background: -webkit-linear-gradient(#008bd5, #2fbdf0); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#008bd5, #2fbdf0); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#008bd5, #2fbdf0); /* Firefox 3.6 - 15 */
    background: linear-gradient(#008bd5, #2fbdf0); /* 标准的语法（必须放在最后） */
}
/*展商登录结束*/

/*参展流程开始*/
.process-name{
	width:100%;
	line-height:35px;
	font-size:26px;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
}
.process-ms{
	width:100%;
	line-height:24px;
	font-size:16px;
	color:#000;
	margin-bottom:25px;
}
.process-box2{
	width:100%;
	height:auto;
	overflow:hidden;
	border:1px solid #e1e1e1;
	background:#fbfbfb;
	padding:20px 30px;
	margin-bottom:30px;
}
.con-1{
	width:100%;
	line-height:28px;
	font-size:16px;
	color:#333;
	margin-bottom:15px;
}
.process-box2 .con-2{
	width:100%;
	line-height:25px;
	font-size:16px;
	color:#333;
}
.process-box2 .con-2 span{
	color:#0490d7;
	font-weight:bold;
}
.process-box2 .con-3{
	width:100%;
	line-height:25px;
	font-size:18px;
	color:#333;
	text-align:center;
	font-weight:bold;
	margin:25px 0px;
}
.process-box2 .con-4{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}
.process-box2 .con-4-dian{
    width: 3%;
    height: 100%;
    float: left;
    font-size: 18px;
    color: #0490d7;
    line-height: 25px;
}
.process-box2 .con-4-box{
	width:97%;
	height:auto;
	overflow:hidden;
	float:right;
}
.process-box2 .con-4-name{
	width:100%;
	line-height:30px;
	font-weight:bold;
	font-size:16px;
	color:#000;
}
.process-box2 .con-4-con{
	width:100%;
	line-height:25px;
	font-size:14px;
	color:#666;
}
.con-1 .a2{
	float:left;
}
.process-box3{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
	color:#000;
}
.process-box3-name{
	width:100%;
	line-height:50px;
	padding-left:25px;
	background: url(../images/liuc-jt.png) no-repeat left center;
	font-size:18px;
	font-weight:bold;
}
.process-box3-con{
	width:100%;
	line-height:30px;
	font-size:16px;
}
.process-box3-con .process-box3-ts{
	color:#008bd5;
}
/*参展流程结束*/

/*新闻列表开始*/
.new-box{
	width:100%;
	height:auto;
	overflow:hidden;
}
.new-list{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:20px 0px 30px;
}
.new-list-left{
	width:12%;
	height:90px;
	float:left;
	background:#008bd5;
	padding:15px;
	text-align:center;
	color:#fff;
}
.new-list-left b{
	font-size:32px;
	line-height:38px;
}
.new-list-left p{
	font-size:14px;
}
.new-list-right{
	width:84%;
	height:auto;
	overflow:hidden;
	float:right;
	padding-bottom:25px;
	border-bottom:1px solid #e6e6e6;
}
.new-list-name{
	width:100%;
	height:auto;
	line-height:30px;
}
.new-list-name a{
	font-size:24px;
	color:#008bd5;
	font-weight:bold;
}
.new-list-name a:hover{
	color:#f9be00;
}
.new-list-con{
	width:100%;
	line-height:26px;
	font-size:16px;
	color:#666;
	margin:10px 0px 15px;
}
.new-list-more{
	width:100%;
	height:32px;
}
.new-list-more a{
	width:100px;
	height:32px;
	display:block;
	text-align:center;
	line-height:30px;
	border:1px solid #e6e6e6;
	font-size:14px;
	color:#616161;
}
.new-list-more a:hover{
	color:#f9be00;
	border:1px solid #f9be00;
}
/*新闻列表结束*/

/*新闻详情页开始*/
.xqy{
	width:100%;
	height:auto;
	overflow:hidden;
}
.xqy-top{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:25px;
	text-align:center;
}
.xqy-name{
	width:100%;
	line-height:40px;
	font-size:24px;
	color:#333;
	font-weight:bold;
	margin-bottom:8px;
}
.xqy-ts{
	width:100%;
	line-height:30px;
}
.xqy-ts span{
	font-size:16px;
	color:#999;
	margin:0px 20px;
}
.xqy-con{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:30px;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	margin-bottom:30px;
}
.xqy-con p{
	font-size:16px;
	color:#000;
	line-height:26px;
	margin-bottom:15px;
}
.xqy-con2{
	border:0px;
}
.xqy-con2 p{
	line-height:32px;
	
}
.xqy-con2 p.gP{
	padding:0 0 0 30px;
	position: relative;
}
.xqy-con2 p.gP span{
	left:16px; 
	top:0;
	position: absolute;

}
.xqy-ye{
	width:100%;
	height:auto;
	overflow:hidden;
}
.xqy-ye-list{
	width:100%;
	height:36px;
	overflow:hidden;
	line-height:36px;
	font-size:16px;
	color:#333;
}
.xqy-ye-list a{
	color:#333;
}
.xqy-ye-list a:hover{
	color:#f9be00;
}
.xqy-con2-tu{
	width:100%;
	margin-bottom:20px;
}
.xqy-con2-name{
	width:100%;
	line-height:40px;
	margin:20px 0px;
	font-size:28px;
	font-weight:bold;
	color:#f9be00;
}
/*新闻详情页结束*/

/*商旅专区开始*/
.zqu-list{
	width:100%;
	line-height:30px;
	border-bottom:1px dashed #ccc;
	padding:20px 10px;
}
.zqu-list span{
	width:20px;
	height:100%;
	float:left;
	line-height:26px;
	font-size:18px;
	color:#0490d7;
}
.zqu-list a{
	font-size:16px;
	color: #666;
	cursor:pointer;
}
.zqu-list a:hover{
	color:#008bd5;
}

.zqu-list:nth-child(2) .bubian a:hover{
	color:#666;
}
.zqu-list p{
	font-size:16px;
	color:#333;
	overflow:hidden;
}


.zqu-list p b{
	font-weight:normal;
	float:left;
}

.zzjj{overflow:hidden;}
.zzjj-list{
	width:97%;
	font-size:16px;
	color:#666;
	overflow:hidden;
	float:left;
}
.zzjj-list b{
	width:11%;
	font-weight:normal;
	float:left;
}
.zzjj-x{
	width:89%;
	float:left;
}

.zqu-list img{
	height:20px;
	margin-right:8px;
	margin-top:-6px;
}
.zqu-ts{
	width:100%;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin-top:20px;
}
.zqu-zhu-list{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.zqu-zhu-list-name{
	width:100%;
	line-height:40px;
	font-size:18px;
	font-weight:bold;
	color:#008bd5;
	margin-bottom:10px;
}
.zqu-zhu-list-box{
	width:100%;
	height:auto;
	overflow:hidden;
}
.zqu-zhu-top{
	background:#008bd5;
	font-weight:bold;
	color:#fff;
    -o-border-top-left-radius: 6px;
    -ms-border-top-left-radius: 6px;
    -moz-border-top-left-radius:6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -o-border-top-right-radius: 6px;
    -ms-border-top-right-radius: 6px;
    -moz-border-top-right-radius:6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}
.zqu-zhu{
	width:100%;
	padding:10px 3%;
	display: table;
	line-height:30px;
	font-size:16px;
}
.zqu-zhu p{
	float:left;
	display: table-cell;
    vertical-align: middle;
    padding:0px 3px;
}
.zqu-zhu-1 .p1,.zqu-zhu-1 .p2{
	width:32%;
}
.zqu-zhu-1 .p3,.zqu-zhu-1 .p4{
	width:18%;
}
.zqu-zhu-1 .p4 a{
	text-decoration:underline;
}
.zqu-zhu-2 .p1{
	width:20%;
}
.zqu-zhu-2 .p2{
	width:50%;
}
.zqu-zhu-2 .p3{
	width:30%;
}
.zqu-zhu-2 .p11{
	width:34%;
}
.zqu-zhu-2 .p12{
	width:22%;
}
.zqu-zhu-con{
	width:100%;
	height:auto;
	overflow:hidden;
}
.zqu-zhu-con-list{
	color:#000;
}
.zqu-zhu-con-list:nth-child(even){
	background:#f5f5f5;
}
.zqu-xxi{
	width:100%;
	height:auto;
	overflow:hidden;
	border-top:1px solid #eee;
	margin-top:30px;
	color:#000;
	padding-top:20px;
}
.zqu-xxi-name{
	width:100%;
	line-height:40px;
	font-size:22px;
	margin-bottom:10px;
}
.zqu-xxi-con{
	width:100%;
	line-height:30px;
	font-size:16px;
}
/*商旅专区结束*/

/*关于我们开始*/
.ewm-zhong{
	width:140px;
	height:180px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-70px;
	margin-top:-90px;
	display:none;
	padding:30px 10px 10px;
	z-index:9999999999;
	background:#fff;
	-o-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.5); -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.5); box-shadow:0px 0px 10px rgba(0,0,0,0.5);
}
.ewm-zhong-img{
	width:100%;
	height:120px;
}
.ewm-zhong-del{
	width:30px;
	height:30px;
	cursor:pointer;
	position:absolute;
	top:0px;
	right:0px;
	z-index:99999999999;
}
.ewm-zhong p{
	width:100%;
	height:20px;
	text-align:center;
	line-height:20px;
	font-size:14px;
	color:#004097;
}
.xqy-zbjs{
	width:100%;
	line-height:30px;
	font-size:16px;
	color:#000;
	text-align:center;
	margin-top:100px;
}
.xqy-zbjs a{
	color:#008bd5;
	text-decoration: underline;
}
.gywm-xqy-top{
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
.gywm-xqy-top img{
	width:25%;
	margin:20px 0px;
}
.gywm-xqy-name{
	width:100%;
	line-height:40px;
	font-size:24px;
	color:#004097;
	font-weight:bold;
}
.xqy-con3{border:0px;}
.xqy-con3 img{width:100%;margin-bottom:20px;}
.gywm-zxzc{float:right;margin-left:30px;margin-bottom:30px;}
.gywm-zxzc-xxi{text-align:right;line-height:26px;}

.danw-logo{
	width:100%;
	height:auto;
	overflow:hidden;
}
.danw-logo-list{
	float:left;
	width:18%;
	margin:13px 2.5% 13px 0px;
	border:1px solid #ccc;
}
.danw-logo-list img{
	width:100%;
}
.danw-logo-list:nth-child(5n){
	margin-right:0px;
}
.qyj-list{
	width:48.5%;
	height:auto;
	overflow:hidden;
	float:left;
	margin:15px 0px;
}
.qyj-list:nth-child(odd){
	margin-right:3%;
}
.qyj-list-box{
	width:100%;
	height:auto;
	overflow:hidden;
}
.qyj-list-left{
	width:30%;
	float:left;
	border:1px solid #eee;
}
.qyj-list-left img{
	width:100%;
}
.qyj-list-left p{
	width:100%;
	line-height:50px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#008bd5;
}
.qyj-list-right{
	width:65%;
	line-height:24px;
	font-size:14px;
	color:#000;
	float:right;
	text-align:justify;
}
.qyj-list-xxi{
	width:100%;
	height:60px;
	margin-top:15px;
	text-align:center;
	display:table;
    background: -webkit-linear-gradient(90deg,#005396, #43c9f5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(90deg,#005396, #43c9f5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(90deg,#005396, #43c9f5); /* Firefox 3.6 - 15 */
    background: linear-gradient(90deg,#005396, #43c9f5); /* 标准的语法（必须放在最后） */
}
.qyj-list-xxi span{
	font-size:16px;
	color:#fff;
	display: table-cell;
    vertical-align: middle;
}
.lxwm-box{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:30px 0px;
}
.lxwm-box .zqu-list{
	width:31%;
	float:left;
	margin-right:3.5%;
}
.lxwm-box .zqu-list a{
	font-size:18px;
	font-weight:bold;
	color:#000;
}
.lxwm-box .zqu-list a:hover{
	color:#008bd5;
}
.lxwm-box .zqu-list:nth-child(3n){
	margin-right:0px;
}
.lxwm-yud{overflow:hidden;}
.lxwm-yud p{float:left;}
.lxwm-yud .p1{width:20%;}
.lxwm-yud .p2,.lxwm-yud .p3{width:38%;}
#dituContent{width:100%;height:550px;border:#ccc solid 1px;}
#dituContent img,#dituContent label{
	max-width:none;
}
#dituContent *{
  -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/*关于我们结束*/

/*内页参展表单开始*/

.exhibition-bdan-list{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:35px;
}
.exhibition-bdan-name{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:20px;
	font-weight:bold;
	color:#008bd5;
}
.exhibition-bdan-name img{
	width:28px;
	float:left;
	margin-right:10px;
}
.exhibition-bdan-table{
	width:100%;
	height:auto;
	border-top:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	margin-top:25px;
}
.exhibition-bdan-tr{
	width:100%;
	height:auto;
	border-bottom:1px solid #e8e8e8;
}
.exhibition-bdan-td{
	font-size:14px;
	color:#000;
	padding:8px 10px;
	border-right:1px solid #e8e8e8;
}
.exhibition-bdan-td span{
	margin-right:15px;
}
.exhibition-bdan-td-1{
	width:18%;
	text-align:center;
	background:#f0f0f0;
}
.exhibition-bdan-td-2{
	width:32%;
	text-align:left;
}
.exhibition-bdan-td-3{
	width:50%;
	text-align:center;
	background:#f0f0f0;
}
.exhibition-bdan-td-4{
	width:50%;
	text-align:left;
}
.exhibition-bdan-td-5{
	width:82%;
	text-align:left;
}
.exhibition-bdan-ts{
	width:100%;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin-top:20px;
}
.exhibition-bdan-tu{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#f0f0f0;
	margin-top:25px;
}
.exhibition-bdan-tu-list{
	width:30%;
	height:auto;
	float:left;
	margin:20px 1.65%;
}
.exhibition-bdan-tu-list img{
	width:100%;
}
.exhibition-bdan-tu-list a{
	width:100%;
	line-height:40px;
	text-align:center;
	font-size:14px;
	color:#008bd5;
}
.exhibition-bdan-tu-list a:hover{
    text-decoration: underline;
}
#jquery-overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px;}
#jquery-lightbox{position:absolute;top:0;left:0;width:100%;z-index:100;text-align:center;line-height:0;}
#jquery-lightbox a img{border:none;}
#lightbox-container-image-box{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;}
#lightbox-container-image{padding:10px;}
#lightbox-loading{position:absolute;top:40%;left:0%;height:25%;width:100%;text-align:center;line-height:0;}
#lightbox-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}
#lightbox-container-image-box > #lightbox-nav{left:0;}
#lightbox-nav a{outline:none;}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext{width:49%;height:100%;zoom:1;display:block;}
#lightbox-nav-btnPrev{left:0;float:left;}
#lightbox-nav-btnNext{right:0;float:right;}
#lightbox-container-image-data-box{font:10px Verdana, Helvetica, sans-serif;background-color:#fff;margin:0 auto;line-height:1.4em;overflow:auto;width:100%;padding:0 10px 0;}
#lightbox-container-image-data{padding:0 10px;color:#666;}
#lightbox-container-image-data #lightbox-image-details{width:70%;float:left;text-align:left;}
#lightbox-image-details-caption{font-weight:bold;}
#lightbox-image-details-currentNumber{display:block;clear:left;padding-bottom:1.0em;}
#lightbox-secNav-btnClose{width:66px;float:right;padding-bottom:0.7em;}
/*内页参展表单结束*/

/*分页开始*/
.page{
	width:100%;
	height:auto;
	padding:20px 0px;
}
.page-box{
	text-align:center;
}
.page-box a{
	display:inline-block;
	padding:5px 10px;
	border:1px solid #e7e8e9;
	font-size:14px;
	color:#999999;
	margin:5px 8px;
}
.page-box a:hover,.page-box a.page-focus{
	color:#fff;
	background-color:#f9be00;
	border:1px solid #f9be00;
}
/*分页结束*/

/*视频详情页开始*/
.video-xqy{
	width:530px;
	height:auto;
	margin:0px auto;
}
.video-xqy-box{
	width:530px;
	height:310px;
	padding:15px;
	background: -webkit-linear-gradient(#005396,#30bef0);
    background: -o-linear-gradient(#005396,#30bef0);
    background: -moz-linear-gradient(#005396,#30bef0);
    background: linear-gradient(#005396,#30bef0);
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin:30px 0px;
}
.video-xqy-box video{
	width:100%;
	height:100%;
	display:block;
}
.video-xqy-name{
	width:100%;
	height:90px;
	padding:15px;
    background: -webkit-linear-gradient(90deg,#005396, #43c9f5);
    background: -o-linear-gradient(90deg,#005396, #43c9f5);
    background: -moz-linear-gradient(90deg,#005396, #43c9f5);
    background: linear-gradient(90deg,#005396, #43c9f5);
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align:center;
    color:#fff;
}
.video-xqy-name .p1{
	line-height:35px;
	font-size:24px;
	font-weight:bold;
}
.video-xqy-name .p2{
	line-height:25px;
	font-size:16px;
}
/*视频详情页结束*/

/*底部页面开始*/
.dinav-box{
	width:100%;
	height:auto;
}
.dinav-left{
	width:48%;
	height:auto;
	float:left;
}
.dinav-right{
	width:48%;
	height:auto;
	float:right;
}
.dinav-list{
	width:100%;
	height:auto;
	line-height:30px;
	padding:10px 0px;
	border-bottom:1px dashed #ccc;
}
.dinav-list a{
	width:92%;
	font-size:16px;
	color:#666;
	float:left;
}
.dinav-list a:hover{
	color:#008bd5;
}
.dinav-list span{
    width: 8%;
    line-height:28px;
    float: left;
    font-size: 18px;
    color: #0490d7;
}
.dinav-list-1{
	padding:20px 0px;
}
.dinav-list-1 span{
	line-height:48px;
}
.dinav-list2{}
.dinav-list2 img{
	width:180px;
	height:0px;
	display:block;
	margin-left:8%;
	-moz-box-shadow:0px 5px 5px rgba(0,0,0,0.3); -webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.3); box-shadow:0px 5px 5px rgba(0,0,0,0.3);
}
.dinav-list2:hover img{
animation:dinav 0.5s forwards;
-moz-animation:dinav 0.5s forwards; /* Firefox */
-webkit-animation:dinav 0.5s forwards; /* Safari and Chrome */
-o-animation:dinav 0.5s forwards; /* Opera */
}
@keyframes dinav
{
0%   {height:0px;}
100% {height:180px;}
}
.clear{
	clear:both;
}
.wzdt{
	width:16.66666%;
	height:auto;
	float:left;
}
.wzdt-top{
	width:100%;
	line-height:40px;
	overflow:hidden;
}
.wzdt-top span{
	width:15%;
	display:block;
	font-size: 18px;
    color: #0490d7;
    float:left;
	line-height:36px;
}
.wzdt-top a{
	width:85%;
	display:block;
    float:left;
	font-size: 18px;
    color: #0490d7;
    font-weight:bold;
}
.wzdt-box{
	width:100%;
	height:auto;
	padding:6px 15%;
}
.wzdt-box a{
	width:100%;
	line-height:25px;
	margin:4px 0px;
	display:inline-block;
	font-size:16px;
	color:#252525;
}
.wzdt-box a:hover{
	color:#0490d7;
}
/*底部页面结束*/

.banner-1 p{
    font-size:32px;
    font-weight: bold;
    color:white;
    position:absolute;
    left:50%;
    margin-left:-585px;
    top:45%;
    padding:0px;
   }
   .banner-1{
    margin-top:86px;
    padding:0;
    width:100%;
    height:auto;
    position:relative;
   }
   .banner-1 img{width:100%;}


.ljzh p{
    width: 100%;
    height: 75px;
    line-height: 34px;
    padding: 20px 0px;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
    color: #666;
}
.ljzh p span{
    width: 3%;
    height: 100%;
    float: left;
    color: #0490d7;
    line-height: 30px;
}
.baodao p{font-size:16px;}
.baodao p i{
	font-style:normal;
	float:left;
	color:#666;
}
.baodao p .i-1{
	width:26%;
}
.baodao p .i-2{
	width:56%;
}
.baodao p .i-3{
	width:15%;
	text-align:right;
}
.baodao p .i-1 a{
	color:#008bd5;
}
.baodao p .i-2 a{
	color:#666;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.baodao p .i-2 a:hover{
	color:#008bd5;
}
.dinav-list2 .ewm-o{margin:8px 1%;}
#ewm{display:block;}


/*观众中心开始*/
.fl{float:left;}
.fr{float:right;}
.exhibition-list p.ts{
	width:100%;
	float:left;
	line-height:20px;
	font-size:16px;
	color:#008bd5;
	padding-left:20px;
}
.container-fluid.ny2{
	background: #eee url(../images/audience-bg.jpg) no-repeat center center;
	padding:150px 0px 35px;
	margin:0px;
}
.dl2-top{
	width:100%;
	padding:35px 0px;
	line-height:40px;
	overflow:hidden;
}
.dl2-top b{
	font-size:22px;
	font-weight:bold;
	color:#008bd5;
	padding-left:30px;
}
.dl2-top a,.fan,.ny-dl2-di a,.yao a{
	padding:0px 30px;
	line-height:40px;
	display:inline-block;
	margin:0px 10px;
	font-size:16px;
	color:#fff;
	background: -webkit-linear-gradient(#008bd5, #2fbdf0);
    background: -o-linear-gradient(#008bd5, #2fbdf0);
    background: -moz-linear-gradient(#008bd5, #2fbdf0);
    background: linear-gradient(#008bd5, #2fbdf0);
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.dl2-top a,.ny-dl2-di a,.yao .fr a{
	margin:0px 0px 0px 20px;
}
.dl2-top a:hover,.ny-dl2-di a:hover,.yao a:hover{
	color:#f9be00;
}
.affirm-right-a a{margin:0px;}
.ny-dl2-di a.shang{
	background:#f9be00;
}
.ny-dl2-di a.shang:hover{
	color:#008bd5;
}
.ssdh-box .fan{color:#fff;margin-right:0px;}
.ssdh-box .fan:hover{color:#f9be00;}
.ny-dl-btn2{
	margin-top:20px;
}
.ny-dl-ts{
	width:100%;
	height:auto;
	overflow:hidden;
	line-height:30px;
	font-size:14px;
	color:#616161;
	margin-top:30px;
}
.ny-dl-ts a{
	color:#0490d7;
}
.ny-dl-ts a:hover{
	color:#f9be00;
}
.ny-dl-name{
	position:relative;
}
.ny-dl-name span{
	float:right;
	margin-right:70px;
	margin-top:10px;
	font-size:14px;
	color:#008bd5;
}
.ny-dl-name .img{
	width:60px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:99;
	cursor:pointer;
}
.ewm-dl,.shuo,.yao-fd{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	position:fixed;
	top:0px;
	left:0px;
	z-index:999999999999;
	display:none;
}
.ewm-dl-box{
	width:300px;
	height:300px;
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	overflow:hidden;
	margin-top:-150px;
	margin-left:-150px;
	background-color:#fff;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.ewm-dl-box .wx{
	width:220px;
	height:220px;
	margin:25px auto 5px;
}
.ewm-dl-box .del{
	width:28px;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}
.ewm-dl-box p{
	width:100%;
	line-height:20px;
	font-size:16px;
	color:#616161;
}
.shuo-box{
	width:820px;
	height:340px;
	position:absolute;
	top:50%;
	left:50%;
	overflow:hidden;
	margin-top:-170px;
	margin-left:-410px;
	background-color:#fff;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.shuo-box .del{
	width:28px;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}
.shuo-left{
	width:40%;
	height:100%;
	float:left;
	text-align:center;
	background: -webkit-linear-gradient(#113255,#005396 38%, #43c9f5);
    background: -o-linear-gradient(#113255,#005396 38%, #43c9f5);
    background: -moz-linear-gradient(#113255,#005396 38%, #43c9f5);
    background: linear-gradient(#113255,#005396 38%, #43c9f5);
}
.shuo-left img{
	margin:90px 0px 20px;
}
.shuo-left p{
	width:100%;
	line-height:26px;
	font-size:22px;
	font-weight:bold;
	color:#fff;
}
.shuo-right{
	width:60%;
	height:100%;
	float:right;
	padding:45px;
}
.shuo-right p{
	line-height:30px;
	font-size:16px;
	color:#616161;
	margin-bottom:12px;
}
.shuo-right span{
	color:#008bd5;
}
.shuo-right b{
	color:#f9be00;
}
.yao{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	line-height:40px;
}
.yao-fd-box{
	width:100%;
	padding:60px 20px 40px;
	position:absolute;
	top:5%;
	left:0%;
	overflow:hidden;
	background-color:#fff;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.yao-fd .container{
	height:100%;
	position:relative;
}
/*观众中心结束*/

/*问卷调查开始*/
.ny-dl2{
	padding:80px 35px 35px;
	margin-top:30px;
	position:relative;
}
.wjuan-tb{
	height:56px;
	text-align:center;
	line-height:56px;
	padding:0px 40px;
	background-color:#fabd00;
	position:absolute;
	top:0px;
	left:0px;
	z-index:9;
    -o-border-top-right-radius: 30px;
    -ms-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -o-border-bottom-right-radius: 30px;
    -ms-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.wjuan-tb span{
    font-size:18px;
    font-weight:bold;
    color:#fff;
	margin-left:8px;
}
.ny-dl2-box{
	width:100%;
	height:auto;
	overflow:hidden;
}
.ny-dl2-bz{
	width:100%;
	height:42px;
	text-align:center;
	line-height:42px;
}
.ny-dl2-bz1{
	background: url(../images/wjuan-bz1.png) no-repeat 100% 100%;
	background-size:100% 100%; 
}
.ny-dl2-bz2{
	background: url(../images/wjuan-bz2.png) no-repeat 100% 100%;
	background-size:100% 100%; 
}
.ny-dl2-bz3{
	background: url(../images/wjuan-bz3.png) no-repeat 100% 100%;
	background-size:100% 100%; 
}
.ny-dl2-bz span{
	float:left;
	font-size:16px;
	color:#616161;
}
.ny-dl2-bz span:nth-child(1){
	width:31.5%;
}
.ny-dl2-bz span:nth-child(2){
	width:35%;
}
.ny-dl2-bz span:nth-child(3){
	width:33.5%;
}
.ny-dl2-bz1 span:nth-child(1){
	font-weight:bold;
	color:#fff;
}
.ny-dl2-bz2 span:nth-child(1),.ny-dl2-bz2 span:nth-child(2){
	font-weight:bold;
	color:#fff;
}
.ny-dl2-bz3 span:nth-child(1),.ny-dl2-bz3 span:nth-child(2),.ny-dl2-bz3 span:nth-child(3){
	font-weight:bold;
	color:#fff;
}
.ny-dl2-con{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:25px 0px 50px;
}
.ny-dl2-con2{
	margin:0px 0px 50px;
}
.ny-dl2-xxi{
	width:100%;
	height:auto;
	overflow:hidden;
}
.ny-dl2-xxi-list{
	width:50%;
	float:left;
	margin:5px 0px;
	color:#000000;
	overflow:hidden;
	line-height:40px;
	display: table;
}
.ny-dl2-xxi-list span{
	color:red;
	margin-right:8px;
}
.ny-dl2-xxi-list .fl,.ny-dl2-xxi-list .f-1{
	width:25%;
	font-size:16px;
	text-align:right;
	line-height:23px;
	padding:9px 0px;
	    display: table-cell;
    vertical-align: middle;
}
.ny-dl2-xxi-list .fr,.ny-dl2-xxi-list .f-2{
	width:74%;
	font-size:14px;
	    display: table-cell;
    vertical-align: middle;
}
.ny-dl2-xxi2 .ny-dl2-xxi-list{
	margin:0px;
}
.ny-dl2-xxi-list2{
	background:#f5f5f5;
}
.ny-dl2-xxi-list .ny-dl2-xxi-list22{
	padding:10px 15px;
	line-height:22px;
}
.ny-dl2-xxi-list3{
	width:100%;
}
.ny-dl2-xxi2{
	border-top:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
}
.ny-dl2-xxi2 .fl{
	width:34%;
	font-size:14px;
}
.ny-dl2-xxi2 .fr{
	width:66%;
}
.ny-dl2-xxi-list3 .fl{
	width:17%;
}
.ny-dl2-xxi-list3 .fr{
	width:83%;
}
.ny-dl2-xxi-list0{
	width:100%;
	line-height:22px;
	padding:10px 0px;
}
.ny-dl2-xxi-list0 span{
	width:16%;
	display:block;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.ny-dl2-xxi2 .ny-dl2-xxi-list{
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
.ny-dl2-xxi label{
	margin-bottom:0px;
	font-weight:normal;
	width:20%;
	cursor:pointer;
}
.yao-box-name input{
	margin-right:5px;
	margin-top:12px;
}
.ny-dl2-xxi .input-1{
	width:100%;
	height:40px;
	line-height:40px;
	padding:0px 10px;
	border:1px solid #ebebeb;
	background:#fff;
	font-size:14px;
	color:#333;
	font-weight:normal;
}
.ny-dl2-xxi .input-2{
	width:48.5%;
	margin-left:3%;
	float:left;
}
.ny-dl2-xxi .input-3{
	width:31.333%;
	margin-left:3%;
	float:left;
}
.ny-dl2-xxi .input-3 select,.ny-dl2-xxi .input-4 select,.ny-dl2-xxi .input-5 select{
	width:100%;
}
.ny-dl2-xxi .input-4{
	width:30%;
	margin-left:3%;
}
.ny-dl2-xxi .input-5{
	width:65%;
	margin-right:3%;
}
.ny-dl2-xxi .input-6{
	width:32%;
	float:right;
}
.ny-dl2-xxi-list .input-2:nth-child(1),.ny-dl2-xxi-list .input-3:nth-child(1){
	margin-left:0px;
}
.ny-dl2-xxi label input{
	margin-right:5px;
}
.ny-dl2-xxi .yao-box-li input{
	margin-right:0px;
}
.ny-dl2-di{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#616161;
}
.ny-dl2-di span{
	color:red;
	margin-right:8px;
}
.ny-dl2-di .zi{
	line-height:24px;
}
.ny-dl2-di .zi a{
	color:#008bd5;
	padding:0px;
	margin:0px;
	background:none;
	line-height:24px;
	font-size:14px;
}
.ny-dl2-di .zi a:hover{
	color:#f9be00;
}
select{outline:none;cursor:pointer;}

.wjuan-list{
	width:100%;
	border-top:1px solid #e0e0e0;
	padding-top:30px;
	margin-top:30px;
}
.wjuan-list:nth-child(1){
	border-top:0px;
	padding-top:0px;
	margin-top:0px;
}
.wjuan-list-name{
	width:100%;
	line-height:30px;
	font-size:20px;
	font-weight:bold;
	color:#252525;
	margin-bottom:24px;
}
.wjuan-list-name span{
	color:red;
	margin-right:8px;
}
.wjuan-list-con{
	width:100%;
	height:auto;
	overflow:hidden;
}
.ny-dl2-xxi .label-1{
	width:100%;
	margin-bottom:8px;
	font-size:16px;
}
.ny-dl2-xxi .label-2{
	width:25%;
	font-size:14px;
	float:left;
}
.wjuan-list-con2,.wjuan-list-con3{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0px 20px;
	margin-bottom:15px;
	display:none;
}
.wjuan-list-con2,.wjuan-list-con3{
	margin-bottom:0px;
}
.wjuan-list-con2 .label-2,.wjuan-list-con3 .label-2{
	margin-bottom:8px;
}
.wjuan-list-con i{
	width:10%;
	display:inline-block;
	font-style:normal;
}

.yao-box{
	width:100%;
	height:auto;
	word-break:break-all; word-wrap:break-word;
	overflow:hidden;
    -o-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -o-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.yao-box-list .td1{
	width:7%;
	border-left:1px solid rgba(255,255,255,0.6);
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:6px 4px;
	line-height:22px;
}
.yao-box-list .td2{
	width:10%;
}
.yao-box-list .td1:nth-child(1){
	border:0px;
}
.yao-box-list{
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid rgba(255,255,255,0.6);
}
.yao-box-name{
	background: -webkit-linear-gradient(#008bd5, #2fbdf0);
    background: -o-linear-gradient(#008bd5, #2fbdf0);
    background: -moz-linear-gradient(#008bd5, #2fbdf0);
    background: linear-gradient(#008bd5, #2fbdf0);
}
.yao-box-li{
	background:#f4f4f4;
}
.yao-box-li .td1{
	color:#000;
	line-height:18px;
	padding:8px 5px;
}
.yao-box-wu .td1{
	line-height:80px;
	text-align:center;
}
.yao-fd-box .del{
	width:28px;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}
.yao-fd-box .vscroller{
	height:100%;
	border:0px;
}
.yao .fl img{
	width:26px;
	margin-top:7px;
	float:left;
}
.yao .fl span{
	font-size:20px;
	font-weight:bold;
	color:#008bd5;
	margin-left:6px;
}
/*问卷调查结束*/

/*确认信开始*/
.affirm-left{
	width:50%;
	float:left;
	padding-right:30px;
	border-right:1px solid #e6e6e6;
	color:#252525;
}
.affirm-left .p1{
	line-height:22px;
	font-size:16px;
	margin-bottom:18px;
}
.affirm-left .p2{
	line-height:26px;
	font-size:14px;
	margin-bottom:20px;
}
.affirm-left .p3{
	padding-left:30px;
	line-height:22px;
	margin-bottom:30px;
}
.affirm-left .p4 p{
	overflow:hidden;
}
.affirm-left .p4 b{
	color:#f9be00;
	font-size:16px;
	margin-bottom:5px;
	display:block;
}
.affirm-left .p4 .s1{
	width:3%;
	color:#008ad2;
}
.affirm-left .p4 .s2{
	width:96%;
}
.affirm-left .ma{
	width:100%;
	text-align:center;
	margin:20px 0px;
	line-height:100px;
	display: table;
}
.affirm-left .ma img{
	width:30%;
}
.ma-xxi{
	width:30%;
	margin-right:5%;
	display:inline-block;
    vertical-align: middle;
}
.ma-xxi-1{
	line-height:32px;
	font-size:18px;
}
.ma-xxi-2{
	line-height:35px;
	font-size:28px;
	font-weight:bold;
	color:#008bd5;
}
.affirm-right{
	width:50%;
	float:right;
	padding-left:30px;
	color:#252525;
}
.affirm-right .p1{
	line-height:30px;
	font-size:16px;
	margin-bottom:30px;
}
.affirm-right .p1 p{
	margin-bottom:8px;
	overflow:hidden;
}
.affirm-right .p1 p .s1{
	width:16%;
	color:#008ad2;
	float:left;
	text-align:right;
}
.affirm-right .p1 p .s2{
	width:84%;
	float:right;
}
.affirm-right .p2{
	line-height:30px;
	font-size:16px;
	margin-bottom:20px;
}
.affirm-right .p2 span{
	color:#008bd5;
}
.affirm-right .ma{
	text-align:center;
	margin-bottom:25px;
}
.affirm-right .ma img{
	width:40%;
}
.affirm-right-a{
	text-align:center;
}

.czTc{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999999999;
	display: none;
}
.czTcBox{
	display: none;
	width: 300px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 999999999999;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.czTcBox .img1{
	display: block;
	width: 100%;
	position: static;
}
.czTcBox .close{
	display: block;
	width: 30px;
	position: absolute;
	right: -36px;
	top: -24px;
	z-index: 999999999999;
	opacity: 1;
}













/*确认信结束*/


@media (max-width: 1200px){
   .banner-1{margin-top:0px;}
	.banner-1 p{margin-left:-485px;font-size:28px;}
	/*展商中心*/
	.ny-nav-list a{padding-left:20px;}
	.ny-left-xxi{padding:20px;}
	.ny-left-xxi-name{font-size:22px;margin-bottom:15px;padding-bottom:10px;}
	.ny-left-xxi-name{font-size:16px;line-height:30px;}
	.ny-left-xxi-list{font-size:12px;line-height:20px;}
	.ny-name{height:45px;font-size:24px;}
	.ny-left-xxi-list span{height:20px;}
	.exhibition-list{padding:15px 0px;}
	.ny-left-xxi-list2{height:40px;}
	.ny-left-xxi-list2 a{font-size:22px;line-height:38px;}
	.ny-left-xxi-name2{margin-bottom:15px;}
	.exhibits-list a{font-size:16px;}
	
	/*新闻列表*/
	.new-list{margin:10px 0px 22px;}
	.new-list-con{font-size:14px;margin:10px 0px;}
	.new-list-name{line-height:25px;}
	.new-list-name a{font-size:22px;}
	.new-list-right{padding-bottom:15px;}

	/*新闻详情*/
	.xqy-top{padding-bottom:15px;}
	.xqy-name{line-height:35px;font-size:22px;margin-bottom:6px;}
	.xqy-ts span{font-size:14px;}
	.xqy-con{padding-top:20px;margin-bottom:20px;}
	.xqy-con p{margin-bottom:12px;}
	.xqy-ye-list{height:30px;line-height:30px;}

	/*服务中心*/
	.xqy-con2-tu{margin-bottom:15px;}
	.xqy-con2-name{line-height:35px;margin:15px 0px;font-size:22px;}
	.zqu-ts{font-size:16px;margin-top:18px;}
	.zqu-zhu-list{margin-top:20px;}
	.zqu-zhu-list-name{font-size:16px;line-height:35px;}
	.zqu-zhu{line-height:25px;}
	.zqu-xxi{margin-top:20px;padding-top:15px;}
	.zqu-xxi-name{font-size:20px;margin-bottom:6px;line-height:36px;}

	/*关于我们*/
	.gywm-xqy-top{margin-bottom:20px;}
	.gywm-xqy-top img{margin:15px 0px;}
	.gywm-xqy-name{font-size:30px;}
	.xqy-con3 img{margin-bottom:12px;}
	.gywm-zxzc{margin-left:20px;margin-bottom:20px;}
	.qyj-list-right{font-size:12px;line-height:22px;}
	.lxwm-box .zqu-list a{font-size:16px;}
	
	.zzjj-list{width:96%;}
	.zzjj-list b{width:13%;}
	.zzjj-x{width:87%;}

	.ny-dl-name span{display:none;}
	.ny-dl-name{font-size:26px;margin-bottom:40px;}
	.ny-dl-list{height:40px;margin-bottom:16px;}
	.ny-dl-name img, .ny-dl-list img{width:30px;}
	.ny-dl-ts{margin-top:50px;}
	.ny-dl-btn2{margin-top:10px;}

	.wjuan-tb{height:45px;line-height:45px;}
	.ny-dl2-xxi-list .fl{width:27%;}
	.ny-dl2-xxi-list .fr{width:72%;}
	.wjuan-list-name{margin-bottom:20px;font-size:18px;}
	.wjuan-list-con i{width:12%;}

	.ny-dl2-con{margin:20px 0px 35px;}
	.ma-xxi{width:40%;}
	.affirm-right .p1 p .s1{width:20%;}
	.affirm-right .p1 p .s2{width:80%;}

	.vscroller-content .ny-dl2-con{margin:0px;}
	.yao-fd-box{padding:40px 20px 20px;}

	.ny-dl2-xxi-list .fr,.ny-dl2-xxi-list .fl{font-size:14px;}

	.container-fluid.ny2{padding:15px 0px;}
	.ny-dl2-xxi .label-2{font-size:12px;}
	.ny-dl2{margin-top:20px;}

	.affirm-right .p1{font-size:14px;}
	.affirm-right .p2{font-size:14px;line-height:28px;}

	.ny-dl2-xxi-list0 span{width:27%;}
}

@media (max-width: 992px){
	.banner-1 p{margin-left:-375px;font-size:24px;}
	/*展商中心*/
	.ny{margin:20px 0px;}
	.ny-left{display:none;}
	.ny-right{width:100%;}
	.ny-name{font-size:20px;line-height:40px;height:auto;}
	.ny-box{padding-top:15px;}
	.exhibits-list img{margin:12.5px;}
	.exhibition-list{padding:13px 0px;}
	.ssdh-box{font-size:14px;}
	.ssdh-box span{margin:0px 8px;}
	.ny-dl-box{padding:30px;}
	.ny-dl-name{margin-bottom:30px;}
	.ny-dl-list{margin-bottom:18px;}
	.ny-dl-btn{margin-top:30px;}
	.ny-dl-2-list{width:46%;margin:12px 2%;height:140px;}
	.ny-dl-2-name{padding:20px;font-size:20px;}
	.ny-dl-2-list img{width:50px;right:20px;bottom:20px;}
	.process-name{line-height:1.5rem;font-size:1rem;margin-bottom:1rem;margin-top:0.5rem;}
	.process-ms{line-height:1.3rem;font-size:0.8rem;margin-bottom:1rem;}
	.con-1{font-size:0.8rem;margin-bottom:0.7rem;}
	.process-box2 .con-2{font-size:0.8rem;line-height:1.2rem;}
	.process-box2 .con-3{font-size:0.9rem;line-height:1.2rem;margin:1.2rem 0rem;}
	.process-box2 .con-4{margin-bottom:1rem;}
	.process-box2 .con-4-dian{font-size:0.9rem;line-height:1.2rem;}
	.process-box2 .con-4-name{font-size:0.8rem;line-height:1.5rem;}
	.process-box2 .con-4-con{font-size:0.7rem;line-height:1.2rem;}
	.process-box2{padding:1rem 1.5rem;}
	.page{padding:15px 0px;}
	.page-box a{font-size:12px;}

	/*服务中心*/
	.xqy-con2-name{line-height:30px;font-size:18px;}

	/*关于我们*/
	.gywm-xqy-top{margin-bottom:10px;}
	.lxwm-box{margin:20px 0px;}
	.lxwm-box .zqu-list a{font-size:14px;}


	.exhibition-xxi-2 label{width:auto;margin-right:25px;}
	.exhibition-xxi-2 .label-2{width:auto;}

	/*视频详情页*/
	.video-xqy-box{margin:20px 0px;}
	.video-xqy-name{height:70px;padding:10px;}
	.video-xqy-name .p1{line-height:30px;font-size:20px;}
	.video-xqy-name .p2{line-height:20px;font-size:14px;}


.ljzh p{height: auto;font-size: 16px;padding:13px 0px;line-height:30px;overflow:hidden;}
.ljzh p span{line-height:26px;}
.ssdh .ssdh-box{height:50px;line-height:30px;padding:10px 0px;font-size:14px;}
.ssdh-box img{width:13px;height:23px;margin-top:2px;}

	.dl2-top b{padding-left:0px;font-size:18px;}
	.dl2-top a, .fan, .ny-dl2-di a, .yao a{font-size:14px;padding:0px 20px;}
	.ny-dl-name{font-size:20px;margin-bottom:30px;line-height:26px;}
	.ny-dl-list{height:35px;margin-bottom:12px;}
	.ny-dl-name img, .ny-dl-list img{width:25px;}
	.ny-dl-ts{margin-top:40px;}
	.ny-dl-btn2{margin-top:6px;height:35px;}
	.dl-btn{font-size:16px;}
	.shuo-box{width:90%;margin:0px auto;left:5%;margin-top:-170px;}
	.shuo-left p{font-size:18px;}
	.shuo-left img{width:30%;}

	.wjuan-tb{height:40px;line-height:40px;font-size:16px;}
	.ny-dl2-xxi-list{width:100%;}
	.ny-dl2-bz{height:35px;line-height:35px;}
	.ny-dl2-bz span{font-size:14px;}
	.wjuan-list-name{margin-bottom:16px;font-size:16px;}
	.wjuan-list-con i{width:14%;font-size:14px;}
	.ny-dl2-xxi .input-4{width:40%;}
	.ny-dl2-xxi .label-1{font-size:14px;margin-bottom:5px;}

	.affirm-left{width:100%;border-right:0px;}
	.affirm-right{width:100%;padding-left:0px;}
	.affirm-right .p1 p .s1{width:22%;}
	.affirm-right .p1 p .s2{width:78%;}
	.ny-dl2-con{margin:20px 0px 26px;}

	.yao-fd-box{padding:50px 16px 16px;}
	.vscroller-content .ny-dl2-con{margin:10px 0px;}

	.ny-dl2{padding:50px 25px 25px;margin-top:15px;}

	.ny-dl2-xxi-list3 .fl{width:27%;}
	.ny-dl2-xxi-list3 .fr{width:72%;}

	.dl2-top a, .fan, .ny-dl2-di a, .yao a{line-height:34px;}

	.yao-box-list .td1{line-height:18px;}
	.yao-box-li .td1{font-size:12px;}

	.dl2-top{padding:30px 0px;}

	.ny-dl2-xxi .label-2{width:33.333%;}
	.ny-dl2-xxi-list0 span{width:27%;}
}

@media (max-width: 768px){
	/*展商中心*/
	.ny{margin:0.5rem;padding:0px;}
	.ssdh-box img{margin-right:0.5rem;}
	.ny-name{font-size:0.9rem;line-height:2.3rem;height:2.6rem;}
	.ny-box{padding-top:0.7rem;}
	.exhibits-list{width:100%;margin-right:0px;line-height:1.3rem;padding:0.5rem;}
	.exhibits-list img{margin:0.5rem;}
	.exhibits-list span{line-height:1.2rem;font-size:0.8rem;}
	.exhibits-list a{width:90%;font-size:0.7rem;line-height:1.3rem;}
	.exhibition-list{padding:0.7rem 0px;}
	.exhibition-list p.a1,.exhibition-list a.a1{max-width:90%;overflow:hidden;height:1.6rem;font-size:0.7rem;}
	.exhibition-list p.ts{height:1.6rem;font-size:0.7rem;}
	.ssdh-box{font-size:0.6rem;height:auto;overflow:hidden;}
	.ssdh-box span{margin:0px 0.3rem;}
	.ny-dl-tu{display:none;}
	.ny-dl-box{width:100%;padding:1rem;}
	.ny-dl-name{margin-bottom:1.2rem;font-size:0.9rem;height:1.5rem;line-height:1.5rem;}
	.ny-dl-list{margin-bottom:0.9rem;height:2.5rem;padding:0.5rem;line-height:1.5rem;}
	.ny-dl-btn{margin-top:1.2rem;}
	.ny-dl-name img, .ny-dl-list img{width:1.5rem;}
	.ny-dl-2{padding:0px;}
	.ny-dl-2-name{padding:0.6rem;font-size:0.8rem;}
	.ny-dl-2-list{height:6rem;}
	.ny-dl-2-list img{width:2rem;right:0.9rem;bottom:0.9rem;}
	.process-name{line-height:1.2rem;font-size:0.9rem;margin-bottom:0.8rem;margin-top:0.3rem;}
	.process-ms{line-height:1.1rem;font-size:0.7rem;margin-bottom:0.7rem;}
	.process-box2{margin-bottom:1rem;}
	.con-1{font-size:0.7rem;margin-bottom:0.5rem;line-height:1.1rem;}
	.process-box2 .con-2{font-size:0.7rem;line-height:1rem;}
	.process-box2 .con-3{font-size:0.8rem;line-height:1.2rem;margin:0.5rem 0rem;}
	.process-box2 .con-4{margin-bottom:0.8rem;}
	.process-box2 .con-4-dian{width:5%;font-size:0.9rem;line-height:1.2rem;}
	.process-box2 .con-4-box{width:95%;}
	.process-box2 .con-4-name{font-size:0.8rem;line-height:1.5rem;}
	.process-box2 .con-4-con{font-size:0.7rem;line-height:1.2rem;}
	.process-box2{padding:0.5rem 0.8rem;}
	.ny-dl-nav a{font-size:0.6rem;}
	.exhibition-xxi-1{width:100%;text-align:left;font-size:0.65rem;line-height:1.5rem;}
	.exhibition-xxi-2{width:100%;}
	.exhibition-xxi-ts{font-size:0.7rem;line-height:1.2rem;margin:1rem 0rem;}
	.exhibition-xxi-name{font-size:1rem;line-height:2rem;height:2rem;}
	.exhibition-xxi-name2{font-size:0.7rem;line-height:2rem;height:2rem;margin-bottom:0.2rem;}
	.exhibition-xxi-box{padding-top:0.5rem;}
	.exhibition-xxi-list{margin-bottom:0.5rem;}
	.xxi-text-1{width:100%;}
	.exhibition-xxi{margin-bottom:0.4rem;}
	.exhibition-textarea{width:100%;font-size:0.65rem;}
	.xxi-text-4{width:7rem;}
	.exhibition-btn{height:2rem;width:6rem;}
	.process-box3{margin-bottom:1rem;}
	.process-box3-name{line-height:1.8rem;font-size:0.8rem;}
	.process-box3-con{line-height:1.2rem;font-size:0.7rem;}

	/*新闻列表*/
	.new-list-left{display:none;}
	.new-list{margin:0.5rem 0px 1rem;}
	.new-list-con{font-size:0.6rem;margin:0.5rem 0px;line-height:1rem;}
	.new-list-name{line-height:1.1rem;}
	.new-list-name a{font-size:1rem;}
	.new-list-right{width:100%;padding-bottom:0.7rem;}
	.page{padding:0.6rem 0rem;}
	.page-box a{font-size:0.6rem;}

	/*新闻详情*/
	.xqy-top{padding-bottom:0.3rem;}
	.xqy-name{line-height:1.1rem;font-size:0.8rem;margin-bottom:0.2rem;}
	.xqy-ts span{font-size:0.7rem;}
	.xqy-con{padding-top:0.3rem;margin-bottom:0.3rem;}
	.xqy-con p{margin-bottom:0.5rem;line-height:1.2rem;font-size:0.7rem;}
	.xqy-ye-list{height:1.2rem;line-height:1.2rem;font-size:0.7rem;}

	/*服务中心*/
	.xqy-con2-tu{margin-bottom:0.5rem;}
	.xqy-con2-name{line-height:1.5rem;margin:0.7rem 0px;font-size:0.9rem;}
	.zqu-list{line-height:1.3rem;padding:0.5rem;}
	.zqu-list span{line-height:1.2rem;font-size:0.8rem;}
	.zqu-list a{max-width:90%;overflow:hidden;height:1.6rem;font-size:0.7rem;}
	.zqu-ts{font-size:0.75rem;margin-top:0rem;line-height:1.1rem;}
	.zqu-zhu-list{margin-top:0.7rem;}
	.zqu-zhu-list-name{font-size:0.8rem;line-height:1.1rem;}
	.zqu-zhu{line-height:1.1rem;font-size:0.7rem;padding:0.4rem 2%;}
	.zqu-zhu p{text-align:center;}
	.zqu-xxi{margin-top:0.6rem;padding-top:0.5rem;}
	.zqu-xxi-name{font-size:0.9rem;margin-bottom:0.3rem;line-height:1.3rem;}
	.zqu-xxi-con{font-size:0.7rem;line-height:1.1rem;}
	.zqu-list p{max-width:90%;line-height:1.3rem;font-size:0.7rem;}

	/*关于我们*/
	.xqy-zbjs{font-size:0.7rem;line-height:1.1rem;margin-top:2rem;}
	.xqy-zbjs a{display:block;}
	.zqu-list img{ width:106px; height:auto; }
	.gywm-xqy-top img{ width:38%; }

	/*关于我们*/
	.gywm-xqy-top{margin-bottom:0.2rem;}
	.gywm-xqy-top img{margin:0.3rem 0px;}
	.gywm-xqy-name{font-size:.8rem; line-height:22px;}
	.xqy-con3 img{margin-bottom:0.5rem; width:100% !important; height:auto !important; }
	.gywm-zxzc{width:50%;margin-left:0.8rem;margin-bottom:0.8rem;}
	.gywm-zxzc-xxi{line-height:1.2rem;font-size:0.7rem;}
	.danw-logo-list,.danw-logo-list:nth-child(5n){width:47%;margin:0.5rem 6% 0.5rem 0rem;}
	.danw-logo-list:nth-child(2n){margin-right:0px;}
	.qyj-list{width:100%;margin:0.7rem 0px 0.5rem;}
	.qyj-list:nth-child(odd){margin-right:0rem;}
	.qyj-list-right{font-size:0.7rem;line-height:1.1rem;}
	.qyj-list-left p{line-height:2rem;font-size:0.8rem;}
	.qyj-list-xxi{margin-top:0.6rem;font-size:0.6rem;}
	.lxwm-box{margin:0.7rem 0px;}
	.lxwm-box .zqu-list a{font-size:0.7rem;}
	#dituContent{height:20rem;}
	/*.lxwm-yud span{margin-top:-0.3rem;}*/
	.lxwm-yud .p1,.lxwm-yud .p2,.lxwm-yud .p3{width:50%;}
	
	.zzjj-list{width:93%;line-height: 1.3rem;font-size: 0.7rem;}
	.zzjj-list b{width:22%;}
	.zzjj-x{width:78%;}

	.g_dd{ font-size:.3rem !important; }


	/*内页参展表单*/
	.exhibition-bdan-list{margin-bottom:1.5rem;}
	.exhibition-bdan-name{font-size:1rem;}
	.exhibition-bdan-table{margin-top:0.8rem;}
	.exhibition-bdan-td{font-size:0.7rem;line-height:1.1rem;}
	.exhibition-bdan-tu{margin-top:0.8rem;}
	.exhibition-bdan-tu-list{width:100%;margin:0.5rem 0px;}
	.vscroller-scroll-body{right:1px;}
	.exhibition-bdan-nr{margin-top:10%;}
	.exhibition-bdan-table,.exhibition-bdan-table tbody,.exhibition-bdan-tr,.exhibition-bdan-td{width:100%;display:block;}
	.banner-1{display:none;}

	/*视频详情页*/
	.video-xqy{width:100%;}
	.video-xqy-box{margin:0.8rem 0px;width:100%;height:auto;}
	.video-xqy-box video{height:auto;}
	.video-xqy-name{height:3rem;padding:0.5rem;}
	.video-xqy-name .p1{line-height:1.2rem;font-size:0.8rem;}
	.video-xqy-name .p2{line-height:0.8rem;font-size:0.6rem;}

	/*底部页面开始*/
	.dinav-left{width:100%;}
	.dinav-right{width:100%;}
	.dinav-list{padding:0.5rem;}
	.dinav-list a{font-size: 0.7rem;line-height: 1.3rem;}
	.dinav-list span{line-height:1.2rem;font-size:0.8rem;}
	.dinav-list-1 span{line-height:2.4rem;}
	.dinav-list2 img{width:100px;height:0px;}
	.dinav-list2:hover img{
animation:dinav2 0.5s forwards;
-moz-animation:dinav2 0.5s forwards; /* Firefox */
-webkit-animation:dinav2 0.5s forwards; /* Safari and Chrome */
-o-animation:dinav2 0.5s forwards; /* Opera */
}




@media only screen and  (max-width: 479px){
	.zzjj-list b{ width:25%; }
	.zzjj-x{ width:75%; }
	.biaoti img:nth-child(1){ width:26%; }
	.biaoti1 img:nth-child(1){ width:37px; }
	.biaoti1 img:nth-child(2){ width:61%; }
	.biaoti2 img:nth-child(1){ width:46%; }
	.biaoti2 img:nth-child(2){ width:62%; }
}
@keyframes dinav2
{
0%   {height:0px;}
100% {height:100px;}
}
	.wzdt{width:100%;}
	.wzdt-top span{width:5%;line-height:1.2rem;font-size:0.8rem;}
	.wzdt-top a{width:95%;font-size: 0.8rem;line-height: 1.3rem;}
	.wzdt-box{padding:0.3rem 5%;}
	.wzdt-box a{font-size:0.7rem;line-height:1.2rem;margin:2px 0px;}


.ljzh p{height:auto;font-size: 0.7rem;padding:0.5rem 0px;line-height:1.1rem;}
.ljzh p span{line-height:0.9rem;}
.ssdh .ssdh-box{height:auto;line-height:1.2rem;padding:0.4rem 0px;font-size:0.65rem;}
.ssdh-box img{width:0.6rem;height:1.1rem;margin-top:0px;}

	
	.container-fluid.ny2{padding:0px 0.5rem;}
	.dl2-top b{padding-left:0px;font-size:0.7rem;}
	.dl2-top a, .fan, .ny-dl2-di a, .yao a{font-size:0.6rem;padding:0px 0.6rem;margin:0rem 0.3rem;line-height:1.4rem;}
	.dl2-top a,.ny-dl2-di a,.yao .fr a{margin:0px 0px 0px 0.6rem;}
	.affirm-right-a a{margin:0px;}
	.ny-dl-name{font-size:0.9rem;margin-bottom:1.3rem;line-height:1rem;}
	.ny-dl-list{height:2rem;margin-bottom:0.5rem;}
	.ny-dl-name img, .ny-dl-list img{width:1rem;}
	.ny-dl-ts{margin-top:1.5rem;font-size:0.6rem;}
	.ny-dl-btn2{margin-top:0.3rem;height:1.8rem;}
	.dl-btn{font-size:0.7rem;}
	.shuo-box{width:90%;margin:0px auto;left:5%;height:15rem;margin-top:-7.5rem;}
	.shuo-left{display:none;}
	.shuo-right{width:100%;padding:1.2rem 1rem;}
	.shuo-right p{line-height:1.5rem;font-size:0.7rem;}
	.dl-btn2{height:2rem;font-size:0.6rem;}
	.ny-dl-name .img{width:1.8rem;}

	.ny-dl2{padding:2rem 0.5rem 1rem;margin-top:0.5rem;}
	.ny-dl2-con{margin:0.8rem 0rem 1rem;}
	.wjuan-tb{height:1.6rem;line-height:1.6rem;padding:0rem 0.8rem;}
	.ny-dl2-bz{height:1.2rem;line-height:1.2rem;}
	.ny-dl2-bz span{font-size:0.6rem;}
	.ny-dl2-xxi-list{margin:0.1rem 0rem;line-height:1.6rem;}
	.ny-dl2-xxi-list .fl{font-size:0.6rem;}
	.ny-dl2-xxi .input-1{height:1.5rem;line-height:1.5rem;font-size:0.6rem;}
	.wjuan-tb span{font-size:0.7rem;}
	.wjuan-tb img{width:0.8rem;}
	.wjuan-list{padding-top:0.8rem;margin-top:0.8rem;}
	.wjuan-list-name{margin-bottom:0.3rem;font-size:0.65rem;line-height:1.2rem;}
	.wjuan-list-con i{width:20%;font-size:0.6rem;}
	.ny-dl2-xxi .input-4{width:56%;}
	.ny-dl2-xxi .label-1{font-size:0.7rem;margin-bottom:0.2rem;}
	.ny-dl2-xxi .label-2{width:50%;font-size:0.6rem;}
	.ny-dl2-xxi label{width:48%;}
	.yao-box-name input{margin-top:0.3rem;}
	.wjuan-list-con2 .label-2,.wjuan-list-con3 .label-2{margin-bottom:0.4rem;}
	.vscroller-content .ny-dl2-con{margin:0.8rem 0rem;}
	
	.ma-xxi-1{line-height:1.1rem;font-size:0.7rem;}
	.ma-xxi-2{line-height:1.1rem;font-size:0.9rem;}
	.affirm-left .ma{margin:0.6rem 0rem;}
	.affirm-right .ma{margin-bottom:0.6rem;}
	.affirm-left .p1,.affirm-left .p2,.affirm-left .p3,.affirm-left .p4,.affirm-right .p1,.affirm-right .p2{line-height:1.1rem;font-size:0.65rem;margin-bottom:0.5rem;}

	.yao-box-list .td1{line-height:0.8rem;font-size:0.6rem;padding:0.3rem 0.1rem;}
	.yao-box-name .td1{padding:0.3rem 0.1rem;}
	.ny-dl2-di .zi{font-size:0.6rem;line-height: 1rem;}
	.ny-dl2-di{height:1.5rem;font-size:0.6rem;line-height:1.5rem;}

	.yao-fd-box{padding:2rem 0.5rem 1rem;}

	.yao .fl span{font-size:0.8rem;}
	.yao .fl img{width:1rem;margin-top:0.1rem;}
	.ny-dl2-xxi-list .fr, .ny-dl2-xxi-list .fl{font-size:0.6rem;line-height:1.4rem;padding:0.2rem 0rem;}
	.ny-dl2-xxi-list .ny-dl2-xxi-list22{width:100%;line-height:1rem;padding:0.5rem;text-align:center;}
	.yao{line-height:1.1rem;}
	.ny-dl2-xxi-list0{line-height:1rem;font-size:0.7rem;padding:0.5rem 0rem;}

	.exhibition-bdan-box2,.exhibition-bdan-ding{width:90%;left:5%;}

	.ny-dl2-xxi .input-5{width:55%;}
	.ny-dl2-xxi .input-6{width:42%;}
	
	.baodao p span{width:5%;}
	.baodao p .i-1{width:95%;}
	.baodao p .i-2,.baodao p .i-3{width:100%;}

	.dl2-top{padding:1rem 0px;line-height:1.5rem;}
	.ny-dl2-xxi-list0 span{width:100%;text-align:center;}
	.xqy-con p span{ font-size:0.7rem !important; }
	.xqy-con h4,.xqy-con h4 span{ font-size:0.8rem !important; }
	.xqy-con h3,.xqy-con h3 span{ font-size:0.78rem !important; }
}


@media only screen and (max-width:479px) {
	.new-list-name a{ font-size:.76rem; }

	.lxwm-yud .p2{ width:47%; }
	.lxwm-yud .p3{ width:53%; }
	.zqu-list{ padding-left:0; padding-right:0; }
	/*.container-fluid{ padding-left:0; padding-right:0; }*/
	.exhibition-list span{ line-height: 34px; }
}