﻿* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.head {
    width: 100%;
}

.head-top {
    margin: 0 auto;
    padding: 20px 0;
    width: 1400px;
    height: 55px;
}

.logo {
    float: left;
    width: 500px;
}

.logo figure img {
    float: left;
    width: 70px;
    display: block;
}

.logo figure figcaption {
    float: left;
    margin-left: 10px;
    width: 420px;
}

.logo figure figcaption h1,
.logo figure figcaption h2 {
    font-size: 28px;
    color: #000;
    line-height: 55px;
    letter-spacing: 1px;
}

.head-r {
    float: right;
    margin-top: 5px;
}

.head-r figure img {
    float: left;
    width: 38px;
    display: block;
}

.head-r figure figcaption {
    float: left;
    margin-left: 10px;
    font-size: 33px;
    font-weight: bold;
    color: #FF5E00;
    letter-spacing: 1px;
}

.nav {
    width: 100%;
    height: 55px;
    background: #ff853f;
}

.nav ul {
    margin: 0 auto;
    width: 1400px;
}

.nav ul li {
    float: left;
    width: 155.5px;
}

.nav ul li a {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 55px;
}

.nav ul li:hover {
    background: #FF5E00;
}

.foot {
    margin-top: 50px;
    padding: 50px 0;
    width: 100%;
    height: 250px;
    background: #ff853f;
}

.foot-box {
    margin: 0 auto;
    width: 1400px;
}

.foot-l {
    float: left;
    width: 400px;
}

.foot-l h4,
.foot-c h4,
.foot-r h4 {
    font-size: 26px;
    color: #fff;
}

.foot-l ul li {
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
}

.foot-c {
    float: left;
    margin-left: 20px;
    width: 600px;
}

.foot-c figure {
    float: left;
    margin-left: 90px;
    margin-top: 30px;
    width: 140px;
}

.foot-c figure:nth-child(2) {
    margin-left: 0;
}

.foot-c figure img {
    width: 140px;
    display: block;
}

.foot-c figure figcaption {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.foot-r {
    float: right;
    width: 300px;
}

.foot-r strong {
    font-size: 30px;
    color: #fff;
}

.search {
    margin-top: 50px;
    width: 300px;
    height: 40px;
    background: #fff;;
}

.t {
    float: left;
    width: 230px;
    padding-left: 14px;
    font-size: 14px;
    color: #000;
    line-height: 40px;
    border: none;
    outline: none;
    background: #fff;
}

.suo {
    float: right;
    width: 50px;
    height: 40px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
    background: #FF5E00;
}

.foot-r a {
    margin-top: 50px;
    font-size: 16px;
    color: #fff;
    display: block;
}

.diu figure img {
    margin-top: 30px;
    display: block;
}

.diu figure figcaption {
    margin-top: 30px;
    font-size: 22px;
    color: #000;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}