@charset "utf-8";
/*	tab */
.quickTab {
	position: relative;
}
.quickTabBox {
	position: absolute;
	left: 0;
	top: -60px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
}
.quickTabBox a {
	flex: 1;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
}
.quickTabBox a.choice{
	background-color: #f9c03c;
	font-weight: 700;
}
	
/*�ſ�*/
.survey {
	margin-top: 50px;
	margin-bottom: 30px;
}

.survey .text {
	width: 1000px;
}
.survey .text h5 {
	font-size: 36px;
	font-weight: 700;
	color: #f9c03c;
	margin-bottom: 15px;
}
.survey .text h6 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.survey .text p {
	font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.8em;
}
.surveyBox {
	align-items: flex-start;
	position: relative;
	margin-bottom: 20px;
}
.scale {
	width: 460px;
}
.scale div {
	position: absolute;
	right: 0;
	bottom: -280px;
	display: flex;
	justify-content: flex-end;
	z-index: 9;
	width: 350px;
}
.scale img {
	width: 100%;
}
.about02 img {
	display: block;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}
	
/*��ť*/
.menu-registration2024-container {
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    z-index: 99;
}
.registrationBox li {
	line-height: 90px;
	height: 90px;
}
.registrationBox li dt {
    font-size: 24px;
    font-weight: 500;
}

