@import url(common.css);

body {
    background-color: #f4efe9;
    color: #404042;
}

p,
a,
h4 {
    color: #404042;
}
::-webkit-scrollbar {
    width: .0208rem;
    height: .0521rem;
}

::-webkit-scrollbar-thumb {
    background: #555;
    
}

::-webkit-scrollbar-track {
    background: #ddd;
}
.con {
    width: 72.91%;
    margin: 0 auto;
}

.big-con {
    width: 83.33%;
    margin: 0 auto;
}

.small-con {
    width: 62.5%;
    margin: 0 auto;
}

.mid-con {
    width: 69.27%;
    margin: 0 auto;
}

.mid-con-2 {
    width: 67.7%;
    margin: 0 auto;
}

/*头部*/
.top-bar-item {
    width: 20%;
}

.top-bar-item>a {
    width: 100%;
    padding: .0781rem 0;

}

.top-bar-item>a {
    font-size: .0781rem;
    color: #404042;
    line-height: 1;
    font-weight: bold;
}

.top-bar-item>a>span {
    margin-right: .026rem;
}

.top-bar-item>a>i {
    font-size: .0729rem;
}

.top-bar-item:nth-child(1)>a {
    background: #e9d2ce;
}

.top-bar-item:nth-child(2)>a {
    background: #dbcdbd;
}

.top-bar-item:nth-child(3)>a {
    background: #d9dee4;
}

.top-bar-item:nth-child(4)>a {
    background: #e5ceb5;
}

.top-bar-item:nth-child(5)>a {
    background: #ebe1cb;
}

.top-bar-item>a:hover {
    background-color: #9e2709;
}

.top-bar-item>a:hover span,
.top-bar-item>a:hover i {
    color: #fff9ee;
}

.top-bar-item>a:hover i {
    transform: rotate(180deg);
}

.top-bar-item-list {
    width: 1.3021rem;
    left: 50%;
    margin-left: -.635rem;
    z-index: 1111;
    background-color: #fffbf7;
}

.top-bar-item-i {
    padding: .0729rem .1042rem;
    font-size: .0729rem;
    background-color: #fffbf7;
    color: #000;
    transition: all ease-out .3s;
    display: block;
}

.top-bar-item-i:hover {
    background-color: #f0e8da;
}

.top-bar-item-i::after {
    content: '';
    display: block;
    margin-top: .026rem;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: all ease-out .3s;
}

.top-bar-item-i:hover::after {
    width: 100%;
}

.header-nav {
    background-color: #fffcf7;
    padding: .0625rem 0;
}

.header-logo {
    width: .7292rem;
}

.header-nav nav a {
    font-size: .0781rem;
    color: #404042;
    font-weight: 500;
    margin-right: .1823rem;
}

.header-nav nav a i {
    font-size: .0781rem;
    margin-left: .026rem;
    font-weight: bold;
}

.header-nav nav a span {
    border-bottom: 1px solid transparent;
}

.header-nav nav a:hover,
.header-nav nav a.active {
    color: #9e2709;
}

.header-nav nav a:hover span,
.header-nav nav a.active span {
    border-bottom: 1px solid #9e2709;
}

.header-nav nav a:hover i,
.header-nav nav a.active i {
    transform: rotate(180deg);
}

.header-lang select {
    border: 1px solid #999;
    background-color: transparent;
    width: .4063rem;
    cursor: pointer;
    padding: .0521rem .026rem;
    font-size: .0781rem;
    background-color: #fffcf7;
}

.header-lang select option {
    background-color: #fffcf7;
    padding: .0521rem .026rem;
}

.header-nav-show {
    background-color: #fffcf7;
    z-index: 999;
    padding: .2083rem 0 .3854rem;
}

.header-nav-show-i {
    width: 48%;
}

.header-nav-show-i>h4 {
    font-size: .0938rem;
    font-weight: bold;
    padding-bottom: .0625rem;
    border-bottom: 2px solid #333;
    margin-bottom: .1042rem;
    width: 100%;
}

.header-nav-show-i>a {
    color: #54595f;
    margin-bottom: .0781rem;
    font-size: .0781rem;
    border: 1px solid transparent;
    transition: all ease-out .3s;
    padding-bottom: .026rem;
    display: inline-block;

}

.header-nav-show-i>a:hover {
    color: #000;
    border-bottom: 1px solid #000;

}

.header-nav-show-link {
    margin-top: .1563rem;
}

.header-nav-show-link a {
    font-weight: bold;
    margin-right: .2604rem;
    transition: all ease-out .3s;
    font-size: .099rem;
}

.header-nav-show-link span {
    height: 1px;
    background-color: #000;
}

.header-nav-show-link a:hover {
    color: #9e2709;
}

.header-nav-show-link a::after {
    display: block;
    margin-top: .0156rem;
    background-color: #9e2709;
    width: 0;
    height: .0208rem;
    content: '';
    transition: all ease-out .3s;
}

.header-nav-show-link a:hover::after {
    width: 100%;
}

.header-nav-show-con-r {
    width: 2.7708rem;
    margin-left: .2865rem;
}

.header-nav-show-con-r h4 {
    padding-bottom: .1563rem;
    color: #fff;
    font-size: .125rem;
    transition: all ease-out .3s;
}

.header-nav-show-con-r .a-box {
    transition: all ease-out .3s;
    background-color: rgba(0, 0, 0, 0.1);
}

.header-nav-show-con-r:hover .a-box {
    display: flex;
    align-items: flex-end;
}

/* 添加固定顶部导航的样式 */
.header-nav.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 为固定导航添加过渡效果 */
.header-nav {
    transition: all 0.3s ease;
}

/* 确保下拉菜单在固定导航模式下正常显示 */
.header-nav.fixed-top .header-nav-show {
    position: absolute;
    top: 100%;
}

/*首页*/
.index-video {
    height: 90vh;
}

.index-video-bg video {
    width: 100%;
    display: flex;
}

.index-video-con {
    width: 2.7708rem;
    backdrop-filter: blur(13px);
    background-color: #5A380480;
}

.index-video-tag {
    width: 2.0208rem;
    height: .0417rem;
    background-color: #e44820;
    margin: 0 auto .3646rem;
}

