/*头部*/

a {
    text-decoration: none;
}

.header_box {
	width: 1200px;
	margin: 0 auto;
	padding-top: 42px;
	padding-bottom: 30px;
	height: 73px;
}

.header_box ul li {
	float: left;
}

.header_box ul li:nth-child(2) {
	padding-left: 20px;
}

.header_box ul li:last-child {
	float: right;
	margin-top: -28px;
}

.header_box ul li h3 {
	font-size: 28px;
	padding: 2px 0;
	font-weight: bold;
}

.header_box ul li p {
	font-size: 14px;
	font-weight: bold;
}

.header_box ul li h3,
.header_box ul li p {
	color: #004ea2;
}

.time_bj {
	background: url(../image/pic3.png) no-repeat center;
	width: 221px;
	height: 120px;
}

.time_bj h4 {
	font-size: 24px;
	font-weight: bold;
	padding-top: 42px;
}

.time_bj h6 {
	font-size: 16px;
}

.time_bj h4,
.time_bj h6 {
	color: #d80c18;
	text-align: center;
}


/*导航*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	width: auto;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	z-index: 999;
	width: 1200px;
	margin: 0 auto;
}

#menu-line {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	background: #d80c18;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#cssmenu>ul>li {
	float: left;
}

#cssmenu.align-center>ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center>ul>li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right>ul>li {
	float: right;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu>ul>li>a {
	padding: 20px 38px;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	border-right: 1px solid #c9cacb;
}

#cssmenu>ul>li:first-child {
	border-left: 1px solid #c9cacb;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a {
	color: #d80c18;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 25px;
}

#cssmenu>ul>li.has-sub>a::after {
	position: absolute;
	top: 26px;
	right: 13px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#cssmenu>ul>li.has-sub:hover>a::after {
	border-color: #d80c18;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}

#cssmenu li:hover>ul {
	left: auto;
}

#cssmenu.align-right li:hover>ul {
	right: 0;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}

#cssmenu ul li:hover>ul>li {
	height: 36px;
}

#cssmenu ul ul li a {
	padding: 0px 20px;
	width: 136px;
	font-size: 16px;
	background: #333333;
	text-decoration: none;
	color: #dddddd;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	border-top: 1px solid #fff;
	line-height: 36px;
}

#cssmenu ul ul li a:hover {
	background: #d80c18;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #ffffff;
}

#cssmenu ul ul li.has-sub>a::after {
	position: absolute;
	top: 17px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover>a::after {
	border-color: #ffffff;
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#cssmenu {
		width: 100%;
	}
	#cssmenu ul {
		width: 100%;
		display: none;
	}
	#cssmenu.align-center>ul,
	#cssmenu.align-right ul ul {
		text-align: left;
	}
	#cssmenu ul li,
	#cssmenu ul ul li,
	#cssmenu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(120, 120, 120, 0.15);
	}
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
	}
	#cssmenu>ul>li,
	#cssmenu.align-center>ul>li,
	#cssmenu.align-right>ul>li {
		float: none;
		display: block;
	}
	#cssmenu ul ul li a {
		padding: 20px 20px 20px 30px;
		font-size: 12px;
		color: #000000;
		background: none;
	}
	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li a:hover {
		color: #000000;
	}
	#cssmenu ul ul ul li a {
		padding-left: 40px;
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0;
	}
	#cssmenu>ul>li.has-sub>a::after,
	#cssmenu ul ul li.has-sub>a::after {
		display: none;
	}
	#menu-line {
		display: none;
	}
	#cssmenu #menu-button {
		display: block;
		padding: 20px;
		color: #000000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
	}
	#cssmenu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #000000;
	}
	#cssmenu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
	}
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.15);
		height: 52px;
		width: 52px;
		cursor: pointer;
	}
	#cssmenu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #000000;
		z-index: 99;
	}
	#cssmenu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #000000;
		z-index: 99;
	}
	#cssmenu .submenu-button.submenu-opened:after {
		display: none;
	}
}

.cssmenu_x {
	width: 100%;
	height: 4px;
	background-color: #0081cc;
	margin: 0 auto;
	margin-top: -4px;
}


/*轮播*/

