/* 展馆展区 */

.exhibition-area {
	/* height: 1022px;
    background: url(../images/bg1.png) no-repeat center bottom; */
}

.cont-tit {
	padding-top: 80px;
}

.mit-tit {
	padding-top: 62px;
}

.exhi-tit {
	height: 125px;
	background: url(../images/cont-tit.png) no-repeat center 22px;
	text-align: center;
}

.exhi-tit-bg {
	background: #F6FAFF;
}

.exhi-tit h3 {
	font-size: 36px;
	font-weight: 600;
	color: #333;
	line-height: 67px;
}

.exhi-tit p {
	font-size: 24px;
	font-weight: 600;
	color: rgba(51, 51, 51, 0.3);
	line-height: 34px;
}

.bg-bai {
	background: url(../images/cont-tit-bai.png) no-repeat center 22px;
}

.bg-bai h3,
.bg-bai p {
	color: #fff;
}

.exhi-wp {
	height: 1062px;
	background: url(../images/bg1.png) no-repeat center bottom;
	margin: 0 auto;
	position: relative;
}

.exhi-fir {
	background: url(../images/bg11.png) no-repeat center bottom;
}

.exhi-wp .blue {
	width: 167px;
	height: 301px;
	background: linear-gradient(139.38deg, rgba(0, 73, 210, 1) 0%, rgba(80, 0, 210, 1) 100%);
	position: absolute;
	right: -40px;
	top: -40px;
	z-index: 0;
}

.cont-dg {
	width: 100%;
	overflow: hidden;
	background: url(../images/VR.png) no-repeat center center;
	height: 171px;
	display: block;
}

.exhi-list {
	padding: 17px 0 0 32px;
	display: flex;
	width: 1168px;
	margin: 0 auto;
}

.exhi-list>div:nth-child(2) {
	flex: 1;
}

.exhi-list>div:nth-child(1) {
	width: 467px;
}

.exhi-list div a {
	padding-left: 30px;
	height: 32px;
	line-height: 32px;
	align-items: center;
	display: flex;
	margin-bottom: 12px;
}

.exhi-list div:nth-child(2) a {
	padding-left: 14px;
}

.exhi-list div a em {
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	margin-right: 14px;
	padding-right: 14px;
	border-right: 1px rgba(207, 207, 207, 1) solid;
}

