@charset "utf-8";
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}
ol,
ul {
    list-style: none;
    he
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
a {
    text-decoration: none;
    outline: none;
    color: #666;
}
img {
    border: 0;
    width: 100%;
    vertical-align: bottom;
}
a:focus {
    outline: none;
}
html {
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}
::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background: #555;
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background: #ddd;
}
table {
    border-collapse: collapse;
    width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'],
input[type='submit'] {
    cursor: pointer;
    border: 0;
    outline: none;
    -webkit-appearance: none;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
    padding: 0px;
    color: #666;
    font-size: 12px;
    outline: none;
    -webkit-appearance: none;
}
img,
a,
div,
b,
em,
i,
li,
p,
h3,
span,
h1,
h2,
h4,
h5,
h6 {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@font-face {
    font-family: 'Centrale Sans';
    src: url('font/CentraleSans-Light.eot');
    src: url('font/CentraleSans-Light.eot?#iefix') format('embedded-opentype'),
    url('font/CentraleSans-Light.woff2') format('woff2'),
    url('font/CentraleSans-Light.woff') format('woff'),
    url('font/CentraleSans-Light.ttf') format('truetype'),
    url('font/CentraleSans-Light.svg#CentraleSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Centrale Sans Medium';
    src: url('font/CentraleSans-Medium.eot');
    src: url('font/CentraleSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('font/CentraleSans-Medium.woff2') format('woff2'),
    url('font/CentraleSans-Medium.woff') format('woff'),
    url('font/CentraleSans-Medium.ttf') format('truetype'),
    url('font/CentraleSans-Medium.svg#CentraleSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Centrale Sans blod';
    src: url('font/CentraleSans-Bold.eot');
    src: url('font/CentraleSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('font/CentraleSans-Bold.woff2') format('woff2'),
    url('font/CentraleSans-Bold.woff') format('woff'),
    url('font/CentraleSans-Bold.ttf') format('truetype'),
    url('font/CentraleSans-Bold.svg#CentraleSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Centrale Sans', arial;
    background: #fff;
    font-size: 16px;
    color: #000;
    min-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    position: relative;
}
h4 {
    font-family: 'Centrale Sans blod', arial;
}
.gray_bg {
    background-color: #f8f8f8;
}
.white_bg {
    background-color: #fff;
}
.white {
    color: #fff;
}
.black {
    color: #000;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    clear: both;
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.text-center {
    text-align: center;
}
.radius {
    border-radius: 15px;
    overflow: hidden;
}
.rel {
    position: relative;
}
.overflow-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.theme-container {
    width: 83.3%;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1600px;
}
.theme-banner {
    background: url(load.gif) center no-repeat;
}
.theme-banner {
    display: block;
    width: 100%;
    height: 90vh;
    min-height: 610px;
}
.theme-banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* .theme-banner .swiper-slide.swiper-slide-active a {
    transform: scale(1.05);
    transition: -webkit-transform 8s linear;
    -webkit-transform: scale(1.05);
    -webkit-transition: -webkit-transform 5s linear;
} */
.theme-banner .swiper-pagination {
    position: absolute;
    bottom: 3%;
    left: 50%;
    width: fit-content;
    height: fit-content;
    transform: translatex(-50%);
}
.theme-banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.theme-banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
}
.theme-banner .swiper-pagination div::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
}
.theme-banner .swiper-pagination div.swiper-pagination-bullet {
    opacity: 1;
}
.theme-banner .swiper-pagination div.swiper-pagination-bullet b {
    opacity: 0;
}
.theme-banner .swiper-pagination div.swiper-pagination-bullet::after {
    opacity: .4;
}
.theme-banner .swiper-pagination div.swiper-pagination-bullet-active b {
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 12px;
    padding: 8px;
}
.theme-banner .swiper-pagination div.swiper-pagination-bullet-active::after {
    opacity: 0;
}
.header-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 1280px;
    width: 100%;
    transition: none;
}
.header-box.active {
    position: fixed;
    top: 0;
    transform: translateY(-101%);
}
.header-box.active.slideDown,
.header-box.active.slideUp {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.header-box.active.slidedowm {
    transform: translateY(0);
}
.header-bg {
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .35);
}
.header-box .theme-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: block;
    width: 200px;
    height: 70px;
    background: url(logo.png) no-repeat;
    transition: all 0.5s;
    background-size: 100% 100%;
}
.header-color .logo {
    background-image: url(logo02.png);
}
.header-bg .logo {
    background-image: url(logo02.png);
}
.head-right {
    display: flex;
    justify-content: space-between;
}
nav ul {
    display: flex;
}
nav ul li {
    margin: 0 .1042rem;
}
nav > ul > li > a {
    position: relative;
    display: block;
    font-size: .0833rem;
    color: #fff;
    line-height: .4688rem;
    text-transform: uppercase;
    transition: all 0.4s;
    font-weight: bold;
}
nav > ul > li > a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}
.header-color nav > ul > li > a {
    color: #000;
}
.header-color nav > ul > li > a::after {
    color: #000;
    background-color: #000;
}
.header-bg nav > ul > li > a::after {
    background-color: #000;
}
nav > ul > li > a:hover::after,
nav > ul > li > a.active::after {
    width: 100%;
    opacity: 1;
}
.header-bg nav > ul > li > a {
    color: #000;
}
.head-search {
    position: relative;
    width: .2604rem;
    height: .4688rem;
    margin-left: 0px;
}
.head-search i {
    display: block;
    height: 100%;
    width: .2604rem;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: .1302rem;
    background-image: url(search_icon.png);
}
.head-search form {
    display: flex;
    position: absolute;
    right: 0;
    top: .4688rem;
    padding: 0 .1042rem;
    height: 0;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f003065, endColorstr=#7f003065);
    background: rgba(0, 0, 0, .5);
}
.head-search input[type="text"] {
    width: .7813rem;
    line-height: .1563rem;
    height: .1563rem;
    overflow: hidden;
    border: 1px solid #eee;
    color: #999;
    padding: 0 10px;
    text-align: left;
}
.head-search input[type="submit"] {
    width: .2604rem;
    height: .1563rem;
    background-image: url(search_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    cursor: pointer;
    background-color: #000;
}
.head-search:hover form {
    height: .3125rem;
    padding: .0781rem .1042rem;
}
.header-color .head-search i {
    background-image: url(search_icon03.png);
}
.header-bg .head-search i {
    background-image: url(search_icon03.png);
}
.header-color .head-language i,
.header-bg .head-language i {
    background-image: url(language_icons.png);
}
.header-color .head-language,
.header-bg .head-language {
    color: #333;
}
/*首页搜索*/
.i_search {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: .5s;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 99999;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.i_search em {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    transition: .5s;
    opacity: 0;
    border: 0 solid #000;
}
.i_search .search_page {
    margin: 5em 0;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1);
    opacity: 0;
    width: 100%;
}
.i_search .search_page form {
    display: block;
    padding: 0 15px;
    width: 60%;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 20px;
}
.i_search .search_page input {
    display: block;
    float: left;
    font-size: 20px;
}
.i_search .search_page input[type="text"] {
    width: 90%;
    border: 0;
    text-align: left;
    line-height: 40px;
    background: none;
    height: 40px;
    color: #333;
    -webkit-appearance: none;
}
.i_search .search_page input[type="submit"] {
    width: 10%;
    border: none;
    text-align: center;
    line-height: 35px;
    height: 35px;
    background: url(search_icon03.png) no-repeat right;
}
.i_search.open {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}
.i_search.open em {
    visibility: visible;
    opacity: 1;
    border-width: 10px;
}
.i_search.open .search_page {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.i_search.open .search_page::before {
    content: "Search";
    font-size: 48px;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-104px);
}
.header-sprache {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .0781rem;
    position: relative;
}
.header-sprache > a {
    display: block;
    font-size: 12px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50px;
    padding: 8px 18px;
}
.header-sprache > a i {
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    padding-right: 10px;
}
.header-sprache > a img {
    width: 18px;
    vertical-align: baseline;
}
.header-sprache .nav-item {
    width: auto;
    top: 64px;
    background: rgba(27, 27, 27, .9);
    padding: 24px 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 9px 0px #1f354e33;
    left: 50%;
    position: absolute;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -20px);
    transition: all .4s;
}
.header-sprache .nav-item a {
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 12px;
}
.header-sprache .nav-item a:hover {
    background: #333;
    border-radius: 10px;
}
.header-sprache .nav-item i {
    margin-right: 10px;
}
.header-sprache .nav-item img {
    width: 20px;
    vertical-align: baseline;
}
.header-sprache:hover .nav-item {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}
.header-box.active .header-sprache > a {
    border: 1px solid rgba(0, 0, 0, .3);
    color: #333;
}
.header-box.active .header-sprache > a i {
    border-right: 1px solid rgba(0, 0, 0, .3);
}
.header-box.header-color .header-sprache > a {
    border: 1px solid rgba(0, 0, 0, .3);
    color: #333;
}
.header-box.header-color .header-sprache > a i {
    border-right: 1px solid rgba(0, 0, 0, .3);
}
.p-top {
    padding-top: .4688rem;
}
.head-cart {
    position: relative;
    display: block;
    height: .4688rem;
    width: .2604rem;
}
.head-cart i {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: .1302rem;
    height: .1302rem;
    background: url(cart_icon.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.header-color .head-cart i {
    background-image: url(cart_icon03.png);
}
.header-bg .head-cart i {
    background-image: url(cart_icon03.png);
}
.headcart {
    position: absolute;
    right: -18px;
    top: .4167rem;
    width: 2.2135rem;
    padding: .1302rem;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    border-radius: 18px;
    display: none;
}
.head-cart:hover .headcart {
    display: block;
}
.headcart::after {
    content: "";
    position: absolute;
    right: .151rem;
    top: -0.125rem;
    display: block;
    border-bottom: 12px solid #fff;
    border-top: 12px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}
.headcart h3 {
    color: #000;
    font-size: 18px;
    font-family: 'Centrale Sans-Bold';
    margin-bottom: 20px;
}
.headcart-order {
    display: block;
    width: 95%;
    line-height: 50px;
    margin: 5% auto 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background-color: #000;
    cursor: pointer;
}
.headcart ul {
    max-height: 257px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.headcart .node {
    padding: 90px 0;
}
.headcart ul li {
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.headcart ul li:last-child {
    border-bottom: 0;
}
.head-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-pro-img {
    width: 30%;
}
.head-pro-text {
    width: auto;
    margin-right: 15%;
}
.head-pro-text h4 {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
}
.head-pro-text p {
    font-size: 14px;
}
.headcart ul li strong {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(del.png) center no-repeat;
    cursor: pointer;
}
.theme-title {
    padding-bottom: 4%;
}
.theme-title h2 {
    font-size: 44px;
    font-family: 'Centrale Sans-Bold';
    line-height: 1.2;
    color: #000;
}
.theme-title h2.white {
    color: #fff;
}
.theme-title h3 {
    font-size: 40px;
    font-family: 'Centrale Sans-Bold';
    line-height: 1.2;
    color: #000;
}
.theme-title h3.white {
    color: #fff;
}
.theme-introduce {
    padding: 5% 0;
    background-color: #f7f7f7;
}
.theme-introduce-box {
    display: flex;
    justify-content: space-between;
}
.theme-video {
    position: relative;
    width: 55.8%;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
}
.theme-video:hover img {
    transform: scale(1.04, 1.04);
}
.theme-video i,
.theme-depa-left i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    width: 5.2vw;
    height: 5.2vw;
    min-width: 50px;
    min-height: 50px;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    background-color: rgba(0, 85, 88, 0.8);
    cursor: pointer;
}
.theme-video i img {
    width: 20px;
    height: 25px;
    margin: 0 auto;
}
.theme-introduce-right {
    width: 42.8%;
    display: flex;
    flex-wrap: wrap;
    float: right;
    align-content: space-between;
    margin-left: 40px;
}
.theme-introduce-text {
    position: absolute;
    left: 5%;
    bottom: 52px;
    margin: auto;
    text-align: left;
}
.theme-introduce-text img {
    width: 92px;
}
.theme-introduce-text h3 {
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Centrale Sans-Bold';
    color: #fff;
}
.theme-introduce-text p {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    padding-bottom: 20px;
}
.theme-introduce-right01-tit {
    position: absolute;
    top: 89px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
}
.theme-introduce-right01-tit p {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}
.theme-introduce-right01-tit i {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    overflow: hidden;
    padding: 20px;
    margin: 0 auto;
}
.introduce-right-01 .theme-introduce-text {
    bottom: 20px;
}
.introduce-right-01 .theme-introduce-text h3 {
    font-size: 28px;
}
.introduce-right-01 {
    border-radius: 10px;
    overflow: hidden;
}
.introduce-right-01 .theme-introduce-text h3,
.introduce-right-01 .theme-introduce-text p {
    color: #fff;
}
.introduce-right-02 {
    border-radius: 10px;
    overflow: hidden;
}
.introduce-right-02 .theme-introduce-text {
    left: 55px;
    bottom: 85px;
}
.introduce-right-02 .theme-introduce-text h3 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 30px;
}
.introduce-right-02 .theme-introduce-text p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 0;
}
.theme-product {
    background-color: #fff;
    padding: 0;
}
.theme-product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.theme-product-top-tit span {
    font-size: 45px;
    color: #000;
    font-weight: 700;
}
.theme-product-top-nav {
    display: flex;
    align-items: center;
}
.theme-product-top-nav > div {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 30px;
    width: 86px;
    height: 55px;
    background: transparent;
    cursor: pointer;
}
.theme-product-top-nav > div > i {
    width: 15px;
    height: 15px;
}
.webpro-prev i {
    background: url(webpro-prev-bg.png) bottom no-repeat;
}
.webpro-next i {
    background: url(webpro-next-bg.png) bottom no-repeat;
}
.webpro-prev {
    margin-right: 10px;
}
.webpro-next {
    background-color: #000;
    border: 1px solid #000;
}
.webpro-prev:hover,
.webpro-next:hover {
    background-color: #000;
    border: 1px solid #000;
}
.webpro-prev:hover i,
.webpro-next:hover i {
    background-position: top;
}
.webpro-prev.swiper-button-disabled,
.webpro-next.swiper-button-disabled {
    cursor: no-drop;
}
/*zc修改*/
.swiper-product {
    overflow: unset;
    width: 57.6042vw;
    margin: 0 0;
}
.swiper-product .swiper-slide-next {
    transform: scale(0.9, 0.9);
}
.swiper-product .swiper-slide-prev {
    transform: scale(0.9, 0.9);
}
.index-pro-top {
    border-radius: 20px;
    width: 57.6042vw;
    overflow: hidden;
}
.index-pro-pic {
    border-radius: 20px;
    overflow: hidden;
}
.index-pro-pic img {
    width: 100%;
    height: 100%;
}
.product-btn {
    position: absolute;
    bottom: 6.5106vh;
    right: 1.5625vw;
}
.index-pro-bot {
    margin-top: 30px;
    text-align: center;
}
.index-pro-bot h4 {
    font-size: 30px;
    color: #000;
    line-height: 1;
    margin-bottom: 15px;
}
.index-pro-bot p {
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.roompro_icon {
    position: absolute;
    width: 32px;
    height: 32px;
    background: rgb(0 0 0 / 10%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.roompro_icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    transform: translate(-50%, -50%);
}
.roompro_icon:hover i {
    width: 10px;
    height: 10px;
    background-color: #000;
}
.roompro_text {
    position: absolute;
    top: 47px;
    left: 50%;
    width: 180px;
    padding: 6px 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.roompro_text p {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}
.roompro_text em {
    color: #000;
    font-style: normal;
    font-size: 14px;
    line-height: 1.2;
}
.roompro_text::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff
}
.roompro_icon:hover .roompro_text {
    opacity: 1;
    visibility: inherit;
}
.theme-about {
    position: relative;
    padding: 79px 0;
    background: #fff;
}
.theme-about-img {
    position: relative;
}
.theme-about-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 94px;
}
.theme-about-text {
    width: 666px;
    padding-top: 75px;
}
.theme-about-text h1 {
    font-family: "Centrale Sans-light";
    font-size: 40px;
    color: #000;
    margin-bottom: 38px;
    line-height: 1;
}
.theme-about-text p {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.5;
    color: #000;
}
.theme-about-text a {
    display: flex;
    width: 195px;
    font-size: 16px;
    color: #fff;
    line-height: 56px;
    background-color: #000;
    margin-top: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 40px;
    border-radius: 40px;
}
.theme-about-text a span {
    flex: 1;
}
.theme-about-text a i {
    background: url(about-btn-ico.png) no-repeat;
    background-size: 100%;
    width: 21px;
    height: 20px;
}
.theme-about-text a:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 25px -8px rgba(0, 0, 0, .3);
}
.theme-about-factory {
    width: 816px;
    margin-right: -63px;
}
.theme-factory {
    width: 100vw;
    height: 38.54vw;
    min-width: 1280px;
    min-height: 506px;
    position: relative;
    overflow: hidden;
    background: #000;
}
.theme-factory-text {
    position: absolute;
    left: 50%;
    width: 40%;
    top: 28%;
    z-index: 10;
    transform: translateX(-50%);
    text-align: center;
}
.theme-factory-desc {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}
.theme-factory-more {
    color: #fff;
    text-decoration: underline;
    margin-top: 50px;
    font-size: 18px;
    display: block;
}
.theme-factory video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}
.theme-factory .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/index-factory.jpg) no-repeat center center;
    background-size: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.animation-bg {
    animation: animation-bg 16s infinite;
}
@keyframes animation-bg {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    60% {
        transform: translate(-50%, -50%) scale(1.1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
.theme-hotpro {
    padding: 82px 0;
    background-color: #fff;
}
.theme-hotpro-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.theme-hotpro .theme-title {
    padding-bottom: 0;
}
.theme-hotpro .theme-title h3 {
    font-size: 35px;
    font-family: 'Centrale Sans';
    color: #3a3a3a;
}
.theme-hotpro-top a {
    display: flex;
    width: 195px;
    font-size: 16px;
    color: #333;
    line-height: 56px;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 40px;
    border-radius: 40px;
    border: 1px solid #333;
}
.theme-hotpro-top a i {
    background: url(more-bg.png) no-repeat;
    background-size: 100%;
    width: 21px;
    height: 13px;
}
.theme-hotpro-top a:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.theme-hotpro-top a:hover i {
    background: url(more-bg.png) bottom no-repeat;
}
.swiper-hot {
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
    overflow: unset;
}
.swiper-hot a {
    padding: 20px;
    width: 19% !important;
    display: block;
    text-align: center;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .08);
    border-radius: 15px;
}
.swiper-hot a img {
    margin-bottom: 5%;
    border-radius: 12px;
}
.swiper-hot a:hover img {
    transform: scale(1.1, 1.1);
}
.swiper-hot a div {
    overflow: hidden;
}
.swiper-hot a h3 {
    font-size: 20px;
    font-family: 'Centrale Sans';
    line-height: 1.6;
    color: #242424;
    margin-top: 20px;
}
.swiper-hot a p {
    font-size: 16px;
    line-height: 1.6;
}
.theme-hotpro-left {
    padding-top: 25px;
}
.theme-hotpro-left .theme-title {
    margin-bottom: 15%;
}
.hot-prev,
.hot-next {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    background-size: 100% auto;
    top: 50%;
    transform: translateY(-50%);
}
.hot-prev {
    left: -75px;
    background: url(../images/hos_prev.png) top center/cover no-repeat #f8f8f8;
}
.hot-next {
    right: -75px;
    background: url(../images/hos_next.png) top center/cover no-repeat #f8f8f8;
}
.hot-prev:hover,
.hot-next:hover {
    background-color: #000;
    background-position: 0 100%;
}
.index-blog {
    padding: 5% 0;
    background-color: #eee;
    background: url(../images/faq-bg.jpg) no-repeat;
    background-size: 100%;
}
.index-blog .swiper-slide {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    width: 50% !important;
}
.index-blog .swiper-slide a {
    display: block;
    transition: all 0.6s;
}
/*.index-blog .swiper-slide .news-img{
	border-radius: 15px;
	overflow: hidden;
}
.index-blog .swiper-slide .news-img img{
	width: 100%;
	height: 16.5833vw;
	min-height: 187px;
	object-fit: cover;
}*/
.index-blog .swiper-slide .news-info {
    padding: 103px 76px;
}
.index-blog .swiper-slide .news-info h3 {
    font-size: 26px;
    line-height: 2;
    color: #000;
    font-weight: normal;
}
.index-blog .swiper-slide .news-info p {
    font-size: 18px;
    line-height: 1.7;
    color: #565c5f;
}
.index-blog .swiper-slide:hover .news-img img {
    transform: scale(1.05, 1.05);
}
.index-blog .swiper-slide:hover a {
    background: url(../images/faq-active-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.index-blog .swiper-slide:hover h3 {
    color: #fff;
}
.index-blog .swiper-slide:hover p {
    color: #fff;
}
#news .swiper-pagination {
    bottom: 10px;
}
.index-blog .swiper-container {
    padding-bottom: 70px;
}
.news-prev,
.news-next {
    position: absolute;
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .8);
    background-size: 100% auto;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -25px;
    align-items: center;
    justify-content: center;
}
.news-prev {
    left: -30px;
    z-index: 990;
}
.news-next {
    right: -30px;
    z-index: 990;
}
.news-prev:hover,
.news-next:hover {
    background-color: #fff;
    background-position: 0 100%;
}
.news-prev i,
.news-next i {
    width: 15px;
    height: 15px;
}
.news-prev i {
    background: url(webpro-prev-bg.png) top no-repeat;
}
.news-next i {
    background: url(webpro-next-bg.png) top no-repeat;
}
.news-prev:hover i {
    background: url(webpro-prev-bg.png) bottom no-repeat;
}
.news-next:hover i {
    background: url(webpro-next-bg.png) bottom no-repeat;
}
.theme-onelist {
    margin-top: -70px;
}
.onelist-box {
    background-color: #d8b865;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 74px;
}
.onelist-title {
    font-size: 45px;
    text-transform: uppercase;
    margin-right: 160px;
    letter-spacing: 1px;
}
.onelist {
    /* flex: 1; */
}
.onelist ul {
    display: flex;
    justify-content: space-between;
}
.onelist ul li {
    width: 20%;
    text-align: center;
}
.onelist ul li i {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 4px solid #fff;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}
.onelist ul li h4 {
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 30px;
    padding-top: 10px;
    font-family: "Centrale Sans-Bold";
    letter-spacing: 1px;
}
.onelist ul li p {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.theme-contact {
    padding: 1.1979rem 0 0;
}
.theme-contact-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.theme-contact-left-text {
    color: #fff;
}
.theme-contact-left-text h4 {
    font-size: .1563rem;
    line-height: 1;
    margin-bottom: .125rem;
}
.theme-contact-left-text p {
    font-size: .0938rem;
    line-height: 1.5;
}
.theme-contact-left-text p em {
    font-weight: bold;
    font-style: normal;
    font-family: "Centrale Sans-Bold";
}
.theme-contact-right {
    width: 22%;
}
.theme-contact-right h4 {
    font-size: .0911rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
    text-align: left;
}
.contact-box-right-list {
    display: flex;
    align-items: center;
}
.contact-box-right-list a {
    font-size: .1146rem;
    color: #909090 !important;
    margin-right: .0663rem;
}
.theme-download {
    padding: 5% 0;
    overflow: hidden;
    background: #f2f2f2;
}
.cta-black {
    font-family: 'Centrale Sans-Bold';
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    color: #000000 !important;
}
.cta-black:after {
    content: url(../images/arrow_right-24.svg);
    position: relative;
    top: 8px;
    right: -13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
}
.cta-black:hover:after {
    right: -26px;
}
.theme-download-fl {
    width: 50%;
    float: left;
}
.theme-download-fr {
    width: 38%;
    float: right;
}
.theme-download-fl .theme-title h2 {
    margin-bottom: 20px;
}
.theme-download-fr ul {
    display: flex;
    justify-content: space-between;
}
.theme-download-fr ul li {
    margin: 0 25px;
    max-width: 300px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
}
footer {
    position: relative;
    background: #212121;
    color: #fff;
}
.footer {
    padding: 0;
    padding-bottom: 70px;
}
.footer .theme-container {
    display: flex;
    justify-content: space-between;
}
.foooter-left {
    display: flex;
    justify-content: space-between;
    /*width: 70%;*/
    flex: 1;
}
.footer-right {
    margin-left: 10%;
    /*width: 15%;*/
}
.footer-right img {
    width: 160px;
}
.footer dl dt {
    font-size: 24px;
    font-family: 'Centrale Sans-Bold';
    font-weight: bold;
    margin-bottom: 28px;
    opacity: .6;
    color: #f2e5c4;
}
.footer dl dd a {
    font-size: 15px;
    color: #fff;
    line-height: 2.2;
}
.footer dl dd p {
    font-size: 15px;
    line-height: 1.2;
    padding-bottom: 20px;
}
.footer dl dd a:hover {
    text-decoration: underline;
    opacity: 1;
}
.copy-box {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    border-top: 1px solid #2c2c2c;
}
.copy-box-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy-box a {
    color: #909090;
    font-size: 16px;
    padding-left: 24px;
}
.copy-box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy-box .theme-container {
    line-height: 80px;
    overflow: hidden;
}
.footer-xx {
    position: absolute;
    width: 447px;
    bottom: 0;
    right: 8.3%;
}
@media screen and (max-width: 1680px) {
    .theme-title h2 {
        font-size: 40px;
    }
    .theme-introduce-text h3 {
        font-size: 28px;
    }
    .theme-product ul li {
        box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    }
    .theme-production .theme-container {
        padding: 80px;
    }
    .theme-factory-desc {
        font-size: 18px;
        line-height: 30px;
    }
    .theme-certificate-text {
        font-size: 16px;
    }
    .theme-certificate-right a {
        width: 135px;
        font-size: 1rem;
        line-height: 50px;
    }
    .theme-posi-desc {
        font-size: 18px;
    }
    .theme-contact ul li p {
        font-size: 16px;
    }
    .footer dl dt {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .footer dl dd a {
        font-size: 14.5px;
    }
    .copy-box {
        font-size: 15px;
        line-height: 55px;
    }
}
@media screen and (max-width: 1440px) {
    .theme-title h2 {
        font-size: 38px;
    }
    .theme-product ul li {
        box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    }
    .index-blog .swiper-slide .news-info h3 {
        font-size: 18px;
    }
    .index-blog .swiper-slide .news-info p {
        font-size: 14px;
    }
    .theme-contact ul li p {
        font-size: 14px;
    }
    .footer dl dt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer dl dd a {
        font-size: 14px;
    }
    .copy-box {
        font-size: 14px;
        line-height: 60px;
    }
}
.con-ban {
    position: relative;
    width: 100%;
    min-width: 1280px;
    height: 40.5vw;
    min-height: 523px;
    overflow: hidden;
    /*background: #000;*/
}
.con-ban .banitem {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100vw;
    min-width: 1430px;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.con-ban .top_animate{
    width: 110vw;
    -webkit-animation: subs 6s linear 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-transform: translateX(-5%);
    opacity: .9;
}
@-webkit-keyframes subs {
    0% {
        -webkit-transform: translateX(-5%)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}
.tact-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.tact-center h2 {
    text-align: center;
    font-size: 70px;
    font-family: 'Centrale Sans-Bold';
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
.tact-center p {
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}
.tact-center a {
    display: flex;
    width: 253px;
    margin: 54px auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 76px;
    border: 1px solid #fff;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    padding: 0 10px;
}
.tact-center a i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.tact-center a i img {
    vertical-align: unset;
}
.tact-center a span {
    font-size: 18px;
    text-align: center;
    flex: 1;
}
.tact-center a:hover {
    background-color: #333;
    border: 1px solid #333;
}
.tact_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.tact_center h2 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-family: 'Centrale Sans-Bold';
}
.tact_center p {
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
/*下载*/
.book {
    width: 100%;
    padding: 5% 0;
    overflow: hidden;
}
.book ul li {
    float: left;
    width: calc(95.5% / 4);
    margin-right: 1.5%;
    overflow: hidden;
    margin-bottom: 1.5%;
}
.book ul li .book_img {
    width: 100%;
    padding-bottom: 130%;
    border: 1px solid #eee;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
}
.book ul li h3 {
    color: #656565;
    font: 20px/40px arial;
    padding: 0 10px;
    margin-bottom: 5px;
}
.book ul li p {
    font: 16px/30px arial;
    padding: 0 10px;
    color: #00a0e9;
    text-transform: uppercase;
}
.book ul li i {
    display: inline-block;
    width: 19px;
    height: 18px;
    margin-left: 10px;
    background: url(../images/book_icon.png) no-repeat;
    vertical-align: text-top;
}
.book ul li:hover .book_img {
    border-color: #fff;
    box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.2);
}
.book ul li:hover i {
    opacity: 0;
}
.about-logo {
    width: 3.4063rem;
    margin: 0 auto;
}
.about-top-p em {
    font-size: .1042rem;
    text-align: center;
    padding: 0 .0781rem;
    font-style: normal;
}
.about-01 {
    padding: 5% 0;
    background-color: #fff;
    overflow: hidden;
}
.about-01-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-01-left {
    width: 52%;
}
.about-01-text h4 {
    font-size: .1844rem;
    line-height: 1;
    margin-bottom: .1771rem;
    color: #000;
}
.about-01-text p {
    font-size: .0833rem;
    line-height: 1.4;
    margin-bottom: .1563rem;
    color: #000;
    text-align: justify;
}
.about-01-right {
    width: 43.37%;
}
.about-01-list {
    margin-top: .5365rem;
}
.about-01-item h4 {
    font-weight: 400;
    font-size: .2865rem;
    margin-bottom: .0938rem;
    font-family: "Centrale Sans";
    text-align: left;
}
.about-01-item p {
    color: rgba(0, 0, 0, .7);
    font-size: .0833rem;
    text-align: left;
}
.theme-about-info ol {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.theme-about-info ol li {
    width: 48%;
    border-radius: 15px;
    color: #000;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 45px 0 35px;
}
.theme-about-info-left {
    width: 70px;
    height: 70px;
}
.theme-about-info ol li p {
    font-size: 13px;
    line-height: 1.2;
    color: #000;
    text-align: center;
    overflow: hidden;
    height: 34px;
}
.theme-about-info ol li h4 {
    text-align: center;
    margin-top: 20px;
}
.theme-about-info ol li h4 b {
    font-size: 50px;
    line-height: 1;
    color: #000;
}
.theme-about-info ol li h4 sub {
    font-size: 12px;
    vertical-align: -1px;
}
.theme-about-info ol li h4 sup {
    font-size: 18px;
}
.about-desc h3 {
    font-family: 'Centrale Sans-Bold';
    font-size: 2rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 2%;
}
.about-desc p {
    font-size: 1rem;
    line-height: 1.8;
    color: #737373;
}
.about-content-img {
    position: relative;
    width: 640px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #000;
}
.about-content-img a {
    cursor: pointer;
}
.about-content-img a:hover img {
    transform: scale(1.05, 1.05);
}
.about-content-img i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 3.85416666vw;
    height: 3.85416666vw;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    background: url(../images/about_video.png) center center/cover no-repeat #333;
}
.theme-vr-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
    z-index: 99;
}
.theme-vr-text img {
    width: 92px;
}
.theme-vr-text p {
    font-size: 28px;
    line-height: 2;
    color: #fff;
}
.about-num {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
}
.about-num ul {
    width: calc(100% - 640px);
    padding: 0% 6%;
    border-radius: 14px;
    background-color: #fff;
}
.about-num ul li {
    text-align: left;
    width: 50%;
    float: left;
    padding: 6% 0;
}
.about-num ul li h4 {
    font-size: 50px;
    line-height: 1.2;
    color: #000;
}
.about-num ul li h4 em {
    font-weight: normal;
    font-style: normal;
    font-size: 1.25rem;
    vertical-align: text-top;
    margin-left: 3px;
}
.about-num ul li p {
    font-size: 1rem;
    line-height: 1.5;
    color: #5a5a5a;
}
.about-vi {
    padding: 5% 0;
}
.about-vi .swiper-slide {
    overflow: hidden;
    border-radius: 15px;
}
.about-vi .swiper-slide:hover img {
    transform: scale(1.05, 1.05);
}
.vi-prev,
.vi-next {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    background-size: 100% auto;
    top: 50%;
    transform: translateY(-50%);
}
.vi-prev {
    left: -75px;
    background: url(../images/hos_prev.png) top center/cover no-repeat #f8f8f8;
}
.vi-next {
    right: -75px;
    background: url(../images/hos_next.png) top center/cover no-repeat #f8f8f8;
}
.vi-prev:hover,
.vi-next:hover {
    background-color: #000;
    background-position: 0 100%;
}
.about-video {
    background-color: #2a2a2a;
    padding: 5% 0;
}
.video .video-one {
    background: #333333;
    border: 15px solid #333333;
    overflow: hidden;
}
.video .video-img {
    position: relative;
    width: 100%;
    padding-bottom: 62.5%;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
.video .video-img i {
    position: absolute;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    background: url(../images/i_icon.png) center no-repeat;
    background-size: cover;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
}
.video .video-img:hover i {
    opacity: 0;
}
.video .video-title {
    padding: 5% 0;
    color: #fff;
    min-height: 70px;
}
.video .swiper-slide:hover .video-img {
    transform: scale(1.05, 1.05);
}
.video-prev,
.video-next {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    background-size: 100% auto;
    top: 50%;
    transform: translateY(-50%);
}
.video-prev {
    left: -75px;
    background: url(../images/hos_prev.png) top center/cover no-repeat #f8f8f8;
}
.video-next {
    right: -75px;
    background: url(../images/hos_next.png) top center/cover no-repeat #f8f8f8;
}
.video-prev:hover,
.video-next:hover {
    background-color: #000;
    background-position: 0 100%;
}
.about-honor {
    padding: 5% 0;
}
.about-honor .swiper-slide a {
    padding: .1198rem .3125rem;
    border-radius: .1042rem;
    overflow: hidden;
    display: block;
    background-color: #eeeeee;
}
.about-honor-tit {
    color: #000;
    margin-bottom: .4688rem;
}
.about-honor-tit h4 {
    font-size: .2344rem;
    line-height: 1;
    margin-bottom: .1667rem;
}
.about-honor-tit p {
    font-size: .0833rem;
    line-height: 1.5;
}
.honor-prev,
.honor-next {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    background-size: 100% auto;
    border: 1px solid #eee;
    margin: 0 10px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.honor-prev {
    background: url(../images/hos_prev.png) top center/cover no-repeat #fff;
    left: -75px;
}
.honor-next {
    background: url(../images/hos_next.png) top center/cover no-repeat #fff;
    right: -75px;
}
.honor-prev:hover,
.honor-next:hover {
    background-color: #63442a;
    background-position: 0 100%;
}
.about-02-text {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 8%;
    /*text-align: center;*/
    width: 37%;
    transform: translate(0, -50%);
}
.about-02-text h4 {
    font-size: .1844rem;
    line-height: 1;
    margin-bottom: .1979rem;
}
.about-02-text p {
    font-size: .0833rem;
    line-height: 1.5;
}
.about-03 {
    position: relative;
    padding: 5% 0;
    background: #fff;
}
.about-03-list {
    display: flex;
    justify-content: space-between;
}
.about-03-item {
    width: calc(88% / 3);
}
.about-03-pic {
    border-radius: 15px;
    overflow: hidden;
}
.about-03-pic:hover img {
    transform: scale(1.1, 1.1);
}
.about-03-text {
    color: #000;
}
.about-03-text h4 {
    line-height: 1;
    font-size: 25px;
    padding: 37px 0 20px 0;
    font-family: "Centrale Sans";
    font-weight: lighter;
}
.about-03-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}
.about-04 {
    /*margin: 5% 0 0;*/
    background-color: #fff;
}
.about-04-top {
    display: flex;
    justify-content: space-between;
}
.about-04-top-pic {
    width: 52%;
}
.about-04-text {
    width: 48%;
    background-color: #7e6a62;
    color: #fff;
    padding: 6.9% 6.9% 0;
}
.about-04-desc h2 {
    font-size: .1844rem;
    line-height: 1.2;
    margin-bottom: 32px;
    text-align: left;
    font-family: 'Centrale Sans Medium', arial;
}
.about-04-desc p {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 32px;
}
.about-04-desc-pic {
    width: 279px;
    border-radius: 15px;
    overflow: hidden;
}
.about-05 {
    padding: 5% 0 5%;
    background-color: #f6f6f6;
}
.about-05-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-05-left {
    width: 40%;
    color: #000;
}
.about-05-left-text h4 {
    font-size: .1844rem;
    line-height: 1.2;
    margin-bottom: 32px;
    text-align: left;
    font-weight: 800;
}
.about-05-left-text p {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 32px;
}
.about-05-right {
    width: 46%;
}
.about-05-right-pic {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 22px;
}
.about-05-right-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-05-right-list div {
    border-radius: 15px;
    overflow: hidden;
    width: 32%;
}
.about-06 {
    padding: 5% 0 0%;
    overflow: hidden;
}
.about-06-con {
    display: flex;
    justify-content: space-between;
}
.about-06-left {
    width: 52.8%;
}
.about-06-right {
    width: 40.4%;
}
.about-06-right-text {
    color: #000;
}
.about-06-right-text h4 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 32px;
    text-align: left;
    font-weight: 800;
}
.about-06-right-text p {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 70px;
}
.about-right-pic {
    width: 61%;
}
.about-5 {
    padding: 5% 0;
    background-color: #313131;
    position: relative;
}
.about-5-tit {
    color: #fff;
    margin-bottom: .3646rem;
}
.about-5-tit h4 {
    font-size: .2344rem;
    margin-bottom: .1146rem;
    text-transform: uppercase;
}
.about-5-tit p {
    font-size: .0833rem;
    line-height: 1.5;
}
.about-process {
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}
.about-process .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}
.about-process .swiper-slide:nth-child(n+10) h3 {
    /*display: none;*/
}
.about-5-img {
    width: 50%;
    border-radius: 12px;
    overflow: hidden;
}
.about-5-text {
    position: relative;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}
.about-5-text i {
    position: absolute;
    right: 0;
    bottom: -0.625rem;
    font-family: "arial";
    font-weight: bold;
    font-size: 2.1354rem;
    line-height: 1;
    color: rgba(0, 0, 0, .1);
    z-index: -1;
    letter-spacing: -0.0521rem;
}
.about-5-text div {
    width: 80%;
    height: 40%;
}
.about-5-text h3 {
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about-5-text p {
    font-size: 16px;
    line-height: 1.6;
}
.about-5 .swiper-pagination {
    bottom: .2083rem;
}
.about-5 .swiper-pagination .swiper-pagination-bullet {
    width: .0833rem;
    height: .0833rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 .0521rem;
}
.about-5 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
}
.service-top-con {
    padding-top: 204px;
    padding-left: 100px;
    width: 45%;
}
.service-top-con h2 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.service-top-con p {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
}
.projects-service-bottom {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.service-bottom-tab {
    float: left;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.service-bottom-tab div {
    padding: 40px 50px 40px 50px;
    color: #333;
}
.service-bottom-tab div h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.service-bottom-tab div p {
    font-size: 18px;
    line-height: 1.4;
    width: 80%;
    color: #898989;
}
.service-bottom-tab.fl {
    margin-right: 30px;
}
.con-name,
.con-email,
.con-tel {
    position: relative;
    float: left;
    width: calc(88% / 3);
    margin-bottom: 2%;
}
.con-name,
.con-email {
    margin-right: 6%;
}
.con-msg input[type="text"] {
    width: 100%;
    padding: 0 14px;
    font-size: 16px;
    font-family: Centrale Sans;
    line-height: 60px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.con-msg input[type="text"]::input-placeholder {
    color: #999;
}
.con-msg textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    padding: 0 14px;
    font-family: Centrale Sans;
    line-height: 25px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.con-submit {
    padding-top: 2.5%;
}
.con-submit input[type="submit"] {
    display: block;
    width: 385px;
    line-height: 64px;
    font-size: 18px;
    color: #fff;
    border: 0;
    margin: 0 auto;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: Centrale Sans;
    background-color: #000;
}
.con-msg em {
    font-size: 16px;
    line-height: 65px;
    position: absolute;
    right: 14px;
    top: 0;
    font-style: normal;
}
.Validform_wrong {
    color: red;
}
.Validform_right {
    color: green;
}
@media screen and (max-width: 1680px) {
    .projects-container h3 {
        font-size: 5.625rem;
    }
    .projects-desc ul li {
        width: 400px;
        padding-left: 90px;
        margin-bottom: 25px;
    }
    .projects-desc ul li i {
        width: 70px;
        height: 70px;
    }
    .projects-desc ul li h3 {
        font-size: 1.5625rem;
    }
    .projects-desc ul li p {
        font-size: 1rem;
    }
    .projects-font {
        font-size: 1rem;
    }
    .projects-1 ul li h3 {
        font-size: 26px;
    }
    .projects-1 ul li p {
        font-size: 16px;
    }
    .con-msg input[type="text"] {
        font-size: 0.875rem;
        line-height: 50px;
        padding: 0 10px;
    }
    .con-msg em {
        font-size: 0.875rem;
        line-height: 50px;
        right: 10px;
    }
    .con-msg textarea {
        padding: 0 10px;
        font-size: 0.875rem;
        height: 130px;
    }
    .con-submit input[type="submit"] {
        width: 360px;
        font-size: 1rem;
        line-height: 60px;
    }
    .projects-2-left,
    .projects-2-right,
    .projects-2-bottom {
        min-height: 268px;
    }
    .projects-2-img {
        width: 46%;
    }
    .projects-2-right .projects-2-text,
    .projects-2-left .projects-2-text {
        padding: 0 24px;
        width: 86%;
    }
    .projects-2-bottom .projects-2-text {
        width: 45%;
    }
    .projects-2-bottom .projects-2-img {
        width: 48%;
    }
    .projects-2-text h3,
    .projects-2-bottom h3 {
        font-size: 24px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 1440px) {
    .projects-container h3 {
        font-size: 4.375rem;
    }
    .projects-desc ul li {
        width: 360px;
        padding-left: 80px;
        margin-bottom: 20px;
    }
    .projects-desc ul li i {
        width: 60px;
        height: 60px;
    }
    .projects-desc ul li h3 {
        font-size: 1.25rem;
    }
    .projects-desc ul li p {
        font-size: 0.875rem;
    }
    .projects-font {
        font-size: 0.875rem;
    }
    .projects-1 ul li h3 {
        font-size: 1.25rem;
    }
    .projects-1 ul li p {
        font-size: 0.875rem;
    }
    .projects-2-left,
    .projects-2-right,
    .projects-2-bottom {
        min-height: 268px;
    }
    .projects-2-img {
        width: 46%;
    }
    .projects-2-right .projects-2-text,
    .projects-2-left .projects-2-text {
        padding: 0 24px;
        width: 86%;
    }
    .projects-2-bottom .projects-2-text {
        width: 45%;
    }
    .projects-2-bottom .projects-2-img {
        width: 53%;
    }
    .projects-2-text h3,
    .projects-2-bottom h3 {
        font-size: 20px;
        line-height: 1.3;
        text-transform: uppercase;
        margin-bottom: 13px;
    }
    .projects-2-text p,
    .projects-2-bottom p {
        font-size: 14px;
        line-height: 1.3;
        opacity: .7;
    }
    .con-msg input[type="text"] {
        font-size: 0.75rem;
        line-height: 45px;
        padding: 0 5px;
    }
    .con-msg em {
        font-size: 0.75rem;
        line-height: 45px;
        right: 5px;
    }
    .con-msg textarea {
        padding: 0 5px;
        font-size: 0.75rem;
        height: 110px;
    }
    .con-submit input[type="submit"] {
        width: 340px;
        font-size: 0.875rem;
        line-height: 55px;
    }
    .about-04-desc-pic {
        width: 200px;
    }
    .about-5-text h3 {
        font-size: 32px;
    }
}
.con-ban .theme-container {
    height: 100%;
}
.con-title {
    position: absolute;
    left: 0;
    bottom: 12%;
}
.con-title h3 {
    font-size: 3.75rem;
    line-height: 1.3;
    color: #fff;
    font-family: 'Centrale Sans-Bold';
}
.service-01 {
    padding: 5% 0;
    background-color: #fff;
}
.service-01-tit h4 {
    font-size: .2188rem;
    margin-bottom: .1042rem;
}
.service-01-tit p {
    font-size: .0938rem;
}
.service-01-list {
    margin-top: .5938rem;
}
.service-item-pic {
    width: .2604rem;
    margin-bottom: .1563rem;
}
.service-item h4 {
    font-size: .2865rem;
    margin-bottom: .0729rem;
}
.service-item p {
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
}
.service-02 {
    padding: 5% 0;
    background-color: #fff;
}
.service-theme-02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-02-left {
    width: 47%;
}
.service-02-right {
    width: 44%;
}
.service02-pic {
    overflow: hidden;
    border-radius: 15px;
}
.service02-pic:hover img {
    transform: scale(1.1, 1.1);
}
.service-03-con h4 {
    font-size: .2188rem;
    line-height: 1.4;
    margin-bottom: .1771rem;
    text-align: center;
    color: #fff;
}
.service-03-con p {
    font-size: .0833rem;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}
.service-04 {
    padding: 5% 0;
    background-color: #fff;
}
.service-04-top {
    background-color: #3e3e3e;
}
.service-04-text {
}
.service-04-desc {
    color: #fff;
    padding-left: .375rem;
}
.service-04-desc h2 {
    font-size: .1875rem;
    line-height: 1.2;
    margin-bottom: .1927rem;
}
.service-04-desc p {
    font-size: .0938rem;
    line-height: 1.4;
}
.service-04 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.service-04 ul li {
    border-radius: 10px;
    overflow: hidden;
    width: 19.25%;
}
.service-04 ul li img {
    width: 100%;
}
.service-05 {
    background-color: #f7f7f7;
    padding: 5% 0;
}
.service-05-left {
    width: 3.5938rem;
}
.service-05-right {
    width: 3.5417rem;
    margin-left: .5417rem;
}
.service-05-pic img {
    width: 100%;
}
.service-05-pic:hover img {
    transform: scale(1.1, 1.1);
}
.service-05-item {
    margin-bottom: .3125rem;
}
.service-05-item:last-child {
    margin-bottom: 0;
}
.service-05-item h4 {
    font-size: .1146rem;
    color: #000;
    text-align: left;
}
.service-05-item p {
    margin-top: .1042rem;
    font-size: .0938rem;
    line-height: 1.5;
    text-align: left;
}
.service-07-txt {
    color: #fff;
    padding-left: .4688rem;
}
.service-07-txt h1 {
    /*font-size: .2344rem;*/
    line-height: 1.2;
    margin-bottom: .1771rem;
}
.service-07-txt p {
    font-size: .0833rem;
    line-height: 1.5;
}
.service-06 {
    padding: 5% 0;
}
.service-06-tit h4 {
    font-size: .1875rem;
    color: #000;
    margin-bottom: .2396rem;
    line-height: 1;
}
.service-06-item {
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
    text-align: center;
    padding: .1646rem 0;
    width: 13%;
    border-radius: 10px;
    position: relative;
}
.service-06-item img {
    width: .2573rem;
    display: block;
    margin: 0 auto 3.1915vh;
}
.service-06-item span {
    display: block;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 1.0417vw;
    line-height: 1;
    margin-bottom: 2vh;
}
.service-06-item i {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f7f7f7;
    width: 20px;
    height: 50px;
}
.service-06-item p {
    font-size: .7292vw;
    color: #000;
}
@media screen and (max-width: 1680px) {
    .con-title h3 {
        font-size: 3.4375rem;
    }
    .service-02-box ul li i {
        width: 35px;
        height: 35px;
    }
    .service-02-box ul li h3 {
        font-size: 2.5rem;
    }
    .service-02-box ul li p {
        font-size: 0.9375rem;
    }
    .theme-title h3 {
        font-size: 36px;
    }
}
@media screen and (max-width: 1440px) {
    .con-title h3 {
        font-size: 3.125rem;
    }
    .service-02-box ul li i {
        width: 30px;
        height: 30px;
    }
    .service-02-box ul li h3 {
        font-size: 2.1875rem;
    }
    .service-02-box ul li p {
        font-size: 0.875rem;
    }
    .theme-title h3 {
        font-size: 35px;
    }
}
.contact {
    padding: 0;
    margin-top: -100px;
}
.contact-top {
    position: relative;
    overflow: hidden;
    padding: 0;
    color: #fff;
    background: #f7f7f7;
    border-radius: 20px 20px 0 0;
}
.contact-top-tit h4 {
    font-size: .2344rem;
    line-height: 1;
    color: #000;
    text-align: center;
    margin-bottom: .1302rem;
}
.contact-top-tit p {
    text-align: center;
    font-size: .1146rem;
    line-height: 1;
    color: #000;
}
.contact-top-con {
    background-color: #564234;
    border-radius: 20px;
    padding: 8vh 5.8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-top-left,
.contact-top-right {
    display: flex;
}
.contact-top-left {
    width: 54vw;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-top-item {
    margin-right: 4vw;
    padding-top: 3vh;
}
.contact-top-item span {
    font-weight: bold;
    font-size: 1vw;
    line-height: 1;
    font-family: "Centrale Sans-Bold";
}
.contact-top-item p {
    font-size: 0.7vw;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px;
}
.contact-top-item:nth-child(2) span {
    display: block;
    margin-bottom: 16px;
}
.contact-top-pic {
    width: 113px;
    height: 113px;
    border-radius: 20px;
    border: 4px solid #fff;
    display: block;
    overflow: hidden;
    margin-right: 2.5vw;
}
.contact-top-pic img {
    width: 100%;
    height: 100%;
}
.contact-top-right-item {
    margin-left: 2.6vw;
    text-align: center;
}
.contact-top-right-item p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1;
}
.contact-box {
    display: flex;
    justify-content: space-between;
    background-color: #f7f7f7;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    padding: 10vh 4.2vw 0;
    margin-bottom: 10vh;
}
.contact-desc {
}
.contact-desc-list {
    color: #000;
}
.contact-desc-list-tit span {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 50px;
    font-family: "Centrale Sans-Bold";
    display: block;
}
.contact-desc-list-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    align-items: center;
}
.contact-desc-list-item img {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 15px;
}
.contact-desc-list-item span {
    flex: 1;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
}
.contact-desc h3 {
    font-size: 1.5625rem;
    line-height: 1.3;
    color: #fff;
    font-family: 'Centrale Sans-Bold';
    margin-bottom: 10%;
}
.contact-desc h5 {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #fff;
}
.contact-desc p {
    font-size: 1rem;
    color: #fff;
    opacity: .7;
    line-height: 1.6;
    margin-bottom: 6%;
}
.contact-desc p:last-child {
    margin-bottom: 0;
}
.contact-msg {
    width: 68%;
    padding: 0 4% 4%;
    overflow: hidden;
}
.contact-msg input[type="text"] {
    padding-right: 48%;
    font-family: "Centrale Sans";
    font-size: 14px;
    width: 100%;
    line-height: 45px;
    background: none;
    border: 0;
    border-bottom: 1px solid #cecece;
}
.contact-msg textarea {
    font-family: "Centrale Sans";
    font-size: 14px;
    width: 100%;
    line-height: 25px;
    height: 125px;
    background: none;
    border: 0;
    font-family: "arial";
    border-bottom: 1px solid #cecece;
}
.contact-msg .con-content {
    padding-top: 2%;
    margin-bottom: 5%;
}
.con-sul input[type="submit"] {
    font-family: "Centrale Sans";
    width: 220px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    background-color: #2d3033;
    text-align: left;
    border-radius: 30px;
    display: flex;
    padding-left: 60px;
    background-image: url(../images/jian.png);
    background-repeat: no-repeat;
    background-size: 21px 13px;
    background-position: 140px center;
}
.con-sul input[type="submit"]:hover {
    background-color: #333;
}
.contact-msg em {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 45px;
}
@media screen and (max-width: 1680px) {
    .contact-desc h3 {
        font-size: 1.375rem;
    }
    .contact-desc h5 {
        font-size: 1.125rem;
    }
    .contact-desc p {
        font-size: 0.875rem;
    }
    .contact-msg input[type="text"] {
        font-size: 13px;
        line-height: 40px;
    }
    .contact-msg textarea {
        font-size: 13px;
        height: 115px;
        line-height: 22px;
    }
    .con-sul input[type="submit"] {
    }
    .contact-msg em {
        font-size: 13px;
        line-height: 40px;
    }
    .onelist ul li h4 {
        font-size: 18px;
    }
    .onelist ul li p {
        font-size: 15px;
    }
}
@media screen and (max-width: 1440px) {
    .contact-desc h3 {
        font-size: 1.25rem;
    }
    .contact-desc h5 {
        font-size: 1rem;
    }
    .contact-desc p {
        font-size: 0.75rem;
    }
    .contact-msg input[type="text"] {
        font-size: 12px;
        line-height: 38px;
    }
    .contact-msg textarea {
        font-size: 12px;
        height: 100px;
        line-height: 20px;
    }
    .con-sul input[type="submit"] {
    }
    .contact-msg em {
        font-size: 12px;
        line-height: 38px;
    }
    .onelist ul li h4 {
        font-size: 16px;
    }
    .onelist ul li p {
        font-size: 14px;
    }
}
.news-box-top {
    background-color: #f9f9f9;
    padding: 8% 0 5%;
}
.news-box {
    padding: 8% 0 5%;
}
.news-list ol li {
    position: relative;
    margin-bottom: 25px;
    background: #fff;
    overflow: hidden;
    transition: all 0.5s;
}
.news-list ol li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px;
    overflow: hidden;
    box-sizing: border-box;
}
.news-list ol li .news-img {
    float: left;
    width: 25%;
    height: 224px;
    background: url(logo02.png) center no-repeat #f4f4f4;
    background-size: 150px;
    overflow: hidden;
}
.news-list ol li .news-img div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: all 0.5s;
}
.news-list ol li .news-info {
    position: absolute;
    top: 50px;
    left: 30%;
    width: 50%;
    transition: all 0.5s;
}
.news-list ol li .news-info h3 {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    overflow: hidden;
}
.news-list ol li .news-info p {
    font-size: 15px;
    height: 50px;
    line-height: 25px;
    color: #999;
    overflow: hidden;
}
.news-list ol li .news-date {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 100px;
    height: 150px;
    text-align: right;
    overflow: hidden;
}
.news-list ol li .news-date span {
    display: block;
    font-family: "arial";
    font-size: 36px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li .news-date font {
    display: block;
    font-family: "arial";
    font-size: 32px;
    color: #333;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li .news-date item {
    position: absolute;
    bottom: -50px;
    right: 5px;
    display: block;
    width: 13px;
    height: 26px;
    background: url(../images/r_arrow.png) no-repeat center;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
}
.news-list ol li:hover .news-img div {
    transform: scale(1.1, 1.1);
}
.news-list ol li:hover .news-info {
    left: calc(30% + 20px);
}
.news-list ol li:hover .news-date item {
    bottom: 30px;
}
.news_show_left {
    float: left;
    width: 27%;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.news_show_left h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #000;
    text-align: left;
}
.news_info {
    padding-bottom: 25px;
    line-height: 30px;
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #eee;
}
.news_info a {
    display: block;
    width: 180px;
    padding: 16px 10px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 40px;
    cursor: pointer;
}
.news_content {
    float: right;
    width: 70%;
    font-size: 16px;
    padding: 50px 35px;
    line-height: 28px;
    color: #555;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.news_content img {
    max-width: 100%;
}
.news_show_content p {
    margin_-bottom: 10px;
}
.news_info a:hover {
    background-color: #000;
}
.light {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: none;
    padding: 25px 10px 13px;
    background-color: #fff;
    border: 4px solid #ddd;
    transform: translate(-50%, -50%);
}
.light i {
    position: absolute;
    right: 8px;
    top: 8px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(closed_02.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.light img {
    width: 250px;
}
.light p {
    text-align: center;
}
@media screen and (max-width: 1680px) {
    .news_list ol li a {
        padding: 23px;
    }
    .news_list ol li .news-img {
        height: 210px;
    }
    .news_list ol li .news-info h3 {
        font-size: 20px;
    }
    .news_list ol li .news-info p {
        font-size: 14px;
    }
    .news_list ol li .news-date font {
        font-size: 29px;
    }
    .news_list ol li .news-date {
        top: 48px;
    }
    .news_info {
        font-size: 15px;
    }
    .news_info a {
        padding: 15px 8px;
        font-size: 15px;
        width: 170px;
    }
    .news_show_left {
        padding: 28px;
    }
    .news_show_left h2 {
        font-size: 1.4em;
    }
    .news_content {
        font-size: 15px;
    }
}
@media screen and (max-width: 1440px) {
    .news_list ol li a {
        padding: 20px;
    }
    .news_list ol li .news-img {
        height: 200px;
    }
    .news_list ol li .news-info h3 {
        font-size: 18px;
    }
    .news_list ol li .news-info p {
        font-size: 13px;
    }
    .news_list ol li .news-date font {
        font-size: 27px;
    }
    .news_list ol li .news-date {
        top: 45px;
    }
    .news_show_left h2 {
        font-size: 1.3em;
    }
    .news_info {
        font-size: 14px;
    }
    .news_info a {
        padding: 12px 8px;
        font-size: 14px;
        width: 140px;
    }
    .news_content {
        font-size: 14px;
    }
}
/* expage */
.curr {
    display: inline-block;
    padding: 0 12px;
    margin-right: 1px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #cecece;
    border-radius: 0;
}
a.page {
    display: inline-block;
    padding: 0 12px;
    margin-right: 1px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 0;
}
a.page:visited {
    line-height: 42px;
    text-decoration: none;
    color: #fff;
}
.ra {
    color: #666;
}
.ra a,
.ra a:link {
    text-decoration: none;
    color: #666;
}
.ra a:hover {
    text-decoration: underline;
    color: #666;
}
.red {
    color: #ff3330;
}
.yrr {
    color: #FF9900;
}
.bb {
    font-weight: bold;
}
.expage {
    width: 100%;
    padding-top: 30px;
    margin-left: 0px;
    line-height: 30px;
    text-align: center;
}
.error {
    border: 1px #f40 solid;
}
.right {
    border: 1px #44b549 solid;
}
.pro-type {
    font-size: 0;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 0;
    width: 100%;
    background: #f2f2f2;
    z-index: 99;
    backdrop-filter: blur(2px);
}
.pro-type .pro-item {
    margin: 0 60px;
}
.pro-type .pro-item > a {
    position: relative;
    display: inline-block;
    padding: 20px 0 20px 0;
}
.pro-type .pro-img {
    width: 60px;
    height: 60px;
    margin: 0 auto 8px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.pro-type .pro-item > a h3 {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}
.pro-type .pro-item > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin: 0 auto;
    display: block;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: 0.3s all;
}
.pro-type .pro-item > a.on::after,
.pro-type .pro-item > a:hover::after {
    width: 100%;
}
.pro-type .pro-item > a:hover h3,
.pro-type .pro-item > a.on h3 {
    color: #000;
}
.pro-type .pro-item > a.on .pro-img,
.pro-type .pro-item > a:hover .pro-img {
    transform: rotateY(180deg);
}
.item-menu {
    position: absolute;
    top: 124px;
    left: 50%;
    z-index: 10;
    height: 0;
    min-height: 0;
    max-height: 0;
    margin-left: -100px;
    width: 200px;
    background-color: #fff;
    box-shadow: 0 12px 20px -10px rgba(0, 0, 0, .15);
    overflow: hidden;
}
.item-menu a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.item-menu a:hover {
    color: #fff;
    background-color: #000;
}
.pro-type .pro-item:hover .item-menu {
    height: auto;
    min-height: auto;
    max-height: 400px;
}
.product-box {
    padding: 4% 0;
}
.product-content {
    width: 100%;
    /*min-height: 680px;*/
    display: flex;
    justify-content: space-between;
}
/*zc修改*/
.product-side {
    width: 20%;
}
.product-side-nav {
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #ccc;
}
.product-side-tit span {
    font-size: 20px;
    color: #000;
    font-family: 'Centrale Sans-Bold';
}
.product-side-tit {
    margin-bottom: 45px;
    padding-bottom: 36px;
    border-bottom: 1px solid #ccc;
}
.product-side-nav-tit {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-side-nav-tit span {
    color: #000;
    font-weight: 700;
    font-family: 'Centrale Sans-Bold';
}
.product-side-nav-tit:hover span {
    color: #000;
}
.product-side-nav-tit:hover i {
    width: 15px;
    height: 15px;
    background: url(pro-nav-active-ico.png) no-repeat;
    background-size: 100% 100%;
}
.product-side-nav-tit i {
    width: 15px;
    height: 15px;
    background: url(pro-nav-ico.png) no-repeat;
    background-size: 100% 100%;
}
.product-side-nav-tit i.on {
    transform: rotate(180deg);
    background: url(pro-nav-active-ico.png) no-repeat;
}
.product-side-nav-tit span.on {
    color: #000;
}
.product-side-nav-list ul {
    display: none;
}
.product-side-nav-list ul.on {
    display: block;
}
.product-side-nav-list ul li a {
    margin-top: 20px;
    font-size: 16px;
    display: block;
    color: #838383;
}
.product-side-nav-list ul li a:hover {
    color: #000;
}
.product-side-nav-list ul li a.on {
    color: #000;
}
.pro-aline {
    width: 100%;
    font-size: 1rem;
    line-height: 2;
    padding-bottom: 20px;
    color: #fff;
}
.pro-aline a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}
.pro-aline a:hover {
    text-decoration: underline;
}
.pro-aline a:first-child {
    margin-left: 0;
}
.type-box {
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
}
.type-video {
    width: 58.3333%;
    border-radius: 12px;
    overflow: hidden;
    background-color: #000;
}
.type-video:hover img {
    transform: scale(1.05, 1.05);
}
.type-video img {
    opacity: .5;
}
.type-video i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 3.5468333vw;
    height: 3.5468333vw;
    min-height: 50px;
    min-width: 50px;
    background: url(../images/pro_video.png) center center/cover no-repeat;
}
.type-video a {
    cursor: pointer;
}
.type-info {
    width: 31.25%;
    height: 80%;
    padding-top: 7%;
    margin-right: 5%;
}
.type-info h3 {
    font-size: 1.875rem;
    margin-bottom: 3%;
    color: #000;
}
.type-info p {
    font-size: 1rem;
    line-height: 1.6;
}
.type-content {
    padding-top: 4%;
    font-size: 1rem;
    line-height: 1.8;
}
/*zc修改*/
.product-list {
    width: 75%;
}
.product-list ul,
.new-product ul {
    display: flex;
    flex-wrap: wrap;
}
.product-list ul li,
.new-product ul li {
    position: relative;
    width: calc(94% / 4);
    min-height: 331px;
    margin: 0 2% 2% 0;
    text-align: center;
    transition: all 0.5s;
}
.new-product ul li {
    width: calc(94% / 4);
    margin-bottom: 27px;
    background-color: #fff;
    margin-bottom: 20px;
}
.new-product ul li p {
    background-color: #fff;
}
.product-list ul li a,
.new-product ul li a {
    display: block;
    /* height: 100%; */
    background-color: #fff;
}
.product-list ul li:nth-child(4n),
.new-product ul li:nth-child(4n) {
    margin-right: 0;
}
.product-list ul li .img,
.new-product ul li .img {
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}
.product-list ul li img,
.new-product ul li img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.product-list ul li h3,
.new-product ul li h3 {
    font-size: .1042rem;
    line-height: 1;
    text-align: left;
    /* margin-top: 13px; */
    color: #000;
    padding-left: 10px;
}
.product-list ul li p,
.new-product ul li p {
    font-size: .0833rem;
    line-height: 1;
    color: #666;
    text-align: left;
    margin-top: 8px;
    padding-left: 10px;
}
.product-list ul li span,
.product-list ul li input,
.new-product ul li input {
    position: absolute;
    top: 19vw;
    left: 0;
    right: 0;
    z-index: 15;
    display: block;
    margin: 0 auto;
    width: 180px;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    color: #fff;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
}
.new-product ul li:hover {
}
.product-list ul li:hover img,
.new-product ul li:hover img {
    transform: scale(1.05);
}
.product-list ul li em,
.new-product ul li em {
    position: absolute;
    font-size: 12px;
    top: 24px;
    left: 24px;
    display: block;
    padding: 4px 10px;
    background: #000;
    color: #FFF;
    border-radius: 5px;
    font-family: 'Centrale Sans';
    font-style: normal;
    z-index: 9;
    text-transform: uppercase;
}
.pro-serach-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-width: 1280px;
    height: 15.36458vw;
    min-height: 200px;
    max-height: 295px;
    background: url(../images/pro_search_bg.jpg) center center/cover no-repeat;
}
.pro-serach {
    text-align: center;
    width: 33.75%;
    max-width: 650px;
}
.pro-serach h3 {
    font-size: 2rem;
    line-height: 2;
    color: #000;
    margin-bottom: 4%;
}
.pro-serach form {
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}
.pro-serach input[type="text"] {
    float: right;
    width: calc(100% - 70px);
    line-height: 55px;
    border: 0;
    padding: 0 10px;
    font-size: 1rem;
    font-family: Centrale Sans, arial;
    background-repeat: no-repeat;
    background: no-repeat;
}
.pro-serach input[type="submit"] {
    float: left;
    width: 70px;
    height: 55px;
    border: 0;
    background: url(search.png) center center no-repeat;
}
.node {
    width: 100%;
    padding: 150px 0;
    text-align: center;
}
.node h4 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
}
@media screen and (max-width: 1680px) {
    .pro-title h3 {
        font-size: 1.25rem;
    }
    .pro-menu > ul > li > a {
        padding: 16px 20px;
        font-size: 1rem;
    }
    .pro-menu > ul > li:hover .menu-down,
    .pro-menu > ul > li.on .menu-down {
        padding: 8px 0;
    }
    .menu-down a {
        padding: 16px 20px;
        font-size: 0.875rem;
    }
    .pro-aline {
        font-size: 0.875rem;
    }
    .tact_center h2 {
        font-size: 58px;
    }
    .tact_center p {
        font-size: 16px;
    }
    .type-info h3 {
        font-size: 1.625rem;
    }
    .type-info p {
        font-size: 0.875rem;
    }
    .type-content {
        font-size: 0.875rem;
    }
    .product-list ul li em {
        top: 20px;
        left: 20px;
        padding: 3px 12px;
        font-size: 13px;
        border-radius: 20px;
    }
    .product-list ul li span,
    .product-list ul li input {
        width: 150px;
        font-size: 0.875rem;
        line-height: 45px;
        height: 45px;
    }
    .product-list ul li:hover span,
    .product-list ul li:hover input {
        opacity: 1;
        top: 22vw;
        visibility: initial;
    }
    .pro-serach h3 {
        font-size: 1.625rem;
    }
    .pro-serach input[type="text"] {
        width: calc(100% - 60px);
        line-height: 50px;
    }
    .pro-serach input[type="submit"] {
        width: 60px;
        height: 50px;
    }
}
@media screen and (max-width: 1680px) {
    .pro-title h3 {
        font-size: 1.0625rem;
    }
}
@media screen and (max-width: 1440px) {
    .pro-title h3 {
        font-size: 1rem;
    }
    .pro-menu > ul > li > a {
        padding: 14px 18px;
        font-size: 0.875rem;
    }
    .menu-down a {
        padding: 14px 18px;
        font-size: 0.75rem;
    }
    .pro-menu > ul > li:hover .menu-down,
    .pro-menu > ul > li.on .menu-down {
        padding: 6px 0;
    }
    .pro-aline {
        font-size: 0.75rem;
    }
    .tact_center h2 {
        font-size: 50px;
    }
    .tact_center p {
        font-size: 16px;
    }
    .type-info h3 {
        font-size: 1.375rem;
    }
    .type-info p {
        font-size: 0.75rem;
    }
    .type-content {
        font-size: 0.75rem;
    }
    .product-list ul li em {
        top: 20px;
        left: 20px;
        padding: 2px 10px;
        font-size: 12px;
        border-radius: 20px;
    }
    .product-list ul li:hover span,
    .product-list ul li:hover input {
        opacity: 1;
        top: 24vw;
        visibility: initial;
    }
    .product-list ul li span,
    .product-list ul li input {
        width: 130px;
        font-size: 12px;
        line-height: 40px;
        height: 40px;
    }
    .pro-serach h3 {
        font-size: 1.375rem;
    }
    .pro-serach input[type="text"] {
        width: calc(100% - 56px);
        line-height: 45px;
    }
    .pro-serach input[type="submit"] {
        width: 56px;
        height: 45px;
    }
}
@media screen and (max-width: 1280px) {
    .product-list ul li span {
        top: 325px;
    }
}
.mask_bg,
.main_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    background: #000;
    opacity: 0;
    -webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}
@-webkit-keyframes maskShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}
@-o-keyframes maskShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}
@-ms-keyframes maskShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}
@keyframes maskShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}
.video_show {
    width: 1000px;
    height: 680px;
    position: fixed;
    left: 50%;
    margin-left: -500px;
    top: -1000px;
    margin-top: -340px;
    opacity: 0;
    z-index: 10001;
    border-radius: 5px;
    display: none;
    -webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
    -o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
    -ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
    animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}
@-webkit-keyframes introShow {
    from {
        opacity: 0;
        top: -1000px;
    }
    to {
        opacity: 1;
        top: 50%;
    }
}
@-o-keyframes introShow {
    from {
        opacity: 0;
        top: -1000px;
    }
    to {
        opacity: 1;
        top: 50%;
    }
}
@-ms-keyframes introShow {
    from {
        opacity: 0;
        top: -1000px;
    }
    to {
        opacity: 1;
        top: 50%;
    }
}
@keyframes introShow {
    from {
        opacity: 0;
        top: -1000px;
    }
    to {
        opacity: 1;
        top: 50%;
    }
}
.video_show i {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -17px;
    top: 18px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-weight: bold;
    background: url(closed.png);
    background-size: cover;
}
.video_show i:hover {
    transform: rotate(90deg);
}
.video_show .content {
    width: 90%;
    margin: 20px 5%;
}
.video_show .content h2 {
    line-height: 50px;
    color: #4c321c;
}
.video_show .content .show_date {
    width: 100%;
    height: 25px;
    margin: 10px 0;
    background: #F9F9F9;
    line-height: 25px;
    color: #666;
    text-indent: 2em;
}
.video_show .content .show_intro {
    width: 100%;
    text-align: left;
    font-size: 14px;
    border: 10px solid #fff;
    background-color: #000;
    display: grid;
}
.video_show iframe,
.video_show video {
    width: 100%;
    max-height: 500px;
}
.video_ise {
    display: inline-block !important;
    width: 81px;
    height: 81px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    z-index: 99;
}
.video_ise img {
    width: 100%;
}
.pro_video:hover .video_ise {
    transform: scale(1.08, 1.08);
}
.pro_video:hover .video_img {
    opacity: .9;
}
.pro_video {
    background-color: #000;
}
.product-show-img-top {
    overflow: hidden;
    border-radius: 15px;
    width: 3.349rem;
    border: 1px solid #ccc;
    margin: 0;
}
.pro-box {
    padding: 4% 0;
    overflow: hidden;
}
.pro-container {
    width: 81.45%;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1440px;
    display: block;
}
.pro-con {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.product-left {
    width: 100%;
}
.product-img {
    border-radius: 10px;
    overflow: hidden;
    float: left;
    position: relative;
    display: flex;
}
.product-img .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #333;
}
.product-show-img-thumbs {
    width: .4792rem;
    margin-right: .25rem;
    margin-left: unset;
}
.product-show-img-thumbs .swiper-slide {
    border-radius: 15px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
    cursor: pointer;
    height: .4792rem;
    width: .4792rem;
}
.product-show-img-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
}
.product-show-img-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
}
.product-show-prev,
.product-show-next {
    position: absolute;
    bottom: 42px;
    width: 31px;
    height: 31px;
    background: url(../images/ad_ctr03.png) no-repeat;
    cursor: pointer;
    background-size: 100%;
}
.product-show-prev {
    left: 40px;
    background-position: 0 -1px;
}
.product-show-next {
    right: 40px;
    background-position: 0 -33px;
}
.product-show-prev.swiper-button-disabled,
.product-show-next.swiper-button-disabled {
    opacity: 0.2;
}
.provideo img.videoico {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}
.product-left-top {
    display: flex;
}
.pro-search form {
    width: 400px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 30px;
    overflow: hidden;
}
.pro-search input[type="text"] {
    float: left;
    width: 330px;
    padding: 0 30px;
    line-height: 48px;
    box-sizing: border-box;
    border: none;
    outline: none;
}
.pro-search [type="submit"] {
    float: right;
    width: 68px;
    height: 48px;
    background: url(search.png) center no-repeat;
    cursor: pointer;
}
.product-info {
    flex: 1;
    margin-left: .4688rem;
}
.product-info h2 {
    font-size: .1875rem;
    line-height: 1.3;
    color: #000;
    margin-bottom: .1042rem;
    margin-top: .1042rem;
}
.product-info h3 {
    font-size: .0938rem;
    line-height: 1.5;
    color: #000;
}
.product-info p {
    font-size: .0938rem;
    line-height: 1.5;
    color: #000;
    padding-bottom: .2292rem;
    border-bottom: 1px solid #ccc;
}
.product-button {
    overflow: hidden;
    padding-top: .3125rem;
}
.product-button-01,
.product-button-02 {
    display: block;
    width: 1.4219rem;
    font-size: .0938rem;
    line-height: .349rem;
    height: .349rem;
    text-align: center;
    color: #fff;
    border-radius: .2083rem;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-family: Centrale Sans, arial;
    transition: all 0.4s;
}
.product-button-01 {
    background-color: #000;
    margin-right: .0938rem;
}
.product-button-02 {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.product-button-01:hover {
    background-color: #000;
}
.pro-show-content {
    margin-top: .3333rem;
}
.pro-show-content h4 {
    font-size: .2344rem;
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
    color: #000000;
    padding-bottom: .2083rem;
}
.product-Description {
    height: 500px;
    overflow: hidden;
    background: #000;
}
.product-Description video {
    height: 100%;
}
.product-desc {
    margin-bottom: 6%;
}
.product-desc li {
    color: #666;
    line-height: 2;
    font-size: 14px;
    text-align: left;
    float: left;
    width: 50%;
    font-size: 15px;
    line-height: 35px;
    position: relative;
    padding-left: 13px;
}
.product-desc li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    overflow: hidden;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.pro-description {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
    padding: 20px;
}
.pro-description p {
    color: #666;
}
.product-contact {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
}
.product-recom {
    width: 100%;
    overflow: hidden;
    padding: 0 0 5%;
}
.product-recom-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.product-recom-top h4 {
    font-size: .2344rem;
    line-height: 1;
    color: #000000;
    padding-bottom: 0.2083rem;
}
.product-recom .swiper-container {
    overflow: unset;
}
.product-recom .swiper-slide {
    width: 100%;
    background-color: #fff;
    position: relative;
    border-radius: 15px;
}
.product-recom .swiper-slide:hover .img img {
    transform: scale(1.1);
}
.product-recom .wiper-slide a {
    position: relative;
    overflow: hidden;
}
.product-recom .swiper-slide .img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}
.product-recom .swiper-slide .text {
    width: 100%;
    margin-top: 10px;
    padding: 10px 10px;
}
.product-recom .swiper-slide h4 {
    font-size: .1042rem;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
}
.product-recom .swiper-slide p {
    font-size: .0938rem;
    line-height: 1.2;
    color: #adadad;
}
.product-recom .swiper-slide em {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: .0833rem;
    padding: 4px 10px;
    border-radius: 30px;
    color: #fff;
    z-index: 99;
    font-style: normal;
    background-color: #000;
}
.product-detailed {
    width: 100%;
    overflow: hidden;
    padding: .2604rem .3125rem 0;
}
.product-detailed img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.botmbar_list {
    position: fixed;
    z-index: 30;
    width: 40px;
    right: 2%;
    bottom: 14%;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.botmbar_list a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}
.botmbar_list a .botmbar_img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}
.botmbar_box {
    position: absolute;
    top: 50%;
    right: 50px;
    text-align: center;
    z-index: 1;
    transform: translateY(-50%);
    visibility: hidden;
}
.botmbar_box i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -4px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    transform: rotate(45deg);
}
.botmbar_box .radius {
    padding: 4px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}
