@charset "UTF-8";
*{margin:0px; padding:0px;}
body{font-size:16px; color:#1b2843; font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
img{margin: 0px; padding: 0px;}
dl,dt,dd,ol,ul,li,form,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
a{
  color: #484848; 
  text-decoration: none; 
  font-size:14px;
  outline: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
a:hover{
  color: #1f6eb1;
	cursor:pointer;
}
em,i{
  font-style:normal;
}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑'; box-sizing:content-box;}
/*common*/
.fl{ float:left;}
.fr{ float:right;}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.w1200{
	width:1200px;
	margin:0 auto;
}
/* 导航 */
.head{position: relative;width:100%;background-color: #043c3d;height:48px;z-index: 9999}
.head .navbox{width: 1200px;margin: 0 auto;}
.head .nav{display: block; float: left;width:calc(100% - 180px)}
.head .nav .nav_pc{ width: 100%;}
.head .nav ul li{float:left;position: relative;box-sizing: border-box;z-index: 999;width: 120px;}
.head .nav ul li .f_a{line-height:48px;display:block;text-align:center;font-size:16px;color:#fff;}
.head .nav ul li:hover .f_a{background-color:#e3ae3e;color: #fff; transition:all .3s}
.head .nav ul li .s_navbox{display:none;position: absolute;left: 0;width: 100%; background:#fff;background-color: #043c3d;z-index: 9999;box-sizing: border-box}
.head .nav ul li .s_navbox .s_a a{color:#fff;font-size:14px;text-transform:uppercase;display:block;text-align: center;padding: 10px 0;border-top: 1px solid #fff;}
.head .nav ul li .s_navbox .s_a a:hover{background-color:#e3ae3e;color: #fff;}
.m_nav{display:none}
.headlf .m_logo{display: none}
.headrg .m_menuimg{display: none}
.active{background-color: #ccd4ad}
.activ2{background-color: #ccd4ad}
/*抖动*/
@keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-moz-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-o-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
/*右侧浮动*/
.client-2 {
  position: fixed;
  right: -170px;
  top: 50%;
  z-index: 900;
}

.client-2 li a {
  text-decoration: none;
}
.client-2 li {
  margin-top: 1px;
  clear: both;
  height: 62px;
  position: relative;
}

.client-2 li i {
  background: url(/statics/images/fx.png) no-repeat;
  display: block;
  width: 30px;
  height: 27px;
  margin: 0px auto;
  text-align: center;
}

.client-2 li p {
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.client-2 .my-kefu-qq i {
  background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
  background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
  background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
  background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
  background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
  display: none;
}

.client-2 .my-kefu-ftop i {
     width: 33px;
height: 31px;
background-position: -23px -47px;
background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main{
  padding-top: 6px;
}

.client-2 .my-kefu-left {
  float: left;
  width: 62px;
  height: 47px;
  position: relative;
}

.client-2 .my-kefu-tel-right {
  font-size: 16px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 22px;
  padding: 0 15px;
  border-left: 1px solid #fff;
  margin-top: 14px;
}

.client-2 .my-kefu-right {
  width: 20px;
}

.client-2 .my-kefu-tel-main {
  background: #345542;
  color: #fff;
  height: 53px;
  width: 230px;
  padding:9px 0 0;
  float: left;
}

.client-2 .my-kefu-main {
  background: #345542;
  width: 97px;
  height: 53px;
  position: relative;
  padding:9px 0 0;
  float: left;
}

.client-2 .my-kefu-weixin-pic {
  position: absolute;
  left: -130px;
  top: -24px;
  display: none;
  z-index: 333;
}

.my-kefu-weixin-pic img {
  width: 115px;
  height: 115px;
}

.top-bar {
  padding: 30px 0;
}
.top-bar ul {
  height: 65px;
  display: flex;
  align-items: center;
  color: #333;
}
.top-bar ul li:first-child {
  width: 25%;
}
.top-bar ul li:nth-child(2) {
  width: 57%;
}
.top-bar ul li:last-child {
  width: 18%;
}
.top-bar ul li:nth-child(2) h2 {
  font-size: 22px;
  font-weight: normal;
}
.top-bar ul li:nth-child(2) h2 strong {
  color: #174632;
}
.top-bar ul li:last-child p {
  display: flex;
  flex-direction: column;
  padding-left: 54px;
  background: url(../images/tel.jpg) left center no-repeat;
  font-size: 16px;
  line-height: 28px;
}
.top-bar ul li:last-child p strong {
  display: block;
  font-size: 24px;
  color: #174632;
  font-family: impact;
  font-weight: normal;
}

/* 模块头部 */
.water-title,
.wvs-hd,
.wgong-hd {
  text-align: center;
  padding: 30px 0 24px 0;
}
.water-title h2 {
  line-height: 50px;
  color: #333;
  font-size: 36px;
  font-weight: normal;
}
.water-title h2 span {
  color: #e00909;
}
.water-mhd {
  height: 59px;
  line-height: 54px;
  font-size: 24px;
  color: #fff;
  text-indent: 30px;
}
.water-mhd-bg1 {
  background: url(../images/ico01.jpg) left center no-repeat;
}
.water-mhd-bg2 {
  background: url(../images/ico02.jpg) left center no-repeat;
}
.water-henfu {
  background: url(../images/henfu.png) top center no-repeat;
  height: 160px;
  margin-top: 70px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 30px;
}
.water-henfu strong {
  font-size: 36px;
  color: #eeb239;
  line-height: 40px;
  display: block;
  font-weight: normal;
}
.water-henfu p {
  margin-top: 14px;
}
.water-henfu p span {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  margin: 0 12px;
}
.water-henfu p i {
  width: 125px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.wgong-hd h2 {
  font-size: 30px;
  color: #192634;
  font-weight: normal;
}
/* banner */
.water-banner{
	width: 100%;
	height: 700px;
	background: url(../images/banner.jpg) top center no-repeat;
}

/* 一站式 */
.water-top,
.water-wenti,
.water-vs,
.water-gong {
  margin-top: 30px;
}
.wtop-ms {
  width: 900px;
  margin: 0 auto;
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 25px;
}
.wtop-con ul {
  width: 1200px;
  margin: 34px auto 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.wtop-con ul li {
  width: 388px;
}
.wtop-con ul li img {
  display: block;
}
.wtop-con-ms {
  padding: 18px 10px;
  background-color: #f3f4f4;
}
.wtop-con-ms strong {
  display: block;
  font-size: 20px;
  color: #192634;
  line-height: 30px;
  font-weight: normal;
}
.wtop-con-ms strong span {
  color: #e00909;
}
.wtop-con-ms p {
  height: 125px;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  margin-top: 10px;
}
.wtop-con-ms a {
  display: block;
  width: 190px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  color: #333;
  background-color: #eeb239;
  border-radius: 23px;
  margin: 0 auto;
}
.wtop-con-ms a:hover {
  background-color: #e00909;
  color: #fff;
}
/*行业现状*/
.wenti-con {
  display: flex;
  height: 315px;
}
.wenti-con .wenti-img,
.wenti-con .wenti-vdo {
  box-sizing: border-box;
}
.wenti-con .wenti-img {
  width: 640px;
  padding: 20px 55px 20px 20px;
  border: 1px solid #e5e5e5;
  border-right: none;
}
.wenti-con .wenti-vdo {
  width: 560px;
}
.wenti-con .wenti-img img {
  display: block;
}
.wenti-con .wenti-img p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-indent: 2em;
  text-align: justify;
}
.wenti-con .wenti-img p span {
  color: #e00909;
}
.wenti-con .wenti-img ul {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.wenti-con .wenti-img ul li {
  width: 176px;
}
.wenti-ms {
  margin-top: 40px;
}
.wenti-ms ul {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.wenti-ms ul li {
  width: 286px;
  color: #333;
  text-align: center;
}
.wenti-ms ul li img {
  display: block;
}
.wenti-ms ul li strong {
  display: block;
  font-size: 20px;
  line-height: 25px;
}
.wenti-ms ul li strong {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  margin-top: 20px;
}
.wenti-ms ul li p {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-top: 6px;
}
/*莫艺筑能VS传统商家*/
.wvs-con {
  position: relative;
}
.wvs-con strong {
  position: absolute;
  left: 50%;
  bottom: 16px;
  margin-left: -36px;
  display: block;
  width: 72px;
  height: 72px;
  background-color: #e00909;
  border-radius: 50%;
  text-align: center;
  line-height: 72px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.wvs-hd h2 {
  font-size: 36px;
  color: #192634;
  line-height: 40px;
  font-weight: normal;
}
.wvs-hd h2 span {
  color: #666;
}
.wvs-hd h2 i {
  display: inline-block;
  width: 57px;
  height: 22px;
  background: url(../images/vs.png);
  margin: 0 18px;
}
.wvs-con ul {
  display: flex;
}
.wvs-con ul li img {
  display: block;
}
.wvs-con ul li p {
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}
.wvs-con ul li:first-child p {
  background-color: #eeb239;
  color: #333;
}
.wvs-con ul li:last-child p {
  background-color: #434343;
  color: #fff;
}
/*防水施工*/
.wgong-con {
  margin-top: 30px;
}
.wgong-con ul {
  display: flex;
}
.wgong-con ul li {
  box-sizing: border-box;
}
.wgong-con ul li:first-child {
  width: 670px;
  border: 1px solid #e5e5e5;
  border-right: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wgong-con .wgong-con-txt {
  width: 610px;
  box-sizing: border-box;
  padding-left: 64px;
}
.wgong-con .wgong-con-txt strong {
  font-size: 20px;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 28px;
}
.wgong-con .wgong-con-txt p {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  text-align: justify;
  margin-top: 10px;
}
.wgong-con-txta {
  background: url(../images/icoa.png) top left no-repeat;
}
.wgong-con-txtb {
  background: url(../images/icob.png) top left no-repeat;
}
.wgong-con-txtc {
  background: url(../images/icoc.png) top left no-repeat;
}
.wgong-con-txtd {
  background: url(../images/icod.png) top left no-repeat;
}
.wgong-con-txte {
  background: url(../images/icoe.png) top left no-repeat;
}
.wgong-con-txtf {
  background: url(../images/icof.png) top left no-repeat;
}
.wgong-con ul li:last-child {
  width: 530px;
}
.wgong-con ul li:last-child img {
  display: block;
}
.wgong-img {
  margin-top: 60px;
}
.wgong-img ul {
  display: flex;
  justify-content: space-between;
}
.wgong-img ul li {
  width: 388px;
  margin-top: 40px;
}
.wgong-img ul li img {
  display: block;
}
.wgong-img ul li span {
  display: block;
  height: 10px;
  background-color: #11202c;
}
.wgong-img ul li strong {
  display: block;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin-top: 22px;
}
/*服务保障*/
.water-shu {
  background: url(../images/shubg.jpg) top center no-repeat;
  height: 950px;
  margin-top: 60px;
}
.wshu-hd {
  text-align: center;
  padding-top: 76px;
}
.wshu-hd h2 {
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  font-weight: normal;
}
.wshu-hd h2 strong {
  font-weight: normal;
  margin: 0 10px;
}
.wshu-hd h2 strong span {
  color: #eeb239;
}
.wshu-hd h2 i {
  display: inline-block;
  width: 102px;
  height: 2px;
  background-color: #fff;
  vertical-align: middle;
}
.wshu-hd p {
  font-size: 24px;
  color: #fff;
  line-height: 25px;
  margin-top: 20px;
}
.wshu-img ul {
  width: 984px;
  margin: 68px auto 0 auto;
  display: flex;
  justify-content: space-around;
}
.wshu-img ul li {
  width: 374px;
}

.wshu-img ul li img {
  display: block;
}
.water-fuwu {
  margin-top: 60px;
}
.wfuwu-ms {
  background: url(../images/fuwu.jpg) top center no-repeat;
  height: 580px;
  margin-top: 36px;
}
.wfuwu-ms ul li {
  width: 610px;
  height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}
.wfuwu-ms ul li strong {
  display: block;
  font-size: 24px;
  color: #11202c;
  line-height: 30px;
}
.wfuwu-ms ul li p {
  font-size: 16px;
  color: #333;
  line-height: 25px;
}
.wfuwu-ms ul li:first-child,
.wfuwu-ms ul li:last-child {
  margin-left: 360px;
}
.wfuwu-ms ul li:nth-child(2),
.wfuwu-ms ul li:nth-child(4) {
  margin-left: 458px;
}
.wfuwu-ms ul li:nth-child(3) {
  margin-left: 490px;
}
.water-liu {
  margin-top: 45px;
}
.water-liu h2 {
  font-size: 24px;
  color: #033b3c;
  line-height: 25px;
}
.water-liu ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.water-liu ul li {
  height: 62px;
  line-height: 62px;
  text-align: center;
}
.water-liu ul li:nth-child(odd) {
  width: 160px;
}
.water-liu ul li:nth-child(odd) p {
  background-color: #033b3c;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
}
.water-liu ul li:nth-child(even) {
  width: 48px;
}
/*防水产品*/
.water-pin {
  margin-top: 90px;
}
.wpin-hd {
  text-align: center;
}
.wpin-hd h2 {
  font-size: 36px;
  color: #11202c;
  line-height: 40px;
  font-weight: normal;
}
.wpin-hd h2 span {
  margin: 0 10px;
}
.wpin-hd h2 i {
  display: inline-block;
  width: 86px;
  height: 2px;
  background-color: #11202c;
  vertical-align: middle;
}
.wpin-hd p {
  font-size: 14px;
  color: #11202c;
  line-height: 30px;
}
.wpin-bd {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.wpin-bd-lt,
.wpin-bd-rt {
  height: 698px;
  box-sizing: border-box;
}
.wpin-bd-lt {
  width: 296px;
  background-color: #eeeeee;
  border: 1px solid #bfbfbf;
  padding: 28px;
}
.wpin-bd-rt {
  width: 882px;
}
.wbd-lt-tx h3 {
  background: url(../images/icopin.png);
  width: 125px;
  height: 33px;
  font-size: 16px;
  color: #333;
  line-height: 33px;
  text-indent: 1em;
}
.wbd-lt-tx strong {
  display: block;
  font-size: 24px;
  color: #e00909;
  font-weight: normal;
  line-height: 30px;
  margin-top: 14px;
}
.wbd-lt-tx span {
  display: block;
  height: 2px;
  width: 36px;
  background-color: #e00909;
  margin-top: 18px;
}
.wbd-lt-tx p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-align: justify;
  margin-top: 24px;
}
.wbd-lt-tl {
  margin-top: 70px;
}
.wbd-lt-tl h3 {
  font-size: 24px;
  color: #051d26;
  line-height: 30px;
  font-weight: normal;
}
.wbd-lt-tl ul li {
  font-size: 20px;
  line-height: 40px;
  color: #333333;
}
.wbd-lt-tl ul li:first-child {
  background: url(../images/icotel.png) left center no-repeat;
  margin-top: 16px;
  padding-left: 30px;
}
.wbd-lt-tl ul li:nth-child(2) {
  background: url(../images/icoqq.png) left center no-repeat;
  padding-left: 30px;
}
.wbd-lt-tl ul li:nth-child(2) a {
  font-size: 20px;
  color: #333;
}
.wbd-lt-tl ul li:last-child a {
  display: block;
  width: 164px;
  height: 40px;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  font-size: 20px;
  text-align: center;
  margin-top: 24px;
}
.wpin-bd-rt ul {
  display: flex;
  justify-content: space-between;
}
.wpin-bd-rt ul li {
  width: 282px;
}
.wpin-bd-rt ul li img {
  display: block;
}
.wpin-bd-rt ul li p {
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  border: 1px solid #e5e5e5;
  background-color: #eeeeee;
  text-align: center;
}
.wpin-bd-rt ul:nth-child(2) {
  margin-top: 18px;
}
/*防水案例*/
.water-al {
  margin-top: 70px;
}
.wal-bd ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.wal-bd ul li {
  width: 388px;
  text-align: center;
}
.wal-bd ul li p {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-top: 12px;
}
/*底部*/
.the-bot {
  height: 860px;
  background: url(../images/bottom.png) top center no-repeat;
  margin-top: 30px;
}

.the-bot ul {
  padding-top: 200px;
}

.the-bot ul li p {
  font-size: 18px;
  color: #fff;
  line-height: 54px;
}

.the-bot ul li:nth-child(2) {
  margin-top: 120px;
}