body {
  font: 14px/1.5 "microsoft yahei", tahoma, arial, "Hiragino Sans GB",
    "\5b8b\4f53", sans-serif;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

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

.wrapper:after {
  clear: both;
}

.nux-page-btn {
  text-align: left;
  margin: 20px 0;
}

.nux-page-btn a {
  color: #333;
}

.nux-page-btn a:hover {
  color: #333;
}

.nux-pagination {
  color: #333;
  text-align: center;
}

.nux-pagination .num {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 4px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  color: #222;
}

.nux-pagination .prev,
.nux-pagination .next,
.nux-pagination .current {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 4px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  color: #222;
}

.nux-pagination .prev,
.nux-pagination .next {
  padding: 0 5px;
}

.nux-pagination .current {
  background: #089b57;
  border-color: #089b57;
  color: #fff;
}

.site-header .logo img {
  display: block;
  width: 360px;
}
.la {
  margin-top: 40px;
}

.site-header .nav {
  margin-top: 40px;
  margin-left: 20px;
}

.site-header .menu1 {
  font-size: 16px;
  float: left;
  position: relative;
  margin: 0 15px;
}

.site-header .menu1:last-child {
  margin-right: 0;
}

.site-header .menu1:hover {
  color: #089b57;
}

.site-header .menu1 .active {
  color: #089b57;
}

.site-header .menu1-list {
  display: block;
}

.site-header .menu2 {
  position: absolute;
  z-index: 1000;
  display: none;
  left: 0;
  width: 100%;
  top: 30px;
}

.site-header .menu2-list {
  display: block;
  color: #fff;
  height: 50px;
  line-height: 50px;
  background: #4ca4fd;
  text-align: center;
}

#banner .swiper-container {
  width: 100%;
  height: 601px;
}

#banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
  background-color: rgba(100, 100, 100, 0.3);
  background-image: url("../images/common/arrow.png");
  -webkit-background-size: cover;
  background-size: cover;
  width: 71px;
  height: 71px;
  margin-top: -35px;
  border-radius: 5px;
}

#banner .swiper-button-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#banner .swiper-pagination-bullets {
  bottom: 0;
  height: 62px;
}

#banner .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  border: solid 1px #fff;
  background: transparent;
  margin-top: 25px;
}

#banner .swiper-pagination-bullet-active {
  background: #fff;
}

.site-footer {
  background: #089b57;
  color: #fff;
}

.site-footer .top {
  padding: 50px 0 25px;
}
.site-footer .top .text {
  width: 500px;
}
.site-footer .top:before,
.site-footer .top:after {
  content: " ";
  display: table;
}

.site-footer .top:after {
  clear: both;
}

.site-footer .top .text .title {
  font-size: 30px;
}

.site-footer .top .text .info {
  margin-top: 35px;
  line-height: 2;
  font-size: 16px;
}

.site-footer .top .form form label {
  float: left;
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: right;
  margin-right: 20px;
}

.site-footer .top .form form .field-ctl {
  margin-bottom: 15px;
}

.site-footer .top .form form .input-ctl {
  height: 32px;
  border-radius: 3px;
  line-height: 32px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  text-indent: 15px;
  width: 360px;
  color: #353535;
}

.site-footer .top .form form .input-ctl:focus {
  outline: 0;
  border-color: #056b3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #16f38d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #16f38d;
}

.site-footer .top .form form #feedback {
  height: 50px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 360px;
  border-radius: 3px;
  text-indent: 15px;
  color: #353535;
}

.site-footer .top .form form #feedback:focus {
  outline: 0;
  border-color: #056b3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #16f38d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #16f38d;
}

.site-footer .top .form form .btn {
  display: inline-block;
  width: 150px;
  height: 34px;
  margin-left: 80px;
  line-height: 23px;
  text-align: center;
  background: #fff;
  color: #089b57;
  border-radius: 3px;
}

