/* -------------------------------------------------
 * 
 * -------------------------------------------------
*/
@import url(./bootstrap.min.css);
/* -------------------------------------------------
 * 
 * -------------------------------------------------
*/
nav {
  height: 60px;
  background: #333; }
  nav .inner {
    width: 1200px;
    height: 60px;
    margin: 0 auto; }
    nav .inner .logo {
      float: left; }
      nav .inner .logo a {
        outline: none; }
      nav .inner .logo img {
        width: 130px;
        margin-top: 13px; }
    nav .inner .items {
      float: right;
      margin-right: 10px; }
      nav .inner .items li {
        height: 60px;
        line-height: 60px;
        float: left;
        text-align: center;
        list-style: none;
        margin-right: 15px; }
        nav .inner .items li a {
          color: #fff;
          text-decoration: none; }
          nav .inner .items li a:hover {
            color: #03978b; }
    nav .inner .search {
      float: right;
      margin-top: 15px;
      position: relative; }
      nav .inner .search input {
        outline: none;
        border: none;
        width: 200px;
        height: 30px;
        padding-left: 30px; }
      nav .inner .search span {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        font-size: 18px; }

/* -------------------------------------------------
 * 
 * -------------------------------------------------
*/
.footer {
  width: 100%;
  background: #444855;
  height: 95px;
  margin-top: 50px;
  padding-top: 60px; }
  .footer p {
    color: #fff;
    text-align: center;
    margin: 0; }
    .footer p a {
      color: #fff; }
      .footer p a:hover {
        color: #fff; }

body {
  background: #f1f1f1;
  font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale; }

* {
  padding: 0;
  margin: 0; }

.container {
  width: 960px;
  margin-top: 50px; }
  .container .help {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-bottom: 20px;
    min-height: 100px;
    overflow: hidden;
    text-align: center; }
    .container .help .title {
      height: 75px;
      line-height: 100px;
      font-size: 28px; }
      .container .help .title a {
        text-decoration: none;
        color: #03978b; }
        .container .help .title a:hover {
          color: #007f73; }
    .container .help p {
      font-size: 16px;
      color: #555;
      font-weight: 500; }
    .container .help .seperate {
      width: 800px;
      height: 2px;
      border-radius: 50%;
      margin: 0 auto;
      background: #ccc;
      margin: 24px auto 16px auto; }
    .container .help li {
      list-style: none;
      line-height: 30px;
      padding: 5px; }
      .container .help li img {
        margin: 0 10px 0 7px; }
      .container .help li span {
        color: red; }
      .container .help li em {
        color: #007f73;
        font-style: normal; }
  .container .contact {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-bottom: 20px;
    min-height: 300px;
    overflow: hidden;
    text-align: center;
    padding-top: 50px; }
    .container .contact .title {
      height: 75px;
      line-height: 100px;
      font-size: 28px; }
      .container .contact .title a {
        text-decoration: none;
        color: #03978b; }
        .container .contact .title a:hover {
          color: #007f73; }
    .container .contact p {
      font-size: 16px;
      color: #555;
      font-weight: 500; }
    .container .contact h4 {
      height: 30px;
      line-height: 30px;
      color: #444;
      font-size: 20px; }
    .container .contact .layout-left {
      width: 50%;
      float: left;
      padding: 10px; }
    .container .contact .line {
      height: 230px;
      margin-top: 23px;
      width: 2px;
      border-radius: 50%;
      background: #ccc;
      margin-top: 10px;
      float: left; }
    .container .contact .laytout-right {
      width: 49%;
      float: left;
      padding: 10px; }
    .container .contact li {
      list-style: none;
      line-height: 24px;
      padding: 5px;
      text-align: left; }
      .container .contact li em {
        font-style: normal;
        color: red; }

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