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

/*滚动条样式*/
body {
    min-height: 100vh;
    /*font-family: "MiSans-Regular" !important;*/
    font-family: "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑" !important;
    font-size: 16px;
    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;
    text-transform: none;
}

a {
    color: #000;
    letter-spacing: 1px;
}

a:hover {
    color: #333;
}

.con {
    width: 83.33%;
    min-width: 900px;
    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: .8854rem;
    height: .2344rem;
    background-image: url(../images/logo1.png);
}

nav {
    padding-left: 3rem;
    padding-right: .3125rem;
}

nav>ul>li {
    padding: 0 .0313rem;
}

nav>ul>li>a {
    color: #fff;
    font-size: .1042rem;
    line-height: 1.2;
    padding: .2083rem 0;
    font-weight: 500;
}

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-active {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

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

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

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

.header-active nav>ul>li>a:hover,
.header-active nav>ul>li>a.active {
    color: #332C2B;
}

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

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

/*首页样式*/

/*广告样式*/
.index-banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: .1563rem;
    left: 0;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    width: .0781rem;
    height: .0781rem;
    display: block;
    opacity: 1;
    border-radius: 50%;
    margin: 0 .0521rem;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #332C2B;
    opacity: 1;
}


.index-box {
    margin-top: .724rem;
}

.index-tit p {
    text-transform: uppercase;
    font-size: .2708rem;
    margin-bottom: .1146rem;
    line-height: 1;
    opacity: 0.85;
    color: #221815;
}

.index-tit h4 {
    display: flex;
    align-items: center;
}

.index-tit h4 span {
    font-size: .25rem;
    color: #020202;
    margin-right: .0938rem;
}

.index-tit h4 em {
    width: .3333rem;
    height: .0156rem;
    background: #221815;
    border-radius: .0104rem;
}

.index-pro-more a {
    font-size: .1042rem;
    border-bottom: 1px solid #fff;
    padding-bottom: .1042rem;
}

.index-pro-more a i {
    font-size: .1146rem;
    margin-left: .1563rem;
}

.index-pro-more a:hover {
    border-bottom: 1px solid #000;
    color: #221815;
    transform: translateY(-10px);
}

.index-pro-list {
    margin-top: .3906rem;
}

.index-pro-swiper {
    margin: 0;
    overflow: unset;
}

.index-pro-i {
    border-radius: .2604rem;
}


.index-pro-txt {
    padding: .0521rem;
    background-color: rgba(0, 0, 0, 0.38);
    border-radius: .2604rem;
}

.index-pro-txt h4 {
    font-size: .1667rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding-left: .1563rem;
}

.index-pro-txt span {
    padding: .1719rem .1979rem;
    background-color: #fff;
    font-size: .1406rem;
    color: #000;
    border-radius: .2604rem;
}

.index-pro-i:hover .index-pro-txt {
    background-color: #221815;
}



.index-pro-nav {
    margin-top: .3125rem;
}

.index-pro-nav .swiper-pagination {
    position: relative;
    background-color: #e1e1e1;
    height: 3px;
    border-radius: .0104rem;
    z-index: 1;
    width: 5.2083rem;
}

.index-pro-nav .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #000;
    opacity: 1;
    height: 3px;
    border-radius: .0104rem;
}

.index-pro-nav .swiper-scrollbar-drag {
    background-color: #332C2B;
}

.index-pro-fy {
    margin-right: .1667rem;
}

.index-pro-fy div {
    background-color: #e8e8e8;
    width: .2604rem;
    height: .2604rem;
    margin: 0 .0781rem;
    cursor: pointer;
}

.index-pro-fy div:hover {
    background-color: #332C2B;
    color: #fff;
}

.index-pro-fy div:hover i {
    color: #fff;
}

.index-pro-fy div i {
    font-size: .1042rem;
    color: #757575;
    line-height: 1;
    cursor: pointer;
}

.index-about-l {
    background-color: rgba(44, 40, 38, 0.76);
    width: 45.93%;
}

.index-about-l-con {
    margin-left: .9531rem;
    width: 40%;
}

.index-about-tit p {
    color: #fff;
}

.index-about-tit h4 span {
    color: #fff;
}

.index-about-tit h4 em {
    background-color: #fff;
}

.index-about-txt p {
    color: #fff;
    font-size: .1042rem;
    margin: .4323rem 0 .5208rem;
    text-align: justify;
}

