﻿@charset "UTF-8";

* {
  font-family: 'Microsoft YaHei';
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover,
a.text-white:hover,
.text-white a:hover {
  color: #d22234 !important;
}

ul,
ol {
  margin: 0;
  margin-bottom: 0;
  list-style: none;
}
#pages{
	clear:both;
}
#pages a, #pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #d22234;
    background-color: #d22234;
}
a:hover,
a.text-white:hover,
.text-white a:hover,
.btn-more,
.anim,
.home-pro-icon,
.animbtn,
.keeper-anim,
.keeprt-i,
.keeper-icon,
.footer-img img,
.right-item,
.right-info,
.list-news-img,
.news-item-img,
.btn-back,
.cat-product-img,
.slide-product-container,
.product-img,
.btn-read,
.one-water-img,
.one-hot-img,
.one-video-img,
.page-org-img,
.page-item-title,
.star-img,
.cat-pro-img,
.cat-pro-container,
.honor-list,
.case-pro,
.honor-name,
.btn-home-sys,
.home-news-arr{
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
}

.ie-alert {
  font-size: 20px;
  display: none;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #d22234;
}

/*常用css样式*/
pre {
  font-family: '微软雅黑';
  font-size: 14px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #fff;
  border: none;
  background-color: transparent;
}

.form-control,
.input-text,
.date{
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  display: block;
  width: 100% !important;
  height: 34px !important;
  padding: 6px 12px !important;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
input.date, input.endDate{
	background: #fff url(../images/data.png) no-repeat right  !important;
}
.font-bold {
  font-weight: bold;
}

.text-black {
  color: #323232;
}

.word-break,.product-title,.keeper-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.padding-zero {
  padding: 0;
}

#allmap img {
  max-width: inherit;
}

#allmap {
  width: 100%;
  height: 300px;
}

.top {
  z-index: 9999;
  background-color: #fff;
}

.text-white {
  color: #fff !important;
}

.nav-active {
  color: #d22234 !important;
  border-bottom-color: #d22234 !important;
}

.bread,
.footer {
  padding: 10px 0;
  background-color: #f5f5f5;
}

.bread-title {
  font-size: 24px;
}

.text-white a {
  color: #fff;
}

.btn-default:hover,
.dropdown-toggle .btn-default:focus {
  color: #fff;
  border-color: #d22234;
  background-color: #d22234;
}

.language {
  margin-top: 25px;
  margin-right: 0 !important;
  padding: 0 10px;
  border: 1px solid #ddd;
}

.menue-header .menue-nav li.language .link {
  line-height: 30px;
}

.home-about-img {
  height: 290px;
}

.margin-top-60 {
  margin-top: 60px;
}

.home-about-title {
  font-size: 24px;
  padding-bottom:10px;
}

.home-about {
  overflow: hidden;
  padding: 15px;
  background-color: #f4f4f4;
}

.text-brand,.bread-active {
  color: #d22234 !important;
}

.home-about-intro {
 /*  font-size: 16px;
  line-height: 32px; */
  margin-top: 10px;
  color: #6e6e6e;
}

