* {
    padding: 0;
    margin: 0;
    font-family: "宋体"; 
}

li {
    list-style: none;
}
a {
    color: #555;
    cursor: pointer;
    text-decoration: none;
}
input {
    padding: 0;
    border: 0;
    outline: none;
}
.kd{
    width: 1400px;
    margin: 0 auto;
}
.header{
 width: 100%;
}
.logo {
    float: left;
    width: 500px;
}
.logo figure img {
    float: left;
    display: block;
    width: 60px;
}
.logo figure figcaption {
    float: left;
}
.logo figure figcaption h1,
.logo figure figcaption h2 {
    margin:16px 0 0 10px;
    font-size: 28px;
    color: #333;
    letter-spacing: 2px;
}
.head-top{
    margin-top: 12px;
    margin-bottom: 14px;
    overflow: hidden;
}
.search {
    float: right;
    margin-top:7px;
    width: 200px;
    height: 40px;
    border-bottom: 1px solid #b9b9b9;
}
.t {
    float: left;
    padding-left: 10px;
    width: 170px;
    font-size: 14px;
    line-height: 40px;
    outline: none;
}
.suo {
    float: right;
    margin-top:13px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(/chanpinzt/imageszt/cz.png) no-repeat center;
    background-size: 100% 100%;
}
.header nav{
    width: 100%;
    height:62px;
    background-color:#333;
}
.header nav ul{
    width: 1400px;
    margin: 0 auto;
}
.header nav ul li{
    float: left;
    margin-right: 84px;
    height:62px;
    line-height: 62px;
}
.header nav ul li:last-child{
    margin-right:0;
}
.header nav ul li a{
    display: block;
    padding: 0 12px;
    width: 100%;
    color:#fff;
    font-size: 19px;
    text-align: center;
}
.header nav ul li .active{
    background-color: #ffcd11;
}
.header nav ul li a:hover{
    background-color: #ffcd11;
}
.mission-bj{
    padding-top: 66px;
    width: 100%;
    height: 146px;
    background-color: #282828;
}
.mission-bj ul{
    display: table;
    padding-top: 26px;
    border-top:1px solid #535353;
}
.mission-bj ul li{
    float: left;
    width: 25%;
    text-align: center;
}
.mission-bj ul li span{
    display: block;
    width: 63px;
    margin: 0 auto;
    margin-top: -29px;
    border-bottom:3px solid #ffcd11;
}
.mission-bj ul li b{
    margin-top: 24px;
    display: block;
    font-size: 26px;
    color: #fff;
}
.mission-bj ul li p{
    margin-top: 15px;
    color: #888;
    font-size: 14px;
}
.foot-bot{
    padding-bottom: 36px;
    width: 100%;
    color: #888;
    font-size: 15px;
    overflow: hidden;
    background-color: #15130c;
}
.bot-lf{
    float: left;
    margin-top: 40px;
    width: 700px;
}
.bot-lf ul {
    margin-bottom: 40px;
    overflow: hidden;
}
.bot-lf ul li{
    float: left;
    width: 11%;
}
.bot-lf a{
    color: #888;
}
.bot-lf ul li a:hover{
    color: #ffcd11;
}
.bot-dz p{
    margin-bottom: 12px;
}
.bot-dz p strong{
    font-weight: normal;
}
.bot-lr{
    float: right;
    margin-top: 50px;
    width: 325px;
}
.bot-lr figure {
    float: left;
}
.bot-lr figure:first-child {
    margin-right: 70px;
}
.bot-lr figure figcaption {
    text-align: center;
}
.bot-lr figure img {
    display: block;
    margin-bottom: 10px;
    width: 125px;
    border-radius: 3px;
}




 