@charset "utf-8";
@import url(../css/common.css);
@import url(../css/iconfont.css);

/*滚动条样式*/
body {
    min-height: 100vh;
    font: 16px Arial, Helvetica, sans-serif !important;
    color: #000;
    background: #fff;
    min-width: 320px;
    margin: 0 auto;
    overflow-x: hidden;
}

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;
}

.con {
    width: 83.33%;
    min-width: 1200px;
    max-width: 1600px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #555;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

/*头部样式*/
header {
    border-bottom: 1px solid transparent;
}

.header-logo {
    width: .2917rem;
    height: .276rem;
    background-image: url(../images/logo.png);
    top: 50%;
    left: 50%;
    margin-top: -0.138rem;
    margin-left: -0.1458rem;
}

.header-l,
.header-r {
    width: 2.6146rem;
}

.header-r nav {
    width: 1.6146rem;
}


nav>ul>li {
    margin-left: 0;
    margin-right: 0;
}

nav>ul>li>a {
    color: #fff;
    font-size: .0938rem;
    line-height: 1;
    padding: .1771rem 0;
}

nav>ul>li>a:hover {
    color: #fff;
}

nav>ul>li>a::after {
    content: '';
    display: block;
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    opacity: 0;
    border-radius: 10px;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
}

nav>ul>li>a:hover::after,
nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #fff;
    width: 100%;
}

.header-search a span {
    font-size: .1146rem;
    color: #fff;
    line-height: 1;
}

.header-cart span {
    font-size: .1146rem;
    color: #fff;
    line-height: 1;
    cursor: pointer;
}

.header-active {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    transform: translateY(-101%);
}

.header-down {
    transform: translateY(0);
}

.header-active .header-logo {
    background-image: url(../images/logo01.png);
}

.header-active .header-search a span {
    color: #000;
}

.header-active .header-cart span {
    color: #000;
}

.header-active nav>ul>li>a {
    color: #000;
}

.header-active nav>ul>li>a:hover::after,
.header-active nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #000;
    width: 100%;
}

.nav-sub-box {
    background: transparent;
    top: .5rem;
}

.search-sub-box {
    background: transparent;
    top: .3646rem;
}

/*首页样式*/
.index-banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 10%;
    left: 0;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    width: .1563rem;
    display: block;
    opacity: 1;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c8a25b;
    opacity: 1;
}
.ba-txt{
    margin-top: 1.3542rem;
}
.com-txt h4,
.com-txt p,
.com-txt a {
    color: #fff;
}

.com-txt h4 {
    line-height: 1.2;
    font-size: .2865rem;
    text-transform: uppercase;
}

.com-txt p {
    line-height: 1;
    font-size: .1042rem;
    margin: .1719rem 0 .3385rem;
}

.com-txt a {
    background-color: #C8A25B;
    font-size: .0859rem;
    padding: .1042rem .2188rem;
    border: 1px solid #C8A25B;
}

.com-txt a:hover {
    color: #000;
    background: #fff;
    border: 1px solid #fff;
}



.index-bo div {
    height:.3125rem;
    z-index: 2;
}

.index-bo1 {
    background: url(../images/water-1.svg) repeat-x;
    background-size: 600px;
    -webkit-animation: wave-animation-1 3.5s infinite linear;
    animation: wave-animation-1 3.5s infinite linear;
}

.index-bo2 {
    background: url(../images/water-2.svg) repeat-x;
    background-size:600px;
    -webkit-animation: wave-animation-2 6s infinite linear;
    animation: wave-animation-2 6s infinite linear;
    
}

@keyframes wave-animation-1 {
    0% {
        background-position: 0 top
    }

    100% {
        background-position: 600px top
    }
}

@keyframes wave-animation-2 {
    0% {
        background-position: 0 top
    }

    100% {
        background-position: 600x top
    }
}
.index-o{
    padding: .7292rem 0;
}
.index-o-item{
    padding: .4688rem .4688rem;
    width: 32%;
}
.index-o-pic{
    width: .2604rem;
    height: .2604rem;
    margin-bottom: .2083rem;
}
.index-o-item h4{
    line-height: 1.2;
    font-size: .1354rem;
}
.index-o-item p{
     font-size: .0938rem;
     opacity: 0.7;
     line-height: 1.5;
     margin-top: .1979rem;
}
.index-o-item em{
    width: .3125rem;
    height: .3125rem;
    background-color: #fff;
    color: #C8A25B;
    font-size: .1042rem;
    bottom: -0.1563rem;
    left: 50%;
    margin-left: -0.1563rem;
}
.index-a{
    padding: 0 0 .7292rem;
}
.index-a-l{
    width: 52.81%;
}
.index-a-l h4{
    font-size: .1979rem;
    line-height: 1.3;
    margin-bottom: .1354rem;
}
.index-a-l p{
    opacity: 0.7;
    font-size: .0833rem;
    line-height: 1.5;
    margin-bottom: .1875rem;
}
.index-a-l a{
    background-color: #c8a25b;
    color: #fff;
    margin-top: .0521rem;
    padding: .0313rem;
    width: 1rem;
}

.index-a-l a:hover{
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
    background-color: #999;
}
.index-a-l a:hover i{
    background-color: #666;
}

.index-a-l a em{
    font-size: .0938rem;
    line-height: 1;
}
.index-a-l a i{
    font-size: .1042rem;
    color: #fff;
    line-height: 1;
    background-color: #EBCD96;
    padding:  .0729rem  .1302rem;
}

.index-a-r{
    width: 41.06%;
}
.index-n{
    margin-bottom: -0.4844rem;
    z-index: 1;
}
.index-n-box{
   margin: 0;
}
.index-n-con{
    border-radius: .5208rem 0 0px 10px;
    background-color: #C8A25B;
    padding: .4167rem 0 .3646rem;
   
}
.index-n-i h4{
    color: #fff;
    font-size: .2083rem;
    line-height: 1;
    margin-bottom: .1302rem;
}
.index-n-i p{
    color: #fff;
    font-size: .0938rem;
    line-height: 1;
}
.index-n-logo-box{
    background-color: #C8A25B;
    width: .8333rem;
}
.index-n-logo{
    width: 1.25rem;
    bottom: -0.1979rem;
}
.index-n-logo img{
    opacity: 0.1;
    width: 100%;
}

