/**
 * @fileName: main.scss
 * @require normalize
 * @require reboot
 */
.service {
  *zoom: 1;
}

.service:before, .service:after {
  content: "";
  display: table;
}

.service:after {
  clear: both;
}

.product__link, .product__more-link, .service__link, .news__link, .news__more-link, .product__link:hover, .product__more-link:hover, .service__link:hover, .news__link:hover, .news__more-link:hover, .product__link:focus, .product__more-link:focus, .service__link:focus, .news__link:focus, .news__more-link:focus {
  text-decoration: none;
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.banner__wrapper {
  position: relative;
  white-space: nowrap;
  left: 0;
  -webkit-transition: left 800ms ease-in;
     -moz-transition: left 800ms ease-in;
       -o-transition: left 800ms ease-in;
          transition: left 800ms ease-in;
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 0;
  word-spacing: -0.43em;
}

.banner__item {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  word-spacing: normal;
  overflow: hidden;
  *white-space: nowrap;
  *position: relative;
}

.banner__image {
  width: 1920px;
  max-width: none;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.banner__btn-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0;
}

.banner__nav-btn {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 50px;
  color: #fff;
  margin-top: -25px;
  opacity: .5;
  filter: alpha(opacity=50);
}

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

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

.banner__nav-btn--prev {
  float: left;
}

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

.banner__nav-btn--next {
  float: right;
}

.banner__nav-btn--next:before {
  border-left-color: transparent;
  border-bottom-color: transparent;
  margin-left: -13px;
}

.banner__pagnation-wrapper {
  position: absolute;
  bottom: 32px;
  text-align: center;
  left: 0;
  right: 0;
  height: 0;
}

.banner__pagnation {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  background: #fff;
  margin: 5px;
}

.banner__pagnation--current {
  background: #9eb515;
}

.index-floor {
  margin-bottom: 20px;
}

.index-floor__header {
  text-align: center;
  padding: 30px 0;
}

.index-floor__header-en {
  color: #bbb;
  font-size: 40px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "FZLanTingHei-EL-GBK", fzltxhjw, sans-serif;
}

.index-floor__header-cn {
  font-size: 30px;
  margin-bottom: 0;
  font-weight: normal;
}

.index-floor__body {
  overflow: hidden;
}

.index-floor__body--visable {
  overflow: visible;
}

.product {
  *zoom: 1;
  margin-left: -1%;
  margin-right: -1%;
  margin-bottom: 10px;
}

.product:before, .product:after {
  content: "";
  display: table;
}

.product:after {
  clear: both;
}

.product__item {
  width: 23%;
  float: left;
  margin: 1%;
  text-align: center;
}

.product__link {
  display: block;
  border: 1px solid #ddd;
}

.product__link:hover {
  border-color: #9eb515;
}

.product__link:hover .product__header {
  color: #9eb515;
}

.product__image {
  display: block;
  width: 100%;
}

.product__text {
  padding: 20px;
}

.product__header {
  font-size: 20px;
  font-weight: normal;
  color: #333;
}

.product__details {
  overflow: hidden;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
}

.product__more {
  text-align: center;
}

.product__more-link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 46px;
  border: 1px solid #ddd;
  width: 160px;
  text-align: center;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
}

.product__more-link:hover {
  background: #9eb515;
  color: #fff;
  border-color: #9eb515;
}

.index-floor--service {
  background: url(../images/service-bg.png) center top no-repeat;
}

.service {
  margin-bottom: 0;
  padding-bottom: 115px;
}

.service__item {
  width: 20%;
  height: 0;
  float: left;
  padding-top: 20%;
  position: relative;
}

.service__link {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  margin-top: -45%;
  margin-left: -45%;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #f0f2e2;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
  *width: 176px;
  *height: 176px;
  *margin-top: -88px;
  *margin-left: -88px;
}

.service__link:hover {
  width: 100%;
  height: 100%;
  margin-top: -50%;
  margin-left: -50%;
}

.service__link-inner {
  position: absolute;
  width: 100%;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -60px;
}

.service__icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.service__icon--zxgh {background-repeat: no-repeat;}

.service__icon--cpsj {background-repeat: no-repeat;}

.service__icon--jsyf {background-repeat: no-repeat;}

.service__icon--yytg {background-repeat: no-repeat;}

.service__icon--sjfx {background-repeat: no-repeat;}

.service__name {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  width: 100px;
}

.index-floor--news {
  background: #f9f9f9;
}

.news__list {
  *zoom: 1;
  text-align: left;
  margin-bottom: 20px;
  margin-left: -1%;
  margin-right: -1%;
}

.news__list:before, .news__list:after {
  content: "";
  display: table;
}

.news__list:after {
  clear: both;
}

.news__item {
  background: #fff;
  width: 48%;
  margin: 1%;
  float: left;
}

.news__link {
  *zoom: 1;
  display: block;
  height: 180px;
  padding: 20px 20px 20px 200px;
  position: relative;
}

.news__link:before, .news__link:after {
  content: "";
  display: table;
}

.news__link:after {
  clear: both;
}

.news__link:hover .news__title {
  color: #9eb515;
}

.news__image {
  float: left;
  width: 180px;
  height: 180px;
  margin: -20px 0 -20px -200px;
}

.news__title {
  color: #333;
  font-size: 18px;
}

.news__time {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-style: normal;
  color: #999;
}

.news__more {
  text-align: center;
}

.news__more-link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 46px;
  border: 1px solid #ddd;
  width: 160px;
  text-align: center;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
}

.news__more-link:hover {
  background: #9eb515;
  color: #fff;
  border-color: #9eb515;
}

.partners {
  width: 100%;
  display: table;
  word-spacing: -.43em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 80px;
  width: 970px;
}

.partners .partners__item {
  word-spacing: normal;
}

.partners__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 25%;
  vertical-align: bottom;
  margin-top: -20px;
  *margin-top: 20px;
}

.partners__item__link--zgyd:before {
  background-image: url(../images/logo/zgyd.png);
}

.partners__item__link--zgdx:before {
  background-image: url(../images/logo/zgdx.png);
}

.partners__item__link--mlw:before {
  background-image: url(../images/logo/mlw.png);
}

.partners__item__link--sg:before {
  background-image: url(../images/logo/sg.png);
}

.partners__item__link--zglt:before {
  background-image: url(../images/logo/zglt.png);
}

.partners__item__link--rzgj:before {
  background-image: url(../images/logo/rzgj.png);
}

.partners__item__link--hqjt:before {
  background-image: url(../images/logo/hqjt.png);
}

.partners__link {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  width: 65%;
  padding-top: 65%;
  *width: 160px;
  *padding-top: 160px;
  height: 0;
  position: relative;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #f6f6f6;
}

.partners__link:hover {
  border-color: #9eb515;
}

.partners__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -80px;
  margin-top: -30px;
  width: 160px;
  height: 60px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.service__icon--zxgh{background-position:0px 0px}.service__icon--cpsj{background-position:0px -90px}.service__icon--jsyf{background-position:0px -180px}.service__icon--yytg{background-position:0px -270px}.service__icon--sjfx{background-position:0px -360px}.service__icon--zxgh,.service__icon--cpsj,.service__icon--jsyf,.service__icon--yytg,.service__icon--sjfx{background-image: url(index_z.png)}