/**
 * @fileName: main.scss
 * @require normalize
 * @require reboot
 */
.company, .qualify, .honor, .honor__list-col, .honor__list-body, .culture__item, .history__inner, .contact {
  *zoom: 1;
}

.company:before, .qualify:before, .honor:before, .honor__list-col:before, .honor__list-body:before, .culture__item:before, .history__inner:before, .contact:before, .company:after, .qualify:after, .honor:after, .honor__list-col:after, .honor__list-body:after, .culture__item:after, .history__inner:after, .contact:after {
  content: "";
  display: table;
}

.company:after, .qualify:after, .honor:after, .honor__list-col:after, .honor__list-body:after, .culture__item:after, .history__inner:after, .contact:after {
  clear: both;
}

.page-top--about {
  background-image: url(../images/top-bg-about.jpg);
}

.page-top--about .page-top__inner {
  display: none;
}

.about__section--gray {
  background: #f9f9f9;
}

.about__section--gray .about__section-name {
  background: #f9f9f9;
}

.about__section--red {
  background: #f6f8e8;
}

.about__section--red .about__section-name {
  background: #f8f1ee;
}

.about__section-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.about__section-header {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 50px;
}

.about__section-header:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 1px;
  background: #d7d7d7;
  margin-left: -75px;
  -webkit-transform: rotate(-30deg);
     -moz-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
       -o-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.about__section-name {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
  margin-bottom: 0;
  padding: 5px;
}

.company {
  padding-left: 490px;
}

.company p {
  text-indent: 2em;
}

.company__pic-wrap {
  width: 400px;
  margin-left: -490px;
  float: left;
  position: relative;
}

.qualify__list-col {
  float: left;
  width: 33.33333333%;
  border-left: 1px solid #9eb515;
}

.qualify__list-item {
  padding: 5px 20px;
}

.honor__list-col {
  width: 40%;
  float: left;
  padding-left: 150px;
}

.honor__list-col--wide {
  width: 60%;
}

.honor__list-col--wide .honor__list-item {
  width: 50%;
  float: left;
}

.honor__list-header {
  float: left;
  margin-left: -150px;
  color: #9eb515;
}

.honor__list-header-dot {display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 18px;
  height: 18px;background-repeat: no-repeat;}

.certificate {
  padding: 0 30px;
  position: relative;
}

.certificate__wrap {
  overflow: hidden;
  font-size: 0;
}

.certificate__list {
  width: 100%;
  white-space: nowrap;
  position: relative;
  left: 0;
  vertical-align: top;
}

.certificate__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20%;
  text-align: center;
}

.certificate__link {
  display: block;
  padding: 5px;
  border: 1px solid transparent;
  height: 265px;
}

.certificate__link:hover {
  border-color: #dfdfdf;
}

.certificate__link:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.certificate__img {
  vertical-align: middle;
  max-height: 100%;
  width: auto;
}

.certificate__nav-btn {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 50px;
  margin-top: -25px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 50%;
  color: #6c6c6c;
  overflow: hidden;
}

.certificate__nav-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.certificate__nav-btn:disabled {
  color: #dfdfdf;
  opacity: .5;
  filter: alpha(opacity=50);
}

.certificate__nav-btn--disabled {
  color: #dfdfdf;
}

.certificate__nav-btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.certificate__nav-btn--prev {
  left: 0;
}

.certificate__nav-btn--prev:before {
  border-right-color: transparent;
  border-top-color: transparent;
  margin-left: 13px;
}

.certificate__nav-btn--next {
  right: 0;
}

.certificate__nav-btn--next:before {
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.certificate__view {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: none;
  font-size: 0;
  z-index: 2;
}

.certificate__view:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.certificate__view-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background: #fff;
  -webkit-box-shadow: 0 0 15px #ddd;
     -moz-box-shadow: 0 0 15px #ddd;
          box-shadow: 0 0 15px #ddd;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  padding: 32px;
  max-width: 80%;
}

.certificate__view-img {
  width: auto;
}

.certificate__view-close {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  opacity: .5;
  filter: alpha(opacity=50);
}

.certificate__view-close:before {
  content: "\2715";
  font-size: 18px;
  line-height: 32px;
  color: #6c6c6c;
}

.certificate__view-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.culture {
  font-size: 16px;
}

.culture__list {
  padding-left: 150px;
}

.culture__item {
  border-bottom: 1px dashed #b9b9b9;
  padding: 30px;
}

.culture__item:nth-child(4n+1) .culture__title-inner {
  border-color: #ea9e80;
}

.culture__item:nth-child(4n+2) .culture__title-inner {
  border-color: #a5db84;
}

.culture__item:nth-child(4n+3) .culture__title-inner {
  border-color: #e6ba74;
}

.culture__item:nth-child(4n+4) .culture__title-inner {
  border-color: #99bcec;
}

.culture__item:last-child {
  border-bottom: 0;
}

.culture__title, .culture__content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.culture__title {
  margin-left: -150px;
  text-align: center;
  -webkit-nbsp-mode: space;
}

.culture__title-inner {
  display: table-cell;
  width: 94px;
  height: 94px;
  border: 2px solid;
  -webkit-border-radius: 47px;
     -moz-border-radius: 47px;
          border-radius: 47px;
  vertical-align: middle;
}

.culture__content {
  padding: 0 30px;
}

.history {
  margin: 200px auto;
  padding: 0 50px;
  background: #dcdcdc;
  height: 4px;
}

.history__inner {
  height: 4px;
}

.history__col {
  width: 16.66666667%;
  float: left;
  position: relative;
  height: 1px;
  font-size: 16px;
}

.history__col--even {
  bottom: 0;
}

.history__col--even .history__col-inner {
  bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.history__col--even .history__border {
  top: auto;
  bottom: -13px;
}

.history__col--even .history__dot-big {
  top: auto;
  bottom: 0;
}

.history__col--even .history__dot-small {
  top: 0;
  bottom: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.history__col-inner {
  position: absolute;
  padding-left: 30px;
  padding-top: 40px;
  margin-right: -50px;
}

.history__col-inner--wide {
  width: 400px;
}

.history__border {
  position: absolute;
  width: 1px;
  height: 80px;
  background: #9eb515;
  left: 0;
  top: -13px;
}

.history__dot-small {
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #9eb515;
  left: 0;
  bottom: 0;
  margin-left: -5px;
}

.history__dot-big {
  position: absolute;
  width: 26px;
  height: 26px;
  border: 6px solid #9eb515;
  background: #fffcc9;
  -webkit-border-radius: 13px;
     -moz-border-radius: 13px;
          border-radius: 13px;
  margin-left: -13px;
  top: 0;
}

.history p {
  margin-bottom: 5px;
}

.history__year {
  color: #9eb515;
  font-weight: normal;
  font-size: 24px;
}

.contact {
  padding-left: 20px;
  padding-right: 20px;
}

.contact__info {
  width: 45%;
  float: left;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
}

.contact__info-head {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
}

.contact__info-head-en {
  font-style: normal;
  color: #999;
  font-size: 20px;
}

.contact__info-head-separator {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-top: 3px solid #9eb515;
  width: 50px;
  margin-top: 5px;
}

.contact__info p {
  margin-bottom: 10px;
}

.contact__map {
  width: 55%;
  float: left;
  height: 350px;
  position: relative;
  border: 1px solid #eee;
}

.contact__map img {
  max-width: none;
}

.contact__map-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.contact__map-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.honor__list-header-dot{background-position:0px 0px}.honor__list-header-dot{background-image: url(about_z.png)}