.index-ne{
    background-color: #f7f7f7;
    padding: .9375rem 0 .3021rem;
}
.index-ne-tit h4{
    font-size: .2083rem;
    line-height: 1;
}
.index-ne-tit a:hover em{
    color: #000;
    opacity: 1;
}

.index-ne-tit a em{
     font-size: .1042rem;
     color: #666;
     margin-right: .0729rem;
}
.index-ne-tit a span{
     width: .1563rem;
     height: .1563rem;
     color: #000;
     font-size: .1042rem;
     line-height: 1;
     background-color: #ebebeb;
}
.index-ne-tit a:hover span{
    background-color: #000;
    color: #fff;
}

.index-ne-list{
   margin-top: .3385rem;
}
.index-ne-swiper{
    overflow: unset;
}

.index-ne-txt{
    padding: 0 .3438rem;
}
.index-ne-txt span{
    width: .3646rem;
    height: .3646rem;
    background-color: #C8A25B;
    margin-bottom: .1927rem;
}
.index-ne-txt span i{
    color: #fff;
    font-size: .1823rem;
    line-height: 1;
}
.index-ne-txt h4{
    color: #fff;
    font-size: .125rem;
    line-height: 1.5;
    text-align: center;
}
.index-ne-i-img img{
    width: 100%;
}
.index-ne-i-box{
    background-color: rgba(0, 0, 0, 0.03);
}
.index-ne-i{
    transition: all 0.5s cubic-bezier(0.26, 1.04, 0.86, 1.04);
}
.index-ne-i-con{
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.26, 1.04, 0.86, 1.04);
}
.index-ne-i:hover{
    border-radius: 1.25rem 1.25rem 20px 20px;
}
.index-ne-i:hover .index-ne-i-con{
    opacity: 1;
}



.index-ne-nav {
    margin-top: .4167rem;
}

.index-ne-fy {
   margin-left: .1667rem;
}
.index-ne-fy div{
    background-color: transparent;
    border: 1px solid #e8e8e8;
    width: .2604rem;
    height: .2604rem;
    margin: 0 .0417rem;
    cursor: pointer;
}
.index-ne-fy div:hover{
    background-color: #000;
    border: 1px solid #000;
}
.index-ne-fy div:hover i{
    color: #fff;
}
.index-ne-fy div i {
    font-size: .1042rem;
    color: #000;
    line-height: 1;
    cursor: pointer;
}

.index-ne-swiper .index-ne-nav .swiper-pagination {
    position: relative;
    background-color: #bababa;
    height: 3px;
}

.index-ne-swiper .index-ne-nav .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #000;
    opacity: 1;
    height: 3px;
}
.index-pp{
    padding: .2813rem 0;

}
.index-pp-l{
    width: 38%;
}
.index-pp-r{
    width: 40%;
}
.index-pp-r img{
    width: 100%;
}
.index-pp-logo{
    width: 1.6667rem;
    opacity: 0.1;
    z-index: -1;
    bottom: -.1563rem;
}

.index-pp-l h4{
    font-size: .2083rem;
    line-height: 1;
    margin-bottom: .1771rem;
}
.index-pp-l p{
    font-size: .0938rem;
    opacity: 0.7;
    line-height: 1.5;
    margin-bottom: .3646rem;
}

.index-pp-l a{
    width: .9375rem;
    background-color: #C8A25B;
    color: #fff;
    font-size: .1042rem;
    line-height: 1;
    padding: .1042rem 0;
}
.index-pp-l a em{
   margin-right: .0938rem;
}
.index-pp-l a:hover{
    background-color: #999;
}

.index-blog{
    background-color: #C8A25B;
    padding: .4375rem 0;
}
.index-blog-tit h4{
     font-size: .2083rem;
     color: #fff;
     line-height: 1;
     margin-bottom: .3125rem;
}
.index-blog-i{
    background-color: #fff;
    width: 31%;
}
.index-blog-pic img{
    width: 100%;
}
.index-blog-txt{
    padding: .25rem .1875rem;
}
.index-blog-txt h4{
    font-size: .1042rem;
    font-weight: 700;
    line-height: 1.5;
}
.index-blog-txt p{
    opacity: 0.7;
    font-size: .0833rem;
    line-height: 1;
    margin-top: .2708rem;
}
.index-faq{
    padding: .5521rem 0;
}
.index-faq-tit h4{
   font-size: .2083rem;
   line-height: 1;
   margin-bottom: .4688rem;
}
.index-faq-con{
    align-items:flex-start;
}
.index-faq-l{
    background-color: #F2E9D9;
    border-radius: .1563rem .625rem .1563rem .1563rem;
    width: 2.6875rem;
    
}
.index-faq-l-1{
    padding: .2604rem .3021rem;
}
.index-faq-l-tit h4{
    font-size: .1979rem;
    line-height: 1.3;
}
.index-faq-l-pic{
    width: 1.6229rem;
    top:-0.1875rem;
    right: 0;
    z-index: 0;
}
.index-faq-l-2{
    padding: .2813rem .2917rem  .1042rem;
    background-color: #C8A25B;
    z-index: 1;
}
.index-faq-l-2 h4{
    font-size: .1354rem;
    line-height: 1;
    margin-bottom: .125rem;
    color: #fff;
}
.index-faq-l-2 p{
    font-size: .0833rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: .1563rem;
}
.index-faq-r{
    width: 4.0521rem;
    margin-left: .5208rem;
}
.index-faq-item{
    margin-top: .1354rem;
    padding: .1354rem .1875rem;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.index-faq-item-tit h4{
    font-size: .1042rem;
    font-weight: 500;
    line-height: 1;
}
.index-faq-item-tit i::after{
    content: '+';
    font-size: .1302rem;
    line-height: 1;
    font-weight: normal;
    cursor: pointer;
}
.index-faq-txt{
    display: none;
}
.index-faq-txt p{
    font-size: .0833rem;
    line-height: 1.5;
    opacity: 0.7;
    margin-top: .125rem;
    padding-left: .0521rem;
}
.index-faq-item.on{
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}
.index-faq-item.on .index-faq-item-tit i::after{
    content: '-';
}
.index-faq-item.on .index-faq-txt{
    display: block;
}


/*底部样式*/
footer {
    background-color: #212121;
}

.footer-t-con {
    padding: .4635rem 0 .4167rem;
}
.footer-t-con-l{
    margin-right: 1.1302rem;
}
.footer-t-con-l h4{
    font-size: .1563rem;
    line-height: 1;
    margin-bottom:.2083rem;
    color: #fff;
}

.footer-b-sc a {
    color: #fff;
    font-size: .125rem;
    line-height: 1;
    margin-right: .1563rem;
}

.footer-b-sc a:hover {
    opacity: 0.6;
}



.footer-t-i h4 {
    font-size: .1354rem;
    line-height: 1;
    margin-bottom: .2292rem;
    color: #fff;
}

.footer-t-i a {
    line-height: 1;
    font-size: .0833rem;
    margin-bottom: .1563rem;
    color: #fff;
    opacity: 0.7;
}

.footer-t-i a:hover {
    color: #f3f3f3;
    opacity: 1;
}

.footer-t-i p {
    font-size: .0885rem;
    margin-bottom: .1146rem;
    color: #fff;
}


.footer-b{
    align-items: flex-end;
}


.foooter-logo{
    width: 1.1354rem;
}

.footer-b-con-l {
    color: #fff;
    font-size: .0781rem;
    margin-bottom: .2083rem;
}


#sidebar {
    position: fixed;
    right: 0;
    top: 24%;
    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;
    transform: translateX(100%);
    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;
    transform: translateX(0);
    opacity: 1;
}
.footer-ly{
    right: .0938rem;
    top:44%;
    z-index: 9999;
}
.footer-ly-open{
    background-color: #C8A25B;
    width: .2604rem;
    height: .2604rem;
    cursor: pointer;
}
.footer-ly-open span{
    font-size: .1563rem;
    line-height: 1;
    color: #fff;
}
.footer-ly-close{
    background-color: #000;
    color: #fff;
    width: .1823rem;
    height: .1823rem;
    cursor: pointer;
    display: none;
    top:-0.0781rem;
    right: -0.0781rem;
}