.index-video-name {
    margin-bottom: .1354rem;
}

.index-video-name span {
    color: #ffc526;
    font-size: .125rem;
    font-weight: bold;
}

.index-video-txt h4 {
    font-size: .2865rem;
    color: #fff;
    text-align: center;
}

.index-video-txt p {
    line-height: 1;
    color: #fff;
    margin-top: .1042rem;
    font-size: .0833rem;
    margin-bottom: .3385rem;
}

.index-video-btn {
    width: .3281rem;
    height: .3281rem;
    margin-bottom: -0.1615rem;
    background-color: #9e2709;
    cursor: pointer;
    transition: all ease-out .3s;
}

.index-video-btn:hover {
    transform: translateY(8px);
}

.index-video-btn span {
    color: #fff;
    font-size: .1042rem;
    font-weight: bold;
}

.index-cate {
    padding: .5rem 0;
    background-color: #f0e8da;
}

.index-cate-top-i {
    margin: 0 .1042rem;
    background-color: #f0e8da;
    font-size: .0938rem;
    border-radius: 0 .3125rem .3125rem;
    padding: .0781rem .1563rem;
}

.index-cate-top-i:hover,
.index-cate-top-i.on {
    color: #fff9ee;
    background-color: #9e2709;
}

.index-cate-con {
    margin-top: .2865rem;
}

.index-cate-con>div::after {
    content: '';
    width: 32%;
}

.index-cate-item {
    width: 32%;
    margin-bottom: .2292rem;
    transition: all ease-out .3s;
}

.index-cate-item .a-box {
    transition: all ease-out .3s;
    align-items: flex-end;
}

.index-cate-item>p {
    font-size: .1146rem;
    margin-top: .1042rem;
}

.index-cate-item:hover .a-box {
    background-color: transparent;
    background-image: radial-gradient(at center center, #A8857500 60%, #D89E9E42 60%);
}

.index-cate-item .a-box span {
    background-color: #9e2709;
    color: #fff;
    padding: .0833rem .1302rem;
    font-size: .0833rem;
    opacity: 0;
    /* 使用opacity替代display */
    visibility: hidden;
    /* 使用visibility替代display */
    transition: all ease-out .5s;
    margin-bottom: -.1042rem;
    transform: translateY(10px);
    /* 初始位置向下偏移 */
}

.index-cate-item:hover .a-box span {
    opacity: 1;
    /* 使用opacity替代display */
    visibility: visible;
    /* 使用visibility替代display */
    margin-bottom: .625rem;
    transform: translateY(-10px);
    /* 移动到目标位置 */
}

.index-about {
    padding: .5rem 0;
    background-color: transparent;
    background-image: linear-gradient(90deg, #f0e8da 60%, #F4EFE900 60%);
}

.index-about-top h4 {
    font-size: .25rem;
    margin-right: .5208rem;
}

.index-about-top span {
    background-color: #000;
    height: 1px;
    flex: 1;
}

.index-about-con {
    margin-top: .3125rem;
}

.index-about-l {
    width: 3.1771rem;
}

.index-about-l-txt p {
    font-size: .0833rem;
}

.index-about-l a {
    background-color: #9e2709;
    color: #fff;
    border-radius: 0 .1302rem;
    padding: .0781rem .1563rem;
    font-size: .0833rem;
    margin-top: .1979rem;
    transition: all ease-out .3s;
}

.index-about-l a:hover {
    transform: translateY(10px);
}

.index-about-r {
    width: 3.4583rem;
}

.index-about-fy div {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.index-about-fy div span {
    color: #fff;
    font-size: .2083rem;
    font-weight: bold;
}

.index-about-prev {
    left: .0781rem;
}

.index-about-next {
    right: .0781rem;
}

.index-kh {
    background: url(../images/clients-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding-bottom: 1.2917rem;
}

.index-kh-con {
    width: 2.7396rem;
    background-color: #9C231BF2;
    padding: .4375rem .2604rem;
}

.index-kh-con-top h4 {
    color: #fff9ee;
    font-size: .1667rem;
    margin-bottom: .1042rem;
}

.index-kh-con-top p {
    color: #FFF9EEB8;
}

.index-kh-swiper .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.5);
}

.index-kh-swiper .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.8);
}

.index-ce {
    padding: .4167rem 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #ede5d6 74%, #F4EFE900 26%);
}

.index-ce-l {
    width: 39%;
}

.index-ce-r {
    width: 58%;
}

.index-ce-l-i {
    width: .7292rem;
    height: .7292rem;
    border: 1px solid #c39571;
    color: #c39571;
    font-size: .0781rem;
}

.index-ce-l-i:hover {
    background-color: #9e2709;
    color: #fff;
    border: 1px solid #9e2709;
    transform: translateY(10px);
}

.index-ce-l-i:last-child {
    margin-top: -.1563rem;
}

.index-ce-r h4 {
    font-size: .1667rem;
    margin-bottom: .1302rem;
}

.index-ce-r p {
    font-size: .0833rem;
}

.swiper-ce-con {
    margin-top: .25rem;
    padding: 0 .3125rem;
}

.index-ce-fy div {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: .2604rem;
    height: .2604rem;
    background-color: #fffaf6;
}

.index-ce-fy div span {
    font-size: .0781rem;
    font-weight: bold;
}

.index-ce-swiper {
    position: static;
}

.index-ce-item p {
    margin-top: .1042rem;
    font-size: .0833rem;
    line-height: 1;
    padding-bottom: .2865rem;
    color: #fff;
}

.index-ce-fy div:hover span {
    color: #9e2709;
}

