@charset "utf-8";
/* CSS Document */
.textalign {
	text-align:center;
}
.inbanner1 {
	background-image: url(../img/inbanner1.jpg);
	height: 400px;
	background-repeat: no-repeat;
}
.inbanner2 {
	background-image: url(../img/inbanner1.jpg);
	height: 300px;
	background-repeat: no-repeat;
	background-position:center bottom;
}
.inbanner3 {
	background-image:none;
	height: 300px;
}
.inbanner4 {
	background-image: url(../img/contact.jpg);
	height: 300px;
	background-repeat: no-repeat;
	background-position:center bottom;
}
.color3 {
	height: 80px;
	background-color: #27a7c2;
	padding-top:37px;
}
.color4 {
	height: 80px;
	background-color: #234477;
	padding-top:37px;
}
.color3 h2, .color3 h3, .color4 h2, .color4 h3 {
	color:#fff;
}
/*----------------------------------企业简介---------------------------------------*/
.aboutus {
	margin:30px auto;
}
.aboutus p {
	font-size:18px;
	line-height:40px;
	color:#666;
}
.aboutus h1 {
	color: #666;
	font-size: 22px;
}
.aboutus h2 {
	color: #666;
	font-size: 18px;
}
/*-------------------------------------联系我们-----------------------------------------*/
.contact {
	padding:0 10px;
	margin:30px 0px;
}
.contact li {
	display: block;
	float: left;
	width: 550px;
	margin:30px 0px;
}
.contact .title {
	color:#333;
	font-size:20px;
}
.contact strong {
	margin-bottom:10px;
	margin-bottom:10px;
	display:inline-block;
}
.contact p {
	text-indent:0;
	line-height:30px;
	margin:0;
	font-size:16px;
}
.contact .sz {
	float:left;
	width:170px;
}
.contact .lianxi {
	float:left;
	width:400px;
	font-size:12px;
}
/*------------------------------产品专利---------------------------------*/
.margin_t30 {
	margin:80px auto;
}
/*-----------------------------产品分类-------------------------------------*/
.dycontents2 {
	width: 100%;
	margin-top: 50px;
}
.frame {
	margin-left: 23px;
	width: 370px;
	height: 373px;
	border: 1px rgb(236,236,236) solid;
	background-color: rgb(255,255,255);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	float: left;
	margin-bottom: 26px;
}
.dingwei {
	position:relative;
}
.frameimg img {
	border-bottom:1px rgb(236,236,236) solid;
	width: 370px;
	height: 246px;
}
.framedescribe {
	padding:0 22px;
}
.framedescribe h2 {
	padding:21px 0 10px 0;
	border-bottom:1px rgb(225,225,225) solid;
	font-size: 14px;
}
.framedescribe p {
	display: block;
	font-size:12px;
	padding:15px 0;
}
a.ljgd {
	font-size:18px;
	display: block;
	width: 326px;
	text-align: center;
	height: 31px;
	line-height: 31px;
	background-color:rgb(13,122,196);
	color:rgb(183,215,237);
	letter-spacing: 2px;
	border:1px rgba(246, 224, 122, 0.5) solid;
    transition:background-color .8s ease-in;
    -moz-transition:background-color .8s ease-in;
    -webkit-transition:background-color .8s ease-in;
}
a.ljgd:hover {
	background-color:#234477;
	color:rgb(255,255,255);
	border:1px rgba(246, 224, 122, 1) solid;
}
.frameimg a {
	display:block;
}
.frameimg a:after {
	background: url(../img/iconMagnify.png)no-repeat scroll 50% 253px / 60px 60px transparent;
	content: "";
	display: block;
	height: 246px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-in-out 0s;
	width: 370px;
	filter:alpha(opacity=90); 
	-moz-opacity:0.9; 
	-khtml-opacity: 0.9; 
	opacity: 0.9; 
}
.article_column:hover .frameimg a:after {
	background-color:#234477;
	background-position: 50% 50%;
}


/*-------------------------------------产品详细页------------------------------------*/
.inbanner5{
    background-image: url(../img/products.jpg);
	height: 117px;
	background-repeat: no-repeat;
	background-position:center;
}
.pager{
	width: 100%;
	margin-top:30px;
	height:37px;
	overflow:hidden;
}
#k_nextpage a{
	background-image:url(../img/next.png);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	width:37px;
	height:37px;
	line-height:37px;
	font-size:0px;
	background-color:#c2c2c2;
	float:right;
	text-align:center;
	margin-right:1px;
}
#k_nextpage a:hover{
	color:#00a0ea;
	display:block;
	background-color:#00a0ea;
}
#k_lastpage a{
	background-image:url(../img/prev.png);
	background-repeat:no-repeat;
	background-color:#c2c2c2;
	display:block;
	width:37px;
	height:37px;
	line-height:37px;
	font-size:0px;
	background-position:center;
	float:right;
	text-align:center;
	margin-right:1px;
}
#k_lastpage a:hover{
	color:#00a0ea;
	display:block;
	background-color:#00a0ea;
}
.color5{
    background-color:#fff;
	width:100%;
	overflow:hidden;
	padding:30px 0px;
}
.color5 p{
	line-height:30px;
}
.color5 ul{
	width:1140px;
	padding:30px;
	overflow: hidden;
}
.color5 ul li a{
	display: block;
	float: left;
	text-align: center;
	width: 160px;
	background-color: #e8e8e8;
	height: 37px;
	line-height: 37px;
	margin-right:1px;
	margin-bottom:1px;
}
.color5 ul li a:hover{
    background-color:#00a0ea;
	color:#fff;
}
.protit{
    color:#00A0EA;
	margin:20px auto;
}
.back{
	width:340px;
	margin:0 auto;
	overflow:hidden;
	padding-top:50px;
}
.back a{
	display: block;
	background-image: url(../img/back.png);
	background-repeat: no-repeat;
	width: 110px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #00A0EA;
	padding-left: 30px;
	float: left;
	margin-right: 30px;
}
.Imgico{
    margin:30px auto;
}
.Imgico img,.color5 img{
    border:1px solid #c2c2c2;
}