.btn-more {
  padding: 8px 15px;
  cursor: pointer;
  text-decoration: none;
  background: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.banner-container img{
	width:100% !important;
}
a.hvr-shutter-in-horizontal {
  position: relative;
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  vertical-align: middle;
  color: #d22234;
  border: 1px solid #d22234;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

a.hvr-shutter-in-horizontal:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-color: #fff;
}

a.hvr-shutter-in-horizontal:hover,
a.hvr-shutter-in-horizontal:focus,
a.hvr-shutter-in-horizontal:active {
  color: white !important;
  background-color: #d22234;
}

a.hvr-shutter-in-horizontal:hover:before,
a.hvr-shutter-in-horizontal:focus:before,
a.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.home-news-img {
  width: 100%;
  height: 190px;
}

.home-about-img,
.home-news-img,
.home-pro,
.home-pro-img,
.home-adv-img,
.home-system,
.system-img,
.swiper-slide-img,
.list-news-img,
.cat-product-img,
.slide-product-container,
.product-img,
.system-list,
.one-water-img,
.one-hot-img,
.one-video-img,
.page-org-img,
.star-img,
.cat-pro-img,
.case-container{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

/* 管道产品 */
/* .home-pro {
  padding-top: 60px;
  padding-bottom: 160px;
  background-image: url(../images/pro-bg.jpg);
}
 */
.home-pro-bg {
  overflow: hidden;
  height:390px;
  padding: 30px;
  background-color: #fff;
  background-image:url(../images/home-p-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.home-pro-btns{
	width:100%;
	position: absolute;
    bottom: 0;
    left: 0;
	background-color:rgba(255,255,255,.7);
	padding:10px 10px 20px 10px;
}
/* .home-pro-list {
  font-size: 18px;
  margin-bottom: 20px;
} */

.home-pro-btn {
  float: left;
  width: 16.6666666%;
  padding: 0 5px;
  text-align: center;
  margin-top:10px;
}

.home-pro-button {
  padding: 8px 15px;
  border: 1px solid transparent;
}
.home-pro-bg .hvr-ripple-out{
	margin-top:0;
}
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

a.hvr-ripple-out {
  position: relative;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  vertical-align: middle;
  color: #d22234;
  /* background: #fff; */
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

a.hvr-ripple-out:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border: #d22234 solid 1px;
}

.hvr-ripple-out:hover {
  background-color: #d22234;
}

a.hvr-ripple-out:hover {
  color: #fff !important;
}

a.hvr-ripple-out:hover:before,
a.hvr-ripple-out:focus:before,
a.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

.home-pro-img {
  display: none;
  height: 390px;
}

.home-pro-intro {
  line-height: 24px;
  padding-top: 15px;
}

.home-adv-img,
.home-pro-item {
  position: relative;
  width: 100%;
  height: 350px;
}
.home-adv-img{
box-shadow: 0 3px 10px #888;
}
.home-pro-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-top:10px;
}

.home-adv-arr {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
.home-pro-item .home-about-title{
	background-color:rgba(255,255,255,.7);
	padding:15px 0;
	position: absolute;
    bottom: 0;
	width:100%;
	left:0;
}
.home-pro-intro {
  letter-spacing: .5px;
}


/* 家居系统 */
.home-system {
  padding: 60px 0;
  background-image: url(../images/home-system.jpg);
}

.home-system-btn {
  font-size: 16px;
  width: 140px;
  height: 140px;
  margin: auto;
  padding-top: 33px;
  cursor: pointer;
  color: #838383;
  border-radius: 50%;
  background-color: #fff;
}

.home-system-active .home-system-btn {
  color: #fff;
  background-color: #d22234;
}

.home-system-btn {
  position: relative;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: auto;
}

.anim {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
}

.home-system-btn:hover {
  color: #fff;
}

.home-system-btn:hover .anim {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d22234;
}

.home-pro-icon {
  width: 50px;
  height: 50px;
  margin: auto;
  background-image: url(../images/home-pro-icon.png);
}

.home-system-btns .pro-btn-i:nth-of-type(1) {
  margin-left: 16.66666667%;
}

.home-system-btns .pro-btn-i:nth-of-type(1) .home-pro-icon {
  background-position: 0 0;
}

.home-system-btns .pro-btn-i:nth-of-type(1):hover .home-pro-icon,
.pro-btn-i:nth-of-type(1).home-system-active .home-pro-icon {
  background-position: 0 50px;
}

.home-system-btns .pro-btn-i:nth-of-type(2) .home-pro-icon {
  background-position: 200px 0;
}

.home-system-btns .pro-btn-i:nth-of-type(2):hover .home-pro-icon,
.pro-btn-i:nth-of-type(2).home-system-active .home-pro-icon {
  background-position: 200px 50px;
}

/* .home-system-btns .pro-btn-i:nth-of-type(3) .home-pro-icon {
  background-position: 150px 0;
}

.home-system-btns .pro-btn-i:nth-of-type(3):hover .home-pro-icon,
.pro-btn-i:nth-of-type(3).home-system-active .home-pro-icon {
  background-position: 150px 50px;
} */

.home-system-btns .pro-btn-i:nth-of-type(3) .home-pro-icon {
  background-position: 102px 0;
}

.home-system-btns .pro-btn-i:nth-of-type(3):hover .home-pro-icon,
.pro-btn-i:nth-of-type(3).home-system-active .home-pro-icon {
  background-position: 102px 50px;
}

.home-system-btns .pro-btn-i:nth-of-type(4) .home-pro-icon {
  background-position: 50px 0;
}

.home-system-btns .pro-btn-i:nth-of-type(4):hover .home-pro-icon,
.pro-btn-i:nth-of-type(4).home-system-active .home-pro-icon {
  background-position: 50px 50px;
}

.home-system-info {
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
}

.margin-top-30 {
  margin-top: 30px;
}

.animbtn {
  line-height: 34px;
  display: block;
  height: 34px;
  color: #d22234;
  border: 1px solid #d22234;
  border-radius: 17px;
}

.animbtn:hover {
  color: #fff !important;
  background-color: #d22234;
}

.system-btns {
  overflow: hidden;
  margin-top: 20px;
}

.system-img {
  height: 370px;
}

.home-sysytem-item {
  display: none;
}

/* 派康管家 */
.keeper {
  padding-top: 60px;
  background-color: #f6f6f6;
}

.keeper-icon-item {
  position: relative;
  z-index: 9;
  padding: 30px 0;
  background-color: #fff;
}

.keeprt-i {
  margin: 15px 0;
}

.keeper-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}

.keeper-icon-item:hover .keeper-anim {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d22234;
}

.keeper-title {
  padding-top: 10px;
}

.keeper-icon {
  width: 60px;
  height: 60px;
  margin: auto;
  background-image: url(../images/keeper.png);
}

.keeper-icons {
  padding-top: 60px;
}

.keeper-icon-item:hover a.white {
  color: #fff !important;
}

.keeper-icons .keeprt-i:nth-of-type(1) .keeper-icon {
  background-position: 0 60px;
}

.keeper-icons .keeprt-i:nth-of-type(1):hover .keeper-icon {
  background-position: 0 0;
}

.keeper-icons .keeprt-i:nth-of-type(2) .keeper-icon {
  background-position: 300px 60px;
}

.keeper-icons .keeprt-i:nth-of-type(2):hover .keeper-icon {
  background-position: 300px 0;
}

.keeper-icons .keeprt-i:nth-of-type(3) .keeper-icon {
  background-position: 240px 60px;
}

.keeper-icons .keeprt-i:nth-of-type(3):hover .keeper-icon {
  background-position: 240px 0;
}

.keeper-icons .keeprt-i:nth-of-type(4) .keeper-icon {
  background-position: 180px 60px;
}

.keeper-icons .keeprt-i:nth-of-type(4):hover .keeper-icon {
  background-position: 180px 0;
}

.keeper-icons .keeprt-i:nth-of-type(5) .keeper-icon {
  background-position: 120px 60px;
}

.keeper-icons .keeprt-i:nth-of-type(5):hover .keeper-icon {
  background-position: 120px 0;
}

.keeper-icons .keeprt-i:nth-of-type(6) .keeper-icon {
  background-position: 60px 60px;
}

.keeper-icons .keeprt-i:nth-of-type(6):hover .keeper-icon {
  background-position: 60px 0;
}

/* 资质荣誉+++ */
.footer-title {
  font-size: 16px;
}

.footer-con {
  overflow: hidden;
  padding: 10px 0;
  background-color: #f8f8f8;
}

.footer-circle {
  overflow: hidden;
  width: 42px;
  height: 42px;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  margin:auto;
}

.footer-des>a {
  color: #6d6d6d;
}

.footer-img {
  overflow: hidden;
}

.honor-item:hover .footer-img img {
  transform: scale(1.1);
}

.honor-item:hover .footer-con {
  background-color: #d22234;
}

.honor-item:hover a {
  color: #fff !important;
}

/* footer */
.footer {
  padding: 20px 0;
  background-color: #333;
}

.footer-nav-title {
  font-size: 18px;
  padding-bottom: 15px;
  color: #fff;
}
.footer-nav-title a{
	color:#969696
}
/* .footer-nav-item {
  font-size: 16px;
} */

.footer-nav-item a {
  color: #969696;
}

.copyright {
  line-height: 40px;
  background-color: #2e2e2e;
}

/* right */
.right {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 35%;
  width: 54px;
}

.right-item {
  font-size: 18px;
  line-height: 50px;
  position: relative;
  z-index: 9;
  float: right;
  width: 50px;
  text-align: center;
  background-color: #f7f7f7;
  cursor: pointer;
}

.right-info {
  font-size: 16px;
  position: absolute;
  z-index: 8;
  top: 0;
  left: 54px;
  width: 180px;
  padding: 0 15px;
  background-color: #f7f7f7;
}

.right-item:hover .right-info {
  left: -180px;
}

/* 新闻资讯 */
.bread {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  font-size: 16px;
  color: #999;
  margin-bottom: 20px;
}

.bread a, .slide-news-info {
  color: #999;
}

.bread-item {
  margin-left: 20px;
}

.bread-nav {
  text-align: right;
}

.slide-news-title {
  font-size: 24px;
  margin-top: 20px;
}

.slide-news-info {
  padding: 15px 0;
  overflow: hidden;
  font-size: 16px;
}

.slide-news-des {
  line-height: 24px;
  padding-bottom: 15px;
}

.swiper-slide-img {
  width: 100%;
  height: 300px;
}

.swiper-news .swiper-pagination {
  right: 0;
  left: 90% !important;
  width: 100px !important;
}

.swiper-news .swiper-button-next,
.swiper-news .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #838383;
  top: 100%;
  margin-top: -40px;
}

.swiper-news .swiper-button-next {
  background-image: url(..images/arr-right.png);
  right: 46%;
}

.swiper-news .swiper-button-prev {
  background-image: url(../images/arr-left.png);
  left: 45%;
}

.cat-news {
  background-color: #f6f6f6;
  padding: 30px 0;
}

.news-item-img {
  width: 100%;
  overflow: hidden;
}

.list-news-img {
  width: 100%;
  height: 200px;
}

.news-item:hover .list-news-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cat-news-info {
  background-color: #fff;
  padding: 20px 15px;
}

.cat-item-title {
  font-size: 18px;
  padding: 5px 0;
}

.cat-item-des {
  color: #666;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cat-news-time {
  color: #666;
  padding: 20px 0;
}

.news-item:hover a {
  color: #d22234;
}

.news-item:hover .news-item-img {
  -moz-box-shadow: 0px 3px 8px #ddd;
  -webkit-box-shadow: 0px 3px 8px #ddd;
  box-shadow: 0px 3px 8px #ddd;
  margin-bottom: 10px;
  margin-top: -10px;
}

.news-item {
  margin-bottom: 30px;
}

.list-news .cat-news-info {
  background-color: #f6f6f6;
}

.show-news-title {
  font-size: 24px;
}

.show-time {
  color: #666;
  margin: 15px 0;
}

.show-news {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .5px;
  margin-top: 20px;
  padding-top: 20px;
}
.show-news-about{
	font-size:24px;
	padding-bottom:15px;
}
.show-xw-title{
	font-size:16px;
	margin-top:20px;
	
}
.show-xw-title a{
	color:#727272;
}
.show-xw-list{
	margin-bottom:15px;
}
.show-xw-list a{
	color:#a1a1a1;
}
.show-more{
	font-size:18px;
	float:right;
	padding-top:10px;
}
.next {
  line-height: 32px;
  color: #666;
}

.btn-back {
  background-color: #d22234;
  display: block;
  line-height: 64px;
  color: #fff;
}

.btn-back:hover {
  background-color: #d27522;
  color: #fff !important;
}

.cat-product-item {
  height: 360px;
  overflow: hidden;
  position: relative;
  width:100%;
}
.cat-product-out {
  height: 360px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.cat-product-img {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.cat-product-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cat-product-name {
  position: absolute;
  top: 0;
  right:30px;
  width:100%;
  z-index: 99;
  font-size: 24px;
  padding:10px 0;
  text-align:right;
}
.cat-product-container:hover a{
	color:#d22234;
}
span.cat-pro-span{
	font-size:14px;
}
.cat-product-title{
	font-size:24px;
	padding:10px 0;
}
.cat-p-brand{
	font-size:24px;
	border-left:2px solid #D22333;
	padding:5px 0 5px 15px;
	margin-bottom:20px;
}
/* #cat-product .cat-product-container:nth-of-type(1) {
  width: 70%;
}

#cat-product .cat-product-container:nth-of-type(2) {
  width: 30%;
}  */

.cat-product-container {
  margin-bottom: 30px;
}
.cat-pro-item{
	height:360px;
	width:100%;
	overflow:hidden;
}
.cat-pro-img{
	width:100%;
	height:100%;
}
.cat-pro-des a{
	color:#646464;
}
.cat-pro-des{
	padding:10px 0;
}
.cat-pro-container{
	padding-bottom:30px;
	overflow:hidden;
	margin-bottom:10px;
}
.cat-pro-container:hover{
	box-shadow: 0 5px 5px #ddd;
	margin-top:-10px;
	margin-bottom:20px;
}
.cat-pro-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cat-pro-container:hover a{
	color:#d22234;
	
}
.cat-pro-name{
	font-size:18px;
	padding-top:10px;
}
.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.product-container a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.product-container a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

.slide-product-container {
  height: 200px;
  width: 100%;
  border:1px solid #ddd;
  padding:5px;
}

.product-name, .slide-product-name, .product-title {
  border: 1px solid #ddd;
  border-top: none;
  line-height: 40px;
  font-size: 16px;
}

.slide-cat-product {
  padding: 0 15px 50px 15px;
}
.cat-pro-c{
	margin-top:50px;
}
/* 产品列表 */
.product-list-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 260px;
  text-align: center;
  border: 1px #ddd solid;
}

.product-list-container a {
  display: table-cell;
  width: 100%;
  height: 260px;
  vertical-align: middle;
}

.product-list-container a img {
  max-width: 100%;
  max-height: 260px;
  margin: 0 auto;
}

.product-container-img, .product-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-list:hover .product-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product-title {
  margin-bottom: 30px;
  padding: 5px;
}

/* 产品展示show */
.show-pro-title {
  font-size: 24px;
}

.show-pro-des {
  color: #666;
  margin-top: 20px;
}

.btn-read {
  border-radius: 17px;
  background-color: #f5f5f5;
  margin-top: 30px;
  color: #d22234;
}

.btn-read:hover {
  background-color: #d22234;
  color: #fff !important;
}
.show-pro{
	font-size:16px;
	line-height:32px;
	letter-spacing: 1px;
}

/* 营销网络 */
#allmap {
  width: 100%;
  height: 500px;
}

.sale-map-title {
  font-size: 24px;
  padding-bottom: 10px;
}

.sale-map-add {
  font-size: 16px;
  line-height: 32px;
}

.sale-map-list {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.network{
	overflow:hidden;
	padding-bottom:20px;
}
/* 资质荣誉 */
.honor-list {
  margin-bottom: 30px;
}

.honor-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 260px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.honor-container a {
  display: table-cell;
  width: 100%;
  height: 260px;
  vertical-align: middle;
}

.honor-container a img {
  max-width: 100%;
  max-height: 260px;
  margin: 0 auto;
}

.honor-name {
  border: 1px solid #ddd;
  border-top: none;
  line-height: 40px;
}

/* 下载download */
.down-nav li {
  line-height: 40px;
  font-size: 16px;
  padding: 15px 0;
}
.down-list{
	overflow:hidden;
}
.down-active {
  background-color: #d22234;
}

.down-active a {
  color: #fff;
}

.down-item {
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f7f7f7;
}

/* 家居系统system */
.system-list {
  padding: 50px 0;
  margin-bottom: 30px;
}

.system-list:nth-child(even) .system-info {
  float: right;
}

.system-title {
  font-size: 32px;
}

.system-info {
  background-color: rgba(145, 145, 145, .7);
  color: #fff;
  padding: 50px;
}

.system-des {
  background-color: #fff;
  color: #919191;
  margin: 10px 0;
  overflow: hidden;
  padding: 5px 10px;
  font-size: 16px;
}

.system-intro {
  line-height: 24px;
  margin-top: 20px;
}

.system-btn {
  width: 30%;
  margin-right:3.33%;
  float:left;
}

.system-btn a.hvr-ripple-out {
  position: relative;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  vertical-align: middle;
  color: #fff;
  background: transparent;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.system-btn a.hvr-ripple-out:before {
  border: #fff solid 1px;
}

.system-btn a:hover {
  background-color: #d22234;
  color: #fff;
  border-color: #d22234 !important;
}

.system-btn a:hover:before {
  border-color: #d22234 !important;
}

.hvr-ripple-out {
  margin-top: 30px;
}

.system-nav {
  width: 100%;
  z-index: 999;
  position: relative;
}

.headv>div {
  float: left;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
}

.headv-check {
  border-bottom: 1px solid #d22234;
  background-color: #d22234;
}

.headv-check a {
  color: #fff;
}

.system-pro-title {
  font-size: 16px;
  line-height: 32px;
}

.system-title {
  margin: 20px 0;
}

/* 安心一号 */
.one-water {
  height: 260px;
  overflow: hidden;
}

.one-water-img, .one-hot-img {
  width: 100%;
  height: 100%;
}

.one-video {
  height: 520px;
  width: 100%;
  overflow: hidden;
}

.one-water, .one-video {
  position: relative;
}

.one-video-img {
  width: 100%;
  height: 100%;
}

.one-water-img:hover, .one-hot-img:hover, .one-video-img:hover {
  transform: scale(1.1);
}

.one-water-title {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7);
  font-size: 18px;
  padding: 15px 0;
  width: 50%;
}

.page-org-item {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.page-org-img {
  width: 100%;
  height: 100%;
}

.page-org-img:hover {
  transform: scale(1.1);
}

.page-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  background-color: rgba(255, 255, 255, .7);
  font-size: 16px;
}

.page-org-item:hover .page-item-title {
  background-color: #d22234;
}

.page-org-item:hover .page-item-title a {
  color: #fff;
}

#page-org .col-sm-4:first-child .page-org-item {
  height: 550px;
}

/* 星级水管工 */
.star-item-img {
  height: 240px;
  overflow: hidden;
}

.star-img {
  height: 100%;
  overflow: hidden;
}

.star-item:hover .star-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cat-star-info {
  background-color: #f7f7f7;
  padding: 10px;
  margin-bottom: 30px;
}

/* 企业实力 */
.show-power {
  font-size: 16px;
  line-height: 32px;
}
/* 关于我们 */
.about-des {
  font-size: 16px;
  line-height: 32px;
  margin: 15px 0;
}

.about-title {
  font-size: 32px;
}

.text-gray {
  color: #b9b9b9;
}
div.text-gray{
  font-size: 18px;
  padding-top: 15px;
}
.about-floor-title{
  padding: 15px 0;
}
.cat-about-power,.cat-about-honor{
  background-color: #f7f7f7;
  padding:20px 0;
}
.cat-about-power{
  margin: 15px 0;
}
/* 单页 */
.page-about{
	line-height:32px;
	font-size:16px;
}
/* brand   #d22234 */
.show-news img{
	display:block;
	margin:auto;
}
.case-pro{
	text-align:left;
	line-height:24px;
	color:#8e8e8e;
}
.honor-name{
	padding:0 15px;
}
.case-title{
	font-size:18px;
}
#case{

}
.honor-list:hover .honor-name{
	background-color:#d22234;
}
.honor-list:hover .case-pro,.honor-list:hover a{
	color:#fff;
}
.honor-list a:hover{
	color:#ff0 !important;
}
.show-case-p{
	line-height:32px;
	font-size:16px;
}
.honor-list:hover{
	color:#fff;
}
/* 预约服务 */
.ib{
	float:left;
}
.zz img{
	max-height:40px;
}

.home-sys-item{
	background-color:#e8e8ea;
	/* margin-top:20px;
	padding:15px 0;
	padding-bottom:15px; */
}
.home-sys-title{
	font-size:18px;
	/* padding-top:15px; */
	background-color:rgba(255,255,255,.7);
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding:10px 0;
}
.home-sys-item{
	position: relative;		
}
.home-sys-img{
	width:100%;
	height:200px;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	margin-top:15px;
}
.home-sys-des{
	padding:15px 10px;
	color:#666;
	/* text-align:justify;
	     text-align-last:justify; */
}
.btn-home-sys{
	height:34px;
	line-height:34px;
	border:1px solid #d22234;
	color:#d22234;
	padding:6px 20px;
	border-radius:17px;
}
.btn-home-sys:hover{
	background-color:#d22234;
	color:#fff !important;
}
/* 招商加盟 2019-7-15 15:39:06 */
.join-title{
  font-size: 36px;
  border-left: 2px solid #d22234;
  padding-left: 15px;
  margin-bottom: 30px;
}
.join-d{
  font-size: 32px;
  border-left: 2px solid #d22234;
  padding-left: 20px;
  margin-top: 80px;
}
.join-d-container{
  padding-left: 50px;
}
.join-gray{
  color: #b6c1c7;
  text-transform:uppercase;
    padding-bottom:15px;
	display:block;
	margin:auto;
}
.join-brand{
  margin-top: 15px;

}
.join-no{
  font-size: 32px;
}
.join-in{
  font-size: 16px;
  padding-top: 15px;
  line-height: 32px;
  height: 111px;
}
.join-t{
  border:1px solid #e7e7e7;
  padding: 30px;
  color: #666;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.join-t{
  margin-bottom: 30px;
}
.join-t:hover ,.join-t:hover .text-brand{
  color: #fff !important;
}
.join-t:hover{
  background-color: #d22234;
}
.join-step{
  background-image: url(../images/join-step.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  margin-bottom:60px;
}
.join-s-item{
  width: 20%;
}
.join-cir{
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #fff;
  padding-top: 30px;
  margin-top: 20px;
  display:block;
  margin:auto;
}

.join-s-info{
  padding: 15px;
}
.join-icon{
  width: 50px;
  height:50px;
  background-image: url(../images/st-icon.png);
  margin:auto;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.join-s-list .join-s-item:nth-of-type(1) .join-icon {
  background-position: 0 0;
}
.join-s-list .join-s-item:nth-of-type(2) .join-icon {
  background-position: 200px 0;
}
.join-s-list .join-s-item:nth-of-type(3) .join-icon {
  background-position: 150px 0;
}
.join-s-list .join-s-item:nth-of-type(4) .join-icon {
  background-position: 100px 0;
}
.join-s-list .join-s-item:nth-of-type(5) .join-icon {
  background-position: 50px 0;
}
.join-s-list  .join-s-item:nth-of-type(1):hover .join-icon{
  background-position: 0 50px;
}
.join-s-list  .join-s-item:nth-of-type(2):hover .join-icon{
  background-position: 200px 50px;
}
.join-s-list  .join-s-item:nth-of-type(3):hover .join-icon{
  background-position: 150px 50px;
}
.join-s-list  .join-s-item:nth-of-type(4):hover .join-icon{
  background-position: 100px 50px;
}
.join-s-list  .join-s-item:nth-of-type(5):hover .join-icon{
  background-position: 50px 50px;
}

.join-cir:hover,.join-s-item:hover .join-cir{
  background-color:#d22234;
  color: #fff;
}
/* 排水系统 */
.page-pvc,.page-pvc2,.page-pvc3,.page-sheath,.page-sheath2,.page-sheath3,.page-sheath4,.page-sheath5,.page-sheath6{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    padding:200px 0;
}
.page-pvc{
  background-image: url(../images/page-pvc.jpg);
}
.page-pvc-title{
  font-size: 32px;
}
.page-pvc-info{
  font-size:16px;
  line-height: 32px;
}
.pvc-line{
  width: 30px;
  height: 4px;
  background-color:#d22234;
  margin: 15px 0;
}
.page-pvc2{
  background-image: url(../images/page-pvc2.jpg);
}
.pvc2-title{
  font-size: 32px;
}
.page-pvc3{
  background-image: url(../../images/page-pvc3.jpg);
}
.pvc-pro{
  font-size: 32px;
  padding: 30px 0;
}
.water .product-container{
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-sheath{
  background-image: url(../images/page-sheath.jpg);
}
.page-sheath2{
  background-image: url(../images/page-sheath2.jpg);
}
.page-sheath3{
  background-image: url(../images/page-sheath3.jpg);
}
.page-sheath4{
  background-image: url(../images/page-sheath4.jpg);
}
.page-sheath5{
  background-image: url(../images/page-sheath5.jpg);
}
.page-sheath6{
  background-image: url(../images/page-sheath6.jpg);
}
/* 人力资源 */
.col-20{
  width:20%;
  padding: 0 15px;
}
.list-rc-icon{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: url(../images/rc.png);
  margin:auto;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.list-rc-title{
  font-size: 18px;
  padding: 8px 0;
}
.list-rc-des{
  line-height: 24px;
}
#rc .col-20:nth-of-type(1) .list-rc-icon {
  background-position: 0 0;
  background-color: #81c8ca;
}
#rc .col-20:nth-of-type(2) .list-rc-icon {
  background-position: 320px 0;
  background-color: #fe6766;
}
#rc .col-20:nth-of-type(3) .list-rc-icon {
  background-position: 240px 0;
  background-color: #fddb92;
}
#rc .col-20:nth-of-type(4) .list-rc-icon {
  background-position: 160px 0;
  background-color: #95c95f;
}
#rc .col-20:nth-of-type(5) .list-rc-icon {
  background-position: 80px 0;
  background-color: #61cc94;
}
#rc .col-20:nth-of-type(1):hover .list-rc-icon{
  background-position: 0 80px;
  background-color: #fff;
}
#rc .col-20:nth-of-type(2):hover .list-rc-icon{
  background-position: 320px 80px;
  background-color: #fff;
}
#rc .col-20:nth-of-type(3):hover .list-rc-icon{
  background-position: 240px 80px;
  background-color: #fff;
}
#rc .col-20:nth-of-type(4):hover .list-rc-icon{
  background-position: 160px 80px;
  background-color: #fff;
}
#rc .col-20:nth-of-type(5):hover .list-rc-icon{
  background-position: 80px 80px;
  background-color: #fff;
}
.list-rs-con:hover{
  background-color:#d22234;
  color: #fff;
}
.list-rs-con{
  padding: 20px 15px;
}
.hr-brand{
	font-size:24px;
	border-left:2px solid #d22234;
	padding-left:20px;
	margin-bottom:20px;
}
.border-r{
	border-right:1px solid #ddd;
}
.hr-job-item{
	border:1px solid #ddd;
	overflow:hidden;
	margin-bottom:15px;
	line-height:40px;
}
.swipebox{
	background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* 派康管家 */
.srv-1,.srv-2{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
.srv-1{
  background-image: url(../images/srv1.jpg);
}
.srv-title{
  font-size: 40px;
  margin-bottom: 20px;
}
.srv-des{
  font-size: 18px;
  line-height: 2em;
}
.srv-2{
  background-image: url(../images/srv2.jpg);
}
.srv-3,.srv-4,.srv-5{
  padding: 30px 0;
}
.srv-info{
  font-size: 18px;
  padding: 10px;
}
.srv-4{
  background-color: #f7f7f7;
}
.stp-info{
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5em;
}
.srv-brand{
  border-left: 2px solid #d22234;
  padding-left: 15px;
  font-size: 36px;
  z-index: 9;
  margin: 20px 0 20px 50px;
}
.srv-5{
  background-color: #f7f7f5;
  overflow: hidden;
}
.srv-crl{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
}
.srv-sy{
  background-image: url(../images/gs.jpg);
  background-repeat: repeat-y;
  background-position: left;
  overflow: hidden;
}
.srv-gdes{
  line-height: 24px;
  padding:15px;
  height:130px;
  text-align: center;
}
.srv-border{
  background-image: url(../images/gh.jpg);
  background-repeat: repeat-x;
  overflow: hidden;
}
.srv-border{
  height: 58px;
  position: relative;
  background-color: #f7f7f5;
}
.srv-r{
  position: absolute;
  right: 0;
  top: 19px;
}
.srv-right{
  background-image: url(../images/gs.jpg);
  background-repeat: repeat-y;
  background-position: right top;
  overflow: hidden;
}
.srv-rj{
  position: absolute;
  top: 0;
  right: 0;
}
.srv-r7{
  position: absolute;
  left: 0;
  top: 19px;
}
.srv-left{
  background-image: url(../images/gs.jpg);
  background-repeat: repeat-y;
  background-position: left top;
  overflow: hidden;
}
.srv-s{
  height: 150px;
  background-image: url(../images/g1.jpg);
  background-repeat: repeat-y;
  background-position: bottom left;
  overflow: hidden;
}
/* .home-sys{
	margin-bottom:30px;
} */
.home-sys-bg{
	  	background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  padding-bottom:20px;
}
#sy-sys .sy-sys:nth-of-type(1) .home-sys-bg{
	background-image:url(../images/ss1.jpg) !important;
}
#sy-sys .sy-sys:nth-of-type(2) .home-sys-bg{
	background-image:url(../images/ss2.jpg) !important;
}
#sy-sys .sy-sys:nth-of-type(3) .home-sys-bg{
	background-image:url(../images/ss3.jpg) !important;
}
#sy-sys .sy-sys:nth-of-type(4) .home-sys-bg{
	background-image:url(../images/ss4.jpg) !important;
}
.unline{
	padding-bottom:10px;
	border-bottom:2px solid #d22234;
	font-size:36px;
}
.home-title-en{
	color: #727272;
    font-size: 22px;
	padding-top:5px;
	margin-bottom:30px;
	text-transform: uppercase;
}
.home-xw-btn .btn-home-xw:nth-of-type(1) {
  margin-left: 33%;
}
.btn-home-xw .btn{
	border:1px solid #ddd;
	font-size:16px;
	border-radius:17px;
}
.btn-xw-active .btn{
	background-color:#d22234;
	border-color: #d22234;
	color:#fff;
}
.home-xw-container{
	overflow:hidden;
	margin-top:40px;
}
.home-news-title{
	padding-bottom:10px;
}
.home-news-title a {
  font-size: 18px;
}

