@charset "utf-8";
@import url(../css/common.css);

.con {
    width: 72.91%;
    min-width: 900px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: .0208rem;
    height: .0521rem;
}

::-webkit-scrollbar-thumb {
    background: #555;
    
}

::-webkit-scrollbar-track {
    background: #ddd;
}

/*头部样式*/
header {
    z-index: 999;
}

.header-logo {
    width: .5469rem;
    height: .2292rem;
    background-image: url(../images/logo.png);
}

nav {
    margin-left: 1rem;
    margin-right: .8854rem;
}

nav>ul>li>a {
    color: #fff;
    font-size: .0938rem;
    font-weight: 500;
    line-height: 1;
    padding: .1875rem 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

nav>ul>li>a:hover {
    color: rgba(24, 35, 50, 0.7);
}

nav>ul>li>a::after {
    content: '';
    display: block;
    width: 0;
    left: 0;
    bottom: 0;
    height: .0156rem;
    opacity: 0;
    border-radius: .0521rem;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
}

nav>ul>li>a:hover {
    color: #fff;
}

nav>ul>li>a:hover::after,
nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #fff;
    width: 100%;
}

.header-active {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.header-active .header-logo {
    background-image: url(../images/logo01.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: #A7212A;
}

.header-active nav>ul>li>a:hover::after,
.header-active nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #A7212A;
    width: 100%;
}

.header-active .header-search a span:hover {
    color: #A7212A;
}

.header-cart {
    margin-right: .1719rem;
}

.header-cart span {
    font-size: .1406rem;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    font-weight: bold;
}

.header-active .header-cart span {
    color: #000;
}

.header-active .header-cart:hover span {
    color: #A7212A;
}

.header-search {
    margin-right: .2083rem;
}

.header-search a span {
    font-size: .1458rem;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}

.header-phone {
    padding: .0521rem .0938rem;
    border: 2px solid #fff;
}

.header-phone span {
    font-size: .1042rem;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    margin-right: .0521rem;
}

.header-phone a {
    color: #fff;
    font-size: .0866rem;
    line-height: 1;
}

.header-active .header-phone {
    border: 2px solid #000;
}

.header-active .header-phone a {
    color: #000;
}

.header-active .header-phone span {
    color: #000;
}

.header-active .header-phone:hover {
    border: 2px solid #A7212A;
}

.header-active .header-phone:hover a {
    color: #A7212A;
}

.header-active .header-phone:hover span {
    color: #A7212A;
}

/*购物车*/
.headcart {
    position: absolute;
    right: -0.1458rem;
    top: .3444rem;
    width: 2.2135rem;
    padding: .1302rem;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    border-radius: .1042rem;
    display: none;
    z-index: 99;
}

.headcart::after {
    content: "";
    position: absolute;
    right: .151rem;
    top: -0.125rem;
    display: block;
    border-bottom: .0625rem solid #fff;
    border-top: .0625rem solid transparent;
    border-left: .0625rem solid transparent;
    border-right: .0625rem solid transparent;
}

.headcart h3 {
    color: #000;
    font-size: .0938rem;
    font-family: 'Centrale Sans-Bold';
    margin-bottom: .1042rem;
}

.headcart-order {
    display: block;
    width: 95%;
    line-height: .2604rem;
    margin: 5% auto 0;
    font-size: .0938rem;
    color: #fff;
    text-align: center;
    border-radius: .0417rem;
    background-color: #000;
    cursor: pointer;
}

.headcart ul {
    max-height: 1.3385rem;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.headcart .node {
    padding: .4688rem 0;
}

.headcart ul li {
    position: relative;
    padding: .0417rem 0;
    border-bottom: 1px solid #eee;
}

.headcart ul li:last-child {
    border-bottom: 0;
}

.head-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-pro-img {
    width: 30%;
    margin-right: .0521rem;
}

.head-pro-text {
    flex: 1;
    margin-right: 15%;
    margin-left: 2%;
}

.head-pro-text h4 {
    font-size: .0781rem;
    line-height: 1.5;
    color: #000;
}

.head-pro-text p {
    font-size: 14px;
}

.headcart ul li strong {
    position: absolute;
    right: .0521rem;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: .2083rem;
    height: .2083rem;
    background: url(../images/keep/del.png) center no-repeat;
    cursor: pointer;
}

.node {
    width: 100%;
    padding: .7813rem 0;
    text-align: center;
}

.node h4 {
    font-size: .1563rem;
    font-weight: normal;
    color: #000;
}

/*搜索框样式*/
.search-sub-box {
    background: transparent;
    top: .55rem;
}

.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: #A7212A;
    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: rgba(0, 0, 0, 0.8);
    top: .4948rem;
    padding: .3125rem 0;
    z-index: 990;
    overflow: hidden;
    display: none;
}

.header-pro-nav-mask {
    z-index: 989;
    top: .4948rem;
    background-color: rgba(0, 0, 0, 0.6);
}

.header-pro-nav-con {
    align-items: flex-start;
}

.header-pro-nav-con a {
    margin-bottom: .1563rem;
    width: 25%;
}

.header-pro-nav-pic {
    width: .2604rem;
    height: .2604rem;
    border: 5px solid transparent;
    margin-right: .1042rem;
}

.header-pro-nav-con a p {
    opacity: 0.8;
    color: #fff;
    font-size: .0938rem;
    line-height: 1;
}

.header-pro-nav-con a:hover p {
    color: #5e7387;
    opacity: 1;
}

.header-pro-nav-con a:hover .header-pro-nav-pic {
    border: 5px solid #5e7387;
}

/*首页样式*/
.banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: .1042rem;
    left: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 0;
    width: .0625rem;
    height: .0625rem;
    display: block;
    opacity: 1;
    margin: 0 .040rem;
    border-radius: 50%;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #A7212A;
    opacity: 1;
    width: .09rem;
    height: .09rem;
}

.ba-txt {
    width: 40%;
}

.ba-txt p {
    color: #fff;
    font-size: .0938rem;
    margin-bottom: .3906rem;
    line-height: 1.3;
}

.ba-txt h4 {
    color: #fff;
    font-size: .3021rem;
    line-height: 1.3;
    margin-bottom: .1406rem;
}