.index-about-l-con a {
    border: 1px solid #fff;
    border-radius: .2604rem;
    color: #fff;
    width: 60%;
    padding: .0781rem 0;
}

.index-about-l-con a {
    font-size: .1354rem;
    line-height: 1;
}

.index-about-l-con a span {
    margin-right: .0521rem;
}

.index-about-l-con a:hover {
    background-color: #000;
    border: 1px solid #000;
    transform: translateY(-10px);
}

.index-about-r {
    background-color: rgba(255, 255, 255, 0.8);
    top: .776rem;
    right: .9375rem;
    z-index: 1;
    padding: .4688rem .2083rem .1042rem;
    width: 52.29%;
}

.index-about-r-item {
    width: 48.5%;
    margin-bottom: .3802rem;
}

.index-about-r-item img {
    margin: 0 auto .1042rem;
    width: .4271rem;
    opacity: 0.5;
}

.index-about-r-item h4 {
    color: #1F1F1F;
    font-size: .1458rem;
    margin-bottom: .1042rem;
}

.index-about-r-item p {
    color: rgba(0, 0, 0, 0.65);
    font-size: .1042rem;
}

.index-ad-swiper {
    width: 7.0625rem;
    margin: 0 auto;
    overflow: unset;
}

.index-ad-item {
    overflow: hidden;
    border-radius: .0781rem;
}



.index-ad-fy div {
    background-color: #e8e8e8;
    width: .2604rem;
    height: .2604rem;
    cursor: pointer;
    z-index: 999;
    top: 50%;
    margin-top: -0.1302rem;
}

.index-ad-fy div:hover {
    background-color: #332C2B;
    color: #fff;
}

.index-ad-fy div:hover i {
    color: #fff;
}

.index-ad-fy div i {
    font-size: .1042rem;
    color: #757575;
    line-height: 1;
    cursor: pointer;
}

.index-ad-prev {
    left: -0.3125rem;
}

.index-ad-next {
    right: -0.3125rem;
}

.index-ad-swiper .swiper-slide {
    transform: scale(0.9, 0.9);
    opacity: 0.5;
}

.index-ad-swiper .swiper-slide-active {
    transform: scale(1, 1);
    opacity: 1;
}

.index-ad-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .3125rem;
}

.index-ad-pagination .swiper-pagination-bullet {
    width: .0677rem;
    height: .0677rem;
    border-radius: 50%;
    background-color: #000;
    margin: 0 .0521rem;
    opacity: 0.5;
}

.index-ad-pagination .swiper-pagination-bullet-active {
    background-color: #332C2B;
    opacity: 1;
}

.index-jm-con {
    margin-top: .7813rem;
}

.index-jm-con h4 {
    color: #fff;
    font-size: .3125rem;
    margin-bottom: .1615rem;
}

.index-jm-con p {
    color: #fff;
    font-size: .1042rem;
    margin-bottom: .3542rem;
}

.index-jm-con span {
    border: 2px solid #fff;
    border-radius: .2604rem;
    font-size: .1354rem;
    color: #fff;
    padding: .0729rem .2188rem;
}



.index-news {
    margin-bottom: .4688rem;
}

.index-news-top-tit>span {
    display: block;
    margin: .1563rem auto 0;
    width: .2552rem;
    height: .026rem;
    background: #332C2B;
    border-radius: 2px;
}
.index-news-top-tit h4 span{
    margin-right: 0;
}

.index-news-fy div {
    background-color: #e8e8e8;
    width: .2969rem;
    height: .2969rem;
    color: #000;
    top: 50%;
    margin-top: -0.1302rem;
}

.index-news-fy div i {
    font-size: .1042rem;
}

.index-news-fy div:hover {
    background-color: #332C2B;
    color: #fff;
}

.index-news-prev {
    left: -.4rem;
}

.index-news-next {
    right: -.4rem;
}


.index-news-swiper {
    margin-top: .2917rem;
}

.index-news-item {
    background: transparent;
    padding-bottom: .1042rem;
}

.index-news-item-txt {
    padding: .1563rem .1563rem .3021rem;
    margin: -0.5208rem .2188rem 0;
    background-color: #fff;
}

.index-news-item-txt h4 {
    font-size: .1458rem;
    font-weight: normal;
    margin-bottom: .2604rem;
}

.index-news-item-txt p {
    font-size: .0833rem;
    color: #949494;
    opacity: 0.7;
    -webkit-line-clamp: 2;
}