.swiper-container {
	width: 100%;
	height: 100%;
	margin-top: 14px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	margin: 0 auto;
	display: block;
}


/*数据*/

.data_big {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 60px;
}

.data_box dt {
	width: 82px;
	height: 82px;
	float: left;
	margin: 12px 0;
	margin-left: 90px;
}

.data_box_q {
	background: url(../image/pic4.png)
}

.data_box_w {
	background: url(../image/pic5.png)
}

.data_box_e {
	background: url(../image/pic6.png)
}

.data_box_r {
	background: url(../image/pic7.png)
}

.data_box_t {
	background: url(../image/pic8.png)
}

.data_box_y {
	background: url(../image/pic9.png)
}

.data_box dd h3 {
	font-size: 34px;
	color: #d80c18;
	font-weight: bold;
	padding-top: 29px;
}

.data_box dd p {
	font-size: 18px;
	color: #595757;
	padding-bottom: 24px;
}

.data_box dl {
	width: 33%;
	float: left;
	border: none;
	border-right: 1px solid #8d8d8d;
	border-bottom: 1px solid #8d8d8d;
	transition: all 0.3s ease-out 0s;
}

.data_box dl:first-child,
.data_box dl:nth-child(4) {
	border-left: 1px solid #8d8d8d;
}

.data_box dl:first-child,
.data_box dl:nth-child(2),
.data_box dl:nth-child(3) {
	border-top: 1px solid #8d8d8d;
}

.data_box dl:hover {
	background-color: #d80c18;
}

.data_box dl:hover dd h3,
.data_box dl:hover dd p {
	color: white;
}

.data_box dl:hover dt {
	background-position: 0px -82px;
}


/*关于展会*/

.about_big {
	margin-top: 323px;
	height: 430px;
}

.about_box {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
}

.exhibition {
	padding-bottom: 16px;
}

.exhibition h3 {
	font-size: 26px;
	color: #0050a5;
	font-weight: bold;
	padding-bottom: 4px;
}
#exhibition_text h3{padding:8px 0;}
#exhibition_text{padding-bottom: 0;}
.exhibition p {
	float: left;
}

.exhibition a {
	float: right;
}

.exhibition p,
.about_box .exhibition a {
	font-size: 16px;
	color: #595757;
}

.exhibition a:hover {
	color: #d80c18;
	cursor: pointer;
}

.exhibition i {
	background-color: #004EA2;
	width: 100%;
	height: 1px;
	display: block;
	margin-top: 20px;
}

.about_box_left {
	width: 63%;
	float: left;
	background-color: #ddf5fb;
	padding: 36px;
}

.about_box_right {
	float: right;
	width: 30%;
}

.about_box_left p {
	font-size: 20px;
	color: #595757;
	line-height: 46px;
	cursor: pointer;
}

.cai_box {
	color: white;
	position: relative;
	margin-bottom: 4px;
}

.about_box_right a img {
	width: 100%;
	height: 100%;
}

.cai {
	position: absolute;
	top: 24px;
	left: 158px;
	z-index: 999;
}

.cai h4 {
	font-size: 28px;
}

.cai span {
	font-size: 20px;
}


/*展会价值*/