.ba-txt a {
    color: #313131;
    background: #fff;
    font-size: .0938rem;
    padding: .1042rem .1406rem;
    transition: all ease-in-out 0.3s;
    width: 30%;
}


.ba-txt a em,
.ba-txt a span {
    font-size: .0938rem;
}

.ba-txt a:hover {
    background-color: #A7212A;
    color: #fff;
}

.index-box {
    padding: .724rem 0;
}

.index-tit {
    font-size: .2865rem;
    color: #000;
}

.index-cate {
    background-color: #fff;
    margin-bottom: .724rem;
}

.index-cate-swiper {
    margin-top: .3958rem;
}

.index-cate-fy>div {
    margin-left: .0677rem;
    width: .224rem;
    height: .224rem;
    background-color: #F2F2F2;
}

.index-cate-fy>div:hover {
    background-color: #A7212A;
    color: #fff;
}

.index-cate-item {
    display: block;
    max-height: 2.6042rem;
    transition: all ease-in-out 0.4s;
}

.index-cate-item-box {
    transition: all ease-in-out 0.4s;
    min-height: 2.6042rem;
}

.index-cate-txt h4 {
    font-size: .125rem;
    margin-top: .2083rem;
}

.index-cate-item-hover {
    background-color: #A7212A;
    min-height: 2.6042rem;
    padding: .2083rem .2396rem;
    transition: all ease-in-out 0.4s;
    opacity: 0;
}

.index-cate-item-bg {
    background-image: url(../images/logo-ico.png);
    background-repeat: no-repeat;
    background-size: 1.4167rem auto;
    background-position: right bottom;
    width: 1.5208rem;
    height: 1.6667rem;
    z-index: 0;
    opacity: 0.1;
}

.index-cate-item-hover-txt {
    margin-top: .5208rem;
}

.index-cate-item-hover-txt h4 {
    color: #fff;
    font-size: .1458rem;
    flex: 1;
    margin-right: .1042rem;
    line-height: 1.3;
}

.index-cate-item-hover-txt span {
    color: #A7212A;
    background-color: #fff;
    font-size: .0833rem;
    line-height: 1;
    padding: .0938rem 0;
    width: 32%;
    transition: all ease-in-out 0.3s;
}

.index-cate-item:hover .index-cate-item-hover {
    opacity: 1;
    transform: translateY(-100%);
}

.index-cate-item:hover .index-cate-item-box {
    transform: translateY(-100%);
}

.index-cate-item-hover-txt span:hover {
    border-radius: .0521rem;
}

.index-video-con {
    width: 36%;
}

.index-video-con h4 {
    color: #fff;
    font-size: .2865rem;
    margin-bottom: .1302rem;
}

.index-video-con p {
    font-size: .1042rem;
    color: #fff;
    opacity: 0.8;
}

.index-video-btn {
    width: .375rem;
    height: .375rem;
    margin-top: .2604rem;
    border: 2px solid #fff;
    transition: all ease-in-out 0.3s;
}

.index-video-btn span {
    font-size: .2083rem;
    color: #fff;
}

.index-video-btn:hover {
    background-color: #A7212A;
    border-color: transparent;
}

.index-pro-top p {
    width: 34.42%;
    font-size: .0938rem;
    opacity: 0.8;
}

.index-pro-swiper-box {
    margin-top: .3646rem;
}

.index-pro-swiper {
    padding: 0 .0521rem;
}

.index-pro-item {
    background: rgba(210, 210, 210, 0.1);
}

.index-pro-pic {
    border: 1px solid rgba(210, 210, 210, 0.1);
}

.index-pro-txt {
    padding: .1875rem 0;
}

.index-pro-txt h4 {
    font-size: .1146rem;
    font-weight: 500;
    margin-bottom: .0677rem;
}

.index-pro-txt p {
    opacity: 0.78;
    font-size: .0938rem;
}

.index-pro-item:hover {
    background-color: #A7212A;
}

.index-pro-item:hover .index-pro-pic {
    border-color: transparent;
}

.index-pro-item:hover .index-pro-txt h4 {
    color: #fff;
}

.index-pro-item:hover .index-pro-txt p {
    color: #fff;
}

.index-pro-fy div {
    width: .224rem;
    height: .224rem;
    background: rgba(210, 210, 210, 0.1);
    top: 50%;
    margin-top: -.1125rem;
}

.index-pro-fy div:hover {
    background-color: #A7212A;
    color: #fff;
}

.index-pro-prev {
    left: -.4rem;
}

.index-pro-next {
    right: -.4rem;
}

.index-pro-area-top {
    margin-top: .7292rem;
}

.index-pro-area-top p {
    font-size: .0938rem;
    opacity: 0.78;
    width: 25.57%;
}

.index-pro-area-top h4 {
    font-size: .1823rem;
    color: #000;
    font-weight: 600;
    text-align: right;
    line-height: 1.3;
}

.index-pro-area-bottom {
    margin-top: .3646rem;
}

.index-pro-area-fy div {
    width: .224rem;
    height: .224rem;
    background: rgba(210, 210, 210, 1);
    top: 50%;
    margin-top: -.1125rem;
    z-index: 8;
}

.index-pro-area-prev {
    left: -.1rem;
}

.index-pro-area-next {
    right: -.1rem;
}

.index-pro-area-fy div:hover {
    background-color: #A7212A;
    color: #fff;
}

.index-pro2 {
    background-color: #F5F5F5;
}

.index-about-top-r {
    width: 44.78%;
}

.index-about-top-l {
    width: 46.71%;
}

.index-about-top-l-txt h4 {
    font-size: .2865rem;
    margin-bottom: .1875rem;
}

.index-about-top-l-txt p {
    font-size: .0938rem;
    opacity: 0.8;
    margin-bottom: .1042rem;
}

.index-about-top-l-txt a {
    margin-top: .1563rem;
    background-color: #A7212A;
    color: #fff;
    width: 30%;
    font-size: .0938rem;
    padding: .0938rem .1042rem;
}

.index-about-top-l-txt a:hover {
    transform: translateY(-10px);
}

.index-about-top-l-zi {
    margin-top: .3646rem;
}

.index-about-top-l-zi h4 {
    font-size: 1.4rem;
    line-height: 1;
    opacity: 0.03;
}

