@charset "utf-8";
@import url(../css/common.css?v=123344);

.con {
    width: 83.33%;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: .0208rem;
    height: .0521rem;
}

::-webkit-scrollbar-thumb {
    background: #555;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

/*头部样式*/
header {
    z-index: 11;
}

.header-logo {
    width: 1.0313rem;
    height: .1979rem;
    background-image: url(../images/logo.png);
}

nav {
    margin: 0 1.4844rem;
}

nav>ul>li>a {
    color: #fff;
    font-size: .0833rem;
    line-height: 1;
    padding: .1563rem 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

nav>ul>li>a:hover {
    color: rgba(24, 35, 50, 0.7);
}

nav>ul>li>a::after {
    content: '';
    display: block;
    width: 0;
    left: 0;
    bottom: 0;
    height: .0156rem;
    opacity: 0;
    border-radius: .0521rem;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
}

nav>ul>li>a:hover {
    color: #fff;
}

nav>ul>li>a:hover::after,
nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #fff;
    width: 100%;
}

.header-active {
    background-color: #fff;
}

.header-active .header-logo {
    background-image: url(../images/logo01.png);
}

.header-active .header-search a span {
    color: #000;
}

.header-active .header-line {
    border-left: 2px solid #000;
}

.header-active nav>ul>li>a {
    color: #000;
}

.header-active nav>ul>li>a:hover,
.header-active nav>ul>li>a.active {
    color: #B68D3B;
}

.header-active nav>ul>li>a:hover::after,
.header-active nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #B68D3B;
    width: 100%;
}

.header-active .header-search a span:hover {
    color: #B68D3B;
}

.header-cart {
    margin-right: .1719rem;
}

.header-cart span {
    font-size: .1406rem;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    font-weight: bold;
}

.header-active .header-cart span {
    color: #000;
}

.header-active .header-cart:hover span {
    color: #B68D3B;
}

.header-search {
    margin-right: .2083rem;
}

.header-search a span {
    font-size: .1354rem;
    color: #fff;
    line-height: 1;
    font-weight: 300;
}

.header-phone {
    padding: .0521rem .0938rem;
    border: 2px solid #fff;
}

.header-phone span {
    font-size: .1042rem;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    margin-right: .0521rem;
}

.header-phone a {
    color: #fff;
    font-size: .0866rem;
    line-height: 1;
}

.header-active .header-phone {
    border: 2px solid #000;
}

.header-active .header-phone a {
    color: #000;
}

.header-active .header-phone span {
    color: #000;
}

.header-active .header-phone:hover {
    border: 2px solid #B68D3B;
}

.header-active .header-phone:hover a {
    color: #B68D3B;
}

.header-active .header-phone:hover span {
    color: #B68D3B;
}

.header-lang a {
    color: #fff;
    font-size: .0938rem;
    font-weight: 500;
}

.header-active .header-lang a {
    color: #000;
}

.header-active .header-lang a:hover {
    color: #B68D3B;
}

/*购物车*/
.headcart {
    position: absolute;
    right: -0.1458rem;
    top: .3444rem;
    width: 2.2135rem;
    padding: .1302rem;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    border-radius: .1042rem;
    display: none;
    z-index: 99;
}

.headcart::after {
    content: "";
    position: absolute;
    right: .151rem;
    top: -0.125rem;
    display: block;
    border-bottom: .0625rem solid #fff;
    border-top: .0625rem solid transparent;
    border-left: .0625rem solid transparent;
    border-right: .0625rem solid transparent;
}

.headcart h3 {
    color: #000;
    font-size: .0938rem;
    font-family: 'Centrale Sans-Bold';
    margin-bottom: .1042rem;
}

.headcart-order {
    display: block;
    width: 95%;
    line-height: .2604rem;
    margin: 5% auto 0;
    font-size: .0938rem;
    color: #fff;
    text-align: center;
    border-radius: .0417rem;
    background-color: #000;
    cursor: pointer;
}

.headcart ul {
    max-height: 1.3385rem;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.headcart .node {
    padding: .4688rem 0;
}

.headcart ul li {
    position: relative;
    padding: .0417rem 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%;
    margin-right: .0521rem;
}

.head-pro-text {
    flex: 1;
    margin-right: 15%;
    margin-left: 2%;
}

.head-pro-text h4 {
    font-size: .0781rem;
    line-height: 1.5;
    color: #000;
}

.head-pro-text p {
    font-size: 14px;
}

.headcart ul li strong {
    position: absolute;
    right: .0521rem;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: .2083rem;
    height: .2083rem;
    background: url(../images/keep/del.png) center no-repeat;
    cursor: pointer;
}

.node {
    width: 100%;
    padding: .7813rem 0;
    text-align: center;
}

.node h4 {
    font-size: .1563rem;
    font-weight: normal;
    color: #000;
}

/*搜索框样式*/
.search-sub-box {
    background: transparent;
    top: .55rem;
}

.pro-show-search {
    background-color: #fff;
    padding: 0;
    width: 1.6667rem;
}

.pro-list-page-search {
    background-color: #fff;
    line-height: .2604rem;
    width: 2.0208rem;
}

.pro-page-form-box input[type=text] {
    font-size: 14px;
    line-height: 1;
    flex: 1;
    line-height: .2604rem;
    padding: 0 .0938rem;
    width: 100%;
}

.pro-page-form-box input[type=submit] {
    background-color: #B68D3B;
    color: #fff;
    width: .3646rem;
    height: .2604rem;
    background-image: url(../images/keep/serach-ico.png);
    background-repeat: no-repeat;
    background-size: .1563rem .1563rem;
    background-position: center center;
}

/*首页样式*/
.banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: .2083rem;
    left: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 0;
    width: .0625rem;
    height: .0625rem;
    display: block;
    opacity: 1;
    margin: 0 .040rem;
    border-radius: 50%;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #B68D3B;
    opacity: 1;
    width: .0625rem;
    height: .0625rem;
}

