﻿/*
|          (0 0)
+=====oOO====(_)=========+
|   Powered By AnXin     |
|   Tel: 0572-5220701    |
|   Creation:2024.08.31  |
+=================oOO====+
|          |__|__|
|           || ||
|          ooO Ooo
*/
@charset "UTF-8";
body, button, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, s, td, textarea, th, ul { margin: 0; padding: 0; list-style: none; }
body, html { position: relative; font-family: Microsoft YaHei, sans-serif; }
h1, h2, h3, h4, h5, h6 { text-transform: capitalize; }
button, input, select, textarea { font-size: 100%; outline: 0; }
a { color: #369; text-decoration: none; }
em, i { font-style: normal; }
.none { display: none; }
.block { display: block; }
img { border: 0; object-fit: cover; }
table { border-collapse: collapse; border: 0; border-collapse: collapse; }
::selection { background: #ddd; color: #111; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background-color: rgba(50, 50, 50, 0.25); border: 2px solid transparent; border-radius: 0px; background-clip: padding-box; }
::-webkit-scrollbar-thumb:hover { background-color: rgba(50, 50, 50, 0.5); }
::-webkit-scrollbar-track { background-color: rgba(50, 50, 50, 0.05); }
input, textarea { border: 0; }
input::placeholder, textarea::placeholder { opacity: 0.5; }
input:focus { border: 0; outline: 0; box-shadow: 0; }
input[type="radio"], input[type="checkbox"] { appearance: none; -webkit-appearance: none; outline: none; display: none; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; }
.tipMain { position: fixed; bottom: 0; left: 0; z-index: 9999; width: 100%; border-top: 1px solid #ccc; background: #fff; font-size: 13px; line-height: 40px; }
.tipMain, .tipMain .close { height: 40px; text-align: center; }
.tipMain .close { position: absolute; top: 0; right: 10px; width: 40px; color: red; font-size: 18px; font-family: Arial, Helvetica, sans-serif; cursor: pointer; }
span.spanleft { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
a, a:hover, ::after, ::before, .images, .images img, .list-li, .list-txt, .list-txt .name, .mobileMenu b, header, header *, #banner, #banner img, .arrow { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }

/*通用*/
* { font-size: 14px; font-weight: 400; box-sizing: border-box; color: #000; }
body { background-color: #fff; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.wrapper { margin: 0 auto; position: relative; }
.text { padding: 0; }
.text, .text * { font-size: 16px; line-height: 2; color: #333; word-wrap: break-word; }
.text p:not(:last-child) { margin-bottom: 20px; }
.text img { display: inline-block; opacity: 1 !important; }
.text::after { content: ""; display: table; clear: both; }
.text .table { display: flex; gap: 12px; }
.txt-info { overflow: hidden; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }
.txt-info * { -webkit-box-orient: horizontal; width: auto; display: inline; padding: 0; margin: 0; background: none !important; font-family: sans-serif !important; white-space: normal !important; word-wrap: normal !important; word-break: break-all !important; }
.txt-info img { display: none !important; opacity: 0; }
.arrow { position: relative; z-index: 2; display: block; width: 8px; height: 8px; }
.arrow::before, .arrow::after { content: ""; position: absolute; display: block; }
.arrow::before { width: 100%; height: 100%; border-right: 1px solid #000; border-top: 1px solid #000; pointer-events: auto; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.arrow::after { width: 12px; height: 0; border-top: 1px solid #000; top: 50%; left: 50%; margin-top: -0.5px; margin-left: -7px; display: none; }
.arrow.arrow-white::before { border-right-color: #fff; border-top-color: #fff; }
.arrow.arrow-white::after { border-top-color: #fff; }
.body-overlay { position: fixed; left: 0; top: 0px; right: 0; bottom: 0; z-index: 1; width: 100%; height: 100vh; display: none; background: rgba(0, 0, 0, 0.2); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }

/*更多*/
.more { position: relative; display: flex; overflow: hidden; width: 145px; height: 50px; margin-top: var(--gap-60); }
.more a { position: relative; display: flex; justify-content: center; align-items: center; column-gap: 8px; width: 100%; height: 100%; border: solid 1px var(--border-color); }
.more a:after { content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 0; height: 100%; background-color: var(--main-color); }
.more span { position: relative; z-index: 2; font-size: 16px; font-weight: 400; color: var(--color-3); text-transform: capitalize; white-space: nowrap; }
.more .arrow { width: 8px; height: 8px; }
.more .arrow::before { width: 6px; height: 6px; border-right: solid 2px var(--color-6); border-top: solid 2px var(--color-6); }
.more a:hover::after { width: 100%; }
.more a:hover .arrow { transform: translate(3px, 0); }
.more a:hover .arrow::before { border-color: #fff; }
.more a:hover span { color: #fff; }
.more.white a, .more.white .arrow::before { border-color: #fff; }
.more.white a span { color: #fff; }
.more.center { margin-left: auto; margin-right: auto; }

/*******************************
-------[=图片切换-------
********************************/
.swiper-container { width: 100%; height: 100%; }
.swiper-container img { display: block; width: 100%; height: 100%; }
.swiper-btn { position: absolute; z-index: 10; top: 50%; transform: translateY(-50%); display: block; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; background: #fff; box-shadow: 0px 3px 10px rgba(222, 222, 222, 0.5); }
.swiper-btn::after { content: ""; display: block; position: absolute; width: 60px; height: 60px; border-radius: 50%; background: var(--main-color); left: 0%; top: 0%; transform: scale(0); }
.swiper-btn .arrow::before { width: 8px; height: 8px; border-color: #BABABA; border-width: 2px; }
.swiper-btn.swiper-button-disabled { cursor: not-allowed; }
.swiper-btn.next { right: 0; }
.swiper-btn.next .arrow { margin-right: 5px; }
.swiper-btn.prev { left: 0; }
.swiper-btn.prev .arrow { transform: rotate(180deg); margin-left: 5px; width: 10px; height: 10px; }
.swiper-btn .arrow::after { display: none; }
.swiper-btn:hover::after { transform: scale(1); }
.swiper-btn:hover .arrow::before { border-color: #fff; }

/* .swiper-pagination { bottom: 20px; display: flex; align-items: center; justify-content: center; }
.swiper-pagination-bullet { background: #e5e5e5; opacity: 1 !important; width: 8px; height: 8px; margin: 0 8px; }
.swiper-pagination-bullet-active { background: transparent; width: 14px; height: 14px; border: 2px solid var(--main-color); } */
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { width: auto; left: 50%; bottom: 16px; }
.swiper-pagination { left: 50%; transform: translateX(-50%); bottom: 16px; display: inline-flex; width: auto; padding: 5px 10px; background: rgba(0, 0, 0, 0.4); align-items: center; justify-content: center; column-gap: 5px; border-radius: 10px; }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0; }
.swiper-pagination-bullet { background: #fff; opacity: 1; width: 10px; height: 10px; margin: 0; }
.swiper-pagination-bullet-active { background: #FFDC00; border: 0 }
.swiper-tool { position: relative; display: flex; justify-content: center; column-gap: 24px; padding-top: 24px; }
.swiper-tool .swiper-btn { position: relative; transform: translateY(0); top: 0; }

/*******************************
-------[=返回顶部-------
********************************/
.toTop { position: fixed; z-index: 9; bottom: 0px; right: 0px; width: 50px; height: 50px; text-align: center; line-height: 50px; padding: 0; background-color: #222; cursor: pointer; display: none; opacity: 0.7 !important; }
.toTop:before { content: ""; margin-top: 22px; margin-left: 18px; display: block; width: 10px; height: 10px; border-right: 2px solid #fff; border-top: 2px solid #fff; pointer-events: auto; transform: rotate(-45deg); }
.toTop:hover { background: var(--main-color); opacity: 1 !important; }
.toTop:active { background: #000; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); }

/*******************************
-------[=列表-------
********************************/
.images { overflow: hidden; position: relative; z-index: 1; width: 100%; height: 0; padding: 0px; margin: 0; }
.images img { width: 100%; height: 100%; object-fit: cover; position: absolute; z-index: 1; left: 0; top: 0; }
.stretching::after { content: ""; display: block; position: absolute; z-index: 10; pointer-events: auto; background-color: rgba(0, 0, 0, 0); width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; }
.list { position: relative; z-index: 1; display: grid; }
.list .list-li { position: relative; }
.list-txt { box-sizing: border-box; position: relative; }
.list-txt .name { overflow: hidden; position: relative; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }
.list-txt .txt-info { -webkit-line-clamp: 2; }
.list-txt .txt-info, .list .list-txt .txt-info * { font-size: 14px; line-height: 2; color: #666; }
.list .list-li:hover .list-txt .name { color: var(--main-color); }
.list .list-li:hover .images img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

/*******************************
-------[=表单-------
********************************/
.layui-input-wrap, .layui-unselect.layui-form-select { flex: 1 }
.reserve { flex: 1; max-width: 420px; }
.reserve .layui-form { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
.reserve .layui-form .lg { grid-column-end: span 2; }
.reserve .form-group { display: flex; background: #fff; border: 0; border-radius: 4px; align-items: center; }
.reserve .form-group img.icon { width: 16px; height: 16px; margin-left: 12px; margin-right: 12px; }
.reserve .form-group .form-control, .reserve .form-group .layui-input { background: none; border: 0; padding-left: 0; }
.reserve .layui-form-select dl dd.layui-this { background: var(--main-color); color: #fff; }
.layui-menu { margin: 0; }
.layui-btn, .layui-menu li:hover { background: var(--main-color); }
.layui-menu li:hover .layui-menu-body-title { color: #fff; }
.layui-form-select dl { padding: 0; }
.layui-dropdown { max-height: 200px; overflow-y: auto; overflow-x: hidden; }
.reserve .form-group.button-group { background: none; border: 0; }
.reserve .bottom { width: 100%; display: grid; grid-template-columns: 1fr 160px; }
.reserve .bottom .code { display: grid; grid-template-columns: 160px 1fr; column-gap: 16px; }
.reserve .form-group.button-group .form-control { background: var(--main-color); display: flex; align-items: center; justify-content: center; }

/*******************************
-------[=页码-------
********************************/
.main-page { position: relative; z-index: 1; width: 100%; padding: 0; text-transform: capitalize; display: flex; justify-content: center; align-items: center; gap: 32px; margin-top: 50px; margin-bottom: 0px; }
.main-page .pagination-info { font-size: 16px; color: var(--color-6); }
.main-page .pagination-info span { font-size: 20px; font-weight: 600; color: var(--main-color); margin-left: 8px; margin-right: 8px; }
.main-page .pagination { display: flex; align-items: center; column-gap: 12px; }
.main-page .pagination li { border: 1px solid var(--border-color); }
.main-page .pagination li * { font-size: 16px; }
.main-page .pagination li a, .main-page .pagination li.active span, .main-page .pagination li.prev span, .main-page .pagination li.next span { display: block; padding: 8px 0; width: 42px; text-align: center; font-size: 16px; line-height: 22px; }
.main-page .pagination li a { color: var(--color-3); }
.main-page .pagination li.disabled { border: 0; cursor: not-allowed; }
.main-page .pagination li.active { border-color: var(--main-color); background-color: var(--main-color); color: #fff; }
.main-page .pagination li.active span { color: #fff; }
.main-page .pagination li:hover { border-color: var(--main-color); }
.main-page .pagination li:hover a { color: var(--main-color); }
.main-page .pagination li.prev, .main-page .pagination li.next { border: 1px solid var(--border-color); width: 40px; position: relative; }
@media screen and (max-width:1024px) {
	.main-page { margin-top: 24px; }
}
@media screen and (max-width:860px) {
	.main-page { flex-direction: column; gap: 16px; }
	.main-page .pagination li a, .main-page .pagination li.active span, .main-page .pagination li.prev span, .main-page .pagination li.next span { display: block; padding: 5px 0; width: 32px; font-size: 14px; line-height: 20px; }
	.main-page .pagination li.prev, .main-page .pagination li.next { width: 33px; }
}
@media screen and (max-width:640px) {
	.main-page { margin-top: 16px; }
}

/*******************************
-------[=页面底部------
********************************/
#footer { background: #171717; position: relative; z-index: 2; }
#footer .footer { display: flex; align-items: flex-start; justify-content: space-between; padding-top: 50px; padding-bottom: 50px; }
.footer .left { width: 260px; }
.footer .t { font-size: 30px; color: #fff; margin-bottom: 16px; }
.footer .t span { font-size: 30px; color: #FFDC00; }
.footer .left .txt { margin-bottom: 40px; }
.footer .left .txt .p { font-size: 16px; line-height: 2; color: #fff; }
.footer .left .share { display: flex; gap: 24px; }
.footer .left .share img { display: block; width: 24px; height: 24px; }
.footer .column { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 50px; }
.footer .column a { font-size: 16px; line-height: 1.5; color: #fff; opacity: 0.8; }
.footer .column a:first-child { grid-column-end: span 2; }
.footer .column a:hover { opacity: 1; }
#footer .copyright { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; position: relative; }
#footer .copyright::before { content: ""; display: block; position: absolute; left: 0; top: 0; right: 0; height: 1px; background: rgba(255, 255, 255, 0.1); }
#footer .copyright p, #footer .copyright a { line-height: 1.8; color: #fff; opacity: 0.7; display: flex; align-items: center; }
#footer .copyright a:hover { opacity: 1; }
#footer .record, #footer .record a { display: flex; align-items: center; justify-content: flex-start; }
#footer .record { gap: 16px; }
#footer .record img { margin: 0 8px !important; }
@media screen and (max-width:1540px) { }
@media screen and (max-width:1370px) {
	#footer .footer { padding-top: 40px; padding-bottom: 40px; }
	.footer .t, .footer .t span { font-size: 26px; }
}
@media screen and (max-width:1280px) {
	#footer .footer { padding-top: 30px; padding-bottom: 30px; }
	.footer .t, .footer .t span { font-size: 20px; }
	.footer .t { margin-bottom: 12px; }
	.footer .left .txt { margin-bottom: 24px; }
	.footer .left .txt .p { font-size: 14px; line-height: 1.5; }
}
@media screen and (max-width:1024px) {
	.footer .column { display: none }
	#footer .copyright { flex-direction: column; gap: 8px; }
	#footer .copyright p, #footer .copyright a { margin-bottom: 0; text-align: center; }
}
@media screen and (max-width:860px) {
	#footer .footer { flex-direction: column; padding-top: 16px; padding-bottom: 16px; }
	.reserve { display: none; }
	#footer .copyright { margin-top: 0; border-top: 0; }
}
@media screen and (max-width:768px) {
	#footer .footer { display: none; }
}
@media screen and (max-width:640px) {
	#footer .record { flex-direction: column; gap: 8px; }
}

/*******************************
-------[=页面------
********************************/
header, #header { width: 100%; }
.nav, .nav .nav-item, .nav .nav-item-a { height: 100%; }
#header .wrapper { display: flex; justify-content: space-between; align-items: center; }
header { position: fixed; top: 0; z-index: 200; }
#nav { position: absolute; bottom: 0; }
.nav { display: flex; align-items: center; }
.nav .nav-item { position: relative; }
.nav .nav-item .nav-item-a { text-decoration: none; padding: 0; margin: 0; display: flex; justify-content: center; align-items: center; position: relative; z-index: 2; text-transform: capitalize; }
.nav .nav-item::after, .nav .nav-item::before, .nav .nav-item .sub-nav-item a::before { content: ""; z-index: 1; position: absolute; }
.nav .nav-item::after { width: 1px; height: 12px; right: 0; top: 50%; transform: translate(0px, -50%); background: #000; opacity: 0; }
.nav .nav-item:last-child::after { display: none; }
.nav .nav-item::before, .nav .nav-item .sub-nav-item a::before { width: 0px; height: 2px; border-radius: 2px; background: var(--main-color); left: 50%; bottom: 0; transform: translateX(-50%); }
.nav .nav-item .nav-item-a span { position: relative; z-index: 2; white-space: nowrap; text-transform: capitalize; }
.nav .nav-item.active::before, .nav .nav-item:hover::before, .nav .nav-item.active.cuf:hover::before { width: 100%; }
.nav .nav-item.active.cuf::before { width: 0; }
.nav .nav-item .sub-nav { position: absolute; top: var(--header-height); transition: all 0.5s; opacity: 0; visibility: hidden; background: #fff; box-shadow: var(--box-shadow); padding: 16px; margin-left: -20px; border-radius: 0 0 12px 12px; }
.nav .nav-item .sub-nav:before { content: ""; display: none; border-top: solid 1px var(--border-color); width: 100vw; height: 60px; background: rgba(255, 255, 255, 1); position: fixed; top: var(--header-height); left: 50%; z-index: 1; transform: translateX(-50%); box-shadow: var(--box-shadow); }
.nav .nav-item .sub-nav-item { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 8px; padding: 0; }
.nav .nav-item .sub-nav-item a { white-space: nowrap; display: flex; align-items: center; color: #333; text-transform: capitalize; position: relative; height: 40px; }
.nav .nav-item .sub-nav-item a::before { bottom: 0px; left: 0; transform: translateX(0); }
.nav .nav-item .sub-nav-item a:hover { color: var(--main-color); }
.nav .nav-item .sub-nav-item a:hover::before { width: 100px; }
.nav .nav-item:hover .sub-nav { opacity: 1; visibility: visible }
header { box-shadow: var(--box-shadow); }
header.baion .nav .nav-item .sub-nav:before { background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(20px); box-shadow: var(--box-shadow); }
header.transformY { transform: translateY(-100%); }
.web-title { width: 100%; position: relative; padding-top: var(--gap-80); padding-bottom: var(--gap-60); display: flex; flex-direction: column; align-items: flex-start; }
.web-title .main { font-size: 40px; color: var(--color-3); line-height: 1.5; text-transform: capitalize; }
.web-title .secondary { font-size: 16px; color: #999; line-height: 1.5; text-transform: capitalize; }
.web-title.center { align-items: center; }
.web-title.center .main { text-align: center; }
.web-title.border-top { margin-top: var(--gap-80); border-top: solid 1px var(--border-color); }
.web-title.white > div { color: #fff; }
#place { border-bottom: solid 1px var(--border-color); margin-top: calc(0px - var(--gap-80)); }
.place { width: 100%; }
.place, .place a { display: flex; flex-flow: row wrap; align-items: center; }
.place { line-height: 26px; color: #666; text-transform: capitalize; }
.place a { color: #333; }
.place a:after { content: ""; width: 5px; height: 5px; border-right: 1px solid rgba(51, 51, 51, 0.8); border-top: 1px solid rgba(51, 51, 5, 0.8); pointer-events: auto; transform: rotate(45deg); margin-left: 12px; margin-right: 12px; }
.place a:hover { color: var(--main-color); }
#banner { width: 100%; height: 340px; overflow: hidden; position: relative; z-index: 1; background-color: #fff; margin-top: var(--header-height); }
#banner img { width: 100%; height: 100%; display: block; position: absolute; z-index: 1; left: 0; top: 0; animation: bannerImg 2s ease 0s both; }
#banner .banner-txt { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; animation: bannerTxt 1s ease 1s both; text-transform: uppercase; text-shadow: var(--text-shadow); font-size: 50px; color: #fff; }
@keyframes bannerImg {
	0% { opacity: 0; scale: 1.1; }
	100% { opacity: 1; scale: 1; }
}
@keyframes bannerTxt {
	0% { transform: translate(-50%, 0%); opacity: 0; }
	100% { transform: translate(-50%, -50%); opacity: 100%; }
}

/*子栏目*/
#sub-nav { box-shadow: var(--box-shadow); background: #fff; height: 59px; z-index: 11; position: sticky; top: 0; }
#sub-nav .sub-nav .swiper-wrapper { justify-content: center; }
#sub-nav .sub-nav .swiper-slide { width: auto; padding: 0px; margin: 0; text-transform: capitalize; }
#sub-nav .sub-nav .swiper-slide:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; display: block; width: 1px; height: 20px; background: var(--border-color); margin-top: -10px; }
#sub-nav .sub-nav .swiper-slide a { position: relative; height: 100%; display: flex; align-items: center; font-size: 16px; margin: 0 32px; color: #333; }
#sub-nav .sub-nav .swiper-slide a::before { content: ""; display: block; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; margin-bottom: -1px; background: var(--main-color); }
#sub-nav .sub-nav .swiper-slide a:hover, .sub-nav .swiper-slide.active a { color: var(--main-color); }
#sub-nav .sub-nav .swiper-slide.active a::before { left: 0; width: 100%; }
@media screen and (max-width:1024px) {
	#sub-nav .sub-nav .swiper-wrapper { justify-content: flex-start; }
}
@media screen and (max-width:860px) {
	#sub-nav { height: 59px; }
}
@media screen and (max-width:768px) {
	#sub-nav { height: 59px; top: 60px; }
}
#sub-nav { margin-bottom: var(--gap-80); margin-top: calc(0px - var(--gap-80)); }

/*关于我们*/
.about-img { position: relative; height: 360px; border-radius: 16px; overflow: hidden; }
.about-img img { width: 100%; height: 100%; }
.about-section1 .t { display: flex; align-items: center; column-gap: 16px; margin-bottom: 24px; }
.about-section1 .t span { font-size: 40px; color: var(--main-color); }
.about-section1 .about-img { width: 600px; float: left; margin-right: var(--gap-60); margin-bottom: var(--gap-20); }
.about-section1 .text::after { content: ""; display: block; clear: both; }
.about-section2 { margin-top: var(--gap-60); height: 500px; }
.about-section2 .swiper-btn.prev { left: 24px; }
.about-section2 .swiper-btn.next { right: 24px; }
.about-section2 .swiper-container img { border-radius: 16px; }
.about-section2 .swiper-slide img { opacity: 0.4; filter: grayscale(1); }
.about-section2 .swiper-slide.swiper-slide-active img { opacity: 1; filter: grayscale(0); }

/*产品*/
.list.products-list { grid-template-columns: repeat(3, 1fr); gap: var(--gap-40); }
.list.products-list .list-li { padding: 10px; border: solid 1px var(--border-color); background-image:linear-gradient(90deg,#11A062,#11A062);background-position:0 100%;background-size:0 2px;background-repeat:no-repeat;transition:background-size .5s;}
.list.products-list .list-li:hover { background-size: 100% 2px;}
.list.products-list .images { padding-top: 56.25%; }
.list.products-list .images img { object-fit: contain; }
.list.products-list .list-txt { padding-top: 8px; padding-left: 14px; display: flex; align-items: center; column-gap: 16px; }
.popProducts { padding: 24px; }
.popProducts .swiper-container { max-height: 700px }

/*荣誉*/
.list.honor-list { grid-template-columns: repeat(4, 1fr); gap: var(--gap-40); }
.list.honor-list .list-li { padding: 10px; border: solid 1px var(--border-color); }
.list.honor-list .images { padding-top: 100%; }
.list.honor-list .images img { object-fit: contain; }

/*茶园基地*/
.garden-list { position: relative; width: 100%; columns: 4; column-gap: var(--gap-30); }
.garden-list .item { width: 100%; break-inside: avoid; padding: 0px; background: #fff; transition: top 1s ease, left 1s ease; border-radius: 8px; overflow: hidden; position: relative; margin-bottom: var(--gap-30); }
.garden-list .item .photo { transition: all 0.3s ease; }
.garden-list .item:hover .photo { transform: scale(1.1); }
.item .photo img { width: 100%; background: #ccc; display: block; background: url(../images/loading.gif) no-repeat center; }

/*联系*/
.contact { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--gap-80); }
.contact .first { grid-column-end: span 2; display: flex; align-items: center; column-gap: 40px; }
.contact .t { position: relative; margin-right: 60px; }
.contact .t span { font-size: 32px; color: var(--color-3); position: relative; z-index: 2; }
.contact .t::after { content: ""; display: block; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 16px; border-radius: 2px; margin-top: -10px; background: #fFDC00; }
.contact .p { font-size: 16px; line-height: 40px; color: var(--color-3); }
.contact .map { margin-top: 24px; }
.contact .map img { display: block; width: 100%; height: 100%; }
.support .map { position: relative; height: 900px; animation: fadeUp 1s ease 1s both; }
.support .map img { display: block; width: 100%; height: 100%; }
@keyframes fadeUp {
	0% { margin-top: 100px; opacity: 0; }
	100% { margin-top: 0px; opacity: 100%; }
}
.btn-play { display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.btn-play::before, .btn-play::after, .video-list .images::before, .video-list .images::after { content: ""; display: block; position: absolute; }
.btn-play::before, .video-list .images::before { left: 50%; top: 50%; transform: translate(-50%, -50%); background: url(../images/icon-play.svg) center center no-repeat; background-size: contain; width: 72px; height: 72px; z-index: 101; }
.btn-play::after, .video-list .images::after { left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 100; }
.btn-play a { display: block; width: 72px; height: 72px; position: relative; z-index: 102; }
.spl-header { transform: translateY(0px) !important; }
.spl-footer { padding-bottom: 20px; }
.spl-title, .spl-description { color: #fff; text-align: center; margin-bottom: 0; }
.spl-page { color: #fff; }

/*页面*/
#logo { overflow: hidden; width: 270px; height: 65px; background: url(../images/logo.svg) left center no-repeat; background-size: contain; }
#header, #header .wrapper { height: var(--header-height); }
#header { background: rgba(255, 255, 255, 1); }
header.baion #header { box-shadow: var(--box-shadow); background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(20px); }
.logo, .logo a { width: 100%; height: 100%; display: block; }
.wrapper { width: var(--w-width); }
#body { position: relative; background-color: #fff; padding-bottom: var(--gap-80); }
#body.main { padding-top: var(--gap-80); background: url(../images/mountain.jpg) center 25vh no-repeat fixed; }
#nav { right: 50%; margin-right: -750px; height: var(--header-height); }
.nav { gap: var(--gap-50); }
.nav .nav-item .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a span { font-size: 16px; color: var(--color-3); font-weight: 500; text-transform: uppercase; }
.nav .nav-item.active .nav-item-a span, .nav .nav-item .nav-item-a:hover span, .nav .nav-item:hover span, .nav-item-a:hover span, .nav .nav-item.active:hover .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a:hover span { color: var(--main-color); }
.place { padding-top: 16px; padding-bottom: 16px; }

/*字体*/
@font-face { font-family: 'SourceHanSerifCN-Medium'; font-style: normal; font-weight: 100; src: url('../fonts/SourceHanSerifCN-Medium.eot'); src: url('../fonts/SourceHanSerifCN-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceHanSerifCN-Medium.woff') format('woff'), url('../fonts/SourceHanSerifCN-Medium.ttf') format('truetype'), url('../fonts/SourceHanSerifCN-Medium.svg#chantilly_lightregular') format('svg'); font-weight: normal; font-style: normal }
@font-face { font-family: 'SourceHanSerifCN-Heavy'; font-style: normal; font-weight: 100; src: url('../fonts/SourceHanSerifCN-Heavy.eot'); src: url('../fonts/SourceHanSerifCN-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceHanSerifCN-Heavy.woff') format('woff'), url('../fonts/SourceHanSerifCN-Heavy.ttf') format('truetype'), url('../fonts/SourceHanSerifCN-Heavy.svg#chantilly_lightregular') format('svg'); font-weight: normal; font-style: normal }
.font-Heavy { font-family: "SourceHanSerifCN-Heavy" !important; font-weight: 300 }
body, html { font-family: "SourceHanSerifCN-Medium"; }
.list-txt { padding: 16px 20px; }
.list-txt .name { font-size: 18px; line-height: 1.5; color: var(--color-3); }

/* .name + .txt-info { margin-top: 8px; } */

/*页面参数*/:root { --main-color: #11A062;	/*主要颜色 */ --color-red: #FF5733;	/*红色 */ --border-color: #ececec;	/*边框颜色 */ --w-width: 1500px;	/*页面安全宽度 */ --text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); --box-shadow: 5px 8px 30px rgba(0, 0, 0, 0.1); --color-3:#333; --color-6:#666; --color-9:#999; --header-height: 90px; --gap-80:80px; --gap-70:70px; --gap-60:60px; --gap-50:50px; --gap-40:40px; --gap-30:30px; --gap-20:20px; }
@media screen and (max-width:1540px) {
	:root { --gap-80:72px; --gap-70:63px; --gap-60:54px; --gap-50:45px; --gap-40:36px; --gap-30:27px; --gap-20:18px; }
}
@media screen and (max-width:1370px) {
	:root { --gap-80:64px; --gap-70:56px; --gap-60:48px; --gap-50:40px; --gap-40:32px; --gap-30:24px; --gap-20:16px; }
}
@media screen and (max-width:1280px) {
	:root { --gap-80:56px; --gap-70:49px; --gap-60:42px; --gap-50:35px; --gap-40:28px; --gap-30:21px; }
}
@media screen and (max-width:860px) {
	:root { --header-height: 60px; --gap-80:40px; --gap-70:35px; --gap-60:30px; --gap-50:25px; --gap-40:20px; --gap-30:15px; }
}
@media screen and (max-width:768px) {
	:root { }
}
@media screen and (max-width:640px) {
	:root { --gap-80:24px; --gap-70:24px; --gap-60:16px; --gap-50:16px; --gap-40:16px; }
}

/* 适配 */
@media screen and (max-width:1540px) {
	.wrapper { width: 100%; padding-left: 16px; padding-right: 16px; }
	#nav { right: 16px; margin-right: 0; }
	#banner .banner-txt { font-size: 45px; }
	.about-section1 .t span { font-size: 36px; }
	.about-section1 .about-img { width: 45%; }
	.about-img { height: 320px; }
}
@media screen and (max-width:1370px) {
	#banner .banner-txt { font-size: 40px; }
	.about-section1 .t span { font-size: 32px; }
}
@media screen and (max-width:1280px) {
	#banner .banner-txt { font-size: 32px; }
	.about-section1 .t { margin-bottom: 16px; }
	.about-section1 .t span { font-size: 26px; }
	.list.products-list { grid-template-columns: repeat(2, 1fr); }
	.list.honor-list { grid-template-columns: repeat(3, 1fr); }
	.garden-list { columns: 3 }
}
@media screen and (max-width:1024px) {
	#banner .banner-txt { font-size: 24px; }
	.web-title .main { font-size: 20px; }
	.more { margin-top: 16px; }
	#logo { width: 180px; }
	.nav { gap: 24px; }
	.nav .nav-item .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a span { font-size: 14px; }
	.about-section2 { height: 360px; }
	.contact { grid-template-columns: 1fr; gap: 24px; }
	.contact .first { flex-direction: column; align-items: flex-start; grid-column-end: span 1; }
	.contact .t { margin-bottom: 16px; }
	.contact .t span { font-size: 30px; }
}
@media screen and (max-width:900px) {
	.about-img { width: 100%; height: auto; max-height: 300px; margin-right: 0; }
	.about-section1 .about-img { width: 100%; margin-right: 0; float: none; }
	.about-section1 .t{margin-bottom: 8px;}
	.about-section1 .t span{font-size: 20px;}
	.garden-list { columns: 2 }
	.contact .t span { font-size: 24px; }
	.contact .t::after { height: 12px; }
}
@media screen and (max-width:860px) {
	.body-overlay { top: 60px; height: calc(100vh - 60px); }
	.mobileMenu { width: 30px; height: 30px; padding: 0; position: absolute; z-index: 1001; left: 20px; top: 15px; display: none; cursor: pointer; flex-direction: column; align-items: center; justify-content: space-between; }
	.mobileMenu i, .mobileMenu i::before, .mobileMenu i::after { width: 28px; height: 2px; background: #666; display: block; position: absolute; }
	.mobileMenu i { top: 14px; }
	.mobileMenu i::before, .mobileMenu i::after { content: ""; left: 0; -webkit-transform-origin: center center; transform-origin: center center; transition: all 0.25s ease; }
	.mobileMenu i::before { top: -10px; }
	.mobileMenu i::after { top: 10px; }
	.mobileMenu.close i { width: 0; }
	.mobileMenu.close i::before, .mobileMenu.close i::after { background: var(--main-color); }
	.mobileMenu.close i::before { -webkit-transform: rotate(45deg) translate(7px, 7px); transform: rotate(45deg) translate(7px, 7px); }
	.mobileMenu.close i::after { -webkit-transform: rotate(-45deg) translate(7px, -7px); transform: rotate(-45deg) translate(7px, -7px); }
	header { transform: none; box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1); }
	.mobileMenu { display: inline-block; }
	.mobileMenu.hide { display: none; }
	header #header { position: relative; z-index: 102; background: #fff; }
	#header, header.index-header #header { height: var(--header-height); }
	#header .wrapper { justify-content: center; }
	#nav { position: fixed; display: block; width: 300px; max-width: 80%; height: calc(100vh - 60px); left: -100%; top: 60px; padding: 0; margin: 0; background: rgba(255, 255, 255, 1); backdrop-filter: blur(27px); z-index: 101; overflow: hidden; transform: translateX(0); }
	#nav.side-slide, .search.side-slide { left: 0; }
	#logo { height: 45px; background-position-x: center; }
	#logo-r { position: absolute; right: 20px; }
	#logo-r .item { width: 40px; height: 40px; }
	.lang { font-size: 14px; }
	.search-btn img { width: 16px; height: 16px; }
	.search { position: fixed; display: flex; align-items: center; width: 300px; max-width: 80%; left: -100%; top: 70px; padding: 0 12px; margin: 0; z-index: 101; overflow: hidden; transform: translateX(0); }
	.search .form { right: 0 !important; position: relative; width: 100%; }
	.search.side-slide { flex: 1; }
	.nav { flex-direction: column; justify-content: flex-start; gap: 0; }
	.nav .nav-item { position: relative; z-index: 10; display: flex; justify-content: center; margin-left: 0; margin-right: 0; width: 100%; height: 46px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
	.nav .nav-item::before { bottom: auto; top: 50px; left: 0; transform: translateX(0); }
	.nav .nav-item .nav-item-a { text-decoration: none; width: 100%; display: flex; justify-content: flex-start; padding-top: 16px; padding-bottom: 16px; padding-left: 24px; align-items: center; position: relative; z-index: 2; text-transform: capitalize; }
	.nav .nav-item.active .nav-item-a span, .nav .nav-item .nav-item-a:hover span, .nav .nav-item:hover span, .nav .nav-item.active.cuf, .nav-item-a:hover span { color: var(--main-color); }
	.nav .nav-item:hover .sub-nav, .nav .nav-item.active .sub-nav { opacity: 1; visibility: visible; transform: translate(0, 0); }
	.nav .nav-item { height: auto; flex-direction: column; border-bottom: solid 1px var(--border-color); }
	.nav .nav-item .sub-nav { position: relative; padding: 0px; margin: 0; top: 0; left: 0; transform: translateY(0px); opacity: 1; visibility: visible; height: auto; display: none; }
	.nav .nav-item.active .sub-nav { display: block; }
	.nav .nav-item .sub-nav::before, .nav .nav-item .sub-nav::after { display: none; opacity: 0; }
	.nav .nav-item.active::before, .nav .nav-item:hover::before, .nav .nav-item.active.cuf:hover::before { width: 100%; }
	.nav .nav-item .sub-nav-item { background-color: #fff; box-shadow: none; padding: 16px 24px; flex-direction: column; gap: 0; height: auto; border-top: solid 1px var(--border-color) }
	.nav .nav-item .sub-nav-item::before { display: none; }
	.nav .nav-item .sub-nav-item a { border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin: 0; padding: 12px 0 12px 12px; text-align: left; }
	.nav .nav-item .sub-nav-item a:last-child { border-bottom: 0; }
	.nav .nav-item .sub-nav-item a::before { bottom: 0; }
	.nav .nav-item .sub-nav-item a:hover::before { width: 100%; }
	#nav .nav { flex-direction: column; height: auto; }
	.nav { flex: none; }
}
@media screen and (max-width:768px) {
	.wrapper { padding-left: 24px; padding-right: 24px; }
	.web-title { flex-direction: column; align-items: center; justify-content: center; }
	.swiper-btn, .swiper-btn::after { width: 40px; height: 40px; }
	#banner { height: 120px; }
	.place { border-bottom: 0; margin-bottom: 0; padding-top: 12px; padding-bottom: 12px; }
	.web-title > div { text-align: center; }
	.swiper-tool { padding-top: 16px; }
	.text img { width: 100%; }
	#banner .banner-txt { font-size: 18px; }
	.list.pro-list { grid-template-columns: repeat(2, 1fr); }
	.contact .t span { font-size: 20px; }
}
@media screen and (max-width:640px) {
	.text p:not(:last-child) { margin-bottom: 0; }
	.more, .more::after { width: 100%; }
	.list-txt .name { font-size: 16px; }
	.list.honor-list { grid-template-columns: repeat(2, 1fr); }
	.list.products-list { grid-template-columns: repeat(1, 1fr); }
}
@media screen and (max-width:480px) { }

/*******************************
-------[=首页------
********************************/
#index-section1, #index-section1 .swiper-container { z-index: 1; width: 100%; height: calc(100vh - var(--header-height)); }
#index-section1 { position: relative; margin-top: var(--header-height); }
#index-section1 .swiper-container { position: fixed; }
#index-section1 img.index-section1-photo { width: 100%; height: 100%; object-fit: cover; z-index: 8; }
#index-section1 .index-section1-txt { opacity: 0; transition: all .4s; position: absolute; top: 50%; top: 60%; left: 50%; transform: translate(-50%, -50%); display: block; width: auto; height: auto; max-width: calc(100% - 150px); }
#index-section1 .ani-slide .index-section1-txt { opacity: 1; top: 50%; }
#index-section1 .swiper-btn { background: #fff; border-radius: 50%; width: 45px; height: 45px; }
#index-section1 .swiper-btn .arrow::before { border-color: #000; }
#index-section1 .swiper-btn:after { content: ""; position: absolute; z-index: -1; background: rgba(255, 255, 255, 0.2); width: 100%; height: 100%; border-radius: 50%; left: 0; top: 0; }
#index-section1 .swiper-btn:hover:after { transform: scale(1.8); }
#index-section1 .swiper-btn.prev { left: 4.32%; }
#index-section1 .swiper-btn.next { right: 4.32%; }
#index-section1 .swiper-pagination { left: 50%; transform: translateX(-50%); bottom: 20px; display: flex; align-items: center; justify-content: center; width: auto; height: 22px; background: rgba(0, 0, 0, 0.1); border-radius: 11px; padding-left: 16px; padding-right: 16px; }
#index-section1 .swiper-pagination-bullet { background: #fff; opacity: 1 !important; width: 6px; height: 6px; }
#index-section1 .swiper-pagination-bullet-active { background: transparent; width: 10px; height: 10px; border: 2px solid #fff; }
#index-section1 .video { width: 100%; height: 100%; }
#index-section1 .video video { width: 100%; height: 100%; object-fit: cover; }
#body.index { position: relative; z-index: 2; background-color: #fff; }
#index-about { background: #F4F3F1; }
#index-about .wrapper { padding-top: var(--gap-30); }
.index-about { display: grid; grid-template-columns: 640px 1fr; background: #fff; border-radius: 16px; padding: var(--gap-30); }
.index-about .txt { padding-left: var(--gap-60); display: flex; flex-direction: column; justify-content: center; }
.index-about .txt .web-title { padding-top: 0; padding-bottom: 0; }
.index-about .txt .web-title .main { order: 2; color: var(--main-color); }
.index-about .txt .txt-info { -webkit-line-clamp: 4; margin-top: 18px; margin-bottom: var(--gap-40); }
.index-about .txt .txt-info, .index-about .txt .txt-info * { font-size: 16px; line-height: 2; color: var(--color-3) !important; }
.index-about .txt .more { margin-top: 0; }
#index-products { background: url(../images/index-products.png) center bottom no-repeat #F4F3F1; }
#index-products .swiper-container img.products-shadow { filter: drop-shadow(2px 5px 13px rgba(0, 0, 0, 0.25)); display: block; width: auto; height: 240px; }
#index-products .swiper-slide { display: flex; justify-content: center; padding-bottom: 60px; }
.index-products { position: relative; display: flex; align-items: center; width: auto; margin-left: auto; margin-right: auto; gap: var(--gap-80); }
.index-products .name { font-size: 32px; color: var(--color-3); position: relative; }
.index-products .name::after { content: ""; display: block; position: absolute; z-index: -1; left: 0; right: 0; bottom: 0; height: 16px; border-radius: 2px; margin-top: -10px; background: #fFDC00; }
.index-products .more-spotlight { display: none; opacity: 0; }
#index-products .swiper-btn { top: 60%; }
#index-tea { background: url(../images/index-tea.jpg) center center no-repeat fixed; background-size: cover; }
#index-tea .wrapper { height: 100%; padding-top: 30vh; padding-bottom: 30vh; }
.index-tea { display: flex; align-items: center; justify-content: space-between; }
.index-tea .left > div, .index-tea .p3 p { color: #fff; text-shadow: var(--text-shadow); }
.index-tea .p1 { font-size: 72px; }
.index-tea .p2 { font-size: 32px; margin-top: 12px; margin-bottom: 40px; }
.index-tea .p3 p { font-size: 18px; line-height: 2; color: #fff; }
.index-tea .right { display: grid; grid-template-columns: 210px 50px; column-gap: 24px; align-items: center; }
.index-tea .right .p { position: relative; display: flex; justify-content: space-around; }
.index-tea .right .p span { font-size: 26px; line-height: 40px; color: #fff; z-index: 1; }
.index-tea .right .p span:first-child { color: #FFDC00; }
.index-tea .right .p::after { content: ""; display: block; left: 0; right: 0; bottom: 0px; position: absolute; z-index: 0; height: 15px; border-radius: 4px; background: var(--main-color); }
.index-tea .right .arrow { width: 50px; height: 50px; border-radius: 50%; background: var(--main-color); }
.index-tea .right .arrow::before { width: 10px; height: 10px; border-width: 2px; left: 45%; border-color: #fff; }
.index-tea .right:hover .p::after { height: 40px; }
.index-tea .right:hover .arrow { transform: scale(0.8); }
#index-honor { position: relative; z-index: 1; }
#index-honor .swiper-container { height: 400px; }
#index-honor .swiper-container img { width: auto; }
#index-honor .swiper-btn.prev { left: 50%; margin-left: -750px; }
#index-honor .swiper-btn.next { right: 50%; margin-right: -750px; }
#index-honor .swiper-wrapper { align-items: center; }
#index-honor .swiper-slide { width: auto; display: flex; align-items: center; }
#index-honor .swiper-slide img { opacity: 0.4; filter: grayscale(1); transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; height: 80%; }
#index-honor .swiper-slide.swiper-slide-active img { opacity: 1; filter: grayscale(0); height: 100%; }
#index-garden { position: relative; }
#index-garden::before { content: ""; display: block; position: absolute; z-index: 0; left: 0; right: 0; top: 0; transform: translateY(-190px); height: 380px; background: url(../images/mountain.jpg) center center no-repeat; background-size: cover; }
#index-garden .list { grid-template-columns: repeat(4, 1fr); gap: var(--gap-40); }
#index-garden .list .images { padding-top: 75%; border-radius: 8px; }

/* 首页适配 */
@media screen and (max-width:1660px) {
	#index-section1 .swiper-btn.prev { left: 16px; }
	#index-section1 .swiper-btn.next { right: 16px; }
}
@media screen and (max-width:1540px) {
	.index-about { grid-template-columns: 45% 1fr; }
	.index-about .txt .txt-info { -webkit-line-clamp: 3; }
	#index-honor .swiper-btn.prev { left: 16px; margin-left: 0px; }
	#index-honor .swiper-btn.next { right: 16px; margin-right: 0px; }
	#index-products .swiper-btn.prev { left: 16px; }
	#index-products .swiper-btn.next { right: 16px; }
}
@media screen and (max-width:1370px) {
	.index-tea .p1 { font-size: 60px; }
	.index-tea .p2 { font-size: 24px; }
	#index-honor .swiper-slide { width: 100%; justify-content: center; }
	#index-honor .swiper-container img { width: 100%; object-fit: contain; }
}
@media screen and (max-width:1280px) {
	.index-products { flex-direction: column; gap: 0; }
	.index-products .name { margin-top: -60px; font-size: 30px; z-index: 10; }
	#index-garden .list { grid-template-columns: repeat(2, 1fr); }
	#index-garden .list .images { padding-top: 56.25%; }
}
@media screen and (max-width:1024px) {
	.index-about .txt { padding: 16px 24px; }
	.index-about .txt .txt-info { margin-top: 16px; margin-bottom: 16px; -webkit-line-clamp: 2; }
	#index-products .swiper-slide { padding-bottom: 40px; }
}
@media screen and (max-width:900px) {
	.index-about { grid-template-columns: 1fr; }
	.index-about .txt .txt-info { -webkit-line-clamp: 4; }
	#index-products .swiper-slide { padding-bottom: 40px; }
}
@media screen and (max-width:860px) {
	#index-section1, #index-section1 .swiper-container { height: 60vw; }
	#index-products .swiper-slide { padding-bottom: 20px; }
	#index-products .swiper-container img.products-shadow { width: calc(100% - 80px); object-fit: contain; }
	#index-tea { background-position-x: 35%; }
	#index-tea .wrapper { padding-top: 20vh; padding-bottom: 20vh; }
	.index-tea { flex-direction: column; align-items: flex-start; }
	.index-tea .p1 { font-size: 36px; }
	.index-tea .p2 { margin-bottom: 24px; font-size: 20px; }
	.index-tea .p3 p { font-size: 16px; line-height: 1.8; }
	.index-tea .right { margin-top: 32px; grid-template-columns: 180px 50px; }
	.index-tea .right .p span { font-size: 22px; }
	#index-honor .swiper-container { height: 20vh; }
}
@media screen and (max-width:768px) {
	#index-section1 .swiper-btn { display: none; }
	#index-about .wrapper { padding-left: 12px; padding-right: 12px; }
}
@media screen and (max-width:640px) {
	#index-honor .more { margin-left: 24px; margin-right: 24px; width: calc(100% - 48px); }
}
@media screen and (max-width:480px) { }