.index-news-item:hover .index-news-item-txt {
    background-color: rgba(51, 44, 43, 0.5);

}


.index-news-item:hover .index-news-item-txt h4,
.index-news-item:hover .index-news-item-txt p {
    color: #fff;
}

/*底部样式*/
footer {
    background: #eeeeee;
}

.footer-t {
    padding: .3333rem 0;
}

.f-logo {
    border-right: 1px solid rgba(0, 0, 0, 0.11);
    padding-right: .3125rem;
}

.f-logo img {
    width: 1.5rem;
    margin-bottom: .1302rem;
}

.f-logo-txt p {
    letter-spacing: .1092rem;
    font-size: .1198rem;
    color: rgba(34, 24, 21, 1);
    line-height: 1;
}

.f-txt {
    margin-left: .4688rem;
}

.f-txt h4 {
    font-size: .1354rem;
    margin-bottom: .1146rem;
}

.f-txt p {
    align-items: flex-end;
}

.f-txt p em {
    font-size: .0938rem;
    margin-right: .099rem;
    line-height: 1;
}

.f-txt p span {
    font-size: .1875rem;
    line-height: 1;
}

.f-qr {
    align-items: flex-end;
}

.f-qr-l {
    margin-right: .2604rem;
}

.f-qr-l p {
    font-size: .0833rem;
    line-height: 1;
}

.f-qr-r img {
    width: .5781rem;
}

.footer-b-con {
    border-top: 1px solid rgba(34, 24, 21, 1);
    padding: .1719rem 0;
}

.footer-b-con-l,
.footer-b-con-r a {
    font-size: .0833rem;
    color: rgba(0, 0, 0, 0.67);
    line-height: 1;
}

.footer-b-con-r a:hover {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: underline;
}

#sidebar {
    position: fixed;
    right: 0;
    top: 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: #000;
    font-size: 18px;
    transition: .5s;
    cursor: pointer;
    color: #fff;
}

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

/*关于我们样式*/
.ab-t h4 {
    font-weight: 400;
    font-size: .2917rem;
    color: #FFFFFF;
    letter-spacing: .0208rem;
}

.ab-con {
    width: 80.72%;
    margin: 0 auto;
}

.ab-box {
    margin-top: .724rem;
}

.ab1-l {
    width: auto;
}

.ab1-l h4 {
    font-family: Times New Roman;
    font-weight: 400;
    font-size: .2917rem;
    color: #221815;
    border-top: 1px solid #C3C3C3;
    padding-top: .2604rem;
    transform: rotate(90deg);
    margin-left: -.5rem;
    margin-top: .5208rem;
    opacity: 0.8;
}

.ab1-r {
    width: 80%;
}

.ab1-r>h4 {
    font-weight: bold;
    font-size: .2344rem;
    color: #020202;
}

.ab1-r>p {
    font-weight: 400;
    font-size: .1042rem;
    color: #606060;
    margin-top: .25rem;
    text-align: justify;
    line-height: 1.6;
}

.ab1-list {
    margin-top: .4688rem;
}

.ab1-item span {
    color: #221815;
    opacity: 0.7;
    font-size: .4167rem;
    margin-right: .125rem;
}

.ab1-item-txt h4 {
    font-weight: bold;
    font-size: .3021rem;
}

.ab1-item-txt p {
    font-size: .125rem;
    color: #6A6969;
}

.ab1-item-txt h4 sub {
    vertical-align: baseline;
    font-size: .1563rem;
}

.ab1-item::after {
    content: '';
    display: block;
    width: .0156rem;
    height: .2083rem;
    background: #3C2723;
    border-radius: 2px;
    margin-left: .6875rem;
}

.ab1-item:last-child::after {
    display: none;
}

.ab1-bot {
    margin-top: .5rem;
}

.ab2-l {
    width: 54.51%;
}

.ab2-r {
    padding-left: .5208rem;
    padding-right: .2604rem;
}

.ab2-swiper {
    border-radius: .0781rem;
}

.ab2-fy div {
    background-color: #e8e8e8;
    width: .2604rem;
    height: .2604rem;
    cursor: pointer;
    z-index: 999;
    top: 50%;
    margin-top: -0.1302rem;
}

.ab2-fy div:hover {
    background-color: #332C2B;
    color: #fff;
}

.ab2-fy div:hover i {
    color: #fff;
}