.index-banner-fy {
    z-index: 10;
    bottom: .5677rem;
    right: .8333rem;
}

.index-banner-fy div {
    width: .2448rem;
    height: .2448rem;
    margin-left: .1042rem;
}

.index-banner-fy div:hover {
    background-color: #B68D3B;
}

.index-banner-fy div:hover i {
    color: #fff;
}

.index-cate {
    padding-top: .5781rem;
    margin-bottom: .625rem;
}

.index-cate-top-l>h4 {
    font-size: .8698rem;
    color: #000000;
    opacity: 0.05;
    line-height: 1;
}

.index-cate-top-l div {
    padding-top: .1563rem;
}

.index-cate-top-l p {
    font-size: .2865rem;
    margin-right: .1458rem;
    font-weight: bold;
    line-height: .3333rem;
    padding-left: .0417rem;
}

.index-cate-top-l img {
    width: .5677rem;
}

.index-cate-top-r {
    width: 2.2396rem;
}

.index-cate-top-r p {
    font-size: .0833rem;
    opacity: 0.7;
}

.index-cate-con {
    margin-top: .5729rem;
}

.index-cate-item-txt {
    padding: 0 .3125rem .349rem;
}

.index-cate-item-txt h4 {
    font-size: .2865rem;
    color: #FFFFFF;
    margin-bottom: .0938rem;
}

.index-cate-item-txt p {
    font-size: .125rem;
    color: #FFFFFF;
    line-height: 1;
}

.index-btn {
    background-color: #fff;
    padding: .1458rem .1563rem;
    border-radius: .2604rem;
}

.index-btn span {
    font-size: .099rem;
    flex: 1;
    text-align: center;
    margin-right: .1927rem;
    line-height: 1;
}

.index-btn i {
    width: .0781rem;
    height: .0781rem;
    background-color: #528F3A;
    line-height: 1;
}

.index-btn:hover {
    background-color: #0B898F;
}

.index-btn:hover span {
    color: #fff;
}

.index-btn:hover i {
    background-color: #fff;
}

.index-cate-swiper {
    margin: 0;
    overflow: unset;
    width: 7.901rem;
}

.index-cate-prev {
    bottom: .0938rem;
    z-index: 3;
    left: -0.4167rem;
    background-color: #f7f7f5;
}

.index-cate-next {
    background-color: #f7f7f5;
    top: .1563rem;
    z-index: 3;
    right: 0;
}

.index-cate-fy div:hover {
    background-color: #B68D3B;
}

.index-cate-fy div:hover i {
    color: #fff;
}

.index-cate-swiper .swiper-wrapper {
    align-items: flex-end !important;
}

.index-cate-swiper .swiper-slide {
    overflow: hidden;
    transition: all ease-out 0.5s;
    border-radius: .2083rem;
    min-height: 3.6458rem;
    display: flex;
    align-items: flex-end;
}

.index-cate-swiper .swiper-slide-active {
    width: 7.901rem !important;
}

.index-about {
    padding-bottom: .5208rem;
    background: linear-gradient(180deg, #fdfefe 15%, rgba(1, 109, 112, 0.3), rgba(37, 141, 144, 0.3));
}

.index-about-con-l {
    width: 53%;
}

.index-about-con-l>h4 {
    font-size: .8698rem;
    opacity: 0.05;
}

.index-about-con-txt {
    width: 2.8958rem;
    top: -0.3646rem;
}

.index-about-con-txt h4 {
    font-size: .2865rem;
    line-height: .3333rem;
    margin-bottom: .2135rem;
}

.index-about-con-txt p {
    font-size: .0938rem;
    opacity: 0.7;
    margin-bottom: .2813rem;
}

.index-about-btn {
    width: .9896rem;
}

.index-about-con-r {
    width: 38.37%;
}

.index-about-con-r-item {
    margin-bottom: .2917rem;
    width: 49%;
}

.index-about-con-r-item img {
    opacity: 0.1;
    width: .625rem;
}

.index-about-con-r-txt {
    padding-left: .2604rem;
    margin-top: -0.4688rem;
}

.index-about-con-r-txt h4 {
    font-size: .4115rem;
    margin-bottom: .125rem;
}

.index-about-con-r-txt p {
    font-size: .1042rem;
    opacity: 0.8;
}

.index-aq {
    background: linear-gradient(180deg, rgba(37, 141, 144, 0.3), rgba(37, 141, 144, 0.3), #fdfefe 90%);
    padding-bottom: .8438rem;
}

.index-aq-con-r {
    width: 2.9427rem;
    margin-top: .7135rem;
    margin-right: 1.3281rem;
}

.index-aq-con-r h4 {
    font-size: .2865rem;
    line-height: .3698rem;
}

.index-aq-con-r p {
    margin-top: .5208rem;
    font-size: .1042rem;
    margin-bottom: .2604rem;
    color: rgba(136, 136, 136, 1);
}

.index-aq-con-r p strong {
    color: #000;
}

.index-cg-top-l h4 {
    font-size: .2865rem;
    margin-right: .3438rem;
    line-height: .3333rem;
}

.index-cg-top-r {
    width: 29.5%;
}

.index-cg-top-r p {
    font-size: .1042rem;
}

.index-cg-btn {
    background-color: #f9f9f9;
}

.index-cg-con {
    margin-top: .3646rem;
}

.index-cg-con-l {
    padding-left: .4115rem;
}

.index-cg-con-l img {
    width: 2.2031rem;
    margin-bottom: .1354rem;
}

.index-cg-con-l p {
    font-size: .1354rem;
    color: #FFFFFF;
    letter-spacing: .1042rem;
    text-align: center;
    padding-left: .1354rem;
}

.index-cg-con-r {
    padding-right: .7604rem;
}

.index-cg-con-r p {
    font-size: .2865rem;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: .1563rem;
    font-weight: bold;
}

.index-news {
    margin-top: .6615rem;
}

.index-news-top h4 {
    font-size: .2865rem;
}

.index-news-con {
    margin-top: .3021rem;
}

.index-news-l {
    width: 55.06%;
}

.index-news-l-txt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(42, 144, 133, 0.8));
    padding: 0 .2604rem .2604rem;
}

