@charset "utf-8";

:root {
	--header_height:80px;
  --i_color:#FFC887;
}
@media screen and (max-width:1024px) {
	:root {
		--header_height: 60px;
	}
}



/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	z-index: 2014;
	transition:all .5s ease;
  box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
}
/* header::before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #EEE;} */
/* header.header_on, header:hover{background: #FFF;} */

@media screen and (max-width:1024px) {
	header{background: #FFF !important}
}

header .wrap1800{display:flex; flex-wrap:nowrap; align-items: center; position: relative;}






/* logo */
.logo {
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {max-height: 55%;}
@media screen and (max-width:1440px) {
	.logo img {max-height: 45%;}
}
@media screen and (max-width:1200px) {
	.logo img {max-height: 35%;}
}
@media screen and (max-width:1024px) {
	.logo img {max-height: 50%;}
}





/* 导航 */
@media screen and (min-width:1025px) {
	.i_nav {
		margin-left: auto;
		margin-right: auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 0 3vw;
		position: relative;
		z-index: 2014;
	}

	.i_nav>li {list-style: none; position: relative;}

	.i_nav>li>a {
		text-align: center;
		height: var(--header_height); display:flex; flex-wrap:wrap; align-items: center; justify-content: center;
		font-size: 16px;
		color: #111;
		white-space: nowrap;
    font-weight: 600;
		position: relative;
	}
	.i_nav>li>a::before{content: ''; position: absolute; right: 0; bottom: 32%; width: 0; height: 1px; background: var(--i_color); transition:all .5s ease;}
	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a,
	.i_nav>li:hover>a,
	.i_nav>li.active>a
	{color: var(--i_color);}

	.i_nav>.current-menu-item>a::before,
	.i_nav>.current-category-ancestor>a::before,
	.i_nav>.current-post-ancestor>a::before,
	.i_nav>.current-menu-ancestor>a::before,
	.i_nav>.current-menu-parent>a::before,
	.i_nav>li:hover>a::before,
	.i_nav>li.active>a::before
	{right: initial; left: 0; width: 100%;}

  .nav_products .sub-menu {display: none !important;}

	.i_nav .sub-menu {
		display: none;
		position: fixed;
		left: 0;
		top: var(--header_height);
		width: 100%;
		box-sizing: border-box;
		padding: .2rem 0;
		background: #FFF;
		border-top: 1px solid rgb(0 0 0 / 10%);
		text-align: center;
		overflow: hidden;
		box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
		font-size: 0;
    transition:none !important;
	}

	.i_nav .sub-menu li {
		display: inline-block;
		margin: 0 .24rem;
		position: relative;
		text-align: center;
    position: relative;
	}
  .i_nav .sub-menu li::before{content: ''; position: absolute; right: 0; bottom: 0; width: 0; height: 1px; background: var(--i_color); transition:all .5s ease;}
	.i_nav .sub-menu a {
		display: block;
		font-size: .15rem;
		color: #333;
    font-weight: 600;
		line-height: 40px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
	}
  .i_nav .sub-menu li:hover::before{right: initial; left: 0; width: 100%;}
	.i_nav .sub-menu li:hover a{color: var(--i_color);}
}
@media screen and (max-width:1440px) {
	.i_nav{gap: 0 2.5vw;}
  .i_nav>li>a{font-size: 14px;}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.i_nav>li>a{font-size: 13px;}
}






@media screen and (max-width:1024px) {
	.i_nav {
		opacity: 0;
		position: fixed;
		top: var(--header_height);
		left: 101%;
		margin: 0 0;
		width: 100%;
		width: 100vw;
		height: calc(100vh - var(--header_height));
		background: #FFF;
		overflow-y: auto;
		-webkit-transition:all .5s ease; transition:all .5s ease;
		z-index: 9999
	}
	.i_nav.active{opacity: 1; left: 0;}
	/*滚动条*/
	.i_nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	.i_nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555
	}
	.i_nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}

	.i_nav>li {
		margin: 0 0 !important;
		border-bottom: 1px solid #EEE;
		position: relative
	}
	.i_nav>.menu-item-has-children span {
		display: block;
		position: absolute;
		top: 8px;
		right: 20px;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		-webkit-border-radius:50%; border-radius:50%;
		background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
		background-size: 24px;
	}
	.i_nav>.menu-item-has-children span.on {
		background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 12.998H5v-2h14z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
		background-size: 24px;
	}

	.i_nav>li>a {
		padding: 0 20px;
		font-size: 16px;
		color: #222;
		line-height: 50px;
		text-transform: uppercase;
	}
	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a{
		color: var(--i_color) !important;
	}

	.i_nav>li>.sub-menu {
		display: none;
    margin-bottom: 10px;
    transition:none !important;
	}
	.i_nav>li>.sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 40px;
		font-size: 15px;
		color: #555;
		line-height: 40px;
		position: relative;
	}

	.i_nav>li>.sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}

	.i_nav .sub-menu .sub-menu {
		display: none;
	}

	.i_nav .sub-menu .sub-menu a {
		padding: 0 60px;
		font-size: 13px;
		color: #888;
		line-height: 36px;
		position: relative;
	}

	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}






