.exhibit-background{
	background-image: url(../img/img-7.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.exhibit-container{
	width: 100%;
}
.exhibit1-wrap{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 100px;
}
.exhibit1-wrap:nth-child(2n) {
	flex-flow: row-reverse
}
.exhibit1-wrap-l{
	width: 50%;
	display: flex;
	align-items: center;
}
.exhibit1-wrap-content{
	width: 100%;
}
.exhibit1-title{
	font-size: 30px;
	font-weight: bold;
	line-height: 42px;
	color: #238e3a;
}
.exhibit1-desc{
	margin-top: 30px;
	color: #4d545b;
}
.exhibit1-desc *{
	font-size: 16px;
	line-height: 26px;
}
.exhibit1-wrap-r{
	width: 42%;
	position: relative;
}

.exhibit1-image-wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	box-shadow: 14px 14px 0 #238e3a;
}
.exhibit1-image-wrap .exhibit1-image{
	width: 100%;
	height: auto;
	transition-duration:0.5s;
	display: block;
	position: relative;
}
.exhibit1-image-wrap .exhibit1-image:hover{
	transform: scale(1.1) translate3d(0px, 0px, 0px);
}


@media only screen and (max-width: 1300px) {
	.exhibit1-title{
		font-size: 19px;
		line-height: 30px;
	}
	.exhibit1-desc{
		margin-top: 20px;
	}
	.exhibit1-desc *{
		font-size: 13px;
		line-height: 22px;
	}
	.exhibit1-wrap{
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 900px) {
	.exhibit1-title{
		font-size: 16px;
		line-height: 25px;
	}
	.exhibit1-desc{
		margin-top: 18px;
	}
	.exhibit1-desc *{
		font-size: 12px;
		line-height: 21px;
	}
	.exhibit1-wrap{
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 700px) {
	.exhibit1-title{
		font-size: 15px;
		line-height: 25px;
	}
	.exhibit1-wrap-r{
		width: 45%;
	}
	.exhibit1-image-wrap{
		box-shadow: 10px 10px 0 #76952e;
	}
	.exhibit1-wrap{
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 500px) {
	.exhibit1-wrap-l{
		width: 100%;
	}
	.exhibit1-title{
		font-size: 15px;
		line-height: 25px;
	}
	.exhibit1-wrap-r{
		width: 97%;
		margin-top: 20px;
	}
	.exhibit1-image-wrap{
		box-shadow: 10px 10px 0 #76952e;
	}
	.exhibit1-wrap{
		display: block;
		margin-bottom: 40px;
	}
}


/* 参展须知 */
.exhibit2-wrap{
	width: 100%;
	display: flex;
}
.exhibit2-wrap-l{
	width: 400px;
	flex-shrink: 0;
	padding-bottom: 50px;
}
.exhibit2-l-box{
	width: 100%;
	display: inline-block;
	height: auto;
	border: 4px solid #8d9296;
	padding: 50px;
	background-color: #FFFFFF;
	position: sticky;
	top: 120px;
}
.exhibit2-l-list{
	width: 100%;
}
.exhibit2-l-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	cursor: pointer;
}
.exhibit2-l-text{
	font-size: 16px;
	color: #363a3d;
	width: 80%;
	line-height: 26px;
}
.exhibit2-image-1{
	width: 13px;
	height: auto;
	display: block;
	opacity: 0;
	transition: all 0.4s;
}
.exhibit2-l-item:hover .exhibit2-image-1{
	opacity: 1;
}
.exhibit2-l-download{
	display: flex;
	align-items: stretch;
	width: 100%;
	border: 1px solid #e6e6e6;
	margin-top: 70px;
}
.exhibit2-download-l{
	flex-shrink: 0;
	padding: 12px 16px;
	border-right: 1px solid #e6e6e6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.exhibit2-download-l img{
	width: 25px;
	height: auto;
	display: block;
}
.exhibit2-download-r{
	flex: 1;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.exhibit2-download-text{
	flex: 1;
	font-size: 14px;
	line-height: 22px;
	margin-right: 20px;
}
.exhibit2-download-r img{
	width: 30px;
	height: auto;
	display: block;
	flex-shrink: 0;
}
.exhibit2-wrap-r{
	margin-left: 7%;
	flex: 1;
}
.exhibit2-r-list{
	width: 100%;
}
.exhibit2-r-content{
	width: 100%;
	padding-bottom: 50px;
	display: none;
}
.exhibit2-r-content *{
	font-size: 14px;
	line-height: 2;
}
.exhibit2-r-content img{
	width: 100%;
	height: auto;
	display: block;
}


.exhibit2-fixed{
	position: fixed;
	z-index: 100;
	width: 400px;
	top: 30px;
}

.exhibit2-download-mobile{
	display: none !important;
}


/* 手机端下拉框 */
.exhibit2-title{
	display: none;
}
.exhibit2-title-wrap{
	display: flex;
	align-items: center;
}
.exhibit2-title-r{
	flex: 1;
	position: relative;
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #e6e6e6;
}
.exhibit2-dropdown{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	height: 37px;
	width: 100%;
}
.exhibit2-down-n{
	display: block;
	width: 8px;
	height: auto;
}
.dropdown-content {
	width: calc(100% + 2px);
	top: 38px;
	left: -1px;
	position: absolute;
	box-sizing: border-box;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	background-color: #FFFFFF;
	display: none;
	z-index: 100;
}
.dropdown-content .dropdown-text{
	height: 37px;
	line-height: 37px;
	padding: 0 10px;
	border-bottom: 1px solid #e6e6e6;
	display: block;
}

.dropdown-content .dropdown-text:hover{
	background-color: #e6e6e6;
}
.exhibit2-down-transform{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
@media only screen and (max-width: 1200px) {
	.exhibit2-l-box{
		top: 80px;
	}
}
@media only screen and (max-width: 1300px) {
	.exhibit2-wrap-l{
		width: 350px;
		padding-bottom: 40px;
	}
	.exhibit2-l-box{
		border: 3px solid #8d9296;
		padding: 40px;
	}
	.exhibit2-l-item{
		margin-bottom: 15px;
	}
	.exhibit2-l-text{
		font-size: 14px;
		line-height: 23px;
	}
	.exhibit2-image-1{
		width: 11px;
	}
	.exhibit2-l-download{
		margin-top: 50px;
	}
	.exhibit2-download-l img{
		width: 22px;
	}
	.exhibit2-download-text{
		font-size: 13px;
		line-height: 22px;
		margin-right: 20px;
	}
	.exhibit2-download-r img{
		width: 25px;
	}
	.exhibit2-wrap-r{
		margin-left: 5%;
		flex: 1;
	}
	.exhibit2-r-content{
		padding-bottom: 40px;
	}
	.exhibit2-fixed{
		width: 350px;
	}
}


@media only screen and (max-width: 900px) {
	.exhibit2-wrap-l{
		width: 270px;
		padding-bottom: 30px;
	}
	.exhibit2-l-box{
		border: 3px solid #8d9296;
		padding: 25px;
	}
	.exhibit2-l-item{
		margin-bottom: 12px;
	}
	.exhibit2-l-text{
		font-size: 14px;
		line-height: 23px;
	}
	.exhibit2-image-1{
		width: 11px;
	}
	.exhibit2-l-download{
		margin-top: 50px;
	}
	.exhibit2-download-l{
		padding: 10px 12px;
	}
	.exhibit2-download-l img{
		width: 20px;
	}
	.exhibit2-download-r{
		padding: 10px 12px;
	}
	.exhibit2-download-text{
		font-size: 13px;
		line-height: 22px;
		margin-right: 14px;
	}
	.exhibit2-download-r img{
		width: 21px;
	}
	.exhibit2-wrap-r{
		margin-left: 3%;
		flex: 1;
	}
	.exhibit2-r-content{
		padding-bottom: 30px;
	}
	.exhibit2-fixed{
		width: 270px;
	}
}

@media only screen and (max-width: 700px) {
	.exhibit2-wrap-l{
		width: 230px;
		padding-bottom: 20px;
	}
	.exhibit2-l-box{
		border: 3px solid #8d9296;
		padding: 17px;
	}
	.exhibit2-l-item{
		margin-bottom: 10px;
	}
	.exhibit2-l-text{
		font-size: 13px;
		line-height: 21px;
	}
	.exhibit2-image-1{
		width: 10px;
	}
	.exhibit2-l-download{
		margin-top: 50px;
	}
	.exhibit2-download-l{
		padding: 8px 10px;
	}
	.exhibit2-download-l img{
		width: 17px;
	}
	.exhibit2-download-r{
		padding: 8px 10px;
	}
	.exhibit2-download-text{
		font-size: 12px;
		line-height: 22px;
		margin-right: 10px;
	}
	.exhibit2-download-r img{
		width: 18px;
	}
	.exhibit2-wrap-r{
		margin-left: 3%;
		flex: 1;
	}
	.exhibit2-r-content{
		padding-bottom: 20px;
	}
	.exhibit2-fixed{
		width: 230px;
	}
}

@media only screen and (max-width: 500px) {
	.exhibit2-wrap-l{
		display: none;
	}
	.exhibit2-wrap-r{
		margin-left: 0%;
		flex: 1;
	}
	.exhibit2-r-content{
		padding-bottom: 15px;
	}
	.exhibit2-fixed{
		position: static;
		width: 230px;
		display: none;
	}
	
	.exhibit2-title{
		display: block;
	}
	.exhibit2-r-list{
		margin-top: 10px;
	}
	.exhibit2-download-mobile{
		margin-top: 10px;
		background-color: #FFFFFF;
	}
}

/* 特装推荐 */
.exhibit3-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.exhibit3-item{
	width: 28%;
	height: 474px;
	background-color: #FFFFFF;
	border: 1px solid #e6e6e6;
	box-shadow: 12px 12px 0 #238e3a;
	margin-right: 8%;
	box-sizing: border-box;
	padding: 40px;
	transition: all 0.4s;
}
.exhibit3-item:hover{
	box-shadow: 0 0 0 #238e3a;
}
.exhibit3-item:nth-child(3n){
	margin-right: 0%;
}
.exhibit3-item:nth-child(n + 4){ 
	margin-top: 90px;
}
.exhibit3-image{
	width: 60px;
	height: auto;
	display: block;
}
.exhibit3-title{
	font-size: 24px;
	font-weight: bold;
	color: #363a3d;
	line-height: 36px;
	margin-top: 20px;
	height: 74px;
}
.exhibit3-address{
	margin-top: 20px;
	font-size: 14px;
	line-height: 26px;
	color: #4d545b;
	height: 54px;
	margin-bottom: 20px;
}
.exhibit3-text{
	font-size: 14px;
	line-height: 26px;
	color: #4d545b;
}
.exhibit3-text-color{
	color: #76952e;
	text-decoration: underline;
}


@media only screen and (max-width: 1300px) {
	.exhibit3-item{
		width: 29%;
		height: 434px;
		background-color: #FFFFFF;
		border: 1px solid #e6e6e6;
		box-shadow: 12px 12px 0 #76952e;
		margin-right: 6.5%;
		box-sizing: border-box;
		padding: 35px;
	}
	.exhibit3-item:nth-child(3n){
		margin-right: 0%;
	}
	.exhibit3-item:nth-child(n + 4){
		margin-top: 70px;
	}
	.exhibit3-image{
		width: 50px;
	}
	.exhibit3-title{
		font-size: 20px;
		line-height: 32px;
		margin-top: 20px;
		height: 70px;
	}
	.exhibit3-address{
		margin-top: 15px;
		font-size: 13px;
		line-height: 24px;
		color: #4d545b;
		height: 50px;
		margin-bottom: 15px;
	}
	.exhibit3-text{
		font-size: 13px;
		line-height: 24px;
		color: #4d545b;
	}
}

@media only screen and (max-width: 900px) {
	.exhibit3-item{
		width: 44%;
		height: 390px;
		background-color: #FFFFFF;
		border: 1px solid #e6e6e6;
		box-shadow: 12px 12px 0 #76952e;
		margin-right: 12%;
		box-sizing: border-box;
		padding: 35px;
	}
	.exhibit3-item:nth-child(2n){
		margin-right: 0%;
	}
	.exhibit3-item:nth-child(3n){
		margin-right: 12%;
	}
	.exhibit3-item:nth-child(n + 3){
		margin-top: 60px;
	}
	.exhibit3-item:nth-child(n + 4){
		margin-top: 60px;
	}
	.exhibit3-image{
		width: 50px;
	}
	.exhibit3-title{
		font-size: 17px;
		line-height: 28px;
		margin-top: 20px;
		height: 60px;
	}
	.exhibit3-address{
		margin-top: 15px;
		font-size: 12px;
		line-height: 22px;
		color: #4d545b;
		height: 40px;
		margin-bottom: 15px;
	}
	.exhibit3-text{
		font-size: 12px;
		line-height: 22px;
		color: #4d545b;
	}
}


@media only screen and (max-width: 700px) {
	.exhibit3-item{
		width: 46%;
		height: 360px;
		background-color: #FFFFFF;
		border: 1px solid #e6e6e6;
		box-shadow: 12px 12px 0 #76952e;
		margin-right: 8%;
		box-sizing: border-box;
		padding: 25px;
	}
	.exhibit3-item:nth-child(2n){
		margin-right: 0%;
	}
	.exhibit3-item:nth-child(3n){
		margin-right: 8%;
	}
	.exhibit3-item:nth-child(n + 3){
		margin-top: 50px;
	}
	.exhibit3-item:nth-child(n + 4){
		margin-top: 50px;
	}
	.exhibit3-image{
		width: 45px;
	}
	.exhibit3-title{
		font-size: 15px;
		line-height: 25px;
		margin-top: 15px;
		height: 52px;
	}
	.exhibit3-address{
		margin-top: 12px;
		font-size: 12px;
		line-height: 22px;
		color: #4d545b;
		height: 40px;
		margin-bottom: 12px;
	}
	.exhibit3-text{
		font-size: 12px;
		line-height: 22px;
		color: #4d545b;
	}
}



@media only screen and (max-width: 500px) {
	.exhibit3-item{
		width: 95%;
		height: 340px;
		background-color: #FFFFFF;
		border: 1px solid #e6e6e6;
		box-shadow: 12px 12px 0 #76952e;
		margin-right: 0%;
		margin-top: 40px;
		box-sizing: border-box;
		padding: 20px;
	}
	.exhibit3-item:first-child{
		margin-top: 20px !important;
	}
	.exhibit3-item:nth-child(2n){
		margin-right: 0%;
	}
	.exhibit3-item:nth-child(3n){
		margin-right: 0%;
	}
	.exhibit3-item:nth-child(-n+2){
		margin-top: 35px;
	}
	.exhibit3-item:nth-child(-n+3){
		margin-top: 35px;
	}
	.exhibit3-item:nth-child(n + 4){
		margin-top: 35px;
	}
	.exhibit3-image{
		width: 45px;
	}
	.exhibit3-title{
		font-size: 15px;
		line-height: 25px;
		margin-top: 15px;
		height: 52px;
	}
	.exhibit3-address{
		margin-top: 12px;
		font-size: 12px;
		line-height: 22px;
		color: #4d545b;
		height: 40px;
		margin-bottom: 12px;
	}
	.exhibit3-text{
		font-size: 12px;
		line-height: 22px;
		color: #4d545b;
	}
}

.page-exhibit-abs{
	width: 500px;
	position: absolute;
	height: 300px;
	right: 300px;
	display: flex;
	align-items: center;
}
.page-exhibit-normal{
	width: 100%;
	display: none;
	margin-top: 20px;
}

.page-exhibit{
	width: 100%;
	font-size: 16px;
}
.page-exhibit-title{
	font-weight: bold;
	color: #238e3a;
	line-height: 30px;
}
.page-exhibit-desc{
	margin-top: 15px;
	color: #4c4f51;
	line-height: 30px;
}

@media only screen and (max-width: 1300px) {
	.page-exhibit-abs{
		width: 450px;
		height: 210px;
		right: 220px;
	}
	.page-exhibit{
		width: 100%;
		font-size: 14px;
	}
	.page-exhibit-title{
		font-weight: bold;
		color: #76952e;
		line-height: 24px;
	}
	.page-exhibit-desc{
		margin-top: 12px;
		color: #4c4f51;
		line-height: 24px;
	}
}

@media only screen and (max-width: 900px) {
	.page-exhibit-abs{
		width: 350px;
		height: 160px;
		right: 150px;
	}
	.page-exhibit{
		width: 100%;
		font-size: 13px;
	}
	.page-exhibit-title{
		font-weight: bold;
		color: #76952e;
		line-height: 22px;
	}
	.page-exhibit-desc{
		margin-top: 6px;
		color: #4c4f51;
		line-height: 22px;
	}
}

@media only screen and (max-width: 700px) {
	.page-exhibit-abs{
		width: 320px;
		height: 140px;
		right: 3%;
	}
	.page-exhibit{
		width: 100%;
		font-size: 13px;
	}
	.page-exhibit-title{
		font-weight: bold;
		color: #76952e;
		line-height: 22px;
	}
	.page-exhibit-desc{
		margin-top: 6px;
		color: #4c4f51;
		line-height: 22px;
	}
}

@media only screen and (max-width: 500px) {
	.page-exhibit-abs{
		width: 320px;
		height: 160px;
		right: 3%;
		display: none;
	}
	.page-exhibit{
		width: 100%;
		font-size: 13px;
	}
	.page-exhibit-title{
		font-weight: bold;
		color: #76952e;
		line-height: 22px;
	}
	.page-exhibit-desc{
		margin-top: 6px;
		color: #4c4f51;
		line-height: 22px;
	}
	.page-exhibit-normal{
		width: 100%;
		display: block;
	}
}