* {
    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-box{
    margin-bottom: 30px;
}
.header-dh{
    margin-top: 10px;
    overflow: hidden;
}
.topBg{
    height:40px;
    line-height: 40px;
    background-color: rgb(219, 15, 49);
    border-bottom: 1px solid #e6e6e6;
}
.topBg-lf {
    float: left;
    margin-left: 6px;
    font-size: 14px;
}
.topBg-lf a,
.toptz a{
    font-size: 15px;
    color: #fff;
    border:none;
}
.topBg-lf em{
    margin: 0 4px;
    color: #fff;
    font-style: normal;
}
.topBg-lr {
    float: right;
}
.topBg-lr span{
    font-size: 16px;
    font-weight: bold;
     color: #fff;
}
.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 h2 {
    font-size: 23px;
    color: #333;
}
.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: #333;
    font-weight: bold;
    border-bottom:3px solid  rgba(255, 255, 255, 0);
} 
.nav-dh ul li a:hover{
    border-bottom:3px solid  #db0f31;
}
.footer-box{
    margin-top: 40px;
}
.footer-bj{
    padding-top: 90px;
    height: 347px;  
    box-sizing: border-box;
    background: url(/chanpinzt/imageszt/wz6.png) 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;
}