.value_big .value_big_pic ul li {
	width: 25%;
	height: auto;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.value_big .value_big_pic ul li img {
	transition: all 0.3s ease-out 0s;
}

.value_big .value_big_pic ul li img:hover {
	transform: scale(1.1);
	cursor: pointer;
}


/*展会资讯｜当地新闻*/

.tab {
	position: relative;
	overflow: hidden;
}

.tab-nav {
	height: 42px;
	overflow: hidden;
}

.tab-nav a {
	font-size: 26px;
	display: block;
	float: left;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: white;
	padding: 4px 24px;
	font-weight: bold;
}

.tab-nav a.current {
	background: #fff;
	color: #0081cc;
	transition: all 0.3s ease-out 0s;
}

.tab-con {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

.tab-con-item {
	display: none;
}

.newsbig {
float:right;
}

.event_boxi{
	width:778px;
	float:left;
	}
.new_box {
	width:354px;
	float:right;
}
.news_cd_big{width:100%;height:660px;margin:0 auto;background:#0081cc;padding-top: 64px;}
.tab_font p,
.tab_font a {
	font-size: 16px;
	color: white;
}
.tab_font i {
   background-color:white;
    width: 100%;
    height: 1px;
    display: block;
    position:relative;
    position:absolute;
    top:62px;
    left:0;
  }



#exhibition_text h3,#exhibition_text p,#exhibition_text a{color:white;}
#exhibition_text a{font-size:16px;}
#exhibition_text i{background:white;}
.news_cd_max{width:1200px;margin:0 auto;}
.tab_font p {
	float: left;
}

.tab_font a {
	float: right;
	transition: all 0.3s ease-out 0s;
}

.tab_new ul li {
	width: 353px;
	height: 484px;
	background-color: #fff;
	padding: 17px;
	box-sizing: border-box;
	float: left;
	margin-right: 70px;
	margin-top: 30px;
	margin-bottom: 80px;
}

.tab_new ul li:last-child {
	margin-right: 0px;
}

.tab_new ul li span {
	font-size: 20px;
	color: #808285;
	margin: 10px 0;
	display: block;
}

.tab_new ul li h3 {
	font-size: 26px;
	color: #231f20;
	padding-bottom: 12px;
        height: 54px;
}

.tab_new ul li p {
	font-size: 16px;
	color: #231f20;
	height: 68px;
}

.tab_new ul li a {
	font-size: 16px;
	color: #b0b0b0;
	line-height: 100px;
	padding: 6px 24px;
	border: 1px solid #b0b0b0;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}

.tab_new ul li:hover a {
	background-color: #d80c18;
	color: #FFFFFF;
	border: 1px solid #d80c18;
}

.new_img {
	width: 319px;
	height: 202px;
	margin: 0 auto;
	overflow: hidden;
}

.new_img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}

.tab_new ul li:hover img {
	transform: scale(1.1);
	cursor: pointer;
}

.tab_font a:hover {
	color: #00a1ff;
}


/*展会风采*/

.style_big {
	margin-top: 80px;
}

.style_box ul li {
	float: left;
	padding: 4px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.style_box ul li img {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	transition: all 0.3s ease-out 0s;
}

.style_box ul li a h3 {
	line-height: 183px;
	position: absolute;
	font-size: 28px;
	color: #FFFFFF;
	display: none;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}

.style_box ul li:hover h3 {
	display: block;
	background: rgba(0, 129, 204, 0.9);
	z-index: 999;
}

.style_box ul li:hover img {
	transform: scale(0.9);
	cursor: pointer;
}

.Evaluation_big {
	margin-top: 60px;
}


/*展会评价*/

.Evaluation_img ul li {
	width: 25%;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding: 5px;
	box-sizing: border-box;
}

.Evaluation_img ul li p {
	position: absolute;
	left: 0px;
	bottom: 7px;
	background: url(../image/pic18.png) no-repeat center;
	width: 100%;
	height: 28px;
	color: white;
	line-height: 28px;
	padding-left: 12px;
	box-sizing: border-box;
	font-size: 16px;
	transition: all 0.3s ease-out 0s;
}

.Evaluation_img ul li:hover p {
	padding-left: 54px;
}

.Evaluation_img_jt {
	position: absolute;
	line-height: 28px;
	left: 14px;
	bottom: 16px;
	z-index: 999;
	width: 17px;
	height: 10px;
	display: none;
	transition: all 0.3s ease-out 0s;
}

.Evaluation_img ul li:hover .Evaluation_img_jt {
	display: block;
}

.Evaluation_big {
	background-color: #e5e5e5;
	padding-top: 54px;
}

#about_box_x {
	height: 518px;
}


/*展商推荐*/

.recommend {
	margin-top: 60px;
}

.recommend_img {
	padding-top: 30px;
}

.recommend_img ul li {
	float: left;
	width: 16.66%;
	padding: 5px;
	box-sizing: border-box;
}

.recommend_img ul li img {
	display: block;
	margin: 0 auto;
	transition: all 0.3s ease-out 0s;
}

.recommend_img ul li img:hover {
	border: 1px solid #d6d6d6;
	cursor: pointer;
	padding: 5px 14px;
}

.recommend .about_media {
	height: 268px;
}


/*合作媒体*/

.media_box_img {
	width: 1200px;
	margin: 0 auto;
	margin-top: 14px;
}

.about_box_big {
	height: 46px;
}

#media_box {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

#media_box ul {
	width: 800px;
	height: 109px;
	position: relative;
}

#media_box ul li {
	height: 206px;
	height: 109px;
	float: left;
	list-style: none;
	padding-right: 20px;		line-height:175px;
}

#media_box ul li img {
	width: 100%;
	height: auto;
	display: inline-block;
}

