.page-banner {
	background-position: center;
	background-size: 1920px 440px;
	width: 100%;
	height: 440px;
}
.page-banner .title {
	padding-top: 170px;
	font-size: 36px;
	
	font-weight: 600;
	color: #FFFFFF;
	line-height: 50px;
}
.page-banner .border {
	width: 140px;
	height: 5px;
	background: var(--primary-color);
	border-radius: 80px 0px 80px 0px;
	margin-top: 12px;
}
.page-banner .des {
	margin-top: 36px;
	font-size: 16px;
	
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
	width: 407px;
}
.exhibition-scope-list {
	padding-top: 24px;
	display: flex;
	flex-wrap: wrap;
}
.exhibition-scope-list .item {
	margin-top: 56px;
	width: 380px;
}
.exhibition-scope-list .item a {
	display: block;
}
.exhibition-scope-list .item .img, .exhibition-scope-list .item .img  img {
	width: 380px;
	height: 380px;
	border-radius: 10px;
}
.exhibition-scope-list .item .img {
	overflow: hidden;
}
.exhibition-scope-list .item .img  img {
	transition: all 0.3s ease-in-out;
}
.exhibition-scope-list .item a:hover img{
	transform: scale(1.05);
}
.exhibition-scope-list .title {
	font-size: 18px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
	margin-top: 20px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.exhibition-scope-list .item:hover .title{
	color: var(--primary-color);
}
.exhibition-scope-list .bg {
	width: 380px;
	height: 228px;
	background: linear-gradient(180deg, rgba(219,209,195,0) 0%, rgba(149,112,89,0.54) 53%, #866457 100%);
	border-radius: 0px 0px 10px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.exhibition-scope-list .item {
	margin-right: 30px;
}
.exhibition-scope-list .item:nth-child(3n) {
	margin-right: 0;
}
.trends-list {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}
.trends-list .item {
	width: 380px;
	height: 570px;
	box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.5);
	border: 1px solid #D8D8D8;
	margin-right: 30px;
	transition: all 0.3s ease-in-out;
	border-radius: 0px 50px 0px 0px;
	background-color: #fff;
	margin-top: 60px;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
}
.trends-list .item:hover {
	box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.5);
}
.trends-list .item a {
	display: block;
}
.trends-list .item:nth-child(3n) {
	margin-right: 0;
}
.trends-list .item .img {
	width: 100%;
	height: 336px;
	border-radius: 0px 50px 0px 0px;
}
.trends-list .item .img img {
	width: 100%;
	height: 336px;
	border-radius: 0px 50px 0px 0px;
}
.trends-list .item .bottom {
	padding: 0 20px;
}
.trends-list .item .title {
	padding-top: 28px;
	font-size: 16px;
	
	font-weight: 600;
	color: #333333;
	line-height: 32px;
	transition: all 0.3s ease-in-out;
}
.trends-list .item:hover .title{
	color: var(--primary-color);
}
.trends-list .item .des {
	font-size: 16px;
	
	font-weight: 300;
	color: #333333;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 90px;
	margin-top: 12px;
}
.trends-list .item .date {
	margin-top: 10px;
	font-size: 16px;
	
	font-weight: 400;
	color: #777777;
	line-height: 22px;
}
.common-loading {
	width: 1200px;
	height: 40px;
	border: 1px solid #F0F0F0;
	font-size: 14px;
	
	font-weight: 400;
	color: var(--primary-color);
	line-height: 40px;
	font-size: 14px;
	
	font-weight: 400;
	color: var(--primary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.common-loading img {
	margin-left: 4px;
}
.m-b-80 {
	margin: 80px auto;
}

.article-details {
	width: 1200px;
	margin: 0 auto;
	margin-top: 36px;
	display: flex;
	justify-content: space-between;
}
.article-details .l-con {
	width: 800px;
}
.article-details .r-con {
	width: 330px;
}
.article-details .l-con>.title {
	font-size: 28px;
	
	font-weight: 600;
	color: #333333;
	line-height: 40px;
	padding-bottom: 24px;
	border-bottom: 1px solid #F2F2F2;
}
.article-details .l-con .info {
	margin-top: 28px;
	line-height: 20px;
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	vertical-align: middle;
}
.m-t-16 {
	margin-top: 16px;
}
.article-details .l-con .info .tag {
	text-align: center;
	display: inline-block;
	width: 34px;
	height: 20px;
	background: var(--primary-color);
	border-radius: 2px;
	font-size: 12px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
	margin-right: 6px;
}
.m-r-20 {
	margin-right: 20px;
}
.rich-text {
	font-size: 16px;
	
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}
.rich-text img {
	max-width: 100%;
}
.page-bg {
	background-color: #102B49;
}
.h95 {
	height: 95px;
}
.article-details .dashed {
	margin-top: 60px;
	border: 1px dashed #DADADA;
}
.article-details .l-bottom {
	margin-top: 48px;
	display: flex;
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.article-details .keyword {
	font-size: 16px;
	
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}
.article-details .keyword span {
	display: inline-block;
	padding: 6px 20px;
	background: var(--primary-color);
	border-radius: 16px;
	opacity: 0.8;
	font-size: 14px;
	
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin-right: 16px;
	margin-left: 10px;
}
.article-details .share {
	font-size: 16px;
	
	font-weight: 400;
	color: var(--primary-color);
	padding-left: 28px;
	background: url(../images/share.png) no-repeat left center;
	background-size: 20px;
	line-height: 20px;
	cursor: pointer;
}
.article-details .border {
	height: 1px;
	background: #F2F2F2;
	margin-top: 60px;
}
.article-details .read-title {
	margin-top: 28px;
	font-size: 18px;
	
	font-weight: 500;
	color: #333333;
	line-height: 28px;
}
.title-border {
	margin-top: 6px;
	width: 68px;
	height: 6px;
	background: var(--primary-color);
	border-radius: 80px 0px 80px 0px;
}
.news-list {
	padding-top: 4px;
}
.news-list a {
	display: flex;
	margin-top: 24px;
}
.news-list a .name {
	width: 500px;
	font-size: 16px;
	
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	transition: all 0.3s ease-in-out;
}
.news-list a:hover .name{
	color: var(--primary-color);
}
.news-list a .date {
	font-size: 16px;
	
	font-weight: 400;
	color: #777777;
	line-height: 22px;
	margin-left: 56px;
}
.article-details .r-con .title {
	font-size: 18px;
	
	font-weight: 600;
	color: #333333;
	line-height: 24px;
	border-left: 4px solid var(--primary-color);
	padding-left: 10px;
}
.article-details .r-con .recent-show {
	padding-top: 12px;
}
.article-details .r-con .recent-show  a {
	display: block;
	margin-bottom: 24px;
	width: 100%;
}
.article-details .r-con .recent-show a .img, .article-details .r-con .recent-show a .img img {
	width: 330px;
	height: 254px;
}
.article-details .r-con .recent-show a .name {
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	margin-top: 12px;
	transition: all 0.3s ease-in-out;
}
.article-details .r-con .recent-show a:hover .name{
	color: var(--primary-color);
}
.h80 {
	height: 80px;
}

.anual-plan {
	width: 1200px;
	margin: 0 auto;
}
.anual-plan .item {
	margin-top: 54px;
}
.anual-plan .item .month {
	font-size: 36px;
	
	font-weight: 600;
	color: #0B0B0B;
	line-height: 50px;
}
.anual-plan .item .list .li {
	margin-top: 30px;
}
.anual-plan .item .list .li a{
	display: block;
	display: flex;
	align-items: center;
	border: 1px solid rgba(151, 151, 151, 0.5);
}

.anual-plan .item .list .li .date {
	width: 200px;
	height: 200px;
	background: var(--primary-color);
	border-radius: 0px 24px 0px 0px;
	font-size: 36px;
	
	font-weight: 400;
	color: #FFFFFF;
	line-height: 200px;
	text-align: center;
}
.anual-plan .item .list .li .icon {
	width: 60px;
	height: 60px;
	margin: 0 78px 0 68px;
}
.anual-plan .item .list .li .icon img {
	width: 100%;
	height: 100%;
}
.anual-plan .item .list .li .r-con {
	width: 758px;
}
.anual-plan .item .list .li .r-con .top {
	display: flex;
}
.anual-plan .item .list .li .r-con .top .name {
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	max-width: 616px;
	transition: all 0.3s ease-in-out;
}
.anual-plan .item .list .li a:hover .r-con .top .name{
	color: var(--primary-color);
}
.anual-plan .item .list .li .r-con .top .time {
	font-size: 16px;
	
	font-weight: 400;
	color: #777777;
	line-height: 24px;
	margin-left: 14px;
}
.anual-plan .item .list .li:nth-child(even) .date{
	background-color: #102B49;
	border-radius: 24px 0 0px 0px;
}
.anual-plan .item .list .li:nth-child(even) a{
	border-radius: 24px 0 0px 0px;
}
.anual-plan .item .list .li .r-con .des {
	margin-top: 20px;
	font-size: 16px;
	
	font-weight: 400;
	color: #999999;
	line-height: 32px;
	height: 96px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.national-main {
	width: 1200px;
	margin: 58px auto 70px;
}
.national-main .title {
	font-size: 32px;
	
	font-weight: 600;
	color: #102B49;
	line-height: 56px;
}
.national-main .border {
	width: 230px;
	height: 10px;
	background: var(--primary-color);
	border-radius: 80px 0px 80px 0px;
	margin-top: 8px;
}
.national-about {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.national-about .img, .national-about .img img {
	width: 400px;
	height: 300px;
	border-radius: 160px 0 0 0;
}
.national-about .r-con {
	width: 770px;
	font-size: 17px;
	
	font-weight: 300;
	color: #334150;
	line-height: 32px;
}
.national-number {
	width: 100%;
	height: 150px;
	background: rgba(16,43,73,0.95);
	display: flex;
	justify-content: center;
}
.national-number .item {
	margin: 0 145px;
	padding-top: 32px;
	text-align: center;
}
.national-number .item .number {
	font-size: 32px;
	
	font-weight: normal;
	color: #FFFFFF;
	line-height: 38px;
	font-style: italic;
	text-align: center;
}
.national-number .item .border {
	width: 34px;
	height: 2px;
	background: var(--primary-color);
	margin: 10px auto;
}
.national-number .item .label {
	font-size: 18px;
	
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
}
.open-days {
	margin-top: 68px;
	height: 150px;
	background: rgba(16,43,73,0.95);
	width: 100%;
}
.open-days .main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.open-days .main .days {
	font-size: 24px;
	
	font-weight: 600;
	color: #FFFFFF;
	line-height: 150px;
	margin-left: 42px;
}
.open-days .main .days span {
	font-size: 36px;
	font-weight: bold;
	margin-right: 6px;
}
.open-days .main .button {
	display: flex;
	margin-right: 56px;
}
.open-days .main .button a {
	margin-left: 40px;
	width: 200px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 30px;
	border: 1px solid #979797;
	font-size: 20px;
	
	font-weight: 400;
	color: #334150;
	line-height: 60px;
	text-align: center;
}
.floorplan {
	text-align: center;
	margin-top: 0.4rem;
}
.floorplan img {
	max-width: 100%;
}
.index-forum {
	padding: 56px 0;
	background: #F4F8FB;
}
.index-forum .list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.index-forum .list .item {
	margin-top: 50px;
}
.index-forum .list .item a {
	display: block;
}
.index-forum .list .item a .img, .index-forum .list .item a .img img {
	width: 558px;
	height: 371px;
}
.index-forum .list .item a .img img {
	border-radius: 0px 93px 0px 93px;
	object-fit: cover;
}

.index-forum .list .item .title {
	margin-top: 28px;
	font-size: 22px;
	font-weight: 400;
	color: #0B0B3B;
	line-height: 33px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.index-forum .list .item:hover .title{
	color: var(--primary-color);
}
.forum-list .item {
	margin-top: 70px;
	display: flex;
}
.forum-list .item .img,.forum-list .item .img img {
	width: 600px;
	height: 400px;
}
.forum-list .item .img img {
	object-fit: cover;
}
.forum-list .item .r-con {
	width: 600px;
	height: 400px;
	background: #FFFFFF;
	box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.5);
	border: 1px solid #D8D8D8;
	padding: 40px 50px;
	box-sizing: border-box;
}
.forum-list .item .r-con .title {
	font-size: 24px;
	
	font-weight: 600;
	color: #333333;
	line-height: 33px;
}
.forum-list .item .r-con .des {
	font-size: 16px;
	
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 90px;
	margin-top: 24px;
}
.forum-list .item .r-con .info {
	font-size: 16px;
	
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	margin-top: 18px;
	margin-bottom: 30px;
}
.forum-list .item .r-con .button a{
	width: 120px;
	height: 45px;
	background: var(--primary-color);
	font-size: 18px;
	
	font-weight: 500;
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
	display: block;
}



.plan-new-banner {
	width: 100%;
	height: 600px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.plan-new-banner .zg{
	font-size: 0.4rem;
	font-weight: 400;
	color: #F4FAFE;
	line-height: 0.56rem;
	margin-top:0.4rem;
}
.plan-new-banner .bg {
	width: 100%;
	height: 100%;
	background: url(https://img-home-life.expostar.cn/2023/08/07/9d2b9197bf6a1f51f5e4e4fd11a81049.png) no-repeat;
	background-size: 100% 100%;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
}
.plan-new-banner .main {
	position: relative;
	z-index: 20;
}
.plan-new-banner .main .title {
	padding-top: 120px;
	font-size: 56px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 66px;
}
.plan-new-banner .main .border {
	width: 1034px;
	height: 14px;
	background: var(--primary-color);
	border-radius: 100px 0px 80px 0px;
	margin-top: -14px;
	z-index: -1;
}
.plan-new-banner .main .p2 {
	font-size: 40px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
	margin-top: 35px;
}
.plan-new-banner .main  .list {
	display: flex;
	margin-top: 30px;
}
.plan-new-banner .main  .list .item {
  margin-right: 100px;
  text-align: center;
}
.plan-new-banner .main  .list .num {
  font-size: 36px;
  
  font-weight: normal;
  color: #ffffff;
  line-height: 43px;
}
.plan-new-banner .main  .list .border {
  width: 50px;
  height: 3px;
  background: #ffffff;
  margin: 6px auto 8px;
}
.plan-new-banner .main .list .label {
  font-size: 16px;
  
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.plan-new-banner .button a{
	display: block;
	margin-top: 40px;
	width: 200px;
	height: 70px;
	background: var(--primary-color);
	border-radius: 35px;
	font-size: 26px;

	font-weight: 500;
	color: #FFFFFF;
	line-height: 70px;
	text-align: center;
}
.mainhead {
	z-index: 99;
	background: #fff;
}
.plan-new-banner-phone {
	display: none;
}


.menu-icon {
	display: none;
}
.header-menu {
	display: flex;
}

.header-menu .item {
	margin-right: 30px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
}

.header-menu .item .click {
	display: flex;
	align-items: center;
}
.header-menu .item .click > a{
	color: #888;
}
.header-menu .item > a {
	color: #888;
	transition: all 0.2s ease-in-out;
}

.header-menu .item .click > a:hover,
.header-menu .item > a:hover,
.header-menu .current > a ,.header-menu .item .current.click > a{
	color: #333;
}

.header-menu .item img {
	width: 16px;
	height: 16px;
	margin-left: 6px;
}

.header-menu .item .children {
	position: absolute;
	top: 74px;
	left: -30px;
	width: 160px;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 30;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px #a6a8a9;
}

.header-menu .item:hover .children {
	opacity: 1;
	visibility: visible;
}

.header-menu .item .children a {
	display: block;
	line-height: 40px;
	height: 40px;
	color: #333;
	transition: all 0.2s ease-in-out;
	text-align: left;
	padding-left: 18px;
	border-bottom: 1px solid #d8d8d8;
}

.header-menu .item .children a:hover {
	background-color: var(--primary-color);
	color: #fff;
	border-bottom: 1px solid var(--primary-color);
}

.CU_list_bg {
	background: #f1f3f5;
	padding: 40px 40px 80px;
}
.CU_list_vIcHJ {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: 191px;
	padding-top: 10px;
}

.CU_list_vIcHJ .CU_listItem_AyX-T {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	padding: 40px 20px;
}
.CU_list_vIcHJ .CU_listItem1_AYsuz {
	display: grid;
	grid-column-end: 3;
	grid-column-start: 1;
	grid-template-columns: repeat(2,1fr);
}

.CU_list_vIcHJ .CU_listItem1_AYsuz h2 {
	grid-column-end: -1;
	grid-column-start: 1;
}

.CU_list_vIcHJ h2 {
	color: #0a1833;
	font-size: 24px;
	margin: 0 0 10px;
}
.CU_list_vIcHJ .CU_listItem1_AYsuz div {
	display: flex;
	flex-direction: column;
}

.CU_list_vIcHJ span {
	font-size: 16px;
	margin-top: 10px;
	color: #475266;
	line-height: 18px;
}

.index-box1-swiper {
	width: 530px;
	height: 372px;
	overflow: hidden;
}
.index-box1-swiper img {
	width: 100%;
	height: 100%;
}
.h95 {
	height: 95px;
}
.plan-new-banner {
	width: 100%;
	height: 600px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.plan-new-banner .bg {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	position: absolute;
	left: 0;
	top: 0;
}
.plan-new-banner .main {
	position: relative;
	z-index: 20;
}
.plan-new-banner .main .title {
	padding-top: 95px;
	max-width:850px;
	font-size: 50px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 66px;
}
.plan-new-banner .main .border {
	width: 103%;
	height: 14px;
	background: var(--primary-color);
	border-radius: 100px 0px 80px 0px;
	margin-top: -14px;
	z-index: -1;
	display: block;
}
.plan-new-banner .main .p2 {
	font-size: 40px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
	margin-top: 35px;
}
.plan-new-banner .main  .list {
	display: flex;
	margin-top: 30px;
}
.plan-new-banner .main  .list .item {
	margin-right: 100px;
	text-align: center;
}
.plan-new-banner .main  .list .num {
	font-size: 36px;
	
	font-weight: normal;
	color: #ffffff;
	line-height: 43px;
}
.plan-new-banner .main  .list .border {
	width: 50px;
	height: 3px;
	background: #ffffff;
	margin: 6px auto 8px;
	display: block;
}
.plan-new-banner .main .list .label {
	font-size: 16px;
	
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
}
.plan-new-banner .button a{
	display: inline-block;
	margin-top: 40px;
	padding: 0 25px;
	height: 70px;
	background: var(--primary-color);
	border-radius: 35px;
	font-size: 26px;
	
	font-weight: 500;
	color: #FFFFFF;
	line-height: 70px;
	text-align: center;
}
.mainhead {
	z-index: 99;
}
.plan-new-banner-phone {
	display: none;
}
.back-top {
	display: none;
	width: 100px;
	height: 100px;
	position: fixed;
	right: 0%;
	bottom: 20%;
	z-index: 999;
	cursor: pointer;
	background: url(https://img-home-life.expostar.cn/2023/08/07/ae8f7ad06ce47c876d876c99c64ea222.png) center no-repeat;
}

.h95 {
	height: 95px;
}
.index-buy {
	height: auto;
}
.index-brand-swiper .swiper-slide {
	height: 108px;
}
.index-brand-swiper {
	height: auto;
}

.brand-list {
	width: 200px;
	height: 115px;
	margin-bottom: 40px;
}
.brand-list .bg {
	width: 200px;
	height: 108px;
	top: 10px;
	left: 10px;
}

.contact-us .l-con {
	width: 514px;
	letter-spacing: 0px;
}
.us-border {
	width: 100%;
	height: 2px;
	background-color: #F2F2F2;
	margin-top: -3px;
	position: relative;
	z-index: -1;
}
.contact-us .list1 {
	margin-top: 10px;
}
.contact-us .list1 .item {
	padding: 24px 0 16px 40px;
	border-bottom: 1px solid #F7F7F7;
	
	font-weight: 400;
	line-height: 24px;
	background-position: left 26px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
.contact-us .list1 .item .p1 {
	color: #999999;
	margin-top: -3px;
	font-size: 16px;
}
.contact-us .list1 .item .p2 {
	color: #333333;
	font-size: 14px;
}
.contact-us .list1 .company {
	background-image: url(https://img-home-life.expostar.cn/2023/08/03/30b3cb33b50ed792bd05aa8849afdca6.png);
}
.contact-us .list1 .address {
	background-image: url(https://img-home-life.expostar.cn/2023/08/03/9c4069cab4cc7a3b247688c32dd43b6c.png);
}
.contact-us .list2 .title {
	font-size: 16px;
	
	font-weight: 600;
	color: #333333;
	line-height: 22px;
	margin-top: 20px;
}
.contact-us .list2 .item {
	margin-top: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F7F7F7;
	padding-left: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 36px;
}
.contact-us .list2 .item .p1 {
	font-size: 16px;
	
	font-weight: 500;
	color: #333333;
	line-height: 22px;
	padding-bottom: 4px;
}
.contact-us .list2 .item .p2 {
	font-size: 14px;
	
	font-weight: 400;
	color: #848484;
	line-height: 20px;
	padding-left: 20px;
	margin-top: 8px;
	background-size: 16px;
	background-position: left center;
	background-repeat: no-repeat;
}
.contact-us .list2 .item .phone {
	background-image: url(https://img-home-life.expostar.cn/2023/08/03/c61fc6f9bcf6523206e7bf619d61d6f0.png);
}
.contact-us .list2 .item .email {
	background-image: url(https://img-home-life.expostar.cn/2023/08/03/a8cf9b71df9e765de791f89532c11700.png);
	background-size: 14px;
}
.contact-us .list2 .icon1{
	background-image: url(https://img-home-life.expostar.cn/2023/08/03/3e82dfe7f84b0f9f87e5759aaa3a42fe.png);
}
.contact-us .list2 .icon2{
	background-image: url(https://img-home-life.expostar.cn/2023/08/03/d98fbbd736c7ca5dfb551c9391e4d07e.png);
}
.contact-us .list2 .icon3{
	background-image: url(https://img-home-life.expostar.cn/2023/08/03/56c67af9dc5ad04aae2431bd3842a7aa.png);
}
.contact-us .list2 .icon4{
	background-image: url(https://img-home-life.expostar.cn/2023/08/03/b5a51f9cfc46d4b058bea5512dbc63a5.png);
}
.contact-us .list2 .icon5{
	background-image: url(https://img-aes.expostar.cn/2023/09/22/02c12f314e7cf3730429fe992b882b77.png);
}
.contact-us .list2 .icon6{
	background-image: url(https://img-aes.expostar.cn/2023/09/22/7e388062d9c4625cc4c102378ae9307a.png);
}

.contact-us .r-con {
	width: 600px;
}
.contact-us .r-con img {
	max-width: 100%;
}
.m-t-34 {
	margin-top: 34px;
}
.contact-us .list2  .border-none {
	border: none;
}
.contact-us .list2 .m-t-0 {
	margin-top: 0px;
}
.phone-button {
	display: none;
}

.annual-plan-list .imgbox {
	border-radius: 0.5rem 0px 0 0px;
}

.index-box1 .box-r{
	width: 600px;
}
.index-box1 .box-l{
	margin-right: 10px;
}
.index-box1 .box-l .img1,
.index-box1 .box-l .img2 {
	width: 270px;
}

.index-box1 .box-l .img1 {
	height: 368px;
}

.index-box1 .box-l .img2 {
	height: 352px;
}

.annual-plan-list {
	width: 388px ;
}

.annual-plan-list .imgbox {
	height: 324px;
}

.expo .index-list01 {
	width: 215px;
	height: 245px;
}

.expo .index-list02 {
	width: 400px;
	margin-right: 50px;
}

.expo .index-list02 .imgbox {
	height: 336px;
}

.index-box4 .img1 {
	width: 600px;
	height: 512px;
}

.index-box4 .img2 {
	width: 270px;
	height: 240px;
}


.index-list01 .txt:hover .title0{
	display: none;
}
.index-list01 .txt:hover{
	justify-content: flex-start;
	background: var(--primary-color);
}
.index-list01 .txt:hover .name,
.index-list01 .txt:hover .des{
	display: -webkit-box;
	color:#fff;
}
.download-wrapper{
	margin-top:120px;
	display: flex;

	min-height: calc( 100vh - 440px );
	justify-content: space-between;
	margin-bottom: 60px;
}
.download-wrapper .left{
	width: 230px;
}

.download-wrapper .right{
	width: 947px;
	margin-left:60px;
	background: #fff;
}
.download-wrapper .area{
	padding: 17px 37px;
	border-bottom:solid 1px #EAEAEA;
}
.download-wrapper .area .vv{
	position: relative;
	padding-left: 15px;
	font-size: 22px;
	font-weight: 400;
	color: #333333;
	line-height: 31px;
}
.download-wrapper .area .vv:before{
	content: " ";
	position: absolute;
	left:0;
	top:0;
	width: 6px;
	height: 27px;
	background: #BAE600;
}

.download-wrapper .item{
	padding: 19px 5px;
	border-bottom: 1px solid #EAEAEA;
}

.download-wrapper .item .icon{
	width: 10px;
	height: 12px;
	margin-top: 5px;
}
.download-wrapper .item .txt{
	margin-left: 10px;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}
.download-wrapper .left .tit0{
	background: url('https://img-aes.expostar.cn/2024/01/29/cbbb6ad523c89fae6b10272c2e5a8fb5.png');
	width: 100%;
	height: 53px;
	padding: 19px;
	font-size: 37px;
	color: #FFFFFF;
	line-height: 48px;
}
.download-wrapper .left .cat{
	display: block;
	width: 100%;
	height: 29px;
	background: #06D7AF;
	padding: 19px;
	font-size: 19px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	margin-top:5px;
}
.download-wrapper .left .cat.sel{

	background: #BAE600;
}


.plan-tab {
	display: flex;
	flex-wrap: nowrap;
	margin: 0.4rem 0 0 0;
}

.plan-tab-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 2px var(--primary-color);
	color: var(--primary-color);
	margin-right: 0.4rem;
	border-radius: 0.44rem;
	font-size: 0.34rem;
	width: 112px;
	height: 45px;
	cursor: pointer;
}

.plan-tab-item.sel {
	background: var(--primary-color);
	color: #fff;
}

.conttry0 {
	width:180px;
	text-align: right;
}

.plan-area:not(.sel) {
	display: none;
}
.plan-excerpt{
	margin-top: 0.56rem;
	font-size: 0.34rem;
	font-weight: 400;
	color: #777777;
	line-height: 0.42rem;
	text-align: justify;
}
.buttonxx a {
	width: 180px;
	height: 50px;
	background: var(--second-color);
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	display: block;
	transition: all 0.2s ease-in-out;
}