﻿

/*关于我们内页导航*/
.innerpagetitle{ border-bottom: 1px solid #ccc;color: #000; height:50px; 
	line-height: 50px; width: 100%;}

.innerpagetitle strong{ font-size:20px; float: left; font-weight:normal; }
.innerpagetitle p{ float: right; line-height: 50px;  }

.textcon p{ line-height: 30px; font-size: 14px; margin-bottom: 20px; text-indent: 0px;text-align:justify}
.textcon img{ margin-bottom: 20px; margin:10px auto; display: inline-block; max-width:100%; }




/*产品中心内页*/
.conleft{ float: left; width: 200px; margin-top: 30px; background:#fff; }
.conright{ float: right; width: 930px; float: right; min-height: 500px; background:#fff; padding:0 20px; margin-top: 30px }

.pronav{ background:#0869a5;line-height: 50px;  padding-left: 20px; font-size: 16px; border-bottom: 1px solid #ccc }
.pronav a{ color:#fff; }
.prosubnav  li{ background:#fff; height: 40px; line-height: 40px; 
	margin-left:-20px; font-size: 16px; padding-left: 30px;
	font-size: 14px; border-bottom: 1px solid #ccc; }

.prosubnav  li a{ color:#666  }

.prosubnav  li:hover a{ color: #0869a5 }
.prolist dl{  min-height: 150px; padding:10px 10px; float: left; width: 290px;  }
.prolist dl img{ width: 290px; height: 200px }
.prolist dl dd{ text-align: center; display:block; line-height: 40px; font-size: 16px }




/*新闻列表页面*/
.newslist{ margin-top:20px; }
.newslist li{ line-height: 50px; border-bottom: 1px dashed #ccc;  font-size: 14px  }
.newslist li span{ float: right;  }
.newslist li:hover { background:#0869a5; transition: 1s  }
.newslist li span{ transition: 0.5s }
.newslist li:hover a{ color: #fff; margin-left:20px;}
.newslist li:hover span{ margin-right: 20px; color: #fff; }



/*分页*/
.page {
	width:100%;
	height:auto;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
	margin:40px 0;
}
.page a {
	padding:7px 10px;
	color:#4c4c4c;
	font-size:12px;
	margin:10px 5px;
  display: inline-block;
}
.page a.cur,.page a:hover {
	background:#0869a5;
	color:#fff;
}
.page a.nocur {
	background:none;
	color:#4c4c4c;
}


/*新闻详细页面*/
.newcontit{width: 100%; text-align: center;padding:20px 0px}
.newcontit strong{ font-size: 18px; color: #000;  margin:30px 0 10px 0; display: block; }
/*.newcontit span{ display: block; margin-bottom:30px;  }*/
.newcontit span em{ margin-left: 20px }


.nextpage{ margin:20px 0; }
.nextpage p{ line-height: 30px;
 overflow: hidden;display:block;  font-size: 14px; font-weight: bold; color:#000 }
 .nextpage p a{ margin-left: 10px }
 


.productcon {width: 100%; overflow: hidden; margin:50px 0; }
.productcon .proleft{ float: left; width: 350px; }
.productcon .proleft img{ max-width: 350px; overflow: hidden; }

.productcon .proright{ float: left; width: 450px; height: 30px;  margin-left:60px }

.productcon .proright p{ line-height: 40px; }

.productcon .proright p span{ color: #000; font-size: 14px; }
.protext a{background:#79bf1f; font-size: 16px; color: #fff;
 padding:10px 30px; display: inline-block; cursor: pointer; margin-right: 20px; margin-bottom:20px;}




/*留言板*/
.message {
  background: #fff;
  width: 460px;
  padding: 20px;
  margin: 0 auto;
  margin-top:30px;
}
.message p{
  text-align: center;
}
.message p strong{
  font-size: 30px;
  display: block;
  color: #000;
}
.message p em{
  color: #eeb819;
  font-size: 14px;

}
.message form{
  margin-top: 20px;
}

.message form label{ 
  display: block;
  margin-bottom: 20px
   }
.message form label span{ 
  width: 100px; 
display: inline-block; 
text-align: left;
font-size: 16px;
 }
.message form label input{
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: : 40px; 
  line-height: 40px;
  padding-left: 5px;
  background: #f1f1f1;
  width: 300px
}
.message form label.button{ 
  width: 100%;
  height: 40px; 
  background: #0869a5;
  color:#fff; 
  display: block;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;


 }
 .message form label.button input{
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;


 }
.message form label textarea{
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 40px;
  padding-left: 5px;
  background: #f1f1f1;
  width: 300px}


.key { margin-top: 20px; }
.key h4{ color: #fff; }
.key div{padding: 10px}
.key p{ font-size: 12px; line-height: 30px; color: #666;   }
.key p span{ color: #000;}









































































































