/* 
         (0 0)
+=====oOO====(_)=========+
|   Powered By AnXin     |
|   Tel: 0572-5220701    |
|   Creation:2023.07.28  | 
+=================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; font-family: Microsoft YaHei, sans-serif; } body, html { position: relative; } h1, h2, h3, h4, h5, h6 { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif; text-transform: capitalize; } button, input, select, textarea { font-size: 100%; outline: 0; } a { color: #369; text-decoration: none; } .clearfix:after { content: "\0020"; display: block; height: 0; clear: both; font-size: 0; visibility: hidden; } .clearfix { zoom: 1; } .clear { clear: both; font-size: 1px; width: 1px; height: 0; visibility: hidden; line-height: 0; } .fl { float: left; } .fl, .fr { display: inline; } .fr { float: right; } em, i { font-style: normal; } .none { display: none; } .block { display: block; } .inline { display: inline-block !important; margin-right: 10px; } 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); } * { box-sizing: border-box; } input, textarea { border: 0; } input::placeholder, textarea::placeholder { opacity: 0.5; } input:focus { border: 0; outline: 0; box-shadow: 0; } .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 *, #footer *, .wrapper, #banner, #banner img, .arrow, .product-card { -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: 1rem; font-weight: 400; box-sizing: border-box; }
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 * { color: #666; font-size: 0.875rem; line-height: 2.14; word-wrap: break-word; }
.text p:not(:last-child) { margin-bottom: 14px; }
.text img { display: block; opacity: 1 !important; }
.text:after { content: ""; display: table; clear: both; }
.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; white-space: normal !important; word-wrap: normal !important; background: none !important; font-family: sans-serif !important; word-break: break-all !important; }
.txt-info img { display: none !important; opacity: 0; }
.arrow { position: relative; z-index: 2; width: 10px; height: 10px; }
.arrow:before, .arrow:after { content: ""; position: absolute; display: block; }
.arrow:before { width: 6px; height: 6px; border-right: 1px solid #999; border-top: 1px solid #999; pointer-events: auto; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.arrow:after { width: 12px; height: 0; border-top: 1px solid #999; top: 50%; left: 50%; margin-top: -1px; margin-left: -9px; display: none; }
.arrow.arrow-white:before { border-right-color: #fff; border-top-color: #fff; }
.arrow.arrow-white:after { border-top-color: #fff; }

/*******************************
-------[=返回顶部-------
********************************/
.toTop { position: fixed; z-index: 9; bottom: 0px; right: 0px; border-radius: 0; 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: #da251d; 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); }

/*******************************
-------[=图片切换-------
********************************/
.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: 45px; height: 45px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.swiper-btn .arrow:before { width: 10px; height: 10px; border-color: #666; border-width: 2px; }
.swiper-btn:hover .arrow:before { border-color: #214a9a; }
.swiper-btn.swiper-button-disabled { opacity: 0.4; cursor: not-allowed; }
.swiper-btn.next { right: 0; padding-right: 7px; }
.swiper-btn.prev { left: 0; padding-left: 7px; }
.swiper-btn.prev .arrow { transform: rotate(180deg); }
.swiper-btn .arrow:after { display: none; }
.swiper-tool { display: flex; justify-content: center; transition: all 0.3s ease; }
.swiper-tool .swiper-btn { position: relative; margin: 0 8px; top: 0; transform: translateY(0); }

/*******************************
-------[=页面底部------
********************************/
#footer { background-color: #000; position: relative; z-index: 2; padding-top: 40px; }
#footer .footer { display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; }
#footer .footer .logo { font-size: 1.125rem; font-weight: 600; color: #fff; width: auto; }
#footer .footer .logo img { width: 20px; height: 21px; margin-right: 8px; }
#footer .footer .footer-a { font-size: 0.875rem; }
#footer .footer .footer-a a { color: rgba(255, 255, 255, 0.9); margin-left: 46px; }
#footer .copyright { display: flex; align-items: center; justify-content: space-between; padding-top: 73px; padding-bottom: 30px; position: relative; }
#footer .copyright p, #footer .copyright a { color: rgba(255, 255, 255, 0.5); font-size: 12px; display: flex; align-items: center; }
#footer .copyright a:hover { color: #fff; }
#footer .record, #footer .record a { display: flex; align-items: center; justify-content: flex-start; }
#footer .record a { margin-right: 16px; }
#footer .record img { margin: 0 8px !important; }
@media screen and (max-width:1024px) {
	#footer .copyright { padding-top: 60px; padding-bottom: 16px; }
}
@media screen and (max-width:860px) {
	#footer { padding-top: 0; }
	#footer .footer { display: none }
	#footer .copyright { padding-block: 16px; flex-direction: column; }
	#footer .copyright p, #footer .copyright a { margin-bottom: 0; line-height: 2; }
	#footer .record { flex-direction: column; }
	#footer .record a { margin-right: 0; }
}

/*******************************
-------[=页面------
********************************/
header, #header { width: 100%; }
#header .wrapper, #nav, .nav, .nav .nav-ul, .nav .mainlevel, .nav .mainlevel a { height: 100%; }
#header .wrapper, .nav .nav-ul { display: flex; justify-content: space-between; align-items: center; }
header { position: fixed; top: 0; z-index: 20; }
#header { height: 96px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }
#logo { overflow: hidden; height: 31px; }
.logo, .logo a { width: 100%; height: 100%; display: flex; align-items: center; }
.logo a img { width: 29px; height: 31px; margin-right: 10px; }
.logo a .txt { font-size: 1.75rem; font-weight: 600; color: #fff; }
#nav { position: absolute; right: 0; top: 0; height: 96px; display: flex; justify-content: space-between; align-items: center; }
#nav .nav { flex: 1; display: flex; justify-content: space-between; }
.nav .nav-ul { flex: 1; }
.nav .mainlevel { position: relative; z-index: 10; display: flex; justify-content: space-between; align-items: center; margin-left: 46px; }
.nav .mainlevel .mainlevel-a { text-decoration: none; width: 100%; display: flex; justify-content: center; align-items: center; position: relative; z-index: 2; text-transform: capitalize; }
.nav .mainlevel:after, .nav .mainlevel:before { content: ""; z-index: 1; position: absolute; display: none; }
.nav .mainlevel:after { width: 1px; height: 12px; right: 0; top: 50%; transform: translate(0px, -50%); background: #000; opacity: 0; }
.nav .mainlevel:last-child:after { display: none; }
.nav .mainlevel:before { width: 0px; height: 1px; background-color: #da251d; left: 50%; bottom: 0; transform: translateX(-50%); }
.nav .mainlevel .mainlevel-a span { position: relative; z-index: 2; font-size: 14px; white-space: nowrap; color: #fff; opacity: 0.5; text-transform: capitalize; }
.nav .mainlevel.active .mainlevel-a span, .nav .mainlevel .mainlevel-a:hover span, .nav .mainlevel:hover span, .mainlevel-a:hover span, .nav .mainlevel.active:hover .mainlevel-a span, .nav .mainlevel.active.cuf .mainlevel-a:hover span { color: #fff; opacity: 1; }
.nav .mainlevel.active.cuf .mainlevel-a span { color: #fff; opacity: 0.5; }
.nav .mainlevel.active:before, .nav .mainlevel:hover:before, .nav .mainlevel.active.cuf:hover:before { width: 100%; }
.nav .mainlevel.active.cuf:before { width: 0; }
.nav .mainlevel ul { position: absolute; z-index: 999; top: 80px; width: 100%; height: 60px; left: 0; display: flex; align-items: center; transition: all 0.3s; z-index: 3; opacity: 0; visibility: hidden; }
.nav .mainlevel ul:before, .nav .mainlevel ul:after { content: ""; display: block; position: fixed; top: 80px; }
.nav .mainlevel ul:before { width: 100%; max-width: 1300px; height: 1px; left: 50%; transform: translateX(-50%); background-color: #eee; z-index: 5; }
.nav .mainlevel ul:after { left: 0; width: 100%; height: 60px; background-color: #fff; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); z-index: 3; }
.nav .mainlevel .sub-mainlevel { position: relative; z-index: 4; display: flex; align-items: center; margin-left: -120px; }
.nav .mainlevel .sub-mainlevel a { white-space: nowrap; color: #333; margin-right: 24px; }
.nav .mainlevel .sub-mainlevel a:hover { color: #da251d; text-decoration: underline; }
.nav .mainlevel:hover ul { opacity: 1; visibility: visible; }
header { transform: translateY(0); }
header.transformY { transform: translateY(-100%); }
#search-result .search-list .txt-info, #search-result .search-list .txt-info * { font-size: 14px; line-height: 1.5; color: #666; }
.web-title { width: 100%; position: relative; padding-top: 60px; padding-bottom: 30px; display: flex; align-items: flex-end; }
.web-title > div { text-transform: capitalize; }
.web-title .main { font-size: 1.375rem; color: #000; font-weight: 500; line-height: 1.4; }
.web-title .secondary { font-size: 0.875rem; color: #999; line-height: 1.45; margin-left: 24px; }
.web-title.border { border-top: 1px solid #ececec; margin-top: 60px; }

/* 页面 */
.index-section1 { position: relative; z-index: 1; width: 100%; height: 80vh; }
.index-section1 .swiper-container { position: fixed; z-index: 1; width: 100%; height: 100%; }
.index-section1 .banner-img { width: 100%; height: 100%; object-fit: cover; }
.index-section1 .swiper-slide .swiper-txt { position: absolute; width: 80%; top: 45%; left: 10%; display: flex; flex-direction: column; align-items: center; opacity: 0; transition: all 0.5s ease 0.2s; }
.index-section1 .swiper-slide .swiper-txt img { display: block; width: 108px; height: 115px; margin-bottom: 29px; }
.index-section1 .swiper-slide .swiper-txt p { font-size: 2rem; line-height: 1.8; font-weight: 600; text-align: center; color: #fff; text-transform: capitalize; text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }
.index-section1 .swiper-slide .swiper-txt.chs p { font-size: 2.625rem; }
.index-section1 .swiper-slide.ani-slide .swiper-txt { top: 25%; opacity: 1; }
.index-section1 .wrapper.swiper-tool { position: absolute; z-index: 10; left: 50%; transform: translateX(-50%); height: 40px; bottom: 43px; justify-content: flex-start; align-items: flex-end; }
.index-section1 .wrapper.swiper-tool .swiper-pagination { position: relative; display: flex; width: auto; align-items: flex-end; margin-right: 80px; }
.index-section1 .wrapper.swiper-tool .swiper-pagination .swiper-pagination-current { font-size: 24px; font-weight: 600; color: #fff; line-height: 33px; margin-bottom: -2px; }
.index-section1 .wrapper.swiper-tool .swiper-pagination .swiper-pagination-total { font-size: 14px; font-weight: 600; color: #fff; line-height: 20px; }
.index-section1 .wrapper.swiper-tool .swiper-pagination .swiper-pagination-interval { display: block; width: 2px; height: 9px; background-color: #fff; margin-left: 12px; margin-right: 12px; margin-bottom: 5px; }
.index-section1 .wrapper.swiper-tool .right { position: relative; width: 90px; display: flex; align-items: flex-end; justify-content: center; height: 100%; }
.index-section1 .wrapper.swiper-tool .right .arrow:before { border-right-color: #fff; border-top-color: #fff; }
.body { position: relative; z-index: 2; background-color: #fff; padding-bottom: 90px; }
.index-section2 { padding-top: 40px; }
.about { display: flex; }
.about img { width: 480px; height: 322px; }
.about .txt { flex:1; padding-left: 50px; }
.about .txt .t { font-size: 1.25rem; font-weight: 500; color: #000; line-height: 1.4; margin-bottom: 40px; }
.contact-info { display: grid; gap: 1px; background-color: #ececec; grid-template-columns: repeat(4, 1fr); border: solid 1px #ececec; margin-bottom: 40px; }
.contact-info .item { background-color: #fff; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-top: 40px; padding-bottom: 39px; }
.contact-info .item .p1 { font-size: 1.25rem; font-weight: 500; color: #000; margin-bottom: 20px; text-align: center; }
.contact-info .item .p2 { font-size: 0.875rem; color: #666; text-align: center; }
.contact-info .item.one { grid-column-end: span 2; flex-direction: row; padding: 57px 60px; justify-content: flex-start; align-items: flex-start; }
.contact-info .item.one .icon { border: 1px solid #ececec; width: 78px; height: 78px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.contact-info .item.one .icon img { width: 40px; height: 40px; }
.contact-info .item.one .txt { flex: 1; padding-left: 35px; }
.contact-info .item.one .p1, .contact-info .item.one .p2 { text-align: left; }
.contact-info .item.one .p1 { font-size: 1rem; color: #333; }
.contact-info .item.one .p2 { display: flex; white-space: normal; word-wrap: normal; word-break: break-all; }
.contact-info .item.one .p2 a { white-space: nowrap; margin-left: 56px; color: #217ad1; font-size: 0.875rem; }
.contact-info .item.two .icon { margin-bottom: 19px; }
.contact .map .p { display: flex; align-items: center; color: #333; font-size: 1rem; margin-bottom: 19px; }
.contact .map .p img { width: 22px; height: 22px; margin-right: 9px; }
.contact .map #gaodi-map { width: 100%; height: 300px; }
.contact .map .map-photo { width: 100%; height: 300px; }
.contact .map .map-photo img {display:block; width: 100%; height: 100%; }
.map .icon { background: url(../images/amap-icon.png) no-repeat; }
.map .icon-cir { width: 35px; height: 35px; }
.map .icon-cir-red { background-position:center center; }
.amap-info { width: 400px; }
.amap-info-content { padding: 15px; }
.amap-info-content h5 { font-size: 18px; line-height: 20px; margin-bottom: 10px; color: #333; font-weight: 600; margin-bottom: 10px; }
.amap-info-content div { font-size: 14px; line-height: 30px; color: #444; display: flex; }
.amap-info-content div a { background: url(../images/icon-navigation.png) center center no-repeat; background-size: 20px 20px; display: block; width: 30px; height: 30px; margin-left: 16px; }

/*******************************
-------[=自适应------
********************************/
.wrapper { width: 1300px; }
#nav { right: 50%; margin-right: -650px; }
html, body { font-size: 16px; }
@media screen and (max-width:1340px) {
	.wrapper { width: 100%; padding-left: 16px; padding-right: 16px; }
	#nav { right: 16px; margin-right: 0; width: auto; }
	.body { padding-bottom: 50px; }
	.contact-info .item { padding-block: 24px; }
	.contact-info .item.one { padding: 40px; }
}
@media screen and (max-width:1367px) {
	.web-title { padding-top: 40px; padding-bottom: 24px; }
	.web-title.border { margin-top: 40px; }
	.body { padding-bottom: 32px; }
	.index-section2 { padding-top: 32px; }
	.about .txt { padding-left: 32px }
	.about .txt .t { margin-bottom: 32px; }
	.contact-info .item.one { padding: 32px; }
}
@media screen and (max-width:1024px) {
	html, body { font-size: 14px; }
	.contact-info { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width:860px) {
	.web-title { padding-top: 24px; padding-bottom: 12px; }
	.web-title.border { margin-top: 24px; }
	.body { padding-bottom: 24px; }
	.index-section2 { padding-top: 0px; }
	.index-section1 { height: 50vh; }
	.index-section1 .swiper-container { position: relative; }
	.index-section1 .swiper-slide.ani-slide .swiper-txt { top: 30%; }
	.index-section1 .swiper-slide .swiper-txt img { width: 60px; height: auto; margin-bottom: 12px; }
	.index-section1 .swiper-slide .swiper-txt p { font-size: 18px; }
	.about { flex-direction: column; }
	.about img { width: 100%; }
	.about .txt { padding-left: 0; padding-top: 24px; }
	.about .txt .t { margin-bottom: 12px; }
}
@media screen and (max-width:768px) {
	.logo a .txt{font-size: 16px;}
	.index-section1 .swiper-slide .swiper-txt.chs p{font-size: 24px;}
	.index-section1 .wrapper.swiper-tool { bottom: 8px; left: 0; transform: translateX(0); width: 100%; justify-content: space-between; }
	.index-section1 .wrapper.swiper-tool .swiper-pagination .swiper-pagination-current { font-size: 14px; }
}
@media screen and (max-width:640px) {
	.contact-info .item.one{flex-direction: column; align-items: center;}
	.contact-info .item.one .p1, .contact-info .item.one .p2{text-align: center;}
	.contact-info .item.one .txt{padding-left: 0; padding-top: 24px;}
	.contact-info .item.one .p2{flex-direction: column;}
	.contact-info .item.one .p2 a{margin-left: 0; margin-top: 12px;}
}
@media screen and (max-width:480px) {
	.contact-info { grid-template-columns: 1fr; }
	.contact-info .item.one { grid-column-end: span 1; }
}