* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    color: #444;
    text-decoration: none;
}

input {
    padding: 0;
    border: 0;
    outline: none;
}
.header-zs{
    font-size: 14px;
    background-color: #003878;
}
.top-box {
    margin: 0 auto;
    width: 1400px;
    height:45px;
    line-height:45px;
    font-size: 14px;
    color: #fff;
}
.top-lf{
    float: left;
    margin-left: 10px;
}
.top-lr{
    float: right;
    margin-right: 14px;
}
.top-lr img{
    float: left;
    display:block;
    margin-top: 12px;
    width:22px;
}
.top-lr strong{
    margin-left:8px;
    font-weight: normal;
}
.header-box {
    width: 1400px;
    margin: 0 auto;
    padding: 30px 0;
    height: 90px;
}
.logo {
    float: left;
    margin-top: 23px;
    width: 313px;
}
.logo figure img {
    float: left;
    display: block;
    width: 46px;
    border-radius: 50%;
}
.logo figure figcaption {
    float: right;
    margin-top: 4px;
}
.logo figure figcaption h1,
.logo figure figcaption h2 {
    color: #000;
    font-size: 26px;
    font-weight: normal;
}
.nav-box{
    position: relative;
    float: right;
    width: 832px;
}
.nav-box>ul{
    overflow: hidden;
}
.nav-box > ul > li{
    float: left;
    margin-left: 14px;
    width: 90px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    border-top: 3px solid rgba(255, 255, 255, 0);
}
.nav-box > ul > li:first-child span{
    display: block;
    margin: 0 auto;
    height: 3px;
    width: 90px;
    background-color: #ff4500;
    transition: all .3s ease;
}
.nav-box > ul > li span {
    display: block;
    margin: 0 auto;
    width: 0;
    height: 3px;
    transition: all .3s ease;
    background-color: #ff4500;
}
.nav-box > ul > li:hover span {
    width: 90px;
}
.nav-box > ul > li>a{
    font-size: 17px;
    color: #000;
    height: 100%;
    font-weight: bold;
}
.nav-box ul ul {
    position: absolute;
    top: 91px;
    left: -9999px;
    z-index: 1;
}
.nav-box li:hover > ul {
    left: auto;
}
.nav-sub {
    margin-left: 100%;
    top: 55px;
}
.nav-has > ul > li {
    width: 150px;
    height: 55px;
    background: #ff4500;
}
.nav-has > ul > li > a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 55px;
} 
.nav-has > ul > li a:hover {
    background: #003878;
}
.nav-sub li {
    width: 150px;
    height: 55px;
    background: #ff4500;
}
.nav-sub li a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    border-left:1px solid #9f9b9b;
}
.footer {
    margin-top: 40px;
    padding: 70px 0 30px 0;
    width: 100%;
    background-color:#21293c;
}
.footer-cont{
    width: 1400px;
    margin: 0 auto;
}
.footer-box {
    color: #989ca7;
    overflow: hidden;
}
.foot-cc {
    float: left;
    width: 330px;
}
.foot-cc strong,
.foot-l strong,
.foot-c strong,
.foot-r > strong {
    display: block;
    margin-bottom: 36px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
}
.foot-cc p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 27px;
}
.foot-l {
    float: left;
    margin-left: 60px;
    width: 200px;
}
.foot-l ul li {
    float: left;
    width: 100px;
}
.foot-l ul li a,
.foot-c ul li a{
    display: block;
    margin-bottom: 14px;
    font-size: 16px;
    color: #989ca7;
}
.foot-l ul li a:hover {
    color: #ff4500;
}
.foot-c {
    float: left;
    margin-left: 60px;
    width: 300px;
}
.foot-c ul li {
    float: left;
    width: 150px;
}
.foot-c ul li a:hover {
    color: #ff4500;
}
.foot-r {
    float: right;
    width: 392px;
}
.foot-r figure {
    margin-top: 14px;
    height: 32px;
}
.foot-r figure img {
    float: left;
    display: block;
    margin-top: 8px;
    width: 22px;
}
.foot-r figure figcaption {
    float: left;
    margin-left: 12px;
    width: 358px;
    font-size: 16px;
    line-height: 32px;
}
.beian a{
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    font-size: 13px;
    color: #989ca7;
    text-align: center;
    border-top:1px solid  #989ca7;
}
.inside-cont{
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 80px;
    display: table;
}
.aside-t{
    float: left;
    width: 228px;
    padding: 24px 20px 28px 20px;
    background-color: #f0f2f7;
}
.aside-t strong {
    display: block;
    padding-left: 2px;
    margin-bottom: 18px;
    font-size: 20px;
    color: #444;
}
.aside-t > ul{
    background-color: #fff;
}
.aside-t > ul > li {
    position: relative;
    border-bottom:1px solid #f0f2f7;
} 
.aside-t > ul > li > a {
    position: relative;
    padding-left: 25px;
    display: block;
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    font-weight: normal;
}
.aside-t > ul > li > a:hover {
    color: #FD4935;
    border-left:1px solid #ff4500;
}
.coll {
    position: absolute;
    top: 0;
    left: 228px;
    width: 150px;
    display: none;
    z-index: 8888;
    background: #f0f2f7;
}
.aside-t > ul > li:hover .coll {
    display: block;
}
.aside-t > ul li ul li a {
    display: block;
    padding: 16px 0;
    font-size: 17px;
    color: #000;
    text-align: center;
}
.aside-t > ul li ul li a:hover {
    color: #ff4500;
    background: #fff;
}
.zb-kd{
    float: right;
    width: 1080px;
}
.zb-kd ul{
    overflow: hidden;
}
.product-lr ul li{
    float: left;
    margin:0 24px 18px 0;
    width: 252px;
    overflow: hidden;
}
.product-lr ul li:nth-child(4n){
    margin-right:0;
}
.product-lr ul li figure {
    overflow: hidden;
}
.product-lr ul li figure img{
    display: block;
    width: 100%;
    height: 252px;
    transition: all 0.75s ease-in-out;
}
.product-lr ul li figure  img:hover {
    transform: scale(1.1);
}
.product-lr ul li .zxbt{
    position: relative;
    display: block;
    width: 100%;
    color: #000;
}
.product-lr ul li .zxbt:hover{
    color: #ff4500;
}
.product-lr .zxbt h2{
    margin-top: 13px;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wz {
    width: 1400px;
    margin: 0 auto; 
    margin-bottom: 32px;
    margin-top: 32px;
    overflow: hidden;
}
.wz figure {
    float: left;
    margin-top: 4px;
}
.wz figure img{
    display: block;
    width: 24px;
}
.wz a,
.wz span,
.wz strong,
.wz h1 {
    float: left;
    display: block;
    margin-left: 10px;
    font-size: 18px;
    color: #555;
    line-height: 32px;
    font-weight: normal;
} 
.informa-bt{
    margin-top: 54px;
    overflow: hidden;
}
.informa-lf{
    float: left;
    width: 400px;
}
.informa-lf strong,
.informa-lf h1{
    display: block;
    font-size: 24px;
    color: #ff4500;
}
.informa-lf span{
    font-size: 27px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase; 
}
.informa-bt ul{
    float: right;
    margin-top: 24px;
    width: 323px;
}
.informa-bt ul li{
    float: left;
    margin-left: 50px;
}
.informa-bt ul li:first-child{
    margin-left:0;
}
.informa-bt ul li a{
    display: block;
    font-size: 18px;
    color: #444;
    width: 100%;
    font-weight: bold;
}
.informa-bt ul li a:hover{
   color: #ff4500;
}
.xw-box{
    width: 1400px;
    margin: 0 auto;
    margin-top: 72px;
}
.xw-box ul li{
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}
.xw-box ul li:last-child{
    border-bottom:none;
}
.new-tp{
    float: left;
    overflow: hidden;
}
.new-tp figure img{
    display: block;
    width: 286px;
    height: 180px;
    transition: all 0.75s ease-in-out;
}
.new-tp figure img:hover {
    transform: scale(1.1);
}
.xw-box ul li:hover a{
    color: #ff4500;
    transition: 0.3s linear;
}
.xw-box ul li .zxbt{
    position: relative;
    display: block;
}
.zx-box ul li .zxbt::before,
.news-box ul li .hd::before,
.product-lr ul li .zxbt::before,
.xw-box ul li .zxbt::before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    display: none;
}
.news-box ul li .hd:hover::before,
.product-lr ul li .zxbt:hover::before,
.xw-box ul li .zxbt:hover::before,
.zx-box ul li .zxbt:hover::before{
    display: block;
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
      left:125%
    }
}
@keyframes shine {
    100% {
      left:125%
    }
}
.xw-lr{
    float: right;
    margin-top:12px;
    width: 1080px;
}
.xw-lr h2{
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap; 
    overflow: hidden;
}
.xw-lr p{
    margin-top: 12px;
    font-size: 15px;
    color: #999;
    line-height: 25px;
}
.time-sj {
    margin-top: 16px;
    display: flex;
    align-items: center;
}
.time-sj img{
    display: block;
    margin: 3px 6px 0 0;
    width: 14px;
}
.time-sj time{
    color: #999;
    font-size: 15px;
}
.xw-lr .more{
    display: block;
    margin-top: 16px;
    font-size: 14px;
    color: #999;
}
.detail-ym h1{
    color: #333;
    font-size: 23px;
    text-align: center;
}
.label-cont{
    display: table;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 30px;
    font-size: 16px;
    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;
    margin-left: 40px;
}
.detail-txt{
    margin-top: 20px;
}
.detail-txt p{
    margin-bottom: 10px;
    font-size: 17px;
    color: #333;
    text-indent: 30px;
    line-height: 36px;
}
.detail-txt p img{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.detail-txt p span{
    font-size: 16px!important;
}
.detail-txt table{
    margin: 20px 0;
    width: 100%;
}
.pagination{
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 94px;
}
.pagefy {
    width: 100%;
    margin-top: 26px;
    text-align: center;
}
.pagefy .current {
    color: #fff;
    background-color: #ff5e32;
}
.pagefy a {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 5px;
    height: 20px;
    color: #666;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #cfcfcf;
    background-color: #fff;
}
.errors-box figure img{
    display: block;
    width: 100%;
}
.product-box {
    margin-top:60px;
}
.product-box ul{
    display: table;
}
.product-box ul li {
    float: left;
    margin:0 23px 24px 0;
    width: 332px;
}
.product-box ul li:nth-child(4n){
    margin-right: 0;
}
.product-box ul li a figure {
    overflow: hidden;
}
.product-box ul li a figure img { 
    display: block;
    width: 100%;
    height: 300px;
    border-radius:6px;
    transition: all .35s ease;
}
.product-box ul li a:hover figure img{
    transform: scale(1.2)
}
.product-box ul li h2{
    margin-top: 18px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    text-align: center;
}
.about-txt img{
    display: block;
    width: 100%;
}
.about-txt p{
    margin-bottom: 10px;
    color: #555;
    font-size: 17px;
    text-indent: 30px;
    line-height: 2;
}
.about-txt ul li {
    float: left;
    margin: 0 68px 30px 0;
    width: 219px;
    font-size: 18px;
    color: #555;
}
.about-txt ul li:nth-child(4n) {
    margin-right: 0;
}
.about-txt ul li span{
    display: inline-block;
}
.about-txt ul li span:first-child {
   width: 60px;
}
.about-txt ul li span:last-child {
    padding-left: 20px;
    line-height: 26px;
}
.about-txt>img{
    display: block;
    margin: 0 auto;
    max-width: 800px;
}
.search {
    margin: 28px 0 23px 0;
    overflow: hidden;
}
.t {
    float: left;
    padding-left: 14px;
    width: 270px;
    font-size: 12px;
    color: #fff;
    line-height: 33px;
    outline: none;
    border: 1px solid #989ca7;
    background-color: #21293c;
}
.search-bj {
    float: left;
    width:52px;
    cursor: pointer;
}
.suo {
    width: 100%;
    font-size: 15px;
    color: #fff;
    line-height: 33px;
    background-color: #989ca7;
    border: 1px solid #989ca7;
}
 

 

 

 