.home-news-title{
	font-size:18px;
}
.home-news-des {
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-img-news {
  overflow: hidden;
}

.home-news-list {
  overflow: hidden;
  margin-bottom:12px;
  border-bottom: 1px dashed #d2d2d2;
}

.home-news-bg{
	width:100%;
	height:300px;
	 background-position: center center;
  background-size: cover;
  margin-bottom:10px;
}
.home-news-i{
	margin-bottom:30px;
	overflow:hidden;
}
.border-right{
	border-right:1px solid #ddd;
}
.home-news-arr{
	margin-top:20px;
}
.border-left{
	border-left:1px solid #ddd;
}
.home-news-i .text-center{
	font-size:18px;
	padding-top:20px;
	padding-right:20px;
}
.home-xw-day{
	font-size:24px;
}
.home-news-i:hover .text-right,.home-news-i:hover a{
	color:#d22234;
}
.home-news-i:hover .home-news-arr{
	padding-left:15px;
}
.home-xw-time{
	margin-bottom:10px;
}
@media(max-width:768px){
	
}
.top-four{
	padding:10px;
	overflow:hidden;
	margin-top: 20px;
}
.top-four img{
	 -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
}
.four-img{
	width:100%:
	height:100%;
	overflow:hidden;
}
.four-img:hover img{
	transform: scale(1.1);
}
.home-pro-title{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,.7);
    font-size: 24px;
    padding: 10px 0;
}
.home-pr:hover .home-about-title,.home-pr:hover .home-pro-title{
	background-color: #d22234 !important;
	color:#fff !important;
}
.home-pr:hover a{
	color:#fff !important;
}
.home-pro-list{
	position: relative;
}
.show-pro table{
	width:100% !important;
	border: 1px solid #ddd;
}
.show-pro table td{
	border: 1px solid #ddd !important;
	padding: 5px 15px;
}
.btn-more-pro{
	background-color:#ddd;
	color:#D22333;
	padding:10px 25px;
}
.btn-more-pro:hover{
	color:#fff !important;
	background-color:#D22333;
}
.partner-container img{
	display:block;
	margin:auto;
	max-height:150px;
}
.partner-container{
	border:1px solid #ddd;
	margin-bottom:30px;
}
.partner-name{
	border:1px solid #ddd;
	border-top:none;
	line-height:40px;
	margin-bottom:30px;
	display:none;
}
#q{
	height:50px;
	/* display:none; */
}
input.button{
	height:50px;
}
li.search{
	padding-top:30px;
}
li.search button{
	margin-top:-5px;
}
.search-i{
  cursor: pointer;
}
.top-search{
  width: 100%;
  position: absolute;
  right:-100%;
  top:0;
  height:84px;
  background-color: #fff;
  z-index: 9999;
  line-height:84px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#q{
  width:80%;
}
.top-search button{
  height:50px;
  padding:0 25px;
  font-size:24px;
  margin-top:-3px;
}
.top-search-active{
  right:0;
}

