@font-face { font-family: 'hml'; src: url('fonts/HarmonyOS/Light.woff') format('woff'); font-weight: 100; font-display: swap; }
@font-face { font-family: 'hmr'; src: url('fonts/HarmonyOS/Regular.woff') format('woff'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'hmm'; src: url('fonts/HarmonyOS/Medium.woff') format('woff'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'hmb'; src: url('fonts/HarmonyOS/Bold.woff') format('woff'); font-weight: 700; font-display: swap; }
body { font-family: hml; --hover-color: #30318b; --hover-color2:#e6212a; --white: #fff; --black: #333; --grey: #666; --grey2:#999; --rgb-white: 255, 255, 255; --rgb-black: 0, 0, 0; font-size: var(--font-size16); --rgb-hover: 3, 110, 184; --bold: hmm; --bag: #f6f8fa; }
* { padding: 0; margin: 0; }
ul, ol { list-style: none; }
.Top003213 { position: fixed; left: 0; top: .3rem; width: 100%; z-index: 100; transition: 0.3s; transition: .3s; }
.Top003213_fixed { background: var(--white); box-shadow: 0 0 10px rgba(var(--rgb-black), 0.1); top: 0; }
.Top003213 .logo img { height: 0.6rem; }
.Top003213 [class*=autoCon-] { position: relative; z-index: 100; }
.Top003213 menu li span, .Top003213 menu li span a { display: block; }
.Top003213 .open-search { display: block; width: 0.2rem; height: 0.2rem; background: url(../images/search.svg) no-repeat center center; background-size: contain; cursor: pointer; }
.Top003213_fixed .open-search { background-image: url(../images/search-on.svg); }
.Top003213 .top-search { position: absolute; top: 100%; right: 0; width: 4rem; background-color: var(--white); display: flex; align-items: center; justify-content: center; overflow: hidden; opacity: 0; visibility: hidden; transform: translateY(0.3rem); transition: 0.3s; }
.Top003213 .top-search .text { flex: 1; border: 0; height: calc(50 / 16 * 1em); line-height: calc(50 / 16); padding: 0 1em; font-size: var(--font-size16); }
.Top003213 .top-search .text:not(.focus) { color: rgba(var(--rgb-999), 1); }
.Top003213 .top-search .btn { width: calc(50 / 16 * 1em); height: calc(50 / 16 * 1em); display: block; background: url(../images/search-on.svg) no-repeat center center; background-size: auto 0.22rem; cursor: pointer; }
.search-show .Top003213 .open-search { background-image: url(../images/close2.svg); }
.search-show .Top003213:hover .open-search, .search-show .Top003213_fixed .open-search { background-image: url(../images/close.svg); }
.search-show .Top003213 .top-search { opacity: 1; visibility: visible; transform: translateY(0); }
.Top003213 .top-language { position: relative; padding: .3rem; padding-left: 0; margin-right: .3rem; }
.Top003213 .top-language::before { position: absolute; right: 0; top: 50%; width: 1px; height: .2rem; content: ''; background: rgba(var(--rgb-white), 0.3); transform: translateY(-50%); }
.Top003213_fixed .top-language::before { background: rgba(var(--rgb-black), 0.3); }
.Top003213 .top-language span { display: block; background: url(../images/lang-white.svg) no-repeat left center; line-height: .3rem; padding: 0 .2rem 0 .34rem; cursor: pointer; position: relative; z-index: 1; background-size: auto 70%; color: var(--white); }
.Top003213_fixed .top-language span { background-image: url(../images/lang.svg); color: var(--black); }
.Top003213 .top-language span:after { position: absolute; width: .06rem; height: .06rem; content: ''; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); border-bottom: 1px solid var(--white); border-right: 1px solid var(--white); right: 0; top: 50%; margin-top: -.04rem; }
.Top003213_fixed .top-language span:after { border-color: var(--black); }
.Top003213 .top-language figure { position: absolute; top: 100%; left: 50%; background: var(--white); width: 1.2rem; line-height: .4rem; display: none; margin-left: -.6rem; box-shadow: 0 0 10px rgba(var(--rgb-black), 0.1); }
.Top003213 .top-language a { display: block; text-align: center; color: var(--black); }
.Top003213 .top-language a:hover { background: var(--hover-color); color: var(--white); }
@media (min-width:1025px) {
	.Top003213 menu li { margin-right: calc(50 / 1920 * 100vw); }
	.Top003213 menu li span a { line-height: .9rem; font-size: var(--font-size18); color: var(--white); position: relative; }
	.Top003213_fixed menu li span a { color: var(--black); }
	.Top003213 menu li span a:after { position: absolute; content: ''; height: .04rem; width: 0; bottom: .2rem; left: 50%; background-color: var(--white); opacity: 0; transition: 0.3s; transform: translateX(-50%); border-radius: .02rem; }
	.Top003213_fixed menu li span a:after { background-color: var(--hover-color); bottom: 0; }
	.Top003213 menu li span a:hover:after, .Top003213 menu li.aon span a:after { opacity: 1; width: 100%; }
	.Top003213 menu li span a:hover, .Top003213 menu li.aon span a { color: var(--white); }
	.Top003213_fixed menu li span a:hover, .Top003213_fixed menu li.aon span a { color: var(--hover-color); }
}
@media (max-width:1024px) {
	.Top003213 .top-language::before { background: rgba(var(--rgb-black), 0.3); }
	.Top003213 .top-language span { background-image: url(../images/lang.svg); color: var(--black); }
	.Top003213 .top-language span:after { border-color: var(--black); }
	.Top003213 .open-search { background-image: url(../images/search-on.svg); }
	.Top003213 { --top: 0.7rem; top: 0; position: fixed; background-color: var(--white); box-shadow: 0 0 0.1rem rgba(var(--rgb-black), 0.3); }
	.Top003213 [class*=autoCon-] { height: var(--top); }
	.Top003213 menu { position: fixed; left: -100%; opacity: 0; visibility: hidden; transition: left 0.5s ease-in-out; top: var(--top); width: 100%; bottom: 0; }
	.menu-show .Top003213 menu { left: 0; visibility: visible; opacity: 1; }
	.Top003213 .logo img { height: calc(var(--top) / 2); }
	.Top003213 .open-menu { margin-left: 0.3rem; }
	.Top003213 .open-menu i { background-color: var(--hover-color); }
	.Top003213 ul { height: 100%; position: relative; width: 45%; box-shadow: 0 0.1rem 0.1rem rgba(var(--rgb-black), 0.3); background-color: #fff; }
	.Top003213 li span { line-height: 4; padding: 0 1em; border-bottom: 1px solid rgba(var(--rgb-black), 0.1); }
	.Top003213 li.has-sub span { background: url(../images/select.svg) no-repeat right 1em center; background-size: 1em auto; }
	.Top003213 li.has-sub span:before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; }
	.Top003213 li.active span { background-color: #f9f9f9; }
}
.Banner003179 { position: relative; z-index: 1; }
.Banner003179 li.slick-slide { position: relative; }
.Banner003179 li .url { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background-color: #ffff; }
.Banner003179 .slick-dots { position: absolute; left: 50%; transform: translateX(-50%); z-index: 30; bottom: calc(65 / 980 * 100%); }
.Banner003179 .slick-dots li { float: left; width: 0.2rem; height: 0.2rem; border: solid 1px #ffffff; margin: 0 15px; border-radius: 100px; }
.Banner003179 .slick-dots li button { display: none; }
.Banner003179 .slick-dots li.slick-active { border: 0; background-color: var(--hover-color); }
@media (min-width:1025px) {
	.Banner003179 .wap { display: none; }
}
@media (max-width:1024px) {
	.Banner003179 .pc { display: none; }
	.Banner003179 .slick-dots li { width: 10px; height: 10px; margin: 0 5px; border-width: 2px; }
}
.Floor002377 { padding: var(--padMar100) 0; background: url(../images/news.jpg) no-repeat left center; background-size: cover; }
.Floor002377 .wrap-container { position: relative; z-index: 3; padding-top: 0px; }
.Floor002377 .list { display: none; overflow: hidden; }
.Floor002377 ul li { position: relative; }
.Floor002377 ul li .pic { position: absolute; right: 0; top: 0; width: 50%; height: 100%; }
.Floor002377 ul li .word { padding-right: 45%; }
.Floor002377 ul li .word h3 { margin: 0; font-size: var(--font-size24); font-weight: 600; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.Floor002377 ul li .word h3 a { color: var(--black); }
.Floor002377 ul li .word h3 a:hover { color: var(--hover-color); }
.Floor002377 ul li .word dl { color: var(--grey2); padding-top: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.Floor002377 ul li .word .price { font-size: var(--font-size24); color: var(--black); margin: 0.3rem 0 0; display: block; }
.Floor002377 ul li .word .price em { font-style: normal; font-size: var(--font-size16); }
.Floor002377 ul li .pic img { max-height: 100%; width: auto; position: relative; left: 0; transition: left .5s ease-in-out; -webkit-transition: left .5s ease-in-out; -ms-transition: left .5s ease-in-out; -moz-transition: left .5s ease-in-out; margin-left: 0.3rem; }
.Floor002377 ul li .more { display: block; border-radius: 50%; width: 0.35rem; height: 0.35rem; text-align: center; line-height: 0.35rem; border: 1px solid #e3e3e3; color: #949494; margin-top: 0.2rem; font-weight: bold; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; }
.Floor002377 ul li .more:hover { background-color: var(--hover-color); border-color: var(--hover-color); color: var(--white); }
.Floor002377 ul li .pic:hover img { left: -15px; }
.Floor002377 .btn { position: absolute; top: 50%; margin-top: -25px; overflow: hidden; width: 50px; height: 50px; line-height: 50px; font-size: 40px; font-weight: bold; cursor: pointer; color: #c5c5c5; }
.Floor002377 .icon-prev { left: -5%; }
.Floor002377 .icon-next { right: -5%; }
.Floor002377 .btn:hover { color: #000; }
@media only screen and (max-width:767px) {
	.Floor002377 { background: none; }
	.Floor002377 .wrap-head { text-align: center; }
	.Floor002377 ul li .word { height: auto; }
}
@media only screen and (max-width:480px) {
	.Floor002377 ul li .word h3, .Floor002377 ul li .word .price { font-size: 16px; }
	.Floor002377 ul li .word .price, .Floor002377 ul li .more { margin-top: 10px; }
}
.owl-carousel, .owl-carousel .owl-item { -webkit-tap-highlight-color: transparent; position: relative }
.owl-carousel { display: none; width: 100%; z-index: 1 }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0) }
.owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0) }
.owl-carousel .owl-item { min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none }
.owl-carousel .owl-item img { display: block; width: 100% }
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none }
.no-js .owl-carousel, .owl-carousel.owl-loaded { display: block }
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.owl-carousel.owl-loading { opacity: 0; display: block }
.owl-carousel.owl-hidden { opacity: 0 }
.owl-carousel.owl-refresh .owl-item { visibility: hidden }
.owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.owl-carousel.owl-grab { cursor: move; cursor: grab }
.owl-carousel.owl-rtl { direction: rtl }
.owl-carousel.owl-rtl .owl-item { float: right }
.owl-carousel .animated { animation-duration: 1s; animation-fill-mode: both }
.owl-carousel .owl-animated-in { z-index: 0 }
.owl-carousel .owl-animated-out { z-index: 1 }
.owl-carousel .fadeOut { animation-name: fadeOut }
@keyframes fadeOut {
	0% { opacity: 1 }
	100% { opacity: 0 }
}
.owl-height { transition: height .5s ease-in-out }
.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity .4s ease }
.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d }
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000 }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform .1s ease }
.owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3) }
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100% }
.Floor002048 { padding: var(--padMar110) 0; background-color: #f9f9f9; }
.Floor002048 ul { position: relative; padding-bottom: 63%; }
.Floor002048 li { position: absolute; background-color: #f4f5fa; width: 23.5%; height: 48.5%; overflow: hidden; }
.Floor002048 li.li_0, .Floor002048 li.li_5 { width: 49%; }
.Floor002048 li.li_0, .Floor002048 li.li_1, .Floor002048 li.li_2 { top: 0; }
.Floor002048 li.li_3, .Floor002048 li.li_4, .Floor002048 li.li_5 { bottom: 0; }
.Floor002048 li.li_0, .Floor002048 li.li_3 { left: 0; }
.Floor002048 li.li_1 { left: 51%; }
.Floor002048 li.li_4 { left: 25.5%; }
.Floor002048 li.li_2, .Floor002048 li.li_5 { right: 0; }
.Floor002048 li a { display: block; padding: 15px; height: 100%; }
.Floor002048 li figure img { display: none; }
.Floor002048 li figure { margin-bottom: 10px; background-size: contain; }
.Floor002048 li h5 { margin: 0; font-size: 18px; font-weight: normal; line-height: 30px; text-transform: uppercase; color: #333; }
.Floor002048 li span { color: #8a8fa0; line-height: 24px; }
.Floor002048 li div { opacity: 0; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: rgba(39, 65, 148, 0.95); transition: 0.3s; }
.Floor002048 li div i { color: #fff; position: absolute; width: 100%; background: url(../images/Floor002048-detail.png) no-repeat center top; padding-top: 40px; line-height: 20px; top: 50%; margin-top: -30px; text-align: center; font-style: normal; }
.Floor002048 li a:hover div { opacity: 1; }
@media(max-width:768px) {
	.Floor002048 li h5 { font-size: 16px; }
}
@media(max-width:640px) {
	.Floor002048 h1 { font-size: 18px; }
	.Floor002048 h1 a { font-size: 12px; }
	.Floor002048 ul { padding-bottom: 0; }
	.Floor002048 li { position: relative; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; width: 49% !important; height: auto !important; float: left; margin-bottom: 2%; margin-right: 2%; }
	.Floor002048 li:nth-child(2n) { margin-right: 0; }
	.Floor002048 li a { height: auto; }
	.Floor002048 li figure { height: auto !important; padding-bottom: 75%; }
}
@media(max-width:480px) {
	.Floor002048 h1 span { display: none; }
}
.Floor003226 { padding: var(--padMar110) 0; overflow: hidden; }
.Floor003226 .index-sub-tit span { display: inline-block; font-size: 0.24rem; background: url(../images/Floor003226-mask.png) no-repeat right top; padding-top: 0.09rem; padding-right: 0.11rem; background-size: auto 1em; color: var(--hover-color); line-height: 0.66666667 }
.Floor003226 .index-title { color: #00205b; font-weight: 600; font-size: var(--font-size52); line-height: 1.07692308; padding: 0.1rem 0 0.4rem 0 }
@media (max-width:640px) {
	.Floor003226 .index-title { font-size: var(--font-size36); }
}
.Floor003226 .index-more { margin-top: 0.7rem }
.Floor003226 .index-more a { display: inline-flex; align-items: center; background-color: #fff; border-radius: 3em; border: solid 1px var(--hover-color); line-height: 4.4375; padding-left: 2em; padding-right: 0.04rem; position: relative; font-size: var(--font-size16); }
.Floor003226 .index-more a span { position: relative; display: block; z-index: 2 }
.Floor003226 .index-more a:after, .Floor003226 .index-more a::before { width: 0.63rem; height: 0.63rem }
.Floor003226 .index-more a:after { display: block; content: ''; background-position: center center; background-repeat: no-repeat; background-size: contain; background-image: url(../images/you-bai.svg); background-size: auto 0.2rem; margin-left: 0.7rem; position: relative; z-index: 2 }
.Floor003226 .index-more a::before { position: absolute; content: ''; right: 0.04rem; border-radius: 0.63rem; top: 0.04rem; background-color: var(--hover-color); z-index: 1; transition: width 0.3s }
.Floor003226 .index-more a:hover { color: #fff }
.Floor003226 .index-more a:hover:before { width: calc(100% - 0.08rem) }
@media (max-width:640px) {
	.Floor003226 .index-more a:after { margin-left: 0.35rem; }
}
.Floor003226 .desc .txt .ind-desc { margin: 0.15rem 0 0.57rem 0; text-align: justify; overflow: hidden; font-size: var(--font-size17); line-height: 1.75; }
.Floor003226 .desc .txt .ind-desc p+p { margin-top: 1em }
.Floor003226 .desc .txt .ind-desc b { color: var(--hover-color); font-size: var(--font-size20); padding: 0 .05rem; }
.Floor003226 .desc .pic { border-radius: 0.3rem; overflow: hidden }
.Floor003226 .list { margin-top: -0.2rem; overflow: hidden }
.Floor003226 .list .swiper-wrapper { height: auto; }
.Floor003226 .list .swiper-slide { perspective: 1000px; padding: 0.1rem 0; position: relative; z-index: 1 }
.Floor003226 .list .swiper-slide:where(.front, .back) { backface-visibility: hidden }
.Floor003226 .list .swiper-slide a { display: block; text-align: center; position: relative; z-index: 1; transform-style: preserve-3d; transition: transform 0.5s }
.Floor003226 .list .swiper-slide a .front { background-color: #f5f6f9; border-radius: 0.2rem; padding: 0 0.36rem; min-height: 2.6rem }
.Floor003226 .list .swiper-slide a .front .ico { height: 1.05rem; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 0.18rem }
.Floor003226 .list .swiper-slide a .front .ico img { max-height: 0.52rem }
.Floor003226 .list .swiper-slide a .front h3 { margin: 0; color: #00205b; font-size: 0.28rem; font-weight: 600; line-height: 1 }
.Floor003226 .list .swiper-slide a .front p { margin: 0.2rem 0 0 0; line-height: 1.25 }
.Floor003226 .list .swiper-slide a .back { position: absolute; left: 0; width: 100%; height: 100%; top: 0; transform: rotateY(180deg); z-index: 3; overflow: hidden; border-radius: 0.2rem }
.Floor003226 .list .swiper-slide a .back .Ispic { height: 100% }
.Floor003226 .list .swiper-slide a .back .tit { position: absolute; left: 0; width: 100%; color: #fff; bottom: 0.3rem; font-size: 0.18rem; font-weight: 500 }
.Floor003226 .list .swiper-slide:hover a { transform: rotateY(180deg) }
@media (min-width:1025px) {
	.Floor003226 .desc .txt { width: 42.14285714%; flex-shrink: 0 }
	.Floor003226 .desc .pic { width: 48.5%; flex-shrink: 0; }
	.Floor003226 .list { width: 117.85714286%; }
	.Floor003226 .list .swiper-slide a { margin-right: 0.29rem; }
}
@media (max-width:1024px) {
	.Floor003226 .desc .txt { text-align: center; margin-bottom: 0.3rem; }
}
.Floor003083 { font-size: 16px; padding: var(--padMar110) 0; background: url(../images/part.jpg) no-repeat center center; background-size: cover; }
.Floor003083 .auto { position: relative; z-index: 2; }
.Floor003083 .Home_title { margin-bottom: 0; }
.Floor003083 .slick-dots { text-align: center; }
.Floor003083 .slick-dots li { display: inline-block; width: 8px; height: 8px; margin: 10px 0; position: relative; list-style: none; margin: 0 9px; }
.Floor003083 .slick-dots li button { font-size: 0; width: 4px; height: 4px; background: rgba(0, 0, 0, 0.2); border: 0; padding: 0; position: absolute; border-radius: 50%; }
.Floor003083 .slick-dots li:not(.slick-active) button { left: 50%; top: 50%; margin: -2px 0 0 -2px; }
.Floor003083 .slick-dots li.slick-active button { width: 100%; height: 100%; left: 0; top: 0; background: #0f55b0; }
.Floor003083 .slider { margin: 0 -45px 0 -40px; padding-right: 5px; }
.Floor003083 .slick-slide { overflow: hidden; padding: 30px 40px; }
.Floor003083 .slick-slide>div { float: left; padding: .1rem; ; }
.Floor003083 .slick-slide a { position: relative; z-index: 3; display: block; padding: 0 20%; background-color: #fff; border-radius: .1rem; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.Floor003083 .slick-slide a:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0); }
.Floor003083 .slick-slide .Ispic { height: 120px; background-size: contain; }
.Floor003083 .slick-slide .url { position: relative; }
.Floor003083 .slick-slide .url:before { position: absolute; left: -5px; top: -5px; right: -5px; bottom: -5px; content: ''; background: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); opacity: 0; transition: 0.3s; border-radius: .1rem; }
.Floor003083 .slick-slide .url:hover:before { opacity: 1; }
.Floor003083 .slick-slide .url:hover { z-index: 4; }
@media(min-width:1025px) {
	.Floor003083 .slick-slide>div { width: 16.6667%; }
}
@media(min-width:751px) and (max-width:1024px) {
	.Floor003083 .slick-slide>div { width: 25%; }
}
@media(min-width:641px) and (max-width:750px) {
	.Floor003083 .slick-slide>div { width: 33.333%; }
}
@media(max-width:640px) {
	.Floor003083 { font-size: 3vw; }
	.Floor003083 .title { font-size: 5vw }
	.Floor003083 .slick-slide>div { width: 50%; }
	.Floor003083 .slick-slide>div:nth-child(2n+1), .Floor003083 .slick-slide>div:nth-child(1) { margin-left: 0; }
	.Floor003083 .slick-slide .Ispic { height: 28vw; }
}
.Floor003196 { background: url(../images/Floor003196-bg.jpg) no-repeat center center; background-size: cover; padding: var(--padMar110) 0; }
@media (max-width:1024px) {
	.Floor003196 .box-new-company { margin-bottom: 0.3rem }
}
.Floor003196 .ytable-cell { vertical-align: top; }
.Floor003196 [class*=box-new-] a:hover { color: var(--hover-color); }
.Floor003196 [class*=box-new-] h4.tit { margin: 0; font-weight: normal; }
.Floor003196 .box-new-industry { background-color: rgba(var(--rgb-white), .5); padding: calc(41 / 16 * 1em); border-radius: .2rem; }
.Floor003196 a.inner { display: block; }
.Floor003196 a.inner .txt { border-right: 1px solid rgba(20, 36, 182, 0.2); border-left: 1px solid rgba(20, 36, 182, 0.2); padding-left: 0.3rem; padding-right: 0.8rem }
.Floor003196 .label span { display: inline-block; width: 0.8rem; text-align: center; color: var(--white); line-height: 0.3rem; border-radius: 0.1rem; background: var(--hover-color); font-size: var(--font-size14); }
.Floor003196 a.inner h4.tit { margin: 0.36rem 0 0.2rem 0; font-size: var(--font-size20); line-height: 0.3rem; height: 0.6rem; }
.Floor003196 a.inner p { color: rgba(51, 51, 51, 1); line-height: 0.3rem; margin-bottom: 0.5rem; height: 0.6rem }
.Floor003196 a.inner .more { color: var(--hover-color); display: inline-block; font-size: var(--font-size16); padding-right: 0.3rem; background: url(../images/Floor003196-more.svg) no-repeat right center; background-size: calc(16 / 14 * 1em) auto; transition: 0.3s; }
.Floor003196 a.inner:hover .more { padding-right: 0.5rem }
.Floor003196 .box-new-company .pic { overflow: hidden; margin-bottom: 0.4rem; border-radius: .2rem; }
.Floor003196 .box-new-company .Ispic { padding-bottom: calc(285 / 460 * 100%); transition: 0.3s; }
.Floor003196 a.inner:hover .Ispic { transform: scale(1.12); }
.Floor003196 .list { margin-top: 0.2rem; margin-bottom: 0.4rem }
.Floor003196 .list li { display: table; width: 100%; border-bottom: 1px solid rgba(20, 36, 182, 0.2); height: calc(138 / 16 * 1em); }
.Floor003196 .list li a { display: table-cell; vertical-align: middle; }
.Floor003196 .list h4.tit { font-size: var(--font-size20); line-height: 1.5; margin-bottom: calc(10 / 20 * 1em); }
.Floor003196 .list li time { color: var(--hover-color); font-size: var(--font-size14) }
.Floor003196 .more-btn { text-align: right; }
.Floor003196 .more-btn a { width: calc(120 / 14 * 1em); line-height: calc(43 / 14 * 1em); border-radius: 0.1rem; border: solid 1px var(--hover-color); font-size: var(--font-size16); display: inline-block; text-align: center; color: var(--hover-color); transition: 0.3s; }
.Floor003196 .more-btn a:hover { background-color: var(--hover-color); color: #fff; }
@media (min-width:1025px) {
	.Floor003196 .box-new-company { width: calc(490 / 1440 * 100%); }
	.Floor003196 a.inner { margin-right: calc(30 / 16 * 1em); }
}
@media (max-width:1024px) {
	.Floor003196 .column-tit { font-size: calc(32 / 16 * 1em); }
}
.Bottom003000 { background-color: #0f0f0f; padding: 3.44vw 0; }
.Bottom003000, .Bottom003000 a { color: rgba(255, 255, 255, 0.5); }
.Bottom003000 a { transition: 0.3s; }
.Bottom003000 a:hover { color: var(--hover-color); }
.Bottom003000 .auto { max-width: 1400px; }
.Bottom003000 .b-left .contact { font-weight: 100; line-height: 2.285em; }
.Bottom003000 .b-left .logo img { max-width: 2.5rem; }
.Bottom003000 .share { margin: 20px 0; }
.Bottom003000 .share li { float: left; position: relative; }
.Bottom003000 .share li:not(:last-child) { margin-right: 9px; }
.Bottom003000 .share li figure { display: none; width: 130px; position: absolute; left: 0; bottom: 100%; margin-bottom: 10px; background: #fff; padding: 5px; }
.Bottom003000 .share li figure:after { position: absolute; content: ''; border: 5px solid transparent; border-top-color: #fff; left: 16px; top: 100%; }
.Bottom003000 .share li a { display: block; width: 40px; height: 40px; border-radius: 50%; background-color: rgba(60, 60, 60, 0.3); background-position: center center; background-repeat: no-repeat; cursor: pointer; }
.Bottom003000 .share li a:hover { background-color: var(--hover-color); }
.Bottom003000 .share li.wx a { background-image: url("../images/Bottom003000_wx.png"); }
.Bottom003000 .share li.sina a { background-image: url("../images/Bottom003000_sina.png"); }
.Bottom003000 .share li.douyin a { background-image: url("../images/Bottom003000_douyin.png"); }
.Bottom003000 .b-right nav { border-bottom: 1px solid rgba(84, 84, 84, 0.2); }
.Bottom003000 .b-right nav a { color: var(--white); font-size: var(--font-size18); display: inline-block; }
.Bottom003000 .b-right nav a:not(:last-child):after { display: inline-block; content: '·'; margin: 0 20px; }
.Bottom003000 .b-right nav a:hover { color: var(--hover-color2); }
.Bottom003000 .b-right aside { padding-bottom: 15px; }
.Bottom003000 .b-right aside a:not(:last-child):after { display: inline-block; content: ''; margin: 0 10px; width: 2px; height: 2px; vertical-align: middle; background: rgba(255, 255, 255, 0.5); }
@media(min-width:1025px) {
	.Bottom003000 .b-right { text-align: right; }
	.Bottom003000 .b-right nav { padding-bottom: 0.4rem; margin-bottom: 0.95rem; }
}
@media(max-width:1024px) {
	.Bottom003000 { text-align: center; }
	.Bottom003000 .b-right { padding-top: 3vw; border-top: 1px solid rgba(84, 84, 84, 0.2); margin-top: 3vw; }
	.Bottom003000 .b-right nav { display: none; }
	.Bottom003000 .share, .Bottom003000 .contact { display: table; margin: 0 auto; }
	.Bottom003000 .share { margin-top: 3vw; margin-bottom: 3vw; }
	.Bottom003000 .contact { text-align: left; }
}
.Bottom003215 { position: relative; z-index: 1; background-color: var(--hover-color); padding-top: .5rem; }
.Bottom003215, .Bottom003215 a:not(:hover) { color: rgba(var(--rgb-white), 0.75); }
.Bottom003215 a:hover { color: var(--white); }
.Bottom003215 .logo { margin-bottom: .4rem; }
.Bottom003215 .logo img { max-width: 2.6rem; }
.Bottom003215 .contact { margin-bottom: 0.42rem; }
.Bottom003215 .contact li [class*=ico-] { background-color: rgba(var(--rgb-white), 0.2); width: 0.6rem; height: 0.6rem; background-repeat: no-repeat; background-position: center center; background-size: auto calc(24 / 60 * 100%); border-radius: 50%; margin-right: 0.2rem; flex-shrink: 0; }
.Bottom003215 .contact li .ico-tel { background-image: url(../images/xs.svg); }
.Bottom003215 .contact li .ico-tel2 { background-image: url(../images/sh.svg); }
.Bottom003215 .contact li .ico-yb { background-image: url(../images/yb.svg); }
.Bottom003215 .contact li .ico-add { background-image: url(../images/add.svg); }
.Bottom003215 .contact li .tit { flex: 1; font-size: var(--font-size14); }
.Bottom003215 .contact li p { margin: 0; font-size: var(--font-size18); margin-top: 0.05rem; color: var(--white); }
.Bottom003215 .contact li b { margin: 0; font-size: var(--font-size30); margin-top: 0.05rem; color: var(--white); display: block; font-family: sans-serif; }
.Bottom003215 .f-mid { border-top: 1px solid rgba(245, 249, 255, 0.1); border-bottom: 1px solid rgba(245, 249, 255, 0.1); padding: 0.5rem 0 0.6rem 0; }
.Bottom003215 .f-mid nav dl { max-width: 170px; }
.Bottom003215 .f-mid nav dt { margin-bottom: 1em; font-size: var(--font-size20); }
.Bottom003215 .f-mid nav dd { line-height: calc(24 / 15); font-size: var(--font-size15); padding: calc(5 / 15 * 1em) 0; }
.Bottom003215 .code dt { text-align: center; width: calc(150 / 340 * 100%); }
.Bottom003215 .code dt .img { border-radius: 0.1rem; background-color: var(--white); margin-bottom: 0.18rem; overflow: hidden; }
.Bottom003215 .code dt p { margin: 0; font-size: var(--font-size14); }
.Bottom003215 .f-bottom { padding: 0.3rem 0; }
.Bottom003215 .other nav a { margin-left: 0.27rem; display: inline-block; }
.Bottom003215 .copyright a { display: inline-block; margin-left: .15rem; }
@media (min-width:1025px) {
	.Bottom003215 .f-mid .left { width: calc(340 / var(--autoWidth) * 100%); }
	.Bottom003215 .f-mid .right { width: calc(1180 / var(--autoWidth) * 100%); }
}
@media (max-width:1024px) {
	.Bottom003215 .contact li+li { margin-top: 0.2rem; }
	.Bottom003215 .code { max-width: 3.2rem; margin: 0 auto; }
	.Bottom003215 .f-mid nav { display: none; }
	.Bottom003215 .f-mid .left { display: flex; flex-direction: column-reverse; }
	.Bottom003215 .share { display: flex; flex-direction: column; align-items: center; margin-bottom: 0.5rem; }
	.Bottom003215 .f-bottom { text-align: center; }
	.Bottom003215 .other { justify-content: center; margin-top: 0.1rem; flex-wrap: wrap; }
}
.Home_title span { margin-bottom: .15rem; display: block; line-height: 1; font-size: 3vw; text-transform: uppercase; font-weight: bold; position: relative; z-index: 2; color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: var(--hover-color); font-family: sans-serif; }
.Home_title h1 { font-size: 0.4rem; color: #000; }
.Home_title { margin-bottom: var(--padMar60); }
.bai h1 { color: var(--white); }
.bai span { -webkit-text-stroke-color: rgba(255, 255, 255, 0.4) }
.center { text-align: center; }
.Floor003114 { background: url(../images/Floor003114-bg.jpg) no-repeat center center; background-size: cover; overflow: hidden; padding: var(--padMar100) 0; }
.Floor003114 .slick-arrow { width: 0.5rem; height: 0.5rem; margin-left: 0.2rem; background: #fff url(../images/zuo.svg) no-repeat center center; background-size: 0.25rem; position: relative; border-radius: 100px; box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.01); }
.Floor003114 .slick-next { background-image: url(../images/you-bai.svg); background-color: var(--hover-color); background-size: 0.2rem; }
.Floor003114 .slider { width: 114%; overflow: hidden; }
.Floor003114 .slider .ul { padding-right: 9.591%; }
.Floor003114 .slider .slick-list { overflow: inherit; }
.Floor003114 .slick-slide:not(.slick-active) { opacity: 0.5; }
.Floor003114 .slick-slide a { display: block; margin-right: 46px; padding-bottom: 1px; }
.Floor003114 .pic { background: url(../images/Floor003114-imgbg.svg) no-repeat; background-size: 100% 100%; position: relative; }
.Floor003114 .pic:before { position: absolute; content: ''; left: 50%; transform: translateX(-50%); height: 3px; background-color: var(--hover-color); top: 0; transition: width 0.3s; width: 0; }
.Floor003114 .slick-slide.slick-active a:hover .pic:before { width: 100%; }
.Floor003114 .pic .Ispic { max-width: 77.447%; margin: 0 auto; padding-bottom: 80.852%; }
.Floor003114 .tit { border-bottom: 1px solid #d1d1d1; line-height: 4.625em; width: 72.341%; position: relative; }
.Floor003114 .tit aside { padding: 0 1.1875em; color: var(--white); font-size: var(--font-size18); font-weight: bold; }
.Floor003114 .slick-slide.slick-active a:hover .tit aside { color: var(--hover-color); }
.Floor003114 .tit:before { position: absolute; content: ''; width: 27px; height: 3px; background-color: var(--hover-color2); left: 1.1875em; bottom: -2px; }
@media (max-width:1024px) {
	.Floor003114 .title { padding-right: 40%; }
	.Floor003114 .title .cn { font-size: 5vw; }
}
@media (max-width:640px) {
	.Floor003114 { font-size: 3.5vw; }
	.Floor003114 .title .cn { font-size: 9vw; }
	.Floor003114 .slider .ul { padding-right: 18%; }
	.Floor003114 .slick-arrow { width: 60px; height: 42px; }
	.Floor003114 .slick-slide a { margin-right: 5vw; }
}
.pro_btn { display: flex; align-items: center; justify-content: space-between; }
.Banner003069 { position: relative; z-index: 1; }
.Banner003069 .Ispic { height: 5rem; }
.Banner003069 .txt { position: absolute; left: 0; bottom: 2.6vw; width: 100%; z-index: 10; color: #fff; font-size: var(--font-size40); text-align: left; }
.Banner003069 .txt .en { font-size: var(--font-size24); text-transform: uppercase; }
@media(max-width:640px) {
	.Banner003069 .Ispic { height: 28vh; }
	.Banner003069 .txt { font-size: 6vw; top: 50%; text-align: center; }
}
.Menu003135 { padding-top: 0.3rem; background-color: var(--white); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.Menu003135 section { display: flex; justify-content: space-between; align-items: center; }
.Menu003135 .current { font-size: var(--font-size16); padding-left: 1.21428em; background: url(../images/Menu003135-icon.svg) no-repeat left center; background-size: 1em auto; line-height: 5.7142; }
.Menu003135 .current, .Menu003135 .current a:not(:hover) { color: var(--grey); }
.Menu003135 .current span { color: var(--black); }
.Menu003135 .nav-menu li { float: left; font-size: var(--font-size18); }
.Menu003135 .nav-menu li:not(:last-child) { margin-right: 1.222em; }
.Menu003135 .nav-menu li a { display: block; position: relative; background-color: #f5f5f5; color: var(--black); border-radius: 0.3rem; padding: 0.15rem 0.3rem; }
.Menu003135 .nav-menu li a:hover, .Menu003135 .nav-menu li.aon a { background-color: var(--hover-color); color: var(--white); }
@media (max-width:1024px) {
	.Menu003135 { padding: .2rem 0 }
	.Menu003135 .nav-menu li:not(:last-child) { margin-right: 1%; }
	.Menu003135 .current { display: none; }
	.Menu003135 .nav-menu ul { display: flex; flex-wrap: wrap; margin: -1%; }
	.Menu003135 .nav-menu li { line-height: 1; margin: 1%; width: 31.33%; }
	.Menu003135 .nav-menu li a { width: 100%; text-align: center; padding: .15rem 0; font-size: var(--font-size16); }
}
.TextList002514 { padding: var(--padMar110) 0; background: var(--bag); }
.TextList002514 .list { background: var(--white); overflow: hidden; }
.TextList002514 .list+.list { margin-top: .3rem; }
.TextList002514 .job-title { line-height: .3rem; padding: .32rem .5rem; cursor: pointer; position: relative; color: var(--black); }
.TextList002514 .job-title p { margin: 0; position: relative; line-height: .34rem; font-size: var(--font-size24); }
.TextList002514 .job-title i { position: absolute; width: .28rem; height: .28rem; background: var(--hover-color); border-radius: 50%; right: .5rem; top: 50%; margin-top: -.14rem; }
.TextList002514 .job-title i::before, .TextList002514 .job-title i::after { position: absolute; content: ''; background: var(--white); }
.TextList002514 .job-title i::before { left: 25%; width: 50%; height: .02rem; top: 50%; margin-top: -.01rem; }
.TextList002514 .job-title i::after { left: 50%; margin-left: -.01rem; width: .02rem; top: 25%; height: 50%; }
.TextList002514 .job-title.select i::after { display: none; }
.TextList002514 .job-title.select { background: rgba(var(--rgb-white), .5); border-top: 4px solid var(--hover-color); }
.TextList002514 .job-title.select p { font-weight: bold; color: var(--hover-color); }
.TextList002514 .job-main { display: none; padding: 0 .5rem 0.5rem; background: rgba(var(--rgb-white), .5); }
.TextList002514 .job-main .job-info { line-height: 1.75; border-top: 1px solid rgba(var(--rgb-black), 0.08); padding-top: .5rem; display: flex; }
.TextList002514 .job-main .box { width: 48%; }
.TextList002514 .job-main .box+.box { padding-left: 4%; margin-left: 4%; border-left: 1px dashed rgba(var(--rgb-black), 0.1); }
.TextList002514 .job-main strong { display: block; font-size: var(--font-size18); }
.TextList002514 .send { padding: .5rem 0; margin-top: .5rem; border-top: 1px solid rgba(var(--rgb-black), 0.08); text-align: center; display: none; }
.TextList002514 .send a { background-color: var(--hover-color); color: var(--white); line-height: calc(50 / 16); padding: 0 0.5rem; border-radius: calc(60 / 16 * 1em); overflow: hidden; display: inline-block; }
.TextList002514 .send a:hover { background-color: var(--hover-color2); }
.TextList002514 .Popup { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(var(--rgb-black), 0.6); z-index: 1000; display: none; }
.TextList002514 .close { position: absolute; right: 1em; top: 1em; z-index: 10; width: .3rem; height: .3rem; border-radius: 50%; background-color: var(--hover-color); cursor: pointer; }
.TextList002514 .close::before, .TextList002514 .close::after { position: absolute; content: ''; width: .03rem; height: 70%; border-radius: .03rem; background-color: var(--white); left: .14rem; top: .05rem; }
.TextList002514 .close::before { transform: rotate(45deg); }
.TextList002514 .close::after { transform: rotate(-45deg); }
.TextList002514 .Popup .boxs { position: fixed; left: 50%; top: 50%; width: 90%; background: var(--white); transform: translate(-50%, -50%); padding: 2em 4em; }
.TextList002514 .Popup .tit { font-size: var(--font-size30); color: var(--black); text-align: center; margin-bottom: 1.5em; font-weight: bold; }
.TextList002514 .from li { position: relative; }
.TextList002514 .from li:not(.btn) { border: 1px solid #ddd; padding: 0 .15rem 0 .56rem; }
.TextList002514 .from li:not(.btn)::before { position: absolute; left: .2rem; top: .21rem; background-repeat: no-repeat; background-position: center; width: .2rem; height: .2rem; content: ''; background-size: contain; }
.TextList002514 .from li:nth-child(1)::before { background-image: url(../images/Form002803-icon5.svg); }
.TextList002514 .from li:nth-child(2)::before { background-image: url(../images/Form002803-icon1.svg); }
.TextList002514 .from li:nth-child(3)::before { background-image: url(../images/Form002803-icon2.svg); }
.TextList002514 .from li:nth-child(4)::before { background-image: url(../images/Form002803-icon3.svg); }
.TextList002514 .from li:nth-child(5)::before { background-image: url(../images/Form002803-icon4.svg); }
.TextList002514 .from label { position: absolute; left: .56rem; top: 0; line-height: .6rem; color: #999; }
.TextList002514 .from .zw { height: .62rem; background: #f8f8f8; border: none !important; line-height: .62rem; }
.TextList002514 .from select, .TextList002514 .from .text { width: 100%; height: .6rem; line-height: .6rem; border: none; background: none; font-size: var(--font-size16); }
.TextList002514 .from textarea.text { height: 1.4rem; }
.TextList002514 .from .btn { text-align: center; }
.TextList002514 .from .btn input { background: var(--hover-color); cursor: pointer; padding: 0; border: none; width: 2rem; height: .5rem; font-size: var(--font-size16); color: var(--white); border-radius: .5rem; line-height: .5rem; }
.TextList002514 .from .btn input:hover { background: var(--hover-color2); }
.boss { margin-top: 0.3rem; }
.boss a { text-decoration: underline; color: var(--hover-color); background: url(../images/lx.svg) no-repeat left center; background-size: 0.3rem; padding-left: 0.3rem; }
.boss .contact { float: right; }
@media(max-width:1024px) {
	.boss .contact { float: none; margin-top: 20px; }
	.boss .contact span { display: block; }
}
@media(min-width:1025px) {
	.TextList002514 .Popup .boxs { max-width: 9.6rem; }
	.TextList002514 .from li { float: left; width: 49%; margin-right: 2%; }
	.TextList002514 .from li:nth-child(2n) { margin-right: 0; }
	.TextList002514 .from li:nth-child(2n)~li { margin-top: 2%; }
	.TextList002514 .from .li { width: 100%; }
}
.Page003143 .Pages { padding: 3% 0; text-align: center; font-family: 'sans-serif'; }
.Page003143 .Pages .p_page a.a_first, .Page003143 .Pages .p_page a.a_end, .Page003143 .Pages>span:not(.p_page) { display: none; }
.Page003143 .Pages .p_page { display: table; margin: 0 auto; }
.Page003143 .Pages .p_page * { float: left; }
.Page003143 .Pages .p_page a { border: solid 1px #ebebeb; line-height: 0.5rem; transition: 0.3s; }
.Page003143 .Pages .p_page>a { border-radius: 5px; padding: 0 15px; }
.Page003143 .Pages .p_page em { font-style: normal; margin: 0 30px; }
.Page003143 .Pages .p_page em a { width: 0.5rem; border-radius: 50%; margin: 0 5px; }
.Page003143 .Pages .p_page a:hover, .Page003143 .Pages .p_page a.a_cur { color: #fff; background-color: var(--hover-color); border-color: var(--hover-color); }
@media (max-width:1024px) {
	.Page003143 .Pages { padding: 0 0 2em 0; }
	.Page003143 .Pages .p_page em { display: none; }
	.Page003143 .Pages .p_page>a { margin: 0 10px; }
}
.Home_qq .img img { width: 100%; }
.Home_qq { position: relative; }
.Home_qq .text { width: 100%; position: absolute; left: 0; top: 1.1rem; }
.Home_qq .Ispic { width: 100%; padding-bottom: 50%; }
.Home_qq .word { padding-top: .6rem; font-size: var(--font-size50); color: var(--white); text-align: center; }
.Home_qq .word b { font-size: .9rem; padding: 0 .1rem; font-family: sans-serif; }
.Other002524 { position: fixed; z-index: 100; right: 2%; top: 50%; transform: translateY(-50%); }
.Other002524 li { padding: 6px 0; }
.Other002524 li a, .Other002524 li a::before { display: block; height: 60px; position: relative; }
.Other002524 li a::before { content: ''; width: 60px; border-radius: 50%; border: 3px solid var(--hover-color); background-color: var(--hover-color); background-repeat: no-repeat; z-index: 10; background-size: auto 22px; background-position: center; }
.Other002524 li a:hover::before { background-color: #fff; border-color: var(--hover-color); }
.Other002524 li a span { display: none; position: absolute; right: 0; top: 0; padding-right: 70px; border-radius: 60px; line-height: 60px; color: #fff; background-color: var(--hover-color); z-index: 3; padding-left: 25px; white-space: nowrap; }
.Other002524 li.xs a::before { background-image: url(../images/xs.svg); }
.Other002524 li.xs a:hover::before { background-image: url(../images/xs-on.svg); }
.Other002524 li.sh a::before { background-image: url(../images/sh.svg); }
.Other002524 li.sh a:hover::before { background-image: url(../images/sh-on.svg); }
.Other002524 li.gettop a::before { background-image: url(../images/gto.svg); }
.Other002524 li.gettop a:hover::before { background-image: url(../images/gto-on.svg); }
.Other002524 li a:hover span { display: block; }
.Floor003208 { position: relative; z-index: 1; overflow: hidden; padding: var(--padMar110) 0; background: url(../images/news.jpg) no-repeat left center; background-size: cover; }
.Floor003208 .left .txt { margin-bottom: .6rem; }
.Floor003208 .swiper-slide a { display: block; }
.Floor003208 .swiper-slide .pic { display: flex; justify-content: center; align-items: center; padding-bottom: 0.4rem; }
.Floor003208 .swiper-slide .txt { border-bottom: 1px solid var(--black); height: 0.67rem; position: relative; }
.Floor003208 .swiper-slide .txt p { margin: 0; font-weight: 500; font-size: var(--font-size20); background: url(../images/you2.svg) no-repeat right bottom; line-height: calc(29 / 20); color: var(--black); background-size: 0.25rem; }
.Floor003208 .swiper-slide .txt p:hover { color: var(--hover-color); }
.Floor003208 .swiper-slide .txt:after { position: absolute; left: 0; bottom: -1px; height: 1px; content: ''; background-color: var(--hover-color); width: 100%; transform-origin: 100% 50%; transform: scaleX(0); transition: transform 1s; }
.Floor003208 .swiper-slide a:hover .txt:after { transform: scaleX(1); transform-origin: 0 50%; }
.Floor003208 .controls { display: flex; }
.Floor003208 .controls a { width: 0.5rem; height: 0.5rem; background: url(../images/you2.svg) no-repeat center center; background-size: 0.25rem; position: relative; border-radius: 100px; box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.01); cursor: pointer; border: 2px solid var(--hover-color); }
.Floor003208 .controls a:hover { background-color: var(--hover-color); background-image: url(../images/you-bai.svg); }
.Floor003208 .controls a+a { margin-left: 0.2rem; }
.Floor003208 .controls a.prev { transform: rotate(180deg); }
.Floor003208 .swiper-slide .pic img { transform: scale(1); transition: 0.3s 0.3s; width: 100%; height: 100%; object-fit: cover; object-position: center; }
@media (min-width:1025px) {
	.Floor003208 .left { flex: 1; margin-right: 0.4rem; }
	.Floor003208 .right { width: calc(1050 / 1440 * 100%); flex-shrink: 0; }
	.Floor003208 .right .inner { width: 143.048%; overflow: hidden; padding-top: 0.62rem; margin-top: -1.04rem; }
	.Floor003208 .swiper { overflow: initial; padding-left: 0.62rem; }
	.Floor003208 .swiper-slide { padding-top: 0.62rem; }
	.Floor003208 .swiper-slide a { margin-right: 1.2rem; }
	.Floor003208 .swiper-slide .pic { transform: translateX(-0.62rem); transition: 0.3s 0.3s; height: 3rem; }
	.Floor003208 .swiper-slide .pic img { transform: scale(1); transition: 0.3s 0.3s; }
	.Floor003208 .swiper-slide-active .pic { transform: translateX(0); }
	.Floor003208 .swiper-slide-active .pic img { transform: scale(calc(451 / 360)); }
	.Floor003208 .swiper-slide .txt p { padding-right: 4em; }
}
@media (max-width:1024px) {
	.Floor003208 .swiper-slide .pic { height: 2.4rem; }
	.Floor003208 .swiper-slide .pic img { max-height: 80%; max-width: 90%; }
	.Floor003208 .swiper-slide .txt { margin: 0 0.1rem; }
	.Floor003208 .swiper-slide .txt p { font-size: var(--font-size16); }
	.Floor003208 .controls { justify-content: flex-end; margin-bottom: 0.3rem; }
	.Floor003208 .swiper-wrapper { height: auto; }
	.Floor003208 .after { height: 32%; left: 0; right: 0; clip-path: polygon(0 0, 100% 0, 100% 100%, -48% 10%); }
	.Floor003208 .before { width: 100%; clip-path: polygon(0 0, 100% 52%, 100% 100%, 0 100%); }
	.Floor003208 .left .txt { margin-bottom: 0; }
}
.Floor003225 { position: relative; z-index: 1; overflow: hidden; }
.Floor003225 .Home_title { position: absolute; left: 0; top: 1.1rem; z-index: 100; width: 100%; }
.Floor003225 .imgs { position: relative; }
.Floor003225 .imgs .imgbg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; z-index: 2; }
.Floor003225:hover .imgs .imgbg { display: none; }
.Floor003225 .imgs::before { position: absolute; content: ''; left: 0; top: 0; width: 100%; background: var(--black); height: 100%; opacity: 0.4; z-index: 3 }
.Floor003225 .imgs .Ispic { padding-bottom: 50%; }
.Floor003225 .items li { flex: 1; display: flex; align-items: flex-end; transition: 0.3s; position: relative; z-index: 1 }
.Floor003225 .items li::before { position: absolute; content: ''; left: 0; bottom: 0; width: 100%; background: linear-gradient(to bottom, rgba(var(--rgb-hover), 0.3) 0%, rgba(var(--rgb-hover), 0.9) 100%); height: 0; transition: 0.3s; z-index: -1 }
.Floor003225 .items li .num { position: absolute; left: 0; top: 82%; width: 100%; font-size: 16vw; color: var(--white); opacity: 0.1; text-align: center; font-weight: bold; line-height: .8; font-family: sans-serif; }
.Floor003225 .items li .txt { padding: 0 .5rem .4rem; color: var(--white) }
.Floor003225 .items li:hover .txt { padding-bottom: 2.5rem; }
.Floor003225 .items li .tit { font-size: var(--font-size28); margin: 0.3rem 0; text-align: center; }
.Floor003225 .items li .info { height: 0; overflow: hidden; opacity: 0; transition: height 0.5s }
.Floor003225 .items li .info p { line-height: 1.75; position: relative; z-index: 1 }
.Floor003225 .items li .more { margin: .4rem auto 0; transform: translateY(0.5rem); opacity: 0; width: .5rem; height: .5rem; background: url(../images/you-bai.svg) no-repeat center var(--hover-color2); background-size: 0.25rem; border-radius: .1rem 0; }
.Floor003225 .items li:hover .more { opacity: 1; transform: translateY(0); }
@media (min-width:641px) {
	.Floor003225 .swiper-wrapper { height: auto; }
	.Floor003225 .items { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; display: flex; justify-content: space-between }
	.Floor003225 .items li:not(:last-child) { border-right: 1px solid rgba(var(--rgb-white), 0.2); }
}
@media (min-width:1025px) {
	.Floor003225 .items li:hover::before { height: 100% }
	.Floor003225 .items li:hover .info { height: calc(var(--height) * 1px); opacity: 1 }
}
@media (max-width:1024px) {
	.Floor003225 .items li .txt { padding: 0 0.2rem 0.2rem; }
	.Floor003225 .items li .tit { font-size: var(--font-size20); }
}
@media (max-width:640px) {
	.Floor003225 .swiper { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }
	.Floor003225 .items { position: relative; z-index: 3; }
	.Floor003225 .items li .txt { padding-top: 0.2rem; }
	.Floor003225 .items li { border-bottom: 1px solid rgba(var(--rgb-white), 0.2); }
}
.RighInfo003241 { padding: var(--padMar120) 0; font-size: var(--font-size16); }
.column-name { font-weight: 700; font-size: var(--font-size32); margin-bottom: calc(40 / 32 * 1em); color: #000; }
.center { text-align: center; }
.RighInfo003241 .number-data { display: flex; }
.RighInfo003241 .number-data li { display: flex; justify-content: space-between; border-bottom: solid 1px #eee; padding: 0.9em 0; }
.RighInfo003241 .number-data .ico { width: 0.5rem; flex-shrink: 0; }
.RighInfo003241 .number-data .inner { flex: 1; }
.RighInfo003241 .number-data .num { display: flex; align-items: flex-end; font-size: var(--font-size18); color: var(--hover-color); }
.RighInfo003241 .number-data .counter { font-size: calc(42 / 18 * 1em); font-weight: 700; font-family: 'Barlow'; line-height: 1; margin-right: 0.3em; }
.RighInfo003241 .number-data .num sub { font-size: 1em; }
.RighInfo003241 .number-data p { margin: 0.5em 0 0; color: #666; }
.RighInfo003241 .edit-info { line-height: 2; text-align: justify; color: #333; }
@media (min-width:1025px) {
	.RighInfo003241 .left { width: calc(1008 / 1440 * 100%); }
	.RighInfo003241 .right { width: calc(316 / 1440 * 100%); }
	.RighInfo003241 .number-data { min-height: 100%; flex-direction: column; justify-content: space-between; }
}
@media (max-width:1024px) {
	.RighInfo003241 .number-data { flex-wrap: wrap; }
	.RighInfo003241 .number-data li { width: 45%; }
	.RighInfo003241 .number-data li:not(:nth-child(2n)) { margin-right: 10%; }
}
@media (max-width:640px) {
	.RighInfo003241 .number-data .ico { width: 0.3rem; }
}
.RighInfo003186 { padding: var(--padMar120) 0; overflow: hidden; background: url(../images/cu.jpg) no-repeat center center; background-size: cover; }
.RighInfo003186 .autoCon-1600 { display: flex; align-items: center; justify-content: space-between; }
@media (min-width:1025px) {
	.RighInfo003186 .left-intro { width: calc(578 / 1440 * 100%); }
	.RighInfo003186 .right-img { width: 50%; }
	.RighInfo003186 .number { max-width: calc(540 / 16 * 1em); }
	.RighInfo003186 .right-img .pic { width: 100%; border-radius: 0.3rem; overflow: hidden; }
}
.RighInfo003186 .intro p { line-height: calc(30 / 16 * 1em); text-align: justify; }
.RighInfo003186 .intro+.number { margin-top: calc(63 / 16 * 1em); }
.RighInfo003186 .number li { float: left; width: calc((100% - (20 / 16 * 1em)) / 2); margin-bottom: calc(20 / 16 * 1em); padding: 1em calc(20 / 16 * 1em); background: -moz-linear-gradient(left, rgba(191, 156, 80, 0.3) 0%, rgba(191, 156, 80, 0) 100%); background: -webkit-linear-gradient(left, rgba(191, 156, 80, 0.3) 0%, rgba(191, 156, 80, 0) 100%); background: linear-gradient(to right, rgba(191, 156, 80, 0.3) 0%, rgba(191, 156, 80, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dbf9c50', endColorstr='#00bf9c50', GradientType=1); }
.RighInfo003186 .number li:not(:nth-child(2n)) { margin-right: calc(20 / 16 * 1em); }
.RighInfo003186 .number li .inner { position: relative; }
.RighInfo003186 .number li .icon { position: absolute; right: 0; bottom: 0; width: calc(44 / 16 * 1em); }
.RighInfo003186 .number li h3 { margin: 0; color: #bf9c50; font-size: calc(40 / 16 * 1em); font-weight: normal; }
.RighInfo003186 .number li aside { color: #333333; }
@media (max-width:1024px) {
	.RighInfo003186 .right-img .pic { margin: 0 -3vw; }
}
.PicList002433 { padding: var(--padMar100) 0; }
.PicList002433 .slick-slider { position: relative; display: block; -webkit-touch-callout: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent }
.PicList002433 .slick-list { position: relative; z-index: 1; display: block; overflow: hidden; }
.PicList002433 .slick-list:focus { outline: none }
.PicList002433 .slick-list.dragging { cursor: pointer; cursor: hand; }
.PicList002433 .slick-slider .slick-track, .PicList002433 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.PicList002433 .slick-track { position: relative; top: 0; left: 0; display: block; }
.PicList002433 .slick-track:before, .PicList002433 .slick-track:after { display: table; content: ''; }
.PicList002433 .slick-track:after { clear: both; }
.PicList002433 .slick-loading .slick-track { visibility: hidden; }
.PicList002433 .slick-slide { display: none; float: left; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.PicList002433 .slick-slide .slick-loading img { display: none; }
.PicList002433 .slick-slide .dragging img { pointer-events: none; }
.PicList002433 .slick-initialized .slick-slide { display: block; }
.PicList002433 .slick-loading .slick-slide { visibility: hidden; }
.PicList002433 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.PicList002433 .slick-arrow .slick-hidden { display: none; }
.HomeProBox { position: relative; }
.HomeProBox .tabCon { position: absolute; width: 100%; top: 0; left: 0; opacity: 0; visibility: hidden; transition: all .5s; }
.HomeProBox .tabCon.on { position: relative; opacity: 1; visibility: visible; }
.Menu002795 dl { display: flex; justify-content: center; }
.Menu002795 dd { background-color: #f5f5f5; border-radius: 0.3rem; ; font-size: var(--font-size16); margin: 0 0.1rem; }
.Menu002795 dd.on { background-color: var(--hover-color); color: var(--white); }
.Menu002795 dd a { padding: 0.1rem 0.2rem; color: #333; display: block; }
.Menu002795 dd.on a { color: var(--white); }
.PicList002433 { }
.PicList002433 .main { padding: 6% 0 4% 0; }
.PicList002433 .main .slick-arrow { position: absolute; top: 50%; width: 57px; height: 57px; margin-top: -30px; border: 1px solid var(--hover-color); padding: 0; background: none; font-size: 0; z-index: 10; cursor: pointer; border-radius: 50%; }
.PicList002433 .main .slick-arrow:hover { background: var(--hover-color) }
.PicList002433 .main .slick-arrow:before { position: absolute; content: ''; width: 18px; height: 18px; border-top: 2px solid var(--hover-color); border-right: 2px solid var(--hover-color); transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); left: 50%; top: 50%; margin: -9px 0 0 -11px; }
.PicList002433 .main .slick-arrow:hover:before { border-color: #fff; }
.PicList002433 .main .slick-prev:before { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); margin-left: -5px; }
.PicList002433 .main .slick-prev { left: -59px; }
.PicList002433 .main .slick-next { right: -59px; }
@media(max-width:1408px) {
	.PicList002433 .main .slick-prev { left: 2%; }
	.PicList002433 .main .slick-next { right: 2%; }
}
@media(max-width:640px) {
	.PicList002433 .main .slick-arrow { width: 7vw; height: 7vw; margin-top: -3.5vw; }
	.PicList002433 .main .slick-arrow:before { width: 40%; height: 40%; margin: 0; left: 40%; top: 30%; }
	.PicList002433 .main .slick-next:before { left: 20%; }
}
.PicList002433 .list ul { padding: 0 50px; }
.PicList002433 .list li { float: left; position: relative; text-align: center; margin-bottom: 4%; }
.PicList002433 .list li:first-child:before, .PicList002433 .list li:last-child:after { position: absolute; content: ''; bottom: 0px; height: 90px; width: 50px; }
.PicList002433 .list li:first-child:before { left: -50px; background: url(../images/PicList002433_ul_l.png) no-repeat 0 0; }
.PicList002433 .list li:last-child:after { right: -50px; background: url(../images/PicList002433_ul_r.png) no-repeat 0 0; }
.PicList002433 .list li aside { padding-top: 35px; height: 90px; background: url(../images/PicList002433_libg.png) repeat-x left top; }
.PicList002433 .list li .ytable { height: 245px; }
.PicList002433 .list li .ytable-cell { vertical-align: bottom; }
.PicList002433 .list li figure { position: relative; display: inline-block; max-width: 80%; }
.PicList002433 .list li figure:after { position: absolute; right: -24px; background: url(../images/PicList002433_ying.png) no-repeat left bottom; width: 24px; height: 100%; background-size: contain; content: ''; }
.PicList002433 .list li figure img { max-height: 245px; padding: 8px; padding-top: 12px; background: url(../images/PicList002433_kuang.png) no-repeat; background-size: 100% 100%; }
.PicList002433 .list li p { margin: 0 auto; max-width: 210px; width: 90%; line-height: 20px; max-height: 40px; color: #333; }
.PicList002433 .list .ul-3 li { width: 33.33333333%; }
.PicList002433 .list .ul-3 li:nth-child(3):after { position: absolute; content: ''; bottom: 0px; height: 90px; width: 50px; right: -50px; background: url(../images/PicList002433_ul_r.png) no-repeat 0 0; }
.PicList002433 .list .ul-2 li { width: 50%; }
.PicList002433 .list .ul-2 li:nth-child(2):after { position: absolute; content: ''; bottom: 0px; height: 90px; width: 50px; right: -50px; background: url(../images/PicList002433_ul_r.png) no-repeat 0 0; }
.PicList002433 .list .ul-2 li:nth-child(1)>* { padding-left: 30%; }
.PicList002433 .list .ul-2 li:nth-child(2)>* { padding-right: 30%; }
.PicList002433 .list .ul-1 li { width: 100%; }
@media(max-width:640px) {
	.PicList002433 .auto, .PicList002433 .list ul { padding: 0; }
	.PicList002433 .list li p { font-size: 12px; }
	.PicList002433 .list li .ytable { height: 150px; }
	.PicList002433 .list li figure img { max-height: 150px; padding: 3px }
	.PicList002433 .list .ul-2 li:nth-child(1)>* { padding-left: 30%; }
	.PicList002433 .list .ul-2 li:nth-child(2)>* { padding-right: 30%; }
	.PicList002433 .list .ul-3 li:nth-child(3):after, .PicList002433 .list li:first-child:before { display: none; }
}
@media(max-width:480px) {
	.PicList002433 .list li .ytable { height: 100px; }
	.PicList002433 .list li figure img { max-height: 100px; }
}
.PicList002171 { padding: var(--padMar100) 0; }
.PicList002171 li { float: left; width: 18%; margin-right: 2%; margin-bottom: 2%; }
.PicList002171 li a { border: 1px solid #e8e8e8; position: relative; display: block; }
.PicList002171 li img { display: block; width: 100%; }
.PicList002171 li a figure { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(48, 49, 139, 0.95); opacity: 0; transition: 0.3s; }
.PicList002171 li a:hover figure { opacity: 1; }
.PicList002171 li dl { display: table; width: 100%; height: 100%; }
.PicList002171 li dt { display: table-cell; vertical-align: middle; text-align: center; font-size: 18px; color: #fff; }
@media(min-width:769px) {
	.PicList002171 li:nth-child(5n) { margin-right: 0; }
}
@media(max-width:768px) {
	.PicList002171 li { width: 32%; margin-right: 2%; }
}
@media(max-width:768px) and (min-width:481px) {
	.PicList002171 li:nth-child(3n) { margin-right: 0; }
}
@media(max-width:480px) {
	.PicList002171 li { width: 49%; }
	.PicList002171 li:nth-child(2n) { margin-right: 0; }
	.PicList002171 li dt { font-size: 15px; }
}
.company { padding: var(--padMar100) 0 0; background: var(--bg); }
.newsFocus { margin-bottom: 5.208vw; overflow: hidden; position: relative; }
.newsFocus .swiper-slide a { overflow: hidden; border-radius: 0; background-color: #f7f7f7; border-radius: 0.3rem; }
.newsFocus .ispic { width: 45%; }
.newsFocus .info { flex: 1; padding: .45rem .6rem; }
.newsFocus .date { color: var(--grey2); }
.newsFocus .tit { font-size: var(--font-size32); margin: .15rem 0 .3rem 0; font-weight: 500; color: var(--black); }
.newsFocus .desc { font-size: var(--font-size16); line-height: 1.77; margin-bottom: 3.75vw; color: var(--grey); font-family: 'hml'; }
.newsFocus li:hover .tit { color: var(--hover-color); }
.newsFocus .swiper-pagination { width: 50%; text-align: right; left: auto; right: 3.125vw; bottom: 3.125vw; z-index: 10; position: absolute; }
.newsFocus .swiper-pagination .swiper-pagination-bullet { width: 0.18rem; height: 0.18rem; background-color: transparent; position: relative; border: 1px solid rgba(0, 0, 0, 0); transition: all 0.5s; }
.newsFocus .swiper-pagination .swiper-pagination-bullet:After { width: 0.06rem; height: 0.06rem; background-color: var(--grey2); content: ""; position: absolute; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%, -50%); }
.newsFocus .swiper-pagination .swiper-pagination-bullet-active { border-color: var(--hover-color); transform: rotate(45deg); }
.newsFocus .swiper-pagination .swiper-pagination-bullet-active:After { background-color: var(--hover-color); }
.news-list { padding-bottom: 0; }
.news-list .item:first-child { padding-top: 0; }
.news-list .item { padding: 3.125vw 0; border-bottom: 1px solid #e0e0e0; position: relative; }
.news-list .item:after { width: 0; left: 0; bottom: 0; content: ""; position: absolute; height: 1px; transition: all 0.5s; background-color: var(--hover-color); }
.news-list .item .date { color: var(--grey2); font-size: var(--font-size18); border-right: 1px solid #d5d5d5; width: 1.37rem; position: relative; }
.news-list .item .date:after { width: 1px; right: -1px; top: 0; content: ""; position: absolute; height: 0; transition: all 0.5s; background-color: var(--hover-color); }
.news-list .item .date b { color: var(--black); display: block; font-size: var(--font-size50); font-weight: 700; }
.news-list .item .info { flex: 1; padding: 0 3.229vw 0 3.229vw; }
.news-list .item .ispic { width: 4rem; padding-top: 0; border-radius: 0.3rem; overflow: hidden; background-size: cover; background-position: center; --self-width: 4rem; padding-bottom: calc(var(--self-width) * 0.7); }
.news-list .item .tit { font-size: var(--font-size26); font-weight: 500; margin: 0; line-height: 1.4; }
.news-list .item .desc { line-height: 2; color: var(--black); margin: 1.042vw 0 2vw; font-size: var(--font-size16); font-family: 'hml'; }
.news-list .item.pt .info { padding: 0 5.781vw 0 3.229vw; }
.news-list .item.pt:hover .info { color: var(--hover-color); }
.news-list .item:hover .date:After { height: 100%; }
.news-list .item:hover:After { width: 100%; }
.morebtn { width: 1.8rem; line-height: 0.54rem; text-align: center; border: 1px solid var(--white); color: var(--white); border-radius: 0.54rem; display: inline-block; transition: all 0.5s; overflow: hidden; position: relative; }
.morebtn span { position: relative; overflow: hidden; display: block; font-size: var(--font-size16); font-weight: normal; }
.morebtn span:After { content: ""; margin: 0 0 0 .1rem; background: url(../images/you.svg) no-repeat right 30%/0.2rem; width: .3rem; height: .3rem; display: inline-block; vertical-align: middle; transition: all 0.5s; }
.morebtn span:hover:After { transform: translateX(0.15rem); }
.morebtn::before { content: ""; position: absolute; top: -5%; left: -5%; z-index: 0; width: 110%; height: 110%; background-color: var(--hover-color); transform: scaleX(0); transform-origin: right; -webkit-transition: transform .6s cubic-bezier(.785, .135, .15, .86); -moz-transition: transform .6s cubic-bezier(.785, .135, .15, .86); -o-transition: transform .6s cubic-bezier(.785, .135, .15, .86); transition: transform .6s cubic-bezier(.785, .135, .15, .86) }
.morebtn.gray { border: 1px solid var(--grey); color: var(--grey); }
.morebtn.gray span:After { background-image: url(../images/you.svg); }
.morebtn:hover::before { transform: scaleX(1); transform-origin: left }
.morebtn:hover { border-color: var(--hover-color); color: var(--white); }
.morebtn.gray:hover span:After { background-image: url(../images/you-bai.svg); }
.morebtn.op7 { opacity: 0.7; }
.morebtn2 { color: var(--grey); font-size: var(--font-size16); }
.morebtn2:After { content: ""; margin: 0 0 0 .1rem; background: url(../images/you.svg) no-repeat right 30%/0.2rem; width: 0.3rem; height: 0.3rem; display: inline-block; vertical-align: middle; transition: all 0.5s; }
.item:hover .morebtn2 { color: var(--hover-color); }
.item:hover .morebtn2:After { margin-left: 1.3vw; background: url(../images/you2.svg) no-repeat right 30%/0.2rem; }
@media(max-width:640px) {
	.morebtn { width: 1.4rem; line-height: 0.35rem; }
}
.dynamicsinfo { background: var(--bag); }
.newsInfo { padding: var(--padMar100) 0; }
.singlePage { font-size: var(--font-size16); color: var(--black); line-height: 1.875; font-family: 'hml'; }
.singlePage .tc { display: flex; justify-content: center; flex-wrap: wrap; margin: 0 -0.729vw 0.833vw; }
.singlePage .tc img { border-radius: 0.1rem; margin: 0 0.729vw 0.729vw; }
.singlePage h2 { margin: 0; }
.title-info { text-align: center; border-radius: 0.2rem; padding-bottom: 2.188vw; margin-bottom: 2.344vw; border-bottom: 1px solid #dadada; }
.title-info .title { font-size: var(--font-size34); margin: 0 0 1.771vw 0; color: var(--black); font-weight: normal; }
.title-info .other { color: rgba(var(--rgb-666)); font-size: var(--font-size18); }
.title-info .other time { background: url(../images/ico_date.svg) no-repeat 0 center/0.2rem 0.2rem; padding-left: 0.34rem; }
.PrevNextInfo { padding: 2.76vw 2rem 0 0; border-top: 1px solid #dadada; margin-top: 0.4rem; position: relative; font-size: var(--font-size16); font-family: 'hml'; }
.PrevNextInfo dl { line-height: 0.36rem; min-height: 0.36rem; }
.PrevNextInfo dl dt { color: var(--grey2); }
.PrevNextInfo .back { position: absolute; right: 0; top: 0.6rem; width: 1.8rem; line-height: 0.57rem; text-align: center; border-radius: 0.57rem; color: var(--hover-color); border: 1px solid var(--hover-color); font-size: var(--font-size16); }
.PrevNextInfo .back:After { margin: -0.156vw 0 0 1.042vw; width: 0.22rem; height: 0.16rem; background: url(../images/back.svg) no-repeat center center/contain; display: inline-block; content: ""; transition: all 0.5s; vertical-align: middle; }
.PrevNextInfo .back:hover { opacity: 0.8; }
.PrevNextInfo .back:hover:After { transform: translateX(0.1rem); }
.submitBtn { width: 1.6rem; height: 0.52rem; background: var(--hover-color); border-radius: 0.3rem; border: 0.02rem solid var(--hover-color); -webkit-border-radius: 0.3rem; -moz-border-radius: 0.3rem; -ms-border-radius: 0.3rem; -o-border-radius: 0.3rem; display: inline-flex; align-items: center; justify-content: center; color: var(--white); font-size: var(--font-size16); }
.submitBtn:hover { color: var(--white) }
.submitBtn::after { background-repeat: no-repeat; content: ''; display: block; width: 0.3rem; height: 0.3rem; background-image: url(../images/you-bai.svg); background-size: .2rem 0.3rem; margin-left: 0.1rem; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease }
.submitBtn:hover::after { margin-left: 0.2rem }
.solutionList { background: #f7f7f7 url(../images/pro.jpg) center bottom; padding: var(--padMar100) 0; background-size: cover; }
.solutionList .ul { align-items: flex-start }
.solutionList .ul .item { width: calc(100% / 3 - 0.3rem); margin-right: 0.42rem; margin-bottom: 0.42rem; background: var(--white); border-radius: 0; padding-bottom: 0.5rem; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease }
.solutionList .ul .item:nth-child(3n) { margin-right: 0 }
.solutionList .ul .item .itemCon { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; }
.solutionList .ul .item .itemCon .imgbox { padding-top: 0; width: 100%; display: flex; justify-content: center; align-items: center; background-size: cover; background-position: center; padding-bottom: 56.28%; image-rendering: -webkit-optimize-contrast; }
.solutionList .ul .item .itemCon .imgbox img { object-fit: contain }
.solutionList .ul .item .title { line-height: 1.4; margin-top: .3rem; text-align: center; font-size: var(--font-size24); }
.solutionList .ul .item .submitBtn { margin-top: 0.2rem; background-color: transparent; color: var(--grey); border-color: transparent; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease }
.solutionList .ul .item .submitBtn::after { display: none }
.solutionList .ul .item:hover { box-shadow: 0px 0px 35px 0px rgba(48, 49, 139, 0.07); margin-top: -0.3rem }
.solutionList .ul .item:hover .submitBtn { background-color: var(--hover-color); border-color: var(--hover-color); color: var(--white) }
.solutionList .ul .item:hover .submitBtn::after { display: block }
@media screen and (max-width:1024px) {
	.solutionList .ul .item { width: calc(100% / 4 - 0.12rem); margin-right: 0.18rem }
}
@media screen and (max-width:768px) {
	.solutionList .ul .item { padding-top: 0.4rem; padding-bottom: 0.4rem }
	.solutionList .ul .item .submitBtn { margin-top: 0.2rem }
	.solutionList .ul { justify-content: space-between }
	.solutionList .ul .item { width: calc(100% / 2 - 0.1rem); margin-right: 0; margin-bottom: 0.2rem }
	.solutionList .ul .item:hover { margin-top: 0 }
}
.RighInfo003134 { padding: var(--padMar100) 0; }
.RighInfo003134 .img-side { border: solid 1px #f2f2f2; margin-bottom: 4em; }
.RighInfo003134 .img-side .ytable-cell { padding-bottom: 0; }
.RighInfo003134 .img-group li .Ispic { background-size: contain; padding-bottom: 53.167%; }
.RighInfo003134 .controls { display: table; position: relative; padding: 0 56px; margin: 3.125em auto 0; }
.RighInfo003134 .controls .slick-dots li { float: left; position: relative; width: 13px; height: 13px; margin: 0 5px; }
.RighInfo003134 .controls .slick-dots li button { position: absolute; background: rgba(0, 0, 0, 0.2); width: 7px; height: 7px; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 0; cursor: pointer; border: 0; font-size: 0; padding: 0; transition: 0.3s; }
.RighInfo003134 .controls .slick-dots li.slick-active button { background-color: var(--hover-color); width: 100%; height: 100%; }
.RighInfo003134 .controls .slick-arrow { position: absolute; top: 50%; width: 25px; height: 11px; background-repeat: no-repeat; background-position: center; margin-top: -5px; }
.RighInfo003134 .controls .slick-prev { left: 0; background-image: url(../images/RighInfo003134-btn-prev.svg); }
.RighInfo003134 .controls .slick-next { right: 0; background-image: url(../images/RighInfo003134-btn-next.svg); }
.RighInfo003134 .controls .slick-disabled { cursor: default; }
.RighInfo003134 .controls .slick-prev.slick-disabled { background-image: url(../images/RighInfo003134-btn-prev-disabled.svg); }
.RighInfo003134 .controls .slick-next.slick-disabled { background-image: url(../images/RighInfo003134-btn-next-disabled.svg); }
.RighInfo003134 .img-side .txt { text-align: left; }
.RighInfo003134 .img-side .tit { font-size: 1.875em; color: #333; margin-bottom: 0.6em; }
.RighInfo003134 .img-side .line { width: 15px; height: 2px; background-color: var(--hover-color); display: block; }
.RighInfo003134 .img-side p { margin: 0.2rem 0 0.5rem; font-size: var(--font-size16); line-height: 1.5; }
.RighInfo003134 .prod-intro .name { border-bottom: 1px solid #efefef; font-size: 1.5em; padding-bottom: 0.666em; color: #333; line-height: 2; }
.RighInfo003134 .prod-intro .name i { width: 2em; height: 2em; border-radius: 50%; background-color: var(--hover-color); display: inline-block; vertical-align: top; margin-right: 0.625em; background-repeat: no-repeat; background-position: center; background-size: auto 50%; }
.RighInfo003134 .prod-intro .name-1 i { background-image: url(../images/RighInfo003134-icon-file.svg); }
.RighInfo003134 .prod-intro .name-2 i { background-image: url(../images/RighInfo003134-title-icon.svg); }
.RighInfo003134 .prod-intro .name-3 i { background-image: url(../images/RighInfo003134-title-icon1.svg); }
.RighInfo003134 .prod-intro .singlePage { line-height: 1.875; margin: 2em 0 3em 0; }
.RighInfo003134 .prod-intro .singlePage dl dd { background: url(../images/dian.svg) no-repeat left center; background-size: 0.15rem; border-bottom: 1px dashed #dcdcdc; padding: 0.1rem 0 0.1rem 0.3rem; }
.RighInfo003134 .prod-intro .singlePage table { width: 100%; text-align: center; background: rgba(48, 49, 139, .05); }
.RighInfo003134 .prod-intro .singlePage tr, .RighInfo003134 .prod-intro .singlePage td { border: 1px solid #dcdcdc; padding: 10px; font-size: var(--font-size16); color: #333; }
.RighInfo003134 .prod-intro .singlePage tr:nth-child(2n) { background-color: #fff; }
@media (min-width:1025px) {
	.RighInfo003134 .img-group { width: 50%; border-right: solid 1px #f2f2f2; }
	.RighInfo003134 .img-side .ytable-cell { padding-top: 0; }
	.RighInfo003134 .img-side .txt { padding: 4% 4%; }
}
@media (max-width:1024px) {
	.RighInfo003134 .img-side { padding: 2em; }
	.RighInfo003134 .img-side .btn a { min-width: calc(50% - 10px); padding: 0; }
}
@media (max-width:1024px) {
	.Bottom003215 .logo { margin-bottom: 0; text-align: center; }
	.column-name { font-size: var(--font-size28); margin-bottom: calc(20 / 32 * 1em); }
	.RighInfo003241 { padding: var(--padMar60) 0 }
	.RighInfo003186 { padding: var(--padMar60) 0 }
	.PicList002433 { padding: var(--padMar60) 0 }
	.RighInfo003134 { padding: var(--padMar60) 0 }
	.TextList002514 { padding: var(--padMar60) 0 }
	.Floor003196 { padding: var(--padMar60) 0 }
	.Floor003083 { padding: var(--padMar60) 0 }
	.Floor003083 { padding: var(--padMar60) 0; overflow: hidden; overflow: hidden; }
	.Floor003208 { padding: var(--padMar60) 0 }
	.Menu003135 section { display: block; }
	body { padding-top: .7rem; }
}
@media (max-width:640px) {
	.Home_title { margin-bottom: var(--padMar30); }
	.RighInfo003241 .number-data .counter { font-size: calc(32 / 18 * 1em); }
	.RighInfo003186 .autoCon-1600 { flex-wrap: wrap; }
	.RighInfo003186 .left-intro { width: 100%; }
	.RighInfo003186 .right-img { width: 100%; margin-top: .2rem; }
	.RighInfo003186 .right-img .pic { margin: 0; }
	.Bottom003215 .contact li b { font-size: var(--font-size26); }
	.Bottom003215 .f-mid { padding: .3rem 0; }
	.Bottom003215 .code { justify-content: center }
	.Other002524 li a::before { width: .45rem; }
	.Other002524 li a, .Other002524 li a::before { height: .45rem }
	.solutionList .ul .item .submitBtn { background-color: var(--hover-color); color: var(--white); }
	.solutionList .ul .item .title { font-size: var(--font-size20); }
	.RighInfo003134 .img-side .ytable-cell { padding-bottom: 0; }
	.RighInfo003134 .img-side p { margin-bottom: .3rem; }
	.RighInfo003134 .img-side { margin-bottom: 2em; }
	.RighInfo003134 .prod-intro .singlePage { margin: 2em 0; }
	.newsFocus .swiper-slide a { display: block; }
	.newsFocus .ispic { width: 100% }
	.newsFocus .info { width: 100%; padding: .3rem; box-sizing: border-box; }
	.newsFocus .tit { margin: .15rem 0 .15rem 0; font-size: var(--font-size28); }
	.news-list .item a { display: block; }
	.news-list .item .date b { font-size: var(--font-size30); }
	.news-list .item .date { border-right: 0; }
	.news-list .item.pt .info { padding: 0 }
	.news-list .item .ispic { width: 100%; margin-top: .2rem; }
	.news-list .item { margin-bottom: .15rem; padding: .15rem 0 }
	.PrevNextInfo .back { position: initial; display: block; }
	.PrevNextInfo { padding: 0; padding-top: .2rem; }
	.PrevNextInfo dl dt { width: .8rem; }
	.PrevNextInfo dl dd { width: calc(100% - .8rem) }
	.TextList002514 .job-title { padding: .3rem }
	.TextList002514 .job-main { padding: 0 .3rem 0.3rem; }
	.TextList002514 .job-main .job-info { padding-top: .2rem; flex-wrap: wrap }
	.TextList002514 .job-main .box { width: 100%; }
	.TextList002514 .job-main .box+.box { padding-left: 0; margin-left: 0; border-left: 0; }
	.TextList002514 .send { padding: .3rem 0; margin-top: .3rem; }
	.TextList002514 .list+.list { margin-top: 0; }
	.TextList002514 .list { margin-bottom: .3rem; }
	.Floor003196 .box-new-industry { padding: .3rem; }
	.Floor003196 a.inner .txt { padding: 0; border-left: 0; border-right: 0; }
	.Floor003196 a.inner p { margin-bottom: .2rem; }
	.Floor003196 a.inner h4.tit { margin: .2rem 0; }
	.Home_title h1 { font-size: .28rem; }
	.Home_qq .Ispic { padding-bottom: 100%; }
	.Home_qq .word { padding-top: .3rem; font-size: var(--font-size30); }
	.Home_qq .word b { font-size: .34rem; }
	.Floor003226 .index-more a:after, .Floor003226 .index-more a::before { width: .46rem; height: .46rem; }
	.Floor003226 .index-more a { line-height: 3.4375; }
	.Floor003226 .index-more { margin-top: .3rem; }
	.Floor003225 .imgs .Ispic { padding-bottom: 205%; }
	.Floor003225 .items li:hover .txt { padding-bottom: .2rem; }
	.Floor003225 { padding-top: .4rem; }
	.Floor003225 .Home_title { position: relative; top: 0; margin-bottom: 0; }
	.Floor003225 .items li .num { top: 40%; font-size: .28rem; }
}
.RighInfo003134 .prod-intro .singlePage dl dd a { width: 100%; display: flex; align-items: center; }
.RighInfo003134 .prod-intro .singlePage dl dd a .intro { flex: 1; }
.RighInfo003134 .prod-intro .singlePage dl dd a::after { content: ''; display: block; width: 0.19rem; height: 0.19rem; background-image: url(../images/downLoadIcon.png); background-size: contain; background-repeat: no-repeat; background-position: center center; }
.solutionList.solutionListDetail { padding: 0; background: transparent; padding: 0; }
.solutionList.solutionListDetail .ul { padding-left: 0.6rem; padding-right: 0.6rem; }
.solutionList.solutionListDetail .slick-list { padding: 0.5rem 0; }
.solutionList.solutionListDetail .ul .item { margin-left: 0.21rem; margin-right: 0.21rem; margin-bottom: 0; box-shadow: 0px 0px 35px 0px rgba(48, 49, 139, 0.07); }
.solutionList.solutionListDetail .ul .item .itemCon { cursor: auto; }
.solutionList.solutionListDetail .slick-arrow { width: 0.5rem; height: 0.5rem; position: absolute; border-radius: 50%; box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.01); left: 0; top: 50%; transform: translate(0, -50%); z-index: 2; background-repeat: no-repeat; }
.solutionList.solutionListDetail .slick-prev { background-image: url(../images/zuo-bai.svg); background-color: var(--hover-color); background-size: 0.2rem; background-position: left 0.18rem center; }
.solutionList.solutionListDetail .slick-next { left: auto; background-image: url(../images/you-bai.svg); background-color: var(--hover-color); background-size: 0.2rem; right: 0; background-position: center; }
.Research { background: url(../images/cu.jpg) no-repeat center center; background-size: cover; padding: 1rem 0 1.5rem; }
.Research .list { margin: 0 -1vw; }
.Research .list .item { border-radius: 10px; background: #fff; padding: calc(50 / 16 * 1em); overflow: hidden; position: relative; margin: 0 1vw; }
.Research .list .item::before { content: ''; position: absolute; width: 100%; height: 5px; background: var(--hover-color); left: 0; bottom: 0 }
.Research .list .item .icon { padding-bottom: calc(30 / 16 * 1em) }
.Research .list .item .icon img { max-width: 0.6rem; }
.Research .list .item .tit { font-size: calc(24 / 16 * 1em); color: #333; padding-bottom: 5% }
.Research .list .item .desc { line-height: 0.3rem; height: 0.6rem; }
.Research .slick-dots { position: absolute; left: 50%; transform: translateX(-50%); bottom: -20%; }
.Research .slick-dots li { float: left; list-style: none; border-radius: 100px; overflow: hidden; margin-right: 8px; }
.Research .slick-dots li button { display: block; border: none; line-height: 100px; background: #ccc; width: 15px; height: 15px; }
.Research .slick-dots li.slick-active button { background: var(--hover-color); }
@media(min-width:1025px) {
	.Research .list { display: flex; flex-wrap: wrap; }
}