.botmbar_box .botmbar_tel {
    border-radius: 4px;
    width: 180px;
    padding: 12px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 15%);
}
.botmbar_box .radius img {
    width: 150px;
    height: 150px;
    min-width: 150px;
}
.botmbar_list a:hover .botmbar_box {
    visibility: visible;
    opacity: 1;
}
.consult-top {
    bottom: calc(4% + 60px);
    right: 2%;
    position: fixed;
    width: 375px;
    height: 575px;
    padding: 30px 35px 50px;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #333;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    z-index: 200;
}
.consult-top.on {
    opacity: 1;
    visibility: inherit;
    bottom: calc(4% + 80px);
}
.consult-top::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 110px;
    background-color: #fff;
    border-radius: 10px 0 0 0;
}
.consult-top i {
    float: right;
    position: relative;
    z-index: 1;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    cursor: pointer;
}
.consult-top h3 {
    margin-top: 25px;
    font-size: 30px;
    line-height: 2;
    color: #fff;
}
.consult-top p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 45px;
}
.consult-top h5 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    color: #fff;
}
.consult-top input[type="text"] {
    width: 100%;
    color: #c4c8d3;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #4a4a4a;
    background: none;
}
.consult-name {
    position: relative;
    margin-bottom: 35px;
}
.consult-email {
    position: relative;
    margin-bottom: 70px;
}
.consult-top em {
    position: absolute;
    left: 0;
    bottom: -30px;
    line-height: 30px;
    font-style: normal;
}
.consult-submit {
    position: relative;
    z-index: 1;
    padding: 6%;
    background-color: #fff;
    border: 2px solid #bfbfbf;
    border-radius: 10px;
}
.consult-top input[type="submit"] {
    width: 100%;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    border: 0;
    background-color: #000;
    border-radius: 5px;
}
.consult-bottom {
    text-align: right;
    height: 80px;
}
.consult-info {
    position: fixed;
    right: calc(2% + 70px);
    bottom: 4%;
    z-index: 200;
    display: inline-block;
    width: 280px;
    height: 80px;
    padding: 20px 25px;
    text-align: left;
    margin-right: 10px;
    border-radius: 5px 5px 0 5px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 10px 18px -6px rgba(0, 0, 0, .25);
}
.consult-info::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    display: block;
    width: 10px;
    height: 14px;
    background: url(../images/consult_img.png) center no-repeat;
}
.consult-info h4,
.consult-info p {
    font-size: 14px;
    color: #656565;
    line-height: 1.5;
}
.consult-info i {
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #e3e5e7;
    cursor: pointer;
    transform: rotate(45deg);
}
.consult-info i::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 65%;
    background-color: #6d737a;
}
.consult-info i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 1px;
    background-color: #6d737a;
}
.consult-icon {
    position: fixed;
    right: 2%;
    bottom: 4%;
    z-index: 200;
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #000;
    cursor: pointer;
}
.consult-icon:hover img {
    transform: rotateY(180deg);
}
@media screen and (max-width: 1680px) {
    .video_ise {
        width: 71px;
        height: 61px;
    }
    .product-itse h3 {
        font-size: 20px;
    }
    .product-recom h3 {
        font-size: 40px;
    }
    .pro-more {
        font-size: 0.8125rem;
    }
    .product-show-prev {
        left: 20px;
    }
    .product-show-next {
        right: 20px;
    }
    .product-left {
        width: 100%;
    }
    .product-recom {
    }
    .product-contact {
        width: 300px;
    }
    .product-recom .swiper-slide em {
        padding: 3px 8px;
    }
}
@media screen and (max-width: 1440px) {
    .product-show-prev {
        left: 20px;
    }
    .product-show-next {
        right: 20px;
    }
    .video_ise {
        width: 61px;
        height: 61px;
    }
    .product-itse h3,
    .product-recom h3 {
        font-size: 1.125rem;
        margin-bottom: 6%;
    }
    .pro-more {
        font-size: 0.75rem;
    }
    .patent {
        line-height: 42px;
        padding-left: 50px;
        font-size: 12px;
    }
    .product-left {
        width: 100%;
    }
    .product-recom {
    }
    .product-contact {
        width: 280px;
    }
    .product-recom .swiper-slide em {
        padding: 2px 6px;
    }
}
.series-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.series-list ul li {
    position: relative;
    width: 49%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 2%;
}
.series-list ul li h3 {
    position: absolute;
    left: 0;
    bottom: 4.5%;
    padding: 0 4.5%;
    font-size: 1.25rem;
    line-height: 2;
    color: #fff;
}
.series-list ul li:hover img {
    transform: scale(1.05, 1.05);
}
.series-box {
    padding: 4.5% 0;
}
.series-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
}
.series-img {
    pointer-events: none;
    width: 74%;
    border-radius: 12px;
    overflow: hidden;
}
.series-text {
    width: 24%;
    border-radius: 12px;
    padding: 4% 3%;
    background-color: #fff;
}
.series-text h3 {
    font-family: 'Centrale Sans-Bold';
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 6.5%;
    color: #000;
}
.series-text p {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 16%;
    color: #666;
}
.series-text a {
    display: inline-block;
    width: 75%;
    line-height: 50px;
    font-size: 16px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    background-color: #333;
}
.series-text a:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}
.series-bottom {
    display: flex;
    justify-content: end;
}
.series-pro {
    width: 74%;
}
.series-pro ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.series-pro ul li {
    width: calc(94% / 4);
    margin: 0 2% 2% 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.series-pro ul li:nth-child(4n) {
    margin-right: 0;
}
.series-pro ul li h3 {
    font-weight: normal;
    text-align: center;
    line-height: 3.5;
}
.series-pro ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}
@media screen and (max-width: 1680px) {
    .series-text p {
        font-size: 0.875rem;
    }
    .series-text h3 {
        font-size: 1.8rem;
    }
    .series-text a {
        line-height: 45px;
        font-size: 0.9375rem;
    }
}
@media screen and (max-width: 1440px) {
    .series-text p {
        font-size: 0.75rem;
    }
    .series-text h3 {
        font-size: 1.3rem;
    }
    .series-text a {
        line-height: 40px;
        font-size: 0.75rem;
    }
}
/**/
.cart_page {
    width: 646px;
    min-height: 370px;
    text-transform: capitalize;
    overflow: hidden;
    position: fixed;
    right: 1.6667vw;
    top: 50%;
    margin: -278px 0 0 0;
    z-index: 10001;
    background-color: #fff;
    border-radius: 10px;
    opacity: 0;
    display: none;
    box-sizing: border-box;
    -webkit-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -o-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -ms-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}