/* 移动端导航按钮 */
.nav_menu {
	/* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
	flex-shrink: 0;
	position: relative;
	width: 22px;
	height: 16px;
	display: none;
	cursor: pointer
}
.nav_menu i {
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: #000;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #000;
	position: absolute;
	left: 0;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before {
	top: 0;
}
.nav_menu::after {
	bottom: 0;
}


.nav_menu.on i {
	opacity: 0
}

.nav_menu.on::before {
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px
}

.nav_menu.on::after {
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -2px
}

@media screen and (max-width:1024px) {
	.nav_menu {
		display: block !important;
		margin-left: 20px;
	}
}





.top_r{--size:.26rem}
.top_r {
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0 .2rem;
}
@media screen and (max-width:1024px) {
	.top_r{--size:24px}
	.top_r{margin-left: auto; gap: 0 20px; width: auto; padding: 0;}
}
@media screen and (max-width:560px) {
	.top_r{gap: 0 18px;}
}



.top_area{padding: .1rem .14rem; border: 1px solid #555; border-radius:4px; font-size: 0.16rem;}
.top_area:hover{background: #000; color: #FFF;}
@media screen and (max-width:1200px) {
  .top_area{display: none;}
}



.top_search_ico{position: relative; font-size: 0; height: var(--header_height); display:flex; flex-wrap:wrap; align-items: center; cursor: pointer;}
/* .top_search_ico::before{content: '';position:absolute; top:50%; transform:translate(0,-50%); right: 0; width: 1px; height: 16px; background: #333;} */
.top_search_ico iconify-icon{font-size: var(--size);color: #333;-webkit-transition:all .5s ease; transition:all .5s ease;}
.top_search_ico.on iconify-icon{color: var(--i_color);}

/* search */
.top_search {
	--search_height: 44px
}
.top_search {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: -.8rem;
	left: 0;
	width: 100%;
	height: 100vh;
	display:flex; flex-wrap:wrap; align-items: center;
	background: #FFF;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 9999999;
}
.top_search.on {
	visibility: visible;
	opacity: 1;
	top: 0;
}

.top_search_close{position: absolute; right: 0.2rem; top: 0.2rem; cursor: pointer;}
.top_search_close iconify-icon{font-size: 0.5rem; color: #666;}
@media screen and (min-width:1025px) {
	.top_search_close:hover{transform:rotate(-360deg); transition:all .7s ease;}
	.top_search_close:hover iconify-icon{color: var(--i_color);}
}

.wrap_search{width: 94%; max-width: 8.8rem; margin-left: auto;margin-right: auto;}
.top_search h4{text-align: center; font-size: 2.8vw; color: #111;}
.top_search form {
	display: block;
	width: 100%;
	margin-left: auto;margin-right: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	border-bottom: 2px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: 100%;
	height: calc(var(--search_height) - 1px);
	box-sizing: border-box;
	padding: 0 .2rem 0 0;
}
.top_search_btn {
	flex-shrink: 0;
	font-size: 0;
	color: #FFF;
	width: calc(var(--search_height) * 1.5);
	height: var(--search_height);
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23c8975c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m17 17l4 4M3 11a8 8 0 1 0 16 0a8 8 0 0 0-16 0'/%3E%3C/svg%3E") no-repeat center;
	background-size: 24px;
	cursor: pointer;
}
.top_search_link{}
.top_search_link h6{margin-bottom: 20px; font-size: .2rem; font-weight: bold;}
.top_search_link ul{display:flex; flex-wrap:wrap; justify-content: center; gap: 14px 20px;}
.top_search_link li{}
.top_search_link li a{display: block; padding: .12rem .4rem; background: #F1F1F1; border-radius:2rem; font-size: 0.18rem; color: #666; transition:all .7s ease;}
.top_search_link li a:hover{background: var(--i_color); color: #FFF;}

@media screen and (max-width:1024px) {
	.top_search_close iconify-icon{font-size: 0.4rem;}

	.top_search_link h6{font-size: 17px;}
	.top_search_link li a{padding: 8px 30px; font-size: 16px;}
}
@media screen and (max-width:768px) {
	.top_search h4{font-size: 24px;}
}
@media screen and (max-width:560px) {
	.top_search_close iconify-icon{font-size: 34px;}

	.top_search_link ul{gap: 14px 14px;}
}





.top_language{flex-shrink: 0; height: var(--header_height); display:flex; flex-wrap:wrap; align-items: center; position: relative;}
.top_language_btn{padding-right: 16px; height: 100%;display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; cursor: pointer; position: relative;}
.top_language_btn::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);right: 0; width:0; height:0; border-left:4px solid transparent; border-right:4px solid transparent; border-top:6px solid #333;}
.top_language_btn iconify-icon{font-size: var(--size);color: #333;-webkit-transition:all .5s ease; transition:all .5s ease;}
.top_language_btn.on iconify-icon{color: var(--i_color);}
.top_language_btn.on::before{border-top-color:var(--i_color);}

.top_language_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(100% + 16px);
	right: -10px;
	min-width: 160px;
	background: #FFF;
	box-sizing: border-box;
	box-shadow: 2px 6px 10px rgb(0 0 0 / 10%);
	padding: 10px 18px 10px;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.top_language_list.on {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.top_language_list ul {overflow: hidden;}
.top_language_list li{position: relative;left: 0;-webkit-transition:all .5s ease; transition:all .5s ease;}
.top_language_list a>span {
	display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;gap: 0 8px;
	box-sizing: border-box;
	overflow: hidden
}
.top_language_list .trp-ls-language-name{font-size: 15px; color: #666;line-height: 30px;}

.top_language_list li:hover{left: 4px;}
.top_language_list li:hover .trp-ls-language-name{color: var(--i_color);}






.nav_menu_products{display: none; position: fixed;top: var(--header_height); left: 0;width: 100%;background: #FFF;border-top: 1px solid rgb(0 0 0 / 10%); box-shadow: 0 4px 8px rgb(0 0 0 / 8%); z-index: 2014;-webkit-transition:top .5s ease; transition:top .5s ease;}
.nav_menu_products .wrap1800{padding: .5rem 0 .5rem;}

.nav_menu_list{display:flex; flex-wrap:nowrap; justify-content: center;}
.nav_menu_list li{max-width: 250px; width: 16vw; display:flex; flex-wrap:wrap; align-items: center; justify-content: center; position: relative;}
.nav_menu_list li::after{content: ''; position:absolute; top:50%; transform:translate(0,-50%); right: 0; width: 2px; height: .2rem; background: #DDD;}
.nav_menu_list li:last-child::after{display: none;}
.nav_menu_list li a{padding: 0 .2rem; text-align: center; font-size: .15rem; line-height: 1.6; font-weight: 600;}
.nav_menu_list li.active a{color: var(--i_color);}

.nav_menu_show dt{text-align: center; height: 0; opacity: 0; visibility: hidden; position: relative; top: 30px; transition:none !important; overflow: hidden;}
.nav_menu_show dt.active{height: auto; opacity: 1; visibility: visible; top: 0; transition:all .5s ease !important;}

.nav_menu_show ul{margin-top: 0.8rem; display:flex; flex-wrap:wrap; justify-content: center; gap: 40px 3vw;}
.nav_menu_show li{width: 16%; text-align: center;}
.nav_menu_show .pic{width: 100%; aspect-ratio: 4 / 2; overflow: hidden;}
.nav_menu_show .pic img{width: 100%; height: 100%; object-fit: contain;}
.nav_menu_show li p{margin-top: .2rem; font-size: .16rem; font-weight: 600;}

.nav_menu_show li:hover img{transform: scale(1.05, 1.05);}
.nav_menu_show li:hover p{color: var(--i_color);}

@media screen and (max-width:1440px) {
  .nav_menu_list li a{font-size: 0.16rem;}
  .nav_menu_show li p{font-size: 0.17rem;}
}
@media screen and (max-width:1200px) {
  .nav_menu_list li a{font-size: 12px;}
  .nav_menu_show li p{font-size: 15px;}
}
@media screen and (max-width:1024px) {
  .nav_menu_products{display: none !important;}
}






.full_header_height{display: block; height: var(--header_height);}






/* ============================================ */
.my-not{
    opacity: 0.4;
    pointer-events: none;
}
.my-main * {
  -webkit-transition: initial;
  -o-transition: initial;
  -moz-transition: initial;
  transition: initial;
}

.my-img-active {
  cursor: pointer;
}

.my-img-active.my-img-container, .my-img-active .my-img-container {
  overflow: hidden;
}

.my-img-active .my-img-target {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-img-active:hover .my-img-container.my-img-target, .my-img-active:hover.my-img-container.my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-active:hover .my-img-container .my-img-target, .my-img-active:hover.my-img-container .my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-toggle {
  cursor: pointer;
}

.my-img-toggle.my-img-goal, .my-img-toggle .my-img-goal {
  position: relative;
  display: inline-block;
}

.my-img-toggle.my-img-goal img, .my-img-toggle .my-img-goal img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-img-toggle.my-img-goal img:nth-child(2), .my-img-toggle .my-img-goal img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-goal img:nth-child(1), .my-img-toggle:not(.my-img-not):hover .my-img-goal img:nth-child(1), .my-img-toggle.active.my-img-goal img:nth-child(1), .my-img-toggle.active .my-img-goal img:nth-child(1) {
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-goal img:nth-child(2), .my-img-toggle:not(.my-img-not):hover .my-img-goal img:nth-child(2), .my-img-toggle.active.my-img-goal img:nth-child(2), .my-img-toggle.active .my-img-goal img:nth-child(2) {
  opacity: 1;
}

.my-time {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-time::before, .my-time::after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-times {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-times::before, .my-times::after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-times * {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-times *::before, .my-times *::after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.swiper-pagination.status1 .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.1;
}

.swiper-pagination.status1 .swiper-pagination-bullet-active {
  opacity: 1;
}

.my-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.8rem;
  -webkit-column-gap: 1.2222222222%;
  -moz-column-gap: 1.2222222222%;
  column-gap: 1.2222222222%;
}

.my-list .item {
  width: 32.5%;
}

.my-list .item:hover .item-title {
  text-decoration: underline;
}

.my-list .item-img {
  border-radius: 8px;
  margin-bottom: 0.26rem;
  position: relative;
  aspect-ratio: 1000/700;
}
.my-list .item-img img{height: 100%; object-fit: cover;}

.my-list .item-tip {
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  padding: 0 0.17rem;
  line-height: 1.8571428571;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.8);
  border-radius: 50px;
}

.my-list .item-time {
  line-height: 1.3571428571;
  opacity: 0.6;
  margin-bottom: 0.11rem;
}

.my-list .item-title {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.16rem;
  overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
}

.my-list .item-more {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2.1428571429;
}

.my-list .item-more img {
  width: 1.2857142857em;
  margin-left: 0.06rem;
}

.a_dw {
  top: -80px;
}
/*
.pc-header .nav-item:hover .nav-container {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
  pointer-events: auto;
}

.pc-header .nav-item:hover .nav-bg, .pc-header .nav-item:hover .nav-container2 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}

.pc-header .nav-container {
  position: absolute;
  top: 100%;
  left: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  z-index: 2;
  -webkit-transform: translate3d(-50%, 15px, 0);
  -moz-transform: translate3d(-50%, 15px, 0);
  transform: translate3d(-50%, 15px, 0);
  opacity: 0;
  pointer-events: none;
  height: 5em;
}

.pc-header .nav-link {
  white-space: nowrap;
  line-height: 1.875;
  position: relative;
}

.pc-header .nav-link:hover::after {
  width: 100%;
  left: 0;
}

.pc-header .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0px;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.pc-header .nav-bg {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  height: 5em;
  background-color: #fff;
  -webkit-transform: translate3d(0, 15px, 0);
  -moz-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.04);
}

.pc-header .nav-container2 {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.95);
  -webkit-transform: translate3d(0, 15px, 0);
  -moz-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.04);
  padding-left: 4.9rem;
  padding-right: 4rem;
  padding-top: 0.22rem;
  padding-bottom: 0.6rem;
  color: #000;
}

.pc-header .select {
  padding-left: 0.6rem;
  line-height: 2.25;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  margin-bottom: 0.84rem;
}

.pc-header .select-item {
  position: relative;
  cursor: pointer;
}

.pc-header .select-item::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #000;
  height: 0.75em;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: -0.3rem;
  opacity: 0;
}

.pc-header .select-item:hover::before, .pc-header .select-item.active::before {
  opacity: 1;
}
.pc-header .list{
  max-height: 60vh;
  overflow: auto;
  padding-bottom: 10px;
}
.pc-header .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.3rem;
  -moz-column-gap: 0.3rem;
  column-gap: 0.3rem;
  row-gap: 0.3rem;
  display: none;
  width: 100%;
}

.pc-header .item.active {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-header .li {
  width: 2.2rem;
}

.pc-header .li-title {
  line-height: 1.2;
  margin-top: 0.1rem;
  text-align: center;
} */

.contact1 {}

.contact1 .title {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.78rem;
}

.contact1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact1 .item {
  width: 32.2222222222%;
  padding: 0.3rem 0.45rem 0.3rem 0.35rem;
  background-color: #FAFAFA;
  border-radius: 0.12rem;
}

.contact1 .item-title {
  line-height: 1.3846153846;
  margin-bottom: 0.3rem;
}

.contact1 .item-line {
  height: 1px;
  background-color: #E5E5E5;
  margin-bottom: 0.26rem;
}

.contact1 .item-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact1 .item-li + .item-li {
  margin-top: 0.06rem;
}

.contact1 .item-li-title {
  line-height: 2;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.3rem;
}

.contact1 .item-li-line {
  width: 1px;
  height: 1.1111111111em;
  background-color: #E5E5E5;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.3rem;
  margin-top: 0.4444444444em;
}

.contact1 .item-li-dd {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact1 .item-li-dd-icon {
  width: 1em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.12rem;
  margin-top: 0.5555555556em;
}

.contact1 .item-li-dd-text {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 2;
}

.contact1 .item-li-dd-text a:hover {
  text-decoration: underline;
}

.contact1 .item-li-dd-text a:hover::before {
  text-decoration: none;
}

.contact1 .item-li-dd-text p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contact1 .item-li-dd-text p + p::before {
  position: relative;
  content: "|";
  margin: 0 0.1rem;
}

.contact2 {
  position: relative;
  overflow: hidden;
}

.contact2 .img,
.contact2 .img2 {
  width: 100%;
}

.contact2 .img2 {
  display: none;
}

.contact2 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact2 .wrap1800 {
  max-width: 1200px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0.4rem;
}
.contact2:hover img{transform: scale(1.05, 1.05);}

.contact2 .title {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.contact2 .text {
  color: #fff;
  line-height: 2;
  margin-bottom: 0.37rem;
  overflow: hidden;
  letter-spacing: 2px;
}

.contact2 .text span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
}

.contact2 .wrap1800 .text.in span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.about1 {
  position: relative;
}

.about1 .content {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  position: sticky;
  left: 0;
  z-index: 0;
  top: 80px;
}

.about1 .title {
  line-height: 1.3235294118;
  margin-bottom: 0.18rem;
  letter-spacing: 0.05em;
}

.about1 .icon {
  width: 2.0588235294em;
  aspect-ratio: 140/37;
}

.about1 .img {
  width: 100%;
  aspect-ratio: 1920/950;
  position: relative;
}

.about1 .img-contnet {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 2;
  -webkit-clip-path: polygon(0% var(--y), 100% var(--y), 100% 100%, 0% 100%);
  clip-path: polygon(0% var(--y), 100% var(--y), 100% 100%, 0% 100%);
}

.about1 .img-target {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  margin: 0 auto;
}

.about2 {
  padding-top: 1.1rem;
  padding-bottom: 1.6rem;
}

.about2 .content {
  width: 68.5714285714%;
  margin-left: auto;
}

.about2 .text {
  line-height: 1.5;
  margin-bottom: 0.8rem;
}

.about2 .text p {
  display: inline;
  background: #B3B3B7 -webkit-linear-gradient(left, #323237, #323237) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -o-background-size: 0 100%;
  background-size: 0 100%;
}

.about2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #323237;
  position: relative;
}

.about2 .item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about2 .item-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1px;
}

.about2 .item-num {
  font-family: Arial;
}

.about2 .item-tip {
  margin-top: 8px;
}

.about2 .item-text {
  line-height: 1.3125;
}

.about2 .item-bg {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.75;
}

.about3 {
  padding-bottom: 1rem;
}

.about3 .swiper {
  position: static;
  overflow: initial;
  width: 10rem;
}

.about3 .swiper-wrapper {
  position: static;
  display: block;
}

.about3 .swiper-slide {
  position: sticky;
  margin-bottom: 20vh;
  border-radius: 0.2rem;
  color: #fff;
  overflow: hidden;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}

.about3 .swiper-slide.emty {
  height: 0;
  margin-bottom: 0;
}

.about3 .slide-title {
  position: absolute;
  right: 0.48rem;
  top: 0.48rem;
}

.about3 .slide-text {
  position: absolute;
  left: 0.47rem;
  line-height: 1.2;
  bottom: 0.41rem;
  width: calc(100% - 0.47rem * 2);
}

.about3 .slide-img {
  width: 100%;
  aspect-ratio: 1000/640;
}

.about4 {
  position: relative;
}

.about4 .container-box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100vh;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about4 .content {
  padding: 0 0.6rem;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  margin-top: auto;
  gap: 0 3vw;
}

.about4 .left {
  margin-left: 2rem;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about4 .title {
  letter-spacing: 0.05em;
  background: -webkit-linear-gradient(left, #000 0%, #000 50%, var(--i_color) 100%);
  background: -moz-linear-gradient(left, #000 0%, #000 50%, var(--i_color) 100%);
  background: -o-linear-gradient(left, #000 0%, #000 50%, var(--i_color) 100%);
  background: linear-gradient(90deg, #000 0%, #000 50%, var(--i_color) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.3;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 0.3rem;
}

.about4 .list {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  position: relative;
}

.about4 .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about4 .item-time {
  font-size: 1.54rem;
  line-height: 0.875;
  color: rgba(0, 0, 0, 0.1);
  font-family: Arial;
}

.about4 .item-info {
  margin-top: auto;
}

.about4 .item-text1 {
  line-height: 1.4;
  margin-bottom: 0.17rem;
}

.about4 .item-text2 {
  line-height: 1.7;
  font-weight: 250;
  color: #888;
}

.about4 .right {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 15px;
  width: 9rem;
  overflow: hidden;
}

.about4 .right-content {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  position: relative;
}

.about4 .right-item {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
}

.about4 .right-img {
  border-radius: 0.2rem;
}

.about4 .swipers {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.about4 .my-swiper2 {
  margin: 0 auto 0.15rem;
  width: -webkit-calc(100% - 0.6rem);
  width: -moz-calc(100% - 0.6rem);
  width: calc(100% - 0.6rem);
  overflow: initial;
}

.about4 .my-swiper2 .swiper-slide {
  width: 3.2rem;
}

.about4 .my-swiper2 .swiper-slide.active .slide-title {
  opacity: 1;
}

.about4 .my-swiper2 .slide-title {
  text-align: center;
  margin-bottom: 0.18rem;
  font-family: Arial;
  opacity: 0;
}

.about4 .my-swiper2 .slide-icons {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about4 .my-swiper2 .slide-icon1 {
  position: relative;
  z-index: 2;
}

.about4 .my-swiper2 .slide-icon2 {
  margin: 0 auto;
}

.about4 .my-swiper2 .swiper-line {
  --x: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  z-index: 2;
  background-color: #000;
  -webkit-clip-path: polygon(0% 0%, var(--x) 0%, var(--x) 100%, 0% 100%);
  clip-path: polygon(0% 0%, var(--x) 0%, var(--x) 100%, 0% 100%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.about5 {
  height: 300vh;
  padding-top: 1.1rem;
}

.about5 .container {
  width: 94.5%;
  max-width: 1800px;
  position: sticky;
  margin: 0 auto;
  height: 100vh;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 80px;
}

.about5 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  aspect-ratio: 1800/850;
  max-height: 100%;
  width: 100%;
}

.about5 .list.active .item:nth-child(1) {
  width: 100%;
}

.about5 .list.active .item:nth-child(2) {
  width: 0%;
}

.about5 .item {
  width: 48.8888888889%;
  overflow: hidden;
  border-radius: 0.2rem;
  height: 100%;
  position: relative;
}

.about5 .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about5 .item.active .item-content {
  opacity: 1;
}

.about5 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 39.41%, rgba(0, 0, 0, 0.8) 85.29%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 39.41%, rgba(0, 0, 0, 0.8) 85.29%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 39.41%, rgba(0, 0, 0, 0.8) 85.29%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.41%, rgba(0, 0, 0, 0.8) 85.29%);
  padding-left: 11.1111111111%;
  padding-right: 12.7777777778%;
  padding-bottom: 0.77rem;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
}

.about5 .item-left {
  width: 65%;
}

.about5 .item-title {
  letter-spacing: 0.05em;
  margin-bottom: 0.44rem;
}

.about5 .item-text {
  line-height: 1.5;
}

.about5 .item-ul {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  row-gap: 1.38rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about5 .item-li-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1px;
}

.about5 .item-li-num {
  font-family: Arial;
}

.about5 .item-li-tip {
  margin-top: 8px;
}

.about5 .item-li-text {
  line-height: 1.3125;
}

.about6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.about6 .container {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.about6 .title-text {
  line-height: 1.3235294118;
  margin-bottom: 0.87rem;
}

.about6 .list {
  width: -webkit-calc(100% - 1.2rem);
  width: -moz-calc(100% - 1.2rem);
  width: calc(100% - 1.2rem);
  max-width: 1800px;
  margin: 0 auto;
}

.about6 .swiper {
  padding-bottom: 30px;
}

.about6 .swiper-pagination {
  bottom: 0;
}

.about6 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  --x-progress: 100%;
}

.about6 .item-img {
  width: 4.8rem;
  border-radius: 0.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  aspect-ratio: 480/310;
  margin-right: 0.55rem;
}

.about6 .item-text {
  color: #000;
  position: relative;
  line-height: 1.5;
}

.news1 {
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
}

.news1 .title {
  letter-spacing: 0.05em;
  margin-bottom: 0.78rem;
}

.news1 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.2rem;
  overflow: hidden;
}

.news1 .slide-img {
  width: 55.5555555556%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.news1 .slide-content {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #F9F9F9;
  padding-left: 5.5555555556%;
  padding-right: 6.6666666667%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news1 .slide-time {
  line-height: 1.4;
  opacity: 0.6;
  margin-bottom: 0.18rem;
}

.news1 .slide-title {
  font-weight: normal;
  line-height: 1.6111111111;
  margin-bottom: 0.19rem;
}

.news1 .slide-text {
  line-height: 1.75;
  color: #323237;
}

.news1 .slide-btn {
  margin-top: 0.73rem;
}

.news1 .swiper-pagination {
  bottom: 0.5rem;
  left: 61.1111111111%;
  width: auto;
}

.news2 {
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

.news2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.15rem;
  -moz-column-gap: 0.15rem;
  column-gap: 0.15rem;
  margin-bottom: 0.4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.2rem;
}

.news2 .more-btn2 {
  background-color: #F2F2F2;
  width: auto;
  padding: 0 24px;
}

.news2 .my-list {
  margin-bottom: 0.7rem;
}

.news-detail1 {
  padding-top: 1.45rem;
  padding-bottom: 1.1rem;
}

.news-detail1 .wrap1400 {
  max-width: 1200px;
}

.news-detail1 .title {
  font-weight: normal;
  line-height: 1.16;
  text-align: center;
  margin-bottom: 0.72rem;
}

.news-detail1 .info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  row-gap: 0.3rem;
  margin-bottom: 0.15rem;
}

.news-detail1 .content {
  font-size: 16px;
  line-height: 1.75;
  color: #323237;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 0.43rem;
}

.news-detail1 .content img {
  display: inline-block;
}

.news-detail1 .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-detail1 .bottom .item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  line-height: 1.75;
}

.news-detail1 .bottom .item a {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
}

.news-detail1 .bottom .item a:hover {
  text-decoration: underline;
}

.news-detail1 .bottom .item:nth-child(3) {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news-detail1 .bottom .btn {
  margin: 0 15px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.activity1 {
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
}

.activity1 .title {
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1.2rem;
}

.activity1 .text {
  letter-spacing: 0.1em;
  line-height: 1.1111111111;
  margin-bottom: 0.5rem;
}

.activity1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.activity1 .text2 {
  line-height: 1.8;
}

.activity1 .img1 {
  width: 0.52rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.7rem;
}

.activity1 .list {
  margin-top: 1.1rem;
}

.activity1 .item {
  width: 5.3rem;
  margin: 0 10px;
}

.activity1 .sTempWrap + .sTempWrap {
  margin-top: 20px;
}

.activity2 {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}

.activity2 .title {
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0.3rem;
}

.activity2 .text {
  line-height: 1.8;
  margin-bottom: 0.7rem;
  width: 5.8rem;
  max-width: 100%;
  margin: 0 auto 0.7rem;
}

.activity2 .content {
  background-color: #F9F9F9;
  overflow: hidden;
}

.activity2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 8rem;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.activity2 .sTempWrap {
  width: 31.4285714286%;
}

.activity2 .list-container {
  width: 100%;
}

.activity2 .item {
  margin: 10px 0;
  aspect-ratio: 440/500;
}

.search1 {
  padding-top: 1.5rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #E5E5E5;
}

.search1 .title {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0.3rem;
}

.search1 .input {
  width: 8rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.search1 .input input {
  border: 1px solid #F7F7F7;
  outline: none;
  width: 100%;
  line-height: 3.3333333333;
  padding-left: 0.2rem;
  padding-right: 3.8888888889em;
  font-size: inherit;
  background-color: #F7F7F7;
  border-radius: 6px;
}

.search1 .input input:focus {
  border-color: var(--i_color);
}

.search1 .input input::-webkit-input-placeholder {
  color: #999999;
}

.search1 .input input:-moz-placeholder {
  color: #999999;
}

.search1 .input input::-moz-placeholder {
  color: #999999;
}

.search1 .input input:-ms-input-placeholder {
  color: #999999;
}

.search1 .input input::placeholder {
  color: #999999;
}

.search1 .input-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3.3333333333em;
  background-color: #000000;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.search1 .input-icon img {
  width: 1.4444444444em;
}

.search1 .input-icon:hover {
  background-color: var(--i_color);
}

.search2 {
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  text-align: center;
}

.search2 a {
  text-decoration: underline;
}

.search2 a:hover {
  color: var(--i_color);
}

.search3 .content {
  padding-top: 0.7rem;
  padding-bottom: 1.2rem;
}

.search3 .content + .content {
  padding-top: 1.2rem;
  border-top: 1px solid #E5E5E5;
}

.search3 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.search3 .select-item {
  color: #999999;
  cursor: pointer;
}

.search3 .select-item:hover, .search3 .select-item.active {
  color: #000000;
}

.search3 .tip {
  color: #999999;
  margin-bottom: 0.3rem;
}

.search3 .pr1 {
  padding: 0;
}

.search3 .page {
  margin-top: 0.5rem;
}

@media (max-width: 1440px) {
  .about4 .left {
    margin-left: 0.8rem;
  }
  /* .pc-header .nav-container2{
      padding-left: 3.6rem;
  } */
}
@media (max-width: 1200px) {
  .page .page1 {
    display: none;
  }
  .page .page2 {
    display: block;
  }
  .a_dw {
    top: 0px;
  }
}
@media (min-width: 781px) {
  .show780 {
    display: none !important;
  }
}
@media (max-width: 780px) {
  .hide780 {
    display: none;
  }
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .my-list .item {
    width: 100%;
  }
  /* .contact1 {
    padding-top: 50px;
    padding-bottom: 50px;
  } */
  .contact1 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact1 .item {
    width: 100%;
  }
  .contact1 .item + .item {
    margin-top: 20px;
  }
  .contact2 .img {
    display: none;
  }
  .contact2 .img2 {
    display: block;
  }
  .contact2 .wrap1800 {
    padding-bottom: 0;
  }
  .about1 > .content {
    display: none;
  }
  .about1 .img {
    aspect-ratio: initial;
  }
  .about1 .img-contnet {
    -webkit-clip-path: initial;
    clip-path: initial;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .about1 .content {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0;
    margin-bottom: 1.2rem;
  }
  .about2 .content {
    width: 100%;
  }
  .about2 .text{font-size: 16px; line-height: 1.8;}
  .about2 .text p {
    background: initial;
    -webkit-text-fill-color: initial;
  }
  .about2 .item-bg {
    display: none;
  }
  .about2 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    gap: 0 8%;
  }
  .about2 .item {
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 46%;
  }
  .about3 .swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px;
  }
  .about3 .swiper-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .about3 .swiper-slide {
    position: relative;
    margin-bottom: 0;
  }
  .about3 .swiper-slide.emty {
    display: none;
  }
  .about3 .slide-title{font-size: 18px;}
  .about3 .slide-text {
    font-size: 15px;
  }
  .about3 .swiper-pagination {
    bottom: 0;
  }
  .about4 .container-box {
    height: auto;
  }
  .about4 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5%;
    margin-bottom: 0;
  }
  .about4 .left {
    margin-left: 0;
  }
  .about4 .title {
    margin-bottom: 20px;
  }
  .about4 .right {
    width: 100%;
    margin-left: 0;
    padding-bottom: 30px;
  }
  .about4 .right-img {
    margin-bottom: 15px;
  }
  .about4 .right-content {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .about4 .item-time {
    margin-bottom: 20px;
  }
  .about4 .item {
    position: relative;
  }
  .about4 .swiper-pagination {
    bottom: 0;
  }
  .about5 {
    height: auto;
    padding-top: 0;
  }
  .about5 .container {
    width: 100%;
    position: relative;
    height: auto;
    padding: 0;
    padding: 0 5%;
  }
  .about5 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    aspect-ratio: initial;
    max-height: initial;
    row-gap: 20px;
  }
  .about5 .item {
    width: 100%;
  }
  .about5 .item img {
    border-radius: 0.2rem;
  }
  .about5 .item-content {
    opacity: 1;
    position: relative;
    color: #000;
    padding: 0;
    background: initial;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .about5 .item-text{font-size: 14px;}
  .about5 .item-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about5 .item-ul {
    width: 100%;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0 8%;
  }
  .about5 .item-li {
    width: 46%;
  }
  .about6 {
    height: auto;
  }
  .about6 .container {
    height: auto;
    padding-top: 0;
    position: relative;
  }
  .about6 .item {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about6 .item:nth-of-type(odd) {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about6 .item:nth-of-type(odd) .item-img {
    margin-left: 0;
  }
  .about6 .item:nth-of-type(even) .item-img {
    margin-right: 0;
  }
  .about6 .item-img {
    width: auto;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .about6 .list {
    width: 100%;
    padding: 0 5%;
  }
  .about6 .item-text {
    white-space: wrap;
    font-size: 16px;
  }
  .about6 .item-text::before {
    display: none;
  }
  .news1{padding-bottom: 0;}
  .news1 .swiper-slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* .news1 .swiper {
    padding-bottom: 30px;
  } */
  .news1 .slide-img {
    width: 100%;
  }
  .news1 .slide-content {
    width: 100%;
    padding: 20px 15px;
  }
  .news1 .swiper-pagination {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .news-detail1 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-detail1 .bottom .item {
    width: 100%;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  .news-detail1 .bottom .item:nth-child(3) {
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .news-detail1 .bottom .btn {
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 20px auto 0;
  }
  .activity1 .img1 {
    margin-right: 15px;
  }
  .activity1 .item {
    width: 180px;
  }
  .activity2 .list {
    height: 300px;
  }
}





.cForm{}
.cForm .title{font-weight: bold;}

#wpforms-237{
    --wpforms_input_height:48px;
    --wpforms_textarea_height:120px;
    --wpforms_input_font_size: 16px;
    --wpforms-field-border-radius: 8px;
    --wpforms-button-background-color: var(--i_color);
    --wpforms-button-border-color: var(--i_color);
    --wpforms-page-break-color: var(--i_color)
}
#wpforms-237{margin:0; padding:0;}
#wpforms-form-237{width:100%; position:relative;}

/* 字段样式 */
#wpforms-237 .wpforms-field-container>.wpforms-field{width: 100%; padding: 0 1px 20px; margin: 0 0 6px;overflow-x:initial !important; position: relative;}
#wpforms-237 label.wpforms-field-label{display: block; margin-bottom: 8px; font-size: 16px; font-weight: bold;}
#wpforms-237 .wpforms-field-container .wpforms-required-label{color: #D63637;}
#wpforms-237 .wpforms-field-container .wpforms-field>input,
#wpforms-237 .wpforms-field-container textarea
{width: 100%; max-width: 100%; box-sizing: border-box; padding: 10px 14px!important; margin: 0 0; border: 1px solid #CCC; background: #FFF; border-radius:var(--wpforms-field-border-radius); font-size:var(--wpforms_input_font_size); line-height: 1.4;}
#wpforms-237 .wpforms-field-container .wpforms-field>input{height: var(--wpforms_input_height);}
#wpforms-237 .wpforms-field-container textarea{height: var(--wpforms_textarea_height);}
#wpforms-237 input::placeholder, #wpforms-237 textarea::placeholder{color:#AAA; font-size:var(--wpforms_input_font_size); line-height: 1.4;}

/* 下拉菜单样式 */
/* #wpforms-237 .choices{width: 100%; max-width: 100% !important; height: var(--wpforms_input_height);}
#wpforms-237 .choices__inner{background: #F2F4F5; border: none !important; height: 100%;}
.wpforms-container .wpforms-field .wpforms-field-row:before{display: none !important;} */

#wpforms-237 .wpforms-field-container .wpforms-field>input:hover,
#wpforms-237 .wpforms-field-container textarea:hover,
#wpforms-237 .wpforms-field-container .wpforms-field>input:focus,
#wpforms-237 .wpforms-field-container textarea:focus{border-color: var(--i_color);}

/* 验证错误提示 */
#wpforms-237 label.wpforms-error, #wpforms-237 em.wpforms-error{position: absolute; left: 0; bottom: 0; font-size: 13px; color: #D63637;}

/* 隐藏 Label 标签 */
/* #wpforms-237 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-237 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 6px; font-size: 16px; font-weight: bold;} */

/* 输入框水平排列，一行两个 */
#wpforms-237 .wpforms-field-container{display:flex; flex-wrap:wrap;justify-content: space-between;}
#wpforms-237-field_1-container,
#wpforms-237-field_2-container{width: 49% !important;}

/* 提交按钮样式 */
#wpforms-237 .wpforms-submit-container{width: 220px; margin: 0 auto; padding:0 0; position: relative; border-radius:200px; overflow: hidden;}
#wpforms-237 .wpforms-submit-container button{width: 100%; height:44px; font-size: 15px; color: #FFF; background: #545454;}
#wpforms-237 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-237 .wpforms-submit-container button:hover{background: #F4863D;}

@media screen and (max-width:768px) {
  #wpforms-237 .wpforms-field-container>.wpforms-field{width: 100% !important;}
}





.cMap{font-size: 0;}
.cMap iframe{width: 100%; height: 65vh}

@media screen and (max-width:1024px) {
	.cMap iframe{height: 50vh;}
}


