﻿*{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p,ul{
	margin: 0;
	padding: 0;
}
/*头部*/
.top{
	height: 38px;
	background: rgba(59, 59, 59, 1);
}
.top h5{
	color: #ffffff;
	font-weight: bold;
	line-height: 38px;
}
/*导航*/
.nav{
	height: 88px;
}
.logo p{
	height: 88px;
	line-height: 88px;
	font-size: 25px;
	font-weight: bold;
	color:#f7516f;
}
.nav_ul {
	text-align: center;
}
.nav_ul ul li{
	display: inline-block;
}
.nav_ul ul li a{
	display: block;
	width: 110px;
	height: 88px;
	line-height: 88px;
	text-decoration: none;
	color: #000000;
	font-size: 16px;
}
.nav_ul ul li a:hover{
	color:#ffffff;
	background: url("menu_bg.png");
}

/*公司介绍*/
.gsjs{
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: center;
}
.gsjs span{
	margin-left: 2%;
	margin-right: 2%;
	font-size: 25px;
	/*font-weight: bold;*/
}
.gsjs img{
	width: 400px;
}
.gsgd a{
	margin-top: 5%;
	display: block;
	width: 110px;
	height: 30px;
	text-decoration: none;
	border:1px solid 	#C0C0C0;
	border-radius: 20px;
	text-align: center;
	line-height: 30px;
	color: #C0C0C0;
}
.gsgd a:hover{
	color: rgba(1, 166, 97, 1);
}
/*产品中心*/
.cp{
	background: rgba(244, 244, 244, 1);

}
.cpfl{
	text-align: center;
}
.cpfl ul li{
	display: inline-block;
	margin: 1%;
}
.cpfl ul li a{
	display: block;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #000000;
	background: #ffffff;
	/*border: 1px solid #ffffff;*/
	border-radius: 20px;
}
.cpfl ul li a:hover{
	color: #ffffff;
	background: rgba(1, 166, 97, 1);
}
.cptp{
	margin: 1%;
	width: 22.5%;
	position: relative;
	height: 263px;
}
.i{
	position: absolute;
	 cursor: pointer;
	transition: all 0.6s;
}
.cptp:hover .i{
	z-index: 1;
	opacity:0.4;
    filter:alpha(opacity=40);
    transform: scale(1.1);
}
.cptp:hover .wz{
	transition: all 0.6s;
	display: initial;
	cursor:pointer;
	top: 50%;
	transform: scale(1.1);
}
.wz{
	font-size: 20px;
	color: rgba(1, 166, 97, 1);
	font-weight: bold;
	z-index: 2;
	position: absolute;
	transition: all 0.6s;
	position: absolute;
	top: 40%;
	left: 40%;
	display: none;
}
/*新闻动态*/
.xwgd a{
	margin-top: 4%;
	/*margin-left: 8%;*/
	text-align: center;
	display: block;
	width: 100%;
	height: 30px;
	background: rgba(1, 166, 97, 1);
	border-radius: 20px;
	line-height: 30px;
	color: #ffffff;
	text-decoration:none;

}
/*底部*/
.footer{
	height: 200px;
	background: #f7516f;
	/*margin-top: 2%;*/
}
.footer ul{
	padding-top: 3%;
}
.footer ul li{
	display: inline-block;
}
.footer ul li a{
	display: block;
	width: 120px;
	height: 30px;
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;
}
.footer ul li a:hover{
	color: #E0E0E0;
}
.foo{
		/*padding-top: 5%;*/
		padding-left: 5%;
}
.foo h4{
	margin-top: 8%;
	color: #ffffff;
	margin-bottom: 4%;
}
.foo p{
	margin-top: 2%;
	color: #ffffff;
	font-size: 16px;
}


.textarea,.input-text{
	border: 1px solid #bac7d2;
	background: #f7fcfe;/* #f7fcfe #f3fafd*/
	border-radius: 2px;
	box-shadow: 2px 2px 2px #e7f1f7 inset;
}
.input-text{height: 28px;}
.textarea{width: 380px;height: 90px;}
/*下拉框美化*/
.select{ 
border:1px solid #bac7d2; 
padding:4px 3px; 
font-size:12px; 
height:30px; 
*margin:-1px; 
border-radius: 2px;
box-shadow: 2px 2px 2px  #e7f1f7 inset; 
} 
.select_border{ 
height:29px; 
*background:#fff; 
background:#fff; 
*border:1px solid #bac7d2; 
*padding:4px; 
*height:20px; 
} 
.select_containers{ 
*border:0; 
*position:relative; 
*height:18px; 
*overflow:hidden; 
} 
.select_border,.select_containers {
	display: inline-block;
}

    .buttons {
      border: none;
      background: #0374af;
      cursor: pointer;
      color: #fff;
      height: 20px;
      line-height: 20px;
      margin-left: 10px;
    }

    .buttons:hover {
      background: #e60000;
    }

    .buttons.hover {
      background: #e60000;
    }

    .radius {
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
    }