.exhi-list div a span {
	width: 300px;
	font-size: 18px;
	flex: 1;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.exhi-list div a:hover em,
.exhi-list div a:hover span,
.exhi-list div a.on em,
.exhi-list div a.on span {
	color: rgb(15, 107, 219);
	text-shadow: 0 0 2px rgba(0, 29, 45, 0.25);
}

.exhi-list div a:hover em,
.exhi-list div a.on em {
	border-color: rgb(15, 107, 219);
}

.add-wp {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}

.exhi-cont-list {
	position: relative;
	width: 1000px;
	height: 550px;
	margin: 0 auto;
	z-index: 2000;
	/* background: url(../images/cgbg.png) no-repeat center bottom #fff; */
}

.exhi-cont-list li {
	background: #fff;
	width: 64px;
	height: 177px;
	overflow: hidden;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.exhi-cont-list li em {
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 12px;
}

.exhi-cont-list li em var {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	color: #fff;
	border: 1px #fff solid;
	font-size: 12px;
}

.exhi-cont-list li span {
	display: flex;
	height: 94px;
	writing-mode: tb;
	width: 81px;
	align-items: center;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	padding: 58px 11px 0 8px;
}

.exhi-cont-list li:nth-child(1) {
	/* transform: rotate(-90deg); */
	left: 58px;
	bottom: -5px;
	background: url(../images/1.png) no-repeat 0 0;
	width: 206px;
	height: 81px;
}

.exhi-cont-list li:nth-child(1) span {
	transform: rotate(-88deg);
	padding: 25px 12px 0 0;
}

.exhi-cont-list li:nth-child(2) {
	width: 192px;
	height: 109px;
	/* transform: rotate(-76deg); */
	left: 62px;
	bottom: 75px;
	background: url(../images/2.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(2) span {
	transform: rotate(-76deg);
	padding: 25px 12px 0 0;
}

.exhi-cont-list li:nth-child(3) {
	width: 182px;
	height: 144px;
	/* transform: rotate(-64deg); */
	left: 95px;
	bottom: 147px;
	background: url(../images/3.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(3) span {
	transform: rotate(-64deg);
	padding: 49px 4px 0 0;
}

.exhi-cont-list li:nth-child(4) {
	width: 162px;
	height: 165px;
	/* transform: rotate(-50deg); */
	left: 157px;
	bottom: 210px;
	background: url(../images/4.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(4) span {
	transform: rotate(-50deg);
	height: 100px;
	width: 100px;
}

.exhi-cont-list li:nth-child(5) {
	width: 137px;
	height: 173px;
	/* transform: rotate(-34deg); */
	left: 240px;
	top: 110px;
	background: url(../images/5.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(5) span {
	transform: rotate(-34deg);
	width: 64px;
	padding: 61px 0 0 5px;
}

.exhi-cont-list li:nth-child(6) {
	width: 105px;
	height: 169px;
	/* transform: rotate(-17deg); */
	left: 345px;
	top: 74px;
	background: url(../images/6.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(6) span {
	transform: rotate(-17deg);
	width: 64px;
	padding: 61px 0 0 10px;
}

.exhi-cont-list li:nth-child(7) {
	width: 81px;
	height: 157px;
	/* transform: rotate(0deg); */
	left: 457px;
	top: 67px;
	background: url(../images/7.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(7) span {
	transform: rotate(0deg);
	width: 64px;
	padding: 45px 0 0 0;
}

.exhi-cont-list li:nth-child(8) {
	width: 105px;
	height: 170px;
	/* transform: rotate(17deg); */
	left: 550px;
	top: 72px;
	background: url(../images/8.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(8) span {
	transform: rotate(17deg);
	width: 64px;
	padding: 45px 12px 0 0;
}

.exhi-cont-list li:nth-child(9) {
	width: 137px;
	height: 175px;
	/* transform: rotate(34deg); */
	left: 620px;
	top: 103px;
	background: url(../images/9.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(9) span {
	transform: rotate(30deg);
	width: 64px;
	padding: 45px 12px 0 0;
}

.exhi-cont-list li:nth-child(10) {
	width: 165px;
	height: 167px;
	/* transform: rotate(50deg); */
	left: 681px;
	top: 167px;
	background: url(../images/10.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(10) span {
	transform: rotate(47deg);
	width: 30px;
	margin: 24px 25px 0 0;
	overflow: hidden;
	padding: 0;
	align-items: flex-start;
}

.exhi-cont-list li:nth-child(11) {
	width: 185px;
	height: 146px;
	/* transform: rotate(64deg); */
	left: 726px;
	top: 253px;
	background: url(../images/11.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(11) span {
	transform: rotate(60deg);
	width: 30px;
	padding: 40px 0 0 0;
}

.exhi-cont-list li:nth-child(12) {
	width: 195px;
	height: 111px;
	/* transform: rotate(76deg); */
	left: 750px;
	bottom: 80px;
	background: url(../images/12.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(12) span {
	transform: rotate(76deg);
	width: 30px;
	padding: 30px 0 0 14px;
}

.exhi-cont-list li:nth-child(13) {
	width: 211px;
	height: 81px;
	/* transform: rotate(90deg); */
	left: 740px;
	bottom: -2px;
	background: url(../images/13.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(13) span {
	transform: rotate(90deg);
	width: 30px;
	padding: 10px 0 0 14px;
}

.exhi-cont-list li:hover em var,
.exhi-cont-list li.on em var {
	background: #fff;
}

.exhi-cont-list li:hover span,
.exhi-cont-list li.on span {
	/* color: #fff; */
}

.exhi-cont-list li:nth-child(1):hover,
.exhi-cont-list li:nth-child(1).on {
	background: url(../images/1ed.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(1):hover em var,
.exhi-cont-list li:nth-child(1).on em var {
	color: #4863FF;
}

.exhi-cont-list li:nth-child(2):hover,
.exhi-cont-list li:nth-child(2).on {
	background: url(../images/2ed.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(2):hover em var,
.exhi-cont-list li:nth-child(2).on em var {
	color: #FE4B4B;
}

.exhi-cont-list li:nth-child(3):hover,
.exhi-cont-list li:nth-child(3).on {
	background: url(../images/3ed.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(3):hover em var,
.exhi-cont-list li:nth-child(3).on em var {
	color: #23B7FF;
}

.exhi-cont-list li:nth-child(4):hover,
.exhi-cont-list li:nth-child(4).on {
	background: url(../images/4ed.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(4):hover em var,
.exhi-cont-list li:nth-child(4).on em var {
	color: #FF7E00;
}

.exhi-cont-list li:nth-child(5):hover,
.exhi-cont-list li:nth-child(5).on {
	background: url(../images/5ed.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(5):hover em var,
.exhi-cont-list li:nth-child(5).on em var {
	color: #CD52FF;
}

.exhi-cont-list li:nth-child(6):hover,
.exhi-cont-list li:nth-child(6).on {
	background: url(../images/6ed.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(6):hover em var,
.exhi-cont-list li:nth-child(6).on em var {
	color: #FF38C9;
}

.exhi-cont-list li:nth-child(7):hover,
.exhi-cont-list li:nth-child(7).on {
	background: url(../images/7ed.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(7):hover em var,
.exhi-cont-list li:nth-child(7).on em var {
	color: #3FC539;
}

.exhi-cont-list li:nth-child(8):hover,
.exhi-cont-list li:nth-child(8).on {
	background: url(../images/8ed.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(8):hover em var,
.exhi-cont-list li:nth-child(8).on em var {
	color: #00E0C3;
}

.exhi-cont-list li:nth-child(9):hover,
.exhi-cont-list li:nth-child(9).on {
	background: url(../images/9ed.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(9):hover em var,
.exhi-cont-list li:nth-child(9).on em var {
	color: #9040FD;
}

.exhi-cont-list li:nth-child(10):hover,
.exhi-cont-list li:nth-child(10).on {
	background: url(../images/10ed.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(10):hover em var,
.exhi-cont-list li:nth-child(10).on em var {
	color: #E0BC00;
}

.exhi-cont-list li:nth-child(11):hover,
.exhi-cont-list li:nth-child(11).on {
	background: url(../images/11ed.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(11):hover em var,
.exhi-cont-list li:nth-child(11).on em var {
	color: #5C17FD;
}

.exhi-cont-list li:nth-child(12):hover,
.exhi-cont-list li:nth-child(12).on {
	background: url(../images/12ed.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(12):hover em var,
.exhi-cont-list li:nth-child(12).on em var {
	color: #F267A1;
}

.exhi-cont-list li:nth-child(13):hover,
.exhi-cont-list li:nth-child(13).on {
	background: url(../images/13ed.png) no-repeat 0 0;
}

.exhi-cont-list li:nth-child(13):hover em var,
.exhi-cont-list li:nth-child(13).on em var {
	color: #99C165;
}

.exhi-list li:nth-child(1) em {
	background: #4863FF;
}

.exhi-list li:nth-child(2) em {
	background: #FE4B4B;
}

.exhi-list li:nth-child(3) em {
	background: #23B7FF;
}

.exhi-list li:nth-child(4) em {
	background: #FF7E00;
}

.exhi-list li:nth-child(5) em {
	background: #CD52FF;
}

.exhi-list li:nth-child(6) em {
	background: #FF38C9;
}

.exhi-list li:nth-child(7) em {
	background: #3FC539;
}

.exhi-list li:nth-child(8) em {
	background: #00E0C3;
}

.exhi-list li:nth-child(9) em {
	background: #9040FD;
}

.exhi-list li:nth-child(10) em {
	background: #E0BC00;
}

.exhi-list li:nth-child(11) em {
	background: #5C17FD;
}

.exhi-list li:nth-child(12) em {
	background: #F267A1;
}

.exhi-list li:nth-child(13) em {
	background: #99C165;
}

.es-list li span {
	height: 130px;
}

.es-list li:nth-child(1) {
	width: 198px;
	height: 197px;
	/* transform: rotate(-76deg); */
	left: 167px;
	bottom: -79px;
	background: url(../images/14.png) no-repeat 0 0;
}

.es-list li:nth-child(1) span {
	transform: rotate(-48deg);
	padding: 25px 0 0 0;
}

.es-list li:nth-child(2) {
	width: 163px;
	height: 220px;
	/* transform: rotate(-64deg); */
	left: 250px;
	bottom: -40px;
	background: url(../images/15.png) no-repeat 0 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 118px 100%, 0 53px);
}

.es-list li:nth-child(2) span {
	transform: rotate(-34deg);
	padding: 33px 0 0 6px;
}

.es-list li:nth-child(3) {
	width:163px;
	height:305px;
	transform: rotate(17deg);
	left: 324px;
	top: 90px;
	background: url(../images/16.png) no-repeat 0 0;
	clip-path: polygon(0 0,100% 0,100% 100%,118px 100%,0 53px);
}
.es-list li:nth-child(3) span {
	transform: rotate(-35deg);
	padding:33px 0 0 50px;
}

.es-list li:nth-child(1):hover,
.es-list li:nth-child(1).on {
	background: url(../images/14ed.png) no-repeat 0 0;
}

.es-list li:nth-child(2):hover,
.es-list li:nth-child(2).on {
	background: url(../images/15ed.png) no-repeat 0 0;
}

.es-list li:nth-child(3):hover,
.es-list li:nth-child(3).on {
	background: url(../images/16ed.png) no-repeat 0 0;
	transform: rotate(17deg);
}

.exhi-item {
	display: none;
}


/* banner */

.poly-banner {
	width: 100%;
}

.poly-bg {
	height: 1137px;
	/*background: url(../images/poly-bg.png) no-repeat center top;*/
}

.poly-wp {
	width: 1200px;
	margin: 0 auto;
	height: 1137px;
}

.exhi-list {
	height: 505px;
}

.poly3 {
	background: url(../images/jhty.png) no-repeat center bottom;
}

.poly1 {
	background: url(../images/jhsx.png) no-repeat center bottom;
}

.exhi-list div a span,
.exhi-list div a em {
	color: #333;
}

.exhi-list div a var {
	background: rgb(15, 107, 219);
	height: 17px;
	width: 6px;
	margin-right: 8px;
}

.exhi-list div:nth-child(1) a:nth-child(2) var {
	background: rgba(0, 157, 224, 1);
}

.exhi-list div:nth-child(1) a:nth-child(3) var {
	background: rgba(146, 196, 37, 1);
}

.exhi-list div:nth-child(1) a:nth-child(4) var {
	background: rgba(245, 196, 6, 1);
}

.exhi-list div:nth-child(1) a:nth-child(5) var {
	background: rgba(233, 95, 7, 1);
}

.exhi-list div:nth-child(1) a:nth-child(6) var {
	background: rgba(232, 0, 22, 1);
}

.exhi-list div:nth-child(1) a:nth-child(7) var {
	background: rgba(233, 95, 7, 1);
}

.exhi-list div:nth-child(2) a:nth-child(1) var {
	background: rgba(245, 196, 6, 1);
}

.exhi-list div:nth-child(2) a:nth-child(2) var {
	background: rgba(146, 196, 37, 1);
}

.exhi-list div:nth-child(2) a:nth-child(3) var {
	background: rgba(0, 157, 224, 1);
}

.exhi-list div:nth-child(2) a:nth-child(4) var {
	background: rgba(15, 107, 219, 1);
}

.exhi-list div:nth-child(2) a:nth-child(5) var {
	background: rgba(163, 64, 216, 1);
}

.exhi-list div:nth-child(2) a:nth-child(6) var {
	background: rgba(138, 192, 36, 1);
}

.exhi-list div:nth-child(2) a:nth-child(7) var {
	background: rgba(228, 181, 0, 1);
}

.es-list li:nth-child(1) {
	width: 198px;
	height: 197px;
	left: 173px;
	bottom: 165px;
	background: url(../images/14.png) no-repeat 0 0;
}

.es-list li:nth-child(1) span {
	transform: rotate(-48deg);
	padding: 25px 0 0 0;
}

.es-list li:nth-child(2) {
	width: 163px;
	height: 220px;
	left: 258px;
	bottom: 204px;
	background: url(../images/15.png) no-repeat 0 0;
}

.es-list li:nth-child(2) span {
	transform: rotate(-34deg);
	padding: 33px 0 0 6px;
}

.exhi-box {
	width: 426px;
	height: 285px;
	background: #fff;
	position: absolute;
	z-index: 3000;
	left: 390px;
	bottom: -40px;
	border-radius: 4px;
	box-shadow: 0 2px 24px 0 rgba(0, 10, 66, 0.12);
	display: none;
}

.exhi-box>h3 {
	padding-top: 14px;
	margin: 0 24px;
	height: 40px;
	display: flex;
	align-items: center;
	border-bottom: 9px rgba(217, 217, 217, 1) solid;
	font-size: 18px;
}

.exhi-box>h3 span {
	font-size: 24px;
	padding-right: 7px;
}

.exhi-c {
	padding: 0 0 0 24px;
	height: 214px;
}

.exhi-c h4 {
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
	line-height: 22px;
}

.exhi-c p {
	line-height: 24px;
	font-size: 14px;
}

.one-ceng {
	bottom: -50px;
	width: 400px;
	left: 415px;
}

@media only screen and (max-width: 768px) {
	.add-wp {
		display: none !important;
	}

	.poly-bg {
		height: auto;
	}

	.poly1 {
		background: none;
	}

	.poly3 {
		background: none;
	}

	.exhi-list {
		padding: 10px;
		display: flex;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.poly-wp {
		width: 100%;
		margin: 0 auto;
		height: auto;
		padding-top: 20px;
	}

	.exhi-list>div:nth-child(1) {
		width: 100%;
		display: block;
	}

	.exhi-list>div:nth-child(2) {
		width: 100%;
		display: block;
	}

	.exhi-list {
		display: block;
	}

	.exhi-list div:nth-child(2) a {
		padding-left: 30px;
	}

	.exhi-list {
		height: 760px;
	}

	.exhi-list div a span {
		font-size: 1.0em;
	}

	.exhi-list div a em {
		font-size: 1.0em;
	}

}