.index-about-top-l-txt a em,
.index-about-top-l-txt a span {
    font-size: .1042rem;
}

.index-about-top-l-zi p {
    font-size: .2865rem;
    font-weight: bold;
    line-height: 1.4;
}

.index-about-num {
    margin-top: .0573rem;
}

.index-about-num-item {
    width: 32.5%;
    padding: 0 .2448rem;
}

.index-about-num-item p {
    font-size: .1146rem;
    line-height: 1;
    margin-bottom: .0781rem;
}

.index-about-num-item h4 {
    font-size: .2865rem;
    margin-bottom: .0781rem;
}

.index-about-num-item em {
    font-size: .1042rem;
    opacity: 0.7;
}

.index-about-num-item:nth-child(1) {
    background: #F1F2F7;
    padding-top: .2917rem;
    padding-bottom: .2917rem;
}

.index-about-num-item:nth-child(2) {
    background: #EBEBF7;
    padding-top: .3281rem;
    padding-bottom: .5521rem;
}

.index-about-num-item:nth-child(3) {
    background: #F5EAE8;
    padding-top: .3906rem;
    padding-bottom: .7813rem;
}

.index-ce-top-l {
    width: 42.07%;
}

.index-ce-top-r {
    width: 50%;
}

.index-ce-top-l h4 {
    font-size: .2604rem;
    margin-bottom: .1927rem;
    line-height: 1.3;
}

.index-ce-top-l p {
    font-size: .1042rem;
    opacity: 0.7;
    margin-bottom: .1042rem;
}

.index-ce-fy {
    margin-top: .3542rem;
}

.index-ce-fy div {
    width: .2604rem;
    height: .2604rem;
    background: rgba(210, 210, 210, 1);
    margin-right: .1042rem;
}

.index-ce-fy div:hover {
    background-color: #A7212A;
    color: #fff;
}

.index-ce-swiper {
    margin: 0;
    overflow: unset;
    width: 50%;
}

.index-ce-swiper .swiper-wrapper {
    align-items: center;
}

.index-ce-swiper .swiper-slide {
    transform: scale(0.85, 0.85);
    transition: all ease-in-out 0.3s;
    padding: .1042rem;
    border-radius: .1042rem;
    background:#fff;

}


.index-ce-swiper .swiper-slide-active {
    transform: scale(1, 1);
    transition: all ease-in-out 0.3s;
}

.index-ce-bottom {
    margin-top: .625rem;
}

.index-ce-bottom-item {
    width: 15%;
    padding: .1042rem;
    background-color: #fff;
}

.index-ce-bottom-item img {
    width: 100%;
}

.index-cus {
    border-radius: .2604rem .2604rem 0 0;
    margin-top: -0.2604rem;
    background-color: #fff;
}

.index-cus-l {
    width: 32.64%;
}

.index-cus-l h4 {
    font-size: .2865rem;
    line-height: 1.3;
    margin-bottom: .2552rem;
}

.index-cus-l img {
    width: .7917rem;
}

.index-cus-l p {
    font-size: .0938rem;
    opacity: 0.7;
    margin-bottom: .5052rem;
}

.index-cus-l a {
    font-size: .0938rem;
    color: #fff;
    background-color: #A7212A;
    padding: .1042rem 0;
    width: 50%;
    display: block;
}

.index-cus-l a:hover {
    transform: translateY(-10px);
}

.index-cus-r {
    width: 50.78%;
    background: #E7F0FF;
    padding: .1042rem .2083rem;
    height: 2.9479rem;
}

.index-cus-list {
    overflow: auto;
    flex: 1;
    padding: 0 .1042rem;
}

.index-cus-item {
    background-color: #fff;
    margin-bottom: .1042rem;
    padding: .3385rem .2292rem;
    flex-shrink: 0;
}

.index-cus-item h4 {
    text-align: center;
    font-size: .1042rem;
    margin-top: .2604rem;
}

.index-cus-item p {
    font-size: .0938rem;
    text-align: center;
    opacity: 0.8;
}

.index-cus-l span {
    display: block;
    font-size: 1.0417rem;
    top: 0;
    left: -1.1458rem;
    color: #3C3C3C;
    opacity: 0.1;
    font-weight: bold;
    line-height: 1;
    font-family: "黑体";
}

.index-contact {
    background: rgba(60, 60, 60, 0.05);
    border-radius: .2604rem .2604rem 0 0;
}

.index-contact-l {
    width: 28%;
}

.index-contact-l h4 {
    font-size: .2344rem;
    margin-bottom: .4479rem;
    line-height: 1.3;
}

.index-contact-l p {
    margin-bottom: .1563rem;
}

.index-contact-l p span {
    color: #A7212A;
    margin-right: .1042rem;
    font-size: .1146rem;
}

.index-contact-l p em {
    font-size: .1042rem;
    opacity: 0.7;
}

.index-contact-r {
    width: 54.5%;
    background-color: #fff;
    padding: .3125rem .4167rem;
}

.index-contact-input {
    width: 48.5%;
    margin-bottom: .1563rem;
}

.index-contact-input input {
    width: 100%;
    font-size: .1042rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: .1042rem;
    padding-top: .1042rem;
}

.index-contact-btn {
    background-color: #A7212A;
    color: #fff;
    width: 30%;
    font-size: .1042rem;
    padding: .1042rem .1042rem;
    margin-top: .3125rem;
    display: block;
}

.index-contact-btn:hover {
    color: #fff;
    transform: translateY(-10px);
}

/*底部样式*/
footer {
    background: #9F2F37;
    border-radius: .2083rem .2083rem 0px 0px;
    margin-top: -.2083rem;
}

.footer-t {
    padding-top: .5521rem;
}

.footer-t-i-ico {
    width: .4792rem;
    height: .4792rem;
    background-color: rgba(255, 255, 255, 0.6);
    margin-right: .1563rem;
}

.footer-t-i-ico span {
    color: #fff;
    font-size: .2344rem;
}

.footer-t-i-txt h4 {
    font-size: .0938rem;
    margin-bottom: .0781rem;
    color: #fff;

}

.footer-t-i-txt p {
    font-size: .0938rem;
    opacity: 0.78;
    color: #fff;
    line-height: 1;
}

.footer-b {
    margin-top: .7292rem;
}

