@charset "utf-8";
/*:root{--color:#9f8466;--fontcolor:#000000;--summarycolor:#555555;--border:5px;--fontweight5:500;--fontweight4:400;--fontweight7:700;--fontfamily:"Roboto","Lato","Open Sans","Poppins","Oswald","Noto Sans","Montserrat",'sans-serif'}*/
/*::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(0,0,0,.1);border-radius:10px;background:rgba(122,122,122,.1)}*/
/*::-webkit-scrollbar-thumb{box-shadow:inset 0 0 5px rgba(0,0,0,.2);background:#d7d7d7}*/
/*::-webkit-scrollbar{width:8px;height:1px}*/
/**,html,body,h1,h2,h3,h4,h5,h6,table,th,td,ul,li,dl,dt,dd,div,p,pre,form,input,button,textarea{padding:0px;margin:0px;box-sizing:border-box}*/
/*html{-webkit-text-size-adjust:none;-webkit-tap-highlight-color:transparent}*/
/*body{clear:both;margin:0px auto;padding:140px 0px 0px 0px;max-width:1920px;font-size:16px;line-height:1.6;color:var(--fontcolor);overflow-x:hidden;font-family:var(--fontfamily);background: #f7e7ce}*/
/*h1,h2,h3,h4,h5,h6,b{text-transform:capitalize;font-weight:var(--fontweight5)}*/
/*img{vertical-align:bottom;max-width:100%;height:auto}*/
/*a{text-decoration:none;color:inherit}*/
/*li,ol,ul{list-style:none}*/

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: rgba(172, 122, 87, 1)
}

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

a {
    text-decoration: none;
    color: inherit
}

.mt60 {
    margin-top: 60px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

body {
    clear: both;
    margin: 0px;
    background: #f7e7ce;
    font-size: 14px;
    font-family: "Roboto", "Lato", "Open Sans", "Poppins", "Oswald", "Noto Sans", "Montserrat", 'sans-serif';
}


.wrap {
    width: 1920px;
    margin: 0 auto;
}

.index_carousel {
    padding-top: 60px;
    margin-bottom: 60px;
}

#layui-carousel > div > div img {
    width: 100%;
    height: auto;
}

/**header**/
header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.header {

    background: #f7e7ce;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    transition: all .1s linear;
}

.logo_wrap {
    /*width: 200px;*/
    flex: 1;
    cursor: pointer;
    transition: all 0.6s;

}

.logo_wrap:hover {
    background: rgba(220, 197, 181, 1);
}

.logo {
    padding: 16px 0;
    margin: 0 auto;
    width: 100px;
    height: 30px;
    overflow: hidden;

}

.logo img {
    height: 28px;
}

.menu {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}
.menu .active {
    background: rgba(220, 197, 181, 1);
}
.menu .menu_item {
    flex: 1;
    display: inline-block;
    /*width: 200px;*/
    text-align: center;
    line-height: 60px;
    color: rgba(172, 122, 87, 1);
    transition: all 0.6s;


}

.menu .menu_item:hover {
    /*border-left: 2px solid #fff;*/
    /*border-right: 2px solid #fff;*/
    color: rgba(172, 122, 87, 1);
    background: rgba(220, 197, 181, 1);
}

/**crumbs**/
.crumbs {
}

.banner-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.innerbanners {
    width: 100%;
    height: auto;
}

.crumbs_menu {
    display: flex;

}

.crumbs_menu > div {
    flex: 1;
    line-height: 60px;
}

.banner-title-h1 {
    color: rgba(172, 122, 87, 1);

    font-size: 28px;
}

.banner-breadcrumbs {
    text-align: right;
    color: rgba(172, 122, 87, 1);
}

.banner-breadcrumbs a {
    display: inline-block;
    line-height: 60px;
    color: rgba(172, 122, 87, 1);

}

.banner-breadcrumbs a:hover {
    color: rgba(172, 122, 87, 1)
}

/**sub_menu**/
.sub_menu {
    display: flex;
    justify-content: space-between;
    text-align: center;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);

}

.sub_menu .current {
    background: rgba(220, 197, 181, 1);

}

.sub_menu_item {
    flex: 1;
    height: 60px;
    line-height: 60px;
    color: rgba(172, 122, 87, 1);
    transition: all 0.6s;
}

.sub_menu_item:hover {
    color: rgba(172, 122, 87, 1);
    background: rgba(220, 197, 181, 1);
}

/**pagebar**/
.pagebar {
    text-align: center;
}

.pagebar a {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    color: rgba(172, 122, 87, 1);

    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    border-radius: 50%;
    transition: all 0.6s;


}

.pagebar a:hover {
    color: rgba(172, 122, 87, 1);
    border-radius: 50%;
    background: rgba(220, 197, 181, 1);
}

.now-page {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    color: rgba(172, 122, 87, 1);
    background: rgba(220, 197, 181, 1);
    border-radius: 50%;


}


/**footer**/
.footer {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid rgba(220, 197, 181, 1);
    border-bottom: 1px solid rgba(220, 197, 181, 1);
    padding-top: 20px;
    padding-bottom: 20px;

}

.footer_item {
    flex: 0 0 20%;
}

.footer_logo {

}

.footer_logo_img {
    width: 110px;
    margin: 0 auto;
}

.footer_logo_img img {
    width: 100%;
    height: auto;
}

.footer_qrcode_img {
    width: 100px;
}