.site-footer .copyright {
  line-height: 72px;
  height: 72px;
  font-size: 14px;
  text-align: center;
}
.site-footer .copyright a {
  line-height: 72px;
  font-size: 14px;
}
.site-footer .copyright a p {
  line-height: 72px;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.site-footer .copyright a img {
  line-height: 72px;
  font-size: 14px;
}
.copyright a:hover {
  color: #fff;
}
.page-single .m-head {
  text-align: center;
}

.page-single .m-head .title {
  font-size: 28px;
  color: #089b57;
}

.page-single .m-head .desc {
  color: #9b9b9b;
}

.slogan {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  background-image: url("../images/i_slogan_bg.png");
}

.slogan .wrapper,
.slogan .center-block {
  height: 100%;
}

.slogan .list-wrapper {
  width: 990px;
}

.slogan .list-wrapper:before,
.slogan .list-wrapper:after {
  content: " ";
  display: table;
}

.slogan .list-wrapper:after {
  clear: both;
}

.slogan .list {
  float: left;
  width: 20%;
}

.slogan .list .num {
  font-size: 48px;
}

.slogan .list .desc {
  margin-top: 12px;
  font-size: 16px;
}

.page-about .about {
  margin: 60px 0;
}

.page-about .about .content {
  margin-top: 40px;
}

.page-about .culture {
  margin: 60px 0;
}

.page-about .culture .content {
  margin-top: 40px;
}

.page-about .culture .text {
  font-size: 16px;
  line-height: 2.1;
  padding: 0 40px;
}

.page-product {
  margin: 60px 0;
}

.page-product .product-catagroy {
  margin-top: 40px;
}

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

.page-product .product-catagroy:after {
  clear: both;
}

.page-product .product-catagroy a {
  display: block;
  width: 300px;
  float: left;
  height: 40px;
  line-height: 38px;
  color: #089b57;
  border: solid 1px #089b57;
  margin-right: 30px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}

.page-product .product-catagroy a:last-child {
  margin-right: 0;
}

.page-product .product-catagroy .active {
  background: #089b57;
  color: #fff;
}

.page-product .list-wrapper {
  margin-top: 40px;
  margin-left: -10px;
}

.page-product .list-wrapper:before,
.page-product .list-wrapper:after {
  content: " ";
  display: table;
}

.page-product .list-wrapper:after {
  clear: both;
}

.page-product .list-box {
  float: left;
  width: 33.333333333333336%;
  padding-left: 10px;
  margin-bottom: 10px;
}

.page-product .list:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-product .list:hover .title {
  color: #089b57;
}

.page-product .list .pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.page-product .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-product .d-content {
  margin-top: 40px;
}

.page-cases {
  margin: 60px 0;
}

.page-cases .product-catagroy {
  margin-top: 40px;
}

.page-cases .product-catagroy:before,
.page-cases .product-catagroy:after {
  content: " ";
  display: table;
}

.page-cases .product-catagroy:after {
  clear: both;
}

.page-cases .product-catagroy a {
  display: block;
  width: 300px;
  float: left;
  height: 40px;
  line-height: 38px;
  color: #089b57;
  border: solid 1px #089b57;
  margin-right: 30px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}

.page-cases .product-catagroy a:last-child {
  margin-right: 0;
}

.page-cases .product-catagroy .active {
  background: #089b57;
  color: #fff;
}

.page-cases .list-wrapper {
  margin-top: 40px;
  margin-left: -35px;
}

.page-cases .list-wrapper:before,
.page-cases .list-wrapper:after {
  content: " ";
  display: table;
}

.page-cases .list-wrapper:after {
  clear: both;
}

.page-cases .list-box {
  float: left;
  width: 33.333333333333336%;
  padding-left: 35px;
  margin-bottom: 40px;
}

.page-cases .list .pic:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-cases .list .pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.page-cases .list .pic img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-cases .list .project-title {
  margin-top: 15px;
}

.page-cases .list .project-desc {
  color: #089b57;
}

.page-cases .list .project-type,
.page-cases .list .project-date {
  color: #9b9b9b;
  font-size: 12px;
}

.page-cases .list .more {
  display: block;
  text-transform: uppercase;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: solid 1px #cdcdcd;
  color: #cdcdcd;
  text-align: center;
  margin-top: 10px;
}

.page-cases .d-content {
  margin-top: 40px;
}

.page-news {
  margin: 60px 0;
}

.page-news .list {
  margin-bottom: 30px;
}

.page-news .list .title {
  font-size: 16px;
  line-height: 25px;
}

.page-news .list .date {
  line-height: 25px;
  color: #ccc;
}

.page-news .list .desc {
  height: 50px;
  width: 100%;
  line-height: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page-news .d-title {
  text-align: center;
  font-size: 18px;
}

.page-news .d-date {
  text-align: center;
  color: #ccc;
  font-size: 12px;
}

.d-content .d-title {
  text-align: center;
  font-size: 18px;
}

.d-content .d-time {
  text-align: center;
  color: #ccc;
  font-size: 12px;
}
.page-news .d-content {
  margin-top: 15px;
}

.page-news .content {
  margin-top: 40px;
}

.page-contact {
  margin: 60px 0;
}

.backtotop {
  position: fixed;
  display: none;
  z-index: 1000;
  width: 0.72rem;
  height: 0.72rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("../images/common/back.png");
  bottom: 1.4rem;
  right: 0.4rem;
}

.page-index .m-head {
  text-align: center;
}

.page-index .m-head .title {
  font-size: 28px;
  color: #089b57;
}

.page-index .m-head .desc {
  color: #9b9b9b;
}

.page-index .m-content {
  margin-top: 35px;
}

.page-index .about {
  margin: 60px 0;
}

.page-index .about .text {
  width: 565px;
  line-height: 2.2;
  color: #666;
}

.page-index .about .text .more {
  margin-top: 30px;
  display: block;
  width: 130px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #089b57;
  color: #089b57;
}

.page-index .technology {
  margin: 60px 0;
}

.page-index .technology .list-wrapper:before,
.page-index .technology .list-wrapper:after {
  content: " ";
  display: table;
}

.page-index .technology .list-wrapper:after {
  clear: both;
}

.page-index .technology .list {
  float: left;
  margin-bottom: 60px;
  width: 33.333333333333336%;
  text-align: center;
}

.page-index .technology .list:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.page-index .technology .list .list-inner {
  display: inline-block;
}

.page-index .technology .list .pic {
  float: left;
}

.page-index .technology .list .text {
  line-height: 64px;
  margin-left: 76px;
  color: #089b57;
}

.page-index .product {
  padding: 60px 0;
  background: #089b57;
  color: #fff;
}

.page-index .product .m-head .title {
  color: #fff;
}

.page-index .product .m-head .desc {
  color: #fff;
}

.page-index .product .product-catagroy:before,
.page-index .product .product-catagroy:after {
  content: " ";
  display: table;
}

.page-index .product .product-catagroy:after {
  clear: both;
}

.page-index .product .product-catagroy a {
  display: block;
  width: 180px;
  overflow: hidden;
  float: left;
  height: 40px;
  line-height: 38px;
  border: solid 1px #fff;
  margin-right: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.product-catagroy {
  width: 1000px;
  margin: 0 auto;
}
.page-index .product .product-catagroy a:hover {
  color: #fff;
}

.page-index .product .product-catagroy a:last-child {
  margin-right: 0;
}

.page-index .product .list-wrapper {
  margin-top: 40px;
  margin-left: -10px;
  margin-bottom: -10px;
}

.page-index .product .list-wrapper:before,
.page-index .product .list-wrapper:after {
  content: " ";
  display: table;
}

.page-index .product .list-wrapper:after {
  clear: both;
}

.page-index .product .list-box {
  float: left;
  width: 33.333333333333336%;
  padding-left: 10px;
  margin-bottom: 10px;
}

.page-index .product .list:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-index .product .list:hover .title {
  color: #089b57;
}

.page-index .product .list .pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.page-index .product .list .pic img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list h1 {
  width: 100%;
  font-size: 16px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  overflow: hidden;
}

.page-index .news {
  margin: 60px 0;
}

.page-index .news .pic {
  width: 450px;
  height: 310px;
  overflow: hidden;
  position: relative;
}

.page-index .news .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-index .news .text {
  width: 518px;
}

.page-index .news .text .list {
  border-bottom: dotted 1px #828282;
  padding: 18px 0 20px;
}

.page-index .news .text .list:first-child {
  padding-top: 0;
}

.page-index .news .text .list:last-child {
  border: 0;
  padding-bottom: 0;
}

.page-index .news .text .list .top {
  color: #089b57;
}

.page-index .news .text .list .top:before,
.page-index .news .text .list .top:after {
  content: " ";
  display: table;
}

.page-index .news .text .list .top:after {
  clear: both;
}

.page-index .news .text .list .top .title {
  float: left;
  width: 410px;
}

.page-index .news .text .list .top .date {
  float: right;
}

.page-index .news .text .list .desc {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
iframe {
  width: 80% !important;
  height: 400px !important;
}
