@charset "utf-8";
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins;
}
/*banner*/
.banner{width: 100%;position: relative;overflow: hidden; text-align: center;}
.banner .swiper-slide{height:100%;}

/* 简介 */
.introduction-about {
	background-color: #f1f6fc;
	padding: 80px 0;
	margin-bottom: 80px;
}
.introduction-about ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}
.introduction-about ul li {
	max-width: 30%;
	flex: 1; 
	margin-right: 20px;
	background-color: #f39800;
	border-radius: 5px;
	margin-left: 0;
	margin-bottom: 0;
	text-align: center;
}
.introduction-about li a {
	line-height: 45px;
	font-size: 14px;
	color: #fff;
}
.introduction-about ul li:nth-last-child(1) {margin-right: 0;}
.about-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about-text-left {
	flex: 4;
	margin-right: 30px;
}
.about-text-img {
	flex: 3;
} 
.about-text-left h6 {
	font-size: 24px;
	color: #f39800;
	margin-bottom: 10px;
}
.about-text-left h1 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
}
.about-text-left p {
	font-size: 14px;
	margin-bottom: 10px;
}
.about-text-left p b {
	color: #f39800;
}
.about-text-left a {
	display: inline-block;
	text-align: center;
	min-width: 100px;
	line-height: 35px;
	border-radius: 20px;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #f39800;
}
.about-text-left a:hover {
	background-color: #000000;
}
.about-text-img img {
	display: block;
	width: 100%;
	border-radius: 20px;
}


