	.banner{
		/* background: linear-gradient(to top right, #f9f6f6, #fff); */
		background: linear-gradient(to bottom, #efd0d0, #fff);
	}
	.w1200 {
		width: 1200px;
		margin: 0 auto;
	}
	img {
		max-width: 100%;
	}
	.nav{
		display: flex;
		justify-content: space-around;
		margin: 40px 0;
		height: 55px;
		line-height: 55px;
		border-radius: 10px;
		box-shadow: 0 0 8px #ccc;
	}
	.nav li{
		text-align: center;
	}
	.nav li a{
		display: block;
		color: #000;
		font-size: 16px;
	}
	.nav li .red{
		padding: 0 10px;
		color: #fff;
		background-color: #cc0605;
		border-radius: 10px;
		font-weight: 700;
	}
	.title{
		font-size: 34px;
		font-weight: 700;
		color: #cc0605;
		margin-bottom: 20px;
	}
	.text{
		color: #cc0605;
		font-weight: 700;
	}
	.aboutUs{
		display: flex;
		margin-bottom: 50px;
	}
	.aboutUs>:first-child{
		padding-right: 30px;
	}
	.aboutUs>:first-child p{
		line-height: 22px;
		color: #000;
		font-size: 16px;
	}
	.aboutUs>:last-child p{
		width: 380px;
		height: auto;
		border-radius: 20px;
		overflow: hidden;
	}
	.aboutUs :last-child p img{
		display: block;
		width: 100%;
	}
	.aboutData{
		width: 100%;
		height: 254px;
		background-image: url(../image/aboutData.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin-bottom: 60px;
	}
	.aboutDataContent{
		display: flex;
	}
	.aboutDataContent>div{
		flex: 1;
		text-align: center;
		margin-top:80px;
	}
	.aboutDataContent>div>p{
		font-size: 20px;
		color: #333333;
	}
	.aboutDataContent>div>div h1{
		font-size: 50px;
		color: #cc0605;
		font-weight: 700;
		}
	.aboutDataContent>div>div span{
		line-height: 66px;
		color: #333333;
		font-size: 16px;
	}
	.aboutDataContent>div>div{
		display: flex;
		justify-content: center;
	}

	.eventHighlights{
		margin-bottom: 50px;
	}
	.eventHighlights h1{
		text-align: center;
	}
	.eventHighlights img{
		display: block;
		width: 100%;
	}
	.ExhibitRange h1{
		text-align: center;
	}
	.introduce{
		padding: 20px 0;
		font-size: 18px;
		color: #333333;
		text-align: center;
	}
		.introduce span{
			color: #cc0605;
			font-size: 28px;
			font-weight: 500;
			line-height:50px;
		}
	.introduce a{
		color: #219099;
		border-bottom: 1px solid #219099
	}
	.audience{
		margin-bottom: 40px;
		display: flex;
		justify-content: space-between;
		height: 190px;
	}
	.audience p{
		border-radius: 10px;
		width: 33%;
		overflow: hidden;
	}
	.audience p img{
		width: 100%;
		display: block;
	}
	.participating h1{
		text-align: center;
		margin-bottom: 40px;
	}
	.participatingItem{
		border: 1px dashed #cc0605;
		border-radius: 20px;
		padding: 30px;
		box-sizing: border-box;
		position: relative;
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}
	.participatingItem p{
		position: absolute;
		color: #cc0605;
		font-weight: 700;
		font-size: 24px;
		top: -12px;
		background-color: white;
		padding: 0 15px;
	}
	.participatingItem img{
		display: block;
		width: 100%;
	}
	.VisitorBenefits{
		margin-bottom: 50px;
	}
	.VisitorBenefits .title{
		text-align: center;
		margin-bottom: 40px;
	}
	.map .title{
		text-align: center;
		margin-bottom: 20px;
	}
	.map div{
		margin-bottom: 40px;
	}
	.footer{
		height: 250px;
		background-color: #f9f6f6;
	}
	.footer .footerContent{
		height: 100%;
		background-image: url(../image/logo_bg10.png);
		background-repeat: no-repeat;
		background-size: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
		padding-top: 40px;
		box-sizing: border-box;
	}
	.footer .footerContent >div:nth-child(2) h3 {
		padding-bottom: 20px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.footer .footerContent>div>div{
		display: flex;
		height: 150px;
		align-content: space-between;
	}
	.footer .footerContent>div>h3{
		font-size: 22px;
		font-weight: 700;
	}
	.footer .footerContent>div h4{
		font-size: 18px;
		font-weight: 700;
		padding: 20px 0 10px 0;
	}
	.footer .footerContent>div>div p{
		width: 110px;
		margin-right: 20px;
		font-size: 18px;
	}
	.Contact div{
		display: flex;
		flex-direction: column;
		white-space: nowrap;
	}
	.Contact div a {
		width: 90%;
		height: auto;
		display: inline-block;
		margin-top: 10px;
	}
	.Contact div a img {
		display: block;
	}