
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "siyuan";
}

@font-face {
    font-family: "siyuan";
    src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
    font-display: swap;
}

a {
    color: #333;
    text-decoration: none;
}

li {
    list-style: none;
}
input{ 
    outline:medium;
    border: none;
}
.w1400{
    width: 1400px;
    margin: 0 auto;
}
.clear {
    clear: both;
}
.header-bj{
    position: relative;
    width: 100%;
}
.banner img{
    display: block;
    height: 900px;
    width: 100%;
}
/* 轮播图 */
/* #playBox { 
    position: relative; 
    width: 100%; 
    height:900px; 
    background:#333; 
    overflow:hidden;
}
.oUlplay { 
    position: absolute; 
    left: 0; 
    top: 0;
    width: 99999px; 
}
.oUlplay li { 
    float:left;
    position: relative;
}
.oUlplay li div {
    position: absolute;
    left: 100px;
    top: 200px;
}
.oUlplay li img {
    display: block;
    width: 100%;
}
#playBox>.pre{ 
    position: absolute; 
    top:400px; 
    display: block; 
    width: 42px; 
    height: 42px; 
    background:url(../images/left.png) no-repeat left;
    cursor:pointer;
    z-index: 99999;
}
#playBox>.next { 
    position: absolute; 
    top:400px; 
    display: block; 
    width: 42px; 
    height: 42px; 
    background:url(../images/left2.png) no-repeat right;
    cursor:pointer;
    z-index: 99999;
}
#playBox>.pre { 
    left: 10px;
}
#playBox>.next { 
    right: 10px; 
} */
/* 轮播图点 */
/* .smalltitle {
    width: 100%; 
    height: 15px; 
    position: absolute; 
    bottom: 25px;
    z-index: 10;
}
.smalltitle ul { 
    margin: 0 auto;
    display: table;
}
.smalltitle ul li { 
    float: left; 
    width: 15px; 
    height: 15px; 
    margin: 0 10px; 
    border-radius: 15px; 
    background:#db0f31; 
    overflow: hidden;
    zoom:1;
} */
/* 轮播图 */
.header-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.topBg{
    height:50px;
    line-height: 50px;
    border-bottom: 1px solid #e6e6e6;
}
.topBg-lf {
    float: left;
    margin-left: 6px;
    font-size: 14px;
}
.topBg-lf a,
.toptz a{
    font-size: 15px;
    color: #ccc;
    border:none;
}
.topBg-lf em{
    margin: 0 4px;
    color: #ccc;
    font-style: normal;
}
.topBg-lr {
    float: right;
}
.topBg-lr span{
    font-size: 16px;
    font-weight: bold;
    color: rgb(219, 15, 49);
}
.toptz{
    float: right;
    margin-left: 40px;
}
.toptz a{
    margin-left: 42px;
}
.toptz a:hover{
    color: rgb(219, 15, 49);
}
.header-nav{
    float: left;
    display: table;
    margin-top: 20px;
}
.header-nav figure {
    float: left;
    width: 450px;
}
.header-nav figure img {
    float: left;
    display: block;
    margin-right: 8px;
    width: 34px;
}
.header-nav figure figcaption {
    float: left;
    margin-top:3px;
}
.header-nav figure figcaption h1,
.header-nav figure figcaption h2 {
    font-size: 23px;
    color: #fff;
    font-weight: normal;
}
.nav-dh{
    float: right;
    margin-top: 32px;
}
.nav-dh ul{
    overflow: hidden;
} 
.nav-dh ul li {
    float: left;
    margin-left:56px;
    text-align: center;
}
.nav-dh ul li a {
    display: block;
    padding-bottom: 6px;
    font-size: 16px;
    color: #fff;
    border-bottom:2px solid  rgba(255, 255, 255, 0);
} 
.nav-dh ul li a:hover{
    border-bottom:2px solid  #db0f31;
}
.about-box {
    margin-top: 74px;
    margin-bottom: 84px;
}
.about-box>div{
    overflow: hidden;
}
.about-lf{
    float: left;
    width: 630px;
}
.about-title h2{
    font-size: 24px;
    color: rgb(219, 15, 49);
}
.about-title span{
    display: block;
    margin-top: 2px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase; 
}
.about-text{
    margin-top: 26px;
}
.about-text p{
    margin-bottom: 16px;
    color: #333;
    font-size: 15px;
    line-height: 220%;
    text-align: justify;
}
.about-lf a{
    display: block;
    margin-top: 28px;
    font-size: 16px;
    color: #fff;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 20px;
    background-color: rgba(219, 15, 49, 1);
}
.about-lf a:hover{
    background-color:#434343;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.about-box figure{
    float: right;
    margin-top: 14px;
    width: 670px;
}
.about-box figure img{
    display: block;
    width: 100%;
    transition: all 0.5s;
}
.about-box figure img:hover{
    transform: rotateZ(0deg) scale(1.1);
}
.about-box ul{
    width: 94%;
    margin: 0 auto;
    margin-top: 130px;
    overflow: hidden;
}
.about-box ul li{
    float: left;
    margin-left: 136px;
    padding-top: 16px;
    width: 154px;
    height: 154px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.about-box ul li img{
    display: block;
    margin: 0 auto;
}
.about-box ul li span{
    display: block;
    margin-top: 5px;
    font-size: 15px;
    color: #434343;
    text-align: center;
    font-weight: bold;
}
.about-box ul li:first-child{
    margin-left: 0;
}
.about-box ul li:nth-child(3){
    background-color: #db0f31;
}
.about-box ul li:nth-child(3) span{
    color: #fff;
}
.product-gd{
    height: 1230px;
}
.product-box{
    padding-top: 52px;
    width:100%;
    height: 400px;
    background-image: url(../images/wz2.jpg);
    background-position: center bottom;
    background-attachment: fixed;
}
.z-title{
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 46px;
    color: #434343;
    text-align: center;
}
.z-title h3{
    margin-bottom: 12px;
    font-size: 25px;
}
.z-title img{
    display: block;
    margin: 0 auto;
}
.z-title p{
    margin-top: 21px;
    font-size: 15px;
    line-height: 30px;
    color: #999;
}
.z-bs{
    color: #fff;
}
.z-bs p{
    color: #fff;
}
.product-cont ul {
    overflow: hidden;
}
.product-cont ul li{
    float: left;
    width: 449px;
    margin: 0 26px 26px 0;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid rgb(238, 238, 238);
    background-color: #fbfbfb;
}
.product-cont ul li:nth-child(3n){
    margin-right: 0;
}
.product-cont ul li:hover{
    border-color: #db0f31;
    box-shadow: rgba(238, 238, 238, 1) 0px 0px 2px 2px;
}
.product-cont ul li figure{
    width: 100%;
    height: 326px;
    overflow: hidden;
}
.product-cont ul li figure img{
    display: block;
    width: 100%;
    transition: all 0.4s;
    overflow: hidden;
}
.product-cont ul li .broduct-top:hover .tu-pi img:first-child{
    transform: rotateZ(0deg) scale(1.1);
}
.tu-pi{
    position: relative;
}
.tu-pi .mask{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 326px;
    transition: all 0.5s;
}
.tu-pi:hover .mask{
    background:rgba(219, 15, 49, .8);  
}
.tu-pi>img{
    position: absolute;
    top:50%;
    left:50%;
    display: none;
    transform:translateX(-50%) translateY(-50%); 
}
.tu-pi:hover img{
    display: block;
}
.cp-text h2{
    margin-top: 14px;
    font-size: 18px;
    color: #333;
    /* font-weight: normal; */
    text-align: center;
    text-overflow: ellipsis;  
    white-space: nowrap; 
    overflow: hidden;
}
.cp-text h2:hover{
    color: #db0f31;
}
.cp-text p{
    display: block;
    margin-top: 10px;
    height: 70px;
    font-size: 14px;
    color: #5a5a5a;
    text-align: center;
    line-height: 24px;
}
/* 产品百科 */
.Industry-jz{
    margin-top: 60px;
}
.industry-box{
    padding-top: 75px;
    width: 100%;
    height: 540px;
    background-image: url(../images/wz8.jpg);
    background-position: center bottom;
    background-attachment: fixed;
}
.industry-cont{
    position: relative;
}
.industry-cont>img{
    display: block;
    width:720px;
}
.white-bj{
    position: absolute;
    top: 45px;
    right: 0;
    padding: 40px 50px 50px 50px;
    width: 650px;
    border: 1px solid #eee;
    background-color: #f2f2f2;
}
.white-bj .biaoti h2{
    font-size: 22px;
    color: #db0f31;
    font-weight: normal;
    text-overflow: ellipsis;  
    white-space: nowrap; 
    overflow: hidden;
}
.white-bj .biaoti h2:hover{
    font-weight: bold;
}
.white-bj .biaoti time{
    display: block;
    margin: 2px 0 0 2px;
    font-size: 16px;
    color:#434343;
}
.white-bj .biaoti span{
    display: block;
    margin-top:11px;
    width: 80px;
    border-top: 2px solid #db0f30;
}
.white-bj p{
    margin-top: 24px;
    font-size: 15px;
    color: #5a5a5a;
    line-height: 28px;
    height:110px;
    overflow: hidden;
}
.more-gd {
    margin-top: 22px;
    padding: 4px 0 4px 0;
    width: 42px;
    background-color:#db0f31;
}
.more-gd img{
    display: block;
    width: 28px;
    margin: 0 auto;
}
.more-gd:hover {
    box-shadow: 0 0 10px rgba(219,15,49,0.5);
}
/* 公司新闻 */
.news-box{
    margin-top:70px;
    margin-bottom: 50px;
}
.news-box ul{
    overflow: hidden;
}
.news-box ul li{
    float: left;
    padding-bottom: 30px;
    margin: 0 22px 22px 0;
    width: 450px;
    border: 1px solid rgb(238, 238, 238);
}
.news-box ul li:last-child{
    margin-right: 0;
}
.news-box .tu-pi .mask {
    height: 300px;
}
.news-box ul li figure{
    width: 100%;
    overflow: hidden;
}
.news-box ul li figure img{
    display: block;
    width: 100%;
    height: 300px;
}
/* 加 */
.news-text{
    padding: 0 12px;
    margin-top:22px;
    text-align: center;
}
.number img{
    display: block;
    margin: 0 auto;
}
.number span{
    margin-top: -44px;
    display: block;
    font-size: 26px;
    color: #999;
}
.news-text h2{
    margin: 18px 0 16px 0;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;  
    white-space: nowrap; 
    overflow: hidden;
}
.news-text h2:hover{
    color: #db0f31;
}
.news-text p{
    display: block;
    font-size: 14px;
    color:#5a5a5a;
    text-align: center;
    line-height: 24px;
}
/* 搜索 */
.contact-title {
    margin-bottom: 20px;
    color: #db0f31;
    font-size: 50px;
    font-weight:900;
}
.contact-box{
    margin-top: 70px;
    padding: 40px 0 51px 0;
    text-align: center;
    background: url(../images/bg.jpg) no-repeat center;
}
.contact-sub {
    margin-bottom: 40px;
    font-size: 16px;
    color: #999;
}
.t {
	padding: 15px 20px;
    width: 364px;
    color: #b0bec5;
    font-size: 14px;
    outline: none;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.suo {
    padding: 14px 30px;
    color: #fff;
    font-size:16px;
    letter-spacing: 2px;
    border: none;
    background:#db0f31;
    cursor: pointer;
    transition: all 0.3s;
}
.suo:hover {
    background:#db0f31;
    box-shadow: 0 0 30px rgba(219,15,49,0.5);
}  
/* 轮播 */
.scroll-box{
    margin-bottom: 58px;
    padding-top: 76px;
    width: 100%;
    height: 260px;
    box-sizing: border-box;
    background-image: url(../images/wz14.jpg);
    background-position: center bottom;
    background-attachment: fixed;
}
.stats-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.stat-number-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 1;
}
.stat-number-row .stat-num:hover{
    color: #db0f31;
}
.stat-num {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
    /* 数字变动的亮度脉冲 */
    animation: pulse-glow 0.3s ease-out;
}
.stat-suffix {
    margin: 0 0 4px 4px;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}
.stat-unit {
    margin: 0 0 6px 2px;
    font-size: 18px;
    color: #fff;
}
.stat-label {
    margin-top: 22px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
}
/* 分隔线 */
.divider {
    width: 1px;
    height: 70px;
    background: rgba(255,255,255,0.2);
}
.stat-item {
    text-align: center;
    animation: fade-up 0.6s ease forwards;
}

/* 数字滚动时的发光动画 */
@keyframes pulse-glow {
    0%   { text-shadow: 0 0 0px rgba(255,255,255,0); }
    50%  { text-shadow: 0 0 16px rgba(255,255,255,0.8); }
    100% { text-shadow: 0 0 0px rgba(255,255,255,0); }
}

/* 滚动过程中数字的高亮闪烁 */
.counting {
    animation: counting-flash 0.05s steps(1) infinite;
}
@keyframes counting-flash {
    0%   { color: #ffffff; }
    50%  { color: #fff; }
    100% { color: #ffffff; }
}

/* 完成时的弹跳效果 */
@keyframes bounce-in {
    0%   { transform: scale(0.8); opacity: 0.5; }
    60%  { transform: scale(1.12); }
    80%  { transform: scale(0.96); }
    100% { transform: scale(1);   opacity: 1; }
}
.bounce-done {
    animation: bounce-in 0.5s cubic-bezier(.36,.07,.19,.97) forwards;
}

/* 入场淡入 */
@keyframes fade-up {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
.stat-item:nth-child(1) { animation-delay: 0.1s; }
.stat-item:nth-child(3) { animation-delay: 0.25s; }
.stat-item:nth-child(5) { animation-delay: 0.40s; }
.stat-item:nth-child(7) { animation-delay: 0.55s; }
/* 产品百科 */
.branch-box{
    overflow: hidden;
}
.branch-lf{
    position: relative;
    float: left;
    padding: 0 30px 22px 30px;
    width:400px;
    background-color: #f9f9f9;
    border: 1px solid rgb(238, 238, 238);
}
.branch-top{
   height: 288px;
}
.branch-top .red{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background-color: #db0f31;
}
.branch-top figure{
    display: block;
    width: 398px;
    margin:0 auto;
    margin-top: 34px;
    z-index: 999;
}
.branch-top figure img{
    width: 100%;
    height:248px;
}
.branch-but{
    padding-left: 4px;
}
.branch-but h2{
    margin: 10px 0 6px 0;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;  
    white-space: nowrap; 
    overflow: hidden;
}
.branch-but h2:hover,
.branch-list h2:hover{
    color: #db0f31;
}
.branch-but time{
    font-size: 13px;
    color: #999;
}
.branch-but p{
    padding-top: 10px;
    font-size: 14px;
    line-height: 25px;
   color: #5a5a5a;
}
.branch-lr{
    padding: 34px 42px 40px 42px;
    float: right;
    width: 906px;
    box-sizing: border-box;
    border: 1px solid rgb(238, 238, 238);
}
.branch-lr ul li{
    margin-bottom: 34px;
    overflow: hidden;
}
.branch-lr ul li:last-child{
    margin-bottom: 0;
}
.branch-lr .shijian{
    float: left;
    text-align: center;
}
.branch-lr .shijian time{
    display: block;
}
.branch-lr .shijian time:first-child{
    color: #db0f31;
    font-size: 36px;
    font-weight: bold;
}
.branch-lr .shijian time:nth-child(2){
    margin-top: -2px;
    color: #db0f31;
    font-size: 14px;
}
.branch-list{
    float: right;
    width: 752px;
}
.branch-list h2{
    padding-top: 6px;
    font-size: 17px;
    color: #333;
    text-overflow: ellipsis;  
    white-space: nowrap; 
    overflow: hidden;
}
.branch-list p{
    margin-top: 10px;
    height: 56px;
    font-size: 14px;
    line-height: 28px;
    color: #5a5a5a;
}
/* 底部 */
.footer-box{
    width: 100%;
}
.footer-bj{
    padding-top: 90px;
    height: 347px;  
    box-sizing: border-box;
    background: url(../images/wz6.gif) no-repeat center;
    background-size: 100% 100%;
}
.footer-jz{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-list{
    width: 400px;
}
.footer-list p{
    margin-top:16px;
    width: 400px;
    font-size: 15px;
    color: #ccc;
    line-height: 30px;
}
.footer-dh{
    overflow: hidden;
}
.footer-dh img{
    float: left;
    display: block;
    margin-right: 12px;
    width: 38px;
}
.footer-dh span{
    float: left;
    display: block;
    margin-top: 6px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
/* 图片 */
.footer-list:nth-child(2n){
    width: 292px;
}
.footer-list .ewm{
    overflow: hidden;
}
.ewm strong{
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
}
.ewm figure {
    float: left;
    margin-right: 50px;
}
.ewm figure img {
    display: block;
    width: 120px;
}
.ewm figure figcaption {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 30px;
}
 .ewm figure:last-child {
    margin-right: 0;
} 
.lxwm-lr{
    text-align: right;
}
.lxwm-lr strong{
    display: block;
    font-size: 20px;
    color: #fff;
}
.lxwm-lr span{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase; 
}
.lxwm-lr ul{
    margin-top: 20px;
}
.lxwm-lr ul li{
    margin-bottom: 8px;
    font-size: 14px;
    color: #fff;
}
/* 加 */
.full_width{
    width: 100%;
    height:80px;
    line-height: 80px;
    font-size: 14px;
    background-color: #202020;
}
.full_width p {
    float: left;
    color: #ccc;
}
.full_width a {
    color: #ccc;
}
/* 加 */
     /* ── 区块标题 ── */
.section-title {
    padding: 48px 0 8px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #bbb;
}
/* ── 滚动轨道容器 ── */
.marquee-wrapper {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 90px;
    overflow: hidden;
    
    /* 两侧渐隐遮罩 */
    -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 120px,
    #000 calc(100% - 120px),
    transparent 100%
    );
    mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 120px,
    #000 calc(100% - 120px),
    transparent 100%
    );
}

/* 鼠标悬停时暂停 */
.marquee-wrapper:hover .marquee-track {
    animation-play-state: paused;
}

/* ── 滚动轨道（复制一份内容实现无缝循环） ── */
.marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: marquee-left 100s linear infinite;
}

@keyframes marquee-left {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ── Logo 卡片 ── */
.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 56px;
    flex-shrink: 0;
}

    
/* 悬停还原彩色 */
.logo-item:hover .logo-text {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.08);
}
/* 纯文字 Logo（用于演示） */
.logo-text {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    height: 48px;
    line-height: 48px;
    filter: grayscale(100%) opacity(0.8);
    transition: filter 0.35s ease, transform 0.35s ease;
}
.logo-text svg {
    flex-shrink: 0;
}

/* 分隔线 */
.divider {
    width: 1px;
    height: 32px;
    background: #e5e5e5;
    flex-shrink: 0;
}
/* 返回顶部 */
#backToTop {
    position: fixed;
    right: 36px;
    bottom: 40px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    /* 初始隐藏 */
    opacity: 0;
    transform: translateY(16px) scale(0.9);
    pointer-events: none;
    transition:
    opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.25s ease;

    /* 投影 */
    box-shadow:
    0 4px 18px rgba(219, 15, 49, 0.35),
    0 2px 6px rgba(0, 0, 0, 0.5);
}
/* 出现状态 */
#backToTop.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

/* 悬停 */
#backToTop:hover {
    box-shadow:
    0 6px 28px rgba(219, 15, 49, 0.55),
    0 4px 12px rgba(0, 0, 0, 0.6);
    transform: translateY(-2px) scale(1.04);
}

/* 点击 */
#backToTop:active {
    transform: translateY(0) scale(0.96);
    box-shadow:
    0 2px 10px rgba(219, 15, 49, 0.3),
    0 1px 4px rgba(0, 0, 0, 0.5);
}

