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

.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: .9896rem;
    height: .2031rem;
    background-image: url(../images/logo01.png);
}

nav {
    margin-left: 2.9688rem;
    margin-right: .2552rem;
}

nav>ul>li {
    padding: 0 6px;
}

nav>ul>li>a {
    color: #fff;
    font-size: .0938rem;
    line-height: 1;
    padding: .2083rem 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: .1458rem;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}

.header-active {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.header-active .header-logo {
    background-image: url(../images/logo02.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: #AD4929;
}

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

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

/*搜索框样式*/
.search-sub-box {
    background: transparent;
    top: .55rem;
    z-index: 999;
    position: fixed;
}

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

/*下拉菜单样式*/
.header-pro-nav {
    background-color: #fff;
    top: .5104rem;
    padding: .2292rem 0 .3906rem;
    border-top: 1px solid #ccc;
    z-index: 99;
}

.header-pro-nav-l {
    width: 37.93%;
}

.header-pro-nav-r {
    width: 45.93%;
}

.header-pro-nav-l>h4 {
    font-size: .1042rem;
    font-weight: normal;
    margin-bottom: .1979rem;
}

.header-pro-nav-l-con {
    align-items: flex-start;
}

.header-pro-item {
    font-size: .0938rem;
    font-weight: 100;
    color: #0e0509;
    opacity: 0.9;
    width: 45%;
    text-transform: capitalize;
    margin-bottom: .1302rem;
}

.header-pro-item:hover {
    color: #AD4929;
}

.header-pro-nav-r-txt {
    padding: .2135rem .1719rem;
}

.header-pro-nav-r-txt p {
    color: #fff;
    font-size: .0833rem;
    font-family: "Malnor Sans DEMO";
    line-height: 1;
    margin-bottom: .1302rem;
}

.header-pro-nav-r-txt h4 {
    color: #fff;
    font-size: .1927rem;
}



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

.banner .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    width: .2083rem;
    height: .0208rem;
    display: block;
    opacity: 0.6;
    margin: 0 .0521rem;
    border-radius: .026rem;
}

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

.ba-txt {
    width: 30%;
}

.ba-txt h4 {
    color: #fff;
    font-size: .2344rem;
    line-height: 1.2;
    margin-bottom: .2083rem;
}

.ba-txt p {
    color: #fff;
    font-size: .0938rem;
    margin-bottom: .2083rem;
}

.ba-txt a {
    color: #fff;
    background: #ad4929;
    font-size: .0833rem;
    padding: .1198rem .1875rem;
}

.ba-txt a:hover {
    border-radius: .2083rem;
}

.index-bo {
    height: .2344rem;
    z-index: 10;
    background-image: url(../images/index-bo.png);
    background-size: cover;
    background-repeat: no-repeat;
}


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

.index-tit img {
    width: .2083rem;
    margin-right: .0521rem;
}

.index-tit h4 {
    font-size: .1667rem;
    font-weight: 600;
}

.index-top {
    margin-bottom: .2604rem;
}

.index-more-btn {
    font-size: .0833rem;
    font-weight: 400;
    color: #000000;
    opacity: 0.8;
    line-height: 1;
}

.index-more-btn::after {
    content: '';
    height: 2px;
    display: block;
    background-color: #000;
    width: 0px;
    margin-top: .0521rem;
}

.index-more-btn:hover {
    color: #AD4929;

}

.index-more-btn:hover::after {
    width: 100%;
    background-color: #ad4929;
    transition: all .3s;
}


.index-cate-item {
    margin-bottom: .2083rem;
    width: 32.5%;
}

.index-cate-txt h4 {
    color: #fff;
    font-size: .1042rem;
    margin-bottom: .1667rem;
    margin-left: .1563rem;
}

.room-dot-txt {
    background-color: #fff;
    padding: .125rem .0885rem;
    margin-left: .0521rem;
    opacity: 0;
}

.room-dot-txt.on {
    opacity: 1;
}

.room-dot-txt-l h4 {
    font-size: .0938rem;
    margin-bottom: .026rem;
}

.room-dot-txt-l p {
    opacity: 0.7;
    font-size: .0729rem;
    text-transform: capitalize;
}

.room-dot-txt-r {
    right: -0.0677rem;
    top: 50%;
    transform: translateY(-50%);
}

.room-dot-txt-r>div {
    background-color: #ad4929;
    width: .1406rem;
    height: .1406rem;
}

.room-dot-txt-r>div span {
    color: #fff;
    font-size: .0833rem;
}

.room-dot {
    background-color: rgba(0, 0, 0, 0.25);
    width: .1667rem;
    height: .1667rem;
    border: 2px solid transparent;
}

.room-dot::after {
    content: '';
    width: .0729rem;
    height: .0729rem;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.room-dot:hover {
    border: 2px solid #fff;
}

.index-stockist-item:nth-child(1) {
    width: .8125rem;
}

.index-stockist-item:nth-child(2) {
    width: 1.3021rem;
}

.index-stockist-item:nth-child(3) {
    width: 1.1458rem;
}

.index-stockist-item:nth-child(4) {
    width: 1.3021rem;
}

.index-stockist-item:nth-child(5) {
    width: 1.6198rem;
}

.index-cata-log-txt {
    margin-top: .3021rem;
    margin-left: .6042rem;
}

.index-cata-log-txt h4 {
    font-size: .3021rem;
    color: #ad4929;
    margin-bottom: .0521rem;
}

.index-cata-log-txt p {
    font-weight: 300;
    font-size: .3021rem;
    color: #fff;
    line-height: 1;
    margin-bottom: .0521rem;
    opacity: 0.8;
}

.index-cata-log-txt h1 {
    font-size: .3021rem;
    color: #fff;
    font-family: 'Malnor Sans DEMO';
    margin-bottom: .1042rem;
}

.index-cata-log-txt a {
    background: #ffffff;
    color: #ad4929;
    font-size: .0833rem;
    font-weight: 500;
    padding: .1042rem .2292rem;
}

.index-cata-log-txt a:hover {
    background-color: #ad4929;
    color: #fff;
}


.index-faq {
    padding: 0;
}

.index-faq-tit h4 {
    font-weight: 700;
    font-size: .1667rem;
    color: #000;
}

.index-faq-list {
    margin-top: .224rem;
    padding-right: .5313rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.index-faq-r {
    padding-left: .5313rem;
}

.index-faq-i {
    margin-bottom: .0833rem;
}

.index-faq-i-tit {
    padding: .1458rem;
    cursor: pointer;
}

.index-faq-i-tit p {
    color: #000;
    font-size: .0938rem;
    font-weight: 500;
    line-height: 1.5;
    margin-right: .1042rem;
}

.index-faq-i:hover .index-faq-i-tit,
.index-faq-i.on .index-faq-i-tit {
    background-color: #AD4929;
}

.index-faq-i:hover .index-faq-i-tit p,
.index-faq-i.on .index-faq-i-tit p {
    color: #fff;
}

.index-faq-i:hover .index-faq-i-tit span::after,
.index-faq-i.on .index-faq-i-tit span::after {
    color: #fff;
}


.index-faq-i-tit span::after {
    content: "+";
    color: #000;
    font-size: .0938rem;
    font-weight: 500;
    line-height: 1.5;
}

.index-faq-i.on .index-faq-i-tit span::after {
    content: "-";
}

.index-faq-i-con {
    border-top: 1px solid #e5e5e5;
    padding: .1458rem;
    font-size: .0833rem;
    opacity: 0.7;
    line-height: 1.6;
    color: #000;
    display: none;
}

.index-faq-i.on .index-faq-i-con {
    display: block;
}

.index-faq-form {
    margin-top: .1979rem;
    width: 100%;
}

.index-faq-se input,
.index-faq-se textarea {
    border: none;
    resize: none;
    width: 100%;
    display: block;
    font-size: .0938rem;
    color: #000;
}

.index-faq-se {
    border: 1px solid #e5e5e5;
    margin-bottom: .1563rem;
    padding: .1563rem;
    border-radius: .0521rem;
    width: 2.8542rem;
}

.index-faq-se:last-child {
    width: 100%;
}

.index-faq-se span {
    font-size: .0938rem;
    opacity: 0.7;
    color: #000;
    line-height: 1;
    transition: all ease-out .3s;
}

.index-faq-se textarea {
    height: 1.0417rem;
    line-height: 1.5;
}

.index-faq-se span.on {
    font-size: .0729rem;
    top: .0729rem;
    left: .1563rem;
}

.index-faq-btn {
    color: #fff;
    font-size: .1042rem;
    letter-spacing: 1px;
    line-height: 1;
    padding: .1563rem 0;
    cursor: pointer;
    background: #ad4929;
    width: 2.8542rem;
    border: none;
    display: block;
}

.index-faq-btn:hover {
    color: #fff;
    background-color: #000;
}

.index-contact {
    margin-bottom: .5729rem;
}

.index-contact-item {
    width: 32%;
}

.index-contact-txt {
    margin-bottom: .1563rem;
    margin-left: .1875rem;
}

.index-contact-txt p {
    font-size: .1146rem;
    font-family: 'Malnor Sans DEMO';
    font-weight: normal;
    color: #ffffff;
    line-height: 1;
}



/*底部*/
.f-pt {
    background: url(../images/footer-bo.png) no-repeat;
    background-size: cover;
    height: .2865rem;
    margin-bottom: -0.1042rem;
}

footer {
    background: #faf8f6;
}

.footer-t-con {
    padding: .4167rem 0 .3125rem;
}

.footer-t-l img {
    width: 1.3854rem;
}

.footer-t-l p {
    font-size: .0938rem;
    opacity: 0.6;
    color: #212121;
    margin-top: .3542rem;
    margin-bottom: .1302rem;
}

.footer-sc a {
    border: 1px solid transparent;
    width: .2083rem;
    height: .2083rem;
    margin-right: .1042rem;
}

.footer-sc a span {
    color: #ad4929;
    font-size: .1354rem;
    line-height: 1;
}

.footer-sc a:hover {
    border: 1px solid #ad4929;
    background-color: #ad4929;
}

.footer-sc a:hover span {
    color: #fff;
}

.footer-t-item h4 {
    font-weight: 700;
    font-size: .125rem;
    margin-bottom: .1979rem;
    color: #000;
}

.footer-t-item a {
    opacity: 0.7;
    font-size: .0833rem;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    margin-bottom: .1042rem;
    line-height: 1;
}

.footer-t-item a:hover {
    color: #000;
    text-decoration: underline;
}


.footer-contact>h4 {
    font-weight: 700;
    font-size: .125rem;
    margin-bottom: .1979rem;
    color: #000;
}

.footer-contact-i {
    margin-bottom: 10px;
}

.footer-contact-i p {
    opacity: 0.7;
    font-size: .0833rem;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    margin-bottom: .1042rem;
    line-height: 1;
}

.footer-b {
    margin-bottom: .1771rem;
}


.footer-c {
    border-top: 1px solid #e8e8e8;
    padding: .0938rem 0;
}

.footer-c p {
    font-size: .0729rem;
}

.footer-c p a:hover {
    text-decoration: underline;
}

/*about*/
.ab-box {
    padding: .5104rem 0;
}

.ab1-l {
    width: 39.81%;
}

.ab1-r {
    width: 44.56%;
}

.ab1-l h4 {
    font-size: .1823rem;
    line-height: 1.3;
}

.ab1-l p {
    font-size: .0938rem;
    font-weight: 400;
    opacity: 0.9;
    margin-top: .1875rem;
}

.ab2 {
    background: #ad4929;
}

.ab-tit {
    margin-bottom: .4063rem;
}

.ab-tit h4 {
    font-size: .2083rem;
    width: 30%;
}

.ab-tit p {
    font-size: .0938rem;
    font-weight: 400;
    opacity: 0.8;
    width: 35%;
}

.ab2-top h4,
.ab2-top p {
    color: #fff;
}

.ab2-swiper {
    overflow: unset;
    margin: 0;
}

.ab3 {
    background: #f7f0ed;
}

.ab3-l,
.ab3-r {
    flex: 1;
}

.ab3-l {
    margin-right: .0833rem;
}

.ab3 img {
    width: 100%;
    height: 100%;
}

.ab4-l {
    width: 38.68%;
}

.ab4-r {
    width: 56.81%;
}

.ab4-l h4 {
    font-size: .1667rem;
    margin-bottom: .5rem;
}

.ab4-r-p {
    margin-top: .4375rem;
    padding: 0 .0938rem;
}

.ab4-r-p p {
    opacity: 0.8;
    font-size: .0833rem;
}

.ab4-r-p ul li {
    font-size: .0833rem;
    opacity: 0.8;
    list-style-type: circle;
    margin-left: .0938rem;
    margin-top: .0781rem;
}

/*联系我们*/
.contact-top-txt {
    margin-bottom: .5885rem;
}

.contact-top-txt h4 {
    font-size: .2344rem;
    margin-top: .1719rem;
    line-height: 1.3;
    color: #fff;
    width: 34.8%;
}

.contact-top-txt p {
    font-size: .1146rem;
    color: #fff;
    line-height: 1;
}

.ca1-con {
    padding: .5rem 0;
}

.ca1-l {
    width: 35.62%;
}

.ca1-l>h4 {
    font-size: .1823rem;
    line-height: 1.3;
    margin-bottom: .2917rem;
}

.ca1-l>h4::after {
    content: '';
    display: block;
    width: .4688rem;
    height: .0156rem;
    background: #ededed;
    border-radius: .0104rem;
    margin-top: .25rem;
}

.ca1-l-txt h4 {
    color: #ad4929;
    font-size: .1823rem;
    margin-bottom: .1875rem;
}

.ca1-l-txt p {
    font-size: .1042rem;
    opacity: 0.78;
    margin-bottom: .0781rem;
    line-height: 1;
}

.ca1-l-txt div {
    margin-top: .1875rem;
}

.ca1-r {
    width: 51.87%;
    background-color: #fff;
    padding: .2917rem .1979rem;
}

.ca1-r-se {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 100%;
    padding: .1042rem;
    margin-bottom: .0781rem;
}

.ca1-r-se:nth-child(3),
.ca1-r-se:nth-child(4) {
    width: 100%;
}

.ca1-r-se span {
    opacity: 0.5;
    font-size: .0938rem;
}

.ca1-r-se input,
.ca1-r-se textarea {
    width: 100%;
    font-size: .0938rem;
}

.ca1-r-se.on {
    border: 1px solid #000;
}

.ca1-r-se span.on {
    left: .1042rem;
    top: .0313rem;
    font-size: .0625rem;
}

.ca1-r-se textarea {
    height: 1.0417rem;
}

.ca1-r-btn {
    background-color: #AD4929;
    color: #fff;
    font-size: .0938rem;
    padding: .1458rem .3854rem;
    line-height: 1;
    margin-top: .1042rem;
}

.ca1-r-btn:hover {
    background-color: #000;
}

.ca2 {
    background-color: #AD4929;
    padding: .4479rem 0;
    margin-bottom: .3125rem;
}

.ca2-con h4 {
    color: #fff;
    font-size: .1823rem;
    margin-bottom: .1563rem;
}

.ca2-con p {
    color: #fff;
    font-size: .0938rem;
    width: 60%;
}

.ca2-list {
    margin-top: .1719rem;
}

.ca2-list a {
    background-color: #fff;
    color: #AD4929;
    width: .625rem;
    height: .625rem;
    margin: 0 .0521rem;
}

.ca2-list a span {
    font-size: .2344rem;
}

.ca2-list a:hover {
    border-radius: .0521rem;
}

/*catalogues*/
.cata {
    padding: .4479rem 0;
}

.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: #ad4929;
    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: #ad4929;
    background: #fff;
    border: 1px solid #fff;
    opacity: 1;
}


/*产品页面*/
.index-pro-cate {
    margin: .3646rem 0;
}

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

.index-pro-cate-list .index-cate-item {
    width: 48%;
    margin-bottom: .2604rem;
}

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

.index-pro-cate-list .index-cate-item p {
    font-size: .0833rem;
    opacity: 0.8;
    margin-bottom: .1563rem;
}

/*产品列表*/
.pro-top-nav {
    margin-top: .1563rem;
    margin-bottom: .2083rem;
}

.pro-top-nav a,
.pro-top-nav em,
.pro-top-nav span {
    font-size: .0833rem;
}

.pro-top-nav em {
    margin: 0 .0521rem;
}

.pro-top-nav a:hover {
    color: #000;
    text-decoration: underline;
}

.pro-top-txt .pro-top-nav {
    margin-top: .2344rem;
    margin-bottom: .276rem;
    color: #fff;
}

.pro-top-txt .pro-top-nav a:hover {
    color: #fff;
    text-decoration: underline;
}

.pro-top-txt .pro-top-nav a,
.pro-top-txt .pro-top-nav em,
.pro-top-txt .pro-top-nav span {
    color: #fff;
}

.pro-top-txt>h4 {
    font-size: .2604rem;
    color: #fff;
    padding-top: .2083rem;
}

.pro-main {
    margin-top: .3125rem;
    margin-bottom: .3125rem;
}

.pro-main-side {
    width: 18%;
    margin-right: .2604rem;
}

.pro-main-side-tit h4 {
    font-size: .125rem;
    padding-bottom: .2135rem;
    border-bottom: 1px solid #d8d8d8;
}



.pro-main-side-item {
    border-bottom: 1px solid #d8d8d8;
    padding: .125rem 0;
}

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

.pro-main-side-item-tit span {
    font-size: .0938rem;
    font-weight: 700;
}

.pro-main-side-item-tit:hover span,
.pro-main-side-item-tit.on span {
    color: #ad4929;
}

.pro-main-side-item-tit:hover i,
.pro-main-side-item-tit.on i {
    color: #ad4929;
}

.pro-main-side-item-tit i {
    font-size: .0938rem;
}

.pro-main-side-item-list {
    margin-top: .125rem;
    display: none;
}

.pro-main-side-item-list a {
    font-size: .0885rem;
    color: #222;
    margin-bottom: .0781rem;
    line-height: 1;
    display: block;
}

.pro-main-side-item-list a:hover,
.pro-main-side-item-list a.active {
    text-decoration: underline;
    color: #ad4929;
}



.pro-main-side-item-list.on {
    display: block;
}

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



.pro-main-bar {
    margin-bottom: 0;
}

.pro-main-bar-tit {
    margin-right: .1563rem;
}

.pro-main-bar-tit span {
    font-size: .1563rem;
    margin-right: .0781rem;
}

.pro-main-bar-tit h4 {
    font-size:.1042rem;
}

.pro-main-bar-i {
    margin-right: .2604rem;
    cursor: pointer;
}

.pro-main-bar-i-se {
    transition: all 0.3s ease;
    border-radius: .2083rem;
    width: 1.6667rem;
    border: 1px solid #ccc;
    padding: .0521rem .1042rem;
}
.pro-main-bar-i-se:focus-within {
    box-shadow: 0 0 0 2px #AD4929;
}
.pro-main-bar-i-se input{ 
    font-size: .0938rem;
    margin-right: 0.0781rem;
    opacity: 0.7;
    line-height: 1;
}
.pro-main-bar-i-se .pro-main-bar-i-se-btn i{
    color: #AD4929;
    font-size: .1563rem;
    cursor: pointer;
}

/*pro-main-top*/
.pro-main-top{
    top:.4688rem;
    background-color: #fff;
    z-index: 1;
}
.pro-main-top.on{
    border-top: 1px solid #ccc;
    padding-top:.1563rem;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}

.pro-main-bar-i span {
    font-size: .0938rem;
    margin-right: .0781rem;;
    opacity: 0.7;
    line-height: 1;
}

.pro-main-bar-i-top>i{
    transform: rotate(90deg);
    font-size: .0938rem;
    line-height: 1;
}

/*产品列表下拉菜单*/
.pro-main-bar-i-menu{
    background: #ffffff;
    padding: .1823rem .125rem 0;
    top:.1563rem;
    z-index: 2;
    left: 0;
    display: none;
}
.pro-main-bar-i-menu.on{
    display: block;
}

.protype-menu{
    width: 1.5625rem;
}

.pro-main-bar-i-item{
    margin-bottom: .1719rem;
    cursor: pointer;
}


.pro-main-bar-i-item input{
    width: .1042rem;
    height: .1042rem;
    margin-right: .0521rem;
}


.pro-main-bar-i-item p{
    font-size: .0833rem;
    line-height: 1;
    flex: 1;
} 
.pro-main-bar-i-item img{
    width: .1563rem;
    margin-right: .0521rem;
}
.color-menu{
    width:1.4583rem;
}



.pro-main-bar-i-item:hover p{
    color: #ad4929;
}


.pro-main-options {
    margin-bottom: .1042rem;
    margin-top: .1042rem;
}

.pro-main-option-i {
    margin-right: .1042rem;
    cursor: pointer;
    border: 1px solid #000;
    padding: .0781rem .1042rem;
    margin-bottom: .1042rem;
}

.pro-main-option-i h4 {
    font-size: .0938rem;
}

.pro-main-option-i p {
    line-height: 1;
    opacity: 0.8;
    font-size: .0833rem;
    margin-right: .0521rem;
    margin-left: .0521rem;
}

.pro-main-option-i span {
    font-size: .0833rem;
    line-height: 1;
    opacity: 0.8;
}

.clear-btn {
    background-color: #000;
    display: none;
}
.clear-btn.on{
    display: block;
}

.clear-btn h4 {
    color: #fff;
}

.pro-main-option-i:hover {
    background-color: #ad4929;
    color: #fff;
    border: 1px solid #ad4929;
}

.pro-main-option-i:hover h4,
.pro-main-option-i:hover p {
    color: #fff;
}

.no-more{
    font-size: .0938rem;
    text-align: center;
    margin: 0 .0521rem;
    color: rgba(0, 0, 0, 0.6);
    width: 100%;
}



.pro-main-item {
    background-color: #fff;
    padding: .0521rem;
    width: 25%;
    margin-bottom: .1563rem;
}

.pro-item-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 100%;

}

.pro-main-item:hover {
    transform: translateX(-0.026rem);
}

.pro-main-item:hover .pro-item-txt h4 {
    color: #AD4929;
}

.pro-main-item-new {
    color: #fff;
    font-size: .0729rem;
    padding: .0313rem .0417rem;
    top: .0625rem;
    left: .0625rem;
    border-radius: .1042rem;
    line-height: 1;
    background-color: #AD4929;
}

.pro-item-txt {
    padding-top: .0781rem;
}

.pro-item-txt h4 {
    font-size: .0938rem;
    margin-bottom: .0521rem;
    line-height: 1.3;
}

.pro-item-txt p {
    font-size: .0833rem;
    opacity: 0.7;
    margin-bottom: .0521rem;
}

.pro-item-color img {
    width: .1563rem;
    height: .0938rem;
    margin-right: 0.0521rem;
}





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

.pro-main-page {
    margin: .3125rem auto;
}


/*详情样式*/
.pro-top-sc a {
    color: #000;
    padding: 0 .0521rem;
}

.pro-top-sc a span {
    font-size: .0938rem;
    color: #222;
}

.pro-top-sc a:hover span {
    color: #ad4929;
}

.pro-show-top-l {
  flex: 1;
  margin-right: .2083rem;
}
.product-img{
    align-items: flex-start;
}
.pro-show-top-r {
    width: 42%;
}

.product-show-img-thumbs {
    width: .4063rem;
    margin-right: .0729rem;
    height: 4.1667rem;
    overflow-y: auto;
}

.product-show-img-thumbs .swiper-slide {
    width: .4063rem;
    height: .4063rem;
    padding: .0208rem;
}

.product-show-img-i {
    width: .3542rem;
    height: .3542rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.product-show-img-i img{
    width: 100%;
    height: fit-content;
}

.swiper-slide-thumb-active {
    border: 1px solid #000;
}

.product-show-img-top {
    width: 4.1146rem;
    border: 1px solid #ccc;
    height: 4.1146rem;
}

.product-show-img-top-i {
    width: 4.1146rem;
    height: 4.1146rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.product-show-img-top-i img{
    width: auto;
    margin: 0 auto;
    height: auto;
    max-height: 100%;
}

.product-show-img-option{
    width: 4.1146rem;
    border: 1px solid #ccc;
    height: 4.1146rem;
    z-index: 10;
    background-color: #fff;
}

.product-show-img-option img{
    width: auto;
    margin: 0 auto;
    height: auto;
    max-height: 100%;
}


.pro-show-top-tit h4 {
    font-size: .1667rem;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    word-break: break-word;
}

.pro-show-code p {
    opacity: 0.7;
    font-size: .0938rem;
    margin-bottom: .0521rem;
}


.pro-show-price {
    margin: .0771rem 0;
    padding-left: .0521rem;
}

.pro-show-price p {
    font-size: .125rem;
    line-height: 1;
    color: #AD4929;
    font-weight: 700;
}


.pro-show-gg {
    margin: .1563rem 0;
}

.pro-show-gg h4 {
    font-size: .0938rem;
}


.pro-show-gg-list {
    margin-top: .1042rem;
    align-items: flex-start;
}

.pro-show-color-list .pro-show-gg-item {
    margin-right: .0781rem;
    margin-bottom: .1042rem;
    width: .5208rem;
    cursor: pointer;
}
.pro-show-color-list .pro-show-gg-item .pro-show-gg-item-img img{
    width: 100%;
    height: 100%;
}
.pro-show-color-list .pro-show-gg-item .pro-show-gg-item-img{
    border: 3px solid transparent;
    border-radius:.0521rem;
    overflow: hidden;
    height: .3125rem;
}
.pro-show-color-list .pro-show-gg-item.on .pro-show-gg-item-img{
    border: 3px solid #ad4929;
}

.pro-show-color-list .pro-show-gg-item span {
    width: .2865rem;
    height: .1823rem;
    opacity: 1;
    display: block;
}

.pro-show-color-list .pro-show-gg-item p {
    margin-top: .026rem;
    opacity: 0.7;
    font-size: .0729rem;
    text-align: center;
}

.pro-show-btn {
    margin-top: .3125rem;
}

.pro-show-btn a {
    border-radius: .0521rem;
    width: 100%;
    font-size: .1042rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    padding: .1146rem 0;
    background: #ad4929;
}

.pro-show-desc-con p {
    opacity: 0.7;
    font-size: .0833rem;
    margin-top: .0781rem;
}

.pro-show-desc-i {
    margin-top: .0781rem;
}

.pro-show-desc-i span {
    font-size: .0833rem;
    font-weight: bold;
    margin-right: .1042rem;
}

.pro-show-desc-i em {
    opacity: 0.7;
    font-size: .0833rem;
}



.pro-show-btn a:hover {
    color: #fff;
    background-color: #3d3d3d;
}

.pro-show-desc {
    margin-top: .2083rem;
}

.pro-show-desc-item {
    padding: .1042rem .0521rem .1042rem 0;
    border-bottom: 1px solid #ccc;
}

.pro-show-desc-tit {
    cursor: pointer;
}

.pro-show-desc-tit h4 {
    font-size: .0938rem;
}

.pro-show-desc-tit em {
    font-size: .0833rem;
}

.pro-show-desc-tit em.on {
    transform: rotate(90deg);
}

.pro-show-ico img{
    width: .4688rem;
    margin-right: .1042rem;
}

.pro-show-desc-con {
    font-size: .0833rem;
    color: #222;
    line-height: 1.6;
    display: none;
    padding: .1042rem .0521rem;
}

.pro-show-desc-con.on {
    display: block;
}

.pro-show-detail {
    margin-top: .4167rem;
}

.pro-show-detail h4 {
    font-size: .1198rem;
    margin-bottom: .2083rem;
}

.pro-show-detail-con {
    height: 4.1667rem;
}

.pro-show-detail-mask {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    padding-top: 1.0417rem;
}

.pro-show-detail-box {
    width: 4.1667rem;
    margin: 0 auto;
}

.pro-show-detail-btn {
    padding: .1042rem 0;
    background-color: #fff;
}

.pro-show-detail-btn span {
    cursor: pointer;
    padding: 0 .1771rem;
    height: .2083rem;
    border-radius: .1302rem;
    border: 1px solid #222;
    font-weight: 500;
    font-size: .0833rem;
    color: #222;
    line-height: .2083rem;
}

.pro-show-detail-btn span:hover {
    background-color: #ad4929;
    border: 1px solid #ad4929;
    color: #fff;
}

.pro-show-detail .pro-show-detail-con.on {
    height: auto;
}

.pro-show-detail-mask.on {
    position: static;
    padding-top: 0;
    background: none;
}

.pro-show-download {
    margin-top: .3125rem;
}

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

.pro-show-download-item {
    width: 32%;
    border: 1px solid #ccc;
    padding: .1198rem .1354rem;
    opacity: 0.7;
    margin-bottom: .1042rem;
}

.pro-show-download-item span {
    font-size: .0938rem;
    font-weight: 400;

}

.pro-show-download-item i {
    font-size: .1146rem;
}

.pro-show-download-item:hover {
    border: 1px solid #ad4929;
    background-color: #AD4929;
    color: #fff;
    opacity: 1;
}



.pro-show-relate {
    margin-top: .3125rem;
}

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

.pro-show-detail-tit h4 {
    font-size: .1198rem;
}

.pro-show-ship-tit,
.pro-show-detail-tit {
    padding-bottom: .125rem;
}

.pro-show-cate {
    margin-bottom: .3125rem;
}


/*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: #000;
    color: #fff;
    font-size: .1042rem;
    line-height: 1;
    padding: .1042rem 0;
    cursor: pointer;
}

/*blog*/
.news-page {
    padding: .3646rem 0;
}

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

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

.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-right p,
.news-show-con-right h3 {
    margin-bottom: .0781rem;
}

.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: #000;
    border: 1px solid #000;
}

.news-show-btn:hover {
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
}

/*faq*/
.faq-page {
    padding: .1563rem 0 .4167rem;
}

.faq-list {
    margin-bottom: .3125rem;
}

/*stock*/
.stock-bar {
    margin-bottom: -0.2083rem;
    z-index: 999;
}

.stock-tit {
    padding: .4479rem 0;
}

.stock-tit h4 {
    font-size: .2604rem;
    margin-bottom: .1563rem;
}

.stock-tit p {
    opacity: 0.7;
    font-size: .1042rem;
}

.stock-con {
    background-color: #fff;
    padding: .1146rem;
}

.stock-bar-item {
    background: #f4f4f4;
    border-radius: .0521rem;
    padding: .1302rem;
}

.stock-bar-item:nth-child(1),
.stock-bar-item:nth-child(2) {
    width: 33%;
}

.stock-bar-item input {
    color: #000;
    font-size: .0938rem;
    width: 100%;
    background: transparent;
}

.stock-bar-item select {
    color: #000;
    font-size: .0938rem;
    border: none;
    width: 100%;
    background: transparent;
}

.stock-bar-btn {
    width: 23.43%;
    background-color: #AD4929;
    color: #fff;
    padding: .1302rem 0;
    font-size: .1042rem;
}

.stock-bar-btn:hover {
    background-color: #000;
}

.stock-map {
    margin-bottom: .4479rem;
}

.stock-map {
    height: 3.125rem;
    overflow: auto;
    width: 98%;
    margin: 0 auto;
}

#map {
    height: 100%;
    width: 100%;
}

/*support*/
.sup-list {
    margin-top: .2083rem;
}

.sup-item {
    width: 48.5%;
    margin-bottom: .2083rem;
}

.sup-item-txt {
    padding: .1042rem;
    background-color: rgba(0, 0, 0, 0.1);
}

.sup-item-txt h4 {
    font-size: .1563rem;
    color: #fff;
}

.sup-item:hover .sup-item-txt h4 {
    color: #AD4929;
}