.footer-b>img {
    width: 15%;
    margin-right: 2.6042rem;
}

.footer-b-item h4 {
    color: #fff;
    font-size: .125rem;
    margin-bottom: .1875rem;
    letter-spacing: 1px;
}

.footer-b-item a {
    color: #fff;
    font-size: .0938rem;
    opacity: 0.78;
    margin-bottom: .0938rem;
}

.footer-b-item a:hover {
    opacity: 1;
}

.footer-c-con {
    margin-top: .7292rem;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: .1563rem 0;
}

.footer-sc a {
    width: .1979rem;
    height: .1979rem;
    background-color: #fff;
    margin-right: .1042rem;
    opacity: 0.8;
}

.footer-sc a span {
    color: #A7212A;
    font-size: .1042rem;
}

.footer-sc a:hover {
    opacity: 1;
    transform: translateY(-0.026rem);
}

.footer-c-con>p {
    font-size: .0833rem;
    color: #fff;
}

.footer-zi {
    opacity: 0.1;
    width: 1.9375rem;
    z-index: 0;
}

/*视频弹窗*/
.video-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 990;
}

.video-con {
    top: 15%;
    left: 50%;
    width: 4.2rem;
    margin-left: -2.1rem;
    z-index: 9999;
}

.video-box {
    border: 4px solid #fff;
    height: 2.2rem;
    width: 4.2rem;
    background-color: rgba(0, 0, 0, 0.9);
}

