﻿
* {margin:0; padding:0;}
* html {overflow:visible;margin:0;padding:0;text-align:center; }
body{background:#fff;color:#555;width:100%; margin:0 auto;text-align:center;padding:0; font-family: "微软雅黑","Microsoft YaHei"; font-size: 14px; box-sizing: border-box }
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {list-style-type:none;margin:0 auto; padding:0;}
input, select {font-size:14px; outline: none;vertical-align:middle;}
body div {text-align:left;box-sizing: border-box}
textarea, input {word-wrap:break-word; word-break:break-all; padding:0;}
img {border:0 none; vertical-align: middle}
a {color:#555; text-decoration:none;outline:none;margin:0;padding:0; display: inline-block}
a:hover {color:#E8332A;}
span,i,em{display: inline-block;font-style: normal}
button{border:0;background: transparent;outline: none;cursor: pointer;}
.left{float: left;}
.right{float: right;}
.index{overflow: hidden}
.width{width:1200px;margin:0 auto;}
iframe{display:block;border:0;}
.img_box{overflow: hidden;text-align: center}
.img_box img{max-width: 100%;max-height: 100%;}

/*轮播通用样式*/
.owl-theme .owl-controls{
    margin-top: 0;
}
.owl-demo{
    overflow: hidden;
    width:100%;
}
.banner .img_box{
    width:100%;
 /*   height: 535px;*/
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.banner .img_box img{
    /*max-width: none;
    max-height: none;
    width:1920px;
  /*  height: 535px;*/
    margin: 0 calc(50% - 960px);*/
}
.owl-carousel .owl-item{
    float: left;
}
/*首页轮播banner*/
.banner{
    position: relative;
}
.banner .owl-controls{
    margin-top: 0;
    bottom:20px;
    position: absolute;
    width:100%;
}
.banner .owl-controls .owl-pagination{
    text-align: center;
}
.banner .owl-pagination .owl-page span{
    background: #fff;
    opacity: 1;
}
.banner .owl-pagination .owl-page.active span{
    background: #E8332A;
}
/*********头部**********/
header .welcome{
    height:30px;
    line-height: 30px;
    background: #fff;
    color:#979797;;
        border-bottom: 1px solid #cccccc;
}
header .welcome .wel-r span{
    padding-left:28px;
    cursor: pointer;
}
header .welcome .wel-r .icon{
    display: inline-block;
    width:16px;
    height:25px;
    margin-right: 5px;
}
header .welcome .qr .img_box{
    display: none;
    width:90px;
    height:90px;
    padding:5px;
    background: #fff;
    position: absolute;
    top:35px;
    left:50%;
}
header .welcome .qr .img_box.img01{
    margin-left: 280px;
}
header .welcome .qr .img_box.img02{
    margin-left: 400px;
}
header .welcome .qr .img_box.img03{
    margin-left: 520px;
}
header .shop-mark{
    height: 120px;
    /*background: url(../image/img01.jpg) no-repeat;*/
    background-size: 100% 100%;
}
header .shop-mark .text{
    width: 400px;
    text-align: center;
    padding:20px 0;
}
header .shop-mark .text .text-h2{
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #E8332A;
}
header .shop-mark .text .text-p{
    font-size: 20px;
    letter-spacing: 1px;
    color: #333333;
    background: url(../image/img02.png) center no-repeat;
}
header .shop-mark .logo{
    width:188px;
    height:66px;
    text-align: center;
    margin:30px 20px 15px 0px;
    display: block;
}
header .shop-mark .hot-line{
    width: 315px;
    border-radius: 10px;
    /*border: solid 1px #a0a0a0;*/
    padding:15px 5px 15px 10px;
    box-sizing: border-box;
    margin:20px 0;
}
header .shop-mark .hot-line .img_box{
    width:34px;
    height:34px;
    margin:9px 0 0 0;
}
header .shop-mark .hot-line .tel{
    width: 250px;
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 600;
}

header .shop-mark .hot-line .tel b{
    float: left;
    font-weight: 600;
    font-size: 28px;
    color: #E8332A;
    letter-spacing: 1px;
}
/*导航*/
section .nav{
    height: 50px;
    background-color: #979797;
}
section .nav .nav-ul li{
    float: left;
    width:10.5%;
    padding:8px 0 7px;
    position: relative;
}
section .nav .nav-ul li:last-child a{
    border-right: 0;
}
section .nav .nav-ul li>a{
    display: block;
    width:100%;
    height:35px;
    line-height: 35px;
    text-align: center;
    color:#fff;
    font-size: 18px;
    border-right: 1px solid #a2a2a2;
    position: relative;
    z-index: 9;
}
section .nav .nav-ul li:hover a .frame,
section .nav .nav-ul li.active a .frame{
    display: block;
    position: absolute;
    top:-9px;
    width: 127px;
    height: 52px;
    line-height: 52px;
    left:0;
    background-color: #E8332A;
    z-index: 8;
    /*box-shadow: 0 0 5px 2px #000;*/
}
section .nav .nav-ul li.last a{
    border-right: 0;
}
section .nav .nav-ul li.first {
    width:190px;
    background: url(../image/img05.png) 150px center no-repeat;
}
section .nav .nav-ul li.first a{
    text-align: left;
}
section .nav .nav-ul li .first-box{
    width: 190px;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top:50px;
    z-index: 999;
    padding:0 6px;
}
section .nav .nav-ul li .first-box a{
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    color:#fff;
    height:80px;
    line-height: 80px;
    font-size: 18px;
    position: relative;
    padding-left: 70px;
}
section .nav .nav-ul li .first-box a:hover{
    color:#E8332A;
}
section .nav .nav-ul li .first-box a.last{
    border-bottom: 0;
}
section .nav .nav-ul li .first-box a .img_box{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    left:12px;
    top:20px;
}
section .nav.nav-other .nav-ul li{
    width:12.5%;
}
section .nav.nav-other .nav-ul li:hover a .frame,
section .nav.nav-other .nav-ul li.active a .frame{
    width:150px;
}
section .name{
    padding: 30px 0 30px;
    text-align: center;
}
section .name .na-title{
    width: 620px;
    font-size: 36px;
    letter-spacing: 1px;
    color: #E8332A;
    line-height: 55px;
    position: relative;
    padding:10px 0;
    border-bottom: 1px solid #555;
}
section .name .na-title .bar{
    width: 95px;
    height: 5px;
    background-color: #E8332A;
    position: absolute;
    bottom:-3px;
    left:50%;
    margin-left: -48px;
}
section .name .text-p{
    font-size: 18px;
    line-height: 30px;
    padding:15px 0 0 0;
    letter-spacing: 2px;
    color: #555555;
}
section .link-a{
    width: 310px;
    height: 46px;
    line-height: 46px;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #E8332A;
    font-weight: bold;
    transition: all .6s;
}
section .link-a:hover{
    background: #E8332A;
    color:#fff;
    transition: all .6s;
}
/*热门关键词*/
section .hot-ci {
    height: 50px;
    line-height: 50px;
    background-color: #ececec;
    color: #e2131b;
}
section .hot-ci .text-ci a{
    padding:0 10px;
}
section .hot-ci .input-box{
    width: 275px;
    height: 30px;
    line-height: 29px;
    background-color: #ffffff;
    border-radius: 14px;
    border: solid 1px #e2131b;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}
section .hot-ci .input-box input{
    border:0;
    width:220px;
    height:28px;
    line-height: 28px;
    padding:0 10px;
    box-sizing: border-box;
    border-bottom-left-radius: 28px;
    border-top-left-radius: 18px;
}
section .hot-ci .input-box button{
    width:40px;
    height:30px;
    background: #e2131b;
    position: absolute;
    right:0;
    top:0;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
}
/*面包屑*/
section .crumbs{
    padding:20px 0;
}
section .crumbs .crumbs-text{
    position: relative;
    padding-left: 30px;
}
section .crumbs .crumbs-text span{
    color: #e2131b;
}
section .crumbs .icon{
    width: 23px;
    height: 29px;
    background: url(../image/img83.png) no-repeat;
    position: absolute;
    left:0;
    top:-4px;
}
section .crumbs .crumbs-text a{
    padding:0 10px;
}
/*资讯推荐*/
section .rec .rec-top .box{
    display: block;
}
section .rec .rec-top .img_box{
    width: 332px;
    height: 237px;
}
section .rec .rec-top .img_box img{
    width:100%;
    height:100%;
}
section .rec .rec-top .text{
    width:868px;
    padding:30px 0 0 50px;
}
section .rec .rec-top .text .title span{
    width:500px;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #e2131b;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section .rec .rec-top .text .title i{
    width: 60px;
    height: 60px;
    background: url(../image/img85.png) center center no-repeat;
    margin-right: 20px;
}
section .rec .rec-top .text .text-p{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}
section .rec .rec-ul{
    padding:30px 0 40px;
}
section .rec .rec-ul li{
    width:46%;
    padding:10px 0;
}
section .rec .rec-ul li a{
    display: block;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}
section .rec .rec-ul li a i{
    width: 10px;
    height: 10px;
    background-color: #555555;
    border-radius: 50%;
    position: absolute;
    left:0;
    top:5px;
}
section .rec .rec-ul li a:hover i{
    background: #e2131b;
}
section .rec .rec-ul li a span{
    width:300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*定制产品推荐*/
section .hot-p-ul li{
    float: left;
    width:33.3%;
    padding:0 16px 60px;
    box-sizing: border-box;
}
section .hot-p-ul li .box{
    display: block;
    text-align: center;
}
section .hot-p-ul li .box .img_box{
    width:100%;
    height: 280px;
    line-height: 225px;
    border:1px solid #bfbfbf;
    padding:25px 0;
}
section .hot-p-ul li .box .text-s{
    padding:20px 0;
}
/*因为专注，所以专业，众多品牌连锁企业一致的选择*/
section .because{
    width: 1200px;
    height: 240px;
    position: relative;
    overflow: hidden;
}
section .because .because-img{
    max-width: none;
    max-height: none;
    width: 1920px;
    height: 240px;
    margin: 0 calc(50% - 960px);
}
section .because  .because-box{
    width:100%;
    position: absolute;
    top:40px;
    left:35px;
}
section .because  .because-box .text-h2{
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #ffffff;
}
section .because  .because-box .line-on{
    padding-top: 30px;
    color:#fff;
}
section .because  .because-box .line-on .img_box{
    width:39px;
    height:63px;
    line-height: 63px;
    margin-right: 25px;
}
section .because  .because-box .line-on .text-p{
    font-size: 24px;
}
section .because  .because-box  .form{
    padding-right: 130px;
}
section .because  .because-box  .form p{
    font-size: 18px;
    line-height: 55px;
    color: #ffffff;
}
section .because  .because-box  .form input{
    width: 194px;
    height: 40px;
    background-color: #ffffff;
    border:0;
    margin-left: 10px;
    text-align: center;
    font-size: 15px;
}
section .because  .because-box  .form .link-a{
    width: 195px;
    height: 38px;
    font-size: 18px;
    font-weight: normal;
    line-height: 38px;
    margin:12px 0 0 80px;
    border-radius: 8px;
}



.foot-box{
    width: 100%;
    height: 641px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.foot-box .images{
    max-width: none;
    max-height: none;
    width: 1920px;
    height: 651px;
    margin: 0 calc(50% - 960px);
}
.foot-box .foot-div{
    position: absolute;
    top:40px;
    left:50%;
    margin-left: -600px;
    color:#fff;
}
.foot-box .foot-div .foot-lf{
    width: 470px;
    text-align: center;
}
.foot-box .foot-div .foot-lf .ft-h2{
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 60px;
}
.foot-box .foot-div .foot-lf .text-p{
    font-size: 20px;
    letter-spacing: 2px;
    background: url(../image/img12.png) center no-repeat;
}
.foot-box .foot-div .foot-lf .ca-box{
    padding:30px 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}
.foot-box .foot-div .foot-lf .link-a{
    position: relative;
    width: 470px;
    border-radius: 15px;
    padding:25px 30px 10px 30px;
    background: url(../image/img13.png) no-repeat;
    background-size: 100% 100%;
}
.foot-box .foot-div .foot-lf .link-a .friend-link{
    font-size: 14px;
    letter-spacing: 1px;
    width:75px;
    position: absolute;
    top:-9px;
    text-align: center;
}
.foot-box .foot-div .foot-lf .link-a a{
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #ffffff;
    padding:0 8px;
    width:80px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.foot-box .foot-div .foot-lf .link-a a:hover{
    color:#E8332A;
}
.foot-box .foot-div .foot-lf .code-ul{
    padding:0 70px;
}
.foot-box .foot-div .foot-lf .code-ul li{
    float: left;
    width:50%;
    letter-spacing: 5px;
}
.foot-box .foot-div .foot-lf .code-ul li .img_box{
    width: 90px;
    height: 90px;
    line-height: 88px;
    margin:24px auto 5px;
    background-color: #ffffff;
}
.foot-box .foot-div .foot-rg{
    width:530px;
}
.foot-box .foot-div .foot-rg .foot-rg-ul li{
    float: left;
    width:25%;
}
.foot-box .foot-div .foot-rg .foot-rg-ul li .ti-h3{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 2px;
}
.foot-box .foot-div .foot-rg .foot-rg-ul li .ti-h3 i{
    display: block;
    width: 30px;
    border: solid 1px #E8332A;
    margin:8px 0;
}
.foot-box .foot-div .foot-rg .foot-rg-ul li a{
    display: block;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #f0f0f0;
}
.foot-box .foot-div .foot-rg .foot-rg-ul li a:hover{
    color:#E8332A
}
/*侧边悬浮框*/
.suspension {
    position: fixed;
    right:-130px;
    top:50%;
    margin-top: -180px;
    z-index: 9999;
}
.suspension .suspension-ul li{
    background: #e2131b;
    height:80px;
    margin-bottom: 1px ;
    position: relative;
    right:0;
    transition: all 0.5s;
    cursor: pointer;
}
.suspension .box{
    display: block;
    width: 80px;
    color:#fff;
    text-align: center;
    padding:10px 0 ;
    line-height: 25px;
}
.suspension .my-kefu-right{
    width:130px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin:20px 0;
    border-left: 1px solid #fff;
}
.suspension .box .img_box{
    width:35px;
    height:35px;
    line-height: 35px;
}
.suspension .suspension-ul li.last{
    border-bottom: 0;
}
.suspension .suspension-ul li:hover{
    right: 20px;
    transition: all 0.5s;
}
.suspension .suspension-ul li.tel:hover{
    right: 130px;
    transition: all 0.5s;
}
.suspension .qr-code{
    display: none;
    position: absolute;
    left:-130px;
    bottom:72px;
    background: #fff;
    width:98px;
    height:98px;
    padding:5px;
}
.suspension .qr-code img{
    width:100%;
    height:100%;
}
.news-list li:last-child a{
	border-bottom:solid 1px #bfbfbf!important;
}
.page{
	margin-top: 30px;
	text-align: center!important;
	clear: both;
}
.page li a,.page li span{
    color: #000;
}
.page li{
	display: inline-block;
    padding: 7px 14px;
    margin: 0 5px;
    border: 1px solid #d2d2d2;
}
.page .active,.page .active span{
	background: #e2131b!important;
	color:#fff!important;
}




.swiper-container.banner .swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.swiper-container.banner .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 70px;
    height: 5px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.8;
    border-radius: 0;
    cursor: pointer;
}
.swiper-container.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #E8332A;
}
.swiper-container.banner .text-box{
    position: absolute;
    width: 665px;
    height: 280px;
    background-color: rgba(0,0,0,0.5);
    top:50%;
    margin-top: -140px;
    left:50%;
    margin-left: -333px;
    color:#fff;
    padding:10px 20px;
    -webkit-transition: all 0.3s;
}
.swiper-container.banner .swiper-slide-active .text-box{
    animation: img02 1s;
    -webkit-animation: img02 1s;
}
@keyframes img02 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes img02 /* Safari 和 Chrome */
{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.swiper-container.banner .text-box .border-box{
    height:100%;
    border:1px solid #fff;
    position: relative;
    text-align: center;
}
.swiper-container.banner .text-box .border-box .s-box{
    width: 47px;
    height: 24px;
    background-color: #e2131b;
    position: absolute;
    left:-1px;
    top:-1px;
}
.swiper-container.banner .text-box .border-box .s-box.righ-s{
    left:inherit;
    bottom:-1px;
    top:inherit;
    right:-1px;
}
.swiper-container.banner .text-box .border-box .title-h2{
    width: 496px;
    font-size: 49px;
    line-height: 85px;
    font-weight: normal;
    letter-spacing: 2px;
    border-bottom: 1px solid #fff;
    padding:15px 0;
    opacity: 0;
    transition: left 0.3s;
}
.swiper-container.banner .swiper-slide-active .text-box .border-box .title-h2{
    -webkit-transition: left 0.6s;
    -webkit-animation-name: move;
    animation-name: move;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards ;
    animation-fill-mode: forwards ;
    -webkit-animation-delay:1s;  /**延迟动画**/
    animation-delay:1s;
}
@keyframes move{
    from {
        opacity: 0;
        transform: scale(0);
        -webkit-transform:scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
        -webkit-transform:scale(1);
    }
}
@-webkit-keyframes move /* Safari 和 Chrome */
{
    from {
        opacity: 0;
        transform: scale(0);
        -webkit-transform:scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
        -webkit-transform:scale(1);
    }
}
.swiper-container.banner .text-box .border-box .text-p{
    font-size: 30px;
    letter-spacing: 1px;
    padding:25px 0;
    opacity: 0;
    width:100%;
    text-align: center;
    position: absolute;
    bottom:0;
    -webkit-transition: all 0.6s;
}
.swiper-container.banner .swiper-slide-active .text-box .border-box .text-p {
    -webkit-animation-name: img05;
    animation-name: img05;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@keyframes img05 {
    from {
        opacity: 0;
        bottom: 0;
    }
    to {
        opacity: 1;
        bottom: 20px;
    }
}
@-webkit-keyframes  img05 {
    from {
        opacity: 0;
        bottom: 0;
    }
    to {
        opacity: 1;
        bottom: 20px;
    }
}
/*banner02*/
.swiper-container.banner .two-text-box{
    width: 1008px;
    height: 336px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 7px 0 rgba(10, 2, 4, 0.46);
    margin-left:-504px;
    margin-top: -168px;
}
.swiper-container.banner .two-text-box .border-box{
    border: solid 1px #b5b5b5;
}
.swiper-container.banner .two-text-box .border-box .title-h2{
    width:100%;
    border-bottom: 0;
    font-size: 36px;
    line-height: 58px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #E8332A;
    padding-top: 40px;
}
.swiper-container.banner .two-text-box .border-box .text-p .ts-s{
    float: left;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #555555;
    width:25%;
    text-align: left;
    padding:10px 30px;
    box-sizing: border-box;
}
.swiper-container.banner .two-text-box .border-box .text-p .ts-s .sta{
    width: 16px;
    height: 15px;
    margin-right: 8px;
    background: url(../image/img215.png) no-repeat;
}
/*banner03*/
.swiper-container.banner .tre-text-box{
    background: transparent;
    padding:0;
    width:100%;
    height:100%;
    text-align: center;
    margin-left: -50%;
    margin-top: -220px;
}
.swiper-container.banner .tre-text-box .border-box{
    border:0;
}
.swiper-container.banner .tre-text-box .border-box .title-h2{
    width:100%;
    font-size: 43px;
    border-bottom: 0;
    letter-spacing: 2px;
    line-height: normal;
    color: #e50114;
    font-weight: bold;
    padding:5px 0;
}
.swiper-container.banner .tre-text-box .border-box .title-s{
    font-size: 36px;
    letter-spacing: 1px;
    color: #353535;
    opacity: 0;
    transition: left 0.3s;
}
.swiper-container.banner .swiper-slide-active .text-box .border-box .title-s{
    -webkit-transition: left 0.6s;
    -webkit-animation-name: move;
    animation-name: move;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards ;
    animation-fill-mode: forwards ;
    -webkit-animation-delay:1s;  /**延迟动画**/
    animation-delay:1s;
}
.swiper-container.banner .tre-text-box .border-box .title-h3{
    font-size: 45px;
    letter-spacing: 2px;
    color: #353535;
    opacity: 0;
    transition: left 0.3s;
}
.swiper-container.banner .swiper-slide-active .text-box .border-box .title-h3{
    -webkit-transition: left 0.6s;
    -webkit-animation-name: move;
    animation-name: move;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards ;
    animation-fill-mode: forwards ;
    -webkit-animation-delay:1s;  /**延迟动画**/
    animation-delay:1s;
}
.swiper-container.banner .tre-text-box .border-box .ig{
    text-align: center;
    margin: 10px auto;
    padding:0;
    -webkit-transition: all 0.6s;
}
.swiper-container.banner .swiper-slide-active .text-box .border-box .ig {
    -webkit-animation-name: img06;
    animation-name: img06;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@keyframes img06 {
    from {
        opacity: 0;
        bottom: 0;
    }
    to {
        opacity: 1;
        bottom: 90px;
    }
}
@-webkit-keyframes  img06 {
    from {
        opacity: 0;
        bottom: 0;
    }
    to {
        opacity: 1;
         bottom: 90px;
    }
}
.n-de-text span{
    white-space: initial!important;
}











.link{height:60px;line-height:60px;margin:-25px 0 -35px 0}
.link>div{position:relative;background:#E8332A;border-radius:0 0 10px 10px}
.link .box{padding:0 20px}
.link div:before,.link div:after{content:" ";position:absolute;top:0;width:0;height:0;border-style:solid;border-color:transparent}
.link div:before{left:-15px;border-width:25px 15px 0 0;border-right-color:#E8332A}
.link div:after{right:-15px;border-width:25px 0 0 15px;border-left-color:#E8332A}
.link .box:before{border-right-color:#000;opacity:.5;z-index:1}
.link .box:after{border-left-color:#000;opacity:.5;z-index:1}
.link strong{color:#fff;font-size:16px;font-weight:bold}
.link a{display:inline-block;color:#fff;font-size:16px;margin-right:20px;opacity:.8;vertical-align:top}
.footer{color:rgb(255,255,255,.5);background:#232323;padding:60px 0 60px 0}
.footer>div{display:flex}
.footer dt{position:relative;color:#fff;font-size:18px;font-weight:bold;padding-bottom:30px}
.footer dt:before{content:'';position:absolute;background-color:#39393a;width:78px;height:1px;top:45px}
.footer .fewm{width:15%}
.footer .fewm dd{display:flex;align-items:center}
.footer .fewm dd:last-child{margin-top:20px}
.footer .fewm dd img{width:100px;height:100px;padding:2px;background:#C5C6C9}
.footer .fewm dd #fewm{width:100px;height:100px;padding:2px;background:#C5C6C9}
.footer .fewm dd #fewm canvas{padding:8px;background:#fff;width:100%}
.footer .fewm dd h3{font-size:14px;margin-left:15px;width:20px;line-height:16px}
.footer .flxw{width:45%;padding:0 5%;border-left:1px solid rgb(57,57,57);border-right:1px solid rgb(57,57,57)}
.footer .flxw dd{font-size:16px;line-height:20px;padding-top:16px}
.footer .fnav{width:40%;padding-left:5%}
.footer .fnav li{float:left;width:33.333%;display:flex;justify-content:space-between;align-items:center}
.footer .fnav li a{color:rgb(255,255,255,.5);font-size:16px;line-height:52px}
.footer .fnav li i{color:#E8332A;font-size:20px;margin-right:30px}
.footer .fnav li a:hover{color:#E8332A}
.copyright{color:rgb(255,255,255,.5);font-size:14px;line-height:70px;text-align:center;background:#232323;border-top:1px solid #39393a}
.copyright a{color:rgb(255,255,255,.5)}
.copyright a:hover{color:var(--colour1)}



.toolbar{position:fixed;top:50%;right:1%;margin-top:-163px;z-index:100;width:80px}
.toolbar dd{position:relative;float:left;width:80px;height:80px;background:#E8332A;margin-top:2px;border-radius:5px;color:#fff;font-size:14px;line-height:21px;text-align:center;cursor:pointer;transition:all .5s}
.toolbar dd:first-child{margin-top:0}
.toolbar dd i{width:100%;height:30px;display:block;margin-top:13px;background:url(/template/pc/skin/images/toolbar.png) no-repeat center 0}
.toolbar dd.qq i{background-position-y:0}
.toolbar dd.tel i{background-position-y:-30px}
.toolbar dd.code i{background-position-y:-60px}
.toolbar dd.top i{background-position-y:-90px}
.toolbar dd span{display:block;color:#fff}
.toolbar dd.tel .box{text-align: center;position:absolute;top:0;width:190px;right:-200px;height:100%;margin-right:10px;border-radius:5px;background:#E8332A;opacity:0;transition:all .5s}
.toolbar dd.tel .box p{font-size:14px;margin:15px auto 7px}
.toolbar dd.tel .box h3{font-size:18px;font-weight:bold}
.toolbar dd.tel .box:after{display:block;content:" ";border-style:solid dashed dashed dashed;border-color:transparent  transparent transparent #E8332A;border-width:9px;width:0;height:0;position:absolute;top:50%;margin-top:-9px;right:-18px;margin-left:-12px}
.toolbar dd.code .box{position:absolute;top:0;width:162px;right:-172px;height:162px;margin-right:10px;border-radius:5px;background:#E8332A;opacity:0;transition:all .5s}
.toolbar dd.code .box img{width:142px;height:142px;padding:11px}
.toolbar dd.code .box:after{display:block;content:" ";border-style:solid dashed dashed dashed;border-color:transparent  transparent transparent #E8332A;border-width:9px;width:0;height:0;position:absolute;top:30px;right:-18px;margin-left:-12px}
.toolbar dd:hover{background:#333}
.toolbar dd.tel:hover .box{opacity:1;right:80px}
.toolbar dd.code:hover .box{opacity:1;right:80px}