.footer_qrcode_img img {
    width: 100%;
    height: auto;
}

.footer_title {
    display: inline-block;
    font-size: 28px;
    color: rgba(172, 122, 87, 1);
    padding-bottom: 20px;

}

.footer_links p {
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    color: rgba(172, 122, 87, 1);
}

.footer_links a {
    line-height: 30px;
    color: rgba(172, 122, 87, 1);
}

.footer_links a:hover {
    color: rgba(172, 122, 87, 1);
}

/**copyright**/
.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.copyright p {
    color: rgba(172, 122, 87, 1);
}
.copyright p a{
    color: rgba(172, 122, 87, 1);
}
.kefu {
    position: fixed;
    display: flex;
    right: 5px;
    top: 40%;
}

.kf_qrcode {
    display: none;
    padding: 10px;
    background: rgba(220, 197, 181, 1);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    transition: all 0.6s;
}

.kf_qrcode_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: rgba(220, 197, 181, 1);
    transition: all 0.6s;

}

.kf_qrcode_img img {
    width: 100%;
    height: auto;
}

.kf_wx {
    width: 50px;
    height: 50px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    text-align: center;
    color: rgba(172, 122, 87, 1);
    margin-top: 70px;
    font-size: 24px;
    cursor: pointer;
    background: rgba(220, 197, 181, 1);
    transition: all 0.6s;
}

.kf_wx:hover {
    background: rgba(220, 197, 181, 1);
}


.kf_wx span {
    display: inline-block;
    line-height: 50px;
}

.gotop {
    position: fixed;
    bottom: 130px;
    right: 5px;
    cursor: pointer;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: rgba(172, 122, 87, 1);
    background: rgba(220, 197, 181, 1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    transition: all .4s ease;
    text-align: center;
}

.gotop:hover {
    background: rgba(220, 197, 181, 1);

}

/**card**/
.card_head {
    text-align: center;
    margin-bottom: 60px;
}

.card_head .card_head_tt {
    display: block;
    font-size: 36px;
    color: rgba(172, 122, 87, 1);
}

.card_head .card_head_desc {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: rgba(172, 122, 87, 1);
}

.card_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4%;
}

.card_item {
    flex: 0 0 22%;
    padding-bottom: 4%;
    margin-bottom: 4%;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    transition: all 0.6s;

}

.card_item:hover {
    background: rgba(220, 197, 181, 1);
}

.card_item_wrap {
    margin-bottom: 20px;
}

.card_item_img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.card_item_img img {
    width: 100%;
    transition: all 0.6s;
}

.card_item_img img:hover {
    transform: scale(1.1);

}

.card_item_info {

}

.card_item_price {
    text-align: center;
    margin-bottom: 10px;
}

.card_item_price span {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: rgba(172, 122, 87, 1);
}

.card_item_title {
    text-align: center;
    margin-bottom: 10px;
}

.card_item_title a {
    font-size: 16px;
    line-height: 24px;
    color: rgba(172, 122, 87, 1);
}

.card_item_title a:hover {
    color: rgba(172, 122, 87, 1);
}

.card_item_readmore {
    text-align: center;
}

.card_item_readmore a {
    display: inline-block;
    padding: 10px;
    color: rgba(172, 122, 87, 1);
    border: 1px solid rgba(172, 122, 87, 1);
}

.card_item_readmore a:hover {
    color: rgba(172, 122, 87, 1);
    background: rgba(220, 197, 181, 1);
}

.index_goods {
}

/**contact**/
.contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
}

.contact_item {
    flex: 0 0 49%;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 2%;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    transition: all 0.6s;
}

.contact_item:hover {
    background: rgba(220, 197, 181, 1);
}


.contact_ic {
    color: rgba(172, 122, 87, 1);
    font-size: 56px;
}

.contact_tt {
    color: rgba(172, 122, 87, 1);
    font-size: 36px;
}

.contact_desc {
    color: rgba(172, 122, 87, 1);
    font-size: 24px;
}
.contact_desc a{
    color: rgba(172, 122, 87, 1);
}
.contact_desc a:hover{
    color: rgba(172, 122, 87, 1);
}

/**about**/
.about p {
    color: rgba(172, 122, 87, 1);
}

/**partner**/
.partner_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4%;

}

.partner_item {
    flex: 0 0 22%;
    /*padding-top: 4%;*/
    /*padding-bottom: 4%;*/
    margin-bottom: 4%;
    /*box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);*/
    transition: all 0.6s;
}

.partner_item_img {
    width: 100%;
}

.partner_item_img img {
    width: 100%;
}

/**article**/
.article p {
    margin-top: 0;
    margin-bottom: 0;
}

.article p img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.article_page {
    display: flex;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);

}

.article_page div {
    flex: 0 0 50%;

}

.prev {
    text-align: left;
    transition: all 0.6s;

}

.prev:hover {
    background: rgba(220, 197, 181, 1);

}

.prev span {

    cursor: pointer;
    color: rgba(172, 122, 87, 1);
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;

}

.prev a {
    color: rgba(172, 122, 87, 1);
    line-height: 60px;
}

.next {
    text-align: right;
    transition: all 0.6s;

}

.next:hover {
    background: rgba(220, 197, 181, 1);

}

.next span {
    cursor: pointer;
    color: rgba(172, 122, 87, 1);
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.next a {
    color: rgba(172, 122, 87, 1);
    line-height: 60px;

}