.pagetitle {
	text-align: center;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 700;
}
/*	չ������*/
.highlights {
	background-color: #f2f2f2;
	padding: 60px 0;
}
.highlights ul {
	flex-wrap: wrap;
}
.highlights ul li {
	margin-right: 2%;
	margin-bottom: 20px;
	width: 49%;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 30px;
	height: 160px;
}
.highlights ul li h6 {
	font-size: 22px;
	font-weight: 700;
}
.highlights ul li p {
	display: none;
	font-size: 16px;
	line-height: 1.6em
}
.highlights ul li:hover {
	background: linear-gradient(to right, #f9c03c, #fdb030);
	color: #fff;
}
.highlights ul li:hover h6 {
	font-size: 20px;
	margin-bottom: 10px;
}.highlights ul li:hover p {
	display: block;
}
.highlights ul li:nth-child(2n) {
	margin-right: 0;
}
.highlights ul li .left {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
.highlights ul li .right {
	flex: 1;
}
.highlights ul li:nth-child(1) .left{
	background: url("../img/icoh1.png") no-repeat;
	background-size: 100%;
}
.highlights ul li:nth-child(1):hover .left{
	background: url("../img/icoh1s.png") no-repeat;
	background-size: 100%;
}
.highlights ul li:nth-child(2) .left{
	background: url("../img/icoh2.png") no-repeat;
	background-size: 100%;
}
.highlights ul li:nth-child(2):hover .left{
	background: url("../img/icoh2s.png") no-repeat;
	background-size: 100%;
}
.highlights ul li:nth-child(3) .left{
	background: url("../img/icoh3.png") no-repeat;
	background-size: 100%;
}
.highlights ul li:nth-child(3):hover .left{
	background: url("../img/icoh3s.png") no-repeat;
	background-size: 100%;
}
.highlights ul li:nth-child(4) .left{
	background: url("../img/icoh4.png") no-repeat;
	background-size: 100%;
}
.highlights ul li:nth-child(4):hover .left{
	background: url("../img/icoh4s.png") no-repeat;
	background-size: 100%;
}
.highlights ul li:nth-child(5) .left{
	background: url("../img/icoh5.png") no-repeat;
	background-size: 100%;
}
.highlights ul li:nth-child(5):hover .left{
	background: url("../img/icoh5s.png") no-repeat;
	background-size: 100%;
}
.highlights ul li:nth-child(6) .left{
	background: url("../img/icoh6.png") no-repeat;
	background-size: 100%;
}
.highlights ul li:nth-child(6):hover .left{
	background: url("../img/icoh6s.png") no-repeat;
	background-size: 100%;
}

	
/*չƷ��Χ*/
.range {
	background-color: #f2f2f2;
	padding-bottom: 60px;
}
.range ul {
	flex-flow: wrap;
	justify-content: flex-start;
}
.range li {
	background-color: #fff;
	box-sizing: border-box;
	padding: 15px;
	margin-right: 1%;
	margin-bottom: 1%;
	width: 19%;
	border-radius: 20px;
}
.range li:nth-last-child(1) {
	margin-right: 0;
}
.range li .left {
	margin-right: 10px;
	flex: 3;
}
.range li .right {
	flex: 2;
}
.range li .left img {
	max-width: 40px;
	display: block;
	margin-bottom: 10px;
}
.range li .left p {
	font-weight: 700;
	font-size: 14px;
}
	
/*չ�ݷֲ�*/
.distribution {
	padding: 60px 0;
	background: url("../img/hallMapBg.png") no-repeat;
    background-size: cover;
}
.tab-links {
	justify-content: flex-start;
	margin-bottom: 30px;
}
.tab-links li {
	min-width: 180px;
	text-align: center;
	font-size: 16px;
	margin-right: 20px;
	background-color: #ffffff;
	border-radius: 15px;
}
.tab-links li a {
	display: block;
	line-height: 50px;
}
.tab-links li.active {
	background: linear-gradient(to right, #f9c03c, #fdb030);
	
}
.tab-links li.active a {
	color: #fff;
	font-weight: 700;
}
.tab-content .tab {
	display: none;
}
.tab-content .tab.active {
	display: block;		
}

.expand p,
.retract p{
width: 200px; height: 50px; border-radius: 40px; background-color: #f39800;
color: white; font-size: 20px; line-height: 50px; text-align: center; margin: 0
auto; margin-top: 20px; display: flex; align-items: center; justify-content:
center } 
.expand p:hover{ cursor: pointer } 
.retract p:hover{ cursor: pointer }
.expand p b{ display: block; transition-duration: 0.5s; width: 10px; height:
10px; border: solid #fff; border-width: 2px 0 0 2px; transform: rotate(-135deg);
position: relative; left: 10px; top: -2px; } 
.retract p b{ display: block;
transition-duration: 0.5s; width: 10px; height: 10px; border: solid #fff;
border-width: 0 2px 2px 0; transform: rotate(-135deg); position: relative; left:
10px; top: 2px; } 
.retract{ display: none } 
.imgShow{ display: none;padding-top: 30px }



/* �����Ļ��� ����1366px */
@media (min-width: 1367px) and (max-width: 1599px) {
	.scale div {
		position: absolute;
		right: 0;
		bottom: -151px;
		display: flex;
		justify-content: flex-end;
		z-index: 9;
		width: 290px;
	}
	.scale img {
		width: 100%;
	}
}
	
/* �����Ļ����� 1280px �� 1366px ֮����豸 */
@media (min-width: 1280px) and (max-width: 1366px) {  
	.scale div {
		position: absolute;
		right: 0;
		bottom: -151px;
		display: flex;
		justify-content: flex-end;
		z-index: 9;
		width: 290px;
	}
	.scale img {
		width: 100%;
	}
}
/* �����Ļ����� 1024px �� 1279px ֮����豸 */
@media (min-width: 1024px) and (max-width: 1279px) {  
    .scale div {
		position: absolute;
		right: 0;
		bottom: -151px;
		display: flex;
		justify-content: flex-end;
		z-index: 9;
		width: 290px;
	}
	.scale img {
		width: 100%;
	}
} 
/* �����Ļ����� �ƶ��� */
@media (max-width: 750px) {  
	/*	չ��ſ�*/
	.survey {
		margin: 10px 30px;
	}
	.surveyBox {
		display: block;
	}
	.surveyBox .text {
		margin-bottom: 15px;
		display: block;
		width: 100%;
	}
	.scale {
		position: relative;
		width: 100%;
	}
	.scale div {
		position: inherit;
		bottom: 0;
		width: 100%;
	}
	.scale img {
		display: block;
		width: 100%;
	}
	/*	��ť*/
	.menu-registration2024-container {
		position: inherit;
		left: 0;
		top: 0;
		padding: 0;
	}
	.registrationBox li {
		padding: 10px 0;
		height: 50px;
		line-height: 50px;
	}
	.registrationBox li dd {
		content: '';
		display: block;
		width: 26px;
		height: 26px;
		margin: 0 auto 10px;
	}
	.registrationBox li dt {
		font-size: 16px;
		font-weight: 500;
	}
	
	/*չ������*/
	.highlights {
		background-color: #f2f2f2;
		padding: 30px 30px;
		box-sizing: border-box;
	}
	.highlights ul li {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
		background-color: #fff;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		height: 170px;
	}
	.highlights ul li h6 {
		font-size: 17px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.highlights ul li p { 
		display: block;
		font-size: 14px;
		line-height: 1.6em;
	}
	
	/*	չƷ��Χ*/
	.range {
		background-color: #f2f2f2;
		box-sizing: border-box;
		padding: 0 30px 30px;
	} 
	.range li {
		flex: none;
		background-color: #fff;
		box-sizing: border-box;
		padding: 15px;
		margin-right: 4%;
		border-radius: 20px;
		max-width: 48%;
		margin-bottom: 4%;
		width: 48%;
	}
	.range li:nth-child(2n) {
		margin-right: 0;
	}
	.range li .left img {
		max-width: 30px;
		display: block;
		margin-bottom: 5px;
	}
	.range li .left p {
		font-weight: 700;
		font-size: 12px;
	}
	
	/* չ�ݷֲ�ͼ */
	.distribution {
		padding: 30px;
		background: url(../img/mobileHallMapImgBg.png) no-repeat;
		background-size: cover;
		box-sizing: border-box;
		width: 100%;
        overflow: hidden;
	}
	.tab-links li {
		min-width: 100px;
		text-align: center;
		font-size: 14px;
		margin-right: 20px;
		background-color: #ffffff;
		border-radius: 15px;
	}
	.tab-links {
		justify-content: center;
		margin-bottom: 30px;
	}
	.tab-links li a {
		line-height: 35px;
	}
}