.media_box_img {
	position: relative;
}

.media_left,
.media_right {
	width: 22px;
	height: 38px;
	background: rgba(29, 99, 174, 0.9);
	color: #FFFFFF;
	line-height: 38px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	z-index: 999;
	top: 38px;
}

.media_left {
	left: -10px;
}

.media_right {
	right: -10px;
}


/*页尾*/

.footer {
	width: 100%;
	margin-top: 80px;
}

.footer_bj {
	background-color: #595757;
}

.footer_link {
	max-width: 1200px;
	margin: 0 auto;
	padding: 26px 0;
}

.footer_link a {
	padding-right: 10px;
	color: #a8a8a8;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}

.footer_link span {
	color: #FFFFFF;
	font-size: 14px;
}

.footer_link a:hover {
	color: #fff;
}

.footer_font_bj {
	background-color: #2b2c30;
	padding-top: 24px;
}

.footer_font {
	max-width: 1200px;
	margin: 0 auto;
}

.footer_font i,
.footer_font h3,
.footer_font p,
.footer_font h4 {
	color: #FFFFFF;
}

.footer_font i {
	font-size: 16px;
}

.footer_font h3 {
	font-size: 24px;
	padding: 10px 0;
}

.footer_font p {
	font-size: 16px;
}

.footer_font_left {
	float: left;
	padding-right: 30px;
}

.footer_font_right i {
	padding-right: 10px;
	float: left;
}

.footer_font h4 {
	font-size: 14px;
	border-top: 1px solid #fff;
	padding: 10px 0 56px;
	margin-top: 20px;
}


/*展会评价——内页*/

.pj_big_img img {
	width: 100%;
	margin: 0 auto;
}

.about_box_pj {
	padding-top: 30px;
}

.pj_content a {
	text-decoration: none;
}

.pj_content dl dt {
	width: 378px;
	height: 193px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin-right: 20px;
}

.pj_content dl dt img {
	width: 100%;
	height: 100%;
}

.pj_content dl dd h3 {
	font-size: 26px;
	color: #333;
	padding-top: 22px;
	padding-bottom: 10px;
}

.pj_content dl dd p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	height: 88px;
}

.pj_content {
	padding-top: 10px;
}

.pj_content dl dd a {
	font-size: 14px;
	color: #9a9a9a;
	padding: 6px 24px;
	border: 1px solid #9a9a9a;
	transition: all 0.3s ease-out 0s;
}

.pj_content dl {
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 44px;
}

.pj_content dl dd a:hover {
	background-color: #d80c18;
	color: #fff;
	border: 1px solid #d80c18;
}

.about_box_pj {
	width: 1200px;
	margin: 0 auto;
}


/*参观价值*/

.ck_content {
	padding-top: 20px;
	height: 1034px;
}

.ck_content dl {
	float: left;
	width: 50%;
	padding: 12px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.2s ease-out 0s;
}

.ck_content dl dt {
	float: left;
	width: 207px;
	height: 192px;
	padding-right: 10px;
}

.ck_content dl dt img {
	width: 100%;
	height: 100%;
}

.ck_content dl dd p,
.ck_content dl dd h3 {
	color: #333;
	transition: all 0.3 ease-out 0s;
}

