@charset "UTF-8";
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
  margin: 0;
  padding: 0; }

b {
  font: 1.6rem "Arial"; }

a {
  color: #172c45;
  text-decoration: none; }

a:hover {
  color: #1b1b20;
  text-decoration: none; }

em {
  font-style: normal; }

li {
  list-style: none; }

input[type="submit"],
input[type="reset"],
input[type="button"],
select,
button {
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: #999; }

input[type="text"], input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0; }

body {
  margin: 0 auto;
  line-height: 1.5;
  color: #333;
  background-color: #EEEEEE;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%; }

.clear {
  clear: both; }

img {
  width: 100%; }

.header .nav {
  width: 75%;
  margin: 0 auto;
  padding: 55px 0; }
  .header .nav ul {
    margin: 0 14%;
    width: 100%; }
    .header .nav ul li {
      float: left; }
      .header .nav ul li a {
        font-size: 17px;
        color: #fff;
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding: 0 32px;
        letter-spacing: 1px; }
      .header .nav ul li a:hover {
        color: #ddd; }
      .header .nav ul li .curr {
        border: 1px solid #fff; }

.footer {
  margin-top: 200px;
  color: #fff; }
  .footer > div {
    background-color: #161920;
    height: 425px; }
  .footer .link {
    float: left;
    width: 40%;
    padding-left: 10%; }
    .footer .link a {
      display: block;
      color: #fff;
      font-size: 0.8rem; }
    .footer .link ul {
      padding-top: 40px; }
      .footer .link ul li {
        float: left;
        padding: 20px 20px; }
        .footer .link ul li p {
          line-height: 55px;
          height: 55px;
          font-size: 1.1rem;
          letter-spacing: 2px; }
        .footer .link ul li .h {
          font-size: 1.2rem;
          height: 60px;
          line-height: 60px; }
  .footer .cont {
    float: left;
    width: 50%; }
    .footer .cont p {
      width: 34%;
      margin-top: 120px;
      margin-left: 30%;
      padding: 7px;
      font-size: 1.6rem;
      font-family: 黑体;
      border-top: 3px solid #fff;
      letter-spacing: 1px; }
    .footer .cont .tel {
      width: 90%;
      text-align: center;
      font-size: 3.4rem;
      letter-spacing: 5px;
      color: #fff; }
    .footer .cont .title {
      font-size: 2.8rem;
      text-align: center;
      position: relative;
      width: 70%;
      margin-left: 10%; }
      .footer .cont .title h5 {
        letter-spacing: 4px;
        font-family: '黑体';
        line-height: 70px;
        margin: 20px auto 0; }
      .footer .cont .title h5:before {
        position: absolute;
        top: 38px;
        left: 0;
        content: '';
        width: 24%;
        border-bottom: 3px solid #fff; }
      .footer .cont .title h5:after {
        position: absolute;
        top: 38px;
        left: 76%;
        content: '';
        width: 24%;
        border-bottom: 3px solid #fff; }

/*# sourceMappingURL=common.css.map */