.video-box video {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.video-close {
    width: .2604rem;
    height: .2604rem;
    margin: .1563rem auto;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.video-close span {
    text-align: center;
    display: block;
    font-weight: normal;
    line-height: 1;
    font-size: .1563rem;
    color: #fff;
}

/*about*/
.ab-top-nav {
    margin-top: 2.0677rem;
}

.ab-top-nav a,
.ab-top-nav span {
    color: #fff;
    font-size: .0938rem;
}

.ab-top-nav span {
    margin: 0 .0521rem;
}

.ab-top-tit {
    font-size: .4167rem;
    font-weight: bold;
    margin-top: .1354rem;
    line-height: 1;
    color: #fff;
}

.ab-box {
    padding: .5833rem 0;
}

.ab1-con {
    margin-bottom: .224rem;
}

.ab1-con-l {
    width: 41.07%;
}

.ab1-con-l p {
    font-size: .1042rem;
    margin-bottom: .1302rem;
}

.ab1-con-l h4 {
    font-size: .2865rem;
    line-height: 1.1;
}

.ab1-video {
    margin-top: .3906rem;
    border-radius: .3385rem;
    width: 1.1823rem;
}

.ab1-video-btn {
    width: .3438rem;
    height: .3438rem;
    background-color: #A7212A;
}

.ab1-video-btn span {
    color: #fff;
    font-size: .1563rem;
}

.ab1-con-r {
    width: 47%;
}

.ab1-con-r p {
    font-size: .1042rem;
    margin-bottom: .1042rem;
    opacity: 0.7;
}

.index-about-num-ico {
    bottom: -0.1042rem;
    right: -0.1042rem;
    opacity: 0.1;
    width: .9rem;
}

.ab2 {
    border-radius: .2083rem .2083rem 0 0;
    background: #FFF9F8;
}

.ab2-con-l {
    width: 34%;
}

.ab2-con-l span {
    font-size: .1042rem;
    margin-bottom: .1042rem;
    line-height: 1;
    display: block;
}

.ab2-con-l h4 {
    font-size: .2865rem;
    margin-bottom: .224rem;
}

.ab2-con-l p {
    font-size: .0938rem;
}

.ab2-con-r {
    width: 54.28%;
}

.ab2-con-r-item {
    padding: .2604rem .4531rem;
    border-radius: .2083rem;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(12, 4, 8, 0.1);
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.ab2-con-r-item:nth-child(2) {
    margin-top: -.2083rem;
    z-index: 1;
    padding-top: .4167rem;
}

.ab2-con-r-item:nth-child(3) {
    margin-top: -.2083rem;
    z-index: 0;
    padding-top: .4167rem;
}

.ab2-con-r-item h4 {
    font-size: .1354rem;
    font-weight: 400;
}

.ab2-con-r-item p {
    font-size: .0938rem;
    opacity: 0.8;
    margin-top: .1563rem;
    display: none;
}

.ab2-con-r-item.on {
    background-color: #fff;
    border: 2px solid #A7212A;
}

.ab2-con-r-item.on h4 {
    color: #000;
}

.ab2-con-r-item.on p {
    display: block;
    color: #000;
}

.ab3 {
    background: #F1F2F7;
    border-radius: .2083rem .2083rem 0 0;
    margin-top: -0.2083rem;
}

.ab3-con {
    margin-bottom: .125rem
}

.ab3-con-l {
    width: 41.5%;
}

.ab3-con-r {
    width: 35%;
}

.ab3-con-l h4 {
    font-size: .2865rem;
    margin-bottom: .2292rem;
    line-height: 1.2;
}

.ab3-con-l p {
    font-size: .0938rem;
}

.ab3-con-r-item {
    width: 48.5%;
    margin-bottom: .4896rem;
}

.ab3-con-r-item h4 {
    font-size: .3385rem;
    color: #A7212A;
    margin-bottom: .1042rem;
}

.ab3-con-r-item p {
    font-size: .0938rem;
    font-weight: 400;
    opacity: 0.7;
}

.ab3-b-item {
    width: 48.5%;
}

.ab3-b-item-btn {
    width: .5rem;
    height: .5rem;
    background: rgba(255, 255, 255, 0.4);
    display: none;
}

.ab3-b-item-btn span {
    font-size: .25rem;
    color: #fff;
}

.ab4 {
    background: #F1F2F7;
    padding: .5208rem 0;
}

.ab4-top h4 {
    font-size: .2865rem;
    margin-bottom: .276rem;
}

.ab4-item {
    flex-shrink: 0;
    margin-right: .1042rem;

}

.ab4-item h4 {
    color: #fff;
    font-size: .1146rem;
    margin-bottom: .1042rem;
    font-weight: 500;
}

.ab4-item h4,
.ab4-item:hover .a-box {
    transition: all ease-in-out 0.3s;
}

.ab4-item:hover .a-box {
    background-color: rgba(167, 33, 42, 0.8);
    align-items: center;
}

.ab4-item:hover h4 {
    margin-bottom: 0;
}

.ab5 {
    margin-top: -0.2083rem;
    border-radius: .2083rem .2083rem 0 0;
    background-color: #fff;
}

.ab-5-top-l {
    width: 44.35%;
}

.ab-5-top-l h4 {
    font-size: .2865rem;
    margin-bottom: .1875rem;
}

.ab-5-top-l p {
    font-size: .1042rem;
    opacity: 0.7;
}

.ab-5-top-r {
    width: 40.85%;
}

.ab5-m {
    margin-bottom: .3646rem;
}

.ab5-m-l {
    width: 64.14%;
    border-radius: .4167rem .625rem .2604rem .625rem;
}

.ab5-m-r {
    width: 33%;
    border-radius: 1.0417rem 1.0417rem 1.0417rem .2604rem;
}

.ab5-b-i {
    width: 31%;
}

.ab5-b-i-txt h4 {
    margin-top: .1979rem;
    margin-bottom: .1302rem;
    font-size: .1146rem;
    font-weight: 400;
}

.ab5-b-i-txt p {
    font-size: .0938rem;
    opacity: 0.7;
}

.ab6 {
    background: #F4F4F4;
}

.ab6-con-top h4 {
    font-size: .2604rem;
    line-height: 1.2;
    width: 41.14%;
}

.ab6-con-r {
    width: 42.07%;
}

.ab6-con-r p {
    font-size: .1042rem;
    margin-bottom: .1042rem;
    opacity: 0.7;
}

.ab6-con-m {
    margin-top: .2083rem;
}

.ab6-con-m .index-ce-swiper {
    width: 100%;
}

.ab6-con-m .index-ce-fy {
    margin-top: .0521rem;
}

.ab6-con-b .index-ce-bottom {
    margin-top: .1563rem;
}

.ab7-top h4 {
    font-size: .2865rem;
}

.ab7-top-r {
    width: 42.5%;
}

.ab7-top-r p {
    font-size: .0938rem;
    opacity: 0.7;
}

.ab7-con {
    margin-bottom: .3646rem;
}

.ab7-con-swiper {
    margin: .4844rem 0 0;
    overflow: unset;
    min-height: 2.6042rem;
}

.ab7-con-swiper .swiper-wrapper {
    align-items: flex-start;
}

.ab7-con-swiper .swiper-slide {
    transition: all ease-in-out 0.3s;
}

.ab7-con-swiper .swiper-slide-active {
    width: 3.9688rem !important;
    transition: all ease-out 0.5s;
}

.ab7-con-fy div {
    width: .2917rem;
    height: .2917rem;
    background: #F4F4F4;
    margin-left: .1042rem;
}

.ab7-con-fy div:hover {
    background: #A7212A;
    color: #fff;
}

/*service*/
/*联系我们*/
.ca1 {
    padding: .625rem 0;
}

.ca1-l {
    width: 38.78%;
}

.ca1-l>h4 {
    font-size: .1979rem;
    margin-bottom: .5208rem;
    line-height: 1.3;
}

.ca1-l-con h4 {
    font-size: .1823rem;
    color: #9F2F37;
    margin-bottom: .1875rem;

}

.ca1-l-con p {
    font-size: .1042rem;
    opacity: 0.7;
}

.ca1-l-con p:last-child {
    margin-top: .2083rem;
}

.ca1-r {
    width: 53.78%;
    padding: .2083rem;
}

.index-faq-form {
    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: .1042rem;
    border-radius: .0521rem;
    width: 48.5%;
}

.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: 1rem;
    line-height: 1.5;
}

.index-faq-se span.on {
    font-size: .0729rem;
    top: .026rem;
    left: .1042rem;
}

.index-faq-btn {
    color: #fff;
    font-size: .1042rem;
    letter-spacing: 1px;
    line-height: 1;
    padding: .125rem 0;
    cursor: pointer;
    background: #2e2e2e;
    width: 40%;
    border: none;
    display: block;
}

.index-faq-btn:hover {
    color: #fff;
    background-color: #A7212A;
}

.ca2 {
    background: #FAF5F5;
    border-radius: .2604rem .2604rem 0 0;
    margin-top: -.2604rem;
    padding: .5833rem 0;
}

.ca2-top h4 {
    font-size: .2344rem;
    margin-bottom: .3958rem;
}

.ca2-item {
    background-color: #fff;
    padding: .2865rem .2396rem;
    width: 24.07%;
    margin-bottom: .1563rem;
}


.ca2-item h4 {
    font-size: .1615rem;
    color: #393939;
    margin-bottom: .0573rem;
}
.ca2-item p{
    font-size: .0938rem;
    opacity: 0.8;
    margin-bottom: .2813rem;
    line-height: 1;
}
.ca2-item em{
    font-size: .0938rem;
    opacity: 0.8;
    margin-bottom: .0729rem;
    line-height: 1;
    display: block;
}
.ca2-item span{
    font-size: .125rem;
}
.ca2-item:hover{
    background-color: #A7212A;
    color: #fff;
}
.ca2-item:hover h4,.ca2-item:hover p{
    color: #fff;
}

.ca2-item-ico {
    display: none;
    transition: all ease-out .3s;
}

.ca2-item:hover .ca2-item-ico{ 
    display: block;
    width: .8854rem; 
    z-index: 0;
    opacity: 0.1;
} 
.ca2-item .ca2-item-con{
    position: relative;
    z-index: 1;
}
.ca2-item .ca2-item-con>div{
    margin-top:.1563rem;
}
.ca2-item:hover a{
    color: #fff;
}


/*产品列表*/
.pro-top-pic {
    margin-top: .3125rem;
}

.pro-top-txt .pro-top-nav a,
.pro-top-txt .pro-top-nav em,
.pro-top-txt .pro-top-nav span {
    color: #000;
    text-transform: uppercase;
    font-size: .0938rem;
}

.pro-top-txt .pro-top-nav em {
    margin: 0 .0521rem;
}

.pro-top-txt>h4 {
    font-size: .5208rem;
    color: #A7212A;
    padding-top: .2083rem;
    text-transform: uppercase;
}

.pro-top-img {
    margin-top: .1563rem;
}

.pro-top-img-txt h4 {
    font-size: .2604rem;
    color: #ffffff;
    margin-bottom: .1563rem;
}

.pro-top-img-txt p {
    color: #fff;
    font-size: .0938rem;
    width: 70%;
    margin: 0 auto;
}

.pro-main {
    margin-top: -0.2604rem;
    margin-bottom: .3125rem;
    background-color: #fff;
    border-radius: .2604rem;
    padding-top: .4167rem;
}

.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: #A7212A;
}

.pro-main-side-item-tit:hover i,
.pro-main-side-item-tit.on i {
    color: #A7212A;
}

.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: #A7212A;
}

