﻿/*
|           (0 0)
+=====oOO====(_)=========+
|   Powered By Anxin     |
|   Tel: 0572-5220701    |
|   Creation:2022.06.07  |
+=================oOO====+
|         |__|__|
|           || ||
|         ooO Ooo
*/
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; font-weight: 400; } body, html { position: relative; overflow-x: hidden } 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;} ::selection { background: #ddd; color: #111 } ::-webkit-scrollbar { width: 10px; height: 10px } ::-webkit-scrollbar-thumb { background-color: rgba(50, 50, 50, .25); border: 2px solid transparent; border-radius: 0px; background-clip: padding-box } ::-webkit-scrollbar-thumb:hover { background-color: rgba(50, 50, 50, .5) } ::-webkit-scrollbar-track { background-color: rgba(50, 50, 50, .05) } * { box-sizing: border-box } input, textarea { border: 0 } input::placeholder, textarea::placeholder { opacity: .5 } input:focus { border: 0; outline: 0; -webkit-box-shadow: 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-weight: 400; font-size: 18px; font-family: Arial, Helvetica, sans-serif; cursor: pointer }

/*超出的文字省略，要定义宽度*/
span.spanleft, .list-txt .name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block }
a, a:hover, :after, :before, .iconfont, .images, .images img, .list-li, .list-txt, .list-txt .name, .mobilemenu b, header, header *, #footer *, .wrapper, #banner, #banner img, .search img { -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; }
a:active { /*-webkit-transform: scale(.9); -moz-transform: scale(.9); -ms-transform: scale(.9); -o-transform: scale(.9); transform: scale(.9);*/ }