/* ── 渐变背景（上蓝 下深） ── */
.btn-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(
    to bottom,
    #db0f31 0%,
    #db0f31 52%,
    #db0f31 53%,
    #db0f31 100%
    );
}

/* ── 箭头图标 ── */
.btn-icon img{
    display: block;
    width: 20px;
}
.btn-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ── 滚动进度提示文字 ── */
#scrollPercent {
    position: fixed;
    right: 36px;
    bottom: 100px;
    font-size: 11px;
    color: rgba(255,255,255,0.35);
    text-align: center;
    width: 52px;
    opacity: 0;
    transition: opacity 0.35s;
    pointer-events: none;
}
#scrollPercent.visible { opacity: 1; }

/* ── 点击涟漪 ── */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    transform: scale(0);
    animation: ripple-anim 0.5s linear;
    pointer-events: none;
}
@keyframes ripple-anim {
    to { transform: scale(3); opacity: 0; }
}
 /* 内页产品中心 */
.lanmunav{
    margin-bottom: 10px;
}
.weap ul {
    text-align: center;
}
.weap ul li {
    display: inline-block;
}
.weap ul li.on a, .weap ul li a:hover {
    border-bottom: 3px solid #db0f31;
}
.weap ul li a {
    color: #333;
    display: block;
    padding: 16px 20px;
    border-bottom: 3px solid #fff;
} 
.ny-banner{
    padding-top: 52px;
    width: 100%;
    height: 500px;
    background-image: url(../images/slide3.jpg);
    background-position: center bottom;
    background-attachment: fixed;
}
.cpzx-bj{
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #e3e3e3;
    background-color: #f6f6f6;
}
/* 加 */
 