.pro-main-side-item-list.on {
    display: block;
}

.pro-main-side-item-tit i.on {
    transform: rotate(90deg);
}

.pro-main-item {
    background: rgba(210, 210, 210, 0.1);
    width: 32%;
    margin-bottom: .1563rem;
}

.pro-main-item:hover {
    transform: translateX(-0.026rem);
    background-color: #A7212A;
}

.pro-main-item:hover .pro-item-img {
    border-color: transparent;
}

.pro-main-item:hover .pro-item-txt h4 {
    color: #fff;
}

.pro-main-item:hover .pro-item-txt p {
    color: #fff;
}


.pro-item-img{
    border: 1px solid rgba(210, 210, 210, 0.1);
}

.pro-main-item-new {
    color: #fff;
    font-size: .0729rem;
    padding: .0313rem .0417rem;
    top: .0625rem;
    left: .0625rem;
    border-radius: .1042rem;
    line-height: 1;
    background-color: #A7212A;
}

.pro-item-txt {
    padding: 0.1875rem 0;
}

.pro-item-txt h4 {
    font-size: .1146rem;
    font-weight: 500;
    margin-bottom: 0.0677rem;
}

.pro-item-txt p {
    opacity: 0.78;
    font-size: .0938rem;
}
.pro-main-list::after{
    content: '';
    width: 32%;
    display: block;
}



/*分页查询样式*/
.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;
    margin-bottom: .4688rem;
}

.pro-main-page {
    margin: .3125rem auto;
}


/*详情样式*/
.pro-show-nav {
    margin-top: .3125rem;
    margin-bottom: .2604rem;
}

.pro-show-top-nav {
    margin-bottom: .1406rem;
}

.pro-show-top-nav a,
.pro-show-top-nav em {
    font-size: .0866rem;
    opacity: 0.78;
    font-weight: 500;
    color: #555d68;
    text-transform: uppercase;
}

.pro-show-top-nav em {
    padding: 0 .0521rem;
}

.pro-show-top-nav a:hover {
    color: #A7212A;
}

.pro-show-top {
    padding: 0 0 .5625rem;
}

.product-img {
    align-items: flex-start;
}

.pro-show-top-l {
    width: 49%;
}

.pro-show-top-r {
    width: 46.31%;
}

.product-show-img-top {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: auto;
    overflow: hidden;
    margin-bottom: .1198rem;
}

.product-show-img-thumbs {
    width: 100%;
    height: auto;
}

.product-show-img-thumbs .swiper-slide {
    width: auto;
    height: auto;
    border: 1px solid #e5e5e5;
}

.product-show-img-thumbs .swiper-slide-thumb-active {
    border: 1px solid #A7212A;
}

.pro-show-top-tit h4 {
    font-size: .2865rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom:0; 
}

.pro-show-code {
    padding-bottom: .1979rem;
}

.pro-show-code p {
    font-size: .0938rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
}

.pro-show-btn-box {
    margin-top: .1536rem;
}

.pro-show-btn {
    margin-bottom: .1042rem;
    font-size: .0938rem;
    line-height: 1;
    padding: .1146rem 0;
    cursor: pointer;
    width: 48.5%;
}

.add-cart {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.p-order {
    background-color:  #A7212A;
    color: #fff;
    border: 1px solid  #A7212A;
}

.p-order:hover {
    background-color: #fff;
    border: 1px solid #A7212A;
    color: #A7212A;
}

.add-cart:hover {
    background-color: #fff;
    border: 1px solid #A7212A;
    color: #A7212A;
}

.pro-show-top-section {
    margin-bottom: .2083rem;
}

.pro-show-top-section h4 {
    font-size: .2083rem;
    color: #A7212A;
}

.pro-show-top-dim {
    margin-top: .0885rem;
    background: #f7f5f2;
    border: 1px solid #000000;
    color: #A7212A;
    padding: .1042rem .2083rem;
    font-size: .0938rem;
}

.pro-show-top-cer {
    margin-top: .1823rem;
}

.pro-show-top-cer img {
    width: .3125rem;
    height: .3125rem;
    margin-right: .1563rem;
}

.pro-show-top-hl {
    margin-top: .1823rem;
}

.pro-show-top-hl-item {
    margin-right: .1042rem;
    width: .5208rem;
    margin-bottom: .0781rem;
}

.pro-show-top-hl-item .pro-show-top-hl-pic {
    width: .2708rem;
    height: .2708rem;
    margin: 0 auto;
}

.pro-show-top-hl-item p {
    font-size: .0729rem;
    margin-top: .0521rem;
    color: #647285;
    line-height: 1.2;
    font-weight: 500;
}

.pro-show-btn a {
    background: #A7212A;
    color: #fff;
    padding: .1042rem 0;
    font-size: .1042rem;
    width: 100%;
}

.pro-show-btn a:hover {
    background-color: #A7212A;
}

.pro-show-op {
    margin-bottom: .1042rem;
    opacity: 0.8;
}

.pro-show-op span {
    font-weight: 600;
    font-size: .1042rem;
    line-height: 1;
    margin-right: .0781rem;
}

.pro-show-op em {
    line-height: 1;
    font-size: .1042rem;
}

.pro-show-call {
    margin-top: .1042rem;
}

.pro-show-call span {
    line-height: 1;
    font-weight: 600;
    font-size: .0938rem;
    margin-right: .0521rem;
}

.pro-show-call em {
    line-height: 1;
    font-size: .0938rem;
    opacity: 0.8;
    margin-right: .0521rem;
}

.pro-show-call a {
    font-size: .0938rem;
    text-decoration: underline;
    font-weight: 600;
}

.pro-show-call a:hover {
    color: #A7212A;
}

.pro-show-gg {
    margin: .1563rem 0 0;
}

.pro-show-gg h4 {
    font-size: .1146rem;
}

.pro-show-gg-list {
    margin-top: .1042rem;
    align-items: flex-start;
}


.pro-show-detail {
    background: #f4f1ed;
    padding: .4583rem 0;
}

.pro-show-tit {
    margin-bottom: .2031rem;
}

.pro-show-tit h4 {
    font-size: .3906rem;
    color: #A7212A;
}

.pro-show-detail-con .ab4-item-txt p {
    margin-bottom: .0781rem;
    font-size: .0866rem;
}

.pro-show-download {
    margin-top: .4583rem;
    margin-bottom: .4583rem;
}

.pro-show-download-list {
    margin-top: .1042rem;
}

.pro-show-download-item {
    width: 32%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: .1198rem .1354rem;
    opacity: 0.7;
}

.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 #A7212A;
    background: #A7212A;
    color: #fff;
    opacity: 1;
}