.cart_list {
    min-height: 300px;
    padding: 30px;
    box-sizing: border-box;
}
.cart_list ul {
    width: 100%;
    float: left;
    height: 390px;
    overflow-y: overlay;
    box-sizing: border-box;
}
.cart_list .add_order {
    color: #fff;
    text-align: center;
    cursor: pointer;
    cursor: pointer;
    background: #000;
    height: 58px;
    line-height: 58px;
    border-radius: 50px;
    margin: 30px 0;
    width: 100%;
    float: left;
    font-size: 16px;
}
.cart_list ul li {
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.cart_list ul li:nth-child(2n) {
    margin-right: 0;
}
.cart_list ul li strong {
    cursor: pointer;
}
.cart_list ul li strong i {
    width: 30px;
    height: 30px;
    background-image: url(del.png);
    display: block;
    background-size: 100%;
    margin: 0 auto;
}
.cart_list ul li strong span {
    color: #000;
    text-align: center;
    display: block;
    font-size: 12px;
    padding-top: 5px;
    opacity: 0;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1;
}
.cart_list ul li strong:hover span {
    text-decoration: underline;
    opacity: 1;
}
.cart_list ul li:hover strong {
    opacity: 1;
}
.cart_list ul li .pro_top .fl {
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.cart_list ul li .pro_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart_list ul li .pro_bot {
    width: auto;
    padding-top: 8px;
    padding-left: 10px;
}
.cart_list ul li .pro_bot h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}
.cart_list ul li .pro_bot p {
    line-height: 1.5;
    text-transform: capitalize;
    color: #989898;
    font-size: 14px;
}
.cart_list ul::-webkit-scrollbar,
.headcart ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.cart_list ul::-webkit-scrollbar-track,
.headcart ul::-webkit-scrollbar-track {
    background: #fff;
}
.cart_list ul::-webkit-scrollbar-thumb,
.headcart ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 30px;
    overflow: hidden;
}
.cart_list ul::-webkit-scrollbar-thumb:hover,
.headcart ul::-webkit-scrollbar-thumb:hover {
    background-color: #ccc;
}
.cart_list ul::-webkit-scrollbar-corner,
.headcart ul::-webkit-scrollbar-corner {
    background-color: #ccc;
}
.cart_list ul::-webkit-scrollbar-resizer,
.headcart ul::-webkit-scrollbar-resizer {
    background-color: #ccc;
}
.cart_page_t,
.cart-page-t {
    position: relative;
}
.cart_page_t h3,
.cart-page-t h3 {
    line-height: 64px;
    color: #000;
    /* border-bottom: 1px solid #eee; */
    padding: 0 30px;
    font-size: 24px;
}
.cart_page_t i,
.cart-page-t i {
    position: absolute;
    right: 20px;
    top: 25px;
}
@-webkit-keyframes cartShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes cartShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-ms-keyframes cartShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes cartShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.send_page,
.cart-page {
    width: 646px;
    min-height: 370px;
    text-transform: capitalize;
    overflow: hidden;
    position: fixed;
    right: 1.6667vw;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10001;
    background-color: #fff;
    border-radius: 10px;
    opacity: 0;
    display: none;
    box-sizing: border-box;
    -webkit-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -o-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -ms-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}
