.nav-site-bar {
  padding: 20px 0;
}
.nav-site-bar a,
.nav-site-bar span {
  color: #666;
  font-size: 16px;
}
.nav-site-bar a.s,
.nav-site-bar span.s {
  margin: 0 3px;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.page .left {
  flex: 0 0 auto;
  width: 260px;
}
.page .left .line-40 {
  height: 40px;
  display: block;
  visibility: hidden;
}
.page .right {
  flex: 0 0 auto;
  width: 900px;
  border-top: 2px solid #346e75;
}
.page .right .body {
  padding: 40px;
  background-color: #fafafa;
}
.pagination-box {
  text-align: center;
}
.pagination-box .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pagination-box .pagination li {
  margin: 0 5px;
  padding: 2px 5px;
}
.banner img {
  width: 100%;
}
.page .menu {
  width: 260px;
}
.page .menu .menu-title {
  padding: 10px 20px;
  background-color: #346e75;
  font-size: 18px;
  position: relative;
  color: #fff;
}
.page .menu .menu-title a {
  color: #fff;
  display: block;
  width: 180px;
}
.page .menu .menu-title i {
  position: absolute;
  color: #fff;
  font-size: 20px;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.page .menu .item {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.page .menu .item.dropdown.close i:before {
  content: "\e65e";
}
.page .menu .item.dropdown.close .child-menu {
  display: none;
}
.page .menu .item.dropdown.open i:before {
  content: "\e64f";
}
.page .menu .item.dropdown.open .child-menu {
  display: block;
}
.page .menu .item.dropdown .child-menu .child-item {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.page .menu .item.dropdown .child-menu .child-item:hover a,
.page .menu .item.dropdown .child-menu .child-item.active a {
  background-color: #5a7775;
  color: #fff;
}
.page .menu .item.dropdown .child-menu .child-item a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  width: 100%;
  color: #666;
  font-size: 16px;
  background-color: #f0f0f0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.page .menu .item .contact li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
  width: 100%;
  color: #666;
  font-size: 14px;
  background-color: #f0f0f0;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.page .menu .item .contact li i {
  display: inline-block;
  font-size: 20px;
  margin-right: 15px;
}
.product .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
.product .product-list .item {
  flex: 0 0 auto;
  width: 230px;
  height: 370px;
  margin-bottom: 40px;
}
.product .product-list .item:not(:nth-child(3n+1)) {
  margin-left: 65px;
}
.product .product-list .item a {
  display: block;
  text-align: center;
}
.product .product-list .item a .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}
.product .product-list .item a .img img {
  width: 100%;
}
.product .product-list .item a .p-t {
  margin-top: 20px;
  line-height: 30px;
  min-height: 30px;
  font-size: 16px;
}
.product .product-list .item a .model {
  color: #68c24f;
  font-size: 16px;
}
.product .product-detail .t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 400px;
}
.product .product-detail .t .img {
  flex: 0 0 auto;
  width: 480px;
  height: 400px;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}
.product .product-detail .t .img img {
  width: 100%;
  height: 100%;
}
.product .product-detail .t .info {
  flex: 0 0 auto;
  width: 290px;
  margin-left: 50px;
  height: 400px;
  overflow: hidden;
}
.product .product-detail .t .info .model {
  font-size: 32px;
  color: #44ba17;
  font-weight: 700;
  margin-top: 25px;
}
.product .product-detail .t .info .p-t {
  min-height: 30px;
  font-size: 26px;
  color: #44ba17;
}
.product .product-detail .t .info dl {
  margin-top: 20px;
  width: 290px;
  background-color: #fafafa;
}
.product .product-detail .t .info dl dt {
  background-color: #828282;
  color: #fff;
  font-size: 16px;
  padding-left: 8px;
  margin-bottom: 30px;
  line-height: 30px;
  position: relative;
}
.product .product-detail .t .info dl dt i {
  position: absolute;
  right: 10px;
  font-size: 26px;
}
.product .product-detail .t .info dl dd {
  padding: 0px 5px;
}
.product .product-detail .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
}
.product .product-detail .img-list .pic {
  width: 140px;
  height: 105px;
  cursor: pointer;
  background-color: #fff;
}
.product .product-detail .img-list .pic.active,
.product .product-detail .img-list .pic:hover {
  border: 2px solid #5a7775;
}
.product .product-detail .img-list .pic:not(:first-child) {
  margin-left: 30px;
}
.product .product-detail .img-list .pic img {
  width: 100%;
  height: 100%;
}
.product .product-detail .product-props {
  margin-top: 65px;
}
.product .product-detail .product-props table {
  border: 1px solid;
}
.product .product-detail .product-props table td,
.product .product-detail .product-props table th {
  border: 1px solid #666;
  padding: 10px 0;
}
.product .product-other {
  margin-top: 65px;
}
.product .product-other .t {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}
.product .product-other .product-other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  margin: 20px 0;
}
.product .product-other .product-other-list a {
  flex: 0 0 auto;
  display: block;
  height: 250px;
  width: 230px;
  text-align: center;
}
.product .product-other .product-other-list a:not(:nth-child(3n+1)) {
  margin-left: 65px;
}
.product .product-other .product-other-list a .img {
  height: 180px;
  width: 230px;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.product .product-other .product-other-list a .img img {
  width: 100%;
  height: 100%;
}
.product .product-other .product-other-list a .p-t {
  margin-top: 20px;
  line-height: 20px;
  min-height: 20px;
  font-size: 14px;
}
.product .product-other .product-other-list a .model {
  line-height: 20px;
  min-height: 20px;
  color: #68c24f;
}
.news {
  margin-bottom: 20px;
}
.news .news-list .item {
  padding: 10px 0;
}
.news .news-list .item:not(:last-child) {
  border-bottom: 1px dashed #666;
}
.news .news-list .item-img-left,
.news .news-list .item-img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.news .news-list .item-img-left .info,
.news .news-list .item-img-right .info,
.news .news-list .item-img-left .img,
.news .news-list .item-img-right .img {
  flex: 1 0;
  width: 600px;
}
.news .news-list .item-img-left .img img,
.news .news-list .item-img-right .img img {
  width: 100%;
  height: 100%;
}
.news .news-list .item-img-left .info .title,
.news .news-list .item-img-right .info .title {
  font-size: 18px;
  color: #44ba19;
  font-weight: 600;
}
.news .news-list .item-img-left .info .intro,
.news .news-list .item-img-right .info .intro {
  margin-top: 50px;
  line-height: 16px;
  height: 190px;
  overflow: hidden;
}
.news .news-list .item-img-left .info .intro p,
.news .news-list .item-img-right .info .intro p {
  line-height: 20px;
  min-height: 14px;
}
.news .news-list .item-img-left .info .view-more,
.news .news-list .item-img-right .info .view-more {
  display: block;
  margin-top: 10px;
}
.news .news-list .item-img-left .info .view-more .more-btn,
.news .news-list .item-img-right .info .view-more .more-btn {
  background-color: #44ba19;
  font-size: 20px;
  padding-left: 20px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.news .news-list .item-img-left .info .view-more .more-btn i,
.news .news-list .item-img-right .info .view-more .more-btn i {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 30px;
  transition: margin linear 0.3s;
}
.news .news-list .item-img-left .info .view-more .more-btn:hover i,
.news .news-list .item-img-right .info .view-more .more-btn:hover i {
  margin-left: 20px;
  margin-right: 0;
  transition: margin linear 0.3s;
}
.news .news-list .item-img-left .info {
  padding: 40px 50px 20px 70px;
}
.news .news-list .item-img-right .info {
  padding: 40px 70px 20px 50px;
}
.news .news-detail {
  padding: 50px 0;
  border-top: 1px dashed #666;
}
.news .news-detail .title {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #44ba19;
}
.news .news-detail .content {
  margin-top: 50px;
}
.news .news-detail .content img {
  max-width: 100%;
}
.news .news-detail .end {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.news .news-detail .end:before {
  display: block;
  content: '';
  border-top: 1px solid #969696;
  width: 60px;
  height: 0;
  margin-right: 20px;
}
.news .news-detail .end:after {
  display: block;
  content: '';
  border-top: 1px solid #969696;
  width: 60px;
  height: 0;
  margin-left: 20px;
}
.news .news-detail .date {
  margin-top: 10px;
  text-align: center;
  color: #969696;
}
.about-us .menu:first-child .item .menu-title {
  background-color: #f0f0f0;
}
.about-us .menu:first-child .item .menu-title a {
  color: #666;
}
.about-us .menu:first-child .item:hover .menu-title,
.about-us .menu:first-child .item.active .menu-title {
  background-color: #346e75;
}
.about-us .menu:first-child .item:hover .menu-title a,
.about-us .menu:first-child .item.active .menu-title a {
  color: #fff;
}
.about-us .company-intro .content img {
  max-width: 100%;
  vertical-align: middle;
}
.about-us .factory {
  border-top: 0;
}
.about-us .factory .swiper-container {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.about-us .factory .swiper-container .swiper-button-prev:after,
.about-us .factory .swiper-container .swiper-button-next:after {
  padding: 2px 4px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.about-us .factory .gallery-top .swiper-slide {
  width: 900px;
  height: 550px;
  background-size: cover;
  background-position: center;
}
.about-us .factory .gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}
.about-us .factory .gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.about-us .factory .gallery-thumbs .swiper-slide .img {
  width: 100%;
  height: 120px;
}
.about-us .factory .gallery-thumbs .swiper-slide .img img {
  height: 100%;
  width: 100%;
}
.about-us .factory .gallery-thumbs .swiper-slide .t {
  margin-top: 10px;
}
.about-us .factory .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.about-us .vr {
  border-top: 0;
}
.about-us .certification {
  border-top: 0;
}
.about-us .certification .certification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
.about-us .certification .certification-list .item {
  width: 230px;
  margin-bottom: 40px;
  cursor: pointer;
}
.about-us .certification .certification-list .item:not(:nth-child(3n+1)) {
  margin-left: 65px;
}
.about-us .certification .certification-list .item .img {
  width: 230px;
  height: 322px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}
.about-us .certification .certification-list .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.about-us .certification .certification-list .item .t {
  margin-top: 25px;
  min-height: 1em;
  text-align: center;
}
.contact-box {
  padding-top: 60px;
  border-top: 1px dashed #666;
}
.contact-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.contact-box .info .left .company-name {
  color: #346d76;
  font-size: 20px;
}
.contact-box .info .left .contact-info {
  margin-top: 30px;
}
.contact-box .info .left .contact-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.contact-box .info .left .contact-info li:not(:first-child) {
  margin-top: 5px;
}
.contact-box .info .left .contact-info li .t {
  font-weight: 600;
}
.contact-box .info .left .contact-info li .c {
  width: 330px;
}
.contact-box .info .right img {
  width: 230px;
}
.contact-box .map {
  height: 800px;
}
/*# sourceMappingURL=styles.css.map */