.container {
  height: 100%;
  width: 100%;
}
.container .row {
  height: 100%;
}
.container .row .water_header {
  /* background-image: url(../images/pc/waterAndHealth/bg.png); */
  width: 100%;
  /* background-repeat: no-repeat;
  background-size: 100% 100%; */
  position: relative;
  height: 4.8rem;
}
.container .row .water_header .water_header_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.container .row .top_box {
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 15.18rem;
  margin: 0 auto;
}
.container .row .top_box .top_box_imgBox img {
  width: 3.3rem;
  height: 0.79rem;
}
.container .row .top_box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .row .top_box .nav {
  flex: 1;
  padding-top: 0.25rem;
}
.container .row .top_box .nav li::after {
  content: '';
  display: block;
  opacity: 0;
  height: 1px;
  width: 100%;
  margin-top: 0.1rem;
  position: absolute;
  background-color: #fff;
  transition: all 0.2s linear;
}
.container .row .top_box .nav li:hover:after {
  content: '';
  display: block;
  opacity: 1;
  height: 1px;
  width: 100%;
  margin-top: 0.1rem;
  position: absolute;
  background-color: #fff;
}
.container .row .top_box .nav li:nth-of-type(4)::after {
  content: '';
  display: block;
  opacity: 1;
  height: 1px;
  width: 100%;
  margin-top: 0.1rem;
  position: absolute;
  background-color: #fff;
}
.container .row .top_box .nav li {
  font-size: 0.18rem;
  color: #fff;
}
.container .row .top_box .nav li a {
  color: #fff;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
}
.container .row .top_box .nav li a:hover {
  background-color: rgba(255, 255, 255, 0);
}
.container .row .top_box .icon {
  padding-top: 0.1rem;
}
.container .row .top_box .icon li {
  margin-right: 0.15rem;
  cursor: pointer;
  position: relative;
}
.container .row .top_box .icon li img {
  width: 0.44rem;
}
.container .row .top_box .icon li .topImg {
  position: absolute;
  bottom: -1.4rem;
  left: -0.5rem;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0;
}
.container .row .top_box .icon li:hover .topImg {
  opacity: 1;
  transition: all 0.2s linear;
}
.container .row .top_box .icon li:nth-of-type(4) {
  margin-right: 0;
}
.container .row .center_box .top_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 6.5rem;
  margin-top: 0.9rem;
}
.container .row .center_box .top_box .heng {
  width: 0.24rem;
  height: 0.98px;
  background-color: #fff;
}
.container .row .center_box .top_box .title_cn {
  font-size: 0.5rem;
  color: #fff;
}
.container .row .center_box .en_title {
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  margin-top: 0.1rem;
}
.container .row .main_box1 {
  height: 8.5rem;
  width: 100%;
}
.container .row .main_box1 h2 {
  font-size: 0.5rem;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 0.86rem;
  margin-top: 0.87rem;
}
.container .row .main_box1 ul {
  display: flex;
  padding: 0 2.36rem;
}
.container .row .main_box1 ul li {
  flex: 1;
}
.container .row .main_box1 ul li .m1 {
  overflow: hidden;
  width: 4.6rem;
  height: 2.8rem;
}
.container .row .main_box1 ul li .m1 img {
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
}
.container .row .main_box1 ul li .title {
  font-size: 0.36rem;
  color: #4d4d4d;
  margin-top: 0.49rem;
}
.container .row .main_box1 ul li .content {
  font-size: 0.18rem;
  color: #808080;
  margin-top: 0.29rem;
  width: 4.4rem;
  line-height: 0.32rem;
  text-align: left;
}
.container .row .main_box1 ul li:hover img {
  transform: scale(1.05);
}
.container .row .main_box2 {
  height: 7.5rem;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.55rem 0 2.36rem;
}
.container .row .main_box2 .img {
  flex: 1;
}
.container .row .main_box2 .img img {
  width: 7.64rem;
  height: 4.93rem;
}
.container .row .main_box2 .right_box {
  width: 5.6rem;
}
.container .row .main_box2 .right_box h2 {
  font-size: 0.5rem;
  color: #4d4d4d;
}
.container .row .main_box2 .right_box .content {
  font-size: 0.2rem;
  color: #808080;
  margin-top: 0.67rem;
  line-height: 0.36rem;
}
.container .row .main_box3 {
  height: 8rem;
  background-color: #fff;
  padding: 1.69rem 2.36rem 1.61rem 2.36rem;
}
.container .row .main_box3 h2 {
  font-size: 0.5rem;
  color: #4d4d4d;
}
.container .row .main_box3 .box {
  display: flex;
  margin-top: 0.61rem;
}
.container .row .main_box3 .box ul {
  width: 3.62rem;
  height: 3.6rem;
  border: 1px solid #d9d9d9;
}
.container .row .main_box3 .box ul li {
  font-size: 0.28rem;
  color: #4d4d4d;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.2s linear;
}
.container .row .main_box3 .box .right_box {
  width: 10.87rem;
  height: 3.6rem;
  background-image: url(../images/pc/waterAndHealth/m3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 0.8rem;
  font-size: 0.2rem;
  color: #4d4d4d;
  line-height: 0.36rem;
  display: flex;
  align-items: center;
}
.container .row .main_box4 {
  height: 9.7rem;
  position: relative;
}
.container .row .main_box4 .m4 {
  height: 5.48rem;
  width: 100%;
}
.container .row .main_box4 h2 {
  position: absolute;
  left: 50%;
  top: 0.87rem;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 0.5rem;
}
.container .row .main_box4 .table {
  background-image: url(../images/pc/waterAndHealth/table.png);
  width: 14.48rem;
  height: 7.6rem;
  background-repeat: no-repeat;
  background-size: 100%, 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: flex;
}
.container .row .main_box4 .table .left_box {
  width: 3.15rem;
}
.container .row .main_box4 .table .left_box li {
  text-align: center;
}
.container .row .main_box4 .table .right_box {
  width: 11.5rem;
  margin-left: 0.05rem;
  padding-left: 1rem;
}
.container .row .main_box4 .table .right_box li {
  text-align: left;
}
.container .row .main_box4 .table ul li {
  font-size: 0.2rem;
  color: #4d4d4d;
  height: 0.66rem;
  margin-bottom: 0.01rem;
  line-height: 0.66rem;
}
.container .row .main_box4 .table .left_box li:nth-of-type(1) {
  height: 0.9rem;
  width: 100%;
  line-height: 0.9rem;
  text-align: center;
  margin-bottom: 0.01rem;
  font-size: 0.28rem;
}
.container .row .main_box4 .table .left_box li:nth-of-type(10) {
  margin-bottom: 0;
}
.container .row .main_box4 .table .right_box li:nth-of-type(10) {
  margin-bottom: 0;
}
.container .row .main_box4 .table .right_box li:nth-of-type(1) {
  height: 0.9rem;
  width: 100%;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
}
.container .row .main_box5 {
  height: 10.4rem;
  background: linear-gradient(to bottom, #f8f8f9 0%, #fdfdfd 100%);
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.container .row .main_box5 .kid {
  width: 7.19rem;
  height: 9.4rem;
  margin-top: 1rem;
}
.container .row .main_box5 .kid img {
  width: 100%;
  height: 100%;
}
.container .row .main_box5 .right_box {
  flex: 1;
  margin-top: 2rem;
  margin-left: 0.5rem;
}
.container .row .main_box5 .right_box h2 {
  font-size: 0.5rem;
  color: #4d4d4d;
}
.container .row .main_box5 .right_box ul {
  margin-top: 0.74rem;
  padding-right: 2.38rem;
}
.container .row .main_box5 .right_box ul li {
  display: flex;
  height: 0.52rem;
  margin-bottom: 0.35rem;
  justify-content: space-between;
}
.container .row .main_box5 .right_box ul li .title {
  font-size: 0.2rem;
  color: #4d4d4d;
  width: 1.5rem;
}
.container .row .main_box5 .right_box ul li .content {
  font-size: 0.2rem;
  flex: 1;
  color: #4d4d4d;
  text-align: left;
}
.container .row .main_box8 {
  height: 5.8rem;
  padding: 0 2.5rem 0 2.5rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.container .row .main_box8 .main_box6_left img {
  width: 3.3rem;
  display: block;
  margin-top: 0.6rem;
}
.container .row .main_box8 .main_box6_left p {
  width: 4.06rem;
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.21rem;
}
.container .row .main_box8 .main_box6_left .tel {
  font-size: 0.3rem;
  color: #1a1a1a;
  margin-top: 0.42rem;
}
.container .row .main_box8 .main_box6_left .address {
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.47rem;
}
.container .row .main_box8 .main_box6_left .email {
  font-size: 0.2rem;
  color: #ec4f62;
  margin-top: 0.17rem;
}
.container .row .main_box6 .main_box6_left .detail {
  color: #999;
  font-size: 0.16rem;
  margin-top: 1.22rem;
  float: left;
}
.container .row .main_box6 .main_box6_left .ICP{
  color: #999;
  font-size: 0.16rem;
  margin-top: 1.22rem;
  float: right;
  margin-left: 2rem;
}
.container .row .main_box8 .main_box6_right .nav {
  font-size: 0.2rem;
  color: #999;
  margin-top: 1.59rem;
}
.container .row .main_box8 .main_box6_right .nav li {
  margin-bottom: 0.2rem;
  text-align: right;
}
.container .row .main_box8 .main_box6_right .nav li a {
  padding: 0;
  text-decoration: none;
  color: #999;
}
.container .row .main_box8 .main_box6_right .nav li a:hover {
  background-color: transparent;
}
.container .row .main_box8 .main_box6_right .nav li:hover a {
  color: #ec4f62;
}
.container .row .main_box8 .main_box6_right .nav li:nth-of-type(6) {
  margin-bottom: 0;
}
.container .row .main_box8 .main_box6_right .icon {
  display: flex;
  margin-top: 0.9rem;
}
.container .row .main_box8 .main_box6_right .icon li {
  margin-right: 0.09rem;
}
.container .row .main_box8 .main_box6_right .icon li img {
  width: 0.28rem;
  display: block;
}
.container .row .main_box8 .main_box6_right .icon li:nth-of-type(4) {
  margin-right: 0;
}

.mobile {
  width: 100%;
  height: 100%;
}
.mobile #header {
  /* background-image: url(../images/mobile/waterAndHealth/bg.png);
  background-size: 100% 100%; */
  width: 100%;
  height: 5.41rem;
  position: relative;
}
.mobile #header .header_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
}
.mobile #header .header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.67rem 0 0.64rem;
  height: 1.8rem;
}
.mobile #header .header_top .logo {
  display: block;
  width: 4.64rem;
}
.mobile #header .header_top .catalog {
  display: block;
  width: 0.66rem;
}
.mobile #header .header_nav {
  width: 5.4rem;
  height: 19.03rem;
  background-color: #fff;
  position: fixed;
  transition: all 0.2s linear;
  top: 0;
  z-index: 100000;
}
.mobile #header .header_nav img {
  width: 0.7rem;
  position: absolute;
  right: 0.64rem;
  top: 0.55rem;
}
.mobile #header .header_nav .header_nav_ul {
  margin-top: 2.57rem;
}
.mobile #header .header_nav .header_nav_ul li {
  text-align: center;
  height: 2.25rem;
}
.mobile #header .header_nav .header_nav_ul li a {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 0.4rem;
  padding-bottom: 0.37rem;
}
.mobile #header .header_nav .header_nav_ul li:nth-of-type(4) a {
  border-bottom: 1px solid #4d4d4d;
}
.mobile #header .header_center {
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}
.mobile #header .header_center .top .title {
  font-size: 0.78rem;
  color: #fff;
  text-align: center;
}
.mobile #header .header_center .bottom {
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  margin-top: 0.1rem;
}
.mobile .main_box1 {
  padding: 1.48rem 0.64rem 0.48rem 0.64rem;
}
.mobile .main_box1 h3 {
  font-size: 0.7rem;
  color: #4d4d4d;
  text-align: center;
}
.mobile .main_box1 ul {
  margin-top: 1.09rem;
}
.mobile .main_box1 ul li {
  margin-bottom: 0.92rem;
}
.mobile .main_box1 ul li .title {
  font-size: 0.5rem;
  color: #4d4d4d;
}
.mobile .main_box1 ul li .content {
  font-size: 0.38rem;
  color: #4d4d4d;
  margin-top: 0.5rem;
}
.mobile .main_box1 ul li img {
  width: 100%;
  height: 2.8rem;
  margin-top: 0.4rem;
}
.mobile .main_box2 {
  padding: 1.48rem 0.64rem 1.5rem 0.64rem;
  background-color: #f2f2f2;
}
.mobile .main_box2 h3 {
  font-size: 0.7rem;
  color: #4d4d4d;
}
.mobile .main_box2 .content {
  margin-top: 0.93rem;
  color: #808080;
  font-size: 0.44rem;
}
.mobile .main_box2 img {
  width: 100%;
  margin-top: 0.9rem;
}
.mobile .main_box3 {
  padding: 1.42rem 0.64rem 1.4rem 0.64rem;
}
.mobile .main_box3 h3 {
  color: #4d4d4d;
  font-size: 0.7rem;
}
.mobile .main_box3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #d9d9d9;
  margin-top: 0.94rem;
}
.mobile .main_box3 ul li {
  width: 4.73rem;
  line-height: 1.41rem;
  text-align: center;
  height: 1.41rem;
  font-size: 0.44rem;
  color: #4d4d4d;
}
.mobile .main_box3 ul li:nth-of-type(1) {
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.mobile .main_box3 ul li:nth-of-type(2) {
  border-bottom: 1px solid #d9d9d9;
}
.mobile .main_box3 ul li:nth-of-type(3) {
  border-right: 1px solid #d9d9d9;
}
.mobile .main_box3 .box {
  margin-top: 0.6rem;
  background-image: url(../images/mobile/waterAndHealth/m2.png);
  padding: 0.86rem 0.61rem 0.96rem 0.55rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0.38rem;
  color: #4d4d4d;
  line-height: 0.6rem;
}
.mobile .main_box4 {
  position: relative;
}
.mobile .main_box4 img {
  height: 5.7rem;
  width: 100%;
}
.mobile .main_box4 p {
  text-align: center;
  font-size: 0.7rem;
  color: #fff;
  position: absolute;
  top: 1.76rem;
  width: 100%;
}
.mobile .main_box4 .box {
  width: 9.53rem;
  padding: 0.44rem 0.44rem;
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 3.84rem;
  transform: translate(-50%, 0);
  height: 10rem;
}
.mobile .main_box4 .box ul {
  width: 8.64rem;
  position: absolute;
  background-color: #fff;
}
.mobile .main_box4 .box ul li {
  display: flex;
  height: 1.04rem;
  margin-bottom: 0.06rem;
}
.mobile .main_box4 .box ul li .title {
  color: #4d4d4d;
  font-size: 0.38rem;
  line-height: 1.04rem;
  text-align: center;
  width: 2.09rem;
  background-color: #f2f2f2;
}
.mobile .main_box4 .box ul li .content {
  font-size: 0.34rem;
  color: #4d4d4d;
  line-height: 1.04rem;
  text-align: left;
  margin-left: 0.01rem;
  flex: 1;
  background-color: #f2f2f2;
  padding-left: 0.3rem;
}
.mobile .main_box4 .box ul li:nth-of-type(2) {
  height: 1.35rem;
}
.mobile .main_box4 .box ul li:nth-of-type(2) .title {
  color: #4d4d4d;
  font-size: 0.38rem;
  line-height: 1.35rem;
  text-align: center;
  width: 2.09rem;
  background-color: #f2f2f2;
}
.mobile .main_box4 .box ul li:nth-of-type(2) .content {
  font-size: 0.34rem;
  color: #4d4d4d;
  line-height: 0.5rem;
  padding-top: 0.2rem;
  text-align: left;
  margin-left: 0.01rem;
  flex: 1;
  background-color: #f2f2f2;
}
.mobile .main_box4 .box ul li:nth-of-type(1) {
  height: 1.35rem;
}
.mobile .main_box4 .box ul li:nth-of-type(1) .title {
  color: #4d4d4d;
  font-size: 0.38rem;
  line-height: 1.35rem;
  text-align: center;
  width: 2.09rem;
  background-color: #f2f2f2;
}
.mobile .main_box4 .box ul li:nth-of-type(1) .content {
  font-size: 0.38rem;
  color: #4d4d4d;
  line-height: 1.04rem;
  padding-top: 0.2rem;
  text-align: center;
  margin-left: 0.01rem;
  flex: 1;
  background-color: #f2f2f2;
}
.mobile .main_box5 {
  position: relative;
  margin-top: 13rem;
  width: 100%;
}
.mobile .main_box5 .m5 {
  height: 4rem;
  width: 100%;
}
.mobile .main_box5 h3 {
  position: absolute;
  font-size: 0.7rem;
  color: #4d4d4d;
  top: 1.65rem;
  right: 0.65rem;
}
.mobile .main_box5 .box {
  padding: 0.91rem 0.64rem 0.88rem 0.64rem;
  background-color: #fbfcfc;
}
.mobile .main_box5 .box ul li {
  margin-bottom: 0.87rem;
}
.mobile .main_box5 .box ul li .title {
  font-size: 0.38rem;
  color: #4d4d4d;
}
.mobile .main_box5 .box ul li .content {
  color: #666;
  font-size: 0.38rem;
  margin-top: 0.43rem;
}
.mobile .main_box8 {
  height: 9.08rem;
  background-color: #fff;
  padding: 0 0.54rem 0 0.64rem;
}
.mobile .main_box8 p {
  color: #999;
  font-size: 0.38rem;
  margin-top: 0.9rem;
}
.mobile .main_box8 .tel {
  color: #1a1a1a;
  font-size: 0.78rem;
  margin-top: 0.9rem;
}
.mobile .main_box8 .address {
  color: #999;
  font-size: 0.3rem;
  margin-top: 0.9rem;
}
.mobile .main_box8 .email {
  font-size: 0.44rem;
  color: #ec4f62;
  margin-top: 0.32rem;
}
.mobile .main_box8 ul {
  display: flex;
  padding: 0 1rem;
  margin-top: 0.89rem;
  align-items: center;
  justify-content: space-between;
}
.mobile .main_box8 ul img {
  width: 1.07rem;
}
.mobile .main_box8 .last {
  color: #999;
  font-size: 0.22rem;
  text-align: center;
  margin-top: 0.94rem;
}
[v-cloak] {
  display: none;
}
/*# sourceMappingURL=waterAndHealth.css.map */
