﻿@charset "utf-8";
@import "reset.css";
@import "compass.css";
a {
  color: #ff7703;
}
html,
body {
  min-width: 1200px;
  height: 100%;
  position: relative;
}
.mod-header {
  height: 98px ;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.mod-header .logo {
  text-align: center;
  line-height: 64px;
  padding: 17px 20px;
  font-size: 48px;
  font-weight: bolder;
  color: #212121;
  letter-spacing: -2px;
}
.mod-header .logo span {
  height: 42px;
  width: 42px;
  font-size: 36px;
  display: inline-block;
  color: #fff;
  background: #ff7703;
  padding: 0 5px;
  vertical-align: middle;
  line-height: 42px;
  border-radius: 50%;
  margin-top: -10px;
}
.mod-body {
  min-height: 100%;
  margin-top: -98px;
}
.mod-body .mod-body-in {
  padding: 98px 0 90px;
}
.mod-body .banner {
  height: 480px;
  background-image: url(../images/bg_banner.png);
  background-color: #ff7703;
  background-size: cover;
  background-position: center ;
  text-align: center;
}
.mod-body .banner h2 {
  color: #fff;
  font-size: 48px;
  padding: 160px 0 40px;
}
.mod-body .banner h3 {
  color: #fff;
  font-size: 24px;
}
.mod-body .about {
  padding: 100px 120px;
}
.mod-body .about .title {
  display: inline-block;
  background: #212121;
  color: #fff;
  line-height: 24px;
  padding: 7px 30px 5px;
  font-size: 18px;
  font-weight: normal;
  border-left: 3px solid #ff7703;
}
.mod-body .about .content {
  position: relative;
  padding: 60px 30px;
}
.mod-body .about .content::after,
.mod-body .about .content::before {
  display: block;
  position: absolute;
  font-size: 120px;
  color: #ccc;
  font-style: italic;
  height: 80px;
  line-height: 80px;
}
.mod-body .about .content::before {
  content: "“";
  left: -30px;
  top: 40px;
}
.mod-body .about .content::after {
  content: "”";
  right: -30px;
  bottom: -20px;
}
.mod-body .about .content p {
  font-size: 15px;
  text-indent: 2em;
}
.mod-body .about .content p.s {
  font-size: 20px;
  text-align: right;
}
.mod-footer {
  margin-top: -90px;
  text-align: center;
  background: #323232;
  padding: 30px 0 40px;
}
.mod-footer a {
  color: #666;
  line-height: 20px;
}
.mod-footer a:hover {
  color: #999;
}