@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;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tc{
	text-align: center;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.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;
}
.content {
	width: 15.02rem;
	margin: 0 auto;
}
.phone {
	display: none;
}
.img02{
	display: none;
}
[v-cloak]{
	display: none;
}


/*首页*/
.header.down{
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.header.down .img01{
	display: none;
}
.header.down .img02{
	display: block;
}
.header.down .nav li{
	color: #000;
}
.header.down .search_pic i{
	background: #575c67;
}
.ind .nav li{
	color: #000;
}
.ind .search_pic i{
	background: #575c67;
}
.ind .img01{
	display: none;
}
.ind .img02{
	display: block;
}
.header{
	width: 100%;
	height: 1.14rem;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 80;
}
.header .content{
	position: relative;
}
.logo{
	float: left;
	width: 4.37rem;
	height: 0.33rem;
	position: relative;
	margin-top: 0.4rem;
}
.logo img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.nav{
	float: right;
	margin: 0.4rem 1.3rem 0 0;
}
.nav li{
	float: left;
	line-height: 0.36rem;
	padding: 0 0.25rem;
	color: #fff;
	font-size: 0.18rem;
	position: relative;
	margin-right: 0.1rem;
}
.nav i{
	width: 0.18rem;
	height: 0.18rem;
	background: url(../images/head_03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
}
.nav li.on i{
	opacity: 1;
}
.nav li:hover .subnav{
  display: block;
}
.subnav{
  width: 100%;
  padding-top: 0.2rem;
  position: absolute;
  top: 0.36rem;
  left: 0;
  z-index: 5;
  display: none;
}
.subnav ul{
  background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.1);
	padding: 0.05rem 0;
}
.subnav li{
	float: none;
  text-align: center;
	line-height: 0.36rem;
  color: #333 !important;
	font-size: 0.14rem;
	margin: 0;
}
.subnav a{
	padding: 0;
}
.subnav li:hover{
  color: #076f6a !important;
}
.search_pic{
	width: 0.27rem;
	height: 0.27rem;
	position: absolute;
	top: 0.45rem;
	right: 0.62rem;
	cursor: pointer;
}
.search_pic img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.search_pic i{
	width: 0.02rem;
	height: 0.25rem;
	display: block;
	background: #fff;
	position: absolute;
	top: 0.01rem;
	right: -0.16rem;
}
.menu_btn{
	width: 0.31rem;
	height: 0.25rem;
	position: absolute;
	top: 0.45rem;
	right: 0;
	cursor: pointer;
}
.menu_btn img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.menu_tm{
	width: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	/* display: none; */
	overflow: hidden;
}
.menu_tm.bai{
	/* display: block; */
	width: 100%;
}
.menu_tm.bai .menu_box{
	width: 100%;
  transition: 700ms ease;
}
.menu_box{
	width: 0;
	height: 100vh;
	background: url(../images/nav_bg.png) no-repeat left top;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right:0;
	transition: 700ms ease;
}
.menu_close{
	width: 0.31rem;
	height: 0.31rem;
	background: url(../images/head_09.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0.4rem;
	right: 2rem;
	cursor: pointer;
	z-index: 1;
}
.menu_con{
	width: 60%;
	position: absolute;
	top: 1.22rem;
	right: 0;
}
.menu_logo{
	width: 4.37rem;
	margin-bottom: 0.72rem;
}
.menu_logo img{
	width: 100%;
}
.menu_list{
	width: 100%;
}
.menu_list li{
	font-size: 0.22rem;
	line-height: 0.38rem;
	/* font-weight: bold; */
	margin-bottom: 0.12rem;
}
.menu_list li ul li{
	float: left;
	color: #7d7d7d;
	font-size: 0.16rem;
	line-height: 0.32rem;
	font-weight: normal;
	list-style-type: disc;
	margin: 0 0.3rem 0 0;
}
.menu_list li ul li:hover{
	color: #000;
}

.banner{
	width: 100%;
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 0.5rem;
	border: solid 0.02rem #06837c;
	top: auto;
	bottom: 0.57rem;
}
.banner .swiper-button-prev{
	left: auto;
	right: 2.8rem;
}
.banner .swiper-button-next{
	right: 2.12rem;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
	font-size: 0.22rem;
	font-weight: bold;
	color: #06837c;
}
.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled{
	border: solid 0.02rem #c3c3c3;
	opacity: 1;
}
.banner .swiper-button-next.swiper-button-disabled:after,
.banner  .swiper-button-prev.swiper-button-disabled:after{
	color: #c3c3c3;
}

.about_box{
	padding: 1.1rem 0 1.76rem;
	overflow: hidden;
}
.about_left{
	float: left;
	width: 49%;
	min-height: 4.7rem;
	background: url(../images/ind_01.png) no-repeat left bottom;
	background-size: 100%;
}
.about_tit{
	color: #4c4c4c;
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 0.64rem;
	height: 0.64rem;
	padding-left: 0.56rem;
	background: url(../images/ind_02.png) no-repeat left top;
	background-size: 0.5rem 0.53rem;
	margin-bottom: 0.33rem;
}
.about_tit span{
	color: #50a8a3;
}
.about{
	width: 88%;
	line-height: 0.48rem;
	height: 1.44rem;
	color: rgba(0, 0, 0, 0.6);
	font-size: 0.18rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.57rem;
}
.about_list{
	width: 88%;
	margin-bottom: 0.6rem;
}
.about_list ul{
	display: flex;
	justify-content: space-between;
}
.about_list li{
	font-size: 0.16rem;
	line-height: 0.28rem;
}
.about_list div{
	margin-bottom: 0.16rem;
}
.about_list h1 b{
	color: #026c67;
	font-size: 0.41rem;
	line-height: 0.4rem;
}
.about_list h1 span{
	font-size: 0.16rem;
	font-weight: normal;
	padding-left: 0.05rem;
	line-height: 0.26rem;
}
.about_more{
	color: #06837c;
	font-size: 0.18rem;
	line-height: 0.32rem;
}
.about_right{
	float: right;
	width: 50%;
	height: 4.83rem;
	border-radius: 0.18rem;
	overflow: hidden;
	margin-top: 0.11rem;
}
.about_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.about_right:hover img {
	transform: scale(1.1);
}

.product_pic{
	width: 100%;
	height: 7.93rem;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}
.product_tu{
	width: 100%;
	height: 7.93rem;
}
.product_tu img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_tit{
	width: 100%;
	text-align: center;
	line-height: 0.64rem;
	font-size: 0.32rem;
	font-weight: bold;
	position: absolute;
	top: 0.66rem;
	left: 0;
	z-index: 2;
}
.product_tit span{
	color: #026c67;
}
.product_tit img{
	width: 0.5rem;
	height: 0.53rem;
	display: inline-block;
}
.product_bot{
	width: 100%;
	height: 3.19rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.product_bg{
	width: 100%;
	height: 1.7rem;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.product{
	width: 100%;
	height: 3.19rem;
	position: relative;
	z-index: 3;
}
.product .swiper-slide{
	color: #fff;
	left: auto;
	right: 0;
	cursor: pointer;
}
.product .swiper-slide:last-child .product_line02{
	display: none;
}
.product_line01{
	width: 0.01rem;
	height: 1.42rem;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	bottom: 0.06rem;
	left: 0;
}
.product_line02{
	width: 0.01rem;
	height: 1.42rem;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	bottom: 0.06rem;
	right: 0;
}
.product_con{
	width: 95%;
	text-align: center;
	padding-top: 1.83rem;
	margin: 0 auto;
}
.product_con h1{
	font-size: 0.22rem;
	font-weight: normal;
	height: 0.4rem;
	line-height: 0.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_txt{
	font-size: 0.14rem;
	height: 0.28rem;
	line-height: 0.28rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.11rem;
}
.product_icon{
	width: 0.32rem;
	height: 0.32rem;
	background: url(../images/ind_06.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}
.product .swiper-slide-thumb-active{
	background: url(../images/ind_05.png);
	background-size: 100% 100%;
}
.product .swiper-slide-thumb-active .product_con{
	padding-top: 0.76rem;
}
.product .swiper-slide-thumb-active .product_con h1{
	font-size: 0.26rem;
	font-weight: normal;
	height: 0.62rem;
	line-height: 0.62rem;
}
.product .swiper-slide-thumb-active .product_txt{
	font-size: 0.18rem;
	height: 0.38rem;
	line-height: 0.38rem;
	margin-bottom: 0.22rem;
}
.product .swiper-slide-thumb-active .product_icon{
	width: 0.55rem;
	height: 0.55rem;
	background: url(../images/ind_07.png) no-repeat;
	background-size: 100% 100%;
}

.news_bg{
	width: 100%;
	background: url(../images/ind_08.jpg) no-repeat;
	background-size: cover;
	padding: 0.92rem 0 1.46rem;
	overflow: hidden;
}
.news_top{
	margin-bottom: 0.6rem;
}
.news_top .about_tit{
	float: left;
}
.news_type{
	float: right;
	margin-top: 0.08rem;
}
.news_type ul{
	margin-right: -0.36rem;
}
.news_type li{
	float: left;
	width: 1.54rem;
	height: 0.41rem;
	line-height: 0.41rem;
	text-align: center;
	background: url(../images/ind_09.png) no-repeat;
	background-size: 100% 100%;
	color: #6c6c6c;
	font-size: 0.18rem;
	margin-right: 0.36rem;
	cursor: pointer;
}
.news_type li.on{
	background: url(../images/ind_10.png) no-repeat;
	background-size: 100% 100%;
	color: #056d66;
}
.news_scroll{
	width: 100%;
}
.news_pic{
	width: 100%;
	height: 2.56rem;
	overflow: hidden;
}
.news_pic img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_bot{
	padding: 0.12rem 0.17rem;
	background: #fff;
}
.news_bot h1{
	color: #353535;
	font-size: 0.19rem;
	font-weight: normal;
	line-height: 0.36rem;
	height: 0.36rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_txt{
	color: #999;
	font-size: 0.14rem;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.1rem;
}
.news_time{
	font-size: 0.12rem;
	color: #aaa;
	line-height: 0.28rem;
	height: 0.28rem;
	background: url(../images/ind_12.png) no-repeat left center;
	background-size: 0.17rem 0.13rem;
	padding-left: 0.28rem;
}
.news_scroll .swiper-slide:hover .news_bot{
	background: #076f6a;
}
.news_scroll .swiper-slide:hover .news_bot h1{
	color: #fff;
}
.news_scroll .swiper-slide:hover .news_txt{
	color: #fff;
}
.news_scroll .swiper-slide:hover .news_time{
	color: #fff;
	background: url(../images/ind_13.png) no-repeat left center;
	background-size: 0.17rem 0.13rem;
}

.foot_bg{
	background: #32353c;
	color: #fff;
}
.foot_top{
	padding: 0.4rem 0 0.37rem;
}
.foot_left{
	float: left;
	width: 5.3rem;
}
.f_logo{
	width: 4.37rem;
	margin: 0.12rem 0 0.52rem;
}
.f_logo img{
	width: 100%;
}
.f_con{
	width: 100%;
}
.f_con li{
	font-size: 0.14rem;
	line-height: 0.26rem;
	min-height: 0.26rem;
	padding-left: 0.32rem;
	position: relative;
	margin-bottom: 0.12rem;
}
.f_con img{
	width: 0.22rem;
	height: 0.26rem;
	position: absolute;
	top: 0;
	left: 0;
}
.foot_right{
	float: right;
	width: 8.2rem;
}
.f_nav{
	width: 100%;
	text-align: right;
	line-height: 0.4rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.f_nav a{
	margin-left: 0.32rem;
}
.share{
	float: right;
}
.share ul{
	margin-right: -0.48rem;
}
.share li{
	float: left;
	width: 0.53rem;
	text-align: center;
	position: relative;
	margin-right: 0.48rem;
	cursor: pointer;
}
.share img{
	width: 0.53rem;
	height: 0.53rem;
	margin-bottom: 0.12rem;
}
.share h1{
	font-size: 0.14rem;
	line-height: 0.28rem;
	font-weight: normal;
}
.share_code{
	width: 1.4rem;
	height: 1.4rem;
	background: #fff;
	border-radius: 0.05rem;
	overflow: hidden;
	position: absolute;
	top: -1.5rem;
	left: -0.45rem;
	display: none;
}
.share_code img{
	width: 100%;
	height: 100%;
}
.share li:hover .share_code{
	display: block;
}
.copyright{
	width: 100%;
	text-align: center;
	border-top: solid 0.01rem rgba(255, 255, 255, 0.3);
	padding: 0.16rem 0 0.24rem;
	line-height: 0.24rem;
	font-size: 0.14rem;
}

.pf{
	width: 1rem;
	padding: 0.3rem 0.2rem 0.4rem;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 0.1rem rgba(6, 131, 124, 0.3);
	border-radius: 0.3rem;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 50;
}
.pf li{
	text-align: center;
	padding-bottom: 0.1rem;
	margin-bottom: 0.17rem;
}
.pf img{
	width: 0.55rem;
	height: 0.55rem;
	margin-bottom: 0.12rem;
}
.pf h1{
	font-size: 0.15rem;
	line-height: 0.18rem;
	font-weight: normal;
}
.pf i{
	width: 100%;
	height: 0.03rem;
	background: #d9e2e0;
	border-radius: 0.1rem;
	display: block;
	margin-top: 0.15rem;
}
.pf a{
	display: block;
}
.pf li:last-child{
	margin: 0;
}
.pf li:last-child i{
	display: none;
}


/* 产品服务 */
.main_bn{
	width: 100%;
	position: relative;
}
.main_bn img{
	width: 100%;
}
.main_bnbg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.main_bnbox{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
}
.main_bn_tit{
	display: inline-block;
	position: relative;
}
.main_bn_tit h1{
	color: #fff;
	font-size: 0.32rem;
	position: relative;
	z-index: 5;
}
.main_bn_tit h2{
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.18rem;
	line-height: 0.4rem;
	position: relative;
	z-index: 5;
}
.main_bn_tit i{
	width: 0.49rem;
	height: 0.49rem;
	background: url(../images/pro_01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0.15rem;
	right: -0.22rem;
	z-index: 3;
}
.gray{
	background: #f5f7ff;
}
.pro_box{
	padding: 0.42rem 0 0.54rem;
}
.pro_type{
	width: 100%;
	text-align: center;
	padding-bottom: 0.32rem;
}
.pro_type ul{
	margin-right: -0.23rem;
}
.pro_type li{
	display: inline-block;
	width: 1.54rem;
	height: 0.41rem;
	line-height: 0.41rem;
	text-align: center;
	background: url(../images/ind_09.png) no-repeat;
	background-size: 100% 100%;
	color: #6c6c6c;
	font-size: 0.18rem;
	margin: 0 0.23rem 0.2rem 0;
}
.pro_type li.on{
	background: url(../images/ind_10.png) no-repeat;
	background-size: 100% 100%;
	color: #056d66;
}
.pro{
	width: 100%;
}
.pro ul{
	margin-right: -1.5%;
}
.pro li{
	float: left;
	width: 23.5%;
	margin: 0 1.5% 0.24rem 0;
}
.pro_pic{
	width: 100%;
	height: 2.56rem;
	overflow: hidden;
}
.pro_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.pro_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.pro_txt{
	width: 100%;
	text-align: center;
	line-height: 0.67rem;
	height: 0.67rem;
	background: #fff;
	color: #353535;
	font-size: 0.19rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro li:hover .pro_txt{
	background: #076f6a;
	color: #fff;
	font-weight: bold;
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 0.42rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page a{
	display: inline-block;
	border: solid 0.01rem #ae99ac;
	background: #fff;
	line-height: 0.29rem;
	padding: 0 0.12rem;
	font-size: 0.15rem;
	color: #333;
	margin: 0 0.02rem;
}
.page a:hover{
	border: solid 0.01rem #056a66;
	background: #056a66;
	color: #fff;
}
.page a.on{
	border: solid 0.01rem #056a66;
	background: #056a66;
	color: #fff;
}


/* 产品服务-详情 */
.proshow_box{
	padding: 1rem 0 0.76rem;
}
.proshow_left{
	float: left;
	width: 50%;
	height: 5.24rem;
}
.proshow_left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.proshow_right{
	float: left;
	width: 50%;
	height: 5.24rem;
	background: #fff;
	padding: 0.52rem 0.28rem 0 0.7rem;
}
.proshow_tit{
	font-size: 0.26rem;
	font-weight: bold;
	line-height: 0.5rem;
	padding-bottom: 0.18rem;
	border-bottom: solid 0.02rem #ecf2f9;
	margin-bottom: 0.34rem;
}
.proshow_con{
	height: 3.5rem;
	padding-right: 0.15rem;
	overflow-y: scroll;
}
.proshow_con::-webkit-scrollbar{
	/*滚动条整体样式*/
	width: 0.08rem;
	height: 0.01rem;
}
.proshow_con::-webkit-scrollbar-thumb{
	/*滚动条里面小方块*/
  border-radius: 0.1rem;
	background: #0d726e;
}
.proshow_con::-webkit-scrollbar-track{
  border-radius: 0.1rem;
	background: #fff;
}
.proshow{
	font-size: 0.18rem;
	line-height: 0.32rem;
	min-height: 0.32rem;
	text-align: justify;
	padding-left: 0.2rem;
	position: relative;
	margin-bottom: 0.16rem;
}
.proshow i{
	width: 0.11rem;
	height: 0.11rem;
	border: solid 0.01rem #0d726e;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0.11rem;
	left: 0;
}
.fanye{
	width: 100%;
	padding-top: 0.42rem;
}
.fanye li{
	color: rgba(0, 0, 0, 0.4);
	font-size: 0.18rem;
	height: 0.48rem;
	line-height: 0.48rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 新闻动态 */
.news_box{
	padding: 0.34rem 0 0.38rem;
}
.news_box .pro_type{
	padding-bottom: 0.2rem;
}
.news_img{
	width: 100%;
	padding-bottom: 0.27rem;
}
.news_img ul{
	margin-right: -1%;
}
.news_img li{
	float: left;
	width: 49%;
	height: 5.37rem;
	margin-right: 1%;
	position: relative;
}
.news_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_img_bot{
	width: 100%;
	height: 0.67rem;
	line-height: 0.67rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 0.19rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.6s;
}
.news_img_tm{
	width: 100%;
	height: 100%;
	background: rgba(5, 109, 102, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.6s;
}
.news_img_con{
	width: 65%;
	text-align: center;
}
.news_img_con img{
	width: 0.68rem;
	height: 0.68rem;
	margin: 0 auto 0.26rem;
}
.news_img_con h1{
	color: #fff;
	font-size: 0.19rem;
	font-weight: bold;
	line-height: 0.36rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.news_img li:hover .news_img_tm{
	opacity: 1;
}
.news_img li:hover .news_img_bot{
	opacity: 0;
}

.news{
	width: 100%;
}
.news li{
	background: #fff;
	height: 1.88rem;
	box-shadow: 0 0.02rem 0.15rem rgba(6, 131, 124, 0.2);
	padding: 0.46rem 0 0.46rem 0.5rem;
	margin-bottom: 0.22rem;
}
.news_day{
	float: left;
	width: 1.06rem;
	line-height: 0.94rem;
	font-weight: lighter;
	color: #3b3b3b;
	font-size: 0.84rem;
}
.news_year{
	float: left;
	width: 1.16rem;
	padding-top: 0.07rem;
	color: #3b3b3b;
	font-size: 0.3rem;
	font-weight: lighter;
}
.news_con{
	float: left;
	width: 10.2rem;
	height: 0.95rem;
	border-left: solid 0.01rem #e8e8e8;
	border-right: solid 0.01rem #e8e8e8;
	padding: 0 0.85rem 0 0.5rem;
}
.news_con h1{
	color: #3b3b3b;
	font-size: 0.18rem;
	font-weight: lighter;
	line-height: 0.24rem;
	height: 0.24rem;
	margin-bottom: 0.15rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_text{
	color: #828282;
	font-size: 0.14rem;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.news_more{
	float: right;
	width: 2rem;
	text-align: center;
	line-height: 0.24rem;
	padding-top: 0.28rem;
	background: url(../images/news_03.png) no-repeat center top;
	background-size: 0.24rem 0.18rem;
	color: #6b6b6b;
	font-size: 0.14rem;
	text-decoration: underline;
	margin-top: 0.24rem;
}


/* 新闻中心-详情 */
.newsshow_box{
	padding: 0.68rem 0;
}
.newsshow_tt{
	color: #7d7d7d;
	font-size: 0.16rem;
	line-height: 0.36rem;
	text-align: center;
	margin-bottom: 0.3rem;
}
.newsshow_tt h1{
	color: #000;
	font-size: 0.26rem;
	line-height: 0.5rem;
	margin-bottom: 0.17rem;
}
.newsshow{
	font-size: 0.18rem;
	line-height: 0.36rem;
	text-align: justify;
}


/* 聚焦碑林 */
.about_bg{
	width: 100%;
	background: url(../images/about_02.jpg) no-repeat center top;
	background-size: cover;
	padding: 0.34rem 0 0.44rem;
}
.about_con{
	width: 11.8rem;
	margin: 0 auto;
}
.about_txt{
	font-size: 0.18rem;
	line-height: 0.36rem;
	/* text-align: center; */
	margin-bottom: 0.24rem;
}
.about_con .about_more{
	text-align: center;
	line-height: 0.36rem;
	margin-bottom: 0.4rem;
}
.about_con .about_list{
	width: 100%;
}

.culture_box{
	padding: 0.28rem 0 0.6rem;
}
.culture{
	width: 100%;
}
.culture ul{
	margin-right: -1%;
}
.culture li{
	float: left;
	width: 24%;
	height: 3.3rem;
	box-shadow: 0 0 0.1rem rgba(6, 131, 124, 0.2);
	margin-right: 1%;
}
.culture li:first-child{
	width: 49%;
	position: relative;
}
.culture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.culture_tm{
	width: 50%;
	height: 100%;
	padding: 0.2rem 0.4rem;
	background: url(../images/about_05.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.culture_tm h1{
	line-height: 0.56rem;
	font-size: 0.24rem;
	font-weight: normal;
}
.culture_text{
	line-height: 0.36rem;
	font-size: 0.16rem;
	height: 1.08rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.6rem;
}
.culture_m{
	font-size: 0.14rem;
	line-height: 0.32rem;
}
.culture_top{
	width: 100%;
	height: 1.09rem;
	line-height: 1.09rem;
	background: #06837c;
	color: #fff;
	padding: 0 0.2rem 0 0.3rem;
}
.culture_tit{
	float: left;
	font-size: 0.24rem;
}
.culture_more{
	float: right;
	font-size: 0.14rem;
}
.culture_di{
	width: 100%;
	height: 2.21rem;
	background: url(../images/about_03.jpg) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.culture_txt{
	width: 80%;
	text-align: center;
	color: #606060;
	font-size: 0.2rem;
	line-height: 0.36rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.history_bg{
	width: 100%;
	min-height: 6.89rem;
	background: url(../images/about_06.jpg) no-repeat center top;
	background-size: cover;
	padding: 0.3rem 0 0.18rem;
}
.history_bg .m_tit{
	margin-bottom: 0.1rem;
}
.history_con{
	position: relative;
}
.history_con .swiper-button-lock{
	display: block;
}
.history_con .swiper-button-next, .history_con .swiper-button-prev{
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 0.5rem;
	top: 60%;
	transform: translateY(-60%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.history_con .swiper-button-prev{
	left: 0;
	border: solid 0.02rem #c3c3c3;
}
.history_con .swiper-button-next{
	right: 0;
	border: solid 0.02rem #06837c;
}
.history_con .swiper-button-prev:after,
.history_con .swiper-button-next:after{
	font-size: 0.15rem;
	font-weight: bold;
}
.history_con .swiper-button-prev:after{
	color: #c3c3c3;
}
.history_con .swiper-button-next:after{
	color: #06837c;
}
.history_con .swiper-button-next.swiper-button-disabled,
.history_con .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.history{
	width: 90%;
	min-height: 5.67rem;
	margin: 0 auto;
}
.history .swiper-slide:nth-child(even) .his_con{
	margin-top: 2.68rem;
}
.history .swiper-slide:nth-child(even) .his_line{
	top: 2.55rem;
}
.history .swiper-slide:nth-child(even) .his_icon{
	top: -0.1rem;
	bottom: auto;
}
.history .swiper-slide:nth-child(even) .his_year{
	top: -0.4rem;
	bottom: auto;
}
/* .history .swiper-slide:nth-child(5n+3) .his_con{
	margin-top: 0.6rem;
}
.history .swiper-slide:nth-child(5n+3) .his_line{
	top: 0.8rem;
}
.history .swiper-slide:nth-child(5n+4) .his_con{
	margin-top: 3.35rem;
}
.history .swiper-slide:nth-child(5n+4) .his_line{
	top: 2.9rem;
} */

.his_con{
	padding-left: 0.5rem;
}
.his_pic{
	width: 100%;
	height: 0.78rem;
	border: solid 2px #076f6a;
	border-radius: 0.1rem;
	overflow: hidden;
	margin-bottom: 0.06rem;
}
.his_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.his_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.his_txt{
	font-size: 0.16rem;
	line-height: 0.3rem;
}
.his_line{
	width: 0.02rem;
	height: 2.6rem;
	background: #076f6a;
	position: absolute;
	top: 0.2rem;
	left: 0.3rem;
}
.his_icon{
	width: 0.22rem;
	height: 0.22rem;
	background: #076f6a;
	border-radius: 50%;
	position: absolute;
	left: -0.1rem;
	bottom: -0.1rem;
}
.his_year{
	width: 1rem;
	font-size: 0.2rem;
	line-height: 0.3rem;
	position: absolute;
	left: -0.3rem;
	bottom: -0.4rem;
}

.gyi_box{
	padding: 0.46rem 0 0.56rem;
}
.gyi{
	padding-bottom: 0.8rem;
	position: relative;
}
.gyi_pic{
	width: 100%;
	height: 2.38rem;
	border-radius: 0.1rem;
	overflow: hidden;
	margin-bottom: 0.16rem;
}
.gyi_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.gyi_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.gyi_txt{
	font-size: 0.18rem;
	text-align: center;
	line-height: 0.32rem;
	height: 0.32rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.int_bg{
	background: #f1f2f5;
	padding: 0.34rem 0 0.58rem;
}
.int_box{
	padding-bottom: 0.8rem;
	position: relative;
}
.int_bot{
	width: 100%;
	height: 0.36rem;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.int_con{
	padding: 0 0.7rem;
	height: 0.36rem;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
.int_bot .swiper-pagination{
	position: static;
	margin-top: 0.1rem;
}
.int_bot .swiper-pagination-bullet-active{
	background: #06837c;
}
.int_bot .swiper-button-next, .int_bot .swiper-button-prev{
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 0.5rem;
	top: 0;
}
.int_bot .swiper-button-prev{
	left: 0;
	border: solid 0.02rem #c3c3c3;
}
.int_bot .swiper-button-next{
	right: 0;
	border: solid 0.02rem #06837c;
}
.int_bot .swiper-button-prev:after{
	font-size: 0.15rem;
	font-weight: bold;
	color: #c3c3c3;
}
.int_bot .swiper-button-next:after{
	font-size: 0.15rem;
	font-weight: bold;
	color: #06837c;
}
.int_bot .swiper-button-next.swiper-button-disabled,
.int_bot .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.int{
	width: 100%;
	height: 3.05rem;
}
.int .swiper-slide{
	height: 1.3rem;
	padding: 0.21rem 0.26rem;
	background: #fff;
	border-radius: 0.1rem;
	box-shadow: 0 0 0.1rem rgba(6, 131, 124, 0.2);
}
.int_date{
	float: left;
	width: 0.91rem;
	height: 0.88rem;
	background: #06837c;
	border-radius: 0.1rem;
	text-align: center;
	color: #fff;
	line-height: 0.26rem;
	font-size: 0.18rem;
	padding-top: 0.14rem;
}
.int_date h1{
	font-size: 0.26rem;
	line-height: 0.36rem;
	font-weight: normal;
}
.int_r{
	float: left;
	width: calc(100% - 0.91rem);
	padding-left: 0.2rem;
}
.int_r h1{
	font-size: 0.18rem;
	font-weight: normal;
	height: 0.44rem;
	line-height: 0.44rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.1rem;
}
.int_txt{
	color: #8f8f8f;
	font-size: 0.16rem;
	height: 0.34rem;
	line-height: 0.34rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 聚焦碑林-详情 */
.aboutshow_box{
	padding: 0.45rem 0 1.6rem;
}
.aboutshow_tit{
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 0.5rem;
	text-align: center;
	margin-bottom: 0.36rem;
}


/* 科研创新 */
.keyan_box{
	padding: 0.34rem 0 1.7rem;
}
.keyan_box02{
	padding: 0.34rem 0 0.5rem;
}
.keyan_box .pro_type{
	padding-bottom: 0.2rem;
}
.m_tit{
	width: 100%;
	text-align: center;
	line-height: 0.64rem;
	color: #06837c;
	font-size: 0.32rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
}
.m_tit img{
	width: 0.5rem;
	height: 0.53rem;
	margin-right: 0.07rem;
}
.keyan_pic{
	width: 100%;
	height: 3.66rem;
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
	margin-top: 0.3rem;
}
.keyan_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.keyan_picbg{
	width: 100%;
	height: 100%;
	background: rgba(6, 131, 124, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.keyan_pic_list{
	width: 9.67rem;
}
.keyan_pic_list ul{
	display: flex;
	justify-content: space-between;
}
.keyan_pic_list li{
	width: 1.59rem;
	text-align: center;
}
.keyan_pic_list img{
	width: 1.59rem;
	height: 1.59rem;
	margin-bottom: 0.22rem;
}
.keyan_pic_list h1{
	color: #fff;
	font-size: 0.2rem;
	line-height: 0.34rem;
}
.keyan_box02 .newsshow img{
	width: 0.4rem;
	height: 0.4rem;
}
.keyan{
	width: 100%;
	padding: 0.4rem 0 0.5rem;
}
.keyan ul{
	margin-right: -1%;
}
.keyan li{
	float: left;
	width: 49%;
	height: 3.44rem;
	margin-right: 1%;
}
.keyan_l{
	float: left;
	width: 36%;
	height: 100%;
	background: #056d66;
	padding: 0.3rem 0;
}
.keyan_num{
	width: 100%;
}
.keyan_num li{
	float: none;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	margin-bottom: 0.2rem;
}
.keyan_num li:last-child{
	margin: 0;
}
.keyan_num h1{
	font-size: 0.18rem;
	color: #fff;
	font-weight: normal;
	line-height: 0.36rem;
}
.keyan_num h2{
	line-height: 0.4rem;
}
.keyan_num h2 b{
	font-size: 0.41rem;
	line-height: 0.4rem;
}
.keyan_num h2 span{
	font-size: 0.16rem;
	font-weight: normal;
	padding-left: 0.05rem;
	line-height: 0.26rem;
}
.keyan_r{
	float: left;
	width: 64%;
	height: 100%;
	overflow: hidden;
}
.keyan_r img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.keyan_r:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.honor{
	width: 100%;
	padding-bottom: 0.84rem;
}
.honor img{
	width: 100%;
	height: 3.87rem;
	object-fit: cover;
	transition: 300ms;
	transform: scale(0.8);
}
.honor .swiper-slide-prev img,.honor .swiper-slide-next img{
	transform: scale(0.9);
}
.honor .swiper-slide-active img,.honor .swiper-slide-duplicate-active img{
	transform: scale(1);
}
.honor_bot{
	width: 100%;
	height: 0.36rem;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.honor_con{
	padding: 0 0.7rem;
	height: 0.36rem;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
.honor_bot .swiper-pagination{
	position: static;
	margin-top: 0.1rem;
}
.honor_bot .swiper-pagination-bullet-active{
	background: #06837c;
}
.honor_bot .swiper-button-next, .honor_bot .swiper-button-prev{
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 0.5rem;
	top: 0;
}
.honor_bot .swiper-button-prev{
	left: 0;
	border: solid 0.02rem #c3c3c3;
}
.honor_bot .swiper-button-next{
	right: 0;
	border: solid 0.02rem #06837c;
}
.honor_bot .swiper-button-prev:after{
	font-size: 0.15rem;
	font-weight: bold;
	color: #c3c3c3;
}
.honor_bot .swiper-button-next:after{
	font-size: 0.15rem;
	font-weight: bold;
	color: #06837c;
}
.honor_bot .swiper-button-next.swiper-button-disabled,
.honor_bot .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}


/* 人力资源 */
.hr_box{
	padding: 0.34rem 0 1.55rem;
}
.hr_box .pro_type{
	padding-bottom: 0.2rem;
}
.linian_box{
	background: #fff;
	box-shadow: 0 0.03rem 0.1rem rgba(6, 131, 124, 0.2);
	border-radius: 0.1rem;
	overflow: hidden;
	margin-bottom: 0.68rem;
}
.linian_left{
	float: left;
	width: 31%;
	height: 4.31rem;
	background: url(../images/hr_01.jpg) no-repeat;
	background-size: 100%;
	padding-top: 1.04rem;
}
.linian_con{
	width: 80%;
	height: 2.88rem;
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.36rem;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.linian_right{
	float: left;
	width: 69%;
	height: 4.31rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.linian_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.linian_right:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.join{
	width: 100%;
}
.join ul{
	margin-right: -1%;
}
.join li{
	float: left;
	width: 49%;
	height: 1.37rem;
	background: #fff;
	box-shadow: 0 0.03rem 0.1rem rgba(6, 131, 124, 0.2);
	border-radius: 0.3rem;
	margin: 0 1% 0.15rem 0;
	position: relative;
}
.join a{
	display: block;
	padding: 0.35rem 0.65rem 0.35rem 0.98rem;
}
.join h1{
	font-size: 0.2rem;
	font-weight: normal;
	height: 0.34rem;
	line-height: 0.34rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.join_txt{
	color: #898989;
	font-size: 0.16rem;
	height: 0.28rem;
	line-height: 0.28rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.join_pic{
	width: 0.56rem;
	height: 0.56rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.26rem;
}
.join_pic img{
	width: 100%;
	height: 100%;
}
.join_icon{
	width: 0.27rem;
	height: 0.27rem;
	background: url(../images/hr_04.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.24rem;
}


/* 联系我们 */
.con_part{
	padding: 0.34rem 0 0.47rem;
}
.con_box{
	background: #fff;
	box-shadow: 0 0.03rem 0.1rem rgba(6, 131, 124, 0.2);
	border-radius: 0.1rem;
	overflow: hidden;
	margin-bottom: 0.4rem;
}
.con_left{
	float: left;
	width: 48%;
	height: 3.8rem;
	background: url(../images/con_01.jpg) no-repeat;
	background-size: cover;
	padding: 0.92rem 0.5rem;
	font-size: 0.18rem;
	line-height: 0.36rem;
}
.con_left h1{
	font-size: 0.2rem;
	line-height: 0.36rem;
	margin-bottom: 0.37rem;
}
.con_right{
	float: left;
	width: 52%;
	height: 3.8rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.map{
	width: 100%;
	height: 100%;
}
.BMapLabel{
	display: none !important;
}
.BMap_bubble_title{
	font-size: 0.16rem;
	color: #222;
	margin-bottom: 0.06rem;
}
.BMap_bubble_content{
	color: #999;
	font-size: 0.14rem;
}
.BMap_shadow{
	display: none !important;
}

.tousu_box{
	padding: 0.34rem 0 0.38rem;
}
.tousu_txt{
	width: 100%;
	text-align: center;
	line-height: 0.36rem;
	font-size: 0.18rem;
}
.tousu_bg{
	width: 100%;
	min-height: 3.31rem;
	background: url(../images/con_01.jpg) no-repeat;
	background-size: cover;
	padding: 0.42rem 0 0.55rem;
	border-radius: 0.1rem;
	margin: 0.4rem 0 0.3rem;
}
.ts_code{
	width: 8.74rem;
	margin: 0 auto;
}
.ts_code li{
	float: left;
	width: 50%;
	text-align: center;
}
.ts_code img{
	width: 1.85rem;
	height: 1.85rem;
	margin: 0 auto 0.14rem;
}
.ts_code h1{
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.34rem;
}


/* 售后及药物警戒 */
.sh_box{
	padding: 0.46rem 0 0.77rem;
}
.sh_white{
	background: #fff;
	border-radius: 0.1rem;
	padding: 0.27rem 0.46rem 0.35rem;
	margin-top: 0.37rem;
}
.sh_left{
	float: left;
	width: 7.03rem;
	border-right: solid 0.01rem #b7b7b7;
	padding: 0.16rem 0 0.03rem;
}
.sh_pic{
	width: 6.39rem;
	height: 3.44rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.sh_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.sh_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.sh_right{
	float: right;
	width: 6.62rem;
	padding-top: 0.57rem;
}
.sh_con{
	font-size: 0.18rem;
	line-height: 0.38rem;
	min-height: 0.38rem;
	padding-left: 0.54rem;
	margin-bottom: 0.17rem;
	position: relative;
}
.sh_con img{
	width: 0.38rem;
	height: 0.38rem;
	position: absolute;
	top: 0;
	left: 0;
}
.sh_txt{
	color: #06837c;
	font-size: 0.18rem;
	line-height: 0.32rem;
	padding-top: 0.48rem;
}
.sh_code{
	width: 50%;
}
.sh_code img{
	width: 100%;
}


/* 投诉建议 */
.ts_tit{
	font-size: 0.2rem;
	line-height: 0.38rem;
	font-weight: bold;
	margin-bottom: 0.28rem;
}
.mes_tit{
	width: 100%;
	text-align: center;
	line-height: 0.48rem;
	font-weight: bold;
	color: #464646;
	font-size: 0.3rem;
	margin: 0.52rem 0 0.44rem;
}
.mes_box{
	margin-bottom: 0.28rem;
}
.mes_name{
	width: 49%;
	height: 0.58rem;
	border: none;
	background: #eaecf3;
	color: #464646;
	font-size: 0.18rem;
	padding-left: 0.3rem;
}
.mes_name::placeholder{
	color: #464646;
}
.mes_need{
	width: 100%;
	height: 1.78rem;
	border: none;
	background: #eaecf3;
	color: #464646;
	font-size: 0.18rem;
	line-height: 0.38rem;
	padding: 0.16rem 0.3rem;
	margin-bottom: 0.68rem;
}
.mes_need::placeholder{
	color: #464646;
}
.btn_send{
	width: 2.69rem;
	height: 0.46rem;
	border: none;
	background: #06837c;
	color: #fff;
	font-size: 0.18rem;
	cursor: pointer;
}