/* 头部，底部，以及通用样式 */

.main_bg {
  background-color: #009689;
}

.main_text {
  color: #009689 !important
}

.main_left_border_color {
  border-left-color: #009689;
}

.less_bg {
  background-color: #71b9b3;
}

.less_text {
  color: #71b9b3
}


/* 通用样式 S */

.bg_fff {
  background-color: #fff;
}
.content{
  padding: 15px;
  line-height: 24px;
  background-color: #fff;
  min-height: 500px;
  color:#666;
  overflow: hidden;
}
.content img{
  max-width: 100%;
}

body,
html {
  background-color: #f7f7f7;
  /* position: relative; */
}

.border {
  border: solid 1px #e6e6e6;
}
body p{
  color:#666;
  line-height: 24px;
}


/* 通用样式 END */


/* 头部 S */

.header {
  height: 80px;
  position: fixed;
  width: 100%;
  opacity: 1;
  z-index: 999;
}

.header .logo {
  padding-top: 9px;
  display: block;
  float: left;
}

.header .logo img {
  display: block;
  max-height: 61px;
  width: auto;
}

.header .layui-nav .layui-nav-item {
  line-height: 80px;
}

.header .layui-nav-child {
  top: 80px;
}

.header .layui-nav {
  text-align: right;
}

.header .layui-nav .layui-nav-item a {
  color: #333333;
  font-size: 16px;
}

.header .layui-nav .layui-nav-more {
  border-color: #2f4056 transparent transparent;
  right: -18px;
}

.header .layui-nav .layui-nav-mored {
  margin-top: -9px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #2f4056;
}

.header .layui-nav .layui-nav-child {
  text-align: center;
}

.header .menu {
  display: block;
  position: absolute;
  z-index: 22;
  right: 5px;
  top: 25px;
  display: none;
}

.header .nav-list {
  display: inline-block;
  height: 80px;
}

.header .nav-list button {
  width: 25px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 15px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.header .nav-list button span {
  display: block;
  width: 25px;
  height: 2px;
  background: #2db5a3;
  margin-bottom: 6px;
  transition: 0.5s;
}

.header .nav-list button span.spa1 {
  transform: rotate(45deg);
}

.header .nav-list button span.spa3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

.header .layui-nav {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
  border-radius: 0;
  margin: 0;
}

.header .layui-nav .layui-nav-item {
  display: inline-block;
  /* margin: 0 20px; */
  line-height: 80px;
}

.header .layui-nav {
  text-align: left;
}

.header .nav-list button {
  display: none;
}


/* 头部 END */


/* 底部 S */

.footer {
  padding: 10px;
;
  text-align: center;
  background-color: #373C3E;
  color: #666;
  line-height: 28px;
}

.footer li {
  margin-right: 10px;
}

.footer a {
  color: #666;
}

.footer a:hover {
  color: #fff;
}


/* 底部 END */


/*小屏幕*/

@media screen and (min-width:1200px) {}

@media screen and (min-width:992px) {}

@media screen and (min-width:768px) {}

@media screen and (max-width:768px) {
  /*手机*/
  .header .layui-nav-bar,
  .header .layui-nav .layui-this:after {
    height: 0 !important;
  }
  .footer ul{display: none;}
  .footer {
    position: relative;
    margin-top: 10px;
  }
  .detail_main,.product_main,.news_main,.main{
    min-height: auto;
  }
  .header {
    position: fixed;
    width: 100%;
    background: #fff;
    opacity: 1;
    z-index: 999;
    overflow: hidden;
  }
  .layui-carousel {
    height: 140px !important;
  }
  /* 轮播图大小调整 */
  .banner_item {
    background-size: cover;

  }
  .header .nav-list button {
    display: block;
  }
  .header .layui-nav .layui-nav-more {
    display: none;
  }
  .header .layui-nav {
    width: 100%;
    position: absolute;
    top: 80px;
    right: 0;
    color: #000;
    background: transparent;
    text-align: right;
  }
  .header .layui-nav .layui-nav-item {
    display: block;
    line-height: 60px;
    margin: 0 20px;
  }
  .header .layui-nav * {
    font-size: 18px;
  }
  .header .layui-nav .layui-nav-item a {
    padding: 0 0;
    color: #000;
  }
  .header .layui-nav-bar,
  .header .layui-nav .layui-this:after {
    height: 2px;
    background-color: #2db5a3;
  }
  .header .layui-nav .layui-this a,
  .header .layui-nav .layui-nav-item a:hover {
    color: #2db5a3;
  }
  .header .layui-nav .layui-nav-more {
    display: none;
  }
}


/* 侧边栏 S */

.r_link {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 150px;
  padding: 0px 0px;
  padding-bottom: 0;
}

.r_link li {
  position: relative;
  padding: 5px 8px;
  background-color: #eee;
  border-radius: 6px;
  margin-bottom: 3px;
}

.r_link li:last-child {
  border-bottom: 0;
}

.r_link li .show {
  position: absolute;
  right: 100%;
  top: 0px;
  padding: 15px 25px;
  background-color: #fff;
  display: none;
  width: 200px;
  border-radius: 2px;
}

.r_link li .show:not(#show1) {
  width: 170px;
  padding: 1px;
}

.r_link li .show .lable {
  font-size: 12px;
}

.r_link li .show:hover {
  display: block;
}

.r_link li i {
  font-size: 28px;
  color: #aaaaaa;
  cursor: pointer;
}


/* .r_link li:hover i {
    color: #009689;
} */

.r_link li:hover .show {
  display: block;
}


/* 侧边栏 END */
.product img,.product_main img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.imgbox{
  text-align: center;
  display: flex;
}
.imgbox img{
  margin:auto;
  max-width: 100%;
}
@media screen and (min-width:768px) {
  .detail_main,.product_main,.news_main,.main,.product,.indexz_zhu{
    min-height: calc(100vh - 176px) !important;
    /*min-height:600px!important;*/
  }
}