.index-news-l-txt p {
    color: #fff;
    font-size: .1042rem;
    line-height: 1;
    margin-bottom: .1042rem;
}

.index-news-l-txt h4 {
    font-size: .1979rem;
    color: #fff;
    line-height: .2656rem;
    font-weight: normal;
}

.index-news-l-txt-l {
    width: 70%;
}

.index-news-btn span {
    font-size: .0938rem;
}

.index-news-r {
    width: 42.87%;
}

.index-news-item {
    margin-bottom: .0833rem;
}

.index-news-item-txt {
    padding-top: .5052rem;
    padding-left: .2083rem;
    padding-right: .1042rem;
}

.index-news-item-txt h4 {
    font-size: .1563rem;
    margin-bottom: .1979rem;
}

.index-news-item-txt p {
    font-size: .1042rem;
    opacity: 0.8;
}

.index-news-item:hover .index-news-item-txt h4 {
    color: #B68D3B;
}

.index-bt {
    padding-top: .6979rem;
    background: linear-gradient(180deg, #ffffff, #e1eeee);
    padding-bottom: .8542rem;
}

.index-bt-con-l {
    width: 55%;
}

.index-bt-con-r {
    width: 42.18%;
}

.index-bt-tit h4 {
    font-size: .1823rem;
    color: #000000;
    line-height: .2396rem;
}

.index-bt-tit {
    margin-bottom: .2604rem;
}

.index-bt-form-item {
    background-color: #fff;
    overflow: hidden;
    border-radius: .1042rem;
    width: 49%;
    font-size: .0833rem;
    padding: .1042rem .1302rem;
    margin-bottom: .0781rem;
}

textarea.index-bt-form-item {
    width: 100%;
    min-height: 1.55rem;
}

.index-bt-btn {
    background: #0B898F;
    color: #fff;
    font-size: .1042rem;
    padding: .0938rem .3438rem;
    text-align: center;
    display: inline-block;
}

.index-bt-btn:hover {
    background: #B68D3B;
    color: #fff;
}

.index-bt-con-r-box p {
    font-size: .1042rem;
    margin-top: .151rem;
}

.index-bt-con-r-box a:hover p {
    color: #B68D3B;
}

/*底部样式*/
footer {
    background-color: #fff;
    border-radius: .2604rem .2604rem 0 0;
    margin-top: -0.2604rem;
    padding: .4844rem 0 .2604rem;
}

.footer-top {
    padding-bottom: .4167rem;
}

.footer-l>img {
    width: 1.4375rem;
    margin-bottom: .6771rem;
}

.footer-l>h4 {
    font-weight: 600;
    font-size: .1042rem;
    color: #1F1F1F;
    margin-bottom: .2188rem;
}

.footer-l-item {
    margin-bottom: .2396rem;
}

.footer-l-item span {
    color: #B68D3B;
    margin-right: .0781rem;
    font-size: .0938rem;
}

.footer-l-item p {
    font-size: .0938rem;
    opacity: 0.8;
}

.footer-l-item:first-child p {
    font-size: .1042rem;
    font-weight: bold;
}

.footer-m {
    margin-left: 2.0313rem;
    margin-right: .3438rem;
    margin-top: 1rem;
}

.footer-m-item h4 {
    font-size: .1042rem;
    margin-bottom: .2083rem;
}

.footer-m-item a {
    font-size: .0938rem;
    opacity: 0.8;
    margin-bottom: .1042rem;
}

.footer-m-item a:hover {
    color: #B68D3B;
    opacity: 1;
}

.footer-r img {
    width: 1.3542rem;
}

.footer-bt p,
.footer-bt a {
    opacity: 0.7;
    font-size: .0833rem;
}

.footer-bt a:hover {
    opacity: 1;
}

/*about*/
.ab1 {
    padding-top: .6615rem;
    border-radius: .2604rem .2604rem 0 0;
    margin-top: -0.2604rem;
    background-color: #fff;
}

.ab1 .index-about-con-r-txt h4 {
    color: #188D84;
}

.ab2 {
    padding-top: .7813rem;
    background: linear-gradient(180deg, #ffffff, rgba(37, 141, 144, 0.3));
}

.ab2-top h4 {
    font-size: .2865rem;
}

.ab2-top p {
    font-size: .1042rem;
    opacity: 0.8;
    margin-bottom: .1823rem;
}

.ab2-top-r {
    width: 2.9427rem;
}

.ab2-con {
    padding: .5417rem 0 .625rem;
}

.ab2-con-item {
    background-color: #fff;
    width: 2.1354rem;
    transition: all ease-in 0.3s;
    padding: 1.0417rem 0;
}

.ab2-con-item-txt img {
    width: .25rem;
}

.ab2-con-item-txt p {
    font-size: .1458rem;
    margin: 0 .1354rem;
}

.ab2-con-item-txt img:nth-child(1) {
    transform: scaleX(-1);
}

.ab2-con-item:hover {
    background: #188D84;
    transform: scale(1.05, 1.05);
}

.ab2-con-item .a-box {
    padding: .5052rem .5833rem 0;
    background: #188D84;
    transition: all ease-in 0.3s;
}

.ab2-con-item .a-box p {
    font-size: .1146rem;
    color: #fff;
    margin-top: .1302rem;
}

.ab2-con-item:hover .a-box {
    display: block;
}

.ab3 {
    background: linear-gradient(180deg, rgba(37, 141, 144, 0.3), #ffffff);
}

.ab4 {
    padding-top: .3646rem;
}

.ab4-con-l {
    width: 28%;
}

.ab4-con-l h1 {
    color: #188D84;
    font-size: .2865rem;
    margin-bottom: .0625rem;
    line-height: 1;
}

.ab4-con-l h4 {
    font-size: .2083rem;
    margin-bottom: .2344rem;
}

.ab4-con-l p {
    font-size: .1042rem;
    opacity: 0.8;
    text-align: justify;
}

.ab4-con-r {
    width: 61.68%;
}

.ab4-swiper {
    height: 2.4948rem;
}

.ab4-swiper .swiper-slide {
    overflow: hidden;
    border-radius: .1563rem;
    transition: all ease-in 0.5s;
    height: auto;
}

.ab4-swiper .swiper-wrapper {
    align-items: flex-end;
}

.ab4-swiper .swiper-slide-active {
    width: 3.3073rem !important;
}

.ab4-con-r .index-cate-fy {
    top: 0;
    right: 0;
}

.ab4-con-r .index-cate-fy div {
    margin-left: .1042rem;
}

.ab5 {
    padding-top: .625rem;
}

.ab5-con-l {
    width: 34.43%;
}

.ab5-con-l h4 {
    font-size: .2865rem;
    margin-bottom: .2708rem;
}

.ab5-con-l p {
    font-size: .1042rem;
    opacity: 0.8;
}

.ab5-con-r {
    width: 61.75%;
}

.ab6 {
    padding: .625rem 0;
    background: linear-gradient(180deg, #ffffff, rgba(37, 141, 144, 0.3));
}

.ab6-top h4 {
    font-size: .2865rem;
}

.ab6-top p {
    font-size: .0938rem;
    opacity: 0.8;
    width: 2.5rem;
}

.ab6-con {
    margin-top: .4167rem;
}

.ab6-fy div {
    margin-left: .1042rem;
}

.ab6-fy div:hover {
    background-color: #B68D3B;
}

.ab6-fy div:hover i {
    color: #fff;
}

.ab6-swiper {
    width: 6.5104rem;
    margin: 0;
    overflow: unset;
    height: 2.2969rem;
}

.ab6-swiper .swiper-slide {
    border-radius: .1563rem;
    overflow: hidden;
    transition: all ease-in 0.3s;
    height: auto;
}

.ab6-swiper .swiper-slide-active {
    width: 3.5938rem !important;
}

/*联系我们*/
.ca-top {
    width: 40%;
}

.ca-top h4 {
    color: #fff;
    font-size: .3646rem;
    line-height: 1.3;
}

.ca-top p {
    color: #fff;
    line-height: 1.5;
    font-size: .0938rem;
    margin-top: .1563rem;
}

.ca1 {
    padding: .4167rem 0;
    background: linear-gradient(180deg, #ffffff, rgba(37, 141, 144, 0.3));
}

.ca1-con {
    background-color: #fff;
}

.ca1-l {
    width: 28%;
    margin-right: .276rem;
    background-color: #f4f1ed;
    padding: .1771rem .1771rem;
}

.ca1-l-tit {
    padding-bottom: .1042rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .1563rem;
}

.ca1-l-tit h4 {
    font-size: .2083rem;
    margin-bottom: .1927rem;
    color: #B68D3B;
}

.ca1-l-tit p {
    font-size: .0938rem;
    opacity: 0.7;
}

.ca1-l-item {
    padding-bottom: .1042rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .1563rem;
}

.ca1-l-item span {
    font-size: .0938rem;
    opacity: 0.7;
    margin-bottom: .0781rem;
}

.ca1-l-item a {
    font-size: .0938rem;
    font-weight: 600;
}

.ca1-l-item a:hover {
    text-decoration: underline;
    opacity: 0.5;
}

.ca1-l-item p {
    font-size: .0938rem;
    margin-bottom: .0521rem;
}

.ca1-l-item p em {
    font-weight: 600;
}

.ca1-l-gps span {
    font-size: .0938rem;
    margin-right: .0521rem;
}

.ca1-l-gps a {
    font-size: .0938rem;
    font-weight: 600;
}

.ca1-l-gps a:hover {
    text-decoration: underline;
    opacity: 0.5;
}

.ca1-r {
    padding: .1771rem .2083rem .1771rem 0;
}

.ca1-r-tit h4 {
    font-size: .2083rem;
    margin-bottom: .1927rem;
    color: #B68D3B;
}

.ca1-r-form-label {
    margin-bottom: .1875rem;
}

.ca1-r-form-label span {
    font-size: .0938rem;
    margin-bottom: .1042rem;
    display: block;
}

.ca1-r-form-label input,
.ca1-r-form-label textarea {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 .0521rem .0521rem;
    font-size: .0938rem;
}

.ca1-r-form-label textarea {
    height: 1.0417rem;
}

.ca1-r-btn {
    background-color: #B68D3B;
    color: #fff;
    font-size: .1042rem;
    padding: .0938rem 0;
    width: 30%;
    transition: all ease-in-out 0.3s;
}

.ca1-r-btn:hover {
    opacity: 0.5;
}

/*资料下载*/
.cata {
    padding: .4479rem 0;
    background: linear-gradient(180deg, #ffffff, rgba(37, 141, 144, 0.3));
}

.cata-tit h4 {
    font-size: .2604rem;
    margin-bottom: .1563rem;
}

.cata-tit p {
    opacity: 0.7;
    font-size: .1042rem;
    width: 65%;
}

.cata-list {
    margin-top: .3438rem;
}

.cata-item {
    background-color: #fff;
    margin-bottom: .2083rem;
    width: 48.8%;
    padding: .2083rem;
    align-items: flex-start;
}

.cata-item-txt {
    width: 52.62%;
}

.cata-item-txt h4 {
    font-size: .1458rem;
    margin-bottom: .1146rem;
}

.cata-item-txt p {
    opacity: 0.7;
    font-size: .0833rem;
    margin-bottom: .2135rem;
}

.cata-item-img {
    width: 26.37%;
}

.cata-item-txt span {
    padding: .1042rem .2188rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .1563rem;
    opacity: 0.7;
    font-size: .0833rem;
}

.cata-item:hover {
    background: #B68D3B;
    color: #fff;
}

.cata-item:hover .cata-item-txt h4,
.cata-item:hover .cata-item-txt p {
    color: #fff;
}

.cata-item:hover .cata-item-txt span {
    color: #B68D3B;
    background: #fff;
    border: 1px solid #B68D3B;
    opacity: 1;
}

/*产品首页*/
.product-top {
    padding-top: .6198rem;
    padding-bottom: .5052rem;
}

.product-top .product-top-tit h4 {
    font-family: 'Basis Grotesque Pro';
    font-weight: bold;
    font-size: .224rem;
    color: #1D1D1F;
    line-height: .2552rem;
    margin-top: 0;
}

.product-tit h4 em {
    color: #6E6E73;
    opacity: 0.8;
}

.prodcut-top-list a {
    margin-bottom: .0938rem;
}

.product-top-list-ico {
    width: .1823rem;
    height: .1823rem;
    background: #fff;
    margin-right: .0521rem;
}

.product-top-list-ico {
    font-size: .1042rem;
}

.product-top-list-txt p {
    font-size: .0729rem;
    margin-bottom: .0365rem;
    line-height: 1;
    font-weight: 400;
}

.product-top-list-txt span {
    font-size: .0781rem;
    text-decoration: underline;
    line-height: 1;
    font-weight: 400;
}

.product1 {
    padding-bottom: .4896rem;
    padding-left: .1771rem;
}

.prodcut1-item {
    opacity: 1;
    background: transparent;
    padding: .125rem .1458rem;
    border-radius: .1771rem;
    overflow: hidden;
    margin-right: .1563rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .0781rem;
}

.prodcut1-item p {
    font-size: .099rem;
    font-weight: 500;
    width: 100%;
}

.prodcut1-item:hover,
.prodcut1-item.on {
    opacity: 1;
    background: #0B898F;
}

.prodcut1-item:hover p,
.prodcut1-item.on p {
    color: #fff;
}

.product-se {
    padding-bottom: .625rem;
}

.product-se-tit {
    margin-bottom: .2344rem;
}

.product-se-tit h4 {
    font-size: .1354rem;
    font-family: "BasisGrotesquePro";
}

.product-se-tit h4 em {
    color: #6E6E73;
}

.product2-se-swiper {
    width: 90%;
    overflow: unset;
    margin: 0;
}

.product2-item h4 {
    padding: .2344rem .2135rem;
    width: 80%;
    font-size: .1458rem;
    line-height: .1719rem;
    font-family: 'HarmonyOS Sans Medium';
}

.product2-se-fy div,
.product-se-fy div {
    top: 50%;
    transform: translateY(-50%);
    z-index: 111;
    background-color: #ccc;
    width: .2917rem;
    height: .2917rem;
    color: #000;
    opacity: 0.5;
}

.product2-se-fy div i,
.product-se-fy div i {
    font-size: .1563rem;
}

.product2-se-prev,
.product-se-prev {
    left: -0.5677rem;
}

.product2-se-next,
.product-se-next {
    right: -0.3125rem;
}

.product2-se-fy div:hover,
.product-se-fy div:hover {
    background-color: #0B898F;
    color: #fff;
}

.product3 {
    padding-left: .7292rem;
}

.product-se-con {
    width: 8.6875rem;
}

.product-se-swiper {
    overflow: unset;
    margin: 0;
    width: 8.6875rem;
}

.product-item {
    background-color: #fff;
    padding: .224rem .1979rem .3385rem;
}

.product-item h4 {
    font-size: .1667rem;
    font-family: 'HarmonyOS Sans Medium';
    margin-bottom: .0677rem;
    font-weight: 500;
    line-height: 1.2;
    /* 超过2行隐藏 */
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.product-item p {
    font-size: .0938rem;
    margin-bottom: .1042rem;
    font-weight: 400;
    line-height: 1;
    font-family: 'HarmonyOS Sans';
    opacity: 0.8;
}

.product-item span {
    opacity: 0.7;
    font-size: .0833rem;
    margin-bottom: .0781rem;
    display: block;
}

.product-item img {
    width: 100%;
    margin: 0 auto;
}

.product-item:hover {
    transform: translateY(-10px);
}

.product-item:hover h4 {
    color: #0B898F;
}

.product-item-tag {
    color: #fff;
    background-color: #0B898F;
    border-radius: .0964rem;
    font-size: .0625rem;
    padding: .0729rem .0781rem;
    right: .1146rem;
    bottom: .1406rem;
    line-height: 1;
    text-transform: uppercase;
}

/*产品列表*/
.pro-bg {
    padding: .3125rem 0;
    background: linear-gradient(180deg, #ffffff, rgba(37, 141, 144, 0.3));
}
.pro-top-con{
    height: 2.401rem;
}
.pro-top-con .a-box{
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.700717787114846) 0%, rgba(0, 0, 0, 0) 30%);
}
.pro-top-txt {
    padding-left: .5313rem;

}

.pro-top-txt h4 {
    font-size: .3125rem;
    margin-bottom: .0938rem;
    color: #fff;
}

.pro-top-txt p {
    font-size: .125rem;
    color: #FFFFFF;
}

.product-page-top {
    margin-top: .3646rem;
    margin-bottom: .3333rem;
}

.product-nav-item {
    margin-right: .1563rem;
    font-size: .0833rem;
    border-bottom: 1px solid transparent;
    padding-bottom: .026rem;
    font-family: 'Basis Grotesque Pro';
}

.product-top-tit h4 {
    font-family: "Basis Grotesque Pro";
    font-weight: bold;
    font-size: .1354rem;
    color: #1D1D1F;
    margin-top: .3542rem;
}

.prrduct-page-list-con {
    margin-top: .1563rem;
}

.product-nav-item.on {
    border-bottom: 1px solid #000;
}

.prrduct-page-list-con .product-item {
    width: 24%;
    margin-bottom: .1563rem;
}

/* 如果最后一行是3个元素 */
.prrduct-page-list-con .product-item:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}

/* 如果最后一行是2个元素 */
.prrduct-page-list-con .product-item:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}

.prrduct-page-list-con .product-item {
    padding: .2188rem .1927rem;
}

.prrduct-page-list-con .product-item h4 {
    font-size: .1667rem;
    margin-bottom: .0833rem;
    line-height: 1.2;
}

.prrduct-page-list-con .product-item p {
    font-size: .0938rem;
    margin-bottom: .0833rem;
}

.prrduct-page-list-con .product-item span {
    font-size: .0833rem;
    margin-bottom: .1302rem;
}

.prrduct-page-list-con .product-item .product-item-tag {
    font-size: .0625rem;
    padding: .0573rem .0729rem;
    border-radius: .099rem;
    right: .1042rem;
    bottom: .1042rem;
}

/*分页查询样式*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a,
.pagination li span {
    width: 30px;
    height: 30px;
    margin: 0 8px;
    background-color: #000;
    color: #fff;
    display: flex;
    font-size: 14px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.pagination li.active a,
.pagination li.active span {
    background-color: #999;
}

.pagination li.disabled a,
.pagination li.disabled span {
    background-color: #777;
    cursor: no-drop;
}

.pro-tip {
    color: #ccc;
    font-size: .1563rem;
    margin-top: .2083rem;
    margin-bottom: .4688rem;
}

.pro-main-page {
    margin: .3125rem auto;
}

/*详情样式*/
.pro-show-nav {
    margin-bottom: .2604rem;
}

.pro-show-top-nav {
    margin-bottom: .1406rem;
}

.pro-show-top-nav a,
.pro-show-top-nav em {
    font-size: .0866rem;
    font-weight: 500;
    color: #A4A4A4;
    text-transform: uppercase;
}

.pro-show-top-nav em {
    padding: 0 .0521rem;
}

.pro-show-top-nav a:hover {
    color: #B68D3B;
}

.product-img {
    align-items: flex-start;
}

.pro-show-top-l {
    width: 3.4896rem;
    height: 3.4896rem;
    background: #FFFFFF;
    border-radius: .1302rem;
    border: 1px solid #E5E5E5;
    margin-right: .5208rem;
}

.product-show-img-top {
    width: 100%;
}
.product-show-img-top .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;   
    margin: 0 5px; 
}

.product-show-img-top .swiper-pagination .swiper-pagination-bullet-active{ 
    background-color: #B68D3B;
}

.pro-show-top-r {
    width: 3.2292rem;
}

.pro-show-top-tit h4 {
    font-size: .2344rem;
    margin-bottom: .0521rem;
    width: 78%;
    line-height: 1.2;
}

.pro-show-code p {
    font-size: .0938rem;
    opacity: 0.7;
}

.pro-show-section {
    margin-top: .3125rem;
}

.pro-show-section h4 {
    font-size: .125rem;
    padding-bottom: .0938rem;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: .2396rem;
}

.pro-show-section p {
    font-size: .1042rem;
    margin-bottom: .1042rem;
    opacity: 0.7;
    
}
.pro-show-section p span{
    margin-right: 10px;
}



.pro-show-btn-box{
    margin-top: .3125rem;
}
.pro-show-btn{
    width: 48.5%;
    padding: .1406rem 0;
    font-size: .1042rem;
    color: #fff;
    cursor: pointer;
}
.add-cart{
    background: #0B898F;
}
.p-order{
    background-color: #B68D3B;
}

.pro-qr-txt{
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: .0521rem;
    padding: .0521rem;
    cursor: pointer;
}
.pro-qr-txt span{
    font-size: .1042rem;
    color: #B68D3B;
    margin-right: .1042rem;
}
.pro-qr-txt p{
    font-size: .0833rem;
    flex: 1;
    text-align: center;
}
.pro-qr{
    width: .6771rem;
}
.pro-qr-box{
    background-color: #fff;
    border-radius: .0521rem;
    padding: .0781rem;
    overflow: hidden;
    margin-top: .0521rem;
    width: .6771rem;
}
.pro-qr-box img{
    width: .5208rem;
}

.product-show-list {
    margin-top: .5677rem;
    padding: .375rem 0 .3906rem;
    background-color: transparent;
}

.product-show-list-tit h4{
    font-size: .1979rem;
    margin-bottom: .3125rem;
}

.product-show-list-swiper {
    overflow: unset;
    margin: 0;
}

/*blog*/
.news-page {
    padding: .4688rem 0;
    background: #f5f5f7;
}

.news-box {
    width: 6.7917rem;
    margin: 0 auto;
}

.news-top-nav a,
.news-top-nav em {
    color: #000;
    font-size: .0938rem;
    margin-bottom: .1198rem;
    line-height: 1;
}

.news-top-nav em {
    margin: 0 .0781rem;
}

.news-top-nav a:hover {
    color: #0B898F;
}

.news-top-l h4 {
    font-size: .2604rem;
}

.news-top-r {
    background-color: #fff;
    padding: .0365rem 0;
}

.news-top-r-item {
    margin: 0 .0521rem;
    color: #000;
    font-size: .1042rem;
    padding: .1198rem .2083rem;
}

.news-top-r-item:hover,
.news-top-r-item.on {
    background-color: #0B898F;
    color: #fff;
}

.news-con-list {
    margin-top: .5625rem;
}

.news-item-txt {
    margin-top: .1563rem;
}

.news-item-txt .index-btn {
    width: 55%;
    background-color: #f5f5f7;
    padding: .0938rem .1042rem;
}

.news-item-txt .index-btn:hover {
    background-color: #0B898F;
    color: #fff;
}

.news-item-txt h4 {
    font-size: .1354rem;
    margin-bottom: .1042rem;
    font-weight: 600;
    line-height: 1.3;
}

.news-item-txt p {
    font-size: .0938rem;
    margin-bottom: .1563rem;
}

.news-item-btn {
    background-color: #0B898F;
    color: #fff;
    padding: .1042rem .1302rem;
}

.news-item-btn span {
    font-size: .0938rem;
}

.news-item-btn em {
    font-size: .1042rem;
}

.news-item {
    width: 32%;
    background-color: #fff;
    border-radius: .1563rem;
    padding: .1823rem .1927rem;
    margin-bottom: .1563rem;
}

.news-item .news-item-pic {
    margin-bottom: .1042rem;
}

.news-item .news-item-pic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 70%;
}

.news-item .news-item-txt {
    flex: 1;
}

.news-item .news-item-btn {
    border: 1px solid #0B898F;
    transition: all ease-in-out 0.3s;
}

.news-item:hover .news-item-txt h4 {
    color: #0B898F;
}

/*blog详情*/
.news-show {
    background-color: #f5f5f7;
}

.news-show-top {
    background-color: #ccc;
    padding: .2604rem 0;
}

.news-show-top-l {
    width: 40%;
}

.news-top-nav a,
.news-top-nav em {
    color: #666;
    font-size: .0938rem;
    margin-bottom: .1979rem;
}

.news-top-nav em {
    margin: 0 .0781rem;
}

.news-top-nav a:hover {
    color: #000;
}

.news-top-time span {
    opacity: 0.8;
    font-size: .0938rem;
    font-weight: 400;
    margin: .2083rem 0;
}

.news-top-time span:first-child {
    margin-right: .2083rem;
}

.news-show-top-r {
    width: 48%;
}

.news-show-top-r-btn {
    background-color: #0B898F;
    color: #fff;
    width: .5208rem;
    height: .5208rem;
    transition: all ease-in-out .3s;
}

.news-show-top-r-btn span {
    font-size: .2083rem;
}

.news-show-top-r:hover .news-show-top-r-btn {
    transform: scale(0.9, 0.9);
}

.news-top-sc a {
    margin-right: .1042rem;
    transition: all ease-in-out 0.3s;
}

.news-top-sc a:hover {
    transform: translateY(-10px);
}

.news-top-sc a span {
    font-size: .1302rem;
}

.news-show-con {
    margin: .4688rem 0 0;
    padding-bottom: .4688rem;
}

.news-show-con-l,
.news-show-con-r {
    background-color: #fff;
    padding: .1823rem;
}

.news-show-con-l {
    width: 70%;
}

.news-show-con-detail p {
    font-size: .0938rem;
    margin-bottom: .0781rem;
}

.news-show-con-detail img {
    width: auto;
    max-width: 100%;
    margin-bottom: .0781rem;
}

.news-show-con-r {
    width: 25%;
}

.news-show-con-r h4 {
    font-size: .1563rem;
}

.news-show-con-list-item {
    margin-top: .1563rem;
}

.news-show-pic {
    margin-bottom: .0781rem;
}

.news-show-con-list-item-tit {
    font-size: .0866rem;
}

.news-show-con-list-item:hover .news-show-con-list-item-tit {
    color: #0B898F;
}

.news-show-tit {
    font-size: .2344rem;
    line-height: 1.3;
}

/*cookie 弹窗*/
.cookie-tc {
    background-color: #fff;
    bottom: 10%;
    right: .1042rem;
    width: 2.9583rem;
    border-radius: .4167rem .4167rem 0 .4167rem;
    padding: .2604rem;
    display: none;
    z-index: 999;
}

.cookie-con h4 {
    font-size: .1458rem;
    margin-bottom: .1302rem;
}

.cookie-con p {
    font-size: .0866rem;
    opacity: 0.8;
    margin-bottom: .2083rem;
}

.cookie-btn span,
.cookie-btn em {
    font-size: .0866rem;
    width: 45%;
    padding: .1042rem 0;
    cursor: pointer;
}

.cookie-btn span {
    background-color: #000;
    color: #fff;
}

.cookie-btn em {
    background: #e8e8e8;
    color: #000;
}

.cookie-btn span:hover {
    background-color: #e8e8e8;
    color: #000;
}

.cookie-btn em:hover {
    background-color: #000;
    color: #fff;
}

/*sc-nav*/
.sc-nav {
    bottom: 18%;
    right: .1302rem;
    z-index: 999;
}

.sc-nav-ico {
    width: .2604rem;
    height: .2604rem;
    margin-bottom: .0521rem;
}

.sc-nav-ico span {
    color: #fff;
    font-size: .1302rem;
    line-height: 1;
}

.sc-nav-item .sc-nav-ico {
    background: #0B898F;
}



.sc-nav-qr {
    top: 0;
    right: .3646rem;
    width: .6771rem;
    height: .6771rem;
    display: none;
    background-color: #fff;
    padding: .0521rem;
}

.sc-nav-qr.on {
    display: block;
}

.sc-nav-txt {
    width: .9375rem;
    height: auto;
}

.sc-nav-txt p {
    font-size: .0938rem;
    text-align: center;
}

/* 搜索弹窗样式优化 */
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.search-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    min-width: 500px;
    text-align: center;
}

.search-title {
    margin-bottom: 20px;
    color: #333;
    font-size: 24px;
}

.pro-page-form-box {
    display: flex;
    align-items: center;
    border: 2px solid #e0e0e0;
    border-radius: 40px;
    overflow: hidden;
    padding: 5px;
    transition: border-color 0.3s ease;
}

.pro-page-form-box:focus-within {
    border-color: #000;
}

.pro-page-form-box input[type="text"] {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 20px;
    font-size: 16px;
    background: transparent;
    line-height: 1;
}

.pro-page-form-box input[type="submit"] {
    width: 50px;
    height: 50px;
    background: #B68D3B;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    transition: background-color 0.3s ease;
}

.pro-page-form-box input[type="submit"]:hover {
    background-color: #333;
}

.close-search {
    font-size: 20px;
    cursor: pointer;
    display: block;
    margin: 0 auto .1042rem;
}




/* 响应式设计 */
@media (max-width: 768px) {
    .search-modal-content {
        min-width: 90%;
        padding: 20px;
    }

    .search-title {
        font-size: 20px;
    }
}

/*order tc*/
.order-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
}

