body {
  background-color: #fff; }

.slider-list {
  position: relative;
  text-align: center;
  font-size: 0; }
.slider-list #slider-item1 {
  background-color: #6d8498; }
.slider-list #slider-item1 .wrap-bg {
  height: 320px;
  background: url(../img/banner-about.jpg) center center no-repeat #6d8498; }
.slider-list #slider-item1 img {
  display: none; }

.navbar {
  letter-spacing: -.31em;
  font-size: 1em;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #FFF;
  z-index: 10; }
.navbar li {
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  width: 25%;
  *width: 24.85%;
  border-left: 1px solid #e5e5e5;
  box-sizing: border-box; }
.navbar li:first-child {
  border-left: 0; }
.navbar li a {
  color: #333;
  text-decoration: none;
  display: block; }
.navbar li a.active {
  background-color: #1199ed;
  color: #fff; }

.stone-text {
  text-align: center;
  font-weight: normal;
  color: #999;
  font-size: 18px; }

.main {
  padding: 0 30px 100px;
  margin-top: 50px;
  font-size: 14px; }
.main .wrap-content {
  position: relative;
  margin-top: 20px; }
.main .wrap-content h2 {
  text-align: center;
  font-weight: normal; }
.main .wrap-content p {
  text-indent: 2em;
  margin: 15px 0; }
.main .wrap-content .our-wish {
  margin-top: 60px;
  text-align: center; }
.main .wrap-content .our-wish p {
  text-indent: 0; }
.main .wrap-employ {
  position: relative;
  color: #333;
  margin-top: 20px; }
.main .wrap-employ h3 {
  margin-bottom: 5px; }
.main .wrap-employ p {
  line-height: 20px; }
.main .wrap-employ p span {
  margin: 0 2px; }
.main .wrap-employ ul {
  list-style-type: circle;
  margin-left: 17px; }
.main .wrap-contact {
  position: relative;
  margin-top: 20px; }
.main .wrap-contact h1 {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #333; }
.main .wrap-contact h1:first-child {
  margin-top: 0; }
.main .wrap-contact > p {
  text-align: center;
  margin: 15px 0;
  font-size: 16px;
  color: #666; }
.main .wrap-contact .title {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  padding-left: 7px;
  color: #666;
  line-height: 40px;
  height: 40px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center; }
.main .wrap-contact table {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 15px;
  color: #666; }
.main .wrap-contact table p {
  text-align: left; }
.main .wrap-contact table td.phone {
  font-weight: bold; }
.main .wrap-contact table.tables td {
  padding: 10px 30px;
  line-height: 1.42857143;
  vertical-align: middle;
  display: table-cell;
  border: 1px solid #e5e5e5; }
.main .wrap-contact table.remain-table td {
  line-height: 1.42857143;
  vertical-align: middle;
  display: table-cell;
  border: 1px solid #e5e5e5;
  padding: 8px 8px 8px 30px; }

.line {
  width: 100%;
  max-width: 650px;
  height: 3px;
  margin: 0 auto;
  background: url(../img/line.png) no-repeat top center;
  position: relative; }

.events {
  padding: 0 100px; }
.events li {
  display: block;
  *zoom: 1;
  margin-top: 10px;
  width: 100%; }
.events li:after {
  content: '';
  display: table;
  clear: both; }
.events li:first-child {
  margin-top: 30px; }
.events li h3 {
  margin: 0;
  font-size: 18px;
  color: #333; }
.events li p {
  margin: 10px 0 0 0 !important;
  font-size: 14px;
  color: #666;
  text-indent: 0 !important; }
.events li .circle {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  background: #1199ed;
  border: 3px solid #fff;
  border-radius: 100%;
  z-index: 20; }
.events .left {
  position: relative;
  padding: 15px;
  width: 40%;
  border: 1px solid #e5e5e5;
  float: left; }
.events .left:before {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  top: -1px;
  border-color: #e5e5e5 transparent transparent;
  border-width: 12px 12px 0 0; }
.events .left:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  border-width: 5px 5px 0 0;
  border-color: #FFF transparent transparent;
  border-width: 10px 10px 0 0; }
.events .right {
  position: relative;
  padding: 15px;
  width: 40%;
  border: 1px solid #e5e5e5;
  float: right; }
.events .right:before {
  content: '';
  display: block;
  position: absolute;
  left: -12px;
  width: 0;
  height: 0;
  top: -1px;
  border-style: solid;
  border-color: transparent #e5e5e5 transparent transparent;
  border-width: 0 12px 12px 0; }
.events .right:after {
  content: '';
  display: block;
  position: absolute;
  left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  border-width: 0 5px 5px 0;
  border-color: transparent #FFF transparent;
  border-width: 0 10px 10px 0; }

.events-line {
  width: 2px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  top: 1px;
  margin-left: -1px;
  z-index: 0; }

@media screen and (max-width: 768px) {
  .slider-list {
    position: relative;
    text-align: center;
    font-size: 0; }
  .slider-list #slider-item1 .wrap-bg {
    display: none;
    background: none; }
  .slider-list #slider-item1 img {
    display: block;
    width: 100%; }

  .events {
    padding: 0 28px; }
  .events .left, .events .right {
    padding: 5px; }
  .events li p {
    margin: 5px 0 0 0 !important; }

  .main .wrap-contact {
    position: relative;
    margin-top: 20px; }
  .main .wrap-contact h1 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px; }
  .main .wrap-contact > p {
    text-align: left;
    margin: 0; }
  .main .wrap-contact .title {
    border-bottom: none;
    font-size: 14px;
    padding-left: 7px;
    line-height: 30px; }
  .main .wrap-contact table {
    font-size: 14px; }
  .main .wrap-contact table p {
    text-align: left; }
  .main .wrap-contact table td.phone {
    font-weight: normal; }
  .main .wrap-contact table.tables td {
    display: block;
    padding: 0;
    margin: 0 0 0 7px;
    border: none; }
  .main .wrap-contact table.tables td:first-child {
    margin-top: 10px; }
  .main .wrap-contact table.tables td:last-child {
    margin-bottom: 10px; }
  .main .wrap-contact table.remain-table td {
    padding: 4px; } }

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