﻿@import url("font-awesome.min.css");
@import url("swiper.min.css");
@import url("animate.min.css");
@charset "UTF-8";
@font-face { font-family: 'Outfit'; src: url('../fonts/Outfit-Light.ttf'); font-weight: normal; font-style: normal }
* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
html, body, figure, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button, input, textarea, a, span, em { margin: 0; padding: 0; border: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
body { margin: 0; font-family: "Outfit", sans-serif; line-height: 1.85; font-size: 14px; background: #fff; color: #555555; }
h1 { font-size: 2em; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
figure { margin: 1em 40px; }
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }
a { -webkit-text-decoration-skip: objects; background-color: transparent; }
abbr[title] { border-bottom: none; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
dfn { font-style: italic; }
mark { background-color: #ff0; color: #555555; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }
audio:not([controls]) { display: none; height: 0; }
img { border-style: none; }
svg:not(:root) { overflow: hidden; }
button, input, optgroup, select, textarea { line-height: 1.42857143; margin: 0; outline: none; font-family: "Outfit", sans-serif; }
body, button, input, select, textarea { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern"; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type=button], [type=reset], [type=submit] { -webkit-appearance: button; }
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText;
}
fieldset { padding: .35em .75em .625em; }
legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
textarea { overflow: auto; }
[type=checkbox], [type=radio] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto;
}
[type=search] { -webkit-appearance: textfield; outline-offset: -2px; }
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit;
}
summary { display: list-item; }
article, aside, footer, header, nav, section, figcaption, figure, main, details, menu { display: block; }
pre, code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
audio, video, canvas { display: inline-block; }
template, [hidden] { display: none; }
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
.clearfix:after { clear: both; }
a { color: #555555; text-decoration: none; }
a:hover { color: #DAB866; }
ul, li, ol { margin: 0; list-style: none; padding: 0; }
.container, .container-small, .big-container { width: 96%; min-width: 360px !important; margin: 0 auto; padding: 100px 0; overflow: hidden; }
.big-container { width: 98%; }
.container-small { width: 80%; }

@media (max-width:1449px) {
.container, .container-small, .big-container { padding: 10px 0; }
.container-small { width: 96%; }
}

@media (max-width:1199px) {
.container, .container-small, .big-container { }
}

@media (max-width:991px) {
}

@media (max-width:767px) {
}

@media (max-width:479px) {
}
/**/
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.absolute { position: absolute; }
.pors { position: relative; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.hide { opacity: 0; }
.en { font-family: 'gotham-medium'; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #6f6f6f;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #6f6f6f;
}/*统一全局样式*/
.main-container { }
.container-color { background: #F3F3F3; }

@media (max-width:1449px) {
}

@media (max-width:1199px) {
}

@media (max-width:991px) {
}

@media (max-width:767px) {
}

@media (max-width:479px) {
}
/**/
header { width: 100%; position: sticky; background: #fff; left: 0; z-index: 0; top: 0; z-index: 999; transition: all .6s ease-in-out; -webkit-box-shadow: 0 12px 14px 0 rgba(0,0,0,.05); box-shadow: 0 12px 14px 0 rgba(0,0,0,.05); }
#index header { background: none; position: fixed; -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,.05); box-shadow: 0 0px 0px 0 rgba(0,0,0,.05); }
#index header:hover, #index .head-fixed { background: #fff; -webkit-box-shadow: 0 12px 14px 0 rgba(0,0,0,.05); box-shadow: 0 12px 14px 0 rgba(0,0,0,.05); }
header .container { padding: 0 0; overflow: visible; }
.head-inner { height: 98px; position: relative; }
.head-hover { }
.head-hover:after { position: absolute; left: 0; content: ''; border-top: 1px solid #E5E5E5; width: 100%; height: 250px; top: 98px; background: #fff; z-index: 0; transition: all .6s ease-in-out; }
.head-inner .logo-inner { float: left; width: 233px; height: 98px; margin-right: 50px; display: flex; align-items: center; overflow: hidden; }
#index .head-inner .logo-inner { }
#index header:hover .logo-inner, #index .head-fixed .logo-inner { }
.head-inner .logo-inner img { max-width: 100%; align-items: center; }
.head-inner .logo-inner a { display: block; width: 100%; height: 100%; }
.head-inner aside { float: right; }
.head-inner .nav { float: left; height: 98px; }
.head-inner .nav .nav-list { float: left; z-index: 999; margin-left: 20px; position: relative; padding: 0 20px; }
.head-inner .nav h3 { font-size: 18px; position: relative; height: 98px; line-height: 98px; overflow: hidden; }
.head-inner .nav h3:after { content: ''; bottom: 0px; position: absolute; display: block; width: 0; height: 3px; background: #DAB866; transition: all .6s ease-in-out; }
.head-inner .cur h3:after, .head-inner .nav-list:hover h3:after { width: 100%; }
.head-inner .nav h3 a { color: #555555; }
#index .head-inner .nav h3 a { color: #fff; }
#index header:hover .head-inner .nav h3 a, #index .head-fixed .head-inner .nav h3 a { color: #555555; }
.head-inner .nav .nav-list:hover h3 a, .head-inner .nav .cur h3 a, #index header:hover .head-inner .nav .nav-list:hover h3 a, #index header:hover .head-inner .nav .cur h3 a { color: #DAB866; }
.head-inner .nav .sub-nav { position: absolute; width: 150px; left: 50%; margin-left: -75px; top: 98px; z-index: 98; background: #fff; display: none; text-align: center; overflow: hidden; transition: all .6s ease-in-out; }
.head-inner .nav .sub-nav li { overflow: hidden; height: 45px; display: block; line-height: 45px; text-align: center; font-size: 15px; }
.head-inner .nav .sub-nav li a { display: block; transition: all .6s ease-out; }
.head-inner .nav .sub-nav li a:hover { background: #DAB866; color: #fff; }
.head-inner .nav-list:nth-child(3) .sub-nav { width: 800px; margin-left: -450px; padding: 30px 10px; background: none; }
.head-inner .nav-list:nth-child(3) .sub-nav dl { float: left; position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 23.5%; margin-right: 2%; }
.head-inner .nav-list:nth-child(3) .sub-nav dl:last-child { margin-right: 0; }
.head-inner .nav-list:nth-child(3) .sub-nav dl .image, .head-inner .nav-list:nth-child(3) .sub-nav .title { width: 100%; display: block; overflow: hidden; text-align: center; }
.head-inner .nav-list:nth-child(3) .sub-nav dl .image { height: 165px; display: flex; align-items: center; justify-content: center; }
.head-inner .nav-list:nth-child(3) .sub-nav dl .image img { max-height: 100%; align-items: center; transition: all .6s ease-in-out; }
.head-inner .nav-list:nth-child(3) .sub-nav dl:hover .image img { transform: scale(1.025); }
.head-inner .nav-list:nth-child(3) .sub-nav dl .title { height: 35px; line-height: 35px; font-size: 15px; }
.head-inner .nav-list:nth-child(3) .sub-nav dl:hover .title a { color: #DAB866; }
.head-inner .search-button { float: left; height: 98px; display: flex; align-items: center; justify-content: center; margin-left: 40px; }
.head-inner .search-button dt, .head-inner .search-button dd { width: 28px; position: relative; height: 98px; background-position: right center; background-repeat: no-repeat; background-image: url(../images/search.svg); transition: all .6s ease-in-out; }
#index .head-inner .search-button dt { background-image: url(../images/search-white.svg); }
#index header:hover .search-button dt, #index .head-fixed .search-button dt { background-image: url(../images/search.svg); }
.head-inner .search-button:hover dt { background-image: url(../images/search-color.svg); }
#index header:hover .search-button:hover dt, #index .head-fixed .search-button:hover dt { background-image: url(../images/search-color.svg); }
.head-inner .search-button dt { }
.head-inner .search-button dd { display: none; }
.search-wrap { width: 100%; overflow: hidden; position: fixed; left: 0; top: 0; padding: 35px 0; background: #DAB866; height: 98px; transition: all .6s ease-in-out; z-index: 9999; display: none; -webkit-box-shadow: 0 12px 14px 0 rgba(0,0,0,.05); box-shadow: 0 12px 14px 0 rgba(0,0,0,.05); }
.search-wrap .container { padding: 0 0; position: relative; }
.search-wrap .search-inner { margin: 0 auto; width: 60%; border: 2px solid #fff; height: 50px; padding: 0 20px; border-radius: 30px; }
.search-wrap .search-inner .search-keyword, .search-wrap .search-inner .search-submit { float: left; width: 80%; height: 46px; line-height: 46px; color: #fff; overflow: hidden; border: none; background: none; outline: none; font-size: 18px; padding: 0 10px; }
.search-wrap .search-inner .search-keyword { }
.search-wrap .search-inner .search-submit { float: right; width: 20%; color: #fff; font-size: 24px; border: none; cursor: pointer; text-align: right; }
.search-wrap .close-search { position: absolute; right: 0; top: -6px; font-size: 32px; color: #fff; }
.head-inner .menu-button { float: right; margin-top: 21px; background: #DAB866; font-size: 18px; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; color: #fff; cursor: pointer; display: none; }

@media (max-width:1449px) {
.head-inner { height: 100px; }
.head-inner .logo-inner { height: 100px; }
.head-inner .nav { height: 100px; }
.head-inner .nav h3 { font-size: 16px; height: 100px; line-height: 100px; }
.head-inner .nav .sub-nav { top: 100px; }
.head-inner .nav .sub-nav li { height: 35px; line-height: 150%; font-size: 14px; }
.head-inner .nav-list:nth-child(3) .sub-nav dl .title { height: 35px; line-height: 35px; font-size: 14px; }
.head-inner .search-button { height: 100px; }
.search-wrap { padding: 25px 0; height: 100px; }
}

@media (max-width:1199px) {
.head-inner .logo-inner { margin-right: 30px; }
.head-inner .nav .nav-list { margin-left: 20px; padding: 0 10px; }
}

@media (max-width:991px) {
.head-inner { height: 80px; }
.head-inner .logo-inner { height: 80px; margin-right: 10px; }
.head-inner .nav { height: 80px; }
.head-inner .nav .nav-list { margin-left: 0px; padding: 0 10px; }
.head-inner .nav h3 { font-size: 16px; height: 80px; line-height: 80px; }
.head-inner .nav .sub-nav { top: 80px; }
.head-inner .nav .sub-nav li { height: 35px; line-height: 150%; font-size: 14px; }
.head-inner .search-button { height: 80px; margin-left: 10px; }
.search-wrap { padding: 15px 0; height: 80px; }
}

@media (max-width:767px) {
.head-inner { height: 70px; }
.head-inner .logo-inner { height: 70px; }
.head-inner .nav, .head-inner .search-button { display: none; }
.head-inner .menu-button { display: flex; }
}

@media (max-width:479px) {
}
/**/
footer { background: #292929; }
footer .container { }
.foot-inner { padding: 30px 0; overflow: hidden; }
.foot-inner dl { float: left; width: 23.5%; position: relative; overflow: hidden; margin-right: 2%; }
.foot-inner dl:nth-child(1) { width: 27.5%; margin-right: 5%; }
.foot-inner dl:nth-child(2) { width: 20%; }
.foot-inner dl:nth-child(3) { width: 20%; }
.foot-inner dl:last-child { margin-right: 0; }
.foot-inner h3, .foot-inner label, .foot-inner strong, .foot-inner dt, .foot-inner dd, .foot-inner li, .foot-inner .send-form { display: block; line-height: 150%; overflow: hidden; color: #A3A3A3; font-size: 16px; }
.foot-inner a { color: #A3A3A3; }
.foot-inner a:hover { text-decoration: underline; }
.foot-inner h3 { }
.foot-inner h3 img { max-width: 100%; vertical-align: middle; }
.foot-inner label { padding: 20px 0; }
.foot-inner strong { font-size: 18px; font-weight: 600; }
.foot-inner dt { font-size: 28px; font-weight: 600; position: relative; padding-bottom: 20px; }
.foot-inner dt:after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 4px; background: #DAB866; }
.foot-inner dd { padding: 10px 0; }
.foot-inner li { font-size: 18px; }
.foot-inner .send-form { border: 2px solid #707070; height: 60px; border-radius: 10px; }
.foot-inner .send-form .send-input, .foot-inner .send-form .send-button { float: left; width: 80%; padding: 0px 10px; border: none; background: none; color: #5D5D5D; overflow: hidden; line-height: 56px; height: 56px; font-size: 18px; outline: none; }
.foot-inner .send-form .send-button { float: right; width: 20%; background: #DAB866 url(../images/send.png) no-repeat center; cursor: pointer; }
.foot-power { background: #1A1A1A; padding: 25px 0; overflow: hidden; width: 100%; color: #A3A3A3; text-align: center; font-size: 16px; }
.foot-power a { color: #A3A3A3; }

@media (max-width:1449px) {
.foot-inner { padding: 10px 0; }
.foot-inner h3, .foot-inner label, .foot-inner strong, .foot-inner dt, .foot-inner dd, .foot-inner li, .foot-inner .send-form { line-height: 150%; font-size: 15px; }
.foot-inner label { padding: 10px 0; }
.foot-inner strong { font-size: 16px; }
.foot-inner dt { font-size: 20px; }
.foot-inner li { font-size: 15px; }
.foot-inner .send-form { height: 44px; }
.foot-inner .send-form .send-input, .foot-inner .send-form .send-button { line-height: 40px; height: 40px; font-size: 16px; }
.foot-power { padding: 15px 0; font-size: 15px; }
}

@media (max-width:1199px) {
.foot-inner h3, .foot-inner label, .foot-inner strong, .foot-inner dt, .foot-inner dd, .foot-inner li, .foot-inner .send-form { line-height: 150%; font-size: 14px; }
.foot-inner label { }
.foot-inner strong { font-size: 16px; }
.foot-inner dt { font-size: 18px; }
.foot-inner li { font-size: 14px; }
.foot-inner .send-form { height: 40px; }
.foot-inner .send-form .send-input, .foot-inner .send-form .send-button { line-height: 36px; height: 36px; font-size: 16px; }
.foot-power { padding: 10px 10px; font-size: 14px; }
}

@media (max-width:991px) {
.foot-inner dl { width: 48%; }
.foot-inner label { }
.foot-inner dl:nth-child(2), .foot-inner dl:nth-child(3) { }
.foot-inner dl:nth-child(1) { width: 48%; margin-right: 2%; }
.foot-inner dl:nth-child(2) { width: 20%; display: none; }
.foot-inner dl:nth-child(3) { width: 20%; display: none; }
.foot-inner dl:last-child { margin-right: 0; float: right; }
}

@media (max-width:767px) {
}

@media (max-width:479px) {
.foot-inner dl { width: 100%; }
.foot-inner dl:nth-child(1) { width: 100%; margin-right: 0; margin-bottom: 20px; }
.foot-inner dl:nth-child(2) { width: 20%; display: none; }
.foot-inner dl:nth-child(3) { width: 20%; display: none; }
.foot-inner dl:last-child { margin-right: 0; float: right; }
.foot-inner h3 { text-align: center; }
}
/**/
.fixed-online { position: fixed; right:0; bottom: 200px; z-index: 99999; background: #332C2B; border-radius: 10px 0 0 10px; }
.fixed-online .item { position: relative; width: 56px; height: 56px; text-align: center; background-repeat: no-repeat; background-position: center; }
.fixed-online .item:nth-child(1) { background-image: url(../images/fixed-icon-1.png); }
.fixed-online .item:nth-child(2) { background-image: url(../images/fixed-icon-2.png); }
.fixed-online .item:nth-child(3) { background-image: url(../images/fixed-icon-3.png); }
.fixed-online .item:nth-child(4) { background-image: url(../images/fixed-icon-4.png); }
.fixed-online .item dt { width: 56px; height: 56px; line-height:56px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.fixed-online .item dt a { display: block;width: 56px; height: 56px; }
.fixed-online .item dd { position: absolute; right: 56px; top: 0; width: 180px; overflow: hidden; line-height: 56px; font-size: 16px; font-weight: 600; background: #332C2B; color: #fff; display: none; }

.fixed-online .item dd img { max-width: 100%; vertical-align: middle; }
.fixed-online .item:hover dd { display: block; }

@media (max-width:1449px) {
}

@media (max-width:1199px) {
}

@media (max-width:991px) {
}

@media (max-width:767px) {
.fixed-online { display: none !important; }
}

@media (max-width:479px) {
}
/**/



.banner-wrap { position: relative; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; z-index: 1; overflow: hidden; height: 800px; }
.banner-wrap:after { content: ''; position: absolute; left: 0; top: 0; display: table-cell; width: 100%; height: 100%; background: rgba(0,0,0,.4); opacity: 1; display: none; }
.banner-wrap .banner-inner { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }
.banner-wrap .container { height: 100%; display: flex; align-items: flex-end; justify-content: center; flex-direction: column; }
.banner-wrap .about-banner { align-items: center; }
.banner-wrap .banner-inner h3, .banner-wrap .banner-inner p { width: 50%; overflow: hidden; color: #fff; line-height: 1.6; }
.banner-wrap .about-banner h3, .banner-wrap .about-banner p { width: 100%; text-align: center; }
.banner-wrap .banner-inner h3 { font-size: 45px; font-weight: 600; }
.banner-wrap .banner-inner p { padding: 20px 0; font-size: 18px; }
.banner-wrap .about-banner h3 { font-size: 60px; }
.banner-wrap .about-banner p { font-size: 36px; }
.banner-wrap .image-inner { position: relative; overflow: hidden; z-index: 1; display: none; }
.banner-wrap .image-inner img { position: relative; left: 50%; transform: translate3d(-50%, 0, 0); width: calc(1.6*100%);
}
.banner-wrap .product-banner h3, .banner-wrap .product-banner p { color: #555555; }
.banner-wraps { text-align: center; }
.banner-wraps img { width: 100%; vertical-align: middle; }

@media (max-width:1449px) {
.banner-wrap { height: 450px; }
.banner-wrap .banner-inner h3 { font-size: 36px; }
.banner-wrap .banner-inner p { font-size: 16px; }
.banner-wrap .about-banner h3 { font-size: 36px; }
.banner-wrap .about-banner p { font-size: 22px; }
}

@media (max-width:1199px) {
.banner-wrap { height: 350px; }
.banner-wrap .banner-inner h3, .banner-wrap .banner-inner p { width: 100%; text-align: center; }
.banner-wrap .about-banner h3, .banner-wrap .about-banner p { width: 100%; text-align: center; }
.banner-wrap .banner-inner h3 { font-size: 32px; }
.banner-wrap .banner-inner p { font-size: 16px; }
.banner-wrap .about-banner h3 { font-size: 32px; }
.banner-wrap .about-banner p { font-size: 20px; }
.banner-wrap .product-banner p { display: none; }
}

@media (max-width:991px) {
.banner-wrap { height: 250px; }
.banner-wrap .banner-inner h3 { font-size: 28px; }
.banner-wrap .banner-inner p { font-size: 15px; }
.banner-wrap .about-banner h3 { font-size: 28px; }
.banner-wrap .about-banner p { font-size: 18px; }
}

@media (max-width:767px) {
.banner-wrap { height: 150px; }
.banner-wrap .banner-inner h3 { font-size: 24px; }
.banner-wrap .banner-inner p { padding: 10px 20px; font-size: 14px; display: none; }
.banner-wrap .about-banner h3 { font-size: 24px; }
}

@media (max-width:479px) {
.banner-wrap { }
}
/**/
.inside-caption { padding: 20px 0; overflow: hidden; padding-bottom: 0; }
.inside-caption { line-height: 150%; }
.inside-caption h3 { color: #000000; font-size: 60px; overflow: hidden; text-align: center; font-weight: 600; position: relative; padding-bottom: 10px; line-height: 150%; }
.inside-caption label { font-size: 18px; overflow: hidden; display: block; color: #666; text-align: center; }
.other-caption { padding: 20px 0; overflow: hidden; font-size: 22px; font-weight: 600; border-bottom: 1px solid #D2D2D2; }
.view-caption { padding: 20px 0; overflow: hidden; font-size: 30px; font-weight: 600; border-bottom: 1px solid #D2D2D2; }
.index-caption { padding: 20px 0; overflow: hidden; }
.index-caption label { font-size: 18px; overflow: hidden; display: block; color: #DAB866; text-align: center; }
.index-caption h3 { color: #000000; font-size: 32px; overflow: hidden; text-align: center; font-weight: 600; }
.more-inner { padding: 20px 0; overflow: hidden; text-align: center; }
.more-inner a { display: inline-block; height: 50px; line-height: 50px; padding: 0 30px; position: relative; overflow: hidden; border-radius: 5px; font-size: 18px; z-index: 1; color: #fff; background: #DAB866; }
.more-inner a span { display: block; position: relative; z-index: 1; }
.more-inner a:before { content: ''; bottom: 0px; position: absolute; z-index: 0; left: 0; width: 0; height: 100%; background: #DAA166; transition: all .6s ease-in-out; }
.more-inner a:hover { }
.more-inner:hover a:before { width: 100%; }

@media (max-width:1449px) {
.inside-caption { padding: 10px 0; padding-bottom: 0; }
.inside-caption { line-height: 150%; }
.inside-caption h3 { color: #000000; font-size: 26px; padding-bottom: 0; }
.inside-caption label { font-size: 16px; }
.other-caption { padding: 10px 0; font-size: 20px; }
.view-caption { padding: 10px 0; font-size: 24px; }
.index-caption { padding: 10px 0; }
.index-caption label { font-size: 16px; }
.index-caption h3 { font-size: 28px; }
.more-inner { padding: 10px 0; }
.more-inner a { height: 45px; line-height: 45px; padding: 0 25px; font-size: 16px; }
}

@media (max-width:1199px) {
.inside-caption { line-height: 150%; }
.inside-caption h3 { font-size: 22px; color: #000000; }
.inside-caption label { font-size: 14px; padding: 0 20px; }
.other-caption { padding: 10px 0; font-size: 18px; }
.view-caption { padding: 10px 0; font-size: 22px; }
.index-caption label { font-size: 15px; }
.index-caption h3 { font-size: 24px; }
}

@media (max-width:991px) {
.more-inner a { height: 35px; line-height: 150%; padding: 0 15px; font-size: 15px; }
.view-caption { padding: 10px 0; font-size: 20px; }
}

@media (max-width:767px) {
.index-caption label { font-size: 14px; }
.index-caption h3 { font-size: 20px; }
.view-caption { padding: 10px 0; font-size: 18px; }
}

@media (max-width:479px) {
}
/**/
.crumbs-type { position: relative; border-bottom: 1px solid #EFEFEF; padding-bottom: 10px; margin-bottom: 10px; line-height: 45px; font-size: 16px; color: #666; }
.crumbs-type a { color: #666; }

@media (max-width:1449px) {
}

@media (max-width:1199px) {
.crumbs-type { font-size: 14px; line-height: 150%; }
}

@media (max-width:991px) {
}

@media (max-width:767px) {
.crumbs-type { display: none; }
}

@media (max-width:479px) {
}
/**/

.single-inner { padding: 20px 0; font-size: 16px; line-height: 2; overflow: hidden; }
.single-inner strong { color: #DAB866; font-weight: 600; }
.single-inner img { width: 100%; vertical-align: middle; margin: 10px auto; display: block; }

@media (max-width:1449px) {
.single-inner { padding: 10px 0; font-size: 15px; line-height: 150%; }
}

@media (max-width:1199px) {
}

@media (max-width:991px) {
}

@media (max-width:767px) {
}

@media (max-width:479px) {
}
/**/

.culture-list { padding: 50px 0; overflow: hidden; }
.culture-list .item { margin: 10px 0; overflow: hidden; display: -webkit-flex; display: flex; -webkit-flex-flow: wrap row; flex-flow: wrap row; -webkit-justify-content: center; justify-content: center; background: #F7F8F8; transition: all .6s ease-in-out; }
.culture-list .item:nth-child(2n) { flex-direction: row-reverse; }
.culture-list .item .image-inner, .culture-list .item .text-inner { line-height: 150%; overflow: hidden; font-size: 16px; position: relative; }
.culture-list .item .image-inner { position: relative; width: 50%; height: 0; padding-bottom: 32.25%; }
.culture-list .item .image-inner .image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; display: flex; align-items: center; justify-content: center; }
.culture-list .item .image-inner .image img { width: 100%; height: 100%; object-fit: cover; transition: all .6s ease-in-out; }
.culture-list .item:hover .image-inner .image img { transform: scale(1.025); }
.culture-list .item .text-inner { padding: 50px 50px; -webkit-flex: 1; flex: 1; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
.culture-list .item .text-inner .title, .culture-list .item .text-inner .text, .culture-list .item .text-inner .other { width: 100%; overflow: hidden; }
.culture-list .item .text-inner .title { font-size: 40px; font-weight: 600; line-height: 55px; }
.culture-list .item .text-inner .text { padding: 20px 0; font-size: 16px; }
.culture-list .item .text-inner .other { font-size: 96px; font-style: italic; font-weight: 600; color: #E9E9E9; line-height: 100px; text-align: right; position: absolute; right: 0; bottom: 0; }
.culture-list .item:nth-child(2n) .text-inner .other { text-align: left; }

@media (max-width:1449px) {
.culture-list { padding: 10px 0; }
.culture-list .item .image-inner, .culture-list .item .text-inner { }
.culture-list .item .text-inner { padding: 30px 30px; }
.culture-list .item .text-inner .title, .culture-list .item .text-inner .text, .culture-list .item .text-inner .other { }
.culture-list .item .text-inner .title { font-size: 32px; line-height: 45px; }
.culture-list .item .text-inner .text { padding: 20px 0; font-size: 16px; }
.culture-list .item .text-inner .other { font-size: 66px; line-height: 1.2; }
}

@media (max-width:1199px) {
.culture-list .item .image-inner, .culture-list .item .text-inner { font-size: 15px; }
.culture-list .item .text-inner { padding: 10px 20px; }
.culture-list .item .text-inner .title, .culture-list .item .text-inner .text, .culture-list .item .text-inner .other { }
.culture-list .item .text-inner .title { font-size: 28px; line-height: 40px; }
.culture-list .item .text-inner .text { font-size: 15px; }
.culture-list .item .text-inner .other { font-size: 56px; }
}

@media (max-width:991px) {
.culture-list .item .image-inner, .culture-list .item .text-inner { font-size: 14px; }
.culture-list .item .text-inner { padding: 10px 10px; }
.culture-list .item .text-inner .title, .culture-list .item .text-inner .text, .culture-list .item .text-inner .other { }
.culture-list .item .text-inner .title { font-size: 24px; line-height: 150%; }
.culture-list .item .text-inner .text { padding-top: 0; padding-bottom: 20px; font-size: 14px; }
.culture-list .item .text-inner .other { font-size: 46px; }
}

@media (max-width:767px) {
.culture-list .item { display: block; }
.culture-list .item .image-inner { width: 100%; padding-bottom: 76.25%; }
.culture-list .item .text-inner .title { font-size: 22px; line-height: 150%; }
.culture-list .item .text-inner .text { font-size: 14px; }
.culture-list .item .text-inner .other { font-size: 36px; }
}

@media (max-width:479px) {
}
/**/
.about-wrap { background-repeat: no-repeat; background-position: center; background-size: cover; overflow: hidden; }
.about-form { padding: 20px 0; overflow: hidden; display: -webkit-flex; display: flex; -webkit-flex-flow: wrap row; flex-flow: wrap row; justify-content: space-between; }
.about-form .left, .about-form .right { overflow: hidden; }
.about-form .left h3, .about-form .left label { color: #fff; display: block; overflow: hidden; line-height: 40px; }
.about-form .left h3 { font-size: 28px; font-weight: 600; }
.about-form .left label { font-size: 18px; }
.about-form .right { width: 500px; }
.about-form .right .send-input, .about-form .right .send-button { float: left; width: 80%; padding: 0px 10px; border: none; background: none; color: #5D5D5D; overflow: hidden; line-height: 75px; height: 75px; font-size: 18px; outline: none; background: #fff; }
.about-form .right .send-button { float: right; width: 20%; background: #fff url(../images/fly.png) no-repeat right center; cursor: pointer; transition: all .6s ease-in-out; }
.about-form .right .send-button:hover { background-image: url(../images/fly-color.png); }

@media (max-width:1449px) {
.about-form .left h3, .about-form .left label { line-height: 40px; }
.about-form .left h3 { font-size: 24px; }
.about-form .left label { font-size: 16px; }
.about-form .right { margin-top: 12.5px; }
.about-form .right .send-input, .about-form .right .send-button { line-height: 55px; height: 55px; font-size: 16px; }
}

@media (max-width:1199px) {
.about-form .left h3 { font-size: 22px; }
.about-form .left label { font-size: 14px; }
.about-form .right { width: 400px; }
}

@media (max-width:991px) {
.about-form { display: block; }
.about-form .left, .about-form .right { width: 100%; display: flex; align-items: center; justify-content: center; }
.about-form .left { flex-direction: column; }
.about-form .left h3, .about-form .left label { width: 100%; text-align: center; }
.about-form .right { width: 100%; }
.about-form .right .send-input, .about-form .right .send-button { line-height: 45px; height: 45px; font-size: 15px; }
}

@media (max-width:767px) {
}

@media (max-width:479px) {
}
/**/
.column-inner { padding-bottom: 20px; overflow: hidden; text-align: center; position: relative; display: flex; align-items: center; justify-content: flex-start; }
.column-inner li { text-align: center; line-height: 150%; font-size: 16px; margin-right: 20px; padding-right: 20px; position: relative; z-index: 1; transition: all .6s ease-in-out; }
.column-inner li:before { content: ''; position: absolute; width: 2px; height: 40%; right: 0; top: 30%; background: #EFEFEF; }
.column-inner li a { display: block; }
.column-inner li:last-child:before { display: none; }
.column-inner li:hover a, .column-inner .cur a { color: #DAB866; }

@media (max-width:1449px) {
.column-inner { justify-content: center; }
}

@media (max-width:1199px) {
}

@media (max-width:991px) {
.column-inner li { font-size: 15px; }
}

@media (max-width:767px) {
.column-inner { display: block; }
.column-inner li { float: left; width: 48%; padding-right: 1%; margin-right: 1%; line-height: 45px; }
.column-inner li:before { right: 0; top: auto; bottom: 0; width: 100%; height: 1px; }
}

@media (max-width:479px) {
}
/**/

.shop-inner { padding: 50px 0; overflow: hidden; }
.shop-inner .item { padding: 20px 0; overflow: hidden; position: relative; }
.shop-inner .item .image-inner { position: absolute; z-index: 2; overflow: hidden; width: 55%; height: 80%; left: 0; top: 10%; }
.shop-inner .item .image-inner .image { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; align-items: center; justify-content: center; }
.shop-inner .item .image-inner .image img { width: 100%; align-items: center; transition: all .6s ease-in-out; }
.shop-inner .item:hover .image-inner .image img { transform: scale(1.025); }
.shop-inner .item .text-inner { float: right; position: relative; z-index: 1; overflow: hidden; width: 55%; background: #fff; padding: 50px 50px; padding-left: 12%; }
.shop-inner .item .text-inner .title, .shop-inner .item .text-inner .text, .shop-inner .item .text-inner .list, .shop-inner .item .text-inner .more { color: #000000; overflow: hidden; line-height: 150%; font-size: 16px; }
.shop-inner .item .text-inner .title { color: #000000; font-size: 38px; font-weight: 600; line-height: 1.25; }
.shop-inner .item .text-inner .text { padding: 20px 0; color: #666; }
.shop-inner .item .text-inner .list { }
.shop-inner .item .text-inner .list li { float: left; width: 49%; overflow: hidden; height: 30px; padding-left: 15px; margin-right: 2%; margin-top: 5px; margin-bottom: 5px; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; position: relative; line-height: 30px; }
.shop-inner .item .text-inner .list li:after { content: ''; position: absolute; left: 0; top: 50%; margin-top: -3px; width: 6px; height: 6px; background: #44443c; }
.shop-inner .item .text-inner .list li:nth-child(2n) { margin-right: 0; }
.shop-inner .item .text-inner .list li:hover:after { background: #DAB866; }
.shop-inner .item .text-inner .more { padding-top: 20px; }
.shop-inner .item .text-inner .more a { float: left; height: 50px; line-height: 50px; padding: 0 30px; position: relative; overflow: hidden; border-radius: 5px; font-size: 18px; z-index: 1; color: #fff; background: #DAB866; }
.shop-inner .item .text-inner .more a span { display: block; position: relative; z-index: 1; }
.shop-inner .item .text-inner .more a:before { content: ''; bottom: 0px; position: absolute; z-index: 0; left: 0; width: 0; height: 100%; background: #DAA166; transition: all .6s ease-in-out; }
.shop-inner .item .text-inner .more a:hover { }
.shop-inner .item .text-inner .more a:hover:before { width: 100%; }

@media (max-width:1449px) {
.shop-inner { padding: 10px 0; }
.shop-inner .item { padding: 10px 0; }
.shop-inner .item .image-inner { width: 55%; }
.shop-inner .item .text-inner { width: 55%; padding: 30px 30px; padding-left: 12%; }
.shop-inner .item .text-inner .title, .shop-inner .item .text-inner .text, .shop-inner .item .text-inner .list, .shop-inner .item .text-inner .more { line-height: 150%; font-size: 15px; }
.shop-inner .item .text-inner .title { color: #000000; font-size: 34px; }
.shop-inner .item .text-inner .text { padding: 20px 0; color: #666; }
.shop-inner .item .text-inner .list { }
.shop-inner .item .text-inner .list li { }
.shop-inner .item .text-inner .more { padding-top: 20px; }
.shop-inner .item .text-inner .more a { height: 45px; line-height: 45px; padding: 0 25px; font-size: 16px; }
}

@media (max-width:1199px) {
.shop-inner .item .image-inner { width: 55%; }
.shop-inner .item .text-inner { width: 55%; padding: 20px 20px; padding-left: 12%; }
.shop-inner .item .text-inner .title, .shop-inner .item .text-inner .text, .shop-inner .item .text-inner .list, .shop-inner .item .text-inner .more { line-height: 150%; font-size: 14px; }
.shop-inner .item .text-inner .title { color: #000000; font-size: 30px; }
.shop-inner .item .text-inner .text { padding: 10px 0; color: #666; }
.shop-inner .item .text-inner .list { }
.shop-inner .item .text-inner .list li { }
.shop-inner .item .text-inner .more { padding-top: 10px; }
.shop-inner .item .text-inner .more a { }
}

@media (max-width:991px) {
.shop-inner .item .image-inner { width: 52%; }
.shop-inner .item .text-inner { width: 52%; padding: 20px 20px; padding-left: 8%; }
.shop-inner .item .text-inner .title { color: #000000; font-size: 26px; }
.shop-inner .item .text-inner .more a { height: 35px; line-height: 35px; padding: 0 15px; font-size: 15px; }
.shop-inner .item .text-inner .list li { width: 100%; margin-right: 0; }
}

@media (max-width:767px) {
.shop-inner .item .image-inner, .shop-inner .item .text-inner { position: static; width: 100%; }
.shop-inner .item .image-inner .image img { height: auto; width: 100%; }
.shop-inner .item .text-inner { padding: 20px 20px; }
}

@media (max-width:479px) {
}
/**/
.shop-list { padding: 20px 0; }
.shop-list li { float: left; width: 32%; margin: 20px 2%; overflow: hidden; margin-left: 0; position: relative; transition: all .6s ease-in-out; border: double 1px #ececec; }
.shop-list li:nth-child(3n) { margin-right: 0; }
.shop-list li:hover { box-shadow: 0 0 25px rgba(0,0,0,.15); }
.shop-list li .image-inner, .shop-list li .text-inner { line-height: 150%; font-size: 16px; overflow: hidden; }
.shop-list li .image-inner { position: relative; width: 100%; height: 0; padding-bottom: 100%; }
.shop-list li .image-inner .image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; display: flex; align-items: center; justify-content: center; }
.shop-list li .image-inner .image img { max-width: 100%; align-items: center; transition: all .6s ease-in-out; }
.shop-list li:hover .image-inner .image img { transform: scale(1.025); }
.shop-list li .image-inner:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .6s ease-out; opacity: 0; background: rgba(0,0,0,0.2); z-index: 2; }
.shop-list li:hover .image-inner:before { opacity: 1; }
.shop-list li .image-inner:after { content: "\f0c1"; font-family: 'FontAwesome'; width: 30px; height: 30px; line-height: 150%; border: 2px solid #fff; position: absolute; top: 0; left: 50%; margin-left: -17px; z-index: 9; text-align: center; font-size: 20px; color: #fff; border-radius: 50%; opacity: 0; transition: all .6s ease-out; }
.shop-list li:hover .image-inner:after { opacity: 1; top: 50%; margin-top: -17px; }
.shop-list li .text-inner { padding: 20px 20px; }
.shop-list li .text-inner h3 { height: 35px; line-height: 150%; font-size: 22px; font-weight: 600; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.shop-list li .text-inner label { overflow: hidden; color: #A7A7A7; display: block; }
.shop-list li:hover .text-inner a, .shop-list li:hover .text-inner label { color: #555; }

@media (max-width:1449px) {
.shop-list { padding: 10px 0; }
.shop-list li { margin-top: 10px; margin-bottom: 10px; }
.shop-list li .image-inner .image img { max-width: 80%; }
.shop-list li .text-inner h3 { font-size: 20px; }
.shop-list li .text-inner label { font-size: 15px; }
}

@media (max-width:1199px) {
.shop-list li .image-inner { padding-bottom: 126.25%; }
.shop-list li .image-inner .image { }
.shop-list li .image-inner .image img { max-width: 80%; }
.shop-list li:hover .image-inner .image img { }
.shop-list li .text-inner h3 { font-size: 18px; }
.shop-list li .text-inner label { font-size: 14px; }
}

@media (max-width:991px) {
.shop-list li .text-inner h3 { font-size: 16px; text-align: center; }
.shop-list li .text-inner label { text-align: center; }
}

@media (max-width:767px) {
.shop-list li { width: 49%; margin: 10px 2%; margin-left: 0; }
.shop-list li:nth-child(3n) { margin-right: 2%; }
.shop-list li:nth-child(2n) { margin-right: 0; }
.shop-list li .text-inner { padding: 10px 10px; }
}

@media (max-width:479px) {
}
/**/
.news-list { padding: 20px 0; overflow: hidden; }
.news-list .item { float: left; width: 32%; margin: 20px 2%; overflow: hidden; margin-left: 0; }
.news-list .item:nth-child(3n) { margin-right: 0; }
.news-list .item .image-inner, .news-list .item .text-inner { line-height: 150%; font-size: 16px; overflow: hidden; }
.news-list .item .image-inner { position: relative; width: 100%; height: 0; padding-bottom: 76.25%; }
.news-list .item .image-inner .image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; display: flex; align-items: center; justify-content: center; }
.news-list .item .image-inner .image img { width: 100%; height: 100%; object-fit: cover; transition: all .6s ease-in-out; }
.news-list .item:hover .image-inner .image img { transform: scale(1.025); }
.news-list .item .image-inner:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .6s ease-out; opacity: 0; background: rgba(0,0,0,0.2); z-index: 2; }
.news-list .item:hover .image-inner:before { opacity: 1; }
.news-list .item .image-inner:after { content: "\f0c1"; font-family: 'FontAwesome'; width: 30px; height: 30px; line-height: 150%; border: 2px solid #fff; position: absolute; top: 0; left: 50%; margin-left: -17px; z-index: 9; text-align: center; font-size: 20px; color: #fff; border-radius: 50%; opacity: 0; transition: all .6s ease-out; }
.news-list .item:hover .image-inner:after { opacity: 1; top: 50%; margin-top: -17px; }
.news-list .item .text-inner { padding: 30px 30px; background: #F7F8F8; transition: all .6s ease-in-out; }
.news-list .item .text-inner .title { width: 100%; line-height: 150%; font-size: 22px; font-weight: 600; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-list .item .text-inner .text { margin: 20px 0; width: 100%; height: 90px; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.news-list .item .text-inner .more { width: 100%; color: #A7A7A7; }
.news-list .item:hover .text-inner { background: #DAB866; }
.news-list .item:hover .text-inner .text, .news-list .item:hover .text-inner .more { color: #fff; }
.news-list .item:hover .text-inner .title, .news-list .item:hover .text-inner .title a { color: #fff; }

@media (max-width:1449px) {
.news-list { padding: 10px 0; }
.news-list .item { margin: 10px 2%; margin-left: 0; }
.news-list .item .image-inner, .news-list .item .text-inner { font-size: 15px; }
.news-list .item .text-inner { padding: 10px 10px; }
.news-list .item .text-inner .title { font-size: 20px; }
.news-list .item .text-inner .text { margin: 10px 0; }
}

@media (max-width:1199px) {
.news-list { padding: 5px 0; }
.news-list .item { margin: 5px 2%; margin-left: 0; }
.news-list .item .image-inner, .news-list .item .text-inner { font-size: 14px; }
.news-list .item .text-inner { }
.news-list .item .text-inner .title { font-size: 18px; }
}

@media (max-width:991px) {
.news-list .item .text-inner .title { font-size: 16px; }
}

@media (max-width:767px) {
.news-list .item { width: 49%; }
.news-list .item:nth-child(3n) { margin-right: 2%; }
.news-list .item:nth-child(2n) { margin-right: 0; }
}

@media (max-width:479px) {
.news-list .item .text-inner .text { display: none; }
}
/**/

.contact-wrap { position: relative; overflow: hidden; }
.contact-wrap .image-inner { margin: 0 auto; width: 100%; text-align: center; position: relative; z-index: 1; }
.contact-wrap .image-inner img { width: 100%; vertical-align: middle; }
.contact-wrap .container-small { position: absolute; left: 10%; width: 80%; top: 0; height: 100%; z-index: 2; display: flex; align-items: center; justify-content: flex-start; }

@media (max-width:1449px) {
.contact-wrap .container-small { left: 2%; width: 96%; }
}

@media (max-width:1199px) {
}

@media (max-width:991px) {
}

@media (max-width:767px) {
.contact-wrap .container-small { position: static; left: auto; }
}

@media (max-width:479px) {
}
/**/
.contact-inner { width: 55%; padding: 50px 50px; overflow: hidden; background: #fff; }
.contact-inner dt, .contact-inner dd { display: block; }
.contact-inner dt { margin-bottom: 10px; }
.contact-inner dt span, .contact-inner dt strong { display: block; line-height: 2; }
.contact-inner dt span { color: #DAB866; font-size: 16px; }
.contact-inner dt strong { font-size: 28px; font-weight: 400; }
.contact-inner dd { }
.contact-inner dd li { float: left; width: 49%; line-height: 1.5; margin: 20px 0; }
.contact-inner dd li span, .contact-inner dd label { display: block; font-size: 22px; overflow: hidden; }
.contact-inner dd li span { margin-bottom: 10px; }
.contact-inner dd li:nth-child(2) { float: right; }
.contact-inner dd li:nth-child(3) { width: 100%; }
.contact-inner dd li:nth-child(3) label { font-size: 16px; }

@media (max-width:1449px) {
.contact-inner { width: 55%; padding: 30px 30px; }
.contact-inner dt span, .contact-inner dt strong { line-height: 150%; }
.contact-inner dt span { font-size: 15px; }
.contact-inner dt strong { font-size: 24px; }
.contact-inner dd li { line-height: 150%; }
.contact-inner dd li span, .contact-inner dd label { font-size: 24px; }
.contact-inner dd li:nth-child(3) label { font-size: 15px; }
}

@media (max-width:1199px) {
.contact-inner { width: 55%; padding: 20px 20px; }
.contact-inner dt span, .contact-inner dt strong { line-height: 150%; }
.contact-inner dt span { font-size: 14px; }
.contact-inner dt strong { font-size: 20px; }
.contact-inner dd li { line-height: 150%; }
.contact-inner dd li span, .contact-inner dd label { font-size: 20px; }
.contact-inner dd li:nth-child(3) label { font-size: 14px; }
}

@media (max-width:991px) {
.contact-inner dt strong { font-size: 18px; }
.contact-inner dd li { width: 100%; margin: 10px 0; }
.contact-inner dd li span, .contact-inner dd label { font-size: 18px; }
}

@media (max-width:767px) {
.contact-inner { margin-top: 10px; width: 100%; padding: 20px 20px; overflow: hidden; background: #F7F8F8; }
.contact-inner dt strong { font-size: 16px; font-weight: 600; }
.contact-inner dd li { }
.contact-inner dd li span { font-size: 16px; font-weight: 600; }
}

@media (max-width:479px) {
}
/**/
.form-inner { padding: 20px 0; overflow: hidden; }
.form-inner .title, .form-inner .list { overflow: hidden; }
.form-inner .title { font-size: 22px; font-weight: 600; border-bottom: 1px solid #D2D2D2; }
.form-inner .list { }
.form-inner .list li { float: left; width: 49%; margin: 10px 2%; padding: 0 0; margin-left: 0; overflow: hidden; cursor: pointer; }
.form-inner .list li:nth-child(2n) { margin-right: 0; }
.form-inner .list li:nth-child(5), .form-inner .list li:nth-child(6) { width: 100%; margin-right: 0; }
.form-inner .list li:nth-child(5) { height: auto; }
.form-inner .list li:nth-child(6) { background: none; }
.form-inner .list label { display: block; font-size: 20px; color: #A7A7A7; padding-bottom: 10px; }
.form-inner .form-input, .form-inner .form-textarea, .form-inner .form-button { height: 55px; line-height: 55px; outline: none; font-size: 18px; width: 100%; display: block; overflow: hidden; background: #F7F8F8; padding: 0 10px; color: #A7A7A7; border: 0; }
.form-inner .form-textarea { height: 240px; resize: none; }
.form-inner .form-button { margin: 0 auto; display: block; width: 180px; text-align: center; background: #DAB866; border-color: #DAB866; color: #fff; cursor: pointer; }

@media (max-width:1449px) {
.form-inner { padding: 10px 0; }
.form-inner .list label { font-size: 18px; }
.form-inner .form-input, .form-inner .form-textarea, .form-inner .form-button { height: 45px; line-height: 45px; font-size: 16px; }
.form-inner .form-textarea { height: 200px; }
.form-inner .form-button { width: 160px; }
}

@media (max-width:1199px) {
.form-inner .list label { font-size: 16px; }
.form-inner .form-input, .form-inner .form-textarea, .form-inner .form-button { height: 35px; line-height: 150%; font-size: 14px; }
.form-inner .form-textarea { height: 160px; }
.form-inner .form-button { width: 120px; }
}

@media (max-width:991px) {
}

@media (max-width:767px) {
}

@media (max-width:479px) {
.form-inner .list li { width: 100%; margin: 5px 0; }
.form-inner .form-textarea { height: 120px; }
}
/**/
.page-turn { text-align: center; padding: 10px 0; padding-bottom: 20px; overflow: hidden; display: flex; width: 100%; justify-content: center; font-size: 18px; }
.page-turn li { display: block; overflow: hidden; background: #EFEFEF; border-radius: 5px; height: 40px; line-height: 40px; font-size: 18px; margin: 0px 5px; text-align: center; }
.page-turn li.active, .page-turn li .current, .page-turn li:hover { background: #DAB866; color: #fff; }
.page-turn li a, .page-turn li span { display: block; padding: 0 15px; }
.page-turn li.active a, .page-turn li:hover a { color: #fff; }
.page-turn strong { margin: 0 5px; }

@media (max-width:1449px) {
}

@media (max-width:1199px) {
.page-turn, .page-turn li { font-size: 16px; }
}

@media (max-width:991px) {
.page-turn, .page-turn li { font-size: 15px; }
}

@media (max-width:767px) {
}

@media (max-width:479px) {
}
/**/
.view-page { }
.view-inner { padding: 20px 0; overflow: hidden; }
.view-title { margin-top: 20px; font-size: 30px; font-weight: 600; padding-bottom: 10px; overflow: hidden; text-align: center; }
.view-info { color: #676767; line-height: 150%; font-size: 16px; text-align: center; overflow: hidden; }
.view-info li { display: inline-block; margin: 0 20px; color: #A7A7A7; }
.view-body { padding: 20px 0; font-size: 16px; line-height: 2.25; overflow: hidden; }
.view-body strong { color: #DAB866; font-weight: 600; }
.view-body img { width: 100%; vertical-align: middle; margin: 10px auto; display: block; }
.view-body a { color: #FFBF37; text-decoration: underline; }
.view-prev { border-top: 1px solid #EFEFEF; padding: 20px 0px; overflow: hidden; font-size: 16px; }
.view-prev li { float: left; width: 49%; height: 35px; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; line-height: 150%; }
.view-prev li:last-child { float: right; text-align: right; }
.view-prev li a { color: #A7A7A7; }

@media (max-width:1449px) {
.view-title { margin-top: 10px; font-size: 26px; padding-bottom: 0; }
.view-info { font-size: 15px; }
.view-info li { margin: 0 10px; }
.view-body { padding: 10px 0; }
.view-prev { padding: 10px 0px; font-size: 15px; }
.view-prev li { }
.view-prev li:last-child { }
}

@media (max-width:1199px) {
.view-title { font-size: 24px; }
.view-info { font-size: 14px; }
.view-info li { margin: 0 10px; }
.view-body { font-size: 15px; }
.view-prev { font-size: 14px; }
}

@media (max-width:991px) {
.view-title { font-size: 22px; }
.view-info { font-size: 14px; }
}

@media (max-width:767px) {
.view-title { font-size: 20px; }
.view-info { display: flex; align-items: center; justify-content: center; }
.view-info li { margin: 0 5px; }
.view-prev li { width: 100%; }
}

@media (max-width:479px) {
}
/**/
.view-slide { padding: 20px 0; overflow: hidden; display: -webkit-flex; display: flex; -webkit-flex-flow: wrap row; flex-flow: wrap row; -webkit-justify-content: center; justify-content: center; }
.slide-left, .slide-right { }
.slide-left { float: left; width: 52%; margin-right: 4%; overflow: hidden; position: relative; }
.slide-left .swiper-button-next, .slide-left .swiper-button-prev { position: absolute; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #666; background: none; line-height: 40px; text-align: center; font-size: 14px; color: #666; top: auto; bottom: 25px; }
.slide-left .swiper-button-next { right: 0; }
.slide-left .swiper-button-prev { left: 0; }
.slide-left .swiper-button-next, .slide-left .swiper-button-prev { border-color: #DAB866; color: #DAB866; }
.slide-left .swiper { width: 100%; height: 100%; }
.slide-left .mySwiper2 { width: 100%; height: 500px; border: 1px solid #EFEFEF; }
.slide-left .swiper-slide { text-align: center; font-size: 18px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; overflow: hidden; }
.slide-left .swiper-slide img { max-height: 100%; align-items: center; }
.slide-left .mySwiper { width: 80%; margin: 10px auto; margin-bottom: 0; height: 100px; overflow: hidden; }
.slide-left .mySwiper .swiper-slide { width: 23% !important; height: 100px; margin: 0 1% !important; border: 1px solid #EFEFEF; }
.slide-left .mySwiper .swiper-slide img { max-height: 100%; object-fit: cover; }
.slide-left .mySwiper .swiper-slide-thumb-active { border-color: #DAB866; }
.slide-right { padding: 30px 0; -webkit-flex: 1; flex: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.slide-right .title, .slide-right .other, .slide-right .text { width: 100%; line-height: 150%; font-size: 16px; overflow: hidden; }
.slide-right .title { font-size: 48px; font-weight: 600; line-height: 50px; }
.slide-right .other { padding: 20px 0; font-size: 24px; color: #A7A7A7; }
.slide-right .text { color: #666; }

@media (max-width:1449px) {
.slide-left .mySwiper2 { height: 400px; }
.slide-left .swiper-slide img { max-width: auto; max-height: 100%; align-items: center; }
.slide-right .title { font-size: 32px; }
.slide-right .other { padding: 10px 0; font-size: 20px; }
.slide-right .text { font-size: 15px; }
}

@media (max-width:1199px) {
.slide-left .mySwiper2 { height: 350px; }
.slide-right .title { font-size: 28px; }
.slide-right .other { padding: 10px 0; font-size: 18px; }
.slide-right .text { font-size: 15px; }
}

@media (max-width:991px) {
.slide-left .mySwiper2 { height: 300px; }
.slide-right .title { font-size: 24px; }
.slide-right .other { padding: 10px 0; font-size: 14px; }
.slide-right .text { font-size: 14px; }
}

@media (max-width:767px) {
.slide-left .mySwiper2 { }
.view-slide { display: block; }
.slide-left, .slide-right { width: 100%; margin-right: 0; }
}

@media (max-width:479px) {
}
/**/
.recom-show { padding: 30px 0; padding-bottom: 50px; overflow: hidden; position: relative; width: calc(100% + 124px); margin: 0 auto; margin-left: -62px; }
#recom-show { position: relative; width: calc(100% - 120px); }
#recom-show .swiper-wrapper { width: 100%; height: 100%; }
#recom-show .swiper-slide { background-color: #F7F8F8; position: relative; overflow: hidden; }
#recom-show .swiper-slide:hover { background-color: #DAB866; }
#recom-show .swiper-slide .image-inner, #recom-show .swiper-slide .text-inner { line-height: 150%; font-size: 16px; overflow: hidden; }
#recom-show .swiper-slide .image-inner { position: relative; width: 100%; height: 0; padding-bottom: 100%; }
#recom-show .swiper-slide .image-inner .image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; display: flex; align-items: center; justify-content: center; }
#recom-show .swiper-slide .image-inner .image img { max-width: 100%; align-items: center; transition: all .6s ease-in-out; }
#recom-show .swiper-slide:hover .image-inner .image img { transform: scale(1.025); }
#recom-show .swiper-slide .image-inner:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .6s ease-out; opacity: 0; background: rgba(0,0,0,0.2); z-index: 2; }
#recom-show .swiper-slide:hover .image-inner:before { opacity: 1; }
#recom-show .swiper-slide .image-inner:after { content: "\f0c1"; font-family: 'FontAwesome'; width: 30px; height: 30px; line-height: 150%; border: 2px solid #fff; position: absolute; top: 0; left: 50%; margin-left: -17px; z-index: 9; text-align: center; font-size: 20px; color: #fff; border-radius: 50%; opacity: 0; transition: all .6s ease-out; }
#recom-show .swiper-slide:hover .image-inner:after { opacity: 1; top: 50%; margin-top: -17px; }
#recom-show .swiper-slide .text-inner { padding: 20px 20px; }
#recom-show .swiper-slide .text-inner h3 { height: 35px; line-height: 150%; font-size: 20px; font-weight: 600; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
#recom-show .swiper-slide .text-inner label { overflow: hidden; color: #A7A7A7; display: block; }
#recom-show .swiper-slide:hover .text-inner a, #recom-show .swiper-slide:hover .text-inner label { color: #fff; }
.recom-show .swiper-button-prev, .recom-show .swiper-button-next { position: absolute; top: 50%; margin-top: -26px; width: 52px; height: 52px; text-align: center; line-height: 50px; background: none; border-radius: 50%; font-size: 20px; font-weight: 300; outline: none; border: 1px solid #DAB866; }
.recom-show .swiper-button-prev { left: 0px; }
.recom-show .swiper-button-next { right: 0px; }
.recom-show .swiper-button-prev:hover, .recom-show .swiper-button-next:hover { opacity: 1; background: #DAB866 !important; color: #fff !important; }

@media (max-width:1449px) {
.recom-show { padding: 20px 40px; padding-bottom: 30px; width: 100%; margin: 0 auto; margin-left: 0px; }
#recom-show { width: 100%; }
#recom-show .swiper-slide .text-inner { padding: 20px 20px; }
#recom-show .swiper-slide .text-inner h3 { font-size: 20px; }
#recom-show .swiper-slide .text-inner label { font-size: 15px; }
.recom-show .swiper-button-prev, .recom-show .swiper-button-next { margin-top: -16px; width: 32px; height: 32px; line-height: 150%; font-size: 18px; }
}

@media (max-width:1199px) {
#recom-show .swiper-slide .text-inner { padding: 10px 10px; }
#recom-show .swiper-slide .text-inner h3 { font-size: 18px; }
#recom-show .swiper-slide .text-inner label { font-size: 14px; }
}

@media (max-width:991px) {
#recom-show .swiper-slide .text-inner h3 { font-size: 16px; text-align: center; }
#recom-show .swiper-slide .text-inner label { text-align: center; }
}

@media (max-width:767px) {
}

@media (max-width:479px) {
}
/**/

@keyframes upin {
0% {
transform:scale(1.1)
}
50% {
transform:scale(1.05)
}
100% {
transform:scale(1)
}
}
/**/
.index-full { margin: 0 auto; width: 100%; position: relative; z-index: 1; overflow: hidden; }
.index-full .swiper-container { width: 100%; height: 100%; margin-left: auto; margin-right: auto; }
.index-full .swiper-container .swiper-slide { width: 100%; height: 100%; overflow: hidden; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
.index-full .swiper-container .swiper-slide .container-small { position: absolute; left: 10%; top: 0; width: 80%; height: 100%; z-index: 4; }
.index-full .swiper-container .swiper-slide .container-small .text-inner { overflow: hidden; padding-right: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; height: 100%; }
.index-full .swiper-container .swiper-slide .container-small strong, .index-full .swiper-container .swiper-slide .container-small label { color: #000000; width: 100%; line-height: 1.25; transition: all .6s ease-in-out; overflow: hidden; }
.index-full .swiper-container .swiper-slide .container-small strong { font-size: 72px; font-weight: 600; }
.index-full .swiper-container .swiper-slide .container-small label { padding: 30px 0; font-size: 18px; line-height: 150%; }
.index-full .swiper-container .swiper-slide a { display: block; height: 100% !important; }
.index-full .swiper-container .swiper-slide .image-inner { position: relative; z-index: 3; width: 100%; display: flex; align-items: center; justify-content: center; }
.index-full .swiper-container .swiper-slide .image-inner img { width: 100%; align-items: center; transform: scale(1.1); }
.index-full .swiper-container .swiper-slide-on .image-inner img { animation: upin 12s ease; transform: scale(1); }
.index-full .swiper-pagination { bottom: 10px!important; }
.index-full .swiper-pagination-bullet { width: 120px !important; height: 3px !important; margin: 0 5px !important; background-color: #fff !important; opacity: 1; border-radius: 0 !important; outline: none; }
.index-full .swiper-pagination-bullet-active { background-color: #DAB866 !important; }
.index-full .swiper-button-prev, .index-full .swiper-button-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; text-align: center; line-height: 50px; background: none; border-radius: 50%; font-size: 24px; color: #DAB866; outline: none; border: 1px solid #DAB866; }
.index-full .swiper-button-prev { left: 5px; }
.index-full .swiper-button-next { right: 5px; }
.index-full .swiper-button-prev:hover, .index-full .swiper-button-next:hover { background: #DAB866 !important; color: #fff !important; }

@media (max-width:1449px) {
.index-full { }
.index-full .swiper-container .swiper-slide .container-small { left: 2%; width: 96%; }
.index-full .swiper-container .swiper-slide .container-small .text-inner { padding-right: 50%; padding-left: 5%; }
.index-full .swiper-container .swiper-slide .container-small strong { font-size: 52px; }
.index-full .swiper-container .swiper-slide .container-small label { padding: 20px 0; font-size: 16px; line-height: 150%; }
.index-full .swiper-pagination-bullet { width: 80px !important; }
.index-full .swiper-pagination-bullet-active { }
}

@media (max-width:1199px) {
.index-full { height: 500px; }
.index-full .swiper-container .swiper-slide .container-small .text-inner { padding-right: 45%; padding-left: 10%; }
.index-full .swiper-container .swiper-slide .container-small strong { font-size: 32px; }
.index-full .swiper-container .swiper-slide .container-small label { padding: 10px 0; font-size: 14px; line-height: 150%; }
.index-full .swiper-pagination-bullet { width: 60px !important; }
.index-full .swiper-pagination-bullet-active { }
}

@media (max-width:991px) {
}

@media (max-width:767px) {
.index-full { height: 350px; }
.index-full .swiper-container { width: 100%; height: 100%; margin-left: auto; margin-right: auto; }
.index-full .swiper-container .swiper-slide { width: 100%; height: 100%; overflow: hidden; background-repeat: no-repeat; background-position: center; background-size: cover; }
.index-full .swiper-container .swiper-slide .container-small { display: none; }
.index-full .swiper-container .swiper-slide .image-inner { }
.index-full .swiper-pagination-bullet { width: 30px !important; }
.index-full .swiper-pagination-bullet-active { }
.index-full .swiper-button-prev, .index-full .swiper-button-next { display: none; }
.index-full .swiper-pagination { bottom: 0 !important; }
}

@media (max-width:479px) {
}
/**/

.index-nav { padding: 20px 0; overflow: hidden; display: -webkit-flex; display: flex; -webkit-flex-flow: wrap row; flex-flow: wrap row; -webkit-justify-content: center; justify-content: center; }
.index-nav li { float: left; width: 23.5%; padding: 30px 30px; border-radius: 10px; margin: 0 2%; overflow: hidden; margin-left: 0; background-color: #F7F8F8; position: relative; transition: all .6s ease-in-out; padding-bottom: 275px; }
.index-nav li:nth-child(4n) { margin-right: 0; }
.index-nav li:hover { background-color: #DAB866; }
.index-nav li .title, .index-nav li .text, .index-nav li .more, .index-nav li .image { overflow: hidden; line-height: 150%; font-size: 16px; position: relative; z-index: 1; }
.index-nav li .title { font-size: 24px; font-weight: 600; }
.index-nav li .text { padding: 20px 0; color: #666; }
.index-nav li .more { }
.index-nav li .more i { margin-left: 10px; transition: all .6s ease-in-out; }
.index-nav li:hover .more i { margin-left: 30px; }
.index-nav li .image { position: absolute; right: 20px; bottom: 0px; z-index: 0; text-align: right; }
.index-nav li .image img { max-width: 100%; vertical-align: middle; }
.index-nav li:hover title a, .index-nav li:hover .text, .index-nav li:hover .more a { color: #fff; }

@media (max-width:1449px) {
.index-nav { padding: 10px 0; }
.index-nav li { padding: 20px 20px; padding-bottom: 275px; }
.index-nav li .title { font-size: 22px; }
.index-nav li .text { }
.index-nav li .more { }
.index-nav li .more i { }
.index-nav li .image { right: 10px; }
}

@media (max-width:1199px) {
.index-nav li { padding: 15px 15px; padding-bottom: 215px; }
.index-nav li .title { font-size: 20px; }
.index-nav li .text { font-size: 15px; }
.index-nav li .more { font-size: 15px; }
.index-nav li .more i { }
.index-nav li .image img { max-width: 80%; }
.index-nav li .image { right: 0; }
}

@media (max-width:991px) {
.index-nav li { padding: 10px 10px; padding-bottom: 185px; }
.index-nav li .title { font-size: 18px; }
.index-nav li .text { font-size: 14px; }
.index-nav li .more { font-size: 14px; }
}

@media (max-width:767px) {
.index-nav { padding: 5px 0; }
.index-nav li { width: 49%; margin-top: 5px; margin-bottom: 5px; }
.index-nav li:nth-child(2n) { margin-right: 0; }
}

@media (max-width:479px) {
}
/**/
.index-news { padding: 20px 25px; overflow: hidden; }
.index-news li { float: left; width: 32%; margin: 0 2%; overflow: hidden; margin-left: 0; background-color: #F7F8F8; position: relative; transition: all .6s ease-in-out; }
.index-news li:last-child { margin-right: 0; }
.index-news li:hover { box-shadow: 0 0 25px rgba(0,0,0,.15); }
.index-news li .image-inner, .index-news li .text-inner { line-height: 150%; font-size: 16px; overflow: hidden; }
.index-news li .image-inner { position: relative; width: 100%; height: 0; padding-bottom: 86.25%; }
.index-news li .image-inner .image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }
.index-news li .image-inner .image img { width: 100%; height: 100%; object-fit: cover; transition: all .6s ease-in-out; }
.index-news li:hover .image-inner .image img { transform: scale(1.025); }
.index-news li .image-inner:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .6s ease-out; opacity: 0; background: rgba(0,0,0,0.2); z-index: 2; }
.index-news li:hover .image-inner:before { opacity: 1; }
.index-news li .image-inner:after { content: "\f0c1"; font-family: 'FontAwesome'; width: 30px; height: 30px; line-height: 150%; border: 2px solid #fff; position: absolute; top: 0; left: 50%; margin-left: -17px; z-index: 9; text-align: center; font-size: 20px; color: #fff; border-radius: 50%; opacity: 0; transition: all .6s ease-out; }
.index-news li:hover .image-inner:after { opacity: 1; top: 50%; margin-top: -17px; }
.index-news li .text-inner { overflow: hidden; padding: 30px 30px; }
.index-news li .text-inner .title { width: 100%; line-height: 150%; font-size: 24px; font-weight: 600; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 30px; }
.index-news li .text-inner .text { margin: 10px 0; width: 100%; height: 120px; line-height: 150%; color: #666; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.index-news li .text-inner .more { width: 100%; height: 38px; font-size: 18px; font-weight: 600; display: flex; justify-content: flex-start; }
.index-news li .text-inner .more i { margin-left: 10px; width: 38px; height: 38px; font-size: 18px; color: #fff; background: #1A1919; border-radius: 50%; text-align: center; line-height: 38px; transition: all .6s ease-in-out; }
.index-news li:hover .text-inner .title a { color: #DAB866; }
.index-news li:hover .text-inner .more i { background: #DAB866; color: #fff; margin-left: 30px; }

@media (max-width:1449px) {
.index-news { padding: 20px 20px; }
.index-news li .image-inner, .index-news li .text-inner { font-size: 15px; }
.index-news li .text-inner { padding: 20px 20px; }
.index-news li .text-inner .title { font-size: 20px; }
.index-news li .text-inner .text { }
.index-news li .text-inner .more { font-size: 16px; }
}

@media (max-width:1199px) {
.index-news li .image-inner, .index-news li .text-inner { font-size: 14px; }
.index-news li .text-inner { }
.index-news li .text-inner .title { font-size: 18px; }
.index-news li .text-inner .text { }
.index-news li .text-inner .more { }
}

@media (max-width:991px) {
.index-news li .text-inner .title { font-size: 16px; }
}

@media (max-width:767px) {
.index-news { padding: 10px 0; }
.index-news li { width: 49%; }
.index-news li:nth-child(2) { margin-right: 0 }
.index-news li:nth-child(3) { width: 100%; margin-top: 10px; }
.index-news li:nth-child(3) .title { height: auto; }
.index-news li:nth-child(3) .text { height: auto; }
}

@media (max-width:479px) {
}
/**/
.product-wrap { }
.index-product { padding: 20px 0; overflow: hidden; width: 100%; }
#index-product { position: relative; }
#index-product .swiper-wrapper { width: 100%; height: 100%; }
#index-product .swiper-slide { background-color: #F7F8F8; overflow: hidden; }
#index-product .swiper-slide .image-inner, #index-product .swiper-slide .text-inner { overflow: hidden; position: relative; z-index: 1; }
#index-product .swiper-slide .image-inner { float: left; position: relative; z-index: 2; width: 50%; height: 0; padding-bottom: 36.25%; }
#index-product .swiper-slide .image-inner .image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }
#index-product .swiper-slide .image-inner .image img { width: 100%; height: 100%; object-fit: cover; transition: all .6s ease-in-out; }
#index-product .swiper-slide:hover .image-inner .image img { transform: scale(1.025); }
#index-product .swiper-slide .container-small { position: absolute; z-index: 0; left: 10%; top: 0; height: 100%; }
#index-product .swiper-slide .text-inner { float: right; width: 50%; padding: 50px 50px; padding-right: 0; overflow: hidden; display: flex; flex-direction: column; }
#index-product .swiper-slide .text-inner .title, #index-product .swiper-slide .text-inner .text, #index-product .swiper-slide .text-inner .more { width: 100%; line-height: 1.35; overflow: hidden; }
#index-product .swiper-slide .text-inner .title { padding-bottom: 20px; font-size: 36px; font-weight: 600; position: relative; }
#index-product .swiper-slide .text-inner .title:after { content: ''; position: absolute; left: 0; bottom: 0; width: 20px; height: 3px; background: #DAA166; }
#index-product .swiper-slide .text-inner .title a { }
#index-product .swiper-slide:hover .text-inner .title a { color: #DAA166; }
#index-product .swiper-slide .text-inner .text { margin: 20px 0; font-size: 16px; line-height: 150%; display: -webkit-box; display: -moz-box; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-line-clamp: 6; line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
#index-product .swiper-slide .text-inner .more { }
#index-product .swiper-slide .text-inner .more a { display: inline-block; height: 50px; line-height: 50px; padding: 0 30px; position: relative; overflow: hidden; border-radius: 5px; font-size: 18px; z-index: 1; color: #fff; background: #DAB866 }
#index-product .swiper-slide .text-inner .more a span { display: block; position: relative; z-index: 1; }
#index-product .swiper-slide .text-inner .more a:before { content: ''; bottom: 0px; position: absolute; z-index: 0; left: 0; width: 0; height: 100%; background: #DAA166; transition: all .6s ease-in-out; }
#index-product .swiper-slide .text-inner .more a:hover { }
#index-product .swiper-slide:hover .text-inner .more a:before { width: 100%; }
#index-product .swiper-slide .other-inner { position: absolute; left: 0; bottom: -75px; z-index: 2; font-size: 78px; letter-spacing: 10px; color: #5B73A7; font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif; }
#index-product .tool-inner { position: absolute; z-index: 99; bottom: 20px; left: calc(50% + 50px); display: flex; align-items: center; justify-content: center; height: 42px; width: 300px; }
#index-product .tool-inner .tool { position: relative; height: 42px; }
#index-product .swiper-pagination { bottom: 14px; }
#index-product .swiper-pagination-bullet { width: 30px !important; height: 4px !important; margin: 0 0 !important; background-color: #DDDDDD !important; opacity: 1; border-radius: 0 !important; outline: none; }
#index-product .swiper-pagination-bullet-active { background-color: #DAB866 !important; }
#index-product .swiper-button-prev, #index-product .swiper-button-next { width: 40px; height: 40px; text-align: center; line-height: 40px; background: none; border-radius: 50%; font-size: 18px; color: #DAB866; outline: none; border: 1px solid #DAB866; }
#index-product .swiper-button-prev { left: 0; }
#index-product .swiper-button-next { right: 0; }
#index-product .swiper-button-prev:hover, #index-product .swiper-button-next:hover { background: #DAB866 !important; color: #fff !important; }

@media (max-width:1449px) {
#index-product .swiper-slide .container-small { left: 2%; }
#index-product .swiper-slide .text-inner { padding: 30px 30px; padding-right: 0; }
#index-product .swiper-slide .text-inner .more { }
#index-product .swiper-slide .text-inner .more a { height: 45px; line-height: 45px; padding: 0 25px; font-size: 16px; }
#index-product .swiper-slide .text-inner .title { padding-bottom: 20px; font-size: 32px; }
#index-product .swiper-slide .text-inner .text { margin: 20px 0; font-size: 15px; line-height: 150%; -webkit-line-clamp: 5; line-clamp: 5; }
#index-product .tool-inner { left: calc(50% + 30px); }
}

@media (max-width:1199px) {
#index-product .swiper-slide .text-inner .title { padding-bottom: 10px; font-size: 28px; }
#index-product .swiper-slide .text-inner .text { margin: 10px 0; font-size: 14px; -webkit-line-clamp: 4; line-clamp: 4; }
}

@media (max-width:991px) {
#index-product .swiper-slide .text-inner { padding-top: 10px; padding-bottom: 10px; }
#index-product .swiper-slide .text-inner .title { font-size: 24px; }
#index-product .swiper-slide .text-inner .text { -webkit-line-clamp: 3; line-clamp: 3; }
#index-product .swiper-slide .text-inner .more a { height: 35px; line-height: 150%; padding: 0 15px; font-size: 15px; }
#index-product .tool-inner { bottom: 10px; }
}

@media (max-width:767px) {
#index-product { padding-bottom: 60px; background-color: #F7F8F8; }
#index-product .swiper-slide .image-inner, #index-product .swiper-slide .text-inner { width: 100%; }
#index-product .swiper-slide .image-inner { padding-bottom: 76.25%; }
#index-product .swiper-slide .container-small { position: static; }
#index-product .tool-inner { left: 50%; bottom: 20px; margin-left: -150px; }
#index-product .swiper-slide .text-inner { padding: 20px 20px; }
}

@media (max-width:479px) {
}
/**/
.ovs { overflow: visible; }
/**/
