@charset "UTF-8";
body,
button,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
textarea,
ul {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑", "arial, helvetica, sans-serif"; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

ol,
ul,
li {
  list-style: none; }

button {
  outline: none; }

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border-radius: 0;
  resize: none;
  border: none; }

img {
  border: 0; }

body {
  width: 100%;
  overflow-x: hidden; }

a,
a:active,
a:visited {
  color: black;
  text-decoration: none;
  outline: none;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background: none; }

.container {
  width: 1366px;
  margin: 0 auto;
  overflow: hidden; }

header {
  background: #ffffff;
  height: 63px;
  line-height: 63px;
  padding-left: 40px;
  padding-right: 42px; }
  header a.logo {
    float: left;
    display: block; }
    header a.logo img {
      display: block;
      height: 63px; }
  header .header-right {
    float: right; }
  header nav {
    float: left;
    padding-right: 72px; }
    header nav ul li {
      float: left;
      margin-right: 63px; }
      header nav ul li a {
        color: black;
        font-size: 14px;
        display: block; }
    header nav ul li:hover a {
      color: #FF9900; }
  header a.btn-nav {
    float: left;
    display: block;
    float: right;
    width: 21px;
    height: 21px;
    margin-top: 39px; }
    header a.btn-nav img {
      display: block;
      width: 21px;
      height: 21px; }

.bottom-footer {
  background: #3c3c3c;
  width: 100%;
  height: 173px;
  padding-top: 76px; }
  .bottom-footer .footer-container {
    width: 1133px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden; }
    .bottom-footer .footer-container .footer-top {
      overflow: hidden; }
      .bottom-footer .footer-container .footer-top ul {
        float: left; }
        .bottom-footer .footer-container .footer-top ul li {
          float: left;
          padding-right: 20px;
          margin-right: 20px;
          border-right: 1px solid #FFFFFF; }
          .bottom-footer .footer-container .footer-top ul li a {
            font-size: 12px;
            line-height: 12px;
            display: block;
            color: #FFFFFF; }
        .bottom-footer .footer-container .footer-top ul li:hover a {
          color: #FF9900; }
        .bottom-footer .footer-container .footer-top ul li:last-child {
          border: none; }
      .bottom-footer .footer-container .footer-top .phone {
        color: #FFFFFF;
        cursor: pointer;
        font-size: 12px;
        float: right; }
      .bottom-footer .footer-container .footer-top .phone:hover {
        color: #FF9900; }
    .bottom-footer .footer-container hr {
      clear: both;
      margin-top: 45px;
      margin-bottom: 38px; }
    .bottom-footer .footer-container .footer-bottom {
      font-size: 12px;
      color: #FFFFFF; }
      .bottom-footer .footer-container .footer-bottom p {
        float: left; }
      .bottom-footer .footer-container .footer-bottom p + p {
        float: right; }

/*# sourceMappingURL=common.css.map */