.send_page .send_page_c p,
.cart-page .cart-page-c p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}
.send_page .send_page_c,
.cart-page .cart-page-c {
    padding: 20px 30px 30px;
}
.send_page_product,
.cart-page-product {
    position: relative;
    float: left;
    /* margin-top: 10px; */
    width: 100%;
}
.send_page_product h4,
.cart-page-product h4 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
}
.send_page_product ul,
.cart-page-product ul {
    width: 100%;
    float: left;
    height: 250px;
    overflow-y: overlay;
    padding-right: 5px;
    margin-bottom: 10px;
}
.send_page_product ul::-webkit-scrollbar,
.cart-page-product ul::-webkit-scrollbar {
    width: 2px;
}
.send_page_product ul::-webkit-scrollbar-track,
.cart-page-product ul::-webkit-scrollbar-track {
    background: #eee;
}
.send_page_product ul li,
.cart-page-product ul li {
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    /* min-height: 200px; */
    margin-bottom: 20px;
}
.send_page_product ul li i,
.cart-page-product ul li i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 888;
    display: block;
}
.send_page_product ul li i input {
    width: 20px;
    height: 20px;
}
.send_page_product ul li:nth-child(2n),
.cart-page-product ul li:nth-child(2n) {
    margin-right: 0;
}
.send_page_product ul li .pro_top,
.cart-page-product ul li .pro_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.send_page_product ul li .pro_top .fl,
.cart-page-product ul li .pro_top .fl {
    width: 120px;
    height: 120px;
    float: none;
    overflow: hidden;
    margin-right: 58px;
}
.send_page_product ul li .pro_bot,
.cart-page-product ul li .pro_bot {
    float: none;
    width: auto;
    flex: 1;
}
.send_page_product ul li .pro_bot h3,
.cart-page-product ul li .pro_bot h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}
.send_page_product ul li .pro_bot p,
.cart-page-product ul li .pro_bot p {
    line-height: 1.5;
    text-transform: capitalize;
    color: #989898;
    font-size: 14px;
}
.send_page_product ul li:hover img,
.cart-page-product ul li:hover img {
    transform: scale(1.1, 1.1);
}
.send_page_product ul li a {
}
.msg-name,
.msg-eml,
.msg-mobile {
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 24px;
}
.msg input[type="text"] {
    width: 100%;
    padding: 5px 20px;
    line-height: 50px;
    border: 0;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    background: none;
    border-radius: 12px;
    display: block;
}
.msg input[type="text"]:focus {
    border: 2px solid #000;
}
.msg em {
    display: block;
    padding: 0 22px;
    line-height: 25px;
    position: absolute;
    font-style: normal;
    right: 0;
    top: 19px;
}
.msg i {
    display: block;
    font-size: 14px;
    color: #b2b2b2;
    font-style: normal;
    opacity: 1;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
}
.msg i.on {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 20px;
    font-size: 12px;
}
.msg [type="submit"] {
    width: 100%;
    height: 55px;
    font-size: 14px;
    line-height: 55px;
    color: #fff;
    border-radius: 30px;
    background-color: #000;
    cursor: pointer;
}
.keyword_title {
    padding-bottom: 4%;
}
.keyword_title h4 {
    font-size: 18px;
    line-height: 2;
    color: #000;
}
/*zc修改新增*/
.product-help {
    background: #000;
    background: linear-gradient(to bottom, #000, #2c588d, #3e6b9e);
    border-radius: 15px;
    margin: 114px auto;
    text-align: center;
    color: #fff;
    padding: 80px 0;
}
.product-box p {
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 1;
}
.product-help h4 {
    font-size: 32px;
    margin-bottom: 50px;
    line-height: 1.4;
}
.product-help a {
    color: #000;
    display: block;
    border-radius: 15px;
    background: #fff2d0;
    font-size: 15px;
    width: 300px;
    margin: 0 auto;
    line-height: 1;
    padding: 16px 0;
}
.product-help a:hover {
    background-color: #333;
    color: #fff;
}
.menu-nav {
    margin-bottom: .2083rem;
}
.menu-nav a {
    font-size: 16px;
    color: #a4a4a4;
}
.menu-nav > em {
    font-size: 16px;
    color: #a4a4a4;
    font-style: normal;
    padding: 0 10px;
}
.menu-nav > a > em {
    font-weight: bold;
    font-style: normal;
    color: #000;
}
/*faq样式*/
.faq-list {
    padding: 5% 0;
    background-color: #fff;
}
.faq-list ul {
    margin-bottom: 4%;
    border-top: 1px solid #cbd5da;
}
.faq-list ul li {
    position: relative;
    cursor: pointer;
    padding: 20px 40px 20px 80px;
    border-bottom: 1px solid #cbd5da;
}
.faq-list ul li h3 {
    font-size: 20px;
    line-height: 2.5;
    color: #000;
}
.faq-list ul li p {
    max-height: 0;
    width: 80%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    color: #565c5f;
    opacity: 0;
    line-height: 32px;
    transition: all 0.6s;
}
.faq-list ul li.on {
    padding-bottom: 40px;
}
.faq-list ul li.on p {
    opacity: 1;
    max-height: 300px;
}
.faq-list ul li i {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 30px;
    top: 35px;
}
.faq-list ul li i::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
}
.faq-list ul li i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: block;
    width: 2px;
    height: 100%;
    background-color: #000;
}
.faq-list ul li.on i::after {
    width: 0;
}
/*zc修改loging样式*/
.login_bg {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: space-between;
}
.login_img {
    width: 63%;
    height: 100%;
    background: url(../images/login_bg.jpg) center center/cover no-repeat;
}
.login_box {
    width: 37%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
.login_text {
    width: 54%;
}
.login_text a.l_logo {
    display: block;
    width: 71.61%;
    margin: 0 auto 14%;
}
.login_text .formitem {
    position: relative;
    padding-bottom: 30px;
}
.login_text input[type='password'] {
    width: 100%;
    padding: 0 20px;
    line-height: 60px;
    background-color: #eee;
    font-size: 16px;
    border-radius: 10px;
    border: 0;
}
.login_text input[type='submit'] {
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: #000;
    border-radius: 10px;
    margin-bottom: 14%;
}
/*zc修改新增样式*/
.pro-page-top-bg {
    /*-webkit-animation: subs 6s linear 1;*/
    -webkit-animation-fill-mode: forwards;
    -webkit-transform: translateX(-5%);
    opacity: .9;
}
.pro-page-top-bg img {
    width: 100vw;
}
.pro-page-top-con {
}
.pro-top-con-pic {
}
.pro-page-bar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.pro-page-menu a,
.pro-page-menu em {
    font-size: 16px;
    color: rgba(0, 0, 0, .7);
    font-style: normal;
    line-height: 1;
}
.pro-page-menu a:hover {
    color: #000;
}
.pro-page-menu {
}
.pro-page-bar-tit {
    margin-bottom: 60px;
}
.pro-page-bar-tit h4 {
    font-size: 40px;
    line-height: 1;
    color: #000;
    font-weight: normal;
}
.pro-page-search form {
    display: flex;
    align-items: center;
    border-radius: 20px;
    width: 255px;
    border: #93939a 2px solid;
    justify-content: space-between;
    padding: 10px 16px;
}
.pro-page-search form input[type="text"] {
    outline: none;
    border: none;
    font-size: 16px;
    line-height: 1.5;
    width: 70%;
}
.pro-page-search form input[type="submit"] {
    width: 30px;
    height: 30px;
    background-image: url(search_icon03.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100%;
    background-color: transparent;
    opacity: 0.5;
}
.new-pro-search {
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-pro-search form {
    display: flex;
    align-items: center;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
    background-color: #fff;
    border-radius: 15px;
    width: 650px;
    justify-content: space-between;
    padding: 5px;
}
.new-pro-search form input[type="text"] {
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 57px;
    padding: 0 10px;
    width: 540px;
}
.new-pro-search form input[type="submit"] {
    width: 95px;
    height: 57px;
    background-image: url(search_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35%;
    cursor: pointer;
    border-radius: 15px;
    background-color: #000;
}
.new-pro-bot {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.new-pro-bot-item {
    width: 50%;
}
.new-pro-bot-item-txt {
    position: absolute;
    color: #fff;
    width: 18%;
    top: 36%;
    left: 7.8%;
}
.new-pro-bot-item-txt h4 {
    font-size: 45px;
    font-family: 'Centrale Sans-Bold';
    line-height: 1.2;
}
.new-pro-bot-item-txt span {
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #000;
    padding: 15px 0;
    margin-top: 0px;
    font-size: 16px;
    line-height: 1;
    opacity: 0;
}
.new-pro-bot-item:hover .new-pro-bot-item-txt span {
    opacity: 1;
    margin-top: 60px;
}
.new-pro-bot-item:hover img {
    transform: scale(1.05);
}
.new-pro-bot-item span:hover {
    background-color: #333;
}
.pro-parme {
    background: #f7f7f7;
    padding: 5% 0;
    margin-top: .3906rem;
}
.pro-parme-con {
    display: flex;
    justify-content: space-between;
}
.pro-parme-txt {
    width: auto;
}
.pro-parme-txt h3 {
    font-size: .2344rem;
    line-height: 1;
    margin-bottom: .2083rem;
    color: #000;
    font-family: 'Centrale Sans-Bold';
}
.pro-parme-txt p {
    font-size: .0781rem;
    line-height: 1.5;
    color: #000;
}
.pro-parme-list {
    width: 50%;
}
.pro-parme-list ul li {
    list-style: none;
    font-size: .0833rem;
    font-weight: bold;
    padding-bottom: .1406rem;
    margin-bottom: .2604rem;
    border-bottom: 1px solid #ccc;
    color: #000;
    display: flex;
    align-items: center;
}
.pro-parme-list ul li span {
    margin-right: .6771rem;
    width: 10%;
}
.pro-parme-list ul li em {
    flex: 1;
    font-size: .0833rem;
    font-style: normal;
    font-weight: normal;
}
.contact-center {
    left: 0;
    transform: translate(16.5%, -50%);
}
.contact-center p {
    text-align: left;
    font-size: 40px;
    color: #fff;
    line-height: 1.4;
    margin-top: 0;
    font-weight: 800;
}
.servicer-center {
    left: 0;
    transform: translate(16.5%, 90%);
}
.servicer-center h2 {
    text-align: left;
}
.cer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-nav {
    position: absolute;
    right: 50px;
    top: 5%;
    align-items: center;
    justify-content: space-between;
}
/*zc修改首页样式*/
.theme-profile {
    padding: 5% 0;
}
.theme-profile-left {
    width: 3.5833rem;
}
.theme-profile-left p {
    font-family: 'Centrale Sans Medium';
    font-size: .1042rem;
    line-height: 1;
    margin-bottom: .125rem;
}
.theme-profile-left h4 {
    font-family: 'Centrale Sans Medium';
    font-size: .1667rem;
    line-height: 1.4;
    margin-bottom: .4271rem;
}
.theme-profile-pic {
    /*border-radius: .2604rem;*/
}
.theme-profile-right {
    width: 3.8229rem;
}
.theme-profile-list {
    /*margin-bottom: .6042rem;*/
    padding-top: .2083rem;
}
.theme-profile-item h4 {
    font-size: .2065rem;
    line-height: 1;
    margin-bottom: .0542rem;
}
.theme-profile-item p {
    font-size: .0833rem;
    font-weight: 400;
}
.theme-profile-txt p {
    font-size: .0938rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}
.more-btn {
    display: flex;
    width: .7552rem;
    font-size: .0833rem;
    color: #fff;
    line-height: .2604rem;
    background-color: #000;
    align-items: center;
    justify-content: space-between;
    padding: 0 .1042rem 0 .2083rem;
    border-radius: .2083rem;
    cursor: pointer;
}
.more-btn::after {
    display: block;
    content: '';
    background: url(about-btn-ico.png) no-repeat;
    background-size: 100%;
    width: .1094rem;
    height: .1042rem;
}
.more-btn:hover {
    transform: translateY(-0.0417rem);
    box-shadow: 0 15px 25px -8px rgb(255 255 255 / 30%);
}
.thmem-profile-logo {
    width: 3.75rem;
}
.index-video {
    height: 4rem;
}
.index-video-con {
    background-color: rgba(0, 0, 0, 0.5);
}
.index-video-video {
    object-fit: cover;
    z-index: 0;
}
.index-video-txt {
    color: #fff;
}
.index-video-txt h4 {
    font-family: 'Centrale Sans Medium';
    font-size: .2344rem;
    margin-bottom: .1563rem;
}
.index-video-txt p {
    font-size: .0938rem;
    line-height: 1.5;
    margin-bottom: .3646rem;
}
.index-video-txt a {
    border: 1px solid #fff;
    padding: .0625rem .1563rem;
    cursor: pointer;
}
.index-video-txt a span {
    font-size: .0938rem;
    color: #fff;
    margin-right: .2083rem;
}
.index-video-txt a i {
    width: .2083rem;
    height: .2083rem;
}
.index-news {
    padding: 5% 0;
    background-color: #fff;
}
.index-news-swiper {
    width: auto;
    margin: 0;
    overflow: unset;
}
.index-news-item {
    /*width: 3.8438rem;*/
    padding: .1771rem 0;
    background: #f7f7f7;
}
.index-news-pic {
    width: 1.9583rem;
    margin-left: -0.2042rem;
}
.index-news-txt {
    width: 1.5104rem;
    margin-left: 40px;
}
.index-news-txt p {
    font-size: .0781rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: .1563rem;
}
.index-news-txt h2 {
    /*font-size: .1042rem;*/
    line-height: 1.3;
    color: #000;
    margin-bottom: .2083rem;
}
.index-news-txt span {
    opacity: 0;
    background-color: #fff;
    color: #000;
    width: 180px;
}
.index-news-txt span::after {
    background: url(more-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 0.1094rem;
    height: 0.1094rem;
    background-position: 0 .026rem;
}
.index-news-item:hover {
    background-color: #5e4432;
}
.index-news-item:hover .index-news-txt p,
.index-news-item:hover .index-news-txt h2 {
    color: #fff;
}
.index-news-item:hover .index-news-txt span {
    opacity: 1;
}
.index-news-item:hover .index-news-pic {
    transform: scale(1.1, 1.1);
}
.theme-cr {
    background-color: #f7f7f7;
    margin: 5% 0;
    padding: 5% 0;
    overflow: hidden;
}
.theme-cr.about-06-right-text h4 {
    font-size: 45px;
    font-weight: 700;
}
.theme-ex {
    background-color: #fff;
    padding: 0 0 5%;
}
.theme-ex-title h4 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin-bottom: 60px;
}
.theme-ex-list ul {
    border-top: 1px solid #cbd5da;
}
.theme-ex-list ul li {
    position: relative;
    cursor: pointer;
    padding: 20px 40px 20px 40px;
    border-bottom: 1px solid #cbd5da;
}
.theme-ex-list ul li h4 {
    font-size: .1042rem;
    line-height: 2.5;
    color: #000;
}
.theme-ex-list ul li p {
    max-height: 0;
    width: 80%;
    height: auto;
    overflow: hidden;
    font-size: .1042rem;
    color: #565c5f;
    opacity: 0;
    line-height: .1667rem;
    transition: all 0.6s;
}
.theme-ex-list ul li.on {
    padding-bottom: .2083rem;
}
.theme-ex-list ul li.on p {
    opacity: 1;
    max-height: 1.5625rem;
}
.theme-ex-list ul li i {
    position: absolute;
    display: block;
    width: .1042rem;
    height: .1042rem;
    right: .1563rem;
    top: .1823rem;
}
.theme-ex-list ul li i::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
}
.theme-ex-list ul li i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: block;
    width: 2px;
    height: 100%;
    background-color: #000;
}
.theme-ex-list ul li.on i::after {
    width: 0;
}
.theme-cate {
    background-color: #fff;
    padding: 5% 0 1%;
}
.theme-cate-tit h4 {
    font-family: 'Centrale Sans Medium';
    font-size: .2344rem;
    margin-bottom: .4688rem;
}
.theme-cate-item {
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
}
.theme-cate-item-pic {
    overflow: hidden;
}
.theme-cate-item-pic:hover img {
    transform: scale(1.1, 1.1);
}
.theme-cate-item-right {
    cursor: pointer;
}
.theme-cate-item-txt {
    width: 65%;
    margin: 0 auto;
}
.theme-cate-item-txt > h4 {
    font-size: .2104rem;
    font-family: 'Centrale Sans Medium';
    color: #000;
    margin-bottom: .1302rem;
}
.theme-cate-item-txt > span {
    font-size: .125rem;
    font-family: 'Centrale Sans Medium';
    margin-bottom: .1823rem;
}
.theme-cate-item-txt p {
    font-size: .0938rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: .5208rem;
}
.theme-cate-item:nth-child(even) {
    flex-direction: row-reverse;
}
.theme-cate-item-txt a {
    opacity: 0;
}
.theme-cate-item:hover a {
    opacity: 1;
}
.index-de-txt {
    width: 3.1458rem;
    padding-top: 1.0417rem;
    color: #fff;
}
.index-de-txt h1 {
    line-height: 1.3;
    margin-bottom: .1563rem;
}
.index-de-txt p {
    font-size: .0833rem;
    line-height: 1.8;
    margin-bottom: .349rem;
}
.theme-pf {
    padding: 5% 0 0;
}
.theme-pf-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.theme-pf-left {
}
.theme-pf-left h4 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.theme-pf-left p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 10.6383vh;
}
.theme-pf-right {
    width: 62.1354vw;
    overflow: hidden;
    position: relative;
}
.theme-pf-item {
    position: relative;
    padding: 20px 0 20px 60px;
}
.theme-pf-pic {
    border-radius: 20px;
    overflow: hidden;
    width: 58.9583vw;
}
.theme-pf-pic img {
    width: auto;
    max-width: 100%;
}
.theme-pf-item-text {
    position: absolute;
    bottom: 60px;
    left: 0;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(to bottom, #1a467d, #3e699c, #527eb0);
    color: #fff;
    width: 425px;
    height: 285px;
    padding: 80px 36px 0;
}
.theme-pf-item-text h4 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}
.theme-pf-item-text p {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
}
.swiper-pf {
    overflow: unset;
}
.theme-pf-nav {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 999;
    bottom: 60px;
    left: 19.1667vw;
}
.theme-pf-nav > div {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    width: 58px;
    height: 58px;
    flex: 1;
    justify-content: center;
}
.theme-pf-nav > div:hover {
    color: #fff;
    background-color: #000;
}
.theme-pf-nav > div > i {
    font-family: Arial, Helvetica, sans-serif;
}
#sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
#sidebar ul li {
    margin-bottom: 5px;
    position: relative;
}
#sidebar ul li:last-child {
    margin-bottom: 0;
}
#sidebar ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #dcdcdc;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    color: #000;
}
#sidebar ul li i:hover {
    color: white;
    background: black;
}
#sidebar ul li dl {
    position: absolute;
    top: 0;
    padding: 15px 25px;
    background: white;
    width: auto;
    white-space: nowrap;
    right: 0;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}