.swiper-ce-con::after {
    background-color: #9e2709;
    content: '';
    width: 100%;
    height: .5729rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index-design {
    padding: .4688rem 1.2083rem;
    background-color: #f4efe9;
}

.index-design-con-l {
    width: 4.1146rem;
}

.index-design-con-l h4 {
    text-align: center;
    font-size: .25rem;
}

.index-design-con-l-pic {
    margin-top: .3125rem;
    height: 1.8229rem;
}

.index-design-con-l-pic img {
    transition: all ease-out .7s;
}

.index-design-con-l-pic:hover img {
    transform: translateY(-150px);
}

.index-design-con-l-text {
    padding-top: .2917rem;
    padding-left: 1.2656rem;
    padding-right: .2969rem;
}

.index-design-con-l-text p {
    font-size: .0833rem;
    margin-top: .1302rem;
    margin-bottom: .2031rem;
}

.index-design-con-l-text a {
    background-color: #9e2709;
    border-radius: 0 25px;
    padding: 15px 30px;
    color: #fff9ee;
    transition: all ease-out .3s;
}

.index-design-con-l-text a:hover {
    transform: translateY(10px);
}

.tame-ico {
    left: .3125rem;
    top: 2.0833rem;
    width: .6979rem;
    height: .6979rem;
    transform: rotate(45deg);
}

.index-design-con-r {
    width: 1.7969rem;
    margin-left: .3646rem;
    margin-top: .8333rem;
}

.index-wa {
    padding: .5rem 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #F4EFE900 40%, #f0e8da 60%);
}

.index-wa-con {
    padding-left: 2.375rem;
    padding-right: 1.2083rem;
}

.index-wa-l {
    width: 1.7917rem;
    margin-right: .5885rem;
}

.index-wa-r-top {
    height: 1.8229rem;
}

.index-wa-r-con {
    padding-top: .3021rem;
    padding-left: 1.5104rem;
    padding-right: .2604rem;
}

.index-wa-r-con h4 {
    font-size: .25rem;
    margin-bottom: .1771rem;
    color: #000;
}

.index-wa-r-con p {
    font-size: .0833rem;
    color: #54595f;
}

.index-wa-ico {
    width: .6979rem;
    height: .6979rem;
    transform: rotate(45deg);
    left: .4583rem;
    bottom: .8542rem;
}

/* 底部 */
footer {
    background-color: #9b231b;
    color: #fff9ee;
    padding: .625rem 0 0;
}

.footer-top h4 {
    color: #fff9ee;
    font-size: .2865rem;
    line-height: 1.3;
}

.footer-top a {
    font-size: .0833rem;
    color: #9b231b;
    transition: all ease-out .3s;
    background-color: #fff9ee;
    border-radius: 0 .1302rem;
    padding: .0781rem .1563rem;
    margin-top: .1979rem;
}

.footer-top a:hover {
    transform: translateY(10px);
}

.footer-con-top {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: .5104rem;
    padding-top: .2708rem;
    padding-bottom: .2708rem;
}

.footer-logo {
    width: 1.1719rem;
    margin-bottom: .1563rem;
}

.footer-logo-txt p {
    margin-bottom: .0781rem;
}

.footer-logo-txt p span {
    color: #fff9ee;
    font-size: .0833rem;
}

.footer-logo-txt i {
    color: #fff9ee;
    font-size: .0833rem;
    margin-right: .0521rem;
    opacity: 0.7;
}

.footer-nav>h4>a {
    color: #fff9ee;
    font-size: .0938rem;
    font-weight: bold;
    margin-bottom: .1042rem;
    display: block;
}

.footer-nav-list a {
    font-size: .0833rem;
    color: #fff9ee;
    transition: all ease-out .3s;
    margin-bottom: .0521rem;
}

.footer-nav-list a::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff9ee;
    transition: all ease-out .3s;
    display: block;
    margin-top: .026rem;
}

.footer-nav-list a:hover::after {
    width: 100%;
}

.footer-con-bt {
    padding: .0625rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-con-bt-i:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 .2604rem;
    margin: 0 .1458rem;
}

.footer-con-bt-i:nth-child(1) {
    width: 45%;
}

.footer-con-bt-i span {
    margin-right: .0521rem;
    font-size: .1042rem;
}

.footer-con-bt-i p {
    font-size: .0729rem;
    color: #fff9ee;
}

.footer-con-copy {
    padding: .0938rem 0;

}

.footer-con-copy p {
    font-size: .0729rem;
    color: #EEDFD6AB;
}

.footer-con-copy a {
    font-size: .0833rem;
    color: #EEDFD6AB;
    font-weight: bold;
}

.footer-con-copy a em {
    margin-right: .0521rem;
}

.footer-con-copy a:hover {
    color: #fff9ee;
}

.sc-bar {
    width: .25rem;
    bottom: 25%;
}

.sc-bar-item {
    width: .25rem;
    height: .25rem;
    background-color: #9e2709;
    color: #fff9ee;
}

.sc-bar-item span {
    font-size: .1042rem;
}

.sc-bar-item:hover {
    background-color: #fff9ee;
    color: #9e2709;
}