.pro-show-detail-tit h4 {
    font-size: .3906rem;
    color: #A7212A;
}

.pro-show-ship-tit,
.pro-show-detail-tit {
    padding-bottom: .2135rem;
}

.pro-show-cate {
    margin-bottom: .3125rem;
}

/*新详情*/


.pro-show-section>h4 {
    font-size: .1563rem;
    text-transform: uppercase;
    margin-bottom: .1042rem;
    padding-bottom: .0938rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pro-show-section-con {
    padding-bottom: .1563rem;
}

.sp-con p {
    font-size: .0938rem;
    margin-bottom: .0781rem;
}

.pro-show-m {
    margin-bottom: .4688rem;
}
.pro-show-m-item{
    margin-bottom: .3125rem;
}

.pro-show-m-item-tit h4{
    font-size: .2604rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: .0938rem;
    margin-bottom: .1563rem;
}
.pro-show-m-desc p{
    font-size: .1042rem;
    margin-bottom: .0781rem;
    opacity: 0.8;
    padding: .026rem .0521rem;
}
.pro-show-m-desc p:nth-child(even){
    background-color: #fff;
}
.pro-show-m-desc p:nth-child(odd){
    background-color: rgba(0, 0, 0, 0.1);
}
.pro-show-m-list .index-pro-item{
    width: 23%;
}


/*order tc*/
.order-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
}