.footer-ly-close span{
    font-size: .1042rem;
    line-height: 1;
    color: #fff;
}
.footer-ly-box{
    background-color: #fff;
    width: 1.3021rem;
}
.footer-ly-tit h4{
    background-color: #C8A25B;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: .1042rem 0;
    font-size: .1042rem;  
}
.footer-ly-label{
    padding: .0521rem;
}
.footer-ly-label input,.footer-ly-label textarea{
    font-size: .0833rem;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    padding: .0521rem;
}
.footer-ly-label textarea{
    height: .5208rem;
}
.footer-ly-submit{
    padding: .0521rem;
} 
.footer-ly-submit span{
    background-color: #c8a25b;
    color: #fff;
    font-size: .1354rem;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: .0521rem 0;
    line-height: 1;
}
.footer-ly.on  .footer-ly-open{
    display: none;
}
.footer-ly.on  .footer-ly-close{
    display: flex;
}
.footer-ly.on .footer-ly-box{
    display: block;
}

/*关于我们样式*/


.ab-t-con h4 {
    font-size: .2865rem;
    color: #fff;
    margin-bottom: .2083rem;
}

.ab-t-con p {
    color: #fff;
    font-size: .0938rem;
}

.v-btn {
    border: 1px solid #fff;
    padding: .0625rem .1042rem;
    margin-top: .2917rem;
    cursor: pointer;
}

.v-btn p {
    border: 1px solid #fff;
    width: .1667rem;
    height: .1667rem;
    margin-right: .1042rem;
    background: rgba(255, 255, 255, 0.5);
}

.v-btn em {
    color: #fff;
    font-size: .0781rem;
    line-height: 1;
}

.v-btn p span {
    font-size: .1042rem;
    color: #fff;
}

.ab1 {
    padding: .4896rem 0 .4375rem;
}

.ab1-txt {
    margin-bottom: .2604rem;
}

.ab1-txt-l {
    margin-right: 1.6354rem;
}

.ab1-txt-r p {
    margin-bottom: .1563rem;
    text-align: justify;
    font-size: .0938rem;
    line-height: 1.5;
    opacity: 0.8;
}

.ab-txt-l h4 {
    line-height: 1.3;
    font-size: .2344rem;
}
.ab1-con .index-n-con{
      background-color: transparent;
      padding-bottom: 0;
}
.ab1-con .index-n-i h4,.ab1-con .index-n-i p{
    color: #000;
}
.ab1-con .index-n-i p{
    opacity: 0.7;
}


.ab1-pic-item {
    width: 33%;
}

.ab1-pic-item:nth-child(1),
.ab1-pic-item:nth-child(2) {
    width: 49.8%;
    margin-bottom: .0443rem;
}

.ab1-pic-r {
    width: 27.37%;
    margin-left: .049rem;
}

.ab1-pic-item img,
.ab1-pic-r img {
    width: 100%;
    height: 100%;
}

.ab2 {
    background: #f4f0ec;
    padding: .4167rem 0;
}
.ab2-l{
    width: 3.6458rem;
}
.ab2-r{
    width: 50%;
}
.ab2-l h4{
    font-size: .2083rem;
    margin-bottom: .2448rem;
    line-height: 1.2;
}
.ab2-l p{
    font-size: .0938rem;
    opacity: 0.8;
    line-height: 1.5;
    margin-bottom: .1563rem;
    text-align: justify;
}

.ab3,.ab4{
    background-color: #fff;
}
.ab6{
    padding: .4167rem 0;
    background-color: #f8f8f8;

}

.ab6 h4{
    font-size: .2083rem;
    line-height: 1;
    margin-bottom: .3646rem;
}
.ab6-item {
    width: 30%;
}

.ab6-pic img {
    width: 100%;
}

.ab6-txt h4 {
    line-height: 1;
    font-size: .1458rem;
    margin: .2656rem 0 .1042rem;
}