#sidebar ul li dl dt {
    font-size: 18px;
    font-weight: 500;
    margin: 2px 0;
}
#sidebar ul li dl dd {
    font-size: 16px;
    display: block;
}
#sidebar ul li dl img {
    width: 120px;
    max-width: none;
}
#sidebar ul li:hover dl {
    right: 40px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.help {
    margin-bottom: -0.6771rem;
}
.help-con p {
    margin: 0 5% 0 10%;
    color: #fff;
    font-size: 25px;
}
.help-txt p {
    font-size: .1667rem;
    font-family: 'Centrale Sans Medium';
    line-height: 1.2;
    color: #fff;
    margin-bottom: .1302rem;
    margin-top: .1042rem;
}
.help-box {
    border: 2px solid #fff;
}
.help-box input[type=text] {
    border: none;
    background-color: transparent;
    font-size: .0938rem;
    color: #fff;
    padding: 0 .1354rem;
    line-height: 1;
}
.help-box input[type=text]::placeholder {
    color: #fff;
    font-size: .0938rem;
    line-height: 1;
}
.help-box input[type=submit] {
    background-color: #fff;
    color: #000;
    background-image: url(more-bg.png);
    background-repeat: no-repeat;
    background-size: 0.1094rem 0.1094rem;
    background-position: 0.55rem 0.1rem;
}
.help-box input[type=submit]:hover {
    transform: none;
}
.help-box a::after {
    background: url(more-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 0.1094rem;
    height: 0.1094rem;
    background-position: 0 .026rem;
}
.help-box a:hover {
    transform: none;
}
/*zc修改小屏幕样式*/
@media screen and (max-width: 1680px) {
    .product-help a {
        width: 250px;
    }
    .theme-pf-left p {
        margin-bottom: 6.6383vh;
    }
    .theme-pf-nav {
        left: 21.8vw;
    }
    .theme-pf-pic {
        width: 56.9583vw;
    }
    .theme-sup-txt h4 {
        font-size: 35px;
        margin-bottom: 28px;
    }
    .theme-sup-txt p {
        font-size: 14px;
        margin-bottom: 60px;
    }
    .theme-sup-txt {
        margin-top: 24.234vh;
    }
    .tact-center h2 {
        font-size: 60px;
    }
    .tact-center p {
        font-size: 18px;
        margin-top: 20px;
    }
    .tact-center a {
        line-height: 70px;
        width: 240px;
        margin: 40px auto;
    }
    .tact-center a i {
        width: 50px;
        height: 50px;
    }
    .about-04-text {
        padding: 4% 6.9% 0;
    }
    .about-04-text h2 {
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 28px;
    }
    .footer-xx {
        width: 400px;
    }
    .about-5-bottom b {
        font-size: 15px;
    }
    .about-5-text i {
        font-size: 280px;
        bottom: -50px;
    }
    .about-5-bottom i {
        width: 34px;
        height: 34px;
    }
    .new-pro-search {
        margin: 0 auto 30px;
    }
    .contact-center p {
        text-align: left;
        font-size: 30px;
        color: #fff;
        line-height: 1.3;
        margin-top: 0;
        font-weight: 700;
    }
    .contact-top-tit {
        font-size: 40px;
    }
    .contact-top-item span {
        font-size: 18px;
    }
    .contact-top-item p {
        font-size: 14px;
    }
    .contact-desc-list-tit span {
        margin-bottom: 40px;
    }
    .contact-desc-list-item span {
        font-size: 16px;
    }
    .contact-msg {
        width: 60%;
    }
}
@media screen and (max-width: 1440px) {
    nav > ul > li > a {
        font-size: .0933rem;
    }
    .product-help a {
        width: 200px;
    }
    .theme-pf-nav {
        left: 25.4vw;
    }
    .theme-pf-pic {
        width: 53.9583vw;
    }
    .theme-sup-txt h4 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .theme-sup-txt p {
        font-size: 14px;
        margin-bottom: 50px;
    }
    .theme-sup-txt {
        margin-top: 20.234vh;
    }
    .contact-desc-list-item span {
        font-size: 15px;
    }
    .contact-top-item span {
        font-size: 16px;
    }
    .contact-top-item p {
        font-size: 13px;
    }
    .contact-msg {
        width: 60%;
    }
    .new-pro-search {
        margin: 0 auto 25px;
    }
    .new-pro-bot-item-txt h4 {
        font-size: 35px;
        line-height: 1.3;
    }
    .tact-center h2 {
        font-size: 50px;
    }
    .tact-center p {
        font-size: 16px;
        margin-top: 15px;
    }
    .tact-center a {
        line-height: 60px;
        width: 220px;
        margin: 30px auto;
    }
    .tact-center a i {
        width: 50px;
        height: 50px;
    }
    .tact-center a span {
        font-size: 16px;
    }
    .theme-about-info ol li h4 b {
        font-size: 35px;
    }
    .theme-about-info ol li p {
        font-size: 12px;
        line-height: 1.4;
        height: auto;
    }
    .about-04-text {
        padding: 4% 6.9% 0;
    }
    .about-04-text h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 24px;
    }
    .footer-xx {
        width: 350px;
    }
    .about-5-bottom b {
        font-size: 13px;
    }
    .about-5-text i {
        font-size: 250px;
        bottom: -50px;
    }
    .about-5-bottom i {
        width: 30px;
        height: 30px;
    }
    .new-pro-search {
        margin: 20px auto;
    }
    .theme-video {
        width: auto;
    }
    .theme-introduce-text h3 {
        font-size: 26px;
    }
    .theme-introduce-right {
        width: 56.94%;
        margin-left: 20px;
    }
    .theme-introduce-right01-tit {
        top: 50px;
    }
    .theme-introduce-right01-tit i {
        width: 80px;
        height: 80px;
    }
    .theme-introduce-right01-tit p {
        font-size: 16px;
        margin-top: 5px;
    }
    .introduce-right-01 .theme-introduce-text {
        bottom: 10px;
    }
    .introduce-right-01 .theme-introduce-text h3 {
        font-size: 26px;
    }
    .introduce-right-02 .theme-introduce-text {
        bottom: 30px;
    }
    .introduce-right-02 .theme-introduce-text h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .introduce-right-02 .theme-introduce-text p {
        font-size: 14px;
    }
    .theme-about-text {
        width: 600px;
        padding-top: 17px;
    }
    .theme-about-text h1 {
        margin-bottom: 30px;
    }
    .theme-about-text p {
        margin-bottom: 30px;
    }
    .theme-about-factory {
        width: 600px;
    }
    .onelist-title {
        font-size: 40px;
        text-transform: uppercase;
        margin-right: 26px;
        letter-spacing: 1px;
    }
    .product-help h4 {
        line-height: 1.2;
        font-size: 24px;
    }
    .tact-center h2 {
        font-size: 60px;
    }
    .service-con-text h4 {
        font-size: 30px;
    }
    .service-con-text p {
        font-size: 16px;
        line-height: 1.5;
    }
    .about-03-text h4 {
        padding: 20px 0;
    }
    .index-blog .swiper-slide .news-info {
        padding: 70px 36px;
    }
    .contact-center p {
        text-align: left;
        font-size: 30px;
        color: #fff;
        line-height: 1.3;
        margin-top: 0;
        font-weight: 700;
    }
}
.cookie-box {
    background-color: #fff;
    padding: .125rem .1042rem;
    color: #000;
    line-height: 1;
    box-shadow: -8px -7px 20px 0 rgb(0 0 0 / 10%);
}
.cookie-box p {
    line-height: 1;
}
.cookie-box p a {
    text-decoration: underline;
    color: #000;
    line-height: 1;
}
.cookie-box-btn a {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    margin-right: .1042rem;
    padding: 0 .1042rem;
    line-height: .1667rem;
    height: .1667rem;
}
.cookie-box-btn a:hover {
    opacity: 0.7;
}
.cookie-close-btn {
    cursor: pointer;
}