* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
}

.header-top {
    padding: 20px 0;
    width: 1400px;
    height: 50px;
    margin: 0 auto;
}

.logo figure img,
.logo figure figcaption {
    float: left;
}

.logo figure img {
    display: block;
    width: 54px;
    height: auto;
}

.logo figure figcaption h1,
.logo figure figcaption h2 {
    margin: 12px 0 0 5px;
    font-size: 28px;
    color: #343434;
    letter-spacing: 1px;
}

.logo {
    float: left;
}

.phone {
    float: right;
    font-size: 28px;
    color: #000;
    line-height: 60px;
    font-weight: bold;
}

.phone span {
    font-size: 24px;
    color: #ff6536;
}

.nav-box {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    background: #34353f;
}

.nav-bg {
    width: 1400px;
    margin: 0 auto;
}

.nav {
    float: left;
    width: 1000px;
}

.nav ul li {
    float: left;
    width: 125px;
}

.nav ul li a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    display: block;
}

.search {
    padding-top: 15px;
    float: right;
}

.t {
    float: left;
    width: 180px;
    font-size: 12px;
    color: #333;
    line-height: 26px;
    height: 26px;
    border: #ff6536 1px solid;
    border-bottom: #ff6536 2px solid;
    padding-left: 14px;
    padding-right: 5px;
}

.suo {
    width: 50px;
    height: 29px;
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #ff6536;
}

.foot {
    padding: 10px 0;
    width: 100%;
    background: #34353f;
    margin-top: 50px;
}

.foot-box {
    width: 1400px;
    margin: 0 auto;
}

.foot-bottom ul li {
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.foot-bottom ul li a {
    color: #fff;
    display: block;
}