.ab6-txt p {
    font-size: .0938rem;
    line-height: 1.5;
    margin-bottom: .0521rem;
    opacity: 0.7;
    text-align: justify;
}

.video-mask {
    background-color: rgba(0, 0, 0, 0.6);
}

.video-con {
    top: 10%;
    left: 50%;
    width: 4.6875rem;
    margin-left: -2.3438rem;
}

.video-box {
    border: 4px solid #fff;
    height: 2.6042rem;
    width: 4.6875rem;
    background-color: rgba(0, 0, 0, 0.9);
}

.video-box video {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.video-close {
    width: .2604rem;
    height: .2604rem;
    margin: .1563rem auto;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.video-close span {
    text-align: center;
    display: block;
    font-weight: normal;
    line-height: 1;
    font-size: .1563rem;
    color: #fff;
}



/*联系我们样式*/
.ca-top-con{
    padding-top: 1.25rem;
    align-items: flex-start;
}
.ca-top-tit h4{
    color: #fff;
    font-size: .2344rem;
}
.ca-top-txt{
    width: 4.0104rem;
    background:rgba(255, 255, 255, 0.5);
    border-radius: 50px 10px 50px 10px;
    padding: .4688rem;
}
.ca-top-txt h4{
    color: #fff;
    font-size: .1563rem;
    margin-bottom: .1979rem;
}
.ca-top-txt p{
    font-size: .1042rem;
    color: #fff;
    margin-bottom: .1979rem;
}
.ca-top-txt p:last-child{
    margin-bottom: 0;
}
.ca1{
    background-color: #f8f8f8;
    padding: .4688rem 0;
}
.ca1-con{
    padding: 0 .4167rem;
}
.ca1-tit h4{
    font-size: .2083rem;
}
.ca1-ly{
    width: 4.5833rem;
}
.ca1-ly-label{
    width: 48%;
    margin-bottom: .125rem;
}
.ca1-ly-label input, .ca1-ly-label textarea{
    width: 100%;
    background-color: #fff;
    font-size: .0833rem;
    padding: .1042rem .0625rem;
    line-height: 1;
    border: 1px solid #dddddd;
}
.ca1-ly-label input::placeholder,.ca1-ly-label textarea::placeholder{
    color: #c0c4cc;
}
.ca1-ly-label:nth-child(5){
    width: 100%;
}
.ca1-ly-label:last-child{
    width: 100%;
}
.ca1-ly-label textarea{
    height: 0.8rem;
}
.ca1-ly-btn{
    background: #fff;
    background-color: #000;
    color: #fff;
    font-size: .125rem;
    line-height: 1;
    width: .9375rem;
    padding: .0833rem 0;
    cursor: pointer;
}
.ca1-ly-btn:hover{
    background-color: #C8A25B;
}

.ca2{
    padding: .4688rem 0;
}
.ca2-con{
     padding: 0 .9375rem;
}
.ca2-tit h4{
    font-size: .1563rem;
    margin-bottom: .1042rem;
}
.ca2-tit p{
    font-size: .0938rem;
    opacity: 0.7;
    line-height: 1;
}
.ca2-list{
    margin-top: .2865rem;
}
.ca2-item{
    background-color: #f8f8f8;
    padding: .2604rem 0 .4583rem;
    width: 23%;
}
.ca2-ico{
     width: .4688rem;
     height: .4688rem;
     border: 1px solid #000;
     margin-bottom: .1563rem;
}
.ca2-ico i{
    font-size: .1771rem;
}
.ca2-item p{
    font-size: .1146rem;
}
.ca2-item:hover{
    transform: scale(1.1,1.1);
    background-color: #C8A25B;
}
.ca2-item:hover .ca2-ico{
    background-color: #d5bb8b;
    border: 1px solid #fff;
}

.ca2-item:hover .ca2-ico i{
    color: #fff;
}
.ca2-item:hover  p{
    color: #fff;
}
.ca2-wx{
    opacity: 0;
}
.ca2-wx img{
    width: .4688rem;
    height: .4688rem;
    margin-top: .2604rem;
}
.ca2-item:hover .ca2-wx{
    opacity: 1;
}


/*输入密码样式*/
.l-box-logo {
    width: 1rem;
    margin: 0 auto .4167rem;
}

.l-box-input {
    border: 1px solid #000;
    padding: .0521rem .1563rem;
    width: 2.6042rem;
    margin: 0 auto;
}

.l-box-input span {
    font-size: 14px;
    color: #B2B2B2;
    margin-bottom: 5px;
}

.l-box-input input {
    outline: none;
    border: none;
    font-size: .0833rem;
}

.l-p p {
    font-size: .0833rem;
    color: #656565;
    padding: .1458rem 0 .4479rem;
    line-height: 1;
    text-align: left;
}

.l-btn {
    background: #1D1D1D;
    color: #fff;
    font-size: .0885rem;
    line-height: 1;
    padding: .1458rem 0;
    cursor: pointer;
}

/*产品页样式*/
/*产品电子书*/
.pro-book-item {
    width: 23%;
    margin-bottom: .1563rem;
}

.pro-book-item img {
    width: 100%;
}

.pro-book-txt h4 {
    font-size: .0938rem;
    line-height: 1.3;
    margin: .1042rem 0;
}

.pro-book-btn {
    width: 50%;
    border: 1px solid #000;
    line-height: 1;
    padding: .0781rem 0;

}

.pro-book-btn em {
    margin-right: .0781rem;
    font-size: .0833rem;
}

.pro-book-item:hover .pro-book-btn {
    background-color: #C8A25B;
    color: #fff;
    border: 1px solid #C8A25B;
}

/*产品列表样式*/
.pro-t-txt h4 {
    color: #fff;
    font-size: .25rem;
    line-height: 1.3;
    margin-bottom: .2917rem;
    font-weight: 700;
    margin-top: 1.2917rem;
}

.pro-t-txt p {
    color: #fff;
    font-size: .1146rem;
}
.pro-t-search{
    background-color: #fff;
    width: 3.3854rem;
    box-shadow: -26px 0px 35px 26px rgba(0,0,0,0.10); 
}
.pro-t-serarch-l{
    padding: .1875rem .1667rem;
}
.pro-t-serarch-l img{
    width: .1563rem;
    height: .1563rem;
}
.pro-t-serarch-l input{
    font-size: .0938rem;
    line-height: 1;
    width: 100%;
    padding-left: .0521rem;
}
.pro-t-search input[type=submit]{
    background-color: #c8a25b;
    color: #fff;
    text-align: center;
    font-size: .1042rem;
    line-height: 1;
    padding: .2188rem .2917rem;
}

.pro {
    padding: .4688rem 0;
}

.pro-top {
    margin-bottom: .3854rem;
}

.pro-top-menu a,
.pro-top-menu em,
.pro-top-menu span {
    font-size: .0938rem;
    line-height: 1;
    opacity: 0.7;
}

.pro-top-menu span {
    color: #000;
    opacity: 1;
    font-size: .0885rem;
}

.pro-top-menu a:hover {
    color: #C8A25B;
    opacity: 1;
}

.pro-top-menu em {
    padding: 0 .0521rem;
}

.pro-top-tit {
    margin-top: .0938rem;
}

.pro-top-tit h4 {
    font-size: .3125rem;
    font-weight: normal;
}

.pro-top-search {
    border: 2px solid #93939a;
}

.pro-top-search input[type=text] {
    font-size: .0885rem;
    width: 100%;
    padding: 0 .0833rem;
}

.pro-top-search input[type=submit] {
    width: .3646rem;
    height: .2604rem;
    background-image: url(../images/serach-ico02.png);
    background-repeat: no-repeat;
    background-size: .1563rem .1563rem;
    background-position: center center;
    appearance: none;
    background-color: transparent;
    opacity: 0.7;
}

.pro-side {
    width: 1.4688rem;
}

.pro-side-tit h4 {
    font-size: .1146rem;
    margin-bottom: .1354rem;
}

.pro-side-item {
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-top: .2083rem;
    margin-bottom: .2083rem;
}

.pro-side-item i.on {
    transform: rotate(90deg);
    color: #C8A25B;
}

.pro-side-item-tit {
    cursor: pointer;
}

.pro-side-item-tit h4 {
    font-size: .0938rem;
    font-weight: bold;
    line-height: 1.2;
}

.pro-side-item-tit h4.on{
    color: #C8A25B;
}

.pro-side-item-tit i {
    font-size: .0938rem;
    line-height: 1;
}

.pro-side-sub {
    display: none;
}

.pro-side-sub.on {
    display: block;
}

.pro-side-sub a {
    font-size: .0885rem;
    margin-top: .1042rem;
    padding-left: .0521rem;
}

.pro-side-sub a.on {
    color: #C8A25B;
}

.pro-side-sub a:hover {
    color: #C8A25B;
}

.pro-side-kf{
    
}
.pro-side-kf h4{
    font-size: .1042rem;
    line-height: 1.3;

    width: 100%;
    margin-top: .4167rem;
    background: #f2e9d9;
    border-radius: 20px 120px 20px 20px;
    padding: .2083rem .1458rem;
}

.pro-side-kf img{
    right: -0.1563rem;
    width: .9375rem;
}


.pro-list-con {
    width: 75.68%;
}

.pro-list-page-item {
    width: 31%;
    margin-bottom: .3958rem;
}

.pro-list-page-item-pic img{
    width: 100%;
}

.pro-list-page-item-txt {
    margin-top: .1719rem;
}

.pro-list-page-item-txt h4 {
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 1.3;
    font-size: .0938rem;
}

.pro-list-page-item-txt p {
    font-size: .0885rem;
    line-height: 1.3;
    opacity: 0.7;
}

.pro-list-page-list::after {
    content: '';
    width: 31%;
}

.pro-list-page-item-tag {
    color: #fff;
    font-size: .0729rem;
    padding: .0365rem .0521rem;
    top: .0625rem;
    left: .0625rem;
    background: #C8A25B;
}

.pro-list-page-item-btn span{
    width: 90%;
    background: #C8A25B;
    color: #fff;
    font-size: .0938rem;
    padding: .0938rem 0;
    margin-bottom: -1rem;
}

.pro-list-page-item:hover .pro-list-page-item-btn span{
    margin-bottom: .0833rem;
}

.pro-ca-con {
    margin-bottom: .3646rem;
}


.pro-ca-con h4 {
    font-size: .2604rem;
    margin-bottom: .25rem;
    color: #fff;
}


.pro-ca-con a{
    background-color: #c8a25b;
    color: #fff;
    padding: .0313rem;
    width: 1rem;
}

.pro-ca-con a:hover{
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
    background-color: #999;
}
.pro-ca-con a:hover i{
    background-color: #666;
}

.pro-ca-con a em{
    font-size: .0938rem;
    line-height: 1;
}
.pro-ca-con a i{
    font-size: .1042rem;
    color: #fff;
    line-height: 1;
    background-color: #EBCD96;
    padding:  .0729rem  .1302rem;
}



/*产品详情样式*/
.pro-show {
    padding: .3333rem 0 0;
}

.pro-show .pro-top-menu {
    margin-bottom: .224rem;
}
.pro-show-top{
    align-items: flex-start;
}


.product-show-img-thumbs {
    width: .6458rem;
    margin-right: .1667rem;
}

.product-show-img-thumbs .swiper-slide {
    width: .6458rem;
    height: .6458rem;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: .0521rem;
}

.product-img{
    width: 4.5313rem;
    overflow: hidden;
}



.product-show-img-top {
    width: 2.9688rem;
    overflow: unset;
    margin: 0 0;
}
.product-show-img-top img{
    width: 100%;
}


.product-show-img-top .swiper-slide img{
    width: 100%;
}
.product-show-fy div{
    width: .2083rem;
    height: .2083rem;
    background-color: rgba(255, 255, 255, 0.7);
    top: 50%;
    margin-top: -0.1042rem;
    z-index: 9999;
    border: 1px solid #ccc;
}
.product-show-fy div i{
    font-weight: bold;
    line-height: 1;
}


.pro-show-top-box {
    width: 2.2708rem;
    padding-top: .0125rem;
}

.pro-show-top-tit {
   padding-bottom: .1125rem;
   border-bottom:  1px solid #e1e1eb;
}

.pro-show-top-tit p{
    font-size: .0938rem;
    line-height: 1;
    margin-bottom: .1406rem;
}

.pro-show-top-tit h4 {
    font-size: .1667rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .226rem;
}
.pro-show-item{
    cursor: pointer;
    border-bottom:  1px solid #e1e1eb;
    padding-top: .125rem;
    padding-bottom: .125rem;
}

.pro-show-item-con{
    display: none;
    padding: .1667rem .0521rem;
}
.pro-show-item-con p{
     font-size: .0888rem;
     line-height: 1.6;
     opacity: 0.8;
}
.pro-show-item-detail img{
    width: auto;
    margin: .0521rem auto;
}


.pro-show-item.on .pro-show-item-con{
     display: block;
}
.pro-show-item i{
    font-size: .0599rem;
    opacity: 0.8;
    font-weight: 400;
}
.pro-show-item.on i{
    transform: rotate(180deg);
    
}

.pro-show-top-count p {
    font-size: .0885rem;
    color: #747474;
    line-height: 1;
    margin-bottom: .1042rem;
}

.pro-show-top-input {
    border: 1px solid #dcdcdc;
    width: .8854rem;
    padding: .0521rem 0;
}

.pro-show-top-input input {
    width: 100%;
    border: none;
    font-size: .0885rem;
    color: #747474;
    outline: none;
    line-height: 1;
    text-align: center;
}

.pro-show-top-input span {
    color: #747474;
    font-size: .0985rem;
    padding: 0 .0833rem;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
}

.pro-show-top-input {
    margin-bottom: .25rem;
}

.pro-show-btn {
    margin-bottom: .1042rem;
    font-size: .0938rem;
    line-height: 1;
    padding: .1146rem 0;
    cursor: pointer;
    width: 45%;
}

.add-cart {
    background-color: #C8A25B;
    color: #fff;
    border: 1px solid #C8A25B;
}

.p-order {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
}

/*搜索框样式*/
.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: #ccc;
    color: #fff;
    width: .3646rem;
    height: .2604rem;
    background-image: url(../images/serach-ico02.png);
    background-repeat: no-repeat;
    background-size: .1563rem .1563rem;
    background-position: center center;
}

.pro-show-can {
    margin-top: .5417rem;
    padding: .6458rem 0;
    background-color: rgba(0, 0, 0, 0.03);
}

.pro-show-can-l {
    width: 2.3438rem;
}

.pro-show-can-l h4 {
    font-size: .1979rem;
    margin-bottom: .1563rem;
}

.pro-show-can-l p {
    font-size: .0833rem;
    opacity: 0.7;
}

.pro-show-can-i {
    padding-bottom: .1563rem;
    margin-bottom: .1563rem;
    border-bottom: 1px solid #ccc;
}

.pro-show-can-i h4 {
    font-size: .0885rem;
    margin-right: .3542rem;
    flex: 1;
}

.pro-show-can-i p {
    font-size: .0833rem;
    flex: 3;
}

.pro-show-can-i:last-child {
    margin-bottom: 0;
}

.pro-show-detail {
    margin: .4792rem 0 0;
    background-color: #eee;
    padding: .3125rem 0;
}

.pro-show-detail-tit h4 {
    font-size: .2188rem;
    line-height: 1;
    margin-bottom: .2708rem;
}

.pro-show-detail-con {
    background-color: #fff;
    width: 7.2917rem;
    margin: 0 auto;
    padding: .1563rem;
}

.pro-show-detail-con img {
    margin: 0 auto;
}

.pro-show-relate {
    padding: .5833rem 0 1.1302rem;
}

.pro-show-questions {
    margin-top: .7813rem;
}

.index-ca-fy div {
    background-color: #fff;
    width: .4167rem;
    top: 50%;
    font-size: .1563rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    border: 1px solid #000;
    margin: 0 .0521rem;
    padding: .0781rem 0;
}

.index-ca-fy div:hover {
    background-color: #C8A25B;
    color: #fff;
    border: 1px solid #fff;
}

/*新闻样式*/
.news-page {
    margin-top: .4688rem;
    padding-bottom: .4167rem;
}

.news-con-tit {
    font-size: .1563rem;
    letter-spacing: .0104rem;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: .3125rem;
}

.news-con-tit a {
    margin: 0 50px;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}

.news-con-tit a:hover,
.news-con-tit a.active {
   
    color: #000000;
}

.news-con-item {
    background-color: #fff;
    padding: .1563rem;
    margin-bottom: 3%;
}

.news-item-pic {
    width: 30%;
}

.news-item-txt {
    padding: 2% 0 2% 1%;
    width: 53%;
}

.news-item-txt h4 {
    font-size: .1354rem;
    margin-bottom: .0781rem;
    line-height: 1.2;
}

.news-item-txt p {
    font-size: .0781rem;
    line-height: 1.5;
    text-align: justify;
    color: #999;
}

.news-item-date {
    font-size: .1458rem;
    padding: 2% 0;
    text-align: center;
}

.news-con-item:hover img {
    transform: scale(1.1, 1.1);
}

.news-con-item:hover h4 {
    color: #000000;
}

.news-con-item:hover .news-item-txt {
    padding: 2% 0 2% 2%;
}

.news {
    background-color: #eee;
    padding: .3896rem 0;
    min-height: 3.125rem;
}

.news-show-con-left {
    width: 30.26%;
}

.news-show-con-right {
    width: 66.62%;
    background-color: #fff;
    padding: 2% 2%;
}

.news-show-tit {
    width: 100%;
    background-color: #fff;
    padding: 5%;
}

.news-show-tit h4 {
    line-height: 1.5;
    font-size: .1563rem;
    font-weight: 600;
    margin-bottom: .1563rem;
}

.news-show-tit p {
    font-size: .1042rem;
    color: #999;
    margin-bottom: .1042rem;
    line-height: 1;
}

.news-show-btn {
    margin: .1042rem auto;
    padding: .0938rem .3646rem;
    color: #fff;
    background-color: #000;
}

.news-show-btn:hover {
    background-color: #C8A25B;
    color: #fff;
    opacity: 1;
}

/*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: .1042rem .2083rem .1042rem .4167rem;
    border-bottom: 1px solid #cbd5da;
}

.faq-list ul li h3 {
    font-size: .1042rem;
    line-height: 2.5;
    color: #000;
}

.faq-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;
}

.faq-list ul li.on {
    padding-bottom: .2083rem;
}

.faq-list ul li.on p {
    opacity: 1;
    max-height: 1.5625rem;
}

.faq-list ul li i {
    position: absolute;
    display: block;
    width: .1042rem;
    height: .1042rem;
    left: .1563rem;
    top: .1823rem;
}

.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;
}

/*分页查询样式*/
.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;
}