.ab2-fy div i {
    font-size: .1042rem;
    color: #757575;
    line-height: 1;
    cursor: pointer;
}

.ab2-prev {
    left: -0.1302rem;
}

.ab2-next {
    right: -0.1302rem;
}

.ab2-r-tit p {
    font-family: Times New Roman;
    font-weight: 400;
    font-size: .2708rem;
    color: #221815;
    opacity: 0.85;
    line-height: 1;
    margin-bottom: .1042rem;
}

.ab2-r-tit h4 {
    font-weight: bold;
    font-size: .25rem;
    color: #020202;
}

.ab2-r-p {
    text-align: justify;
    margin-top: .5208rem;
    font-size: .1042rem;
    color: #4F4F4F;
    font-weight: 400;
}

.ab3 {
    background: #F4F4F4;
    padding: .6458rem 0 2.8281rem;
}

.ab-top {
    margin-bottom: .3333rem;
}

.ab-tit span {
    font-weight: bold;
    font-size: .25rem;
    color: #020202;
    padding: .1563rem 0 0 .1823rem;
    display: block;
    line-height: 1;
}

.ab-tit::before {
    content: '';
    display: block;
    position: absolute;
    width: .5573rem;
    height: .5573rem;
    border-radius: 50%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: #332C2B;
    opacity: 0.18;
}

.ab-top p {
    width: 35%;
    font-weight: 400;
    font-size: .1042rem;
    color: #4F4F4F;
    text-align: justify;
    padding-top: .1563rem;
}

.ab3-item {
    border-radius: .0781rem;
}

.ab4 {
    margin-top: -2rem;
    z-index: 1;
}

.ab4-item {
    width: 32%;
    background-color: #fff;
}

.ab4-txt {

    padding: .2448rem .1563rem;
}

.ab4-txt h4 {
    font-weight: 400;
    font-size: .2083rem;
    color: #020202;
    margin-bottom: .1979rem;
}

.ab4-txt p {
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: .1042rem;
    color: #8C8C8C;
}

.ab4-item:hover {
    background-color: #332C2B;
}

.ab4-item:hover .ab4-txt h4,
.ab4-item:hover .ab4-txt p {
    color: #fff;
}

.ab5 {
    margin-bottom: .7292rem;
}

/*联系我们样式*/
.contact-top-txt h4 {
    font-size: .2708rem;
    color: #000000;
    margin-bottom: .2917rem;
}

.contact-top-item {
    margin-bottom: .1042rem;
}

.contact-top-item i {
    color: #E77817;
    margin-right: .0938rem;
    font-size: .1042rem;
}

.contact-top-item p {
    font-weight: 400;
    font-size: .1042rem;
    color: #000000;
}
.contact-sh{
    margin:.0521rem 0;
}
.contact-sh-txt h4 {
    font-size: .2708rem;
    color: #000000;
    margin-bottom: .1823rem;
    font-weight: 500;
}

.contact-sh-txt p {
    font-weight: 400;
    font-size: .1563rem;
    color: #A4A4A4;
}
.contact-sh-qr{
    margin-top: .4688rem;
}
.contact-sh-qr img{
    width: .625rem;
    height: .625rem;
    margin-bottom: .125rem;
}
.contact-sh-qr p{
    font-size: .1042rem;
    color: #000000;
}
.ca1{
    background-color: #f7f7f7;
    padding: .7708rem 1.2708rem;
}

.ca1-ly {
   background-color: #fff;
   border-radius: .1563rem;
   padding: .2396rem;
}

.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-bottom: 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: #333;
    color: #fff;
    font-size: .1042rem;
    line-height: 1;
    width: .9375rem;
    padding: .0833rem 0;
    cursor: pointer;
    border-radius: .2083rem;
}

.ca1-ly-btn:hover {
    background-color: #221815;
}


/*产品列表样式*/
.pro-form-box {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    width: 5.1458rem;
    border-radius: .1563rem;
    padding: .026rem;
    margin: -0.1667rem auto 0;
}

.pro-form-box input[type=text] {
    width: 100%;
    font-size: .0938rem;
    color: #666;
    padding: 0 .1563rem;
}

.pro-form-box input[type=submit] {
    background-color: #332C2B;
    color: #fff;
    width: .599rem;
    height: .3385rem;
    background-image: url(../images/keep/serach-ico.png);
    background-repeat: no-repeat;
    background-size: 0.1563rem 0.1563rem;
    background-position: center center;
}