/*product-cate*/
.product-cate-bg {
    height: 2.0833rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.product-cate-top-nav a,
.product-cate-top-nav em {
    font-size: .0833rem;
    color: #F0E8DAC7;
}

.product-cate-top-nav em {
    margin: 0 .0521rem;
}

.product-cate-top-txt {
    margin-top: .2188rem;
}

.product-cate-top-txt h4 {
    font-size: .2865rem;
    color: #fff9ee;
    text-transform: capitalize;
}

.product-cate-top-txt p {
    margin-top: .1042rem;
    font-size: .0833rem;
    color: #fff9ee;
}

.product-cate-mid {
    background-image: url(../images/p09-s02-bg2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: .4375rem 0 .7031rem;
}

.prodcut-cate-mid-txt {
    margin: 0 auto;
    width: 40.46%;
}

.prodcut-cate-mid-txt>p {
    font-size: .0833rem;
    margin-bottom: .1563rem;
}

.prodcut-cate-mid-txt ul li {
    font-size: .0833rem;
    margin-bottom: .1042rem;
    line-height: 1.6;
}

.prodcut-cate-mid-txt ul li::before {
    content: '';
    width: .0521rem;
    height: .0521rem;
    display: flex;
    border-radius: 50%;
    margin-right: .0521rem;
    align-items: center;
    justify-content: center;
    background-color: #ede6d6;
    border: 3px solid #9e2709;
}

.prodcut-cate-bo {
    z-index: -1;
}

.product-cate-con-l {
    width: 26%;
}

.product-cate-con-cate {
    background-color: #f4efe9;
}

.product-cate-con-cate>h4 {
    background-color: #9e2709;
    color: #fff9ee;
    font-size: .1146rem;
    padding: .1146rem .2083rem;
}

.prodcut-cate-con {
    margin: .6042rem 0;
}

.product-cate-con-r {
    width: 70.52%;
}

.product-cate-con-cate-list {
    padding: .1302rem;
}

.product-cate-con-cate-list a {
    padding: .1042rem;
    font-size: .0938rem;
    background-color: #ece5de;
}

.product-cate-con-cate-list a:hover,
.product-cate-con-cate-list a.active {
    color: #9e2709;
    background-color: #fff9ee;
}

.prodcut-cate-con-item {
    width: 31%;
    margin-bottom: .2292rem;
    transition: all ease-out .3s;
}

.prodcut-cate-con-item .prodcut-cate-con-item-img {
    margin-bottom: .1042rem;
}

.prodcut-cate-con-item>p {
    font-size: .1094rem;
}

.prodcut-cate-con-item:hover {
    transform: translateY(-10px);
}

.prodcut-cate-con-item:hover p {
    color: #9e2709;
}

.product-cate-con-list::after {
    content: '';
    display: block;
    width: 31%;
}

.product-cate-collections {
    padding: .625rem 0;
    background-color: #ede5d6;
}

.product-cate-collections-tit h4 {
    font-size: .25rem;
    color: #404042;
    margin:0 auto .1875rem;
    width: 60%;
    line-height: 1.2;
}

.product-cate-collections-item p {
    color: #404042;
    font-size: .0938rem;
    font-weight: bold;
    margin-top: .1042rem;
}

.product-cate-collections-item:hover p {
    color: #9e2709;
}

.product-cate-fy div {
    top: 50%;
    transform: translateY(-50%);
    width: .2708rem;
    height: .2708rem;
    background-color: #fff;
    border: 1px solid #000;
    z-index: 3;
}

.product-cate-fy div span {
    font-size: .1042rem;
    color: #000;
}

.product-cate-prev {
    left: -0.3125rem;
}

.product-cate-next {
    right: -0.3125rem;
}

.product-cate-fy div:hover {
    background-color: #9e2709;
    color: #fff;
    border: 1px solid #9e2709;
}

.product-cate-fy div:hover span {
    color: #fff;
}

.pro-show-back {
    border-right: 1px solid #000;
    padding-right: .1563rem;
    margin-right: .1563rem;
}

.pro-show-back a {
    color: #000;
    font-size: .0938rem;
}

.pro-show-back a:hover {
    color: #9e2709;
    text-decoration: underline;
}

.pro-show-box {
    padding: .5104rem 0;
}

.pro-show-con {
    padding: 0 .3229rem;
}

.pro-show-con-l {
    width: 3.125rem;
}

.product-show-img-thumbs {
    width: .5781rem;
    overflow: hidden;
    height: 2.4583rem;
}

.product-show-img-main {
    width: 2.4583rem;
}

.product-show-img-thumbs .swiper-slide {
     width: .5781rem !important;
    height: .5781rem !important;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: .0521rem;
}

.product-show-img-thumbs .swiper-slide-thumb-active {
    border: 1px solid #e7622a;
}

.pro-show-con-r {
    width: 2.8646rem;
}

.pro-show-tit h4 {
    font-size: .25rem;
    margin-bottom: .2rem;
    line-height: 1.3;
}

.pro-show-option>h4 {
    font-size: .0938rem;
    padding-bottom: .0781rem;
    border-bottom: 1px solid #000;
}

.pro-show-option-list {
    padding-top: .1042rem;
}

.pro-show-option-list p {
    font-size: .0833rem;
}

.pro-show-btn {
    margin-top: .3646rem;
}

.pro-show-btn a {
    background-color: #9e2709;
    color: #fff9ee;
    border-radius: 0 .1302rem;
    padding: .0781rem .1563rem;
    transition: all ease-out .3s;
    font-size: .0938rem;
}

.pro-show-btn a:hover {
    transform: translateY(-10px);
}

.pro-show-download {
    background-color: #fff9ee;
    padding: .401rem 0;
}

.pro-show-download-tit h4 {
    font-size: .1667rem;
    color: #404042;
    margin-bottom: .1927rem;
}

.pro-show-download-line {
    width: 95%;
    margin: 0 auto;
    background-image: url(../images/line-ico.png);
    height: .1042rem;
    background-repeat: repeat-x;
    opacity: 0.6;
    background-position: center;
    background-size: contain;
}

.pro-show-download-list {
    margin-top: .5208rem;
}

.pro-show-download-item {
    margin-right: .1563rem;
    margin-bottom: .1563rem;
    border: 1px solid #404042;
    padding: 0 .1563rem .0938rem;

}

.pro-show-download-item p {
    font-size: .0833rem;
    margin-top: .3125rem;
}

.pro-show-download-ico {
    width: .4271rem;
    height: .4271rem;
    background-color: #9e2709;
    color: #fff;
    top: -.2135rem;
    transition: all ease-out .3s;
}

.pro-show-download-ico span {
    color: #fff;
    font-size: .1563rem;
}

.pro-show-download-item:hover p {
    color: #9e2709;
}

.pro-show-download-item:hover .pro-show-download-ico {
    top: -0.1563rem;
}

/*blog*/
.blog-list::after {
    content: '';
    display: block;
    width: 32%;
}

.blog-item {
    width: 32%;
    margin-bottom: .1875rem;
    transition: all ease-out .3s;
}

.blog-item>h4 {
    font-size: .1042rem;
    line-height: 1.3;
    margin-top: .1302rem;
}

.blog-item-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 80%;
}

.blog-item:hover {
    transform: translateY(-10px);
}

.blog-item:hover h4 {
    color: #9e2709;
}

.blog-show-top {
    background-color: #f2eae3;
}

.blog-show-nav {
    padding: .0781rem .0521rem .0781rem 0;
}

.blog-show-nav a,
.blog-show-nav em,
.blog-show-nav span {
    font-size: .0781rem;
    text-transform: uppercase;
    opacity: 0.8;
}

.blog-show-nav span {
    opacity: 1;
}

.blog-show-nav em {
    margin: 0 .0521rem;
}

.blog-show-nav a:hover {
    color: #9e2709;
}

.blog-show-box {
    padding: .3125rem 0;
}

.blog-show-l {
    width: 75.18%;
}

.blog-show-r {
    width: 20%;
}

.blog-show-tit {
    margin-bottom: .2188rem;
}

.blog-show-tit h4 {
    color: #404042;
    font-size: .25rem;
    margin-bottom: .1042rem;
    line-height: 1.3;
}

.blog-show-tit p {
    color: #7a7a7a;
    font-size: .0833rem;
}

.blog-show-txt p {
    font-size: .0833rem;
    line-height: 1.6;
    margin-bottom: .0781rem;
}

.blog-show-r-con {
    background-color: #f4efe9;
}

.blog-show-r-con>h4 {
    background-color: #9e2709;
    color: #fff9ee;
    font-size: .1146rem;
    padding: 0.1146rem 0.2083rem;
    text-align: center;
}

.blog-show-r-list {
    padding: .1667rem .1042rem;
}

.blog-show-r-list a {
    margin-bottom: .1563rem;
    font-size: .0833rem;
    display: block;
}

.blog-show-r-list a:last-child {
    margin-bottom: 0;
}

.blog-show-r-list a:hover {
    color: #9e2709;
}

/*about*/
.ab1 {
    padding-top: .7031rem;
}

.ab1-tit h4 {
    font-size: .25rem;
}

.ab1-con {
    margin-top: .2188rem;
    margin-bottom: .5208rem;
}

.ab1-txt {
    background-color: #9e2709;
    padding: .2344rem .349rem;
    z-index: 10;
    width: 3.125rem;
}

.ab1-txt h4 {
    font-size: .1354rem;
    color: #fff9ee;
    margin-bottom: .0833rem;
}

.ab1-txt p {
    font-size: .0833rem;
    color: #fff9ee;
}

.ab1-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: .0625rem;
    height: .0625rem;
}