/*series*/
.series-show {
    padding: 0.9688rem 0 0.6rem;
}

.series-tit h4 {
    font-size: .2083rem;
}

.series-list {
    margin-top: .3854rem;
}

.series-item {
    width: 48%;
    margin-bottom: .1771rem;
}

.series-show-top {
    margin-bottom: .4948rem;
}

.series-show-pic {
    border-radius: 20px 0 0 20px;
    width: 62.25%;
}

.series-show-pic img {
    width: 100%;
    height: 100%;
}

.series-show-con {
    background-color: #fff;
    padding: .526rem .3958rem;
    margin-left: -0.1042rem;
}

.series-show-txt {
    padding-bottom: .4271rem;
    border-bottom: 1px solid #000;
}

.series-show-txt h4 {
    font-size: .1979rem;
    margin-bottom: .2188rem;
}

.series-show-txt p {
    font-size: .0885rem;
}

.series-show-de {
    margin-top: .276rem;
}

.series-show-de span {
    font-size: .1042rem;
    line-height: 1;
    margin-bottom: .1719rem;
    display: block;
}

.de-pic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: .5208rem;
    height: .5208rem;
    margin-right: .125rem;
}

.de-txt h4 {
    font-size: .1354rem;
    margin-bottom: .0938rem;
}