/* 分类 */
.category {
	margin-bottom: 80px;
}
.category ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.category ul li {
	text-align: center;
	margin-left: 0;
	margin-bottom: 0;
}
.category .buttonLi {
	margin-bottom: 80px;
}
.category .buttonLi li {
	width: 210px;
	height: 210px;
	background-color: #f1f6fc;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.category .buttonLi li:hover {background-color: #f39800;}
.category .buttonLi li:hover h5 {color: #fff;}
.category .buttonLi li:hover p {color: #fff;}
.category .buttonLi h5 {
	font-size: 38px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.category .buttonLi p {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 700;
	color: #161616;
}
.ulImg li {
	width: 180px;
}
.ulImg li span {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 10px;
} 
.ulImg li:nth-child(1) span {
	background: url('../images/img-category01.png');
	background-size: initial;
}
.ulImg li:nth-child(2) span {
	background: url('../images/img-category02.png');
	background-size: initial;
}
.ulImg li:nth-child(3) span {
	background: url('../images/img-category03.png');
	background-size: initial;
}
.ulImg li:nth-child(4) span {
	background: url('../images/img-category04.png');
	background-size: initial;
}
.ulImg li:nth-child(5) span {
	background: url('../images/img-category05.png');
	background-size: initial;
}
.ulImg li:nth-child(6) span {
	background: url('../images/img-category06.png');
	background-size: initial;
}
.ulImg li:nth-child(7) span {
	background: url('../images/img-category07.png');
	background-size: initial;
}
.ulImg li:nth-child(8) span {
	background: url('../images/img-category08.png');
	background-size: initial;
}
.ulImg li:nth-child(9) span {
	background: url('../images/img-category09.png');
	background-size: initial;
}
.ulImg li:nth-child(1):hover span {
	background: url('../images/img-categorys01.png');
	background-size: initial;
}
.ulImg li:nth-child(2):hover span {
	background: url('../images/img-categorys02.png');
	background-size: initial;
}
.ulImg li:nth-child(3):hover span {
	background: url('../images/img-categorys03.png');
	background-size: initial;
}
.ulImg li:nth-child(4):hover span {
	background: url('../images/img-categorys04.png');
	background-size: initial;
}
.ulImg li:nth-child(5):hover span {
	background: url('../images/img-categorys05.png');
	background-size: initial;
}
.ulImg li:nth-child(6):hover span {
	background: url('../images/img-categorys06.png');
	background-size: initial;
}
.ulImg li:nth-child(7):hover span {
	background: url('../images/img-categorys07.png');
	background-size: initial;
}
.ulImg li:nth-child(8):hover span {
	background: url('../images/img-categorys08.png');
	background-size: initial;
}
.ulImg li:nth-child(9):hover span {
	background: url('../images/img-categorys09.png');
	background-size: initial;
}

.ulImg h5 {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 700;
	color: #161616;
}
.ulImg li:hover h5 {
	color: #f39800;
}

/* 标题 */
.container .globalTitle {
	width: 85%;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #7a7a7a;
}

/* 特殊展区 */
.specialExhibitionZones {
	margin-bottom: 80px;
}
.specialExhibitionZones ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.specialExhibitionZones ul li {
	margin: 10px;
}
.specialExhibitionZones ul li p {
	background-color: #F2F2F2;
	font-family: "Arial";
	font-size: 18px;
	font-weight: 700;
	fill: #333333;
	color: #333333;
	border-radius: 40px 40px 40px 40px;
	padding: 10px 15px;
}
.specialExhibitionZones .tip {
	text-align: right;
	font-size: 12px;
}
/* 活动 */
.eventHighlights {
	margin-bottom: 80px;
}
.eventHighlights ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.eventHighlights ul li {
	flex: 1;
	margin-right: 30px;
	margin-left: 0;
	margin-bottom: 0;
}
.eventHighlights ul li:nth-last-child(1) {
	margin-right: 0;
}
.eventHighlights dt {
	max-height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 10px;
}
.eventHighlights dd {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #7a7a7a;
	height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* 参与公司 */
.participatingCompanies {
	margin-bottom: 50px;
}

.partner_cont .swiper-slide{height: 60px; text-align: center;}
.partner_cont a {display: flex; align-items: center; justify-content: center; height: 60px; padding: 5px 8px; border: solid #eeeeee 1px; overflow: hidden;}
.partner_cont img{width: 100%; max-width: 120px;}


/* 参观 参展 */
.participate {
	margin-bottom: 80px;
}
.participateButton {
	display: flex;
	align-items: center;
	justify-content: center;
}
.participateButton a {
	flex: 1;
	background-size: cover;
	padding: 55px 25px;
	border-radius: 30px;
	background: url('../images/img-canzhan.png') #f1f6fc no-repeat; 
	background-size: contain;
}
.participateButton h5 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.participateButton p {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
}
.participateButton div {
	text-align: right;
}
.participateButton span {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 3px 10px;
	background-color: #f39800;
}
.participateButton a:hover {
	box-shadow: 0 0 5px rgba(0,0,0, 0.4);
	background: url('../images/img-canzhan.png') no-repeat; 
	background-size: contain;
}
.participateButton a:hover h5 {
	color: #f39800;
}
.participateButton span:hover {
	background-color: #000000;
}
/* .participate-left {
	box-shadow: 0 0 5px rgba(0,0,0, 0.4);
}
.participate-left h5 {
	color: #f39800;
}
.participate-left span {
	background-color: #000000;
}
.participate-right span {
	background-color: #f39800;
} */

/**其它展会 */
.otherExhibitions {
	margin-bottom: 60px;
}
.otherExhibitions ul {
	display: flex;
}
.otherExhibitions ul img {
	width: 60%;
	margin: 0 auto 10px;
	display: block;
}
.otherExhibitions ul li {
	flex: 1;
	margin: 0;
}
.otherExhibitions ul li a {
	display: block;
	text-align: center;
	color: #333333;
}
/* 主办机构 */
.partners {
	background-color: #f1f6fc;
	padding: 40px 0;
}
.partners h4 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	color: #2e2e2e;
}
.partners img {
	display: block;
}
.partnersFlex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}
.partnersFlexLeft {
	flex: 6;
}
.partnersFlexRight {
	flex: 4;
	margin-left: 20px;
}


/* 底部 */
.foot {
	background-color: #282828;
	padding-top: 40px;
}
.footNav {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footNavLeft ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
} 
.footNavLeft li {
	margin-left: 0;
	margin-bottom: 0;
	
}
.footNavLeft li:nth-last-child(1) a {
	border-right: 0;
}
.footNavLeft li a {
	font-size: 16px;
	color: #cecece;
	margin-right: 10px;
	padding-right: 10px;
	border-right: solid #cecece 1px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
}
.footNavLeft li a:hover {
	color: #b50005;
	border-right: solid #b50005 1px;
}
.footNavLeft li:nth-last-child(1) a:hover {
	border-right: 0;
}
.footNavLeft .current-menu-item a{
	color: #b50005;
	border-right: solid #b50005 1px;
}
.footNavRight ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footNavRight li {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 15px;
}
.footNavRight li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #151515;
}
.footNavRight li a::before {
	display: block;
	content: '';
	width: 16px;
	height: 16px;
}
.footNavRight li:nth-child(1) a::before{
	background: url(../images/imgfootIco01.png);
	background-size: 100%;
}
.footNavRight li:nth-child(2) a::before{
	background: url(../images/imgfootIco02.png);
	background-size: 100%;
}
.footNavRight li:nth-child(3) a::before{
	background: url(../images/imgfootIco04.png);
	background-size: 100%;
}
.footNavRight li:nth-child(4) a::before{
	background: url(../images/imgfootIco05.png);
	background-size: 100%;
}
.footNavRight li:nth-child(5) a::before{
	background: url(../images/imgfootIco05.png);
	background-size: 100%;
}
.footNavRight li:nth-child(1):hover a::before{
	background: url(../images/imgfootIcos01.png);
	background-size: 100%;
}
.footNavRight li:nth-child(2):hover a::before{
	background: url(../images/imgfootIcos02.png);
	background-size: 100%;
}
.footNavRight li:nth-child(3):hover a::before{
	background: url(../images/imgfootIcos04.png);
	background-size: 100%;
}
.footNavRight li:nth-child(4):hover a::before{
	background: url(../images/imgfootIcos05.png);
	background-size: 100%;
}
.footNavRight li:nth-child(5):hover a::before{
	background: url(../images/imgfootIcos05.png);
	background-size: 100%;
}

.footNavRight li img {
	width: 15px;
}
.foot .copyright-center {
	border-top: solid #cecece 1px;
	text-align: center;
	padding: 30px 0;
	font-size: 16px;
	color: #cecece;
}

/**
 * 移动端
 */
@media screen and (max-width: 750px) {
	/**
	 * 简介
	 */
	.introduction-about {
		padding: 20px 0;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.introduction-about ul {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.introduction-about ul li {
		flex: 1;
		margin-right: 0;
		margin-bottom: 20px;
		max-width: 48%;
		white-space: nowrap;
	}
	.introduction-about li a {
		font-size: 12px;
	}
	.about-text {
		display: block;
	}
	.about-text-left { 
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.category {
		margin-bottom: 20px;
	}
	.category .buttonLi {
		margin-bottom: 20px;
	}
	.category ul {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.category .buttonLi li {
	    width: 30%;
	    height: 80px;
	    background-color: #f1f6fc;
	    border-radius: 20px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-right: 2%;
	    margin-bottom: 20px;
	}
	.category .buttonLi h5 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.category .buttonLi p {
		text-align: center;
		font-size: 12px;
	}
	.category .ulImg li {
		width: 49%;
		margin-bottom: 20px;
	}
	.ulImg h5 {
		font-size: 13px;
	}
	
	/* 标题 */
	.container .globalTitle {
	    width: 100%;
	    margin: 0 auto 20px;
	    text-align: left;
	    font-size: 18px;
	    font-weight: 700;
	    color: #7a7a7a;
	}
	.eventHighlights {
	    margin-bottom: 20px;
	}
	.eventHighlights ul li:nth-child(2) {
		margin-right: 0;
	}
	.eventHighlights ul li:nth-last-child(1) {
		display: none;
	}
	
	.specialExhibitionZones ul li p {
	    background-color: #F2F2F2;
	    font-family: "Arial";
	    font-size: 16px;
	    font-weight: 700;
	    fill: #3b0b0b;
	    color: #3b0b0b;
	    border-radius: 40px 40px 40px 40px;
	    padding: 8px 15px;
	}
	
	/* 参观 参展 */
	.participate  {
		margin-bottom: 0;
	}
	.participate .participateButton {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.participateButton > div{
		display: none;
	}
	.participateButton a {
		margin-bottom: 20px;
	}
	
	/**其它展会 */
	.otherExhibitions {
		margin-bottom: 10px;
	}
	.otherExhibitions ul {
		display: flex;
		flex-wrap: wrap;
	}
	.otherExhibitions ul li {
		width: 50%;
		flex: none;
		margin-bottom: 15px;
	}
	
	/* 主办协办 */
	.partners .block {
		margin-bottom: 20px;
	}
	.partnersFlex {
		display: block;
	}
	.partnersFlexRight {
		margin-top: 20px;
	    margin-left: 0;
	}
}