/*
|          (0 0)
+=====oOO====(_)=========+
|   Powered By AnXin     |
|   Tel: 0572-5220701    |
|   Creation:2024.10.08  |
+=================oOO====+
|          |__|__|
|           || ||
|          ooO Ooo
*/
@charset "UTF-8";
body, button, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, s, td, textarea, th, ul { margin: 0; padding: 0; list-style: none; }
body, html { position: relative; font-family: Microsoft YaHei, sans-serif; }
h1, h2, h3, h4, h5, h6 { text-transform: capitalize; }
button, input, select, textarea { font-size: 100%; outline: 0; }
a { color: #369; text-decoration: none; }
em, i { font-style: normal; }
.none { display: none; }
.block { display: block; }
img { border: 0; object-fit: cover; }
table { border-collapse: collapse; border: 0; border-collapse: collapse; }
::selection { background: #ddd; color: #111; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background-color: rgba(50, 50, 50, 0.25); border: 2px solid transparent; border-radius: 0px; background-clip: padding-box; }
::-webkit-scrollbar-thumb:hover { background-color: rgba(50, 50, 50, 0.5); }
::-webkit-scrollbar-track { background-color: rgba(50, 50, 50, 0.05); }
input, textarea, button { border: 0; }
input::placeholder, textarea::placeholder { opacity: 0.5; }
input:focus { border: 0; outline: 0; box-shadow: 0; }
input[type="radio"], input[type="checkbox"] { appearance: none; -webkit-appearance: none; outline: none; display: none; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; }
.tipMain { position: fixed; bottom: 0; left: 0; z-index: 9999; width: 100%; border-top: 1px solid #ccc; background: #fff; font-size: 13px; line-height: 40px; }
.tipMain, .tipMain .close { height: 40px; text-align: center; }
.tipMain .close { position: absolute; top: 0; right: 10px; width: 40px; color: red; font-size: 18px; font-family: Arial, Helvetica, sans-serif; cursor: pointer; }
span.spanleft { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
a, a:hover, ::after, ::before, .images, .images img, .list-li, .list-txt, .list-txt .name, .mobileMenu b, header, header *, #banner, #banner img, .arrow { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
/*通用*/
* { font-size: 14px; font-weight: 400; box-sizing: border-box; color: #000; }
body { background-color: #fff; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.wrapper { margin: 0 auto; position: relative; }
.text { padding: 0; }
.text, .text * { font-size: 16px; line-height: 2; color: #333; word-wrap: break-word; }
/* .text p:not(:last-child) { margin-bottom: 20px; } */
.text img { display: inline-block; opacity: 1 !important; }
.text::after { content: ""; display: table; clear: both; }
.text .table { display: flex; gap: 12px; }
.txt-info { overflow: hidden; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }
.txt-info * { -webkit-box-orient: horizontal; width: auto; display: inline; padding: 0; margin: 0; background: none !important; font-family: sans-serif !important; white-space: normal !important; word-wrap: normal !important; word-break: break-all !important; }
.txt-info img { display: none !important; opacity: 0; }
.arrow { position: relative; z-index: 2; display: block; width: 8px; height: 8px; }
.arrow::before, .arrow::after { content: ""; position: absolute; display: block; }
.arrow::before { width: 100%; height: 100%; border-right: 1px solid #000; border-top: 1px solid #000; pointer-events: auto; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.arrow::after { width: 12px; height: 0; border-top: 1px solid #000; top: 50%; left: 50%; margin-top: -0.5px; margin-left: -7px; }
.arrow.arrow-white::before { border-right-color: #fff; border-top-color: #fff; }
.arrow.arrow-white::after { border-top-color: #fff; }
.body-overlay { position: fixed; left: 0; top: 0px; right: 0; bottom: 0; z-index: 1; width: 100%; height: 100vh; display: none; background: rgba(0, 0, 0, 0.2); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
/*更多*/
.more { position: relative; display: flex; overflow: hidden; width: 180px; height: 60px; border-radius: 4px; margin-top: var(--gap-60); }
.more a { position: relative; display: flex; justify-content: center; align-items: center; column-gap: 12px; width: 100%; height: 100%; background: var(--logo-red); }
.more a:after { content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 0; height: 100%; background: rgba(0, 0, 0, 0.1) }
.more span { position: relative; z-index: 2; font-size: 16px; font-weight: 400; color: #fff; text-transform: capitalize; white-space: nowrap; }
.more .arrow { width: 20px; height: 20px; }
.more .arrow::before { width: 8px; height: 8px; border-right: solid 2px #fff; border-top: solid 2px #fff; }
.more .arrow::after { width: 15px; height: 2px; border-top: solid 2px #fff; margin-top: -1px; margin-left: -8px; }
.more a:hover::after { width: 100%; }
.more a:hover .arrow { transform: translate(3px, 0); }
.more a:hover .arrow::before { border-color: #fff; }
.more a:hover span { color: #fff; }
.more.white a, .more.white .arrow::before { border-color: #fff; }
.more.white a span { color: #fff; }
.more.white a:after { background: #fff; }
.more.white a:hover span { color: var(--main-color); }
.more.white a:hover .arrow::before { border-color: var(--main-color); }
.more.center { margin-left: auto; margin-right: auto; }
/*******************************
-------[=图片切换-------
********************************/
.swiper-container { width: 100%; height: 100%; }
.swiper-container img { display: block; width: 100%; height: 100%; }
.swiper-btn { position: absolute; z-index: 10; top: 50%; transform: translateY(-50%); display: block; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; background: #fff; box-shadow: 0px 3px 10px rgba(222, 222, 222, 0.5); }
.swiper-btn::after { content: ""; display: block; position: absolute; width: 60px; height: 60px; border-radius: 50%; background: var(--main-color); left: 0%; top: 0%; transform: scale(0); }
.swiper-btn .arrow::before { width: 8px; height: 8px; border-color: #BABABA; border-width: 2px; }
.swiper-btn.swiper-button-disabled { cursor: not-allowed; }
.swiper-btn.next { right: 0; }
.swiper-btn.next .arrow { margin-right: 5px; }
.swiper-btn.prev { left: 0; }
.swiper-btn.prev .arrow { transform: rotate(180deg); margin-left: 5px; width: 10px; height: 10px; }
.swiper-btn .arrow::after { display: none; }
.swiper-btn:hover::after { transform: scale(1); }
.swiper-btn:hover .arrow::before { border-color: #fff; }
/* .swiper-pagination { bottom: 20px; display: flex; align-items: center; justify-content: center; }
.swiper-pagination-bullet { background: #e5e5e5; opacity: 1 !important; width: 8px; height: 8px; margin: 0 8px; }
.swiper-pagination-bullet-active { background: transparent; width: 14px; height: 14px; border: 2px solid var(--main-color); } */
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { width: auto; left: 50%; bottom: 16px; }
.swiper-pagination { left: 50%; transform: translateX(-50%); bottom: 16px; display: inline-flex; width: auto; padding: 5px 10px; background: rgba(0, 0, 0, 0.4); align-items: center; justify-content: center; column-gap: 5px; border-radius: 10px; }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0; }
.swiper-pagination-bullet { background: #fff; opacity: 1; width: 10px; height: 10px; margin: 0; }
.swiper-pagination-bullet-active { background: var(--logo-red); border: 0 }
.swiper-tool { position: relative; display: flex; justify-content: center; column-gap: 24px; padding-top: 24px; }
.swiper-tool .swiper-btn { position: relative; transform: translateY(0); top: 0; }
/*******************************
-------[=返回顶部-------
********************************/
.toTop { position: fixed; z-index: 9; bottom: 0px; right: 0px; width: 50px; height: 50px; text-align: center; line-height: 50px; padding: 0; background-color: #222; cursor: pointer; display: none; opacity: 0.7 !important; }
.toTop:before { content: ""; margin-top: 22px; margin-left: 18px; display: block; width: 10px; height: 10px; border-right: 2px solid #fff; border-top: 2px solid #fff; pointer-events: auto; transform: rotate(-45deg); }
.toTop:hover { background: var(--main-color); opacity: 1 !important; }
.toTop:active { background: #000; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); }
/*******************************
-------[=列表-------
********************************/
.images { overflow: hidden; position: relative; z-index: 1; width: 100%; height: 0; padding: 0px; margin: 0; }
.images img { width: 100%; height: 100%; object-fit: cover; position: absolute; z-index: 1; left: 0; top: 0; }
.stretching::after { content: ""; display: block; position: absolute; z-index: 10; pointer-events: auto; background-color: rgba(0, 0, 0, 0); width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; }
.list { position: relative; z-index: 1; display: grid; }
.list .list-li { position: relative; }
.list-txt { box-sizing: border-box; position: relative; }
.list-txt .name { overflow: hidden; position: relative; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }
.list-txt .txt-info { -webkit-line-clamp: 2; }
.list-txt .txt-info, .list .list-txt .txt-info * { font-size: 14px; line-height: 2; color: #666; }
.list .list-li:hover .list-txt .name { color: var(--main-color); }
.list .list-li:hover .images img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
/*******************************
-------[=表单-------
********************************/
.layui-form { display: grid; grid-template-columns: 1fr; gap: 16px; }
.message .layui-form { grid-template-columns: repeat(3, 1fr); }
.message .layui-form .lg { grid-column-end: span 3; }
#message { background: url(/images/message.jpg) center center no-repeat; background-size: cover; margin-bottom: calc(0px - var(--gap-80)); }
#message .wrapper { display: flex; padding-top: var(--gap-40); padding-bottom: var(--gap-40); }
.message { background: #fff; padding: var(--gap-40); border-radius: 8px; max-width: 880px; width: 100%; }
.message .layui-btn { background: var(--main-color) }
.message .layui-input:hover, .message .layui-textarea:hover { border-color: var(--main-color) !important }
.message .layui-input:focus, .message .layui-textarea:focus { border: solid 1px var(--main-color) !important; box-shadow: none !important; }
/*******************************
-------[=页码-------
********************************/
.main-page { position: relative; z-index: 1; width: 100%; padding: 0; text-transform: capitalize; display: flex; justify-content: center; align-items: center; gap: 32px; margin-top: 50px; margin-bottom: 0px; }
.main-page .pagination-info { font-size: 16px; color: var(--color-6); }
.main-page .pagination-info span { font-size: 20px; font-weight: 600; color: var(--main-color); margin-left: 8px; margin-right: 8px; }
.main-page .pagination { display: flex; align-items: center; column-gap: 12px; }
.main-page .pagination li { border: 1px solid var(--border-color); }
.main-page .pagination li * { font-size: 16px; }
.main-page .pagination li a, .main-page .pagination li.active span, .main-page .pagination li.prev span, .main-page .pagination li.next span { display: block; padding: 8px 0; width: 42px; text-align: center; font-size: 16px; line-height: 22px; }
.main-page .pagination li a { color: var(--color-3); }
.main-page .pagination li.disabled { border: 0; cursor: not-allowed; }
.main-page .pagination li.active { border-color: var(--main-color); background-color: var(--main-color); color: #fff; }
.main-page .pagination li.active span { color: #fff; }
.main-page .pagination li:hover { border-color: var(--main-color); }
.main-page .pagination li:hover a { color: var(--main-color); }
.main-page .pagination li.prev, .main-page .pagination li.next { border: 1px solid var(--border-color); width: 40px; position: relative; }
@media screen and (max-width:1024px) {
	.main-page { margin-top: 24px; }
}
@media screen and (max-width:860px) {
	.main-page { flex-direction: column; gap: 16px; }
	.main-page .pagination li a, .main-page .pagination li.active span, .main-page .pagination li.prev span, .main-page .pagination li.next span { display: block; padding: 5px 0; width: 32px; font-size: 14px; line-height: 20px; }
	.main-page .pagination li.prev, .main-page .pagination li.next { width: 33px; }
}
@media screen and (max-width:640px) {
	.main-page { margin-top: 16px; }
}
/*******************************
-------[=页面底部------
********************************/
#footer { background: url(/images/footer-bg.jpg) center top no-repeat; background-size: cover; position: relative; z-index: 2; }
#footer .footer { display: flex; align-items: flex-start; justify-content: space-between; padding-top: 50px; padding-bottom: 50px; }
.footer .left { width: 400px; }
.footer .left .t { font-size: 26px; }
.footer .left .logo { background: url(/images/logo-white.png) no-repeat; width: 197px; height: 58px; }
.footer .left .txt { margin-top: 24px; margin-bottom: 32px; display: flex; flex-direction: column; gap: 12px; }
.footer .left .txt .p { display: grid; grid-template-columns: 24px 1fr; gap: 12px; font-size: 14px; line-height: 24px; color: #fff; }
.footer .left .txt .p img { display: block; width: 24px; height: 24px; }
.footer .left .social { display: flex; gap: 24px; }
.footer .left .social .icon { position: relative; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; border: solid 1px #fff }
.footer .left .social .icon img { width: 16px; height: 16px; }
.footer .left .social .icon:hover .icon-pop { display: block; }
.footer .left .social .icon:hover { background: rgba(255, 255, 255, 0.2); }
.icon-pop { width: 120px; height: 120px; background: #fff; border-radius: 8px; padding: 0; position: absolute; display: none; bottom: 100%; margin-bottom: 16px; }
.footer .left .social .icon .icon-pop img { display: block; width: 100%; height: 100%; border-radius: 8px; position: relative; z-index: 2; }
@media screen and (max-width:1600px) {
	.footer .left .social .icon:first-child .icon-pop { left: 0; }
}
.footer .right { flex: 1; display: flex; justify-content: flex-end; column-gap: var(--gap-60); }
.footer .column { display: flex; flex-direction: column; row-gap: 12px; }
.footer .column .t { font-size: 18px; font-weight: 600; color: #fff; }
.footer .column a { font-size: 14px; width: 100%; line-height: 1.5; color: rgba(255, 255, 255, 0.7); }
.footer .column a:hover { color: rgba(255, 255, 255, 1) }
#footer .copyright { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; position: relative; }
#footer .copyright::before { content: ""; display: block; position: absolute; left: 0; top: 0; right: 0; height: 1px; background: rgba(255, 255, 255, 0.1); }
#footer .copyright p, #footer .copyright a { line-height: 1.8; color: #fff; opacity: 0.7; display: flex; align-items: center; }
#footer .copyright a:hover { opacity: 1; }
#footer .record, #footer .record a { display: flex; align-items: center; justify-content: flex-start; }
#footer .record { gap: 16px; }
#footer .record img { margin: 0 8px !important; }
@media screen and (max-width:1540px) { }
@media screen and (max-width:1370px) {
	#footer .footer { padding-top: 40px; padding-bottom: 40px; }
	.footer .left { width: 300px; }
	.footer .left .txt { gap: 8px; margin-top: 16px; margin-bottom: 24px; }
	.footer .left .txt .p img { width: 20px; height: 20px; }
}
@media screen and (max-width:1280px) {
	#footer .footer { padding-top: 30px; padding-bottom: 30px; gap: 30px; }
	.footer .left { width: 200px; }
	.footer .left .logo { width: 150px; height: 40px; background-size: contain; }
	.footer .column .t { font-size: 16px; }
}
@media screen and (max-width:1024px) {
	#footer .footer { flex-direction: column; }
	.footer .left { width: 100%; display: flex; justify-content: space-around; }
	.footer .left .social .icon:first-child .icon-pop { left: auto; }
	.footer .right { width: 100%; justify-content: space-between; }
	#footer .copyright { flex-direction: column; gap: 8px; }
	#footer .copyright p, #footer .copyright a { margin-bottom: 0; text-align: center; }
}
@media screen and (max-width:860px) {
	#footer .footer { display: none; }
	.reserve { display: none; }
	#footer .copyright { margin-top: 0; border-top: 0; }
}
@media screen and (max-width:768px) {
	#footer .footer { display: none; }
}
@media screen and (max-width:640px) {
	#footer .record { flex-direction: column; gap: 8px; }
}
/*******************************
-------[=页面------
********************************/
header, #header { width: 100%; }
#header .wrapper, .nav, .nav .nav-item, .nav .nav-item-a { height: 100%; }
#header .wrapper { display: flex; justify-content: space-between; align-items: center; }
header { position: fixed; top: 0; z-index: 200; }
#nav { position: absolute; }
.nav { display: flex; align-items: center; }
.nav .nav-item { position: relative; }
.nav .nav-item .nav-item-a { text-decoration: none; padding: 0; margin: 0; display: flex; justify-content: center; align-items: center; position: relative; z-index: 2; text-transform: capitalize; }
.nav .nav-item::after, .nav .nav-item::before, .nav .nav-item .sub-nav-item a::before { content: ""; z-index: 1; position: absolute; }
.nav .nav-item::after { width: 1px; height: 12px; right: 0; top: 50%; transform: translate(0px, -50%); background: #000; opacity: 0 }
.nav .nav-item:last-child::after { display: none; }
.nav .nav-item::before, .nav .nav-item .sub-nav-item a::before { width: 0px; height: 2px; border-radius: 2px; background: var(--logo-red); left: 50%; bottom: 0; transform: translateX(-50%); }
.nav .nav-item .nav-item-a span { position: relative; z-index: 2; white-space: nowrap; text-transform: capitalize; }
.nav .nav-item.active::before, .nav .nav-item:hover::before, .nav .nav-item.active.cuf:hover::before { width: 100%; }
.nav .nav-item.active.cuf::before { width: 0; }
.nav .nav-item .sub-nav { position: absolute; top: var(--header-height); transition: all 0.5s; opacity: 0; visibility: hidden; background: #fff; box-shadow: var(--box-shadow); padding: 16px; margin-left: -20px; border-radius: 0 0 12px 12px; }
.nav .nav-item .sub-nav:before { content: ""; display: none; border-top: solid 1px var(--border-color); width: 100vw; height: 60px; background: rgba(255, 255, 255, 1); position: fixed; top: var(--header-height); left: 50%; z-index: 1; transform: translateX(-50%); box-shadow: var(--box-shadow); }
.nav .nav-item .sub-nav-item { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 8px; padding: 0; }
.nav .nav-item .sub-nav-item a { white-space: nowrap; display: flex; align-items: center; color: #333; text-transform: capitalize; position: relative; height: 40px; }
.nav .nav-item .sub-nav-item a::before { bottom: 0px; left: 0; transform: translateX(0); }
.nav .nav-item .sub-nav-item a:hover { color: var(--main-color); }
.nav .nav-item .sub-nav-item a:hover::before { width: 100px; }
.nav .nav-item:hover .sub-nav { opacity: 1; visibility: visible }
header.transformY { transform: translateY(-100%); }
.web-title { width: 100%; position: relative; z-index: 20; padding-top: var(--gap-80); padding-bottom: var(--gap-80); display: flex; flex-direction: column; align-items: flex-start; }
.web-title .main { font-size: 36px; font-weight: 600; color: var(--main-color); line-height: 1.5; text-transform: capitalize; position: relative; }
.web-title .secondary { font-size: 16px; color: var(--color-9); line-height: 1.5; text-transform: capitalize; }
.web-title.center { align-items: center; }
.web-title.center .main { text-align: center; }
.web-title.border-top { margin-top: var(--gap-80); border-top: solid 1px var(--border-color); }
.web-title.white > div { color: #fff; }
#place { border-bottom: solid 1px var(--border-color); margin-top: calc(0px - var(--gap-80)); background-color: #fff; box-sizing: var(--subNav-shadow); }
.place { width: 100%; }
.place, .place a { display: flex; flex-flow: row wrap; align-items: center; }
.place { line-height: 26px; color: #666; text-transform: capitalize; }
.place a { color: #333; }
.place a:after { content: ""; width: 5px; height: 5px; border-right: 1px solid rgba(51, 51, 51, 0.8); border-top: 1px solid rgba(51, 51, 5, 0.8); pointer-events: auto; transform: rotate(45deg); margin-left: 12px; margin-right: 12px; }
.place a:hover { color: var(--main-color); }
#banner { width: 100%; height: 420px; overflow: hidden; position: relative; z-index: 1; background-color: #fff; }
#banner img { width: 100%; height: 100%; display: block; position: absolute; z-index: 1; left: 0; top: 0; animation: bannerImg 2s ease 0s both; }
#banner .banner-txt { position: absolute; z-index: 2; left: 50%; top: 260px; transform: translate(0%, -50%); display: flex; flex-direction: column; gap: 12px; align-items: center; justify-content: center; animation: bannerTxt 1s ease 1s both; }
#banner .banner-txt .chs { font-size: 36px; text-transform: uppercase; text-shadow: var(--text-shadow); color: #fff; }
#banner .banner-txt .en { font-size: 16px; text-transform: uppercase; text-shadow: var(--text-shadow); color: #fff; }
@keyframes bannerImg {
	0% { opacity: 0; scale: 1.1; }
	100% { opacity: 1; scale: 1; }
}
@keyframes bannerTxt {
	0% { transform: translate(-50%, 0%); opacity: 0; }
	100% { transform: translate(-50%, -50%); opacity: 100%; }
}
#banner.banner-detailed { height: 150px; }
#search-box { position: absolute; top: 0; width: 100%; left: 0; background-color: #fff; transition: all 0.3s; transform: translateY(-100%); opacity: 0; z-index: -10; display: flex; justify-content: center; align-items: center; gap: 30px; padding: 30px; }
#search-box.show { transform: translateY(0); opacity: 1; z-index: 1200; }
#search-box .layui-form { grid-template-columns: 1fr 60px; gap: 0; width: 100%; max-width: 600px; border: solid 1px var(--border-color); border-radius: 4px; }
#search-box .layui-input { height: 58px; border: 0 }
#search-box .layui-input:focus, #search-box .layui-input:hover { border-color: #f00 !important; outline: 0; box-shadow: none !important; }
#search-box .layui-input-affix { line-height: 58px; }
#search-box .search-btn { width: 60px; height: 60px; background: url(/images/icon-search.svg) center center no-repeat; background-size: 32px 32px; }
#search-box .close { width: 30px; height: 30px; background: #fff; display: flex; align-items: center; justify-content: center; position: relative; }
#search-box .close::before, #search-box .close::after { content: ""; display: block; width: 36px; height: 2px; background-color: var(--color-red); position: absolute; cursor: pointer; }
#search-box .close::before { transform: rotate(-45deg); }
#search-box .close::after { transform: rotate(45deg); }
#search-box .close:hover { transform: rotate(180deg); }
.highlight { font-size: 16px; display: inline-block; margin: 0 3px; padding: 2px 6px; border-radius: 3px; background: var(--logo-red); color: #fff; }
.search-result .t { border-bottom: solid 1px var(--border-color); font-size: 18px; padding-bottom: var(--gap-30); margin-bottom: var(--gap-30); color: var(--color-6); }
.search-result .list { grid-template-columns: repeat(2, 1fr); gap: var(--gap-40); }
.search-result .list .list-li { display: flex; flex-direction: column; column-gap: 16px; padding: 16px 0; border-bottom: solid 1px var(--border-color); position: relative; }
.search-result .list .list-li .stretching { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.search-result .list .list-li .date { font-size: 18px; color: var(--color-9); margin-bottom: 16px; }
.search-result .list .list-li .list-txt { font-size: 16px; color: var(--color-6); padding: 0; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.search-result .list .list-li:hover { transform: translateY(-10px); }
@media screen and (max-width:1024px) {
	.search-result .list { grid-template-columns: 1fr; gap: 0; }
}
/*子栏目*/
#sub-nav { box-shadow: var(--subNav-shadow); background: #fff; height: 59px; z-index: 21; position: sticky; top: 0; }
#sub-nav .sub-nav .swiper-wrapper { justify-content: center; }
#sub-nav .sub-nav .swiper-slide { width: auto; padding: 0px; margin: 0; text-transform: capitalize; }
#sub-nav .sub-nav .swiper-slide a { position: relative; height: 100%; display: flex; align-items: center; font-size: 16px; margin: 0 32px; color: #333; }
#sub-nav .sub-nav .swiper-slide a::before { content: ""; display: block; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; margin-bottom: -1px; background: var(--logo-red); }
#sub-nav .sub-nav .swiper-slide a:hover, #sub-nav .sub-nav .swiper-slide.active a { color: var(--logo-red); }
#sub-nav .sub-nav .swiper-slide.active a::before { left: 0; width: 100%; }
@media screen and (max-width:1024px) {
	#sub-nav .sub-nav .swiper-wrapper { justify-content: flex-start; }
	#sub-nav .sub-nav .swiper-slide a { margin: 0 24px; }
}
@media screen and (max-width:860px) {
	#sub-nav { height: 59px; }
	#sub-nav .sub-nav .swiper-slide a { margin: 0 16px; }
}
@media screen and (max-width:768px) {
	#sub-nav { height: 59px; top: 60px; }
}
#sub-nav { margin-bottom: var(--gap-80); margin-top: calc(0px - var(--gap-80)); }
.spl-header { transform: translateY(0px) !important; }
.spl-footer { padding-bottom: 20px; }
.spl-title, .spl-description { color: #fff; text-align: center; margin-bottom: 0; }
.spl-page { color: #fff; }
/*资讯*/
.article { padding-top: var(--gap-30); }
.article-info { display: flex; flex-direction: column; gap: 24px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: solid 1px var(--border-color); }
.article-info .h1 { font-size: 32px; line-height: 1.5; color: var(--main-color); text-align: center; }
.article-info .tool, .article-info .tool span { display: flex; justify-content: center; align-items: center; color: var(--color-6); }
.article-info .tool { gap: 24px; }
.article-info .tool span { gap: 8px; }
.article .article-txt { width: 100%; margin: 0 auto; }
.article .article-txt, .article .article-txt * { font-size: 16px; line-height: 40px; color: #333; }
.article .article-txt h5 { font-size: 22px; color: #333; font-weight: 600; padding: 20px 0; text-align: center; }
.article .article-txt b { font-size: 18px; color: #333; margin-bottom: 15px; }
.article .article-txt hr { height: 1px; width: 100%; margin: 30px 0; border: 0; display: block; background: #ddd }
.article .article-txt img { max-width: 100%; margin: 0 auto; display: block; width: auto }
.article .article-txt table { width: 100% !important }
.article .article-txt table td { word-wrap: break-word !important; padding: 10px !important; border: 0 !important; min-width: 50px; max-width: auto !important; line-height: 30px !important; vertical-align: middle !important }
.article .article-txt table td * { word-wrap: break-word !important; font-size: 16px !important; font-weight: 300 !important; color: #111 !important; line-height: 36px !important }
.article-page { display: flex; margin-top: var(--gap-80); }
.article-page .item { flex: 1; background: #f7f7f7; display: flex; align-items: center; justify-content: flex-end; gap: 16px; color: var(--color-6); padding: 30px; }
.article-page .item .txt { font-size: 16px; color: var(--color-3); overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.article-page .item .arrow::after { display: none; }
.article-page .item .arrow::before { width: 8px; height: 8px; }
.article-page .prev { flex-direction: row-reverse; }
.article-page .prev .arrow { transform: rotate(180deg); }
.article-page .item:hover { background: var(--border-color); }
.article-page .item:hover .arrow { transform: translateX(5px); }
.article-page .item.prev:hover .arrow { transform: rotate(180deg) translateX(5px); }
@media screen and (max-width:1024px) {
	.article .h1 { font-size: 24px; }
	.article-page .item { padding: 12px 30px; }
}
@media screen and (max-width:640px) {
	.article .h1 { padding-bottom: 0; }
	.article-info { gap: 12px; margin-bottom: 12px; padding-bottom: 12px; }
	.article-info .tool { flex-flow: row wrap; gap: 8px 20px; }
	.article-page { flex-direction: column; margin-left: -24px; margin-right: -24px; }
	.article-page .item { padding: 12px 24px; }
}
@media screen and (max-width:480px) {
	.article .h1 { font-size: 20px; }
	.article .tool span { font-size: 12px; }
	.article .article-txt, .article .article-txt * { font-size: 14px; line-height: 26px; }
}
/*页面*/
.num-font, .num-font span { font-family: "DIN Alternate"; font-weight: 700; }
#logo { overflow: hidden; width: 156px; height: 45px; background: url(/images/logo.png) left center no-repeat; background-size: contain; }
#header { height: var(--header-height); }
header.baion #header { box-shadow: var(--box-shadow); background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(20px); }
header.baion #header .wrapper { padding-left: 0; padding-right: 0; margin-top: 0; background: none; }
header.baion #nav { top: 0px; margin-right: -670px; }
.logo, .logo a { width: 100%; height: 100%; display: block; }
.wrapper { width: var(--w-width); }
#body { position: relative; background-color: #fff; padding-bottom: var(--gap-80); }
#body.main { padding-top: var(--gap-80); background: url(/images/mountain.jpg) center 25vh no-repeat fixed; }
#nav { right: 50%; margin-right: -620px; height: 90px; top: 30px; }
.nav { gap: var(--gap-50); }
.nav .nav-item::after { display: none; }
.nav .nav-item .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a span { font-size: 16px; color: var(--color-3); font-weight: 500; text-transform: uppercase; }
.nav .nav-item.active .nav-item-a span, .nav .nav-item .nav-item-a:hover span, .nav .nav-item:hover span, .nav-item-a:hover span, .nav .nav-item.active:hover .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a:hover span { color: var(--logo-red); }
.place { padding-top: 16px; padding-bottom: 16px; }
.list-txt { padding: 16px 20px; }
.list-txt .name { font-size: 18px; line-height: 1.5; color: var(--color-3); }
#header .wrapper { height: 90px; background-color: #fff; border-radius: 45px; margin-top: 30px; padding-left: 50px; padding-right: 50px; }
.search-btn { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.search-btn img { width: 20px; height: 20px; display: block; }
.title-red { font-size: 24px; margin-bottom: 24px; font-weight: 600; color: var(--logo-red); }
/*关于我们*/
#about1 { margin-top: calc(0px - var(--gap-80)); margin-bottom: calc(0px - var(--gap-80)); background: url(/images/about1.jpg) center bottom no-repeat; background-size: cover; padding-bottom: 200px; position: relative; }
#about1::after { content: ""; position: absolute; z-index: 1; left: 0; top: 0; bottom: 0; right: 0; background: url(/images/about1-bg2.png) left top no-repeat; background-size: 90% auto; }
#about1 .wrapper { display: grid; grid-template-columns: 1fr 1000px; z-index: 2; padding-top: var(--gap-80); }
#about1 .wrapper .photo {display: block; width: 100%; max-width: 340px; }
#about1 .text p:not(:last-child) { margin-bottom: 24px; }
.list.about2 { grid-template-columns: repeat(2, 1fr); gap: var(--gap-40); }
.list.about2 .list-li { padding: 24px; border: solid 1px var(--border-color); display: grid; gap: 24px; grid-template-columns: 150px 1fr; }
.list.about2 .images { padding-top: 0; height: 100%; }
.list.about2 .list-txt { padding: 0; }
.list.about2 .list-txt .name { font-weight: 600; font-size: 24px; color: var(--main-color); margin-bottom: 8px; }
.list.about2 .list-txt .txt { font-size: 16px; line-height: 2.25; color: var(--color-3); }
.about3 .text img { float: right; margin-left: var(--gap-60); margin-bottom: var(--gap-30); }
.about3 .text p:not(:last-child) { margin-bottom: 24px; }
.about4 img { display: block; width: 100%; }
#about5 { margin-bottom: calc(0px - var(--gap-80)); background: url(/images/about5.jpg) center bottom no-repeat; background-size: cover; padding-bottom: var(--gap-80); }
#about5 .swiper-btn { top: 60px; transform: translateY(0); }
.year-card { display: grid; grid-template-columns: 150px 1fr 150px; position: relative; }
.year-card::after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 90px; height: 2px; background: var(--border-color); }
.year-card .swiper-btn.prev { grid-column-start: 1; }
.year-card .swiper-btn.next { grid-column-start: 3; }
.year-card .about5-year { grid-column-start: 2; }
.about5-year .swiper-slide { width: auto; }
.about5-year .item { padding-bottom: 60px; display: flex; position: relative; gap: 8px; cursor: pointer; }
.about5-year .item::after { content: ""; display: block; position: absolute; z-index: 5; bottom: 30px; left: 50%; transform: translateX(-50%); width: 10px; height: 10px; background: #fff; border: solid 5px var(--color-9); border-radius: 50%; }
.about5-year .item .num-font { font-size: 60px; color: var(--color-9); }
.about5-year .item .num-font span { font-size: 20px; color: var(--color-9); }
.about5-year .item .num-font:nth-child(2) { display: flex; align-items: flex-end; }
.about5-year .item .num-font:nth-child(2)::before { content: ""; display: block; width: 15px; height: 2px; background: var(--color-9); margin-bottom: 16px; margin-left: 8px; margin-right: 16px; }
.about5-year .swiper-slide-thumb-active .item .num-font, .about5-year .swiper-slide-thumb-active .item .num-font span { color: var(--main-color); }
.about5-year .swiper-slide-thumb-active .item::after { border-color: var(--main-color); }
.about5-year .swiper-slide-thumb-active .item .num-font:nth-child(2)::before { background: var(--main-color); }
.about5-list { margin-top: var(--gap-60); }
.about5-list .swiper-slide { padding: 20px 150px; }
.about5-list .card { box-shadow: var(--box-shadow); background: #fff; padding: var(--gap-50); border-radius: 8px; }
.about5-list .card .text p { text-align: center; font-size: 18px; line-height: 2.5; color: #000; }
/*企业文化*/
#culture1 { margin-top: calc(0px - var(--gap-80)); margin-bottom: calc(0px - var(--gap-80)); background: url(/images/culture1.jpg) center bottom no-repeat; background-size: 100% auto; padding-bottom: 270px; }
#culture1 .section1 { display: flex; gap: var(--gap-70); align-items: flex-start; }
#culture1 .section1 .photo { border: solid 1px var(--border-color); width: 30%; padding: var(--gap-50); background: #fff; }
#culture1 .section1 .photo img { display: block; width: 100%; }
#culture1 .section1 .txt { flex: 1; }
#culture1 .section2 .text p { text-align: center; font-size: 18px; color: #000; line-height: 2; }
.list.culture2 { grid-template-columns: repeat(4, 1fr); gap: var(--gap-40); }
.list.culture2 .list-li { border: solid 1px var(--border-color); padding: 24px; }
.list.culture2 .images { padding-top: 75%; }
.list.culture2 .images img { object-fit: contain; }
.list.culture3 { grid-template-columns: repeat(3, 1fr); gap: var(--gap-40); }
.list.culture3 .list-li { border: solid 1px var(--border-color); }
.list.culture3 .images { padding-top: 65%; }
/*资讯*/
.list.news { grid-template-columns: repeat(3, 1fr); gap: var(--gap-40); }
.list.news .list-li { border: solid 1px var(--border-color); }
.list.news .images { padding-top: 56.25%;background: url(/images/photo-default.jpg);background-size: cover; }
.list.news .list-txt .name { margin-top: 8px; margin-bottom: 8px; -webkit-line-clamp: 1; }
.list.news .list-txt .txt-info, .list.news .list-txt .txt-info * { font-size: 14px !important; line-height: 20px !important; color: var(--color-6) !important; }
.list.news .list-txt .date { color: var(--main-color); font-size: 24px; }
.list.news .list-txt .date span { color: var(--main-color); font-size: 20px; margin-left: 8px; }
.list.news.notice { grid-template-columns: repeat(2, 1fr); gap: var(--gap-20) var(--gap-40); }
.list.news.notice .list-li { border: 0; border-bottom: solid 1px var(--border-color); }
.list.news.notice .list-txt { padding: 0; padding-bottom: 24px; }
.list.news.notice .list-txt .date { color: var(--color-9); font-size: 32px; }
.list.news.notice .list-txt .date span { color: var(--color-9); }
/*人才招聘*/
.talent { display: flex; flex-direction: column; gap: var(--gap-40); }
.talent .item { background: #fff; box-shadow: var(--box-shadow); }
.talent .talent-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 32px; cursor: pointer; background-image: linear-gradient(90deg, var(--border-color), var(--border-color)); background-position: 0 100%; background-size: 0 1px; background-repeat: no-repeat; transition: background-size 1s }
.talent .talent-head .left { display: flex; align-items: center; gap: var(--gap-50); }
.talent .talent-head .left .name { font-size: 20px; color: var(--logo-red); }
.talent .talent-head .left .info { font-size: 16px; color: var(--color-6); }
.talent .talent-head .right { display: flex; align-items: center; gap: 8px; }
.talent .talent-head .icon { width: 18px; height: 18px; border-radius: 4px; border: solid 1px var(--color-6); position: relative; }
.talent .talent-head .icon::before, .talent .talent-head .icon::after { content: ""; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: var(--color-6); }
.talent .talent-head .icon::before { width: 60%; height: 1px; }
.talent .talent-head .icon::after { width: 1px; height: 60%; }
.talent .talent-head.active { cursor: auto; }
.talent .talent-head.active { background-size: 100% 1px }
.talent .talent-head.active .icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.talent .talent-head .collect, .talent .talent-head.active .open { display: none; }
.talent .talent-head.active .collect, .talent .talent-head .open { display: block; }
.talent .talent-body { display: none; padding: 24px 32px; }
.talent .talent-body .head { display: flex; flex-flow: row wrap; border-bottom: solid 1px var(--border-color); padding-bottom: 16px; margin-bottom: 16px; }
.talent .talent-body .head span { font-size: 16px; color: #000; display: flex; align-items: center; }
.talent .talent-body .head span:not(:last-child)::after { content: ""; display: block; width: 1px; height: 16px; background: #ccc; margin-left: 24px; margin-right: 24px; }
.talent2 .photo-group { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 32px; }
.talent2 .photo-group .item { display: flex; flex-direction: column; align-items: center; font-size: 16px; color: var(--color-3); gap: 12px; }
.talent2 .title-red { margin-top: 24px; }
/*联系*/
.contact { margin-bottom: var(--gap-80); display: flex; justify-content: flex-start; position: relative; }
.contact::after { content: ""; display: block; width: 500px; height: 100%; position: absolute; z-index: 1; right: 0; top: 0; bottom: 0; background: linear-gradient(270deg, #FFFFFF 74%, rgba(255, 255, 255, 0) 100%); }
.contact .map { display: block; width: 91%; height: 100%; }
.contact .txt { position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 2; display: flex; flex-direction: column; gap: 16px; }
.contact .txt .t { font-size: 24px; font-weight: 600; color: var(--main-color); margin-bottom: 12px; }
.contact .txt p { display: grid; grid-template-columns: 50px 1fr; }
/*旗下排列五走势图新浪*/
.subsidiary-list .subsidiary-list-li { box-shadow: var(--box-shadow); background: #fff; border-radius: 8px; padding: var(--gap-60); display: flex; flex-flow: row wrap; justify-content: center; gap: var(--gap-50); }
.subsidiary-list .subsidiary-list-li .item { width: 30%; height: 240px; overflow: hidden; position: relative; border-radius: 8px;background: url(/images/photo-default.jpg);background-size: cover; }
.subsidiary-list .subsidiary-list-li .item img { display: block; width: 100%; height: 100%; transition: all 0.3s ease; }
.subsidiary-list .subsidiary-list-li .item:hover img { transform: scale(1.1); }
.subsidiary-list .subsidiary-list-li .item .txt { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); padding: 43px 16px 16px 16px; }
.subsidiary-list .subsidiary-list-li .item .txt span { font-size: 20px; font-weight: 600; color: #fff; ; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block }
.subsidiary-detailed { padding-top: var(--gap-80); }
.subsidiary-head { border-bottom: solid 1px var(--border-color); ; }
.subsidiary-head .wrapper { display: flex; justify-content: space-between; align-items: flex-end; }
.subsidiary-head .h1 { font-size: 40px; color: var(--main-color); margin-bottom: 24px; }
.subsidiary-head .tab { display: flex; gap: 30px; }
.subsidiary-head .tab .item { display: flex; align-items: center; margin-bottom: -1px; gap: 8px; font-size: 16px; color: var(--color-3); padding: 15px 20px; border-radius: 8px 8px 0 0; background-color: #f8f8f8; border: solid 1px var(--border-color); cursor: pointer; }
.subsidiary-head .tab .item svg { width: 20px; height: 20px; }
.subsidiary-head .tab .item.current { background: #fff; border-bottom: solid 1px #fff; color: var(--main-color); }
.subsidiary-head .tab .item.current svg path { fill: var(--main-color) }
.subsidiary-body .item { display: none; padding-top: var(--gap-50); }
.subsidiary-body .item:first-child { display: flex; }
.swiper-container.subsidiary-photo img { width: auto; }
.swiper-container.subsidiary-photo .swiper-btn.prev { left: 50%; margin-left: -750px; }
.swiper-container.subsidiary-photo .swiper-btn.next { right: 50%; margin-right: -750px; }
.swiper-container.subsidiary-photo .swiper-wrapper { align-items: center; }
.swiper-container.subsidiary-photo .swiper-slide { width: auto; }
.swiper-container.subsidiary-photo .item { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.swiper-container.subsidiary-photo .item img { max-width: 100%; max-height: 900px; }
.swiper-container.subsidiary-photo .item p { font-size: 16px; color: var(--color-3); }
/*页面参数*/
:root { --main-color: #2F66C2;	/*主要颜色 */ --color-red: #FF5733;	/*红色 */ --logo-red: #C2251A;	/*红色 */ --border-color: #E5E5E5;	/*边框颜色 */ --w-width: 1500px;	/*页面安全宽度 */ --text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); --box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1); --subNav-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); --color-3:#333; --color-6:#666; --color-9:#999; --header-height: 90px; --gap-120:120px; --gap-100:100px; --gap-90:90px; --gap-80:80px; --gap-70:70px; --gap-60:60px; --gap-50:50px; --gap-40:40px; --gap-30:30px; --gap-20:20px; }
@media screen and (max-width:1540px) {
	:root { --gap-120:108px; --gap-100:90px; --gap-90:81px; --gap-80:72px; --gap-70:63px; --gap-60:54px; --gap-50:45px; --gap-40:36px; --gap-30:27px; --gap-20:18px; }
}
@media screen and (max-width:1370px) {
	:root { --gap-120:96px; --gap-100:80px; --gap-90:72px; --gap-80:64px; --gap-70:56px; --gap-60:48px; --gap-50:40px; --gap-40:32px; --gap-30:24px; --gap-20:16px; }
}
@media screen and (max-width:1280px) {
	:root { --gap-120:84px; --gap-100:70px; --gap-90:63px; --gap-80:56px; --gap-70:49px; --gap-60:42px; --gap-50:35px; --gap-40:28px; --gap-30:21px; }
}
@media screen and (max-width:860px) {
	:root { --header-height: 60px; --gap-120:60px; --gap-100:50px; --gap-90:45px; --gap-80:40px; --gap-70:35px; --gap-60:30px; --gap-50:25px; --gap-40:20px; --gap-30:15px; }
}
@media screen and (max-width:768px) {
	:root { }
}
@media screen and (max-width:640px) {
	:root { --gap-120:24px; --gap-100:24px; --gap-90:24px; --gap-80:24px; --gap-70:24px; --gap-60:16px; --gap-50:16px; --gap-40:16px; }
}
/* 适配 */
@media screen and (max-width:1540px) {
	.wrapper { width: 100%; padding-left: 16px; padding-right: 16px; }
	#nav, header.baion #nav { right: 120px; margin-right: 0; }
	#header .wrapper { margin-left: 16px; margin-right: 16px; width: calc(100% - 32px); padding-left: 32px; padding-right: 32px; }
	#about1 { padding-bottom: 120px; }
	#about1 .wrapper { grid-template-columns: 1fr 67%; gap: 5vw; }
	#about1 .wrapper .photo { display: block; width: 100%; }
	.year-card { grid-template-columns: 80px 1fr 80px; }
	.year-card::after { top: 78px; }
	#about5 .swiper-btn { top: 50px }
	.about5-year .item .num-font { font-size: 50px; }
	.about5-list .swiper-slide { padding-left: 50px; padding-right: 50px; }
	.subsidiary-list .subsidiary-list-li .item { width: 27%; }
	#culture1 { padding-bottom: 150px; }
	.list.culture2 .list-li { padding: 16px; }
	.swiper-container.subsidiary-photo .swiper-btn.next { right: 16px; margin-right: 0; }
	.swiper-container.subsidiary-photo .swiper-btn.prev { left: 16px; margin-left: 0; ; }
}
@media screen and (max-width:1370px) {
	.web-title .main, #banner .banner-txt { font-size: 32px; }
	.list-txt { padding: 12px 16px; }
	.list-txt .name { font-size: 16px; }
	.list.about2 .images { max-height: 150px; }
	.subsidiary-list .subsidiary-list-li .item { height: 200px; }
	.subsidiary-list .subsidiary-list-li .item .txt span { font-size: 18px; }
	.title-red { font-size: 20px; margin-bottom: 16px; }
	.list.culture2 { grid-template-columns: repeat(3, 1fr); }
	.subsidiary-head .h1 { font-size: 36px; }
	.contact { height: 360px; }
	.contact .txt .t { font-size: 24px; }
}
@media screen and (max-width:1280px) {
	#nav, header.baion #nav { right: 100px; }
	.web-title .main { font-size: 26px; }
	.year-card::after { top: 65px; }
	#about5 .swiper-btn { top: 35px }
	.about5-year .item .num-font { font-size: 40px; }
	.about5-list { margin-top: 0; }
	.about5-list .card .text p { font-size: 16px; }
	#banner .banner-txt .chs { font-size: 30px; }
	#banner .banner-txt .en { font-size: 14px; }
	.subsidiary-head .wrapper { flex-direction: column; align-items: flex-start; }
	.subsidiary-head .h1 { font-size: 30px; }
}
@media screen and (max-width:1024px) {
	.web-title { padding-top: 24px; padding-bottom: 24px; }
	.web-title .main { font-size: 20px; }
	.more { margin-top: 16px; }
	.nav { gap: 24px; }
	.nav .nav-item .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a span { font-size: 14px; font-weight: 400; }
	#banner { height: 300px; }
	#banner .banner-txt { top: 200px; }
	#banner .banner-txt .chs { font-size: 20px; }
	#banner .banner-txt .en { font-size: 12px; }
	#about1 { padding-bottom: 10vh; }
	#about1 .wrapper { grid-template-columns: 1fr; gap: 16px; }
	#about1 .wrapper .photo { max-width: 500px; }
	.title-red { font-size: 18px; margin-bottom: 12px; }
	.list.about2 { grid-template-columns: 1fr; }
	.about5-year .item { justify-content: center; }
	.about5-year .item .num-font:nth-child(2)::before { width: 10px; margin-left: 4px; margin-right: 8px; }
	.about5-list .swiper-slide { padding: 0px; }
	.about5-list .card { border: solid 1px var(--border-color); background: rgba(255, 255, 255, 0.7); }
	#culture1 .section1 { flex-direction: column; align-items: center; }
	#culture1 .section1 .photo { width: 100%; max-width: 400px; }
	#culture1 .section2 .text p { font-size: 16px; }
	.list.culture3, .list.news { grid-template-columns: repeat(2, 1fr); }
	.talent .talent-head { display: grid; grid-template-columns: 1fr 60px; }
	.talent .talent-head .left { flex-flow: row wrap; }
	.talent .talent-body .head { row-gap: 12px; }
	.contact { flex-direction: column; height: auto; }
	.contact::after { display: none; }
	.contact .map { width: 100%; height: 400px; object-position: 20% 50%; }
	.contact .txt { position: relative; margin-top: 24px; top: 0px; right: auto; transform: translateY(0%); }
	.contact .txt .t { font-size: 18px; margin-bottom: 0; }
}
@media screen and (max-width:900px) {
	.web-title { padding-top: 16px; padding-bottom: 16px; }
	.subsidiary-list .subsidiary-list-li .item { width: 45%; }
	.message .layui-form { grid-template-columns: 1fr; }
	.message .layui-form .lg { grid-column-end: span 1; }
	.list.about2 .list-li { padding: 16px; }
	#culture1 { padding-bottom: 8vh; }
	.list.news.notice { grid-template-columns: 1fr; }
}
@media screen and (max-width:860px) {
	.body-overlay { top: 60px; height: calc(100vh - 60px); }
	.mobileMenu { width: 30px; height: 30px; padding: 0; position: absolute; z-index: 1001; left: 20px; top: 15px; display: none; cursor: pointer; flex-direction: column; align-items: center; justify-content: space-between; }
	.mobileMenu i, .mobileMenu i::before, .mobileMenu i::after { width: 28px; height: 2px; background: #666; display: block; position: absolute; }
	.mobileMenu i { top: 14px; }
	.mobileMenu i::before, .mobileMenu i::after { content: ""; left: 0; -webkit-transform-origin: center center; transform-origin: center center; transition: all 0.25s ease; }
	.mobileMenu i::before { top: -10px; }
	.mobileMenu i::after { top: 10px; }
	.mobileMenu.close i { width: 0; }
	.mobileMenu.close i::before, .mobileMenu.close i::after { background: var(--main-color); }
	.mobileMenu.close i::before { -webkit-transform: rotate(45deg) translate(7px, 7px); transform: rotate(45deg) translate(7px, 7px); }
	.mobileMenu.close i::after { -webkit-transform: rotate(-45deg) translate(7px, -7px); transform: rotate(-45deg) translate(7px, -7px); }
	header { transform: none; box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1); }
	.mobileMenu { display: inline-block; }
	.mobileMenu.hide { display: none; }
	header #header { position: relative; z-index: 102; background: #fff; }
	#header, header.index-header #header { height: var(--header-height); }
	#header .wrapper { justify-content: center; }
	#nav { position: fixed; display: block; width: 300px; max-width: 80%; height: calc(100vh - 60px); left: -100%; top: 60px; padding: 0; margin: 0; background: rgba(255, 255, 255, 1); backdrop-filter: blur(27px); z-index: 101; overflow: hidden; transform: translateX(0); }
	#nav.side-slide, .search.side-slide { left: 0; }
	header.baion #nav { top: 60px; }
	#logo { height: 45px; background-position-x: center; }
	.lang { font-size: 14px; }
	.search { position: fixed; display: flex; align-items: center; width: 300px; max-width: 80%; left: -100%; top: 70px; padding: 0 12px; margin: 0; z-index: 101; overflow: hidden; transform: translateX(0); }
	.search .form { right: 0 !important; position: relative; width: 100%; }
	.search.side-slide { flex: 1; }
	.nav { flex-direction: column; justify-content: flex-start; gap: 0; }
	.nav .nav-item { position: relative; z-index: 10; display: flex; justify-content: center; margin-left: 0; margin-right: 0; width: 100%; height: 46px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
	.nav .nav-item::before { bottom: auto; top: 50px; left: 0; transform: translateX(0); }
	.nav .nav-item .nav-item-a { text-decoration: none; width: 100%; display: flex; justify-content: flex-start; padding-top: 16px; padding-bottom: 16px; padding-left: 24px; align-items: center; position: relative; z-index: 2; text-transform: capitalize; }
	.nav .nav-item.active .nav-item-a span, .nav .nav-item .nav-item-a:hover span, .nav .nav-item:hover span, .nav .nav-item.active.cuf, .nav-item-a:hover span { color: var(--logo-red); }
	.nav .nav-item:hover .sub-nav, .nav .nav-item.active .sub-nav { opacity: 1; visibility: visible; transform: translate(0, 0); }
	.nav .nav-item { height: auto; flex-direction: column; border-bottom: solid 1px var(--border-color); }
	.nav .nav-item .sub-nav { position: relative; padding: 0px; margin: 0; top: 0; left: 0; transform: translateY(0px); opacity: 1; visibility: visible; height: auto; display: none; }
	.nav .nav-item.active .sub-nav { display: block; }
	.nav .nav-item .sub-nav::before, .nav .nav-item .sub-nav::after { display: none; opacity: 0; }
	.nav .nav-item.active::before, .nav .nav-item:hover::before, .nav .nav-item.active.cuf:hover::before { width: 100%; }
	.nav .nav-item .sub-nav-item { background-color: #fff; box-shadow: none; padding: 16px 24px; flex-direction: column; gap: 0; height: auto; border-top: solid 1px var(--border-color) }
	.nav .nav-item .sub-nav-item::before { display: none; }
	.nav .nav-item .sub-nav-item a { border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin: 0; padding: 12px 0 12px 12px; text-align: left; }
	.nav .nav-item .sub-nav-item a:last-child { border-bottom: 0; }
	.nav .nav-item .sub-nav-item a::before { bottom: 0; }
	.nav .nav-item .sub-nav-item a:hover::before { width: 100%; }
	#nav .nav { flex-direction: column; height: auto; }
	.nav { flex: none; }
	#header .wrapper { height: 100%; margin-top: 0; }
	#header .search-btn { position: absolute; right: 0px; top: 15px; }
	#banner { margin-top: 60px; height: 200px; }
	#banner .banner-txt { top: 100px; }
	#banner.banner-detailed { height: 60px; margin-top: 0; }
}
@media screen and (max-width:768px) {
	.wrapper { padding-left: 24px; padding-right: 24px; }
	.web-title { flex-direction: column; align-items: center; justify-content: center; }
	.swiper-btn, .swiper-btn::after { width: 40px; height: 40px; }
	#banner { height: 120px; }
	#banner .banner-txt { top: 60px; gap: 3px; }
	.place { border-bottom: 0; margin-bottom: 0; padding-top: 12px; padding-bottom: 12px; }
	.web-title > div { text-align: center; }
	.text img { width: 100%; }
	.more { height: 45px; border-radius: 4px; }
	.more, .more::after { width: 100%; }
	.subsidiary-list .subsidiary-list-li .item { width:100%; height: 0; padding-top: 45vw; }
	.subsidiary-list .subsidiary-list-li .item img { left: 0; top: 0; position: absolute; }
	#message .wrapper { flex-direction: column; }
	#message .web-title { align-items: flex-start; }
	#about1::after { background-size: 1000px auto; background-position-y: -100px; }
	.list.about2 .list-txt .name { font-size: 18px; }
	.list.about2 .list-txt .txt { font-size: 14px; line-height: 1.5; }
	.year-card { grid-template-columns: 60px 1fr 60px; }
	.year-card::after { top: 56px; }
	.about5-year .item .num-font { font-size: 30px; }
	#about5 .swiper-btn { top: 36px }
	.list.culture2 { grid-template-columns: repeat(2, 1fr); }
	.subsidiary-head .tab { gap: 12px; }
	.talent2 .photo-group { flex-direction: column; }
	.contact .map { height: 300px; object-position: 40% 50%; }
	.list.news { grid-template-columns: 1fr; }
}
@media screen and (max-width:640px) {
	.list-txt .name { font-size: 16px; }
	.list.about2 .list-li { grid-template-columns: 1fr; gap: 8px; }
	.list.about2 .images { height: 0; padding-top: 75%; }
	.list.culture3 { grid-template-columns: 1fr; }
	.subsidiary-head .h1 { font-size: 18px; font-weight: 600; }
	.subsidiary-head .tab { width: 100%; }
	.subsidiary-head .tab .item { flex: 1; padding: 8px 0; flex-direction: column; font-size: 14px; gap: 6px; }
}
@media screen and (max-width:480px) { }
.fancybox-toolbar { opacity: 1 !important; transition: opacity .25s ease 0s, visibility 0s ease 0s; visibility: visible !important; }
.fancybox-infobar, .fancybox-infobar span { color: #fff; }
.fancybox-button { background: rgba(255, 255, 255, 0.5) !important; }
.fancybox-navigation .fancybox-button { height: 70px; }
.fancybox-navigation .fancybox-button--arrow_left, .fancybox-navigation .fancybox-button--arrow_right { padding: 12px; }
.fancybox-slide--iframe .fancybox-content { width: 800px; height: 600px; max-width: 80%; max-height: 80%; margin: 0; }
/*******************************
-------[=首页------
********************************/
#index-section1 { position: relative; z-index: 1; width: 100%; height: 780px }
#index-section1 img.index-section1-photo { width: 100%; height: 100%; object-fit: cover; z-index: 8; }
#index-section1 .swiper-btn { background: #fff; border-radius: 50%; width: 45px; height: 45px; }
#index-section1 .swiper-btn .arrow::before { border-color: #000; }
#index-section1 .swiper-btn:after { content: ""; position: absolute; z-index: -1; background: rgba(255, 255, 255, 0.2); width: 100%; height: 100%; border-radius: 50%; left: 0; top: 0; }
#index-section1 .swiper-btn:hover:after { transform: scale(1.8); }
#index-section1 .swiper-btn.prev { left: 4.32%; }
#index-section1 .swiper-btn.next { right: 4.32%; }
#index-section1 .swiper-pagination { background: none; bottom: 100px; height: 4px; display: flex; align-items: center; justify-content: center; }
#index-section1 .swiper-pagination-bullet { opacity: 1; position: relative; width: 60px; height: 4px; border-radius: 2px; margin: 0 20px 0 0 !important; background-color: rgba(255, 255, 255, 0.5); transition: background-color .3s ease; }
#index-section1 .swiper-pagination-bullet:before { display: block; content: ""; position: absolute; border-radius: 2px; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; transform: scaleX(0); transform-origin: 0 0; }
#index-section1 .swiper-pagination-bullet.swiper-pagination-bullet-active:before { animation: sliderPagination 5s linear forwards }
#index-section1 .swiper-pagination-bullet:hover { background-color: #fff; opacity: 0.8; }
@keyframes sliderPagination {
	100% { transform: scaleX(1); opacity: 1; }
}
#body.index { z-index: 2; background: none; }
#index-news { margin-top: -80px; }
.index-news { box-shadow: var(--box-shadow); border-radius: 8px; padding-left: 30px; padding-right: 30px; background: #fff; }
.index-news .title, .index-news .title .left, .index-news .title .right { display: flex; align-items: center; }
.index-news .title { justify-content: space-between; height: 80px; border-bottom: solid 1px var(--border-color); margin-bottom: var(--gap-30); }
.index-news .title .left { gap: 12px; font-size: 24px; font-weight: 600; color: var(--main-color); }
.index-news .title .left span { font-size: 14px; font-weight: 400; color: var(--color-6); }
.index-news .title .right { gap: 24px; }
.index-news .title .right a { font-size: 16px; padding: 5px 16px; border: solid 1px var(--border-color); border-radius: 20px; color: var(--color-3); background-image: linear-gradient(90deg, var(--main-color), var(--main-color)); background-position: 0 100%; background-size: 0 100%; background-repeat: no-repeat; transition: background-size .5s }
.index-news .title .right a:hover { background-size: 100% 100%; color: #fff; }
.index-news .title .right a.btn { border: 0; padding: 5px 5px 5px 0; display: flex; align-items: center; gap: 8px; background-size: 0 1px; border-radius: 0; background-size: 0 2px; }
.index-news .title .right a.btn .arrow::after { display: none }
.index-news .title .right a.btn:hover { color: var(--main-color); background-size: 100% 2px; }
.index-news .title .right a.btn:hover .arrow { transform: translateX(2px); }
.index-news .content { display: flex; gap: var(--gap-30); padding-bottom: var(--gap-30); }
.index-news .focus-photo { width: 640px; height: 360px; display: block; border-radius: 8px; overflow: hidden; }
.index-news .focus-photo img { transition: all 0.3s ease; }
.index-news .focus-photo .swiper-slide:hover img { transform: scale(1.1); }
.index-news .focus-photo .swiper-btn { width: 40px; height: 40px; opacity: 0; transition: all 0.5s ease; }
.index-news .focus-photo .swiper-btn::after { width: 40px; height: 40px; }
.index-news .focus-photo:hover .swiper-btn.prev { opacity: 1; left: 16px; }
.index-news .focus-photo:hover .swiper-btn.next { opacity: 1; right: 16px; }
.index-news .focus-photo .txt { position: absolute; border-radius: 0 0 8px 8px; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); height: 90px; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 16px; padding-left: 16px; padding-right: 150px; }
.index-news .focus-photo .txt .p1 { font-size: 14px; color: #fff; margin-bottom: 8px; }
.index-news .focus-photo .txt .p2 { font-size: 16px; font-weight: 600; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block }
.index-news .focus-photo .swiper-container-horizontal>.swiper-pagination-bullets { left: auto; right: 16px; transform: translateX(0); }
.index-news .list { flex: 1; }
.index-news .list .item { display: grid; grid-template-columns: 60px 1fr; grid-template-rows: 30px 48px; gap: 0 20px; align-content: center; border-bottom: solid 1px var(--border-color); }
.index-news .list .item .date { grid-row-end: span 2; height: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: solid 1px var(--main-color); font-size: 16px; line-height: 30px; color: var(--main-color); }
.index-news .list .item .date span { background: var(--main-color); color: #fff; width: 100%; text-align: center; font-size: 14px; line-height: 30px; }
.index-news .list .item .name { font-size: 16px; color: var(--color-3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block }
.index-news .list .item .txt-info { -webkit-line-clamp: 2; }
.index-news .list .item .txt-info, .index-news .list .item .txt-info * { font-size: 14px !important; line-height: 24px !important; color: var(--color-6) !important; }
.index-news .list .item:hover .date { border-color: var(--logo-red); color: var(--logo-red); }
.index-news .list .item:hover .date span { background-color: var(--logo-red); }
.index-news .list .item:hover .name { color: var(--logo-red); }
#index-about { margin-top: var(--gap-80); background: url(/images/index-about.jpg) center center no-repeat; background-size: cover; padding-top: var(--gap-120); padding-bottom: var(--gap-120); }
.index-about>div { display: flex; justify-content: space-between; }
.index-about .section1 { margin-bottom: var(--gap-80); align-items: center; }
.index-about .num-wrap { display: flex; width: 100%; max-width: 800px; justify-content: space-between; }
.index-about .num-wrap .item .num-font { font-size: 60px; color: var(--logo-red); }
.index-about .num-wrap .item .num-font span { font-size: 20px; color: var(--logo-red); margin-left: 8px; }
.index-about .num-wrap .item .p { display: flex; align-items: center; gap: 6px; font-size: 16px; color: var(--color-3); }
.index-about .section2 { align-items: flex-end; }
.index-about .section2 .text { width: 1200px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.index-about .section2 .more { margin-top: 0; }
#index-subsidiary { background: url(/images/index-subsidiary.jpg) center top no-repeat; background-size: 100% 62%; position: relative; margin-bottom: var(--gap-80); position: relative; }
#index-subsidiary .swiper-btn { transform: translateY(0%); top: 62%; }
#index-subsidiary .swiper-btn.prev { left: 16px; }
#index-subsidiary .swiper-btn.next { right: 16px; }
.subsidiary-icon.swiper-container { z-index: 2; }
.subsidiary-icon.swiper-container img { width: 100%; height: 100%; position: absolute; transition: all 0.3s ease; }
.subsidiary-icon .swiper-wrapper { justify-content: center; }
.subsidiary-icon .swiper-slide { width: 165px; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; background-image: url(/images/subsidiary-icon-hover.png); background-position: 0 100%; background-size: 100% 0; background-repeat: no-repeat; transition: background-size .3s }
.subsidiary-icon .swiper-slide.swiper-slide-thumb-active { background-size: 100% 100%; }
.subsidiary-icon .swiper-slide .icon { width: 50px; height: 50px; position: relative; overflow: hidden; }
.subsidiary-icon .swiper-slide .p { font-size: 16px; margin-top: 8px; color: #fff; }
.subsidiary-icon .swiper-slide.swiper-slide-thumb-active .on, .subsidiary-icon .swiper-slide .hover { transform: scale(0); }
.subsidiary-icon .swiper-slide.swiper-slide-thumb-active .hover, .subsidiary-icon .swiper-slide .on { transform: scale(1); }
.subsidiary-icon .swiper-slide.swiper-slide-thumb-active .p { color: var(--main-color); }
.swiper-container.subsidiary-list { overflow: visible; z-index: 1; }
/* 首页适配 */
@media screen and (max-width:1540px) {
	#index-section1 { height: calc(100vh - 100px); }
	#index-section1 .swiper-btn.prev { left: 16px; }
	#index-section1 .swiper-btn.next { right: 16px; }
	.index-news .focus-photo { width: 50%; }
	.index-about .section2 .text { width: calc(100% - 240px); }
	#index-subsidiary .swiper-btn.prev { left: 32px; }
	#index-subsidiary .swiper-btn.next { right: 32px; }
}
@media screen and (max-width:1370px) {
	.index-about .num-wrap .item .num-font { font-size: 50px; }
	.subsidiary-icon .swiper-wrapper { justify-content: flex-start; }
}
@media screen and (max-width:1280px) {
	.index-about .section1 .photo { width: 25%; }
	.index-about .num-wrap { max-width: 65%; }
	.index-about .num-wrap .item .num-font { font-size: 40px; }
}
@media screen and (max-width:1024px) {
	.subsidiary-icon .swiper-slide { width: 124px; height: 90px; }
	.subsidiary-icon .swiper-slide .icon { width: 36px; height: 36px; }
}
@media screen and (max-width:900px) { }
@media screen and (max-width:860px) {
	#index-section1 { margin-top: 60px; height: 240px; }
	#index-section1 .swiper-pagination{bottom: 30px;}
	#index-news { margin-top: -20px; }
	.index-news .title { height: auto; flex-direction: column; gap: 16px; padding-top: 16px; padding-bottom: 16px; }
	.index-news .title .left { font-size: 18px; }
	.index-news .title .right a { font-size: 14px; }
	.index-news .content, .index-about>div { flex-direction: column; }
	.index-news .focus-photo { width: 100%; height: 56.25vw; }
	.index-news .list { gap: 16px; }
	.index-news .list .item { padding-bottom: 16px; }
	.index-about .section1, .index-about .section2 { gap: 24px; }
	.index-about .num-wrap { max-width: 100%; }
	.index-about .section2 { align-items: center; }
	.index-about .section2 .text { width: 100%; }
}
@media screen and (max-width:768px) {
	#index-section1 .swiper-btn { display: none; }
	.index-news{padding-left: 16px; padding-right: 16px;}
	#index-subsidiary .swiper-btn { top: calc(180px + 23vw) }
	#index-subsidiary .subsidiary-list .subsidiary-list-li .item{width: calc(100% - 90px);}
}
@media screen and (max-width:640px) {
	.index-news .title .right, .index-about .num-wrap { flex-flow: row wrap; gap: 12px; justify-content: center; }
	.index-news .focus-photo .txt {height: 120px; padding-bottom: 36px; padding-right: 8px; }
	.index-news .focus-photo .txt .p1 { font-size: 12px; margin-bottom: 4px; }
	.index-news .focus-photo .txt .p2 { font-size: 14px; }
	.index-news .focus-photo .swiper-container-horizontal>.swiper-pagination-bullets { right: 0; bottom: 10px; margin-bottom: -1px; width: 100%; }
	.index-about .section1 .photo { width: 80%; max-width: 240px; }
	.index-about .num-wrap { column-gap: 0; }
	.index-about .num-wrap .item { width: 50%; }
}
@media screen and (max-width:480px) { }
@media screen and (max-width:640px) {
	.index-news .focus-photo, .subsidiary-list .subsidiary-list-li .item, .message, .about5-list .card { border-radius: 4px; }
	.subsidiary-head .tab .item { border-radius: 4px 4px 0 0; }
}