.de-txt p {
    font-size: .0885rem;
    opacity: 0.7;
}

.series-pro {
    background-color: rgba(0, 0, 0, 0.03);
    padding: .4271rem 0;
}

.ser-tit h4 {
    font-size: .2083rem;
}

.series-pro-list {
    margin-top: .2813rem;
}

.series-pro-list .pro-list-page-item {
    width: 24%;
}

/* 如果最后一行是3个元素 */
.series-pro-list .pro-list-page-item:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}

/* 如果最后一行是2个元素 */
.series-pro-list .pro-list-page-item:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}

.series-re {
    margin-top: .4896rem;
}

/*scenes*/
.sclist {
    column-count: 3;
    column-gap: .1563rem;
    margin-top: .4896rem;
    margin-bottom: .4896rem;
}

.sc-i {
    width: 100%;
    cursor: pointer;
    margin-bottom: .1563rem;
}

/* 将内容块重排为3列 */
.sc-pic img {
    width: 100%;
}

.sc-ico {
    width: .2813rem;
    height: .2813rem;
    background-color: rgba(255, 255, 255, 0.3);
    right: .0677rem;
    top: .0521rem;
    opacity: 0;
}

.sc-ico span {
    color: #fff;
    line-height: 1;
    font-size: .1042rem;
}