/*页面*/
* { font-size: 14px; font-weight: 400; box-sizing: border-box; }
body { background-color: #F5F5F5; }
.wrapper { margin: 0 auto; position: relative; }
.text { padding: 0; }
.text, .text p { color: #333; font-size: 14px; line-height: 1.5; word-wrap: break-word; }
.text p { margin-bottom: 15px; }
.text p:last-child { margin-bottom: 0; }
.text img { max-width: 100%; opacity: 1 !important; }
.txt-info { overflow: hidden; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }

/*-webkit-line-clamp: 8;*/
.txt-info * { -webkit-box-orient: horizontal; width: auto; display: inline !important; padding: 0; margin: 0; white-space: normal !important; word-wrap: normal !important; background: none !important; text-indent: 0 !important }
.txt-info img { display: none !important; opacity: 0; }

/*更多*/
.more { position: relative; width: 100%; display: flex; justify-content: center; }
.more a { width: 180px; height: 48px; background-color: #F4AB38; position: relative; display: flex; justify-content: center; align-content: center; align-items: center; border-radius: 24px; overflow: hidden; }
.more a:after { content: ""; display: block; position: absolute; z-index: 1; width: 100%; height: 100%; background: #b17b50; left: 0%; top: 0; transform: translateY(100%) }
.more span { position: relative; z-index: 2; font-size: 14px; font-weight: 500; color: #fff; letter-spacing: 1px; text-transform: uppercase; display: block; text-align: center; }
.more a:hover:after { transform: translateY(0) }
.more a:hover { }
.more a:hover span { color: rgba(255, 255, 255, 0.8); }
@media screen and (max-width:700px) {
	.more { display: block; }
	.more, .more a { width: 100%; margin: 0 auto }
}
.sy-btn { width: 266px; height: 68px; position: relative; background: #AB6824; border-radius: 10px; }
.sy-btn a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.sy-btn span { font-size: 24px; color: #fff; position: relative; z-index: 2; }
.sy-btn a:hover { background-color: #cf7f2e; }

/*******************************
-------[=返回顶部-------
********************************/
.toTop { position: fixed; z-index: 9; bottom: 0px; width: 50px; height: 50px; text-align: center; line-height: 50px; padding: 0; right: 0; background-color: #222; cursor: pointer; display: none; opacity: 0.7 !important; }
.toTop:before { content: ""; margin-top: 20px; margin-left: 15px; display: block; width: 15px; height: 15px; border-right: 3px solid #fff; border-top: 3px solid #fff; pointer-events: auto; transform: rotate(-45deg); }
.toTop:hover { background: #AB6824; opacity: 1 !important }
.toTop:active { background: #000; -webkit-transform: scale(.9); -moz-transform: scale(.9); -ms-transform: scale(.9); -o-transform: scale(.9); transform: scale(.9); }

/*******************************
-------[=表单-------
********************************/
.select { position: relative; height: 36px; }
.select:after { content: ""; display: block; width: 6px; height: 6px; border-right: 1px solid #333; border-bottom: 1px solid #333; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); pointer-events: auto; position: absolute; z-index: 2; right: 20px; top: 16px; }
.select .placeholder { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; line-height: 46px; padding: 0 15px; box-sizing: border-box; cursor: pointer; text-align: left }
.select.is-open ul { display: block; }
.select.is-open:after { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.select ul { display: none; position: absolute; z-index: 100; overflow: hidden; width: 100%; top: 100%; left: 0; margin: 0 0 0 -1px; padding: 0; max-height: 240px; overflow-x: hidden; overflow-y: auto }
.select ul li { display: block; float: none !important; width: 100% !important; margin: 0; cursor: pointer; border-bottom: solid 1px #ECECEC; padding: 0 0 0 15px; box-sizing: border-box !important; text-align: left; font-size: 15px; line-height: 46px; }
.select ul li a { color: #fff; display: block; margin-left: -15px; padding-left: 15px; }
.select ul li.active a, .select ul li a:hover { }
.form { display: flex; flex-flow: row wrap; justify-content: space-between; }
.form .form-group { margin-bottom: 25px; width: 32%; }
.form .form-group.all { width: 100%; }
.form .form-group:last-child { margin-bottom: 0; }
.form .input-group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.form .input-group .sy-input { background: none; border: 1px solid #C39262; border-radius: 10px; color: #AB6824; box-sizing: border-box; flex: 1; height: 50px; font-size: 14px; vertical-align: middle; padding: 12px 16px; }
.form .input-group .sy-input::placeholder { color: #AB6824; opacity: 0.4; }
.form .input-group .sy-textarea { height: auto; }
.sy-button { width: 260px; height: 60px; background: #AB6824; border-radius: 10px; display: flex; justify-content: center; align-items: center; font-size: 24px; font-weight: 500; color: #fff; border: 0; cursor: pointer; margin: 0 auto; text-transform: uppercase; }
.sy-button:hover { background: #c37424; }

/*******************************
-------[=图片切换-------
********************************/
.swiper-container img { display: block; width: 100%; height: 100%; }
.swiper-btn { display: block; width: 66px; height: 66px; background: rgba(0, 0, 0, 0.3); text-align: center; cursor: pointer; position: absolute; top: 50%; border-radius: 50%; margin-top: -33px; }
.swiper-btn:before { content: ""; position: absolute; display: block; width: 20px; height: 20px; border-right: 3px solid rgba(255, 255, 255, 0.6); border-top: 3px solid rgba(255, 255, 255, 0.6); pointer-events: auto; left: 50%; top: 50%; }
.swiper-btn.swiper-button-disabled { opacity: 0.65; cursor: not-allowed; }
.prev.swiper-btn { left: 5%; }
.prev.swiper-btn:before { transform: translate(-40%, -50%) rotate(-135deg); }
.next.swiper-btn { right: 5%; }
.next.swiper-btn:before { transform: translate(-70%, -50%) rotate(45deg); }

/*******************************
-------[=列表-------
********************************/
.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; }
.list { overflow: hidden; position: relative; z-index: 1; }
.list .list-ul { margin-right: -20px; margin-bottom: -20px; }
.list .list-ul:after { content: ""; display: table; clear: both; }
.list .list-li { float: left; margin-right: 20px; margin-bottom: 20px; position: relative; }
.list .list-li .images { padding-top: 100%; }
.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); }
.list-txt { box-sizing: border-box; position: relative; z-index: 1; text-transform: capitalize; padding-top: 12px; padding-bottom: 12px; }
.list-txt .name { color: #000; font-size: 16px; font-weight: 400; }
.list-txt .info { -webkit-line-clamp: 1; margin-top: 8px; }
.list-txt .info, .list .list-txt .info * { color: #999; line-height: 2.14 !important; }
.list .all { display: block; position: relative; z-index: 2 }
.list.list-border .list-li:after { content: ""; display: block; position: absolute; z-index: 1; width: calc(100% - 2px); height: calc(100% - 2px); left: 0; top: 0; right: 0; bottom: 0; border: 1px solid #C2A78C; }

/*******************************
-------[=页码-------
********************************/
.main-page { position: relative; z-index: 1; width: auto; height: 122px; padding-top: 0; padding-bottom: 72px; text-transform: capitalize; display: flex; justify-content: center; font-size: 14px; }
.main-page .page, .main-page .jump { display: flex; align-items: center; }
.main-page a { border: 1px solid rgba(196, 147, 102, 0.8); line-height: 38px; min-width: 40px; text-align: center; height: 40px; margin: 0 5px; color: rgba(196, 147, 102, 0.8); border-radius: 3px; position: relative; display: flex; justify-content: center; align-items: center; }
.main-page a.active, .main-page a:hover { border-color: #C49366; background-color: #C49366; color: #fff; }
.main-page a.active .icon, .main-page a:hover .icon { border-color: #fff; }
.main-page a.disabled { cursor: not-allowed; border: 0; }
.main-page a.disabled:hover { background: none; color: rgba(196, 147, 102, 0.8); }
.main-page a .icon { display: block; width: 8px; height: 8px; border-right: 1px solid rgba(196, 147, 102, 0.8); border-top: 1px solid rgba(196, 147, 102, 0.8); pointer-events: auto; }
.main-page .prev, .main-page .next { min-width: 80px; justify-content: space-between; padding-left: 12px; padding-right: 10px; }
.main-page .prev .icon { transform: rotate(-135deg); }
.main-page .next .icon { transform: rotate(45deg); }
.main-page .jump { margin-left: 25px; }
.main-page .jump span { color: rgba(196, 147, 102, 0.8); white-space: nowrap; }
.main-page .jump .form-control { width: 58px; height: 40px; padding: 0; border-radius: 3px; text-align: center; margin: 0 7px; border: 0; background: rgba(196, 147, 102, 0.8); color: #fff; }
.main-page .jump .form-control::placeholder { color: #fff; opacity: 0.6; }
.main-page .jump .btn { width: 58px; height: 40px; background: #C49366; border: 0; border-radius: 3px; text-align: center; color: #fff; margin-left: 10px; text-transform: uppercase; cursor: pointer; }
@media screen and (max-width:700px) {
	.main-page { flex-direction: column; align-items: center; height: auto; padding-top: 16px; padding-bottom: 32px; }
	.main-page .page { width: 100%; justify-content: center; }
	.main-page .page { margin-bottom: 16px }
}
@media screen and (max-width:600px) {
	.main-page .page .prev span, .main-page .page .next span { display: none; opacity: 0; }
	.main-page .prev, .main-page .next { min-width: 40px; }
	.main-page .prev .icon { margin-left: 4px; }
}

/*******************************
-------[=页面底部------
********************************/
#footer { position: relative; background: url(../images/footer.jpg) }
#footer .footer { display: flex; justify-content: space-between; align-items: center; padding-top: 36px; padding-bottom: 36px; position: relative; }
#footer .footer .logo { width: 240px; height: 60px; }
#footer .footer .footer-t { font-size: 24px; color: #666; font-weight: 300; text-transform: uppercase; width: 100%; text-align: left; margin-bottom: 12px; }
#footer .footer .footer-right { flex: 1; padding-left: 5vw; display: flex; align-items: flex-start; justify-content: space-between; }
#footer .footer .footer-nav a { display: block; font-size: 16px; color: rgba(102, 102, 102, 0.76); margin-bottom: 10px; text-transform: capitalize; }
#footer .footer .footer-co { flex: 1; display: flex; flex-flow: row wrap; margin-left: 3.75vw; }
#footer .footer .footer-co .block { margin-bottom: 14px; }
#footer .footer .footer-co .block .p1 { display: flex; align-items: center; color: #9B6E3B; }
#footer .footer .footer-co .block .p1 img { margin-right: 8px; }
#footer .footer .footer-co .block .p2 { padding-left: 46px; color: rgba(102, 102, 102, 0.76); line-height: 24px; white-space: normal; word-break: break-all; }
#footer .footer .footer-co .block:nth-child(even) { width: 30%; }
#footer .footer .footer-co .block:nth-child(odd) { width: 70%; }
#footer .footer #footer-qrcode { display: flex; flex-flow: row wrap; width: 332px; }
#footer .footer .footer-qrcode { width: 150px; display: flex; flex-direction: column; margin-left: 16px; }
#footer .footer .footer-qrcode img { display: block; width: 100%; height: auto; }
#footer .footer .footer-qrcode p { color: rgba(102, 102, 102, 0.67); text-align: center; }
#footer .footer .footer-qrcode-icon { width: 100%; display: flex; margin-top: 10px; padding-left: 16px; }
#footer .footer .footer-qrcode-icon a { margin-right: 16px; }
#footer #copyright { width: 100%; background-color: #8F653B; }
#footer #copyright .wrapper { display: flex; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; }
#footer #copyright .wrapper p, #footer #copyright .wrapper a { color: rgba(255, 255, 255, 0.8); }

/*******************************
-------[=页面------
********************************/
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; z-index: 100; left: 0; top: 0; }
#header { height: 100px; background: #fff; }
#header .wrapper.hide { -webkit-transform: scale(0) !important; -ms-transform: scale(0) !important; transform: scale(0) !important; opacity: 0 !important; }
#header .wrapper { padding-right: 150px; }
#logo { width: 450px; height: 100%; }
.logo, .logo a { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 100%; }
.logo { background: url(../images/logo.png) left center no-repeat; background-size: contain; }
#nav { display: flex; justify-content: space-between; }
.nav .nav-ul { flex-flow: row wrap; width: 100% }
.nav .mainlevel { position: relative; z-index: 10; display: flex; justify-content: center; }
.nav .mainlevel a { color: #666; text-decoration: none; padding: 0 1.5vw; display: flex; align-items: center; position: relative; z-index: 2; text-transform: capitalize; }
.nav .mainlevel a:before { content: ""; position: absolute; z-index: 1; width: 100%; height: 60px; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid #E09F5C; border-radius: 30px; display: none; }
.nav .mainlevel a span { position: relative; z-index: 2; font-size: 16px; font-weight: 400; text-transform: uppercase; }
.nav .mainlevel.active a span, .nav .mainlevel a:hover span { color: #C49366; }
.nav .mainlevel.active a:before, .nav .mainlevel a:hover:before { display: block; }
.nav .mainlevel.active.cuf a span { color: #666; }
.nav .mainlevel.active.cuf a:before { display: none; }
.nav .mainlevel.active.cuf ul { display: none; }
.nav .mainlevel:last-child ul { left: auto; transform: translateX(0); right: 0; }
.sub-mainlevel a:before { display: none; }
.nav .mainlevel ul { display: none; opacity: 1 !important; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); }
.nav .mainlevel .sub-mainlevel { display: flex; align-items: center; }
.nav .mainlevel .sub-mainlevel a { display: flex; flex-direction: column; align-items: center; padding-top: 32px; }
.nav .mainlevel .sub-mainlevel a:before { display: none; opacity: 0; }
.nav .mainlevel .sub-mainlevel a .nav-pro-img { width: 150px; height: 150px; border-radius: 50%; }
.nav .mainlevel .sub-mainlevel a .txt { display: flex; justify-content: center; align-items: center; text-align: center; font-size: 16px; color: #fff; width: 100%; height: 56px; text-transform: uppercase; }
.nav .mainlevel ul li ul { display: none; transform: scale(0) }
.search { display: flex; align-items: center; }
.search img { cursor: pointer; }
.search-box { position: absolute; top: 0; width: 100%; height: 100%; left: 0; transition: all 0.5s; transform: scale(0); opacity: 0; z-index: -10; display: flex; justify-content: center; align-items: center; }
.search-box.search-show { transform: scale(1); opacity: 1; z-index: 1200; }
.search-box .box { width: 650px; margin: 0 auto; position: relative; display: flex; align-content: space-between; align-items: center; }
.search-box .form { width: 90%; height: 40px; margin-top: 0; margin-bottom: 0; border: 1px solid rgba(196, 147, 102, 0.8); }
.search-box .form form { width: 100%; height: 100%; display: flex; align-content: space-between; align-items: center; }
.search-box .form .text { flex: 1; font-size: 14px; height: 40px; line-height: 40px; padding: 0 20px; background-color: transparent; color: #333; }
.search-box .form .text::placeholder { color: #333; opacity: 0.5; }
.search-box .form .submit { width: 40px; height: 40px; font-size: 0; background-color: transparent; background: url(../images/h-search.png) center center no-repeat; background-size: 18px 18px; cursor: pointer; }
.search-box .search-close { width: 45px; height: 45px; cursor: pointer; transition: all 0.3s; padding: 15px 0 0 15px }
.search-box .search-close:hover:before, .search-box .search-close:hover:after { background: #C0890B }
.search-box .search-close:before, .search-box .search-close:after { content: ""; display: block; width: 25px; height: 2px; background: rgba(196, 147, 102, 0.8); position: absolute; top: 45%; }
.search-box .search-close:before { transform: rotate(45deg); }
.search-box .search-close:after { transform: rotate(-45deg); }
.lang { position: absolute; right: 0; background-color: #A67645; display: flex; flex-direction: column; -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; }
.lang a { display: block; text-align: center; text-transform: capitalize; color: #fff; padding: 4px 10px; }
#sub-mainlevel { position: fixed; z-index: 9; left: 0; top: 100px; width: 100%; height: 260px; background: rgba(192, 165, 137, 0.81); display: none; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); }
header.fixed { box-shadow: 0px 2px 4px rgba(122, 122, 122, 0.1); }
header.fixed #header { height: 60px; }
header.fixed #header .wrapper { padding-right: 180px; }
header.fixed .nav .mainlevel:after { height: 30px; margin-top: -15px; }
header.fixed .nav .mainlevel a span { font-size: 14px; }
header.fixed #logo { width: 240px; }
header.fixed .nav .mainlevel a:before { height: 30px; }
header.fixed .nav .mainlevel.active ul { display: none; }
header.fixed .lang { flex-direction: row; margin-left: 2vw; }
header.fixed #sub-mainlevel { top: 60px; }
header.fixed .search img { transform: scale(0.6) }
.pc-img { display: block !important; }
.mobile-img { display: none !important; }
.sy-title { position: relative; padding-top: 36px; padding-bottom: 36px; }
.sy-title .main, .sy-title .secondary { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.sy-title .main { font-size: 24px; font-weight: 400; color: #333; text-transform: uppercase; flex-direction: row; justify-content: center; }
.sy-title .main:before { content: ""; display: inline-block; width: 6px; height: 27px; border-radius: 3px; background-color: #AB6824; margin-right: 12px; }
.sy-title .secondary { font-size: 20px; color: #ACAAAB; text-transform: uppercase; margin-top: 15px; }
#banner { margin-top: 100px; }
#banner img { width: 100%; height: auto; display: block; }
#main { background: #fff; }
.products-chs, .products-en { padding-bottom: 32px; }
.products-chs .text p, .products-en .text p { font-size: 16px; font-weight: 300; color: #333; line-height: 1.8; }
.products-chs .text table, .products-en .text table { max-width: 100% !important; width: auto; margin: 10px auto; }
.products-chs .text table td, .products-en .text table td { border: solid 1px #ccc !important; word-wrap: break-word !important; font-size: 14px !important; padding: 10px !important; min-width: 50px; max-width: auto !important; line-height: 30px !important; vertical-align: middle !important }
.products-chs .text table * { word-wrap: break-word !important; font-size: 16px !important; font-weight: 400 !important; color: #111 !important; line-height: 30px !important }
.products-chs .text table td img, .products-en .text table td img { width: auto; margin: 0 auto; max-width: 100%; }

/*film-colors*/
.film-colors.list .list-ul { margin-right: -64px; margin-bottom: -64px; }
.film-colors.list .list-li { width: calc(20% - 64px); margin-right: 64px; margin-bottom: 64px; }
.film-colors.list .list-txt .name { text-align: center; text-transform: uppercase; }

/*关于我们*/
.about1 { background-color: #FCF9F4; display: flex; align-items: center; }
.about1 .txt { flex: 1; padding-left: calc((100vw - 89%) / 2); padding-right: 3.8vw; }
.about1 .txt .t { font-size: 36px; font-weight: 600; color: #9B6F3A; margin-bottom: 40px; text-transform: capitalize; }
.about1 .img { width: 47%; height: 100%; overflow: hidden; }
.about1 .img img { display: block; width: auto; height: 100%; }
#about2 { padding-bottom: 46px; }
.about2 { background: url(../images/about2.png) center bottom no-repeat; background-size: 100% auto; padding-left: 6.5%; padding-right: 6.5%; padding-bottom: 90px; margin-bottom: 24px; }
.about2 .swiper-btn { display: none; z-index: 2; }
.about2 .swiper-slide .images { padding-top: 140%; border: 10px solid #9B6E3B; box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.12); }
.about2 .swiper-slide .list-txt .name { text-align: center; }
#about3 { background-color: #FCF9F4; padding-top: 90px; padding-bottom: 90px; }
#about3 .wrapper { }
.about3 { display: flex; justify-content: space-between; width: 100%; height: 655px; }
.about3 .swiper-container { margin: 0; }
.about3 .bigPhoto { width: 75%; }
.about3:after { content: ""; display: block; width: 1px; height: calc(100% - 80px); background: rgba(234, 234, 234, 0.79); position: absolute; left: calc(75% + 30px); top: 40px; bottom: 40px; }
.about3 .smallPhoto { width: 19%; position: relative; margin-top: 40px; margin-bottom: 40px; }
.about3 .smallPhoto .swiper-wrapper { }
.about3 .smallPhoto .swiper-slide { cursor: pointer; }
.about3 .smallPhoto .swiper-slide:after { content: ""; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); transform: scale(0) }
.about3 .smallPhoto .swiper-slide.swiper-slide-thumb-active:after { transform: scale(1); }
.about3 .arrow { background: url("../images/about3-arrow1.png") no-repeat; width: 28px; height: 26px; cursor: pointer; position: absolute; top: 40px; right: 10%; }
.about3 .arrow.next { background: url("../images/about3-arrow2.png") no-repeat; top: auto; bottom: 40px; }
.about3 .arrow.swiper-button-disabled { opacity: 0.4; cursor: not-allowed; }

/*联系*/
#contact .wrapper { width: 72%; }
.contact { display: flex; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.19); margin-bottom: 90px; }
.contact .t { font-size: 24px; font-weight: 600; color: #fff; text-transform: uppercase; width: 100%; }
.contact .t:after { content: ""; display: block; width: 40px; height: 3px; background-color: #fff; margin-top: 23px; margin-bottom: 50px; }
.contact .info, .contact .form { padding: 5%; }
.contact .info { background-color: #A67645; width: 50%; }
.contact .info .item { display: flex; margin-bottom: 30px; }
.contact .info .item .icon { width: 66px; height: 66px; border-radius: 50%; background: rgba(255, 255, 255, 0.3); position: relative; }
.contact .info .item .icon img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 48px; height: 48px; }
.contact .info .item .txt { flex: 1; padding-left: 20px; text-transform: uppercase; color: #fff; }
.contact .info .item .txt .p1 { font-size: 24px; font-weight: 600; }
.contact .info .item .txt .p2 { margin-top: 6px; font-size: 16px; line-height: 1.5; color: rgba(255, 255, 255, 0.64); white-space: normal; word-break: break-all; }
.contact form { flex: 1; }
.contact .form { flex: 1; }
.contact .form .t { color: #A67645; }
.contact .form .t:after { background-color: #A67645; }
.contact .form .input-group { width: 100%; }
.map #gaodi-map { width: 100%; height: 500px; z-index: 1; }
.map .icon { background: url(../images/map-icon.png) no-repeat; }
.map .icon-cir { width: 63px; height: 67px; }
.map .icon-cir-red { background-position: 0 0; }
.map .amap-info { width: 450px; }
.map .amap-info-content { padding: 20px 28px 20px 20px; }
.mapInfo { width: 100%; }
.map .amap-info-content h5, .mapInfo h6 { font-size: 18px; line-height: 20px; color: #333; font-weight: 600; margin-bottom: 10px; }
.map .amap-info-content div, .mapInfo p { font-size: 14px; line-height: 1.6em; color: #666 }
.amap-icon { background: url("../images/amap-icon.png") no-repeat; width: 35px !important; height: 35px !important; transform: translate(-10px, 0); }
.amap-icon img { display: none !important; }
@media screen and (max-width:800px) {
	.map #gaodi-map { height: 50vh }
	.map .amap-info-content { width: 80vw }
}
@media screen and (max-width:600px) {
	.map .amap-info { width: 80vw; }
}

/*******************************
-------[=首页------
********************************/
#index-col1 { display: block; position: relative; width: 100%; margin-top: 100px; }
.index-banner { width: 100%; position: relative; z-index: 1; height: auto; }
.index-banner.swiper-container { padding-bottom: 0; }
.index-banner .swiper-wrapper { z-index: 1; }
.index-banner .swiper-btn { z-index: 5; top: 50%; display: none; }
.index-banner .swiper-btn.prev { left: 2% }
.index-banner .swiper-btn.next { right: 2% }
.index-banner .swiper-btn:after { content: ""; position: absolute; background: rgba(255, 255, 255, 0.2); width: 100%; height: 100%; border-radius: 50%; left: 0; top: 0; }
.index-banner .swiper-btn:hover:after { transform: scale(1.5); }
.index-banner .swiper-pagination { bottom: 32px; }
.index-banner .swiper-pagination-bullet { opacity: 1; position: relative; width: 50px; height: 2px; border-radius: 1px; margin: 0 5px !important; background-color: rgba(255, 255, 255, 0.3); transition: background-color .3s ease; }
.index-banner .swiper-pagination-bullet::before { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(196, 147, 102, 0.8); transform: scaleX(0); transform-origin: 0 0; }
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before { animation: sliderPagination 4s linear forwards }
.index-banner .swiper-pagination-bullet:hover { background-color: #A88F76; }
@keyframes sliderPagination {
	100% { transform: scaleX(1); opacity: 1; }
}
.index-banner-arrow { width: 30px; height: 30px; position: absolute; z-index: 10; left: 50%; margin-left: -15px; bottom: 15px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; opacity: 0; }
.index-banner-arrow:after { content: ""; display: block; border-right: solid 1px #fff; border-bottom: solid 1px #fff; width: 7px; height: 7px; transform: rotate(45deg); animation: arrow 0.8s infinite; margin-bottom: 5px; }
@keyframes arrow {
	0% { margin-bottom: 5px; }
	100% { margin-bottom: 0; }
}
#index-col2 { background-color: #FCF9F4; padding-bottom: 72px; }
.index-pro .swiper-slide { position: relative; }
.index-pro .swiper-slide img { display: block; width: 100%; height: auto; z-index: 1; }
.index-pro .swiper-slide .txt { width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; display: flex; align-items: center; padding: 9%; font-size: 24px; font-weight: 300; line-height: 1.5; color: #fff; }
#index-col3 { background-color: #fff; padding-top: 48px; }
.index-company { width: 100%; }
.index-company img { display: block; width: 100%; }
.index-about { display: flex; justify-content: space-between; align-items: flex-start; margin-top: 100px; margin-bottom: 100px; }
.index-about .txt { width: 49%; }
.index-about .txt .t { font-size: 26px; color: #333; border-bottom: solid 1px #DCC1AE; margin-bottom: 26px; padding-bottom: 38px; }
.index-about .txt .t span { font-size: 26px; color: #b17b50; }
.index-about .txt .text { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 10; }
.index-about .txt .more { justify-content: flex-start; margin-top: 56px; }
.index-about .img { width: 44%; padding-right: 12px; padding-bottom: 12px; position: relative; }
.index-about .img img { width: 100%; position: relative; z-index: 2; display: block; }
.index-about .img:after { content: ""; display: block; position: absolute; z-index: 1; width: calc(100% - 12px); height: calc(100% - 12px); background: #C2C2C2; right: 0; bottom: 0; }
#index-col4 { background: rgba(252, 249, 244, 0.75); padding-top: 95px; padding-bottom: 95px; }
.index-certificate.list .list-li { width: calc(25% - 20px); }
.index-certificate.list .images { padding-top: 140%; }
.index-certificate.list .all { padding: 16px; }
.index-certificate.list .list-txt .name { text-align: center; }
#index-col5 { background-color: #fff; padding-top: 36px; padding-bottom: 90px; }
#index-col5 .form { display: flex; justify-content: space-between; }
#index-col5 .form .block { width: calc((100% - 20px) / 2) }
#index-col5 .form .input-group .sy-input { height: 90px; font-size: 24px; }
#index-col5 .form .input-group .sy-textarea { height: 310px; }
#index-col5 .form .sy-button { margin-top: 56px; }

/*******************************
-------[=自适应------
********************************/
.body-overlay { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; width: 100%; height: 100%; display: none; background: rgba(0, 0, 0, 0.2); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.top .close { width: 25px; height: 25px; position: absolute; z-index: 1001; top: 16px; right: 16px; display: none; cursor: pointer; }
.mobilemenu { width: 40px; height: 40px; padding: 9px 0 0 15px; position: absolute; z-index: 1001; right: 20px; top: 50%; margin-top: -20px; display: none; cursor: pointer; }
.mobilemenu b { width: 25px; height: 2px; background-color: #C49366; display: block; margin-bottom: 8px; }
.mobilemenu b:nth-child(2) { margin-left: 10px; width: 15px; }
.mobilemenu.close { border: 0; }
.mobilemenu.close b { position: absolute; width: 25px; top: 19px; }
.mobilemenu.close b:nth-child(2) { display: none; }
.mobilemenu.close b:nth-child(1), .top .close b:nth-child(1) { -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.mobilemenu.close b:nth-child(3), .top .close b:nth-child(2) { -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.wrapper { width: 89%; }
@media screen and (max-width:1900px) {
	.wrapper { width: 92%; }
	.index-about .txt .text { -webkit-line-clamp: 9; }
	.about1 .txt { padding-left: calc((100vw - 92%) / 2); }
	#about3 { padding-top: 50px; padding-bottom: 50px; }
	.about3 { height: 600px; }
	.contact .info, .contact .form { padding: 4%; }
	#about .wrapper, #contact .wrapper { width: 80% }
}
@media screen and (max-width:1700px) {
	#footer .footer .footer-co .block:nth-child(even), #footer .footer .footer-co .block:nth-child(odd) { width: 100%; margin-bottom: 16px; }
}
@media screen and (max-width:1440px) {
	.wrapper, #index-col4 .wrapper, #index-col5 .wrapper { width: 100%; padding-left: 16px; padding-right: 16px; }
	.lang { right: 16px; }
	#index-col2 { padding-bottom: 48px; }
	.index-pro .swiper-slide .txt { font-size: 20px; }
	.index-about { margin-top: 72px; margin-bottom: 64px; }
	.index-about .txt .t { margin-bottom: 16px; padding-bottom: 26px; ; }
	.index-about .txt .t, .index-about .txt .t span { font-size: 22px; }
	.index-about .txt .more { margin-top: 32px; }
	#index-col4 { padding-top: 64px; padding-bottom: 64px; }
	#index-col5 { padding-top: 32px; padding-bottom: 64px; }
	#index-col5 .form .input-group .sy-input { height: 60px; font-size: 20px; }
	#index-col5 .form .input-group .sy-textarea { height: 220px; }
	#index-col5 .form .sy-button { margin-top: 32px; }
	#footer .footer .logo { width: 300px; }
	#footer .footer .footer-qrcode { width: 120px; }
	#footer .footer .footer-co .block { display: flex; align-items: flex-start; }
	#footer .footer .footer-co .block .p1 { width: 90px; }
	#footer .footer .footer-co .block .p2 { padding-left: 0; flex: 1; }
	.film-colors.list .list-ul { margin-right: -32px; margin-bottom: -32px; }
	.film-colors.list .list-li { width: calc(20% - 32px); margin-right: 32px; margin-bottom: 32px; }
	.about1 .txt { padding-left: 16px; padding-right: 24px; padding-top: 24px; padding-bottom: 24px; }
	.about1 .txt .t { font-size: 30px; margin-bottom: 32px; }
	.about2 { padding-left: 7%; padding-right: 7%; padding-bottom: 70px; }
	#about3 { padding-top: 32px; padding-bottom: 32px; }
	.about3 .arrow { top: 32px }
	.about3 .arrow.next { bottom: 32px; }
	.about3 { height: 500px; }
	.about3:after { top: 32px; margin-bottom: 32px; height: calc(100% - 64px); }
	.about3 .smallPhoto { width: 18%; }
	.contact { margin-bottom: 50px; }
	.contact .info, .contact .form { padding: 3%; }
	#about .wrapper, #contact .wrapper { width: 100% }
}
@media screen and (max-width:1366px) {
	#logo { width: 400px; }
	#header .wrapper { padding-right: 100px; }
	header.fixed #header .wrapper { padding-right: 160px; }
	.sy-title { padding-top: 24px; padding-bottom: 24px; }
	.list .list-ul { margin-right: -16px; margin-bottom: -16px; }
	.list .list-li { margin-right: 16px; margin-bottom: 16px; }
	.form .input-group { margin-bottom: 16px; }
	.index-about { margin-top: 32px; margin-bottom: 32px; }
	.index-about .txt .text { -webkit-line-clamp: 9; }
	#index-col3 { padding-top: 24px; }
	#index-col4 { padding-top: 32px; padding-bottom: 32px; }
	#index-col5 { padding-top: 16px; padding-bottom: 32px; }
	#index-col5 .form .input-group .sy-input { height: 50px; font-size: 16px; }
	#index-col5 .form .input-group .sy-textarea { height: 180px; }
	#index-col5 .form .sy-button { margin-top: 0px; }
	.sy-button { width: 240px; height: 50px; font-size: 16px; }
	#footer .footer .logo { width: 240px; }
	.index-certificate.list .list-li { width: calc(25% - 16px) }
	.film-colors.list .list-ul { margin-right: -16px; margin-bottom: -16px; }
	.film-colors.list .list-li { width: calc(20% - 16px); margin-right: 16px; margin-bottom: 16px; }
	#about2 { padding-bottom: 32px; }
	.about2 { padding-bottom: 60px; }
	.about2 .swiper-btn { display: block; }
	.about2 .prev.swiper-btn { left: 16px; }
	.about2 .next.swiper-btn { right: 16px; }
	.contact .info, .contact .form { padding: 16px 32px; }
	.contact .t, .contact .info .item .txt .p1, #footer .footer .footer-t { font-size: 20px; }
	.contact .t:after { margin-top: 24px; margin-bottom: 24px; }
	.contact .info .item .icon { width: 55px; height: 55px; }
	.contact .info .item .icon img { width: 36px; height: 36px; }
	.products-en .text img, .products-chs .text img { display: block; width: 100% !important; height: auto !important; }
}
@media screen and (max-width:1280px) {
	#logo { width: 240px; }
	.nav .mainlevel a:before { height: 48px; }
	.index-pro .swiper-slide .txt { font-size: 16px; }
	.index-about { margin-bottom: 0; }
	.index-about .txt .text { -webkit-line-clamp: 7; }
	#footer .footer .logo { display: none; opacity: 0; }
	#footer .footer .footer-right { padding-left: 0; }
	.about2 { padding-bottom: 32px; }
	#about3 { padding-top: 24px; padding-bottom: 24px; }
	.about3 .arrow { top: 16px }
	.about3 .arrow.next { bottom: 16px; }
	.about3 .smallPhoto { width: 20%; }
	.about3:after { top: 16px; margin-bottom: 16px; height: calc(100% - 32px); left: calc(75% + 16px); }
}
@media screen and (max-width:1024px) {
	.search-box .box { width: 94%; }
	.map #gaodi-map { height: 500px; }
	.nav .mainlevel a:before, .nav .mainlevel:after, .nav .mainlevel ul:before, .nav .mainlevel ul li a:after { display: none; opacity: 0 }
	.pc-img { display: none !important; }
	.mobile-img { display: block !important; }
	.mobilemenu { display: inline-block; }
	.mobilemenu.hide { display: none; }
	header { height: 60px; z-index: 10; background-color: #fff; box-shadow: 0px 2px 4px rgba(122, 122, 122, 0.1); }
	#header { height: 100%; }
	#header .wrapper { padding-top: 0; }
	#header .wrapper, .nav .nav-ul { display: block }
	#nav, header.fixed #nav { position: fixed; display: block; width: 80%; height: 100%; right: -100%; top: 0px; padding: 0; margin: 0; background: rgba(255, 255, 255, 0.8); z-index: 101; overflow-x: hidden; overflow-y: auto; box-shadow: 5px 10px 17px rgba(0, 0, 0, 0.25); }
	.lang { position: fixed; flex-direction: row; width: calc(80% - 32px); right: -100%; bottom: 16px; margin-right: 16px; z-index: 102; }
	.lang a { flex: 1; border-right: solid 1px #fff; padding-top: 16px; padding-bottom: 16px; }
	#nav .nav { padding: 60px 16px 16px; width: 100%; height: auto; }
	#nav .nav .mainlevel { width: 100%; border-bottom: solid 1px #999; display: block; margin: 0; height: auto; }
	#nav .nav .mainlevel.active { border-bottom-color: #C49366; }
	#nav .nav .mainlevel.active a:after { border-top-color: #C49366; border-right-color: #C49366 }
	.nav .mainlevel a { opacity: 1; }
	.nav .mainlevel.active a, .nav .mainlevel a:hover, .nav .mainlevel ul li a:hover, .nav .mainlevel.active.cuf a:hover, .nav .mainlevel:hover a span { color: #333; }
	.nav .mainlevel ul { width: 100%; position: relative; top: 0; white-space: normal; height: auto; padding: 0; margin: 0; background: none; box-shadow: none; }
	.nav .mainlevel ul li { float: none; width: 100%; }
	.nav .mainlevel ul li ul { transform: scale(1); }
	.nav .mainlevel a { height: 50px; line-height: 50px; width: 100%; padding: 0; margin: 0; display: flex; align-items: center; }
	.nav .mainlevel a:after { content: ""; position: absolute; right: 16px; width: 8px; height: 8px; border-top: solid 1px #666; border-right: solid 1px #666; transform: rotate(45deg) }
	.nav .mainlevel a.active:after { transform: rotate(135deg) }
	.nav .mainlevel ul li { margin-right: 0; }
	.nav .mainlevel ul li a { justify-content: flex-start; }
	.nav .mainlevel ul li a:hover { background: #eee; color: #333; }
	.nav .mainlevel.active ul { display: block; }
	.nav .mainlevel .sub-mainlevel { flex-direction: column; height: auto; padding-left: 16px; }
	.nav .mainlevel .sub-mainlevel a { flex-direction: row; align-items: flex-start; align-items: center; height: auto; border-bottom: solid 1px #999; padding-top: 12px; padding-bottom: 12px; }
	.nav .mainlevel .sub-mainlevel a:after { display: none; }
	.nav .mainlevel .sub-mainlevel a:last-child { border-bottom: 0; }
	.nav .mainlevel .sub-mainlevel a .nav-pro-img { width: 60px; height: 60px; margin-right: 16px; }
	.nav .mainlevel .sub-mainlevel a .txt { width: auto; flex: 1; color: #333; text-align: left; font-size: 14px; line-height: 1.8; justify-content: flex-start; }
	.swiper-btn { width: 46px; height: 46px; margin-top: -23px; }
	.swiper-btn:before { width: 12px; height: 12px; }
	#logo, .search { position: absolute; top: 50%; transform: translateY(-50%); }
	#logo { left: 16px; width: 200px; }
	.search { right: 60px; }
	.search { right: 80px; }
	.index-banner .swiper-pagination { bottom: 10px; }
	#footer .footer { padding-top: 16px; padding-bottom: 16px; }
	#footer .footer .footer-t { font-size: 18px; font-weight: 400; }
	#main { }
	#banner, #index-col1 { margin-top: 60px; }
	#index-col2 { padding-bottom: 32px; }
	.index-banner { }
	.index-certificate.list .all { padding: 8px; }
	.products-chs, .products-en { padding-bottom: 16px; }
	#about2 { padding-bottom: 16px; }
	.about1 .txt .t { font-size: 20px; margin-bottom: 16px; }
}
@media screen and (max-width:900px) {
	.sy-title .main { font-size: 20px; }
	.index-about { flex-direction: column; }
	.index-about .txt { width: 100%; margin-bottom: 16px; }
	.index-about .img { width: 100%; }
	.index-certificate.list .list-li { width: calc(50% - 16px) }
	.about1 { flex-direction: column; }
	.about1 .img { width: 100%; }
	.about1 .img img { display: block; width: 100%; height: auto; }
	.about2 { background-position-y: 92%; }
	.about3 { height: auto; flex-direction: column; }
	.about3:after { display: none; }
	.about3 .bigPhoto { width: 100%; }
	.about3 .smallPhoto { width: calc(100% - 80px); margin-top: 16px; margin-right: 40px; margin-bottom: 0; margin-left: 40px; }
	.about3 .arrow { transform: rotate(-90deg); top: auto; left: 16px; bottom: 60px; }
	.about3 .arrow.next { left: auto; right: 16px; bottom: 60px; }
}
@media screen and (max-width:800px) {
	#index-col5 .form .block { width: 100% }
	.film-colors.list .list-li { width: calc(25% - 16px) }
	#index-col2 { padding-bottom: 16px; }
	.index-about { margin-top: 16px; }
	.index-about .txt .t, .index-about .txt .t span { text-align: center; font-size: 20px; }
	.index-about .txt .t { margin-bottom: 0; padding-bottom: 16px; }
	#index-col3 { padding-top: 0; }
	#index-col5 { padding-top: 0; padding-bottom: 16px; }
	#banner { height: 24vh; }
	#banner img { height: 100%; }
	.about2 { padding-bottom: 0px; margin-left: -16px; margin-right: -16px; }
	.about2 .swiper-container { width: 85%; }
	.about2 .list-txt { margin-top: 16px; }
	.contact { flex-direction: column; }
	.contact .info, .contact .form { width: 100%; padding: 16px; }
	.contact .t, .contact .info .item .txt .p1, #footer .footer .footer-t { font-size: 18px; }
	.contact .info .item { margin-bottom: 16px; }
	.contact .info .item .icon { width: 36px; height: 36px; }
	.contact .info .item .icon img { width: 24px; height: 24px; }
	.contact .info .item .txt .p2 { font-size: 14px; }
	#footer #copyright .wrapper { flex-direction: column; align-items: center; padding-bottom: 10px; }
	#footer #copyright .wrapper p { text-align: center; margin-bottom: 5px; }
}
@media screen and (max-width:700px) {
	.footer-nav { display: none; }
	#footer .footer .footer-co { margin-left: 0; padding-right: 16px; }
	.about3 .arrow, .about3 .arrow.next { bottom: 40px; }
}
@media screen and (max-width:600px) {
	#footer .footer .footer-co .block { flex-direction: column; }
	#footer .footer .footer-co .block .p1 { margin-bottom: 8px; }
	#footer .footer .footer-co .block .p2 { padding-left: 32px; }
	.film-colors.list .list-li { width: calc(33.33% - 16px) }
	.about2 { background-position-y: 88%; }
	.products-chs .text table, .products-en .text table { margin-left: -16px; margin-right: -16px; width: calc(100% + 32px) !important }
	.products-chs .text table td, .products-en .text table td { padding: 0 !important; line-height: 20px !important; }
}
@media screen and (max-width:480px) {
	.form .form-group { width: 100%; }
	.sy-button { width: 100%; }
	.film-colors.list .list-li { width: calc(50% - 16px) }
	#about2 { padding-bottom: 0; }
	.about2 { background-position-y: 92%; }
	.about2 .swiper-container { width: 78%; }
	.about2 .prev.swiper-btn { left: 10px; }
	.about2 .next.swiper-btn { right: 10px; }
	#footer .footer .footer-right { flex-flow: row wrap; }
	#footer .footer .footer-co { width: 100%; flex: none; margin-bottom: 16px; padding-right: 0; }
	#footer .footer .footer-co .block { flex-direction: row; }
	#footer .footer .footer-co .block .p1 { margin-bottom: 0; }
	#footer .footer .footer-co .block .p2 { padding-left: 0; }
	#footer .footer .footer-qrcode { width: calc(50% - 8px); margin-left: 0; }
	#footer .footer .footer-qrcode-icon { padding-left: 0; margin-top: 16px; }
}

/* 2022年10月20日新增 */
.photo-list { width: 100%; }
.photo-list .spotlight-group { margin-right: -24px; display: flex; flex-flow: row wrap; }
.photo-list .spotlight { width: calc(33.33% - 24px); margin-right: 24px; margin-bottom: 24px; }
.photo-list .spotlight .images { padding-top: 56.25%; }

/* 仪器 */
.photo-list.list2 .spotlight { width: calc(20% - 24px); }
.photo-list.list2 .spotlight .images { padding-top: 100%; background-color: #fff; }
.photo-list.list2 .spotlight .images img { object-fit: contain; }
@media screen and (max-width:700px) {
	.photo-list .spotlight { width: calc(33.33% - 16px); margin-right: 16px; margin-bottom: 16px; }
	.photo-list.list2 .spotlight { width: calc(20% - 16px); }
}