@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	color: #222;
	font-size: 18px;
	line-height: 40px;
}
* {
	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: block;
	max-width: 100%;
	width: auto;
	margin: 0 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;
}
.flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.content {
	width: 1440px;
	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;
}
.to3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.phone {
	display: none;
}
[v-cloak]{
	display: none;
}


/*首页*/
.banner{
	width: 100%;
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .swiper-pagination{
	bottom: 30px;
	line-height: 0;
}
.banner .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	margin: 0 10px;
	background: #009e86;
	border-radius: 14px !important;
	opacity: 0.3;
}
.banner .swiper-pagination-bullet-active{
	width: 38px;
	opacity: 1;
}
.bn_text{
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 19%;
	transform: translate(0,19%);
	left: 0;
	z-index: 1;
}
.bn_text h1{
	font-size: 68px;
	line-height: 96px;
}
.bn_text h1 span{
	font-weight: lighter !important;
	padding-left: 24px;
}
.bn_text h2{
	line-height: 36px;
	font-size: 21px;
	font-weight: lighter;
	margin-bottom: 18px;
}
.bn_text h3{
	font-size: 30px;
	font-weight: lighter;
	line-height: 48px;
	letter-spacing: 5px;
}
.header{
	width: 94%;
	position: absolute;
	top: 22px;
	left: 3%;
	z-index: 2;
}
.logo{
	float: left;
	width: 256px;
	margin-top: 4px;
}
.logo img{
	width: 100%;
}
.logo_main{
	display: none;
}
.nav{
	float: right;
	width: 820px;
	margin-right: 94px;
}
.nav li{
	font-size: 18px;
	line-height: 54px;
	position: relative;
}
.nav i{
	width: 32px;
	height: 3px;
	line-height: 0;
	background: #fff;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.nav a{
	color: #fff;
}
.nav li:hover i{
	opacity: 1;
}
.nav .nav_on i{
	opacity: 1;
}
.subnav01{
	width: 220px;
	left: -70px;
}
.subnav02{
	width: 150px;
	text-align: center;
	left: -35px;
}
.subnav{
	position: absolute;
	top: 54px;
	display: none;
	z-index: 9;
}
.nav li:hover .subnav{
	display: block;
}
.subnav li{
	float: none;
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
	background: rgba(255, 255, 255, 0.8);
	margin-bottom: 2px;
}
.subnav a{
	color: #333;
}
.search_img {
  width: 25px;
  height: 27px;
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 1;
}
.search_img img {
	width: 100%;
  height: 100%;
  cursor: pointer;
}
.ss_main{
	display: none;
}