.sc-i:hover img {
    transform: scale(1.1, 1.1);
}

.sc-i:hover .sc-ico {
    opacity: 1;
}

.sc-txt {
    background-color: #fff;
    bottom: 0;
    left: 0;
    padding: .3125rem;
    opacity: 0;
}

.sc-txt h4 {
    color: #000;
    opacity: 0.08;
    font-size: .625rem;
    font-family: 'Times New Roman', Times, serif;
    left: .2604rem;
    bottom: .3rem;
}

.sc-txt p {
    font-size: .0885rem;
}

.sc-i:hover .sc-txt {
    opacity: 1;
}

.sc-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
}

.sc-tc-con {
    background-color: #fff;
    z-index: 5;
    padding: .3188rem .2344rem;
    width: 69.79%;
}

.sc-tc-pic {
    width: 70%;
}

.sc-tc-pic {
    height: 90vh;
}

.sc-tc-pic img {
    margin: 0 auto;
    display: block;
    max-height: 100%;
}

.sc-tc-r {
    padding: 0 .3229rem;
}

.sc-tc-txt h4 {
    color: #000;
    opacity: 0.08;
    font-size: .625rem;
    font-family: 'Times New Roman';
    line-height: 1;
    left: .3229rem;
    top: 0;
}

.sc-tc-txt p {
    font-size: .0885rem;
    margin-top: .444rem;
}

.sc-tc-pro {
    margin-top: .4688rem;
}

.sc-tc-pro-tit h4 {
    font-size: .1042rem;
}

.sc-tc-list {
    overflow-y: auto;
    height: 1.8229rem;
    margin-top: .1042rem;
}

.sc-tc-i {
    margin-top: .1771rem;
    width: 1.375rem;
}

.sc-tc-i-txt h4 {
    font-size: .1042rem;
    text-align: center;
    margin-bottom: .0521rem;
}

.sc-tc-i-txt p {
    font-size: .0885rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

.sc-tc-i:hover img {
    transform: scale(1.1, 1.1);
}

.sc-close {
    top: .2083rem;
    right: .1042rem;
    cursor: pointer;
}

.sc-close span {
    font-size: .1563rem;
    line-height: 1;
}

/*购物车*/
.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;
}

.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/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;
}

/*order tc*/
.order-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
}

.order-con {
    background-color: #fff;
    z-index: 5;
    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: #C8A25B;
    color: #fff;
    font-size: .1042rem;
    line-height: 1;
    padding: .1042rem 0;
    cursor: pointer;
}


/*service*/
.se-top-con{
    align-items: flex-end;
    height: 100%;
    padding-bottom: .5938rem;
}
.se-top-txt h4 {
    color: #fff;
    font-size: .2344rem;
}
.se1 {
    padding: .4688rem 0;
}
.se1-tit h4{
    font-size: .2083rem;
    margin-bottom: .3385rem;
}

.se2{
    padding: .4688rem 0;
    background-color: #f8f8f8;
}
.se2-l{
    width: 46%;
    margin-right: .6771rem;
}
.se2-l img{
    width: 100%;
}