.pro-t-txt p {
    color: #fff;
    font-size: .1563rem;
    line-height: 1;
    padding-bottom: .474rem;
    letter-spacing: .0313rem;
}

.pro-list-top {
    margin-bottom: .2604rem;
}


.pro {
    margin-top: .3125rem;
    padding: 0 0 .3906rem;
}

.pro-list-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .3646rem;
}

.pro-list-txt h4 {
    font-size: .2188rem;
    font-weight: 400;
}
.nav-item{
    width: 10%;
}

.pro-list-page-nav-item {
    background-color: transparent;
    padding: .0781rem;
    border-radius: .0521rem .0521rem 0px 0px;
    width: auto;
    display: block;
}

.pro-list-page-nav-item:hover,
.pro-list-page-nav-item.active {
    border-radius: .0521rem .0521rem 0px 0px;
    background: #332C2B;
}

.pro-list-page-nav-item img {
    width: .2292rem;
    margin-right: .0417rem;
}

.pro-list-page-nav-item span {
    font-size: .0938rem;
    color: #000;
    line-height: 1;
}

.pro-list-page-nav-item:hover span,
.pro-list-page-nav-item.active span {
    color: #fff;
}

.sub-nav {
    top: .3646rem;
    z-index: 10;
    display: none;
}

.sub-item {
    background: #bfbfbf;
    color: #fff;
    padding: .125rem .0521rem;
    font-size: .1042rem;
    line-height: 1;
    letter-spacing: 1px;
    margin-right: .0833rem;
    width: 1.4583rem;
    display: block;
    margin-top: .0521rem;
    border-radius: .2083rem;
}

.sub-item:hover,
.sub-item.active {
    background: #332C2B;
    color: #fff;
}

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

.pro-page-form-box input[type=submit] {
    background-color: #ED9517;
    color: #fff;
    width: .3646rem;
    height: .2604rem;
}

.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/keep/serach-ico02.png);
    background-repeat: no-repeat;
    background-size: .1563rem .1563rem;
    background-position: center center;
    appearance: none;
    background-color: transparent;
    opacity: 0.7;
}

.pro-search-form {
    background-color: #fff;
    width: 1.875rem;
}

.pro-search-form img {
    width: .1458rem;
    margin-right: .1042rem;
    opacity: 0.6;
}

.pro-search-input {
    padding: .0885rem .0677rem;
}

.pro-search-input input[type=text] {
    font-size: .0938rem;
    width: 100%;
}

.pro-search-form input[type=submit] {
    width: .3021rem;
    height: .3021rem;
    background-image: url(../images/keep/serach-ico.png);
    background-repeat: no-repeat;
    background-size: .1354rem .1354rem;
    background-position: center center;
    appearance: none;
    background-color: #333;
    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 #ccc;
    padding-top: .2083rem;
    margin-bottom: .2083rem;
}

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

.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 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: #332C2B;
}

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

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

.pro-list-page-item {
    width: 24%;
    margin-bottom: .4167rem;
    background-color: #fff;
    border-radius: 20px;
}

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

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

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

.pro-list-page-item-btn {
    background: #332C2B;
    color: #fff;
    font-size: .0938rem;
    width: 85%;
    margin: 0 auto .1146rem;
    border-radius: 5px;
    line-height: 1;
    padding: .1146rem 0;
    opacity: 0;
}

.pro-list-page-item:hover .pro-list-page-item-btn {
    opacity: 1;
}

.pro-list-page-item-txt {

    padding: .1563rem 0;
}

.pro-list-page-item-txt h4 {
    font-size: .1042rem;
    margin-bottom: 0.0781rem;
    text-align: center;
}

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

.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: #332C2B;
}

.pro-ca-con {
    background-color: #292929;
    padding: .3646rem 0;
    margin-bottom: .3646rem;
}

.pro-ca-con p {
    font-size: .1042rem;
    color: #fff;
    margin-bottom: .1771rem;
    line-height: 1;
}

.pro-ca-con h4 {
    font-size: .1667rem;
    line-height: 1.2;
    margin-bottom: .2708rem;
    color: #fff;
}

.pro-ca-con a {
    color: #fff;
    font-size: .0885rem;
    padding: .0833rem .5208rem;
    background-color: #616161;
}

.pro-ca-con a:hover {
    background-color: #fff;
    color: #000;
}

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

.pro-show-con {
    padding: 0 .4167rem;
}

.pro-show-con-l {
    width: 30.78%;
}