.product_box{
	width: 100%;
	padding: 76px 0 80px;
	overflow: hidden;
}
.title{
	width: 100%;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #888;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 46px;
}
.title h1{
	line-height: 46px;
	color: rgba(34, 34, 34, 0.1);
	margin-bottom: 23px;
	font-family: Arial;
	font-size: 50px;
}
.title_tit{
	width: 100%;
	color: #009e86;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 17px;
	z-index: 1;
}
.product_tab{
	width: 1440px;
	margin: 0 auto 52px;
}
.product_tab li {
	float: left;
	width: 289px;
	/*width: 241px;*/
	height: 120px;
	border: solid 1px #e5e5e5;
	box-sizing: border-box;
	color: #555;
	font-size: 16px;
	text-align: center;
	padding-top: 24px;
	cursor: pointer;
	margin-left: -1px;
}
.product_tab h4{
	font-weight: normal;
	line-height: 26px;
}
.product_tab .product_on {
	border: solid 1px #009e86;
	background: #009e86;
	color: #fff;
}
.product_tab .product_on .img02{
	display: block;
}
.product_tab .product_on .img01{
	display: none;
}
.product_icon{
	width: 60px;
	height: 41px;
	margin: 0 auto 15px;
}
.product_icon img{
	width: 100%;
	height: 100%;
}
.img02{
	display: none;
}
.product_tabbox{
	width: 1760px;
	margin: 0 auto;
	position: relative;
	display: none;
}
.box01{
	display: block;
}
.product_tabbox01,.product_tabbox02,.product_tabbox03,.product_tabbox04,.product_tabbox05,.product_tabbox06{
	width: 1440px;
	margin: 0 auto;
	padding-bottom: 77px;
}
.product_tabbox01 .swiper-pagination,
.product_tabbox02 .swiper-pagination,
.product_tabbox03 .swiper-pagination,
.product_tabbox04 .swiper-pagination,
.product_tabbox05 .swiper-pagination,
.product_tabbox06 .swiper-pagination{
	bottom: 0;
	line-height: 0;
}
.product_tabbox01 .swiper-pagination-bullet,
.product_tabbox02 .swiper-pagination-bullet,
.product_tabbox03 .swiper-pagination-bullet,
.product_tabbox04 .swiper-pagination-bullet,
.product_tabbox05 .swiper-pagination-bullet,
.product_tabbox06 .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	margin: 0 8px;
	background: #d9d9d9;
	border-radius: 8px !important;
	opacity: 1;
}
.product_tabbox01 .swiper-pagination-bullet-active,
.product_tabbox02 .swiper-pagination-bullet-active,
.product_tabbox03 .swiper-pagination-bullet-active,
.product_tabbox04 .swiper-pagination-bullet-active,
.product_tabbox05 .swiper-pagination-bullet-active,
.product_tabbox06 .swiper-pagination-bullet-active{
	width: 16px;
	background: #009e86;
	opacity: 1;
}
.box01 .swiper-button-prev,.box01 .swiper-button-next,
.box02 .swiper-button-prev,.box02 .swiper-button-next,
.box03 .swiper-button-prev,.box03 .swiper-button-next,
.box04 .swiper-button-prev,.box04 .swiper-button-next,
.box05 .swiper-button-prev,.box05 .swiper-button-next,
.box06 .swiper-button-prev,.box06 .swiper-button-next{
	width: 60px;
	height: 60px;
	top: 200px;
	z-index: 1;
	cursor: pointer;
}
.box01 .swiper-button-prev,.box02 .swiper-button-prev,.box03 .swiper-button-prev,.box04 .swiper-button-prev,.box05 .swiper-button-prev,.box06 .swiper-button-prev{
	background: url(../images/pro_left.png) no-repeat;
	background-size: 100% 100%;
	right: 0.54rem;
}
.box01 .swiper-button-next,.box02 .swiper-button-next,.box03 .swiper-button-next,.box04 .swiper-button-next,.box05 .swiper-button-next,.box06 .swiper-button-next{
	background: url(../images/pro_right.png) no-repeat;
	background-size: 100% 100%;
	right: 0;
}
.box01 .swiper-button-prev.swiper-button-disabled,
.box02 .swiper-button-prev.swiper-button-disabled,
.box03 .swiper-button-prev.swiper-button-disabled,
.box04 .swiper-button-prev.swiper-button-disabled,
.box05 .swiper-button-prev.swiper-button-disabled,
.box06 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	background: url(../images/pro_left02.png) no-repeat;
	background-size: 100% 100%;
}
.box01 .swiper-button-next.swiper-button-disabled,
.box02 .swiper-button-next.swiper-button-disabled,
.box03 .swiper-button-next.swiper-button-disabled,
.box04 .swiper-button-next.swiper-button-disabled,
.box05 .swiper-button-next.swiper-button-disabled,
.box06 .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	background: url(../images/pro_right02.png) no-repeat;
	background-size: 100% 100%;
}
.product_tabbox .swiper-slide:hover .product_text{
	color: #009e86;
}
.product_tabbox .swiper-slide{
	width: 350px;
	margin-right: 13px;
}
.product_pic{
	height: 260px;
	overflow: hidden;
}
.product_pic img{
	width: 100%;
	height: 100%;
}
.product_text{
	width: 100%;
	padding: 0 5%;
	line-height: 54px;
	color: #222;
	font-size: 18px;
	border-bottom: solid 1px #eee;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 9px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.product_txt{
	width: 90%;
	line-height: 28px;
	height: 56px;
	color: #666;
	font-size: 16px;
	margin: 0 auto 15px;
}
.product_more{
	width: 140px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	margin-left: 5%;
}
.product_more a{
	display: block;
	border: solid 1px #eee;
	border-radius: 50px;
	color: #222;
}
.product_more a:hover{
	background: #009e86;
	color: #fff;
}
.product_more i{
	width: 6px;
	height: 10px;
	display: inline-block;
	margin-left: 14px;
}
.product_more img{
	width: 100%;
	height: 100%;
}
.product_more:hover .img01{
	display: none;
}
.product_more:hover .img02{
	display: inline-block;
}

