@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
  background: #fff;
  font-size: 0.16rem;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input,
select,
textarea {
  outline: 0;
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
}
img {
  border: 0;
  max-width: 100%;
  width: auto;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.content {
  width: 15.22rem;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.to1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.to2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.phone {
  display: none;
}
[v-cloak]{
	display: none;
}


/*首页*/
.banner{
	width: 100%;
  height: 8.85rem;
	position: relative;
}
.banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_btn>div {
	width: 0.68rem;
	height: 0.68rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner_btn>div img{
	width: 0.14rem;
	height: 0.1rem;
}
.banner_btn .swiper-button-prev,.banner_btn .swiper-button-next{
	position: absolute;
	top: auto;
	bottom: 0.47rem;
	margin: 0;
}
.banner_btn .swiper-button-prev{
	left: 1.99rem;
	border: solid 1px rgba(255,255,255,0.5);
	background: rgba(255,255,255,0.5);
}
.banner_btn .swiper-button-next{
	left: 3.23rem;
	border: solid 1px #fff;
	background: #44d6e3;
}
.header{
	width: 100%;
	height: 1.2rem;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
  z-index: 10;
}
.header.bai{
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.header.bai .logo{
  color: #000;
}
.header.bai .nav li{
  color: #000;
}
.header.bai .nav i{
  background: #000;
}
.logo{
  float: left;
  color: #fff;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.2rem;
}
.nav{
  float: right;
  width: 5.96rem;
  margin-top: 0.3rem;
}
.nav li{
  float: left;
  line-height: 0.6rem;
  margin-right: 0.66rem;
  font-size: 0.18rem;
  color: #fff;
  position: relative;
}
.nav li:last-child{
  margin: 0;
}
.nav i{
	width: 80%;
  height: 0.06rem;
  background: #fff;
  border-radius: 0.3rem;
  display: block;
  position: absolute;
  left: 10%;
  bottom: 0;
	transform: scale(0,0);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav .nav_on i{
	transform: scale(1,1);
}

.product_bg{
  width: 100%;
  padding: 0.33rem 0 0.78rem;
  background: url(../images/product_bg.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.product_bg .protype{
  width: 15.22rem;
  margin: 0 auto 0.4rem;
}
.product_title{
  width: 100%;
  text-align: center;
  line-height: 0.98rem;
  color: #333;
  font-size: 0.4rem;
}
.product_type{
  width: 100%;
  text-align: center;
  margin-bottom: 0.32rem;
}
.product_type li{
  display: inline-block;
  width: 2.3rem;
  cursor: pointer;
}
.product_type h1{
  color: #333;
  font-size: 0.2rem;
  line-height: 0.44rem;
  font-weight: normal;
  margin-bottom: 0.02rem;
}
.product_type i{
  width: 0.79rem;
  height: 0.01rem;
  background: #2ad2df;
  display: block;
  margin: 0 auto;
  opacity: 0;
}
.product_type_pic{
  width: 0.49rem;
  height: 0.45rem;
  margin: 0 auto;
}
.img02{
  display: none;
}
.product_type li:hover .img01{
  display: none;
}
.product_type li:hover .img02{
  display: block;
}
.product_type li:hover h1{
  color: #2ad2df;
}
.product_type li:hover i{
  opacity: 1;
}
.product_type .product_ton .img01{
  display: none;
}
.product_type .product_ton .img02{
  display: block;
}
.product_type .product_ton h1{
  color: #2ad2df;
}
.product_type .product_ton i{
  opacity: 1;
}
.product_box{
  height: 7.8rem;
  overflow: hidden;
  margin: 0 auto 0.32rem;
}
.p01,.p02,.p03,.p04,.p05{
  height:100%;
}
.p01 .swiper-slide,.p02 .swiper-slide,.p03 .swiper-slide,.p04 .swiper-slide,.p05 .swiper-slide{
  height: 3.9rem;
  margin-top: 0 !important;
}
.product_pic{
  height: 3.56rem;
  position: relative;
}
.product_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_pic:hover .product_tm{
  opacity: 1;
}
.product_tm{
  width: 100%;
  height: 0.97rem;
  background: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.product_tm img{
  float: right;
  width: 0.46rem;
  height: 0.46rem;
  margin: 0.26rem 0.26rem 0 0;
}
.product_txt{
  float: left;
  width: 60%;
  height: 0.97rem;
  line-height: 0.97rem;
  color: #fff;
  font-size: 0.2rem;
  margin-left: 0.32rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.more{
  width: 2.08rem;
  height: 0.64rem;
  border-radius: 0.6rem;
  line-height: 0.64rem;
  text-align: center;
  background: #2ad2df;
  color: #fff;
  font-size: 0.18rem;
  margin: 0 auto;
  overflow: hidden;
  position:relative;
	z-index: 2;
}
.more a{
  display: block;
}
.more img{
  width: 0.17rem;
  height: 0.18rem;
  margin-left: 0.17rem;
}
.more:before {
	content: "";
	width: 0;
	height: 100%;
	background: #17b7c3;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s;
	z-index: -1;
}
.more:after {
	position: absolute;
	left:-10px;
	bottom: 0;
	z-index: -2;
	content: "";
	box-sizing: border-box;
	transition: 0.5s;
	width:110%;
	height: 100%;
}
.more:hover:before,.more.active:before {
	width: 100%;
	right: auto;
	left: 0;
}

.about_bg{
  width: 100%;
  background: url(../images/about_bg.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.about_p01{
  padding: 1.13rem 0 1.58rem;
}
.about_box{
  width: 14.36rem;
  margin: 0 auto;
}
.about_left{
  float: left;
  width: 7.12rem;
  padding-top: 0.87rem;
}
.about_tit{
  color: #666;
  font-size: 0.22rem;
  line-height: 0.36rem;
  margin-bottom: 0.46rem;
}
.about_tit h1{
  color: #222;
  font-size: 0.48rem;
  line-height: 0.64rem;
}
.about_tit h1 span{
  color: #2ad2df;
}
.about_txt{
  color: #666;
  font-size: 0.17rem;
  line-height: 0.42rem;
  height: 2.1rem;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 0.87rem;
}
.about_txt02{
  color: #666;
  font-size: 0.17rem;
  line-height: 0.42rem;
}
.about_bg .more{
  margin: 0;
}
.about_pic{
  float: right;
  width: 6.54rem;
  height: 6.54rem;
  border: solid 0.01rem #dddfe1;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about_pic img{
  width: 6.15rem;
  height: 6.15rem;
  border-radius: 50%;
}
.con{
  width: 2.1rem;
  height: 2.1rem;
  background: url(../images/con_bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.07rem;
  bottom: -0.1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.con img{
  width: 0.44rem;
  height: 0.58rem;
  display: block;
  margin: 0 auto;
}
.con h1{
  color: #fff;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.42rem;
}

.news_bg{
  width: 100%;
  background: url(../images/news_bg.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 0.48rem 0 0.68rem;
}
.news_p{
  padding-bottom: 0.55rem;
  overflow: hidden;
}
.news_left{
  float: left;
  width: 9.46rem;
}
.news_left .swiper-slide{
  background: #f7f7f7;
  padding-bottom: 0.42rem;
}
.news_pic{
  height: 3.48rem;
  margin-bottom: 0.26rem;
  overflow: hidden;
}
.news_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_c{
  width: 88%;
  line-height: 0.34rem;
  margin: 0 auto 0.115rem;
}
.news_cl{
  float: left;
  color: #999;
  font-size: 0.16rem;
  font-weight: bold;
}
.news_cr{
  float: right;
  color: #666;
  font-size: 0.16rem;
}
.news_cr img{
  float: left;
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.07rem 0.1rem 0 0;
}
.news_txt{
  width: 88%;
  font-size: 0.22rem;
  line-height: 0.38rem;
  height: 0.76rem;
  margin: 0 auto;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.news_right{
  float: right;
  width: 5.36rem;
  height: 5.3rem;
  overflow: hidden;
}
.news_list{
  width: 100%;
  height: 100%;
}
.news_list .swiper-slide{
  height: 1.68rem;
  border-bottom: solid 0.01rem #e4e4e4;
}
.news_img{
  float: left;
  width: 2.27rem;
  height: 1.4rem;
  overflow: hidden;
}
.news_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_r{
  float: right;
  width: 2.6rem;
  margin-right: 0.24rem;
}
.news_r h1{
  color: #333;
  font-size: 0.18rem;
  font-weight: normal;
  height: 0.52rem;
  line-height: 0.52rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_r_txt{
  color: #666;
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 0.24rem;
}
.news_arrow{
  width: 0.2rem;
  height: 0.05rem;
  line-height: 0;
  vertical-align: top;
}

.foot_bg{
  width: 100%;
  height: 2.3rem;
  padding-top: 0.64rem;
  background: url(../images/foot_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.foot{
  width: 14.04rem;
  margin: 0 auto;
}
.foot_txt{
  float: left;
  width: 5.4rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
  line-height: 0.36rem;
  padding-right: 0.1rem;
  margin-top: 0.1rem;
}
.code{
  float: right;
  width: 0.91rem;
  height: 0.91rem;
}
.code img{
  width: 100%;
  height: 100%;
}


/* 公司简介 */
.about_p02{
  padding: 1.13rem 0 1.02rem;
}
.about_list{
  width: 14.36rem;
  padding-top: 1.02rem;
  text-align: center;
  margin: 0 auto;
}
.about_list li{
  display: inline-block;
  width: 2.6rem;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.about_list h4{
  font-size: 0.5rem;
  font-family: 宋体;
  line-height: 0.54rem;
}


/* 产品展示 */
.pro_bg{
  width: 100%;
  background: url(../images/pro_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 0.34rem 0 0.7rem;
}
.pro{
  width: 100%;
}
.pro ul{
  margin-right: -0.29rem;
}
.pro li{
  float: left;
  width: 4.88rem;
  margin: 0 0.29rem 0.34rem 0;
}
.page{
  padding-top: 0.27rem;
}
.page_left{
  float: left;
  line-height: 0.44rem;
  color: #666;
  font-size: 0.16rem;
}
.page_left span{
  color: #004ea2;
}
.page ul{
  float: right;
}
.page ul li{
  width: 0.44rem;
  text-align: center;
  height: 0.44rem;
  line-height: 0.44rem;
  border: solid 0.01rem #e6e6e6;
  border-radius: 0.03rem;
  display: inline-block;
  color: #666;
  font-size: 0.16rem;
  margin: 0 0.02rem;
}
.page a{
  display: block;
  width: 100%;
  height: 100%;
}
.page img{
  width: 0.12rem;
  height: 0.1rem;
  line-height: 0;
  vertical-align: middle;
}
.page li:hover{
  border: solid 0.01rem #2ad2df;
  background: #2ad2df;
  color: #fff;
}
.proshow img{
  display: block;
  margin: 0 auto;
}
.protype{
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.protype .swiper-slide{
  text-align: center;
  background: #2ad2df;
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.18rem;
}
.protype .swiper-button-prev,.protype .swiper-button-next{
	width: 0.4rem;
	height: 0.6rem;
	border-radius: 0;
	color: #2eaeb7;
	background: linear-gradient(to left, rgba(250, 250, 250, 0.6), rgba(250, 250, 250, 0.2));
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .3);
	margin: 0;
	top: 0;
	right: 0;
}
.protype .swiper-button-prev{
  left: 0;
}
.protype .swiper-button-prev:after,.protype .swiper-button-next:after{
	font-size: 0.3rem;
}
.protype .swiper-button-prev.swiper-button-disabled,
.protype .swiper-button-next.swiper-button-disabled{
	opacity: 0;
}
.protype .swiper-button-prev img{
  transform: rotateY(180deg);
}

/* 企业动态 */
.news{
  width: 100%;
  padding-top: 0.2rem;
}
.news ul{
  margin-right: -0.41rem;
}
.news li{
  float: left;
  width: 4.8rem;
  background: #f7f7f7;
  padding-bottom: 0.42rem;
  margin: 0 0.41rem 0.1rem 0;
}
.news02{
  width: 100%;
  margin-bottom: 0.15rem;
}
.news02 li{
  padding: 0.3rem 0;
  border-bottom: solid 0.01rem #e4e4e4;
}
.news_r02{
  float: right;
  width: 12.33rem;
  margin-right: 0.24rem;
}
.news_r02 h1{
  color: #333;
  font-size: 0.18rem;
  font-weight: normal;
  height: 0.52rem;
  line-height: 0.52rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* 联系我们 */
.con_tit{
  width: 100%;
  text-align: center;
}
.con_tit h1{
  line-height: 0.62rem;
  color: #333;
  font-size: 0.24rem;
}
.con_tit i{
  width: 0.78rem;
  height: 0.04rem;
  border-radius: 0.04rem;
  display: block;
  background: #d3d3d3;
  margin: 0 auto;
}
.con_list{
  width: 12.24rem;
  margin: 0 auto 0.44rem;
}
.con_list li{
  float: left;
  width: 4.4rem;
  padding-right: 0.2rem;
  margin-bottom: 0.45rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.con_list li:last-child{
  width: 3.44rem;
}
.con_list img{
  float: left;
  width: 0.35rem;
  height: 0.38rem;
  margin: 0.2rem 0.2rem 0.2rem 0;
}
.con_list div{
  width: 90%;
  float: left;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.map{
  width: 13.72rem;
  height: 3.27rem;
  margin: 0 auto;
}
.map .BMap_shadow{
	display: none;
}
.map .BMap_bubble_title{
	font-size: 0.16rem;
  line-height: 0.4rem;
}
.map .BMap_bubble_content{
	font-size: 0.16rem;
}