.ab2-con {
    border-top: 1px solid #000;
    padding-top: .5208rem;
}

.ab2-l {
    width: 50%;
}

.ab2-l-tit>h4 {
    font-size: .25rem;
    margin-bottom: .651rem;
}

.ab2-l-txt {
    width: 1.8646rem;
}

.ab2-l-txt h4 {
    color: #9e2709;
    font-size: .1146rem;
}

.ab2-l-txt p {
    color: #7a7a7a;
    font-size: .0833rem;
    margin-top: .1667rem;
}

.ab2-l-img {
    width: 1.2708rem;
}

.ab2-r {
    width: 45.86%;
}

.ab3 {
    margin: .625rem 0;
}

.ab3-top {
    background-image: url(../images/pro-bo.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 1.0052rem;
    background-size: 100%;
    background-position: bottom;
    transform: rotateX(180deg);
    bottom: -0.1563rem;
}

.ab3-bt {
    background-image: url(../images/pro-bo.png);
    background-repeat: no-repeat;
    height: 1.0052rem;
    background-size: 100%;
    background-position: bottom;
    width: 100%;
    top: -0.1563rem;
}

.ab3-con-box {
    background-color: #ede5d6;
    padding: .3125rem 0;
}

@keyframes float {
    0% {
        transform: translatey(0px)
    }

    50% {
        transform: translatey(.1042rem)
    }
}

.ab3-con-l {
    width: 1.7917rem;
    animation: float 3s ease-in-out infinite;
}

.ab3-con-r {
    width: 4.5104rem;
}

.ab3-con-r-txt {
    padding: 0 .3125rem;
}

.ab3-con-r-txt>h4 {
    font-size: .25rem;
    margin-bottom: .125rem;
}

.ab3-con-r-name p {
    color: #9e2709;
    font-size: .0833rem;
    padding: 0 .0938rem;
}

.ab3-con-r-name::before,
.ab3-con-r-name::after {
    content: '';
    display: block;
    border-top: 3px #9e2709 dotted;
    width: .5208rem;
    height: 1px;
}

.ab3-con-r-lbr span {
    width: .0885rem;
    height: .6771rem;
    border-style: solid;
    border-width: 1px 0 1px 4px;
    border-color: #9e2709;
    border-radius: .2604rem 0 0 .2604rem;
}

.ab3-con-r-rbr span {
    width: .0885rem;
    height: .6771rem;
    border-style: solid;
    border-width: 1px 0 1px 4px;
    border-color: #9e2709;
    border-radius: .2604rem 0 0 .2604rem;
    transform: rotate(180deg);
}
.ab4{
    margin-bottom: .6042rem;
}
.ab4-item{
    width: 24%;
}
.ab4-item-tit h4{
    font-size: .1146rem;
    padding-bottom: .0885rem;
    border-bottom: 1px solid #9e2709;
    color: #333;
    margin-bottom: .0885rem;
}

.ab4-item-txt h4{
    font-size: .1146rem;
    color: #9e2709;
    margin-bottom: .026rem;
    
}
.ab4-item-txt p{
    font-size: .0833rem;
    color: #404042;
}
.ab4-item-con{
    overflow: hidden;
}
.ab4-item-txt{
    transition: all ease-out .3s;
    background-color: #ede5d6;
    transform: translateY(-100%);
}
.ab4-item-con:hover .ab4-item-txt{
     transform: translateY(0);
}
.ab5{
    margin-bottom: .5833rem;
}
.ab5-top{
    width: 50%;
    margin: 0 auto;
}
.ab5-top h4{
    font-size: .25rem;
    margin-bottom: .0833rem;
}
.ab5-top p{
    font-size: .0833rem;
}
.ab5-con{
    margin-top: .2083rem;
}
.ab5-item{
    width: 31%;
    border: 1px dotted #c6b399;
    padding: .1875rem .2604rem .349rem;
}
.ab5-ico{
    width: .4167rem;
    height: .4167rem;
    margin: 0 auto .1042rem;
    background-color: #c6b399;
    border-radius: 50%;
}
.ab5-ico img{
    width: .2344rem;
    height: .2344rem;
}
.ab5-item>h4{
    font-size: .0938rem;
    margin-bottom: .1042rem;
}
.ab5-item>p{ 
    font-size: .0833rem;
    color: #7a7a7a;
}
.ab5-line{
    width: 60%;
    margin: 0 auto;
    height: .1042rem;
    background-image: url(../images/line-ico.png);
    background-repeat: repeat-x;
    opacity: 0.5;
    margin-bottom: .0833rem;
    background-position: center;
    background-size: contain;
}
.ab5-item:nth-child(1):hover{
    border: 1px solid #c6b399;
}
.ab5-item:nth-child(2){
    border: 1px dotted #68aa87;
}
.ab5-item:nth-child(2):hover{
    border: 1px solid #68aa87;
}
.ab5-item:nth-child(2) .ab5-ico{
    background-color: #68aa87;
}
.ab5-item:nth-child(3){
    border: 1px dotted #688da4;
}
.ab5-item:nth-child(3) .ab5-ico{
    background-color: #688da4;
}
.ab5-item:nth-child(3):hover{
    border: 1px solid #688da4;
}
/*contact*/
.ca-top .a-box{
    background-color: rgba(0, 0, 0, 0.1);
}
.ca1{
    padding: .6042rem 0;
}
.ca1-top h4{
    font-size: .25rem;
    margin-bottom: .1042rem;
}
.ca1-top p{
    font-size: .0833rem;
    width: 65%;
    margin: 0 auto;
}
.ca1-top{
    margin-bottom: .7083rem;
}
.ca1-con-i{
    width:22.55%;
    padding: 0 .0833rem .224rem;
}
.ca1-con-pic{
    margin: -0.401rem auto 0;
    width: .5208rem;
    height: .5208rem;
    border: 2px solid #9e2709;
}
.ca1-con-txt h4{
    font-size: .0938rem;
    margin-top: .1094rem;
}
.ca1-con-txt h4::after{
    content: '';
    display: block;
    margin: .0729rem auto;
    width: .1563rem;
    height: 2px;
    background-color: #9e2709;
}
.ca1-con-txt p{
    font-size: .0833rem;
    color: #7a7a7a;
}
.ca1-con-txt p a{
    color: #9e2709;
    text-decoration: underline;
    font-size: .0833rem;
}
.ca1-con-txt p a:hover{
    color: #333;
}
.ca1-con-i:nth-child(1){
    background-color: #dfe1ed;
}
.ca1-con-i:nth-child(2){
    background-color: #f7e9cd;
}
.ca1-con-i:nth-child(3){
    background-color: #dae6eb;
}
.ca1-con-i:nth-child(4){
    background-color: #ede5da;
}
.ca1-con-i:hover{
    background-color: #FFF9EE;
}
.ca2{
    padding: 0 0 .4688rem;
   
}
.ca2-con-l{
    width: 39.09%;
}
.ca2-con-r{
    background-color: #FFFAF6;
}
.ca2-con-r-tit{
    margin-bottom: .2865rem;
}
.ca2-con-r-tit h4{ 
    color: #9e2709;
    font-size: .25rem;
    transition: all ease-out .3s;
}
.ca2-con-r-tit h4::after{
    content: '';
    display: block;
    margin: .0521rem auto;
    width: 0;
    height: 2px;
    background-color: #9e2709;
    transition: all ease-out .3s;
}
.ca2-con-r-tit h4:hover::after{ 
    width: 70%;
}
.ca2-con-r-label{
    margin-bottom: .1146rem;
    width: 3.2188rem;
}
.ca2-con-r-label span{
    font-size: .0833rem;
    color: #9e2709;
    margin-bottom: .0521rem;
}
.ca2-con-r-label input,
.ca2-con-r-label textarea
{ 
    border: 1px solid #9e2709;
    width: 100%;
    background-color: transparent;
    padding: .0781rem;
    outline: none;
    color: #333;
}
.ca2-con-r-label textarea{
    min-height: .5208rem;
}
.ca2-con-r-btn p{
    font-size: .0833rem;
    margin-bottom: .1042rem;
}

.ca2-con-r-btn a{
    font-size: .0833rem;
    border-radius: .1042rem 0 .1302rem;
    padding: .1042rem .2344rem;
    background-color: #9e2709;
    transition: all ease-out .3s;
    color: #f0e8da;
    font-weight: bold;
}
.ca2-con-r-btn a:hover{
    transform: translateY(-0.052rem);
}
/*inn*/
.inn-top-con{
    background-image: url(../images/p09-s02-bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: .5208rem 0;
}

.inn-top-box{
    width: 3.2292rem;
    margin: 0 auto;
}
.inn-top-con-top span{
    border-style: solid;
    border-width: .0208rem .0052rem 0;
    border-color: #9e2709;
    border-radius: .2604rem .2604rem 0 0;
    width: .651rem;
    height: .0625rem;
}
.inn-top-con-mid h4{
    font-size: .25rem;
    margin: 0.0781rem auto;
}
.inn-top-con-bot span{
    border-style: solid;
    border-width: .0208rem .0052rem 0;
    border-color: #9e2709;
    border-radius: .2604rem .2604rem 0 0;
    width: .651rem;
    height: .0625rem;
    transform: rotate(180deg);
}
.inn-top-ico{
    margin-top: .1563rem;
    animation: breathe 2s infinite ease-in-out;
    cursor: pointer; /* 添加指针样式表明可点击 */
}

@keyframes breathe {
    0%, 100% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

.inn-top-ico span{
    line-height: 0.6;
    font-size: .1042rem;
    font-weight: bold;
}
.inn-top-bt{
    background-image: url(../images/pro-bo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: .9896rem;
    margin-top: -.3125rem;
}
.inn-box{
    padding-top: .5729rem;
}
.inn-con-pic{
    width: 50%;
}
.inn-con-txt{
    width: 50%;
    padding-left: .3125rem;
    padding-right: .1198rem;
}
.inn-con-txt h4{
    font-size: .1667rem;
    margin-bottom: .1042rem;
}
.inn-con-txt p{
    font-size: .0833rem;
    color: #7a7a7a;
}
.inn-con-txt ul{
    margin-top: .1719rem;
}
.inn-con-txt li{
    width: 48.5%;
    margin-bottom: .0833rem;
}
.inn-con-txt li em{
    width: .1042rem;
    height: .1042rem;
    background-color: #9e2709;
    margin-right: .0521rem;
}
.inn-con-txt li span{
    font-size: .0938rem;
}

.inn-con-txt li em i{
    color: #F4EFE9;
    font-size: .0938rem;
}
.inn-swiper-fy div{
    background-color: #fff;
    width: .2604rem;
    height: .2604rem;
    opacity: 0.8;
    transition: all ease-out .3s;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.inn-swiper-fy div span{
    font-size: .1042rem;
}
.inn-swiper-fy div:hover{
    background-color: #9e2709;
    opacity: 1;
}
.inn-swiper-fy div:hover span{
    color: #fff;
}
.inn-swiper-prev{
    left: .1042rem;
}
.inn-swiper-next{ 
    right:  .1042rem;
}
.inn2,.inn4{
    padding-bottom: .6406rem;
}
.inn2::after,.inn4::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1.1563rem;
    background-color: #EDE5D6;
    z-index: 0;
}
/*antibc*/
.an1{
    padding: 0.4896rem 0;
}
.an1-con-l{
    margin-right: .3125rem;
}
.an1-con-r{
   width: 54.88%;
}
.an2{
    margin-bottom: .5729rem;
}
.an2-con{
    background-color:#EDE5D6;
}
.an2-con-l{
    width: 27.06%;
    padding: .1563rem;
}
.an2-con-r{
    border-left: 8px dotted #F4EFE9;
    padding:  .4167rem .4167rem .6094rem  .2292rem;
}
.an2-con-r p{
    margin-top: .1354rem;
    font-size: 0.0938rem;
}
.an2-con-r p:first-child{
    margin-top: 0;
}
.an2-con-l-box{
    top: -0.3125rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.4896rem;
}
.an2-con-l-box p{
    margin-top: .0677rem;
    font-size: .0938rem;
    font-weight: bold;
}
.ce1{
    padding: .4792rem 0;
}
.ce1-con-l{
    width: 44.36%;
    padding: 0 .2292rem;
}
.ce1-con-r{ 
    width: 55.64%;
}
.ce1-con-r .iframe{
    width: 100%;
}
.ce1-con-l p{
    font-size: .0833rem;
}
.ce2{
    padding-bottom: .4792rem;
}
.ce2-con-l{
    width: 55.64%;
}
.ce2-con-r{
    width: 44.36%;
    padding: 0 .2292rem;
}
.ce2-con-r p{
    font-size: .0833rem;
}
.mu-top .a-box{
    background-color: rgba(0, 0, 0, 0.3);
}
.mu-list{
    padding: .4688rem 0;
}

.mu-item-img{
    width: 2.8125rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 30%;
    margin-bottom: .3125rem;
}
.mu-item-ico{
    width: .2083rem;
    height:.2083rem;
    background-color: #9b231b;
}
.mu-item-ico span{
    color: #fff;
    font-size: .0833rem;
}
.mu-item-tag{
    display: block;
    margin-top: .0313rem;
    margin-bottom: .0313rem;
    width:  .0208rem;
    height: .4896rem;
    background-color: #ccbbaa;
}


.mu-item-txt{
    width: 2.8125rem;
    padding-top: .2083rem;
    padding-right: .1042rem;
}
.mu-item-txt h4{
    font-size: .5208rem;
    color: #e3daca;
    margin-bottom: .2292rem;
}
.mu-item-txt span{
    font-size: .1146rem;
    margin-bottom: .1198rem;
    color: #404042;
}
.mu-item-txt p{
    font-size: .0833rem;
    color: #7a7a7a;
}


.mu-bt{
    margin-bottom: .5729rem;
}
.mu-bt-tit h4{
    font-size: .3125rem;
    color: #f2eae3;
    background-color: #a77864;
    padding: .1042rem .1823rem;
    margin-bottom: -.3125rem;
    z-index: 1;
}
.mu-bt-con{ 
    background-color: #fff9f5;
    padding: .3125rem 0;
    border-top: .1042rem solid #d2c5bc;
    border-bottom: .1042rem solid #d2c5bc;
}
.mu-bt-txt{
    margin: 0 auto;
    width: 60%;
}
.mu-bt-txt span{
    color: #9b231b;
    font-size: .5208rem;
    font-family: "宋体";
}
.mu-bt-txt p{
    margin: 0 .1458rem;
    font-size: .0938rem;
}
.mu-bt-txt p::after{
    content: '...';
    display: block;
    font-size: .1042rem;
    margin: .1042rem auto 0;
}
.mu-bt-br{
    margin:0 auto;
}
.mu-bt-br span{
    border-style: solid;
    border-width: 0 .0052rem .0208rem;
    border-color: #9b231b;
    border-radius: 0 0 .2604rem .2604rem;
    width: .651rem;
    height: .1042rem;
}
/*ma*/
.ma-top .a-box{
    background-color: rgba(0, 0, 0, 0.3);
}
.ma-list{
    padding: .5833rem 0;   
}
.ma-item{
    margin-bottom: .4948rem;
    align-items: center;
}
.ma-item-l{
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ma-item-ico{
    width: .2083rem;
    height: .2083rem;
    background-color: #9e2709;
}
.ma-item-ico span{ 
    color: #fff9ee;
    font-size: .0833rem;
    font-weight: bold;
}
.ma-item-tit h4{
    font-size: .1667rem;
    text-align: center;
    margin: .5729rem 0 .1146rem;
}

.ma-item-r{
    width: 45%;
}

.ma-swiper-fy div{
    background-color: #fff;
    width: .2604rem;
    height: .2604rem;
    transition: all ease-out .3s;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.ma-swiper-fy div span{ 
    font-size: .1042rem;
    font-weight: bold;
}
.ma-swiper-prev{
    left: .1042rem;
}
.ma-swiper-next{ 
    right:  .1042rem;
}
.ma-swiper-fy div:hover{ 
    background-color: #9e2709;
}
.ma-swiper-fy div:hover span{ 
    color: #fff;
}

.ma-item-txt{
    margin-top: .1823rem;
}
.ma-item-txt p{
    font-size: .0938rem;
    opacity: 0.8;
    margin-bottom: .0521rem;
}

/*factory*/
.fa-top .a-box{ 
    background-color: rgba(0, 0, 0, 0.3);
}
.fa1{
    padding: .625rem 0;
}
.fa-tit h4{
    font-size: .1667rem;
    margin-bottom: .0885rem;
}
.fa-tit p{
    font-size: .0833rem;
    color: #54595f;
    
}
.fa1-l{
    width: 67.07%;
}
.fa1-l-swiper{
    margin-top: .3125rem;
}
.fa1-swiper-fy div{
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.fa1-swiper-fy div span{
    font-size: .1563rem;
    font-weight: bold;
    color: #fff;
}
.fa1-swiper-prev{
    left: .0521rem;
}
.fa1-swiper-next{ 
    right: .0521rem;
}
.fa1-r{ 
    width: 29.62%;
}
.fa1-r-ico{
    left: 50%;
    margin-left: -0.3125rem;
    width: .625rem;
    height: .625rem;
    top: -0.5208rem;
    z-index: 10;
    transform: rotate(45deg);
}
.fa2-br span{
    border-style: solid;
    border-width: 0 0 .0104rem .0052rem;
    border-color: #9e2709;
    border-radius: .026rem 0 0 1.0417rem;
    width: .6406rem;
    height:  .1563rem;
}
.fa2-br span:first-child{
    transform: rotateY(180deg);
    margin-top: .0521rem;
}
.fa2-con{
    margin-top: .25rem;
}
.fa2-item{
    flex: 1;
    height: 2.5rem;
    overflow: hidden;
    transition: all ease-out .4s;
}

.fa2-item:nth-child(1) .fa2-item-pic{
    background-image: url("../images/fa2-1.jpg");
}
.fa2-item:nth-child(2) .fa2-item-pic{ 
    background-image: url("../images/fa2-2.jpg");
}

.fa2-item:nth-child(3) .fa2-item-pic{ 
    background-image: url("../images/fa2-3.jpg");
}
.fa2-item .fa2-item-pic{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
    height: 100%;
}
.fa2-item .a-box{
    transition: all ease-out .4s;
    background-color: rgba(73,56,43,0.58);
    transform: translateY(100%);
}
.fa2-item .a-box h4{
    color: #fff;
    font-size: .1458rem;
    margin-bottom: .0521rem;
}
.fa2-item .a-box p{ 
    color: #fff;
    font-size: .0833rem;
}
.fa2-item:hover{
    flex: 3;
}
.fa2-item:hover .a-box{ 
    transform: translateY(0);
}
.fa3{
    padding: .625rem 0;
}
.fa3-con{
    margin-top: .224rem;
}
.fa3-item{
    height: 2.3438rem;
    width: 32%;
    transition: all ease-out .4s;
}
.fa3-item-box{
    height: 100%;
}

.fa3-item .fa3-item-pic{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    transition: all ease-out .4s;
}

.fa3-item:nth-child(1) .fa3-item-pic{
    background-image: url("../images/fa3-1.jpg");
}
.fa3-item:nth-child(2) .fa3-item-pic{ 
    background-image: url("../images/fa3-2.jpg");
}
.fa3-item:nth-child(3) .fa3-item-pic{ 
    background-image: url("../images/fa3-3.jpg");
}
.fa3-item:hover .fa3-item-pic{
    transform: scale(1.1,1.1);
}
.fa3-item .a-box{ 
    background-color: rgba(73,56,43,0.58);
    transition: all ease-out .4s;
    opacity: 0;
}
.fa3-item .a-box h4{
    color: #fff;
    transform: translateY(100%);
    font-size: .1042rem;
    transition: all ease-out .4s;
}
.fa3-item:hover .a-box{
    opacity: 1;
}
.fa3-item:hover .a-box h4{ 
    transform: translateY(-.1979rem);
}
.fa3-item::after{
    content: '';
    display: block;
    width: 0;
    background-color: #9e2709;
    height: .0208rem;
    margin-top: .1042rem;
    transition: all ease-out .4s;
}
.fa3-item:hover::after{
    width: 100%;
}
.fa4::before{
    content: '';
    display: block;
    width: 100%;
    height: 1.1875rem;
    background-color: #9e2709;
    position: absolute;
    left: 0;
    top: .8333rem;
    z-index: 0;
}
.fa-bo{
    transform: rotate(180deg);
}
.fa4-top h4,.fa4-top p{
    color: #fff;
}
.fa4-con{
    margin-top: .2604rem;
}
.fa4-pagination{
    display: flex;
    justify-content: center;
    margin-top:.1667rem;
    align-items: center;
    position: static;
}
.fa4-pagination .swiper-pagination-bullet{
     background-color: #404042;
     transition: all ease-out .4s;
}
.fa4-pagination .swiper-pagination-bullet-active{ 
    background-color: #9e2709;
    transform: scale(1.2,1.2);
}
.fa5{
    padding: .625rem 0;
}
.fa5-con{
    margin-top: .1563rem;
}
.fa5::after{
    content: '';
    display: block;
    width: 100%;
    height: 1.3542rem;
    background-color: #EDE5D6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.fa5-con{
    height: 2.7083rem;
    z-index: 1;
}
.fa5-con .fa5-l{
    width: 4.099rem;
    height: 100%;
}
.fa5-con .fa5-r{ 
    width: 2.7083rem;
    height: 100%;
}
.fa5-con .fa5-l .fa5-l-pic{
    background-image: url(../images/fa5-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    transition: all ease-in 1s;
    transform: scale(1.2) translateX(8%);
}
.fa5-con .fa5-l:hover .fa5-l-pic{ 
    background-position: right;
    transform: scale(1.2) translateX(-8%);
}
.fa5-r-i{
    height: 1.2813rem;
    margin-bottom: .1458rem;
}
.fa5-r-i .fa5-r-i-pic{ 
    background-image: url(../images/fa5-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    transition: all ease-in .4s;
}
.fa5-r-i:last-child .fa5-r-i-pic{
    background-image: url(../images/fa5-3.jpg);
}
.fa5-r-i:hover .fa5-r-i-pic{ 
     transform: scale(1.1, 1.1);
}
.translateSelectLanguage{
    display: none;
}

/*分页查询样式*/
.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: #9b231b;
}

.pagination li.disabled a,
.pagination li.disabled span {
    background-color: #777;
    cursor: no-drop;
}
.product-cate-top .a-box{
    background-color: rgba(0,0,0,0.1);
}
.product-cate-con-cate-list .third-cate-item{
    padding: .1042rem .1042rem .1042rem .2083rem;
    font-size: .0833rem;
}