.order-con {
    background-color: #fff;
    z-index: 9999;
    width: 3.3646rem;
    min-height: 1.9271rem;
    right: .1563rem;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0.2344rem;
}

.order-tit h4 {
    font-size: .1042rem;
}

.order-tit span {
    font-size: .1563rem;
    line-height: 1;
}

.order-product>h4 {
    font-size: .1042rem;
    margin-top: .1563rem;
}

.order-product-list {
    overflow-y: auto;
    height: 1.3021rem;
    margin-top: 0.1042rem;
}

.order-product-list a {
    margin-bottom: .1042rem;
}

.order-product-list a .order-product-img {
    width: .5208rem;
    height: .5208rem;
    margin-right: .1042rem;
}

.order-product-text h4 {
    font-size: .1042rem;
    margin-bottom: .0521rem;
}

.order-product-text p {
    line-height: 1;
    font-size: .0885rem;
    color: rgba(0, 0, 0, 0.6);
}

.order-form {
    margin-top: .1563rem;
}

.order-form .order-section {
    margin-bottom: .1042rem;
}

.order-form .order-section span {
    font-size: .0885rem;
    margin-bottom: .0521rem;
}

.order-form .order-section input {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: .0885rem;
    padding: .0729rem .0521rem;
}

.order-btn {
    background-color: #B68D3B;
    color: #fff;
    font-size: .1042rem;
    line-height: 1;
    padding: .1042rem 0;
    cursor: pointer;
}