.cpzx-cont ul{
    
    overflow: hidden;
}
.cpzx-cont ul li {
    float: left;
    width: 446px;
    margin: 0 30px 30px 0;
    padding-top: 20px;
    background-color: #e8e8e8;
}
.cpzx-cont ul li:nth-child(3n){
    margin-right: 0;
}
.cpzx-cont ul li figure{
    width: 386px;
    margin:0 auto;
}
.cpzx-cont ul li figure img{
    display: block;
    width: 100%;
    height: 300px;
    transition: all 0.3s;
}
.cpzx-cont ul li figure img:hover {
    transform: scale(1.1);
}
.cpzx-text{
    margin-top: 20px;
    padding: 20px 10px;
    background-color: #fff;
}
.cpzx-text span{
    display: block;
    margin-bottom: 5px;
    width: 46px;
    height: 2px;
    background: #db0f31;
}
.cpzx-text h2{
    margin:8px 0 2px 0;
    font-size: 18px;
    /* font-weight: normal; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cpzx-text h2:hover{
    color: #db0f31;
}
.cpzx-text p{
    margin-top: 6px;
    font-size: 14px;
    color: #777;
    line-height: 24px;
    height: 48px;
}
/* 公司新闻 */
.grey-bj{
    width: 100%;
    margin-bottom: 50px;
}
 .grey-hs{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f6f6f6;
 }
.news-xw{
    margin-top: -152px;
    overflow: hidden;
}
.widget{
    float: left;
    width: 220px;
}
.red-bj{
    padding: 40px 0 46px 30px;
    color: #fff;
    background-color: #db0f31;
}
.red-bj span{
    display: block;
}
.red-bj span:first-child{
    font-size: 24px;
    text-transform: uppercase;
}
.red-bj span:nth-child(2){
    margin:8px 0 8px 0;
    width: 40px;
    height: 2px;
    background-color:#d9d9d9;
}
.red-bj strong{
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}
.widget ul{
    padding: 20px 0 20px 0;
    width: 100%;
    background-color: #eeeeee;
}
.widget ul li a{
    display: block;
    font-size: 17px;
    color: #333;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.widget ul li a:hover{
    color: #db0f31;
    font-weight: bold;
}
/* 右边导航 */
.news-cont{
    float: right;
    margin-top:103px;
    width: 1150px;
}
.po {
    margin-left: 10px;
    height: 50px;
}
 .po img{
    float: left;
    display: block;
    margin: 15px 13px 0 0;
}
.po strong,
.po span,
.po a,
.po h1 {
    float: left;
    padding-right:8px;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 50px;
    font-weight: normal;
}
.po h1 {
   color: #db0f31;
}
.po a:hover {
    color: #db0f31;
}
.news-bk{
    margin-top: 20px;
}
.news-bk ul li{
    margin-bottom: 22px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid #eee;
}
.news-lf{
    position: relative;
    float: left;
}
.news-lf figure{
    width: 240px;
}
.news-lf figure img{
    display: block;
    width: 100%;
    height: 160px;
}
.news-lf .news-mask{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 160px;
    transition: all 0.5s;
}
.news-lf:hover .news-mask{
    background:rgba(219, 15, 49, .8);  
}
.news-lf>img{
    position: absolute;
    top:50%;
    left:50%;
    display: none;
    transform:translateX(-50%) translateY(-50%); 
}
.news-lf:hover img{
    display: block;
}
.news-js{
    float: right;
    margin-top:8px;
    width: 824px;
}
.news-js h2{
    font-size: 18px;
    color: #434343;
    font-weight: normal;
    text-overflow: ellipsis;  
    white-space: nowrap; 
    overflow: hidden;
}
.news-js p{
    height: 46px;
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}
.news-js time{
    display: block;
    margin: 8px 0 8px 0;
    font-size: 14px;
    color: #929292;
}
.read-more{
    margin-top: 14px;
    color: #db0f31;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.news-js a h2:hover{
    color: #db0f31;
    font-weight: bold;
}
/* 搜索 */
.search-box .tishi{
    padding-left: 20px;
}
.search-box .tishi span,
.search-box .tishi h1 {
    padding: 0 5px;
    float: left;
    font-size: 17px;
    color: #333;
}
.search-box .tishi h1 {
    color: #db0f31;
}
.search-box .tishi span {
    display: block;
}
.search-cont{
    margin-top: 40px;
}
.search-cont ul {
    overflow: hidden;
}
.search-cont ul li{
    float: left;
    margin: 0 26px 26px 0;
    padding: 15px;
    width: 330px;
    box-sizing: border-box;
    border: 1px solid rgb(238, 238, 238);
    background-color: #fbfbfb;
}
.search-cont ul li:nth-child(4n){
    margin-right: 0;
}
.search-cont ul li:hover{
    border-color: #db0f31;
    box-shadow: rgba(238, 238, 238, 1) 0px 0px 2px 2px;
}
.search-cont ul li figure{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.search-cont ul li figure img{
    display: block;
    width: 100%;
    height: 220px;
    transition: all 0.4s;
    overflow: hidden;
}
.search-cont ul li .broduct-top:hover .tu-pi img:first-child{
    transform: rotateZ(0deg) scale(1.1);
}
.tu-cz{
    position: relative;
}
.tu-cz .mask{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 220px;
    transition: all 0.5s;
}
.tu-cz:hover .mask{
    background:rgba(219, 15, 49, .8);  
}
.tu-cz>img{
    position: absolute;
    top:50%;
    left:50%;
    display: none;
    transform:translateX(-50%) translateY(-50%); 
}
.tu-cz:hover img{
    display: block;
}
.cz-text h2{
    margin-top: 14px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    text-align: center;
    text-overflow: ellipsis;  
    white-space: nowrap; 
    overflow: hidden;
}
.cz-text h2:hover{
    color: #db0f31;
}
.cz-text p{
    display: block;
    margin: 10px 0 2px 0;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 22px;
}
.error-box,
.about-nr{
    margin-top: 20px;
}
.error-box figure img{
    display: block;
    width: 100%;
}
.about-nr,
.detail-ym{
    padding: 30px;
    border: 1px solid #eee;
}
.s-title{
    display: block;
    padding-bottom:15px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #E5E5E5;
}
.about-nr p{
    margin-top:18px;
    font-size: 16px;
    color: #333;
    line-height: 34px;
    min-height: 50px;
}
.about-nr>img{
    display: block;
    margin: 0 auto;
    max-width: 800px;
}
/* 分页 */
.pagination{
    width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
}
.pagefy {
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
}
.current,
.active {
    color: #fff!important;
    background-color: #db0f31;
}
.pagefy a {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 5px;
    height: 20px;
    color: #999;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #cfcfcf;
}
/* 联系我们 */
.about-nr ul{
    margin-top: 40px;
    overflow: hidden;
}
.about-nr ul li {
    float: left;
    margin: 0 0 30px 16px;
}
.about-nr ul li span {
    float: left;
    display: block;
    font-size: 18px;
}
.about-nr ul li span:first-child {
    width: 60px;
}
.about-nr ul li span:last-child {
    padding-left: 26px;
    line-height: 26px;
}
/* 详情 */
.detail-ym{
    margin-top: 20px;
}
.detail-ym a{
    color: #333;
 }
.detail-ym h1{
    color: #333;
    font-size: 20px;
    text-align: center;
}
.label-cont{
    display: table;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 30px;
    font-size: 17px;
    color: #333;
}
.label-cont b{
    font-weight: normal;
}
.label-cont b, .label-cont time,.label-cont a {
    float: left;
}
.label-lf{
    float: left;
}
.biaoqian{
    float: left;
    padding-left: 40px;
}
.jianjie{
    padding: 5px 10px;
    border: 1px solid #d2d2d2;
    background-color: #f6f6f6;   
}
.jianjie p{
    color: #333;
    font-size: 15px;
    text-indent: 20px;
    line-height: 26px;
}
.detail-txt{
    margin-top: 20px;
}
.detail-txt p{
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    text-indent: 30px;
    line-height: 32px;
}
.detail-txt p img{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.detail-txt table{
    margin: 20px 0;
    width: 100%;
}
.page-turn{
    display: table;
    margin-top: 30px;
    width: 100%;
    font-size: 17px;
    color: #3b3652;
    box-sizing: border-box;
}
.page-turn .page-lf{
    float: left;
    width: 455px;
}
.page-turn .page-lr{
    float: right;
}
.page-turn a:hover{
    color:#db0f31;
}
.error-box figure img{
    display: block;
    width: 100%;
}
 
 

  

 









 