.you_bg{
	width: 100%;
	height: 720px;
	padding-top: 98px;
	background: url(../images/you_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.you_bg .title{
	color: #d6d6d6;
	margin-bottom: 97px;
}
.you_bg .title h1{
	color: rgba(255, 255, 255, 0.1);
}
.you_bg .title_tit{
	color: #fff;
}
.you_tm{
	float: right;
	width: 91.5%;
	height: 428px;
	padding-top: 65px;
	background: url(../images/you_tm.png) no-repeat;
	background-size: 100% 100%;
}
.you{
	margin-left: 12%;
}
.you li{
	float: left;
	width: 22%;
	color: #444;
	font-size: 16px;
	line-height: 30px;
	margin-right: 3%;
}
.you li:nth-child(2){
	margin-right: 4%;
}
.you li:nth-child(3){
	width: 23%;
	margin-right: 0;
}
.you img{
	width: 75px;
	height: 77px;
	margin: 0 0 43px 118px;
}
.you h4{
	text-align: center;
	font-style: italic;
	color: #222;
	font-size: 20px;
	margin-bottom: 20px;
}
.you h4 span{
	color: #009e86;
}
.you p{
	text-indent: 24px;
	text-align: justify;
}

.about_bg{
	width: 100%;
	height: 820px;
	padding-top: 85px;
	background: url(../images/about_bg.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}
.about_bg .title{
	margin-bottom: 98px;
}
.about_pic{
	width: 63%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.about_pic img{
	width: 100%;
}
.about{
	width: 686px;
}
.about h1{
	color: #222;
	font-size: 26px;
	line-height: 48px;
}
.about h4{
	text-transform: uppercase;
	color: rgba(34, 34, 34, 0.5);
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 38px;
}
.about i{
	width: 100px;
	height: 1px;
	background: #009e86;
	display: block;
}
.about_txt{
	color: #222;
	font-size: 18px;
	line-height: 40px;
	margin: 37px 0 65px;
}
.about_more{
	width: 180px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-transform: uppercase;
	background: #009e86;
	border-radius: 60px;
}
.about_more a{
	display: block;
	color: #fff;
}
.about_more img{
	width: 15px;
	height: 9px;
	display: inline-block;
	margin-left: 14px;
}

.news_box{
	padding: 108px 0 81px;
}
.news_box .title{
	margin-bottom: 49px;
}
.news_area{
	padding-bottom: 67px;
}
.news_date{
	color: #222;
	font-size: 30px;
	line-height: 64px;
	font-weight: bold;
}
.news_date span{
	color: #b7b7b7;
	font-size: 20px;
	padding-left: 14px;
}
.news_pic{
	height: 260px;
	overflow: hidden;
}
.news_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_text{
	padding: 18px 18px 27px 18px;
	box-sizing: border-box;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_area .swiper-slide:hover .news_text{
	border-bottom: solid 1px #e7e7e7;
}
.news_text h4{
	color: #222;
	font-size: 18px;
	line-height: 26px;
	height: 26px;
	text-align: justify;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_area .swiper-slide:hover .news_text h4{
	color: #009e86;
}
.news_txt{
	color: #666;
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin: 12px 0 26px;
}
.news_arrow{
	width: 31px;
	height: 9px;
	float: left;
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_area .swiper-slide:hover .news_arrow{
	opacity: 1;
}
/*.news_area .swiper-slide{
	width: 350px;
	margin-right: 13px;
}*/
.news_more{
	width: 180px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-transform: uppercase;
	margin:0 auto;
}
.news_more a{
	display: block;
	color: #009e86;
	border: solid 1px #009e86;
	border-radius: 50px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_more a:hover{
	background: #009e86;
	color: #fff;
}
.news_more i{
	width: 15px;
	height: 9px;
	display: inline-block;
	margin-left: 14px;
}
.news_more img{
	width: 100%;
	height: 100%;
}
.news_more:hover .img01{
	display: none;
}
.news_more:hover .img02{
	display: inline-block;
}

.case_bg{
	width: 100%;
	padding: 112px 0 82px;
	background: url(../images/case_bg.jpg) no-repeat center bottom;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.case_bg .title{
	color: #fff;
	margin-bottom: 90px;
}
.case_bg .title h1{
	color: rgba(255, 255, 255, 0.1);
}
.case_bg .title_tit{
	color: #fff;
}
.case_box{
	position: relative;
	margin-bottom: 94px;
	z-index: 1;
}
/*.case_box .swiper-slide{
	width: 25%;
	margin-right: 2%;
}*/
.case_box .swiper-slide:first-child{
	margin-left: -20%;
}
.case_pic{
	border: solid 1px #fff;
	height: 488px;
	position: relative;
	overflow: hidden;
}
.case_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case_bg .swiper-button-prev,.case_bg .swiper-button-next{
	width: 64px;
	height: 64px;
	top: 46%;
	transform: translate(0,46%);
	z-index: 9 !important;
	cursor: pointer;
}
.case_bg .swiper-button-prev{
	background: url(../images/case_left.png) no-repeat;
	background-size: 100% 100%;
	left: 3.2%;
}
.case_bg .swiper-button-next{
	background: url(../images/case_right.png) no-repeat;
	background-size: 100% 100%;
	right: 3.2%;
}
.case_tm{
	width: 100%;
	text-align: center;
	padding: 110px 10px 26px 10px;
	line-height: 32px;
	color: #fff;
	font-size: 20px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case_more{
	width: 180px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-transform: uppercase;
	margin:0 auto;
}
.case_more a{
	display: block;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 50px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.case_more a:hover{
	background: #fff;
	color: #009e86;
}
.case_more i{
	width: 15px;
	height: 9px;
	display: inline-block;
	margin-left: 14px;
}
.case_more img{
	width: 100%;
	height: 100%;
}
.case_more:hover .img01{
	display: none;
}
.case_more:hover .img02{
	display: inline-block;
}

.contact_bg{
	width: 100%;
	height: 930px;
	padding-top: 98px;
	background: url(../images/contact_bg.jpg) no-repeat;
	background-size: cover;
}
.contact_bg .title{
	margin-bottom: 96px;
}
.contact_box{
	width: 1658px;
	margin: 0 auto;
}
.contact{
	float: left;
	width: 500px;
	padding-top: 84px;
}
.contact h1{
	color: #222;
	font-size: 28px;
	line-height: 48px;
}
.contact i{
	width: 60px;
	height: 1px;
	display: block;
	background: #009e86;
	margin: 19px 0 23px;
}
.contact li{
	color: #222;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 23px;
}
.contact li:last-child{
	margin: 0;
}
.contact li img{
	float: left;
	width: 25px;
	height: 22px;
	margin: 5px 10px 0 0;
}
.contact li:first-child img{
	margin: 10px 10px 0 0;
}
.contact li span{
	font-size: 18px;
}
.tel{
	color: #009e86;
	font-size: 30px !important;
	font-weight: bold;
	font-family: 'Times New Roman';
}
.map_bg{
	float: right;
	width: 1100px;
	height: 559px;
	background: #fff;
	position: relative;
}
.map{
	width: 1100px;
	height: 559px;
	position: absolute;
	top: -30px;
	right: -30px;
}
.BMapLabel{
	display: none !important;
}
.BMap_bubble_title{
	font-size: 16px;
	color: #222;
	margin-bottom: 6px;
}
.BMap_bubble_content{
	color: #999;
	font-size: 14px;
}
.BMap_shadow{
	display: none !important;
}

.foot_bg{
	width: 100%;
	padding-top: 44px;
	background: url(../images/foot_bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.foot_box{
	width: 1720px;
	height: 245px;
	margin: 0 auto;
}
.foot_logo{
	float: left;
	width: 370px;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	margin-top: 38px;
}
.foot_logo img{
	width: 256px;
	margin: 0 0 21px 0;
}
.foot_nav{
	float: left;
	width: 744px;
}
.foot_nav li{
	float: left;
	position: relative;
	padding-right: 42px;
	margin-right: 42px;
	line-height: 38px;
	font-size: 16px;
	background: url(../images/foot_nav_line.jpg) no-repeat right center;
}
.foot_nav li:last-child{
	margin: 0;
	padding: 0;
	background: none;
}
.foot_nav li a{
	color: #fff;
}
.foot_nav li ul{
	width: 165px;
	position: absolute;
	top: 38px;
	left: 0;
}
.foot_nav li ul li{
	font-size: 12px;
	line-height: 34px;
	background: none;
	padding: 0;
	margin: 0;
}
.foot_nav li ul li a{
	color: #dedede;
}
.hotline{
	float: left;
	width: 410px;
	color: #fff;
}
.hotline h4{
	font-size: 18px;
	font-weight: normal;
	line-height: 34px;
}
.hotline i{
	display: block;
	width: 80px;
	height: 1px;
	background: #595959;
	margin: 10px 0 16px;
}
.f_tel{
	line-height: 52px;
	font-size: 34px;
	font-family: 'Times New Roman';
}
.f_add{
	font-size: 20px;
	line-height: 40px;
}
.code{
	float: right;
	width: 110px;
	text-align: center;
}
.code img{
	width: 120px;
	height: 120px;
}
.code h4{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
}
.backtop{
	width: 32px;
	position:absolute;
	right: 30px;
	bottom: 69px;
	cursor: pointer;
}
.copyright{
	width: 100%;
	border-top: solid 1px #2d2d2d;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
}
.copyright a{
	color: #fff;
}


/* 关于我们 */
.header_bg{
	width: 100%;
	height: 100px;
	background: #fff;
}
.header_bg .header{
	width: 94%;
	position: relative;
	top: auto;
	left: auto;
	margin: 0 auto;
}
.header_bg .logo{
	margin-top: 26px;
}
.header_bg .logo_ind{
	display: none;
}
.header_bg .logo_main{
	display: block;
}
.header_bg .search_img{
	top: 38px;
}
.header_bg .ss_ind{
	display: none;
}
.header_bg .ss_main{
	display: block;
}
.header_bg .nav li{
	line-height: 100px;
}
.header_bg .nav i{
	background: #009e86;
	position: absolute;
	top: 76px;
	left: 50%;
	transform: translate(-50%,0);
}
.header_bg .nav a{
	color: #222;
}
.header_bg .nav li:hover i{
	opacity: 1;
}
.header_bg .nav .nav_on i{
	opacity: 1;
}
.header_bg .subnav01{
	width: 220px;
	left: -70px;
}
.header_bg .subnav02{
	width: 150px;
	left: -35px;
}
.header_bg .subnav{
	top: 100px;
}
.header_bg .subnav li{
	line-height: 40px;
}

.mian_banner{
	width: 100%;
	position: relative;
}
.mian_banner img{
	width: 100%;
}
.mian_banner_txt{
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 30px;
	line-height: 42px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.mian_banner_txt h4{
	font-size: 50px;
	line-height: 74px;
	font-weight: normal;
}
.mian_banner_txt span{
	font-family: Arial;
}

.about_box{
	padding-bottom: 100px;
}
.about_title{
	width: 100%;
	text-align: center;
	line-height: 42px;
	padding: 51px 0 41px;
	border-bottom: solid 1px #eee;
	color: #222;
	font-size: 24px;
	margin-bottom: 42px;
}
.about_text{
	color: #222;
	font-size: 18px;
	line-height: 40px;
	text-align: justify;
}


/* 产品展示 */
.m_pro .mian_banner_txt{
	color: #222;
}
.pro_top_bg{
	width: 100%;
	background: #fff;
	border-bottom: solid 1px #eee;
}
.pro_top{
	width: 1440px;
	margin: 0 auto;
}
.pro_top li{
	line-height: 100px;
	font-size: 18px;
	position: relative;
}
.pro_top li i{
	width: 100%;
	height: 2px;
	background: #009e86;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	opacity: 0;
}
.pro_top a{
	color: #555;
}
.pro_top .pro_ton a{
	color: #009e86;
	font-weight: bold;
}
.pro_top li.pro_ton i{
	opacity: 1;
}
.gray{
	width: 100%;
	background: #fafafa;
	min-height: 500px;
	padding: 40px 0 100px;
}
.pro{
	width: 100%;
}
.pro ul{
	margin-right: -13px;
}
.pro li{
	float: left;
	width: 350px;
	background: #fff;
	padding-bottom: 30px;
	margin: 0 13px 40px 0;
}
.pro li:hover .product_text{
	color: #009e86;
}
.pro li .product_txt{
	margin: 0 auto;
}

.page{
	width: 100%;
	text-align: center;
	padding-top: 68px;
	font-size: 18px;
}
.page a{
	display: inline-block;
	width: 104px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	background: #fff;
	border-radius: 50px;
	color: #666;
	margin: 0 10px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.page a:hover{
	background: #009e86;
	color: #fff;
}
.page span a{
	width: 53px;
}
.page .page_on{
	background: #009e86;
	color: #fff;
}
.fanye{
	width: 100%;
	padding-top: 68px;
	font-size: 18px;
}
.fanye a{
	display: block;
	width: 100%;
	color: #666;
	line-height: 40px;
}
.fanye a:hover{
	color: #333;
}
