/*2025 产品系列-更多按钮样式*/
.pr_button{
  position: relative;
  font-weight: 300;
  text-align: center;
  width:160px; 
  line-height:45px;
  border:1px solid #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 0;
  cursor: pointer;
  color:#FFF;
  font-size:18px;
  margin:100px auto;
}
.product_button {
	color:#ffffff;
	background:#0d93c4;
	overflow: hidden;
	width:160px;
	line-height: 45px;
	float: left;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
.product_button a {
	color: rgba(55,55,55,1);
	text-decoration: none;
	display: block;
}
.product_button span {

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.product_button:hover {
	background-color:#0d93c4;
}
.product_button:visited { 
     text-decoration: none; color: #ffffff;
     }
.product_button:hover > span {
	opacity: 0;
	-webkit-transform: translate(0px, -50px);
	transform: translate(0px, -50px);
}
.product_button::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(0, 40%);
	transform: translate(0, 40%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.product_button:hover::after {
	opacity: 1;
	-webkit-transform: translate(0, 0%);
	transform: translate(0, 0);
}

/*2025 新闻中心-更多按钮样式*/
.news_button {
  position: relative;
  font-weight: 300;
  text-align: center;
  width:160px; 
  margin-left:46%;
  line-height:45px;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  color:#FFFfff;
  font-size:18px;
  margin:50px auto;
}
.news_button1 {
	color:#ffffff;
	background:#0d93c4;
	overflow: hidden;
	width:160px;
	line-height: 45px;
	float: left;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
.news_button1 a {
	color: rgba(55,55,55,1);
	text-decoration: none;
	display: block;
}
.news_button1 span {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.news_button1:hover {
	background-color:#0d93c4;
}
.news_button1:visited { 
     text-decoration: none; color: #ffffff;
     }
.news_button1:hover > span {
	opacity: 0;
	-webkit-transform: translate(0px, -50px);
	transform: translate(0px, -50px);
}
.news_button1::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(0, 40%);
	transform: translate(0, 40%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.news_button1:hover::after {
	opacity: 1;
	-webkit-transform: translate(0, 0%);
	transform: translate(0, 0);
}
/*2025 关于我们-更多按钮样式*/
.about_button {
  position: relative;
  font-weight: 300;
  text-align: center;
  width:160px; 
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  color:#FFFfff;
  font-size:18px;
  margin-top:0 auto;
}
.about_button1 {
	color:#ffffff;
	background:#0d93c4;
	overflow: hidden;
	width:160px;
	line-height: 45px;
	float: left;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
.about_button1 a {
	color: rgba(55,55,55,1);
	text-decoration: none;
	display: block;
}
.about_button1 span {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.about_button1:hover {
	background-color:#0d93c4;
}
.about_button1:visited { 
     text-decoration: none; color: #ffffff;
     }
.about_button1:hover > span {
	opacity: 0;
	-webkit-transform: translate(0px, -50px);
	transform: translate(0px, -50px);
}
.about_button1::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(0, 40%);
	transform: translate(0, 40%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.about_button1:hover::after {
	opacity: 1;
	-webkit-transform: translate(0, 0%);
	transform: translate(0, 0);
}


/*2025 合作或-更多按钮样式*/
.succ_button {
  position: relative;
  font-weight: 300;
  text-align: center;
  width:160px; 
  line-height:45px;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  color:#FFFfff;
  font-size:18px;
  left: 50%; /* 移动到视口的中央 */
  transform: translateX(-50%); /* 向左移动自身宽度的50% */
  margin-bottom:80px;
  
}
.succ_button1 {
	color:#ffffff;
	background:#0d93c4;
	overflow: hidden;
	width:160px;
	line-height: 45px;
	float: left;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
.succ_button1 a {
	color: rgba(55,55,55,1);
	text-decoration: none;
	display: block;
}
.succ_button1 span {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.succ_button1:hover {
	background-color:#0d93c4;
}
.succ_button1:visited { 
     text-decoration: none; color: #ffffff;
     }
.succ_button1:hover > span {
	opacity: 0;
	-webkit-transform: translate(0px, -50px);
	transform: translate(0px, -50px);
}
.succ_button1::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(0, 40%);
	transform: translate(0, 40%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.succ_button1:hover::after {
	opacity: 1;
	-webkit-transform: translate(0, 0%);
	transform: translate(0, 0);
}










