﻿/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

button {
  border: none;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

body {
  color: #333;
  font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
  position: relative;
  font-size: 0.3467rem;
  overflow-x: hidden;
  font-style: normal;

}

.fl {
  float: left;
}

.fr {
  float: right;
}

html,
body {
  -webkit-text-size-adjust: none;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  cursor: pointer;
}

a {
  blr: expression(this.onFocus=this.blur());
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: middle;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 点击高亮的颜色*/
  font-family: "微软雅黑", Arial, Verdana, Helvetica, sans-serif;
}

textarea {
  resize: none;
}
textarea,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="password"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
textarea::-webkit-input-placeholde,
input::-webkit-input-placeholder {
  color: #757575
}
textarea:-ms-input-placeholde,
input:-ms-input-placeholder {
  color: #757575
}
textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  opacity: 1;
  color: #757575
}
textarea::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
object {
  /* max-width: 100%; */
}

.whiteBg {
  background-color: #fff;
}

.flex-y-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.flex-x-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.ellipsis {

  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ellipsis_1 {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.ellipsis_3 {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ellipsis_4 {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.ellipsis_6 {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

/*头部公共部分开始*/
/*header {
  position: fixed;
  left: 0;
  top: 0;
  z-index:200;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  text-align: center;
  font-size: 0.48rem;
  font-weight: bold;
  padding-left: 2rem;
  box-sizing: border-box;
}*/
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index:200;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  text-align: right;
  font-size: 0.48rem;
  font-weight: bold;
  padding-right: 1.2rem;
 /* padding-left: 2rem;*/
  box-sizing: border-box;
}

header .logo {
  display: block;
  font-size: 0;
  width:4.4rem;
  height:1.2rem;
  line-height: 1.2rem;
  padding-top: 0.4rem;
  padding-left: 0.3467rem;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left:0;
  top: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
  background: url(../images/back_logo.png)  no-repeat right center;
  background-size:4.4rem 100%; 
}
header .icon{
  width:1.4933rem;
  height:1.28rem;
  position: absolute;
  right: 16%;
  bottom: -0.32rem;
}

header .return {
  display: block;
  font-size: 0;
  width: 2.36rem;
  height: 0.6533rem;
  text-align: center;
  position: absolute;
  left: 0.4rem;
  top: 50%;
  box-sizing: border-box;
  transform: translateY(-50%)
}

header .logo img {
  display: block;
  width:2.9333rem;
  height:0.4133rem;
  /* height: 1.2rem; */
}

header .return {
  width: 0.24rem;
  height: 0.4533rem;
}

header .return img {
  display: block;
  /* width: 0.24rem; */
  height: 0.4533rem;
}



header.on {
  left: -60%;
}
header.on .menu,
header .menu2{
display: none
}
header.on .menu2{
  display: block
}
header .menu2  img{
 height: 0.5333rem;
 display: block;
}

header .menu img {
  height: 0.5333rem;
  display: block;
}
header .menu2,
header .menu {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: 0.5333rem;
  padding-left: 5%;
}

header.navHead .menu {
  right: auto;
  left: 24%;
  top: 50%;
}

header span {
  line-height: 0.48rem;
}



/*头部公共部分结束*/
/*导航公共部分开始*/
.justCover {
  position: fixed;
  width: 50%;
  left: 100%;
  top: 1.2rem;
  height: calc(100% - 1.2rem);
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.justCover.on {
  left: 0;
}

.navWrap {
  width: 60%;
  position: fixed;
  left: 100%;
  top: 0;
  height: 100%;
  z-index: 99;
  box-shadow: inset 15px 0px 20px -15px rgba(7, 7, 7, 0.3);
  overflow-y: scroll;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navWrap .slide a {
  position: relative;
}

.navWrap li.active .slide {
  display: block
}

.navWrap.on {
  left: 40%;
}

.navWrap h3 {
  height: 1.2rem;
  font-size: 0.3733rem;
  color: #fff;
  background: #016a31;
  line-height: 0.8rem;
  box-sizing: border-box;
}
.navWrap h3 img{
  width:100%;
}

.navWrap .nav {
  border-top: 1px solid #e5e5e5;
}

.navWrap .nav li {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.navWrap .nav .list {
  font-size: 0.4rem;
  line-height: 1.3333rem;
  color: #aaa;
  padding: 0 8%;
  width: 84%;
}

.navWrap .nav .list .toggle {
  float: left;
}

.navWrap .nav .list .circle {
  margin-top: 9%;
  width: 0.09rem;
  height: 0.09rem;
  margin-right: 0.1rem;
  border-radius: 50%;
  border: 1px solid #7d7d7c;
}

.navWrap .nav .list a {
  color: #aaa;
}

.navWrap .nav .list .link {
  width: 85%;
}

.navWrap .nav .list .arrow {
  float: right;
  position: relative;
  line-height: 1.3333rem;
}

.navWrap .nav .list .arrow {
  height: 1.3333rem;
  width: 15px;
}

.navWrap .nav .list .arrow span {
  display: inline-block;
  height: 1.3333rem;
  width: 15px;
  background: url(../images/point_01.png) no-repeat center;
  background-size: 0.2rem 0.3467rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}



.navWrap .nav .slide {
  font-size: 0.4rem;
  line-height: 1.2rem;
  box-shadow: inset 15px 0px 20px -15px rgba(7, 7, 7, 0.3);
  display: none;
  background: #f3f3f3
}

.navWrap .nav .slide a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 0.8533rem;
  color: #7d7d7c;
  font-size: 0.3733rem;
  /* background: url(../images/point_02.png) no-repeat 92% center; */
 
  background: url(../images/point_01.png) no-repeat 92% center;
  background-size: 0.2rem 0.3467rem;

}
.navWrap .nav .slide a::before{
  content:'';
  display: inline-block;
  width:0.1067rem;
  height: 0.1067rem;
  border-radius: 50%;
  background: #333;
  margin-right: 0.1867rem;
  vertical-align: middle;
  margin-top: -0.0533rem;
}

.navWrap .nav .slide a.act {
  background-color: #D8D8D8
}

.navWrap .nav li .list.on,
.navWrap .nav li.active .list {
  background-color: #016a31;
}

.navWrap .nav li .list.on,
.navWrap .nav li .list.on a,
.navWrap .nav li.active .list,
.navWrap .nav li.active .list a {
  color: #fff;
}


.navWrap .nav li .list.on .arrow span,
.navWrap .nav li.active .arrow span {
  background: url(../images/point_01_on.png) no-repeat center;
  background-size: 0.2rem 0.3467rem;

}

.navWrap .nav li.active .list .arrow span,
.navWrap .nav li.on .list .arrow span {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-size: 0.2rem 0.3467rem;

}
.navWrap li img{
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.0533rem;
}
.navWrap li .img2{
  display: none
}
.navWrap li .img2,
.navWrap li .on .img1{
  display: none
}
.navWrap li .on .img2{
  display: inline-block
}
.container {
  /* padding-top: 1.2rem; */
  width: 100%;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.container.on {
  left: -60%;
}



/*导航公共部分结束*/

/* 首页开始s */

/* 首页开始 */
.container {
  margin-top: 1.2rem;
}
.index_play .swiper-container{

}

.index_play .swiper-pagination {
  bottom: 0.2667rem;
}

.index_play .swiper-container .swiper-pagination-bullet {
  width: 0.2133rem;
  height: 0.2133rem;
  /* border: 1px solid #C2C2C2; */
  background: #fff;
  margin:0 0.08rem;
  border-radius: 50%;
  opacity:0.34;

}

.index_play .swiper-container .swiper-pagination-bullet-active {
  /* background: #016a31 !important;
  border: 1px solid #016a31; */
  opacity: 1;
}

.index_play .swiper-container a {
  display: block;
}

.index_play .swiper-container img {
  width: 100%;
  height:4.6667rem;
}
.index_play .swiper-container{
  height:4.6667rem;
}
.security{
  background: #016A31;
  padding:0.4rem 0.3467rem  0.4rem;

}
.security .text img{
  width:0.2933rem;
  height:0.3467rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.0533rem;
  margin-right: 2px;
}

.security .text{
  font-size:0.3733rem;
  font-weight:bold;
  color:#fff;
  

}
.search_add_box {
  width:100%;
  height:0.9333rem;
  line-height: 0.9333rem;
  margin-top: 0.4267rem;
  border-radius: 0.4667rem;
  border:1px solid #fff;
  }
  .search_add_box input{
    font-size: 0.32rem;
    color:#F5F5F5;
    padding:0 0.5333rem;
    width:100%;
    background: none;
    border:0;
    box-sizing: border-box;
  }

  .search_add_box input::-webkit-input-placeholder {
  color: #f5f5f5
}

.search_add_box input:-ms-input-placeholder {
  color: #f5f5f5
}

.search_add_box input:-moz-placeholder,
.search_add_box input::-moz-placeholder {
  opacity: 1;
  color: #f5f5f5
}
  .title_i h3{
    font-size:0.4533rem;
    font-weight: bold;
  }
  .title_i span{
    font-size: 0.2933rem;
    color:#B0AFAF;
    font-style:italic;
    font-weight:400;
    display: inline-block;
    margin-left: 0.2133rem;
  }
  .title_i a{
    width:1.6533rem;
height:0.6133rem;
line-height: 0.6133rem;
box-sizing: border-box;
border:1px solid rgba(1,106,49,1);
border-radius:0.3067rem;
color:#016A31;
font-size: 0.2933rem;
text-align: center;
  }
  .news_list .title_i {
    padding:0.6667rem 0 0.48rem;
  }
  .news_list{
    padding:0 0.3467rem;
  }
  .news_list ul a{
    display: block;
  }
  .news_list ul li{
    border-bottom: 1px solid #EEEEEE
  }
  .news_list .first  img.pic{
    width:100%;
    border-radius:0.1067rem;
    max-height:4.3467rem;
  }
  .news_list li h3{
     font-size: 0.3733rem;
     font-weight: bold;
     padding-top: 0.4rem;
     line-height: 1;
  }
  .news_list li h3::before{
    content: '';
    width:0.0933rem;
    display: inline-block;
    height:0.0933rem;
    background:#016A31;
    vertical-align: middle;
    border-radius:50%;
    margin-top: -0.0533rem;
    margin-right: 0.1333rem;
  }
  .news_list .type{
    font-size: 0.2933rem;
  color:#494949;
  margin-top: 0.3rem;
}
.news_list .type img{
  width:0.2933rem;
  height:0.2933rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.0533rem;
  margin-right:0.1333rem;
}
.news_list  li{
  padding-bottom: 0.4rem;
}
.news_list  li .content{
  font-size: 0.32rem;
  line-height: 0.56rem;
  padding-left: 0.24rem;
  color:#666666;
  margin-top: 0.2rem;
} 
.news_list{
  padding-bottom: 0.6667rem;
}
.news_list .type .time{
  color:#666;
}
.pro_intro .title_i{
  padding:0.72rem 0.3467rem 0;
}
.pro_intro{
  background: #F5F5F5
}
.pro_intro ul{
  width: 100%;
  /* display: inline-block; */
  /* white-space: nowrap; */
  /* overflow-x: scroll; */
  font-size: 0px;
  padding: 0  0.3467rem;
  overflow-y: hidden;
  margin-top: 0.5333rem;
  box-sizing: border-box;
}
.pro_intro  li{
  /* float: left; */
  /* display: inline-block; */
  /* width:3.7733rem;
  height:2.3733rem;
   margin-right: 0.2667rem; */
  border-radius:0.1067rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.4rem;
 
}
.pro_intro  li img{
  width:100%;
}
.pro_intro  li .mask{
  /* width:3.7733rem; */
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  box-sizing: border-box;
  /* height:2.3733rem;
   */
  background:rgba(10, 9, 9, 0.4);
  position: absolute;
  top:0px;
  left: 0px;
  z-index: 10;
  text-align: center;
}
.pro_intro  .mask  img{
  /* width:0.8133rem;
  height:0.8133rem; */
  width:1.5rem;
  height:1.5rem;
}
.pro_intro ul::-webkit-scrollbar {display:none}
.pro_intro  .mask .text{
  color:#fff;
  line-height: 1.8;
  font-size: 0.4rem;
}
/* 首页e */
.footer{
  background:#036c3c;
  color:#FFFFFF;
  padding:0.2rem 0.3467rem 0;
}
.footer .logo{
  width:2.6133rem;
}
.footer .top a{
  display: block;
  /*margin-bottom: 0.4267rem;*/
}
.footer .sever{
  font-size: 0.2933rem;
  line-height: 1.5;

}
.sever .addr{
  width: 60%;
}
.sever .ph{
  width:40%;
}
.sever .addr span{
  display: inline-block;
  width:70%;
 
}
.sever .addr span.num{
  display: inline-flex;
  vertical-align: top;
  width: 30%;
}
.footer .bottom {
    font-size: 0.2933rem;
    color:#fff;
    text-align: center;
    line-height: 0.4267rem;
}
.footer .bottom .p_01{
  opacity:0.7;
  text-transform: uppercase;
}
.footer .bottom  a{
  color:#fff;
}
.footer .bottom .p_02{
  opacity:0.5;
  padding:0.3rem 0 0.38rem;
}
.footer .bottom{
 /* margin-top: 0.48rem;*/
  padding-top: 0.32rem;
  border-top:1px solid rgba(238,238,238,0.22)
}
/* 底部 */



/* 产品分类列表s */
.product_nav{
  background: #F5F5F5;
  font-size:0px;
}
.product_nav a{
  display: inline-block;
  line-height: 1.3867rem;
  width:50%;
  font-size: 0.3467rem;
  text-align: center;

}
.product_class .title {
  font-size: 0.3733rem;
  color: #016A31;
  text-align: center;
  padding-top: 0.8rem;
  font-weight: bold;
}

.product_class .title p {
  font-size:0.2933rem;
  color: #888888;
  font-weight: 400;
  /* margin-top: 0.16rem; */
}
.product_nav  span{
  display: inline-block;
  height: 1.3867rem;
  font-weight: bold;
  box-sizing: border-box;
 

}
.product_nav a.act  span{
  color:#066D40;
  border-bottom:2px solid #066D40;
}
.product_class{
  padding:0 0.32rem 1.6rem;
}
.product_class .list li {

  width: 48%;
  margin-right: 4%;
  float: left;
  margin-top: 0.48rem;
  font-size: 0.3467rem;

}
.marginR0{
   margin-right: 0!important;
}
.product_class .pic {
  overflow: hidden;
  border:1px solid rgba(235, 235, 235, 1);
  border-bottom: 0px;
}

.product_class .pic {
  /* width: 292px; */
  display: block;
  padding:10%;
  /* height: 263px; */
  text-align: center;
}

.product_class .pic img {
  width: 80%;
}

.product_class .list li p {
  height: 1.12rem;
  text-align: center;
  line-height: 1.12rem;
  font-size:0.3733rem;
  background: #e3e3e3;
}

.product_class .list li:hover p {
  background: #016A31;
  color: #fff;
}

.product_class .list li:hover span {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}



/* 产品分类列表e */
/* 产品分类s */


.product_list .pic {
  position: absolute;
  right: 0px;
  top:50%;
  transform: translateY(-50%);
}

.product_list .pic img {
  width: 4rem;
}

.product_list li{
   padding:0 0.3467rem;
}
.product_list li a{
  display: block;
  position: relative;

  padding-right: 4rem;
}
.product_list li h3 {
  font-size: 0.5067rem;
  font-weight: bold;
}

.product_list li p.text {
  font-size: 0.32rem;
  color: #555555;
  line-height: 1.5;
  margin-top: 0.1333rem;
}

.product_list .img {
  margin-top:0.4267rem;
}


.product_list .img img {
  width:1.1867rem;
  height:1.1867rem;
  border-radius: 50%;
  margin-right: 0.48rem;
}



.product_list li.list_01 {
  padding-top: 1.0667rem;
  padding-bottom: 0.8rem;
}
.product_list li.list_02{
  padding: 1.12rem 0.32rem;
}
.product_list li.list_03{
  padding: 0.8533rem 0.32rem  1.0667rem;
}

.product_list li.list_01 h3 {
  color: #009B4D
}

.product_list li.list_02 {
  box-sizing: border-box;
  background: #E5E5E5;

}

.product_list li.list_02 h3 {
  color: #484443
}




.product_list li.list_03 {

  box-sizing: border-box;

}

.product_list li.list_03 h3 {
  color: #F08619;
}



/* 产品分类e */


.nav_Title {
  background: #f5f5f5;
  height: 1.3333rem;
  line-height: 1.3333rem;
  border-bottom: 1px solid #EEEEEE;

}

.nav_Title .swiper-slide {
  text-align: center;
}

.nav_Title .swiper-slide a {
  display: inline-block;
  font-size: 0.3467rem;
  font-weight: bold;
  height: 1.3333rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align:middle;

}

.nav_Title .swiper-slide.act a {
  color: #30A13D;
  border-bottom: 2px solid #30A13D
}


.history{
  padding-bottom: 1.1333rem;
}

.history .pic img{
  width:100%;
}
.history .pic{
  padding:0 6% 0 5%;
  box-sizing: border-box;
}
.history .text{
  padding:0 5% ;
  box-sizing: border-box;
}
.history .icon{
  text-align: center;
}
.history .icon img{
  width:0.4133rem;
height:0.5467rem;
}
.history_back  ul{
  overflow: hidden;
}
.history_back .inner{
  background: url(../images/histor_b.jpg)  center;
  background-repeat: repeat-y;
}
.history .text,
.history .pic{
  width:50%;
  position: relative;
  z-index: 2;

}

.history .inner{ 
  margin:0 auto;
}
.history .list2 .text,
.history .list1 .pic{
  float: left;
}
.history .list2 .pic,
.history .list1 .text{
  float: right;
}
.history ul{
  padding-top: 0.48rem;
}
.history li{
  padding-bottom: 0.9333rem;
}
.history li .pic i{
  display: inline-block;
  position: absolute;
  width:20%;
  height: 0.4rem;
  top:0.2667rem;
  z-index: -1;
}
.history li.list1 .pic i{
  right: -4%;
  background: url(../images/line_01.png) no-repeat;
  background-size: 100%;
}
.history li.list2  .pic{
  padding:0 5% 0 6%;

}
.history li.list2 .pic i{
  left: -4%;
  background: url(../images/line_02.png) no-repeat;
  background-size: 100%;
}
.history .text h3{
  color:#016A31;
  font-size:0.3467rem;
  font-weight: bold;
  padding:0.2667rem 0 0.1333rem;

}
.history li.list2 .text{
   text-align: right;
}
.history li .text p{
  font-size: 0.2933rem;
  line-height: 1.5
}
.history li.list1 .text p{
  padding-left: 0.24rem;
 background: url(../images/yuan_03.png) no-repeat left 0.12rem;
}
.history li.list2 .text p{
  padding-right: 0.24rem;
  background: url(../images/yuan_03.png) no-repeat right 0.12rem;
}

/* 发展历程s */
/* 联系我们s */

.contact_us {
  padding:0 0.32rem;
  /* padding-bottom: 120px; */
}

.company_info>h3 {
  font-size: 0.3467rem;
  color: rgb(69, 143, 102);
  font-weight: bold;
  margin-bottom:0.2667rem;
}

.contact_us .map_box {
  background: #fff;
  box-sizing: border-box;
  padding:0.08rem;
  margin:0.6133rem 0 0.48rem;
  box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.09);
}

.company_info .info img {
  vertical-align: middle;
  width:0.2933rem;
  margin-top: -0.0533rem;
  margin-right: 0.1333rem;
}

.contact_us .company_info {
  /* width: 600px; */
  /* box-sizing: border-box; */
  /* border-right: 1px solid #F1F1F1; */
}

.company_info .info {
  font-size: 0.2933rem;

}

.company_info .info p {
  /* margin: 20px 0; */
  margin-bottom: 0.2667rem;
}



.contact_us .message {
  /* width: 600px; */
  font-size: 0.32rem;
}
.message{
  margin-top:0.6rem;
  border-top:1px solid #E3E3E3;
  padding-top: 0.6133rem;
  padding-bottom: 0.8rem;
}
.message h3 {
  /* padding-left: 86px; */
  color: #016A31;
  font-size: 0.3467rem;
  font-weight:bold;
  margin-bottom: 0.4rem;
}

.message h3 span {
  color: #D0D0D0;
  font-size: 0.2933rem;
  padding-left: 0.1333rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 400;
}


.message .box {
  margin-bottom: 0.3467rem;

}

.message textarea,
.message input {
  border: 1px solid #E0E0E0;
  width: 100%;
  height: 1rem;
  font-size: 0.32rem;
  box-sizing: border-box;
  padding: 0 0.2667rem;
}

.message textarea {
  height: 2.5333rem;
  padding-top: 0.2667rem;
}

.message .submit input {
  height: 1.2533rem;
  text-align: center;
  color: #fff;
  background: #016A31;
  font-size: 0.3733rem;
  border:0px;
  /* margin-left: 143px; */
  margin-top: 0.1333rem;
}



.message .num {
  color: #999999;
  position: absolute;
  right: 0.3733rem;
  bottom: 0.1867rem;
  font-size: 0.2933rem;
}

.message .count2 {
  position: relative;

}


/* 联系我们e */

/* 品牌文化s*/
.Brand {
  
  padding: 0 0.3467rem;
}
.Brand .video_control {
 
  height:5.5467rem;
  position: relative;
}


.Brand .video_control {
  margin:0 0 0.48rem;
  border-radius:0.08rem;
  overflow: hidden;
}
.Brand .video_control .play_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:5.5467rem;
  z-index: 100;
  padding-top: 0;
}

.Brand .video_control .mask {
  width: 100%;
  height:5.5467rem;
  box-sizing: border-box;
  padding-top:2rem;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.Brand .mask img {
  width: 1.6rem;
  height:  1.6rem;
}

.Brand .bran_01 .text {
  box-sizing: border-box;
  font-size: 0.32rem;
  color: #4C4C4C;
  line-height: 0.5333rem;
}

.Brand .bran_01 .text h3 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #016A31;
  margin-bottom: 0.2667rem;
}

.Brand .bran_02 {
  margin: 0.6667rem 0 0.6133rem;
}

.Brand .bran_02 img,
.Brand .bran_02 {
  width: 100%;
}

.Brand .bran_03 li {
  float: left;
  width: 48%;
  position: relative;
  color: #fff;
  overflow: hidden;
  margin-right: 4%;
}

.Brand .bran_03 li img {
  width:100%;
  height:6.3467rem;
}
.Brand .bran_03 li{
  margin-bottom:0.4rem ;
}

.Brand .bran_03 .b_t p {
  display: table-cell;
  vertical-align: middle
}

.Brand .bran_03 .b_t {
  display: table;
  position: absolute;
  height: 1.2267rem;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.4rem;
  line-height: 0.56rem;
  background: #016A31;
}

.Brand .bran_03 .mask2 {
  background: rgba(0, 23, 11, 0.7);
  left: 0;
  top: 0;
  padding: 0.15rem;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height:6.3467rem;
}

.Brand .bran_03 .border {
  width:100%;
  display: table;
  border: 1px solid rgba(255,255,255,0.3);
  text-align: center;
  box-sizing: border-box;
  height:6rem;

}

.Brand .border .inner {
  display: table-cell;
  vertical-align: middle;
  font-size:0.4533rem; 
  padding: 0 0.1333rem;
}

.Brand .border .up_el {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.5;
  line-height: 1.4;
  margin-top: 0.1333rem;
}

.Brand .border span.num {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #fff;
  border-radius: 2px;
  font-size: 20px;
  color: #016A31;
  margin-right: 8px;
  vertical-align: middle;
}
.Brand .border span.text{
   display: inline-block;
   text-align: left; 
   vertical-align: middle;
}
.Brand .bran_03 .list1 .border {
  line-height: 0.9rem;
  padding-bottom: 1.0667rem;
}

.Brand .bran_03 .list2 .border {
  line-height: 0.6667rem;
}
.Brand .bran_03{
  padding-bottom: 0.8rem;
}

.Brand .list1 .border .inner {

  width:100%;
  text-align: center;
}



.Brand .list3 .border .inner {
  font-size:14px;
  font-family: SourceHanSansCN, "Microsoft YaHei";
  font-weight:400;
}
.Brand .list3  .inner>p{
  padding:20px 0;
  border-bottom:1px dashed #5e6a64;
}
.Brand .list3  .inner>p:last-child{
  border:0;
}
.Brand .list3  .inner{
  padding-bottom: 40px;
}
.Brand .list4 .inner{
  font-size: 0.3733rem;
  line-height:0.6rem;
  padding-bottom: 0.8rem;
}
/* 品牌文化e */

/* 企业介绍s */
.intro_com {
  padding:0 0.3467rem 1.2rem
}



.intro_com li{
  box-shadow:0px 1px 0.68rem 0px rgba(148,148,148,0.19);
  border-radius:0.08rem;
  margin-top: 0.5067rem;
  padding:0.4rem 0.4rem 0
}
.intro_com li .pic img{
  width:100%;
}
.intro_com li .text {
  padding: 0.4rem 0  0.5333rem 0 ;
}


.intro_com .text h3 img {
  vertical-align: middle;
  margin-top: -0.0533rem;
  width:0.5rem;
  height: 0.5rem;
  margin-right: 0.2133rem;
}

.intro_com .text h3 {
  color: #016A31;
  font-size: 0.3467rem;
  line-height: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.intro_com .text p {
  font-size: 0.2933rem;
  line-height: 0.48rem;
  color: #444444;
}
/* 企业介绍e */

/* 荣誉资质s */
.honor {
  padding-bottom: 1.3333rem;
}


.hon_pic_four{
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow-x: scroll;
  font-size: 0px;
  padding-left: 0.4rem;

  overflow-y: hidden;

  box-sizing: border-box;
  margin-top: 0.2667rem;
}

.hon_pic_four::-webkit-scrollbar {display:none}

.hon_pic_four img {
  width: 3rem;
  margin: 0 0.4rem;
}


.pic_h .hon_one p {
  padding-left: 0.8rem;
  padding-right: 0.4rem;
  font-size: 0.2933rem;
  line-height: 0.48rem;
  margin-top: 0.3466rem;
  color: #535353;
}

.pic_h h3 {
  margin-top: 0.7733rem;
  margin-bottom: 0.1333rem;
  line-height: 1;
  padding-right: 0.4rem;
  margin-left: 0.4rem;
  padding-left:0.3733rem;
  font-size: 0.4rem;
  color: #026C3C;
  font-weight: 400;
  background: url(../images/yuan.png) no-repeat left center;
  background-size:0.1867rem; 
}

.pic_h .hon_two {
  margin-top: 0.2667rem;
}



.hon_three {
  /* padding-top: 60px; */
}
.hon_three .list1{
  position: relative;
  padding-left:3.9rem;
  margin-bottom: 0.5333rem;
}
.hon_three .pic img {
  width:3.04rem
}

.hon_three .pic {
  width: 3.04rem;
  left:0.5rem;
  top:50%;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
}

.hon_three h3 {
  margin-bottom: 0.4933rem;
}

.hon_three .pic p {
  font-size: 0.2933rem;
  line-height: 0.4rem;
  margin-top: 0.1867rem;
}

.hon_three .text {
  box-sizing: border-box;
  padding: 0.5333rem 0.3467rem 0.6667rem;
  background: url(../images/honor_20.jpg) no-repeat right bottom;
  background-size: 100%;
  background-color: #EEE;
}

.hon_three .text p {
  font-size: 0.2933rem;
  line-height: 1.5;
  margin-bottom: 0.1333rem;
  padding-left: 0.3467rem;
  background: url(../images/yuan_02.png) no-repeat left 0.16rem;
  background-size: 0.1333rem;
  color: #242424;

}


.hon_three .pic_01{
  font-size: 0px
}
.hon_three .pic_01 img {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 2%;
  height: 2.1867rem;
  /* height: 268px; */
  /* margin: 12px 6px; */
}


.hon_three .pic_01 {
  padding:0 0.3467rem;
}

.hon_three .pic_02 {
  padding:0 0.3467rem;
font-size: 0px;
}

.hon_three .pic_02 img {
  width:23%;
  height: 2.6933rem;
  /* height: 330px; */
  /* margin: 0 11px; */
  margin-right: 2.5%;
  margin-bottom: 2%;
}

/* 荣誉资质e */
/* 新闻列表s */
.news_i_list ul{
  padding:0 0.3467rem 1rem;
}
.news_i_list li{
  position: relative;
  height:2.16rem;
  padding:0.4267rem 0 0.5333rem;
  border-bottom: 1px solid #E5E5E5;
}
.news_i_list li  .pic img,
.news_i_list li  .pic{
  display: block;
  width: 3.5333rem;
  height:2.16rem;
}
.news_i_list li  .pic {
  position: absolute;
  left: 0;
  top:0.4267rem;
}
.news_i_list li a{
  display: block;
 padding-left: 3.8rem;
}
.news_i_list li h3{
  font-size: 0.3467rem;
  font-weight: bold;
  line-height: 1.4;
}
.news_i_list li p.ellipsis{
  color:#666666;
  margin-top: 0.24rem;
  font-size: 0.32rem;
  line-height: 1.5;
  margin-bottom: 0.2667rem;
}
.news_i_list li span{
  color:#666666;
  font-size: 0.2933rem;
}
.news_i_list li  span img{
  width:0.28rem;
height:0.28rem;
display: inline-block;
vertical-align: middle;
margin-top: -0.0533rem;
margin-right: 0.1333rem;
}

/* 新闻列表e */

/* 新闻动态详情s */
.news_d_details {
  padding:0 0.3467rem;
  /* padding-bottom: 78px; */

}

.news_d_details .detail_name {
  padding-top: 0.9333rem;
  text-align: center;
  line-height: 150%;
}

.detail_name h1 {
  font-size: 0.3733rem;
  font-weight: bold;
}
.detail_name span{
  display: inline-block;
  margin: 0 0.08rem;
}
.detail_name p {
  font-size: 0.2933rem;
  color: #999999;
  margin: 0.2rem 0 0.4rem;
}


.news_d_details .content {

  font-size: 0.32rem;
  color: #555555;
  line-height: 0.5333rem;
}

.news_d_details .content p {
  line-height: 1.8;
  margin: 0.4rem 0;
  text-align: left;
}

.news_d_details .content .pic,
.news_d_details .content .pic_t {
  text-align: center;
}

.news_d_details .content img {
  width: 100%;
}

.tag_share {
  padding: 0.5333rem 0 0.4267rem;
}

.tag_share .tag {
  color: #222222;
  font-size: 0px;
}

.tag_share .tag span {
  display: inline-block;
  color: #999999;
  font-size: 0.32rem;
  width:90%;
  vertical-align: top;
}
.tag_share .tag span.name{
  width:10%;
 
}



.tag_share .tag i {
  display: inline-block;
  line-height: 0.5867rem;
  padding: 0 0.4rem;
  margin:0 0.1rem 0.2rem;
  border:1px solid rgba(206,206,206,1);
  border-radius:0.2933rem;
  font-style: normal;
  color:#555555;
}

.next_prev {
  font-size: 0;
  padding:0.5333rem 0.3467rem 1rem;
  border-top: #DEDEDE 1px solid;

}

.next_prev a {
  font-size: 0.2933rem;
  margin-bottom: 0.2667rem;
  display:block;
  padding:0 0.5333rem;
  height:0.9333rem;
   border-radius:0.4667rem;
  background: #DADADA;
  line-height: 0.9333rem;
  color: #2F2F2F;
}



.next_prev a.act {
  color:#fff;
  background:rgba(2,108,60,1);
  box-shadow:0px 7px 10px 0px rgba(98,34,2,0.21);

}




 /* 新闻动态e */

 /* 防水应用s */
 .application {
 
  box-sizing: border-box;
  padding:0 0.3467rem 0.5rem;
}


.application .content {
  font-size: 0.32rem;
  line-height: 0.5333rem;
}

.application .pic {
  text-align: center
}

.application .pic img {
  width: 100%;
}

.application .content p {
  margin: 20px 0;
}
.application .pic_app>div{
  width:48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.application .pic_app img {
  width:100%;
}

/* 防水应用e */

/* 科研实力s */

.Strength {
  /* width: 972px; */
  margin: 0 auto;
  padding:0 0.3467rem;
  box-sizing: border-box;
}


.Strength .sten_01 {
  background: #F7F7F7;
  font-size: 0.32rem;
  line-height: 0.5333rem;
  margin: 0.6667rem 0 0.4rem;
  padding:0.4267rem 0.3467rem 0.6667rem;
  /* padding: 40px 70px; */
}

.Strength .sten_01 i {
  color: #327651;
  font-style: normal;
}

.Strength .team_pic {
  font-size: 0px;
  margin-top: 0.5333rem;
}

.Strength .team_pic img {
  width:32%;
  margin-right: 2%;

}

.sten_01 {
  line-height: 30px;
}

.sten_01 h3 {
  margin-bottom: 0.2667rem;
  font-size: 0.4533rem;
  font-weight: bold;
  text-align: center;
}

.Strength .sten_02 {
  /* padding: 40px 0 60px; */
}

.sten_02 li {
  float: left;
  width: 48%;
  margin-right: 4%;

  text-align: center;
  font-size: 0.3467rem;
  margin-bottom: 0.16rem;
}

.sten_02 li p {
  line-height: 1.0667rem;
}

.sten_02 li span img,
.sten_02 li span {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius:0.08rem;
}

.sten_02 li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

/* 科研实力e*/
/* 智能生产s */
.Intelligent {
  padding:0 0.3467rem 1.2rem;
}



.Intelligent .Intell {
  /* margin-bottom: 0.56rem; */
}

/* .Intell li {
  float: left;
  font-size: 0.32rem;
  color: #494949;
  line-height: 0.48rem;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #EBEBEB;
} */
.Intell .list_01{
  text-align: center;
  padding:0.8rem 0 0.5333rem;
}
.Intell .list_01 h3 {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.1467rem;
}
.Intell .list_01 p{
  font-size: 0.32rem;
  color:#444444;
  line-height: 0.48rem;
}
.Intell .list_01 h3 i {
  display: block;
  width: 1.5rem;
  height: 0.04rem;
  margin:0 auto;
  margin-top: 0.16rem;
  background: #016A31;
}

.Intell li.list_01 {
  /* padding: 70px 52px 0; */
}
.Intell .list_02 {
  font-size: 0px
}
.Intell .list_02 .img1 {
  width: 100%;
  
}
.Intell .list_02 .img2{
  width: 50%;
  max-height:2.4rem;
}


/* 智能生产e */


/* 招商加盟s */
.join_us .join_02,
.join_us .join_01{
  padding: 0 0.3467rem;
  box-sizing: border-box;
}
.j_title {
  text-align: center;
  font-size: 0.3733rem;
  font-weight: bold;
  color: #016A31;
}



.join_01 .j_title {
  padding: 0.8rem 0 0.4rem
}

.j_title p {
  font-size: 0.2933rem;
  color: #888888;
  text-transform: uppercase;
  margin-top: 0.1133rem;
}

.join_01 .pic,
.join_01 .pic img {
  width:100%;
}

.join_01 li {
  /* width: 582px; */
  height: 1.1733rem;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0.2933rem;
  background: #F7F7F7;
  position: relative;
}

.join_01 ul {
  padding-top: 0.5067rem;

}

.join_01 li .num {
  width: 1.2933rem;
  text-align: center;
  line-height: 1.1733rem;
  position: absolute;
  left: 0;
  top:0;
  color: #fff;
  background: #70A387;
  font-size: 0.48rem;
}

.join_01 li .text {
  /* width: 400px; */
  padding: 0 0.4rem 0 1.7067rem;
  font-size: 0.2933rem;
  display: table;
  height: 1.1733rem;
}

.join_01 li .text .inner {
  display: table-cell;
  vertical-align: middle;
}

.join_02 .j_title {
  margin: 0.9333rem 0 0.4rem;
}

.join_02 .info {
  /* background: #f5f5f5; */
  /* padding: 20px; */
  /* margin-bottom: 20px; */

}

.join_02 .pic {
  /* float: left; */
}

.join_02 ul {
  padding: 0.1333rem 0 0.56rem 0;
  /* width: 580px; */
  /* margin-left: 22px; */
  /* float: left; */
  /* margin-right: 28px; */
}

.join_02 ul li {
  margin-top: 0.32rem;
  height:1.84rem;
  position: relative;
  border-radius: 0.16rem; 
  overflow: hidden;
  background: #F7F7F7;
  padding:0 0.4rem 0 1.7333rem;

}


.join_02 ul .num {
  width:1.28rem;
  height:1.84rem;
  /* margin-right: 20px; */
  background: rgba(181, 150, 102, 1);
  /* border-radius: 10px; */
  color: #FFFFFF;
  position: absolute;
  top:0px;
  left: 0;
  padding-top: 0.56rem;
  font-size: 0.2667rem;

  text-align: center;
  box-sizing: border-box;
  font-weight:bold;

}

.join_02 ul .text {
  height:1.84rem;
  display: table;
}

.join_02 .text .inner {
  display: table-cell;
  vertical-align: middle;
}

.join_02 .pic img,
.join_02 .pic {
  width:100%;
}

.process {
  /* padding-left: 30px; */
  padding-bottom: 1.4667rem;
}

.process h3.h_03 {
  /* width: 637px; */
  height: 1.8133rem;
  padding-left: 1.8133rem;
  line-height: 1.8133rem;
  color: #fff;
  font-size: 0.4rem;
  /* margin-bottom: 0.32rem; */
  background: url(../images/join_04.png) no-repeat left center;
  background-size:auto 1.8133rem;

}
.join_03{
  padding:0 0.2667rem;
}
.process ul {
  padding-left: 0.6rem;
}

.process li {
  /* height: 121px; */
  
}

.process li .num {
  width: 0.5867rem;
  height: 0.8rem;
  font-size: 0.2933rem;
  text-align: center;
  color: #fff;
  line-height: 0.8rem;
  background: url(../images/join_05.png) no-repeat left center;
  background-size:0.5867rem 0.8rem; 
}

.process h3 {
  line-height: 0.8rem;
  padding: 0 0.4267rem 0 0.2933rem;
  font-size: 0.2933rem;
  color: #181818;
  font-weight: bold;
}


.process .text  {
  position: relative;
  box-sizing: border-box;
  padding: 0.2667rem 0.4rem;
  display: table;
  width:88%;
  /* margin-top: 0.1333rem; */
  font-size:0.2933rem;
  border:1px solid #E5E5E5;
  border-radius:6px;
  margin:0.5rem 0 0.5867rem 0.8rem
  /* background: url(../images/join_box.png) no-repeat left center; */
  

}
.process .text img{
  width:0.1867rem;
  position: absolute;
  left: -0.16rem;
  top:50%;
  transform: translateY(-50%)
}

.process .text .inner {
  display: table-cell;
  vertical-align: middle;
}

.process .line,
.process .line_02 {
  height: 0.7rem;
  margin-left: 0.6rem;
  background: url(../images/join_07.png) left center;
  background-repeat: repeat-y;
  background-size: 0.5867rem;

}

.process .line_02 {
  height: 1.0667rem;
}

.join_03 .j_title {
  margin: 0.6667rem 0 0.4rem;
}
.process li{
  background: url(../images/join_07.png) left center;
  background-repeat: repeat-y;
  background-size: 0.5867rem;
}

/* 招商加盟e */


/* 经典案例s */
.case .line{
   font-size: 0.32rem;
   line-height: 1.8;
   padding:0.6667rem 0.3467rem 0.4667rem 0.3467rem ;
   text-indent: 2em
}
.case .line span{
  color:#066D40
}
.info_box{
  padding-bottom: 0.5rem;
}
.info_box .intro{
  display: none;
}
.case .intro .name {
  font-size: 0.4rem;
  font-weight: 400;
  text-align: center;
  margin: 0.6667rem 0 ;
}

.case .intro .name i {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.1rem;
  margin-top: -0.0533rem;
}

.case .intro .text {
  margin-bottom:0.6933rem;
  padding:0 0.3467rem;
}

.case .intro .text h3 {
  font-size: 0.3467rem;
  font-weight: 400;
  line-height: 1;
  padding-left: 0.1867rem;
  margin: 0px 0 0.4rem;
  border-left: 0.08rem solid #016A31;
}

.case .intro .text p {
  color: #444444;
  font-size: 0.32rem;
  line-height: 1.8;
}

.case .detial {
  padding-left: 0.24rem;
}


.large .swiper-pagination {
  bottom: 0.2667rem;
}

.large .swiper-container .swiper-pagination-bullet {
  width: 0.2133rem;
  height: 0.2133rem;
  /* border: 1px solid #C2C2C2; */
  background: #fff;
  margin:0 0.08rem;
  border-radius: 50%;
  opacity:0.34;

}

.large .swiper-container .swiper-pagination-bullet-active {
  /* background: #016a31 !important;
  border: 1px solid #016a31; */
  opacity: 1;
}

.large .swiper-container a {
  display: block;
}

.large .swiper-container img {
  width: 100%;
  height:4.9333rem;
}
.large .swiper-container{
  height:4.9333rem;

}
/* 经典案例e */

/* 门店展示s */
.shop_show {
  padding-top: 0.6933rem;
  padding-bottom: 0.6667rem;
}


.shop_show .content {
  padding: 0 0.3467rem;
}

/* .shop_show .pic{

} */
.shop_show .content p {
  font-size: 0.32rem;
  color: #333;
  line-height: 1.8;

  margin-bottom: 0.5333rem;
}

.shop_show .content p.pic {
  text-align: center;
  position: relative;
  margin-bottom: 0.4rem;
  /* overflow: hidden; */
}

.shop_show .content img {
  width: 100%;
  border-radius:6px;
  box-shadow: 0 0 10px 0px #747474;

}

.shop_show .content .pic i {
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 2.72rem;
  height: 0.6933rem;
  font-size: 0.32rem;
  color: #016A31;
  font-style: normal;
  line-height: 0.7rem;
  background: #fff;
  text-align: center;

}


/* 门店展示e */
/* 销售网络s */
.marketing {
  padding:0.7733rem 0.3733rem 0;
}



.marketing .map {
  text-align: center;
}

.marketing .map img {
  width: 96%;
}

.marketing .addr {
  margin:0.8rem 0 0.5333rem;
  background: #EFEFEF;
}

.marketing .addr .text {
    box-sizing: border-box;
  padding: 0.3rem 0.4rem;
}
.marketing .addr  h3{
  height:1.2rem;
  padding:0 0.3467rem;
  line-height: 1.2rem;
  background:rgba(1,106,49,1);
  font-size:0.4533rem;
font-family:SourceHanSansCN;
font-weight:bold;
color:#F5F5F5
}
.marketing .addr  h3 span{
  font-size: 0.3467rem;
  display: inline-block;
  margin-left: 0.2133rem;
  font-weight: 400;

}
.marketing .addr  h3  i{
  color:#EF8323;
  font-style: normal;
}
.marketing .addr .text p {
  font-size: 0.32rem;
  color: #3e3e3e;
  padding: 0.2667rem 0;
  border-bottom: 1px dashed #ABABAB;
}

.marketing .addr .text p:last-child {
  border: 0;
}

.pic_Class {
  font-size: 0px;
  padding-bottom: 1.3333rem;

}

.pic_Class img {
  width: 32%;
  margin-right: 2%;
  height: 2.9333rem;
}

/* 销售网络e */

/* 科技原理s */
.Technology {
  padding:0.6133rem 0.3467rem  1.2rem;
  margin: 0 auto;
}



.Technology .name {
  text-align: center;
  font-size: 0.4rem;
  color: #016A31;
  margin-top: 0.2667rem;
}

.Technology .list {
  padding-bottom: 0.5333rem;
}



.video_control2 {
  width: 100%;
  height:4.9067rem;
  position: relative;
  border-radius:6px;
  overflow: hidden;
}

.video_control2 .play_icon {
  width: 100%;
  box-sizing: border-box;
  height:4.9067rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  
  text-align: center;
}

.video_control2 .play_icon span{
  display: block;
  width: 100%;
  height:4.9067rem;
  padding-top: 1.6667rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
}


.video_control2 .play_icon  img{
  width:1.6rem;
  height:1.6rem;
}
/* 科技原理e */

/* 产品详情s */
.product_detials {
  padding-bottom: 0.8rem;

}
.product_intro_news .lits1,
.product_intro_news .lits2,
.product_intro_news .lits3{
  padding-bottom:0.4rem;
  border-bottom:1px solid  #E5E5E5;
  margin-bottom: 0.5333rem;
}

.product_detials .pro_01 {
  padding: 0.9333rem 0.3467rem 0.6rem;
  position: relative;
}
.product_detials .pro_01 .inner{
  position: relative;
  /*padding-left: 3.3rem;*/
  overflow: hidden;
  margin-bottom: 0.5867rem;
  display: flex;
  align-items: center;
}
/*.pro_01 .pic  {
  position: absolute;
  top:0.1rem;
  left: 0.3rem;

}*/
.inner .text{
	padding-left: 0.4rem;
	flex: 1;
}
.pro_01 .pic img,
.pro_01 .pic {
  text-align: center;
  width:2.4rem;
  height: 2.6667rem;

}


.pro_01 .text h3 {
  font-size: 0.48rem;
  font-weight:bold
}

.pro_01 .text h3 span {
  font-size: 0.48rem;
  color: #3C4381;
}



.pro_01 .intro {
  font-size: 0.32rem;
  margin: 0.3rem 0 0 0;
  line-height: 1.8
}



.pro_01 .contact a {
  display: block;
  line-height: 0.88rem;
  text-align: center;
  background: #277748;
  color: #fff;
  font-weight: 400;
  font-size: 0.3467rem;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  width:100%;
  overflow: hidden;
  border-radius:6px;
}



.pro_01 .intro2 {
  font-size: 16px;
  color: #4D4D4D;
  line-height: 1.8
}

.product_intro {
  padding-bottom: 120px;
}


.product_intro .padd {
  padding: 20px 0;
}





.product_intro_news>div {
  margin: 0 auto 14px;
}

.pic_class_n .pic img {
  width: 32%;
   height: 2.96rem;
  margin-right: 2%;
  margin-bottom: 0.2667rem;

}
.pic_class_n .pic img:nth-child(3n){
  margin-right: 0;
}

.pic_class_n .pic {
  text-align: center;
  font-size: 0px;
  margin:0.2667rem 0 0.4rem;
}
.pic_class_n  h3{
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.2667rem;
}



.product_intro_news .text {
  /* padding: 0 40px; */
}
.product_intro_news{
  padding:0.6rem 0.3467rem 0;
  border-top:0.2667rem solid #EAEAEA
}
.product_intro_news .text h3 {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.2667rem;
}

.product_intro_news .text p.p_01 {
  color: #555555;
  font-size: 0.32rem;
  line-height:1.8;
}
.product_intro_news  .p_02{
  margin-top: 0.3rem;
  font-size: 0.32rem;
  line-height:1.8;
}
.product_intro_news  .p_02 p{
  float: left;
  width:49%;
  color: #fff;
  background:rgba(0,0,0,0.6);
  height:1.6667rem;
  display: table;
  text-align: center;
  margin-bottom: 0.1667rem;
}
.product_intro_news  .p_02 p:nth-child(2n){
  float: right;
}
.product_intro_news  .p_02 span{

  display: table-cell;
  vertical-align: middle;
}

.text h3 {
  /* margin-bottom: 20px; */
  /* font-size: 0.4rem; */
 
}
.product_intro_news .lits3 img{
  width: 100%;
}
.pic_class_n .text p {
  color: #555555;
  font-size: 0.32rem;
  line-height: 1.8;
  margin-bottom: 0.1867rem;
}

/* 产品详情e */

/* 放心防水s */

/* 放心防水s */
.waterproof {
  padding: 0.7733rem 0 0.4rem;
}

.waterproof .pic .ws1200 {
  position: relative;
}
.waterproof .title_add_m {
  text-align: center;
}
.waterproof .title_add_m span{
  color:#016A31;
  font-size: 0.3733rem;
  font-weight: bold

}
.waterproof .title_add_m p{
  color:#888888;
  font-size:0.2933rem;
  margin-top: 0.1333rem;
  text-transform: uppercase;
}
.waterproof .pic {
  margin-top: 0.5333rem;
  background: url(../images/waterback.png);
}
.waterproof .pic  img{
  width:100%;
}
.waterproof .link a {
  position: absolute;
  width: 0.5467rem;
  height: 0.5467rem;
  border-radius: 50%;

}

.waterproof .link_01 {
  right: 3.42rem;
  top:1.84rem;
}

.waterproof .link_02 {
  right: 2.55rem;
  top: 1.55rem;
}

.waterproof .link_03 {
  right: 2.35rem;
  top: 2.2rem;
}

.waterproof .link_04 {
  right: 2.85rem;
  top: 2.55rem;
}

.waterproof .link_05 {
  right: 3.48rem;
  top: 3.08rem;
}

.waterproof .link_06 {
  right: 4.9rem;
  top: 2.38rem;
}

.waterproof .link_07 {
  right: 5.43rem;
  top: 4.05rem;
}

.waterproof .link_08 {
  right: 4.2rem;
  top: 4.74rem;

}

.waterproof .link_09 {
  left: 2.06rem;
  top: 4.35rem;
}

.waterproof .link_010 {
  left: 2.46rem;
  top: 3.3rem;
}



@-webkit-keyframes shineRed {
  from {
    box-shadow: 0 0 10px 0px #ddd;
  }

  50% {
    box-shadow: 0 0 20px 6px #fff;
  }

  to {
    box-shadow: 0 0 10px 0px #ddd;
  }
}

.waterproof .link a:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/* 放心防水e */

.fisrtplay video{
  position: relative;
  z-index: 0;
}


/* 放心防水详情页s */
.waterproof .programme {
  position: relative;
  padding-left: 4.4533rem;
  min-height: 3.8933rem;
  font-size: 0.32rem;
  padding-right: 0.3467rem;
  line-height: 1.8;
  margin-bottom: 0.2667rem;
}
.pro_recommend{
  border-top: 0.2667rem solid #F5F5F5;

}
.waterproof .programme  h3{
  font-size: 0.3733rem;
  font-weight: bold;
  margin-bottom: 0.1867rem;
}
.waterproof .programme img{
  width:3.5867rem;
  position: absolute;
  left: 0.3467rem;
  top:0;
  height: 3.8933rem;
}
.pro_recommend h3{
  color:#016A31;
  font-weight: bold;
  font-size: 0.4533rem;
  padding:0.6667rem 0.3467rem 0;
}
.pro_recommend h3 i{
  font-size: 0.2667rem;
  color:#B0AFAF;
  display: inline-block;
  margin-left: 0.2133rem;
}
.banner-container{
	box-sizing: border-box;
	margin-top: 1.2rem;
}
.banner-container img{
	width: 100%;
	height: 4.666666rem;
}

.mar-top{
	margin-top: 0
}