.product-show-img-top .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: .1042rem;
    left: 0;
}

.product-show-img-top.swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    width: .0729rem;
    height: .0729rem;
    display: block;
    opacity: 0.3;
    margin: 0 .0521rem;
}

.product-show-img-top .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00354d;
    opacity: 1;
}

.pro-show-con-r {
    width: 65.22%;
    background-color: #fff;
    padding: .3125rem;
}

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

.pro-show-top-txt {
    padding: 0 .4167rem;
}

.pro-show-top-tit {
    border-bottom: 1px solid #ccc;
    margin-bottom: .25rem;
}

.pro-show-top-tit h4 {
    font-size: .1458rem;
    font-weight: 400;
    margin-bottom: .0833rem;
    margin-top: .2865rem;
    line-height: 1.2;
}

.pro-show-top-tit p {
    font-size: .1146rem;
    margin-bottom: .1667rem;
    color: #000;
    opacity: 0.7;
}

.pro-show-con-l-txt {
    margin-bottom: .3229rem;
}

.pro-show-con-l-txt p {
    font-size: .0938rem;
    color: #505050;
    line-height: 1.8;
    width: 80%;
    word-break: break-all;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

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

.pro-qr {
    width: .7813rem;
    border-radius: .0521rem;
    border: 1px solid #050505;
    padding: .0521rem .0625rem;
    margin-bottom: .1042rem;
    cursor: pointer;
}

.pro-qr em {
    font-size: .1563rem;
    line-height: 1;
    color: #050505;
}

.pro-qr span {
    font-size: .1146rem;
    line-height: 1;
    color: #050505;
}

.add-cart {
    background-color: #332C2B;
    color: #fff;
}

.add-cart:hover {
    background-color: #332C2B;
    color: #fff;
}

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

.p-order:hover {
    background-color: #f7f7f7;
    color: #000;
}

.pro-show-list {
    margin-top: .3802rem;
}

.pro-show-list h4 {
    font-size: .125rem;
    margin-bottom: .1719rem;
}

.pro-show-list-item {
    background-color: #fff;
    margin-bottom: .1042rem;
    padding: .0938rem;
}

.pro-show-list-item-pic {
    width: .8542rem;
    margin-right: .1667rem;
}

.pro-show-list-item-txt h4 {
    font-size: .1458rem;
    margin-bottom: .1146rem;
}

.pro-show-list-item-txt p {
    opacity: 0.7;
    font-size: .0938rem;
}

/*搜索框样式*/
.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: #332C2B;
    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;
}

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

/*新闻样式*/
.news-top-txt p {
    color: #fff;
    font-size: .2813rem;
    font-weight: 700;
}

.news-page {
    margin-top: .4688rem;
    padding-bottom: .4167rem;
}

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

.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 {
    border-bottom: 2px solid #000000;
    color: #000000;
}

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

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

.news-item-txt {
    padding: 3% 3%;
    flex: 1;
}

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

.news-item-txt p {
    font-size: .099rem;
    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: 3% 2%;
}

.news {

    padding: .3125rem 0;
    min-height: 3.125rem;
}

.news-show-con {
    align-items: flex-start;
    padding: 2% 2%;
}

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

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

.news-show-con-detail img {
    width: auto;
    margin: .0781rem auto;
    max-width: 100%;
}

.news-show-con-detail p,
.news-show-con-detail h3,
.news-show-con-detail h4 {
    margin-bottom: 15px;
}

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

}

.news-show-tit h4 {
    line-height: 1.5;
    font-size: .1979rem;
    font-weight: 700;
    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: #332C2B;
    color: #fff;
}

/*分页查询样式*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a,
.pagination li span {
    width: 30px;
    height: 30px;
    margin: 0 4px;
    background-color: #fff;
    color: #000;
    display: flex;
    font-size: 14px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border: 1px solid #000;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.active span {
    background-color: #000;
    color: #fff;
}

.pagination li.disabled a,
.pagination li.disabled span {
    background-color: #999;
    cursor: no-drop;
    color: #fff;
    border: 1px solid #999;
}

.pro-tip {
    color: #ccc;
    font-size: .1563rem;
    margin-top: .2083rem;
}

.pro-qr-box {
    width: .7813rem;
    border: 1px solid #000;
    padding: .0521rem;
    border-radius: .0521rem;
    background-color: #fff;
    right: -.8333rem;
    bottom: -0.3906rem;
}