.order-con {
    background-color: #fff;
    z-index: 9999;
    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: .4688rem 0;
    background: linear-gradient(180deg, rgba(159, 47, 55, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
}

.news-box {
    width: 6.7917rem;
    margin: 0 auto;
}

.news-top-nav a,
.news-top-nav em {
    color: #000;
    font-size: .0938rem;
    margin-bottom: .1198rem;
    line-height: 1;
}

.news-top-nav em {
    margin: 0 .0781rem;
}

.news-top-nav a:hover {
    color: #A7212A;
}

.news-top-l h4 {
    font-size: .2604rem;
}

.news-top-r {
    background-color: #fff;
    padding: .0365rem 0;
}

.news-top-r-item {
    margin: 0 .0521rem;
    color: #000;
    font-size: .1042rem;
    padding: .1198rem .2083rem;
}

.news-top-r-item:hover,
.news-top-r-item.on {
    background-color: #A7212A;
    color: #fff;
}

.news-con-list {
    margin-top: .5625rem;
}

.news-item {
    width: 30.84%;
    margin-bottom: .2083rem;
}

.news-item-txt {
    margin-top: .1563rem;
}

.news-item-txt h4 {
    font-size: .1354rem;
    margin-bottom: .1042rem;
    font-weight: 600;
    line-height: 1.3;
}

.news-item-txt p {
    font-size: .0938rem;
    margin-bottom: .1563rem;
}

.news-item-btn {
    width: 45%;
    background-color: #A7212A;
    color: #fff;
    padding: .1042rem .1302rem;
    display: none;
}

.news-item-btn span {
    font-size: .0938rem;
}

.news-item-btn em {
    font-size: .1042rem;
}

.news-con-list::after {
    width: 30.84%;
    content: '';
}

.news-item:first-child {
    width: 100%;
    background-color: #fff;
    border-radius: .1563rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .1823rem .1927rem;
}

.news-item:first-child .news-item-pic {
    width: 50%;
}

.news-item:first-child .news-item-txt {
    width: 40%;
}

.news-item:first-child .news-item-btn {
    display: flex;
    border: 1px solid #A7212A;
    transition: all ease-in-out 0.3s;
}

.news-item:first-child .news-item-btn:hover {
    transform: translateX(10px);
}

/*blog详情*/
.news-show {
    background-color: #f7f7f7;
}

.news-show-top {
    background-color: rgba(159, 47, 55, 0.5);
    padding: .4583rem 0;
}

.news-show-top-l {
    width: 40%;
}

.news-top-nav a,
.news-top-nav em {
    color: #666;
    font-size: .0938rem;
    margin-bottom: .1979rem;
}

.news-top-nav em {
    margin: 0 .0781rem;
}

.news-top-nav a:hover {
    color: #000;
}

.news-top-time span {
    opacity: 0.8;
    font-size: .0938rem;
    font-weight: 400;
    margin: .2083rem 0;
}

.news-top-time span:first-child {
    margin-right: .2083rem;
}

.news-show-top-r {
    width: 48%;
}

.news-show-top-r-btn {
    background-color: #A7212A;
    color: #fff;
    width: .5208rem;
    height: .5208rem;
    transition: all ease-in-out .3s;
}

.news-show-top-r-btn span {
    font-size: .2083rem;
}

.news-show-top-r:hover .news-show-top-r-btn {
    transform: scale(0.9, 0.9);
}

.news-top-sc a {
    margin-right: .1042rem;
    transition: all ease-in-out 0.3s;
}

.news-top-sc a:hover {
    transform: translateY(-10px);
}

.news-top-sc a span {
    font-size: .1302rem;
}

.news-show-con {
    margin: .4688rem 0 0;
    padding-bottom: .4688rem;
}

.news-show-con-l,
.news-show-con-r {
    background-color: #fff;
    padding: .1823rem;
}

.news-show-con-l {
    width: 70%;
}

.news-show-con-detail p {
    font-size: .0938rem;
    margin-bottom: .0781rem;
}

.news-show-con-detail img {
    width: auto;
    max-width: 100%;
    margin-bottom: .0781rem;
}

.news-show-con-r {
    width: 25%;
}

.news-show-con-r h4 {
    font-size: .1563rem;
}

.news-show-con-list-item {
    margin-top: .1563rem;
}

.news-show-pic {
    margin-bottom: .0781rem;
}

.news-show-con-list-item-tit {
    font-size: .0866rem;
}

.news-show-con-list-item:hover .news-show-con-list-item-tit {
    color: #A7212A;
}

.news-show-tit {
    font-size: .2344rem;
    line-height: 1.3;
}

/*faq*/
.faq-page {
    padding: .1563rem 0 .4167rem;
}

.faq-list {
    margin-bottom: .3125rem;
}


.pro-show-color-list .pro-show-gg-item {
    cursor: pointer;
    width: .4167rem;
    margin-right: .1042rem;
    margin-bottom: .1042rem;
}

.pro-show-color-list .pro-show-gg-item .pro-show-gg-item-img {
    width: .4167rem;
    height: .2604rem;
    border: .0156rem solid #efefef;
    border-radius: .0521rem;
    overflow: hidden;
    margin: 0 auto;
}

.pro-show-color-list .pro-show-gg-item:hover .pro-show-gg-item-img,
.pro-show-color-list .pro-show-gg-item.on .pro-show-gg-item-img {
    border: .0156rem solid #A7212A;
}

.pro-show-color-list .pro-show-gg-item:hover p,
.pro-show-color-list .pro-show-gg-item.on p {
    color: #A7212A;
}

.pro-show-color-list .pro-show-gg-item p {
    font-size: .0729rem;
    opacity: 1;
    color: #000;
    text-align: center;
    margin-top: .0521rem;
}

.product-show-img-option {
    width: 3.125rem;
    border: 1px solid #ccc;
    height: 3.125rem;
    z-index: 10;
    background-color: #fff;
}

.pro-show-gg-item-img img {
    width: -webkit-fill-available;
    height: 100%;
}

.product-show-img-option img {
    width: auto;
    margin: 0 auto;
    height: auto;
}

.pro-show-ccpic {
    margin-top: .1042rem;
}

.pro-show-ccpic h4 {
    font-size: .1146rem;
}

.pro-show-ccpic-img {
    margin-top: .1042rem;
    overflow: hidden;
    border-radius: .0781rem;
}

#translate {
    display: none;
}

/*cookie 弹窗*/
.cookie-tc {
    background-color: #fff;
    bottom: 10%;
    right: .1042rem;
    width: 2.9583rem;
    border-radius: .4167rem .4167rem 0 .4167rem;
    padding: .2604rem;
    display: none;
    z-index: 999;
}

.cookie-con h4 {
    font-size: .1458rem;
    margin-bottom: .1302rem;
}

.cookie-con p {
    font-size: .0866rem;
    opacity: 0.8;
    margin-bottom: .2083rem;
}

.cookie-btn span,
.cookie-btn em {
    font-size: .0866rem;
    width: 45%;
    padding: .1042rem 0;
    cursor: pointer;
}

.cookie-btn span {
    background-color: #000;
    color: #fff;
}

.cookie-btn em {
    background: #e8e8e8;
    color: #000;
}

.cookie-btn span:hover {
    background-color: #e8e8e8;
    color: #000;
}

.cookie-btn em:hover {
    background-color: #000;
    color: #fff;
}

.page-box {
    padding: .4167rem 0;
}

.page-con-l {
    width: 30%;
    margin-right: .1563rem;
}

.page-con-nav a {
    opacity: 0.9;
    font-size: .1146rem;
    border-bottom: 1px solid #ccc;
    padding: .1563rem .0521rem;
}

.page-con-nav a:hover,
.page-con-nav a.on {
    opacity: 1;
    color: #647285;
}

.page-con-r {
    background-color: #fff;
    padding: .1563rem .3125rem;
}

.page-con-txt h2 {
    font-weight: 600;
    color: #A7212A;
    margin-bottom: .2083rem;
    font-size: .2083rem;
    text-transform: uppercase;
}

.page-con-txt p,
.page-con-txt ul li {
    font-size: .0938rem;
    margin-bottom: .0781rem;
    opacity: 0.9;
}

.page-con-txt ul li {
    list-style-type: disc;
    margin-left: .0938rem;
}

.page-con-txt h4 {
    font-size: .1563rem;
    font-family: 'Roboto';
    margin-bottom: .1042rem;
    margin-top: .1563rem;
    color: #A7212A;
}

/*sc-nav*/
.sc-nav {
    bottom: 18%;
    right: .1302rem;
    z-index: 999;
}

.sc-nav-ico {
    width: .2604rem;
    height: .2604rem;
    margin-bottom: .0521rem;
}

.sc-nav-ico span {
    color: #fff;
    font-size: .1302rem;
    line-height: 1;
}

.sc-nav-item:nth-child(1) .sc-nav-ico {
    background: #25d366;
}

.sc-nav-item:nth-child(2) .sc-nav-ico {
    background: #49E670;
}

.sc-nav-item:nth-child(3) .sc-nav-ico {
    background: #49E670;
}

.sc-nav-item:nth-child(4) .sc-nav-ico {
    background: #3068C7;
}

.sc-nav-item:nth-child(5) .sc-nav-ico {
    background: #3068C7;
}

.sc-nav-item:nth-child(6) .sc-nav-ico {
    background: #000000;
}

.sc-nav-qr {
    top: 0;
    right: .3646rem;
    width: .6771rem;
    height: .6771rem;
    display: none;
    background-color: #fff;
    padding: .0521rem;
}

.sc-nav-qr.on {
    display: block;
}

.sc-nav-txt {
    width: .9375rem;
    height: auto;
}

.sc-nav-txt p {
    font-size: .0938rem;
    text-align: center;
}
/*cata*/
.cata {
    padding: .4479rem 0  .5208rem;
}

.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;
    line-height: 1.3;
}

.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: #9F2F37;
    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: #9F2F37;
    background: #fff;
    border: 1px solid #fff;
    opacity: 1;
}