.nav-search{
	margin-right:0 !important;
}
@media(max-width:768px){
	.goback{
		display:none;
	}
}



/*按钮色彩样式*/
.pagination{ margin:20px 0px;}
.pagination a {border: #c2e2e7 1px solid;color: #444;text-decoration: none;overflow: hidden;padding:5px 5px;margin: 0px 0px 0px 5px;}
.pagination a:visited {text-decoration: none;overflow: hidden;}
.pagination a:active {text-decoration: none;overflow: hidden;}
.pagination a:hover {color: #fff;background-color: #115f84;overflow: hidden;}
.pagination span.current {border:#7cb9d5 1px solid;color: #fff;overflow: hidden;padding:5px 5px;margin: 0px 0px 0px 5px;background-color: #313131;}
.pagination span.disabled {border:#7cb9d5 1px solid;color: #fff;overflow: hidden;padding:5px 5px;margin: 0px 0px 0px 5px; background-color: #313131;}
.pagination span {border:#7cb9d5 1px solid;color: #fff;overflow: hidden;padding:5px 5px;margin: 0px 0px 0px 5px; color:#444;}


.sybt{ margin-bottom:20px;}


/*详情页css*/
.xqtitle{ text-align:center; font-size:22px; color:#333; font-weight:bold; margin:20px 0px;}
.xqtime{ text-align:center; margin:10px 0;}                                         
.xqimg{ width:600px; height:auto; margin:0 auto; margin-bottom:15px;}
.xqimg img{width:600px; height:auto;}
.xqcontent{ font-size:15px; line-height:30px; color:#666; margin: 0 auto;}

.wct{ color:#969696; width:120px; text-align:center;}