.ck_content dl dd h3,
.ck_jr h4 {
	font-size: 26px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.ck_content dl dd p,
.ck_jr p {
	font-size: 16px;
	line-height: 24px;
}

.ck_content dl:nth-child(1),
.ck_content dl:nth-child(3),
.ck_content dl:nth-child(5),
.ck_content dl:nth-child(7) {
	padding-left: 0;
}

.ck_content dl:hover,
.ck_jr:hover {
	background: #e3e3e3;
	z-index: 999;
}

.ck_jr .ck_jr_img,
.ck_jr_tit {
	float: left;
	width: 50%;
}

.ck_jr {
	width: 100%;
	cursor: pointer;
	padding: 5px;
	box-sizing: border-box;
}

.ck_jr:hover .ck_jr_tit {
	background: #e3e3e3;
}

.ck_jr .ck_jr_tit {
	height: 192px;
	padding: 10px;
	box-sizing: border-box;
	transition: all 0.3s ease-out 0s;
}


/*关于展会*/

.zh_content {
	padding-top: 20px;
	height: 920px;
}

.zh_content_left,
.zh_content_right {
	float: left;
}

.zh_content_left {
	width: 70%;
}

.zh_content_right {
	width: 30%;
	padding: 10px;
	box-sizing: border-box;
	background: #e0f2fd;
	padding-left: 82px;
}

.zh_content_left ul li p {
	font-size: 16px;
	color: #595757;
	line-height: 24px;
	padding: 20px 20px 124px 0;
	box-sizing: border-box;
	line-height: 26px;
}

.zh_content_left ul li h3 {
	font-size: 16px;
	font-weight: bold;
	color: #2b2b2b;
	line-height: 24px;
	padding-left: 10px;
}

.zh_content_left ul li h3 small {
	font-size: 14px;
	font-weight: bold;
	color: #595757;
	font-weight: normal;
}

.zh_content_left ul li:nth-child(3) {
	padding-top: 84px;
}

.zh_content_right_tb {
	padding-top: 10px;
}

.zh_content_right_tb dt {
	width: 68px;
	height: 68px;
	overflow: hidden;
	float: left;
}

.zh_content_right_tb dt img {
	width: 100%;
}

.zh_content_right_tb dd h3 {
	font-size: 24px;
	font-weight: bold;
	color: #d80c18;
	padding: 12px 0 0
}

.zh_content_right_tb dd p {
	font-size: 16px;
	color: #595757;
}

.zh_content_right_tb dl {
	padding-bottom: 28px;
}

.zh_content_center {
	width: 100%;
	margin: 0 auto;
}

.zh_content_center img {
	width: 100%;
	height: 100%;
	padding-top: 26px;
}


/*展馆介绍*/

.zg_content p {
	font-size: 16px;
	color: #333;
	padding: 10px;
	line-height: 28px;
}

.zg_content img {
	margin: 0 auto;
	display: block;
}

.zg_content ul li:first-child {
	padding-top: 20px;
}


/*参展范围*/

.cz_content {
	height: 500px;
}

.cz_content dl {
	width: 20%;
	float: left;
	padding-top: 20px;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	color: #0f0f0f;
	padding-top: 36px;
}

.cz_content dl dt img {
	width: 100%;
	height: 100%;
}

.cz_content dl dt {
	margin-bottom: 6px;
}

.cz_content dl h3 {
	font-size: 22px;
	padding: 10px 0;
}

.cz_content dl p {
	font-size: 16px;
	line-height: 22px;
	padding: 14px;
	box-sizing: border-box;
	padding-top: 0;
}

.cz_content dl:first-child dd {
	background-color: #ddf1fc;
}

.cz_content dl:nth-child(2) dd {
	background-color: #fcddf4;
}

.cz_content dl:nth-child(3) dd {
	background-color: #ddfce4;
}

.cz_content dl:nth-child(4) dd {
	background-color: #fce8dd;
}

.cz_content dl:nth-child(5) dd {
	background-color: #dde0fc;
}

.cz_content dl dd p {
	height: 88px;
}