.se2-r h4{
     line-height: 1.3;
     font-size: .2083rem;
     margin-bottom: .3646rem;
}
.se2-r p{
    margin-bottom: .1302rem;
    font-size: .0938rem;
   
}
.se2-r  p span{
    opacity: 0.7;
}
.se2-r p i{
    font-size: .1563rem;
    margin-right:.0833rem;
    color: #000;
}
.se3{
    padding: .4688rem 0;
}
.se3-tit h4{
    font-size: .2083rem;
    margin-bottom: .1563rem;
}
.se3-tit p{
    font-size: .0938rem;
    line-height: 1.5;
    opacity: 0.7;
    margin-bottom: .4688rem;
}
.se3-item{
    width: 48%;
}
.se3-pic{
    margin-bottom: .3281rem;
}
.se3-txt{
    padding: 0 .1042rem;
}
.se3-txt h4{
    font-size: .1354rem;
    margin-bottom: .125rem;
}
.se3-txt p{
    font-size: .0833rem;
    opacity: 0.7;
    text-align: justify;
}
.se4{
    background-color: #F8F8F8;
    padding: .4688rem 0;

}
.se4-t{
    margin-bottom: .3646rem;
}
.se4-t-l h4{
    font-size: .2083rem;
}
.se4-t-r p{
    width: 2.6042rem;
    font-size: .0833rem;
    opacity: 0.7;
}

.ab8-item:hover img {
    transform: scale(1.1, 1.1);
}

.ab8-fy div {
    background-color: #eee;
    width: .2865rem;
    height: .2865rem;
    top: 60%;
    font-size: .1563rem;
    font-weight: bold;
    line-height: 1;
}

.ab8-prev {
    left: -.3646rem;
}

.ab8-next {
    right: -.3646rem;
}

.ab8-fy div:hover {
    background-color: #000;
    color: #fff;
}
.se5{
    padding: .4688rem 0;
    
}

.se5-con-l{
    width: 62.68%;
}
.se5-bg img{
    width: 100%;
}
.se5-txt h4{
    font-size: .2344rem;
    line-height: 1.5;
    margin-bottom: .1823rem;
    color: #fff;
}

.se5-txt a{
    background-color: #c8a25b;
    color: #fff;
    margin-top: .0521rem;
    padding: .0313rem;
    width: 1rem;
}

.se5-txt a:hover{
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
    background-color: #999;
}
.se5-txt a:hover i{
    background-color: #666;
}

.se5-txt a em{
    font-size: .0938rem;
    line-height: 1;
}
.se5-txt a i{
    font-size: .1042rem;
    color: #fff;
    line-height: 1;
    background-color: #EBCD96;
    padding:  .0729rem  .1302rem;
}
.se5-con-r{
    padding: .20rem .1875rem;
    width: 30%;
}
.se5-form-tit h4{
    font-size: .1146rem;
    margin-bottom: .125rem;
}
.se5-label{
    margin-bottom: .0833rem;
}
.se5-label p{
    font-size: .0938rem;
    margin-bottom: .0417rem;
}
.se5-label input,.se5-label textarea{
    font-size: .0833rem;
    border-radius: .1563rem;
    padding: .0729rem .0833rem;
    line-height: normal;
    color: #666;
    width: 100%;
    display: block;
    border: 1px solid #e5ebf0;
    background-color: #f5f8fa;
}
.se5-label p sup{
    color: red;
}
.se5-btn{
     background-color: #C8A25B;
     color: #fff;
     line-height: 1;
     font-size: .125rem;
     padding: .0521rem 0;
     width: 1rem;
     cursor: pointer;
     margin-top: .125rem;
}
.se5-btn:hover{
     background-color: #999;
}

@media screen and (max-width:1440px) {

    .header-l{
        width: 3rem;
    }

    nav>ul>li>a,
    .index-faq-txt p,
    .index-faq-l-2 p,
    .se4-t-r p,
    .head-pro-text h4,
    .index-a-l p{
        font-size: 15px;
    }
    
    .index-co-t-txt p,
    .index-te-c span,
    .index-te-c a,
    .ab-t-con p,
    .pro-top-menu a,
    .pro-top-menu em,
    .pro-top-menu span,
    .pro-side-sub a,
    .index-ca-btn,
    .pro-ca-con a,
    .ab-4-con p,
    .ab-2-l p,
    .p-4-txt p,
    .ab-6-r p,
    .ab-1-l-txt p,
    .ca-1-txt p,
    .ca-1-label span,
    .ca-2 .ab-2-l p,
    .faq-list ul li p,
    .com-txt p,
    .order-form .order-section span,
    .index-why-item p,
    .ca-1-label input,
    .ca-1-label textarea,
    .ab3-txt p,
    .ab5-txt p,
    .ly-con-l-txt p,
    .pro-show-btn,
    .ab7-txt h4 {
        font-size: 16px;
    }

    .index-ab-i p,
    .index-ab-i p,
    .index-te-c p,
    .index-ce-con p,
    .index-co-b-con p,
    .footer-b p,
    .footer-b a,
    .footer-t-i a,
    .pro-list-page-item-txt p,
    .sc-txt p,
    .sc-tc-txt p,
    .sc-tc-i-txt p,
    .news-item-txt p,
    .footer-t-i a,
    .footer-t-i p,
    .footer-b-con-l,
    .pro-list-page-item-tag,
    .ab-txt-r p,
    .ab6-txt p,
    .se1-l p,
    .se2-txt p,
    .se3-item p,
    .ca-1-r-tit p {
        font-size: 15px;
    }

    .index-co-b-con h4,
    .pro-side-item-tit h4,
    .sc-tc-pro-tit h4,
    .ca-1-txt h4,
    .faq-list ul li h3 {
        font-size: 18px;
    }

    .footer-t-i h4,
    .sc-tc-i-txt h4,
    .pro-list-page-item-txt h4 {
        font-size: 17px;
    }

    .pro-side-tit h4,
    .news-con-tit a {
        font-size: 20px;
    }

    .footer-b-sc a {
        font-size: 20px;
    }
}