@charset "utf-8";
/* CSS Document */
.main {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f7f7f7;
}
/*关于我们*/
.about_title {
	width: 100%;
	height: 130px;
	line-height: 130px;
	font-size: 40px;
	color: #a7cc0c;
	text-align: center;
	text-transform: uppercase;
}
.about_content {
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 0px 10px;
	font-size: 16px;
	line-height: 26px;
	min-height: 500px;
}
/*产品中心*/
.porudctcenter {
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 53px auto 18px;
}
.porudctcenter ul {
	width: 1017px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.porudctcenter ul li {
	width: 317px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 22px;
	position: relative;
	margin-bottom: 20px;
}
.porudctcenter ul li img {
	display: block;
	margin: 0 auto;
	width: 317px;
	height: 215px;
}
.porudctcenter ul li span {
	width: 317px;
	height: 48px;
	font-size: 16px;
	line-height: 24px;
	display: block;
	margin: 7px auto;
}
.porudctcenter ul li b {
	width: 317px;
	height: 38px;
	display: block;
	line-height: 38px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: url(../images/bt_title.png) left center repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
}
/*产品列表*/
.productbox {
	padding: 50px 0px 20px;
}
.left {
	width: 225px;
	height: auto;
	overflow: hidden;
	padding-bottom: 21px;
	background: #0196dd;
}
.left ul li {
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding-bottom: 1px;
	background: url(../images/bg_left_li.jpg) left center no-repeat;
	padding-left: 32px;
}
.left ul li a {
	color: #fff;
}
.left ul li a.active, .left ul li a:hover {
	color: #000;
}
.right {
	width: 755px;
	height: auto;
	overflow: hidden;
}
.productlist {
	width: 776px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.productlist li {
	width: 365px;
	height: 208px;
	margin-right: 23px;
	margin-bottom: 32px;
	float: left;
	position: relative;
}
.productlist li img {
	width: 365px;
	height: 208px;
}
.productlist li span {
	display: block;
	width: 365px;
	height: 208px;
	background: url(../images/show_bg1.png) center center no-repeat;
	background-size: 365px 208px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.productlist li span b {
	width: 365px;
	height: 44px;
	line-height: 44px;
	display: block;
	text-indent: 12px;
	font-family: "Univers", sans-serif;
	font-size: 22px;
	color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-weight: normal;
}
/*resource*/
.resource_title {
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	text-align: center;
	color: #a7cc0c;
	padding: 20px 0px;
	text-transform: uppercase;
}
.resource_content {
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	padding: 0 10px;
}
.resource_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 0px;
}
.resource_list ul li {
	width: 333px;
	height: 205px;
	display: inline;
	text-align: center;
	float: left;
	margin-bottom: 40px;
}
.resource_list ul li img {
	width: 295px;
	height: 205px;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/*联系*/
.contact_title {
	width: 100%;
	height: 144px;
	line-height: 144px;
	text-align: center;
	font-size: 40px;
	color: #a7cc0c;
	text-transform: uppercase;
}
.contact_content {
	width: auto;
	height: auto;
	min-height: 330px;
	overflow: hidden;
	padding-left: 160px;
	background: url(../images/bg_contact.jpg) right 82px no-repeat;
}
.contact_content dl {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.contact_content dl dt {
	font-size: 20px;
	color: #000;
	line-height: 35px;
}
.contact_content dl dd {
	font-size: 16px;
	line-height: 35px;
}
.contact_message {
	width: 840px;
	padding-left: 160px;
	height: 260px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.contact_message_title {
	width: auto;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	color: #000;
}
.contact_con {
	width: 680px;
	height: 223px;
	overflow: hidden;
	position: relative;
}
.contact_con label.contact_label_01 {
	width: 335px;
	height: 38px;
	display: block;
	position: relative;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/bg_contact_text.jpg) center center no-repeat;
}
.contact_con label.contact_label_01 span {
	position: absolute;
	font-size: 16px;
	line-height: 38px;
	left: 10px;
	color: #333;
	cursor: text;
}
.contact_con label.contact_label_02 {
	width: 335px;
	height: 38px;
	display: block;
	position: relative;
	position: absolute;
	top: 43px;
	left: 0px;
	background: url(../images/bg_contact_text.jpg) center center no-repeat;
}
.contact_con label.contact_label_02 span {
	position: absolute;
	font-size: 16px;
	line-height: 38px;
	left: 10px;
	color: #333;
	cursor: text;
}
.contact_con label.contact_label_03 {
	width: 335px;
	height: 38px;
	display: block;
	position: relative;
	position: absolute;
	top: 86px;
	left: 0px;
	background: url(../images/bg_contact_text.jpg) center center no-repeat;
}
.contact_con label.contact_label_03 span {
	position: absolute;
	font-size: 16px;
	line-height: 38px;
	left: 10px;
	color: #333;
	cursor: text;
}
.contact_con label.contact_label_04 {
	width: 335px;
	height: 38px;
	display: block;
	position: relative;
	position: absolute;
	top: 129px;
	left: 0px;
	background: url(../images/bg_contact_text.jpg) center center no-repeat;
}
.contact_con label.contact_label_04 span {
	position: absolute;
	font-size: 16px;
	line-height: 38px;
	left: 10px;
	color: #333;
	cursor: text;
}
.contact_con label.contact_label_05 {
	width: 335px;
	height: 160px;
	display: block;
	position: relative;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/bg_contact_con.jpg) center center no-repeat;
}
.contact_con label.contact_label_05 span {
	position: absolute;
	width: 320px;
	font-size: 16px;
	line-height: 32px;
	left: 15px;
	top: 13px;
	color: #333;
	cursor: text;
}
.input_txt {
	color: #333;
	border: 0px;
	background: none;
	outline: none;
	font-family: "Univers", sans-serif;
}
.cotact_01 {
	width: 335px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-indent: 10px;
}
.cotact_02 {
	width: 335px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-indent: 10px;
}
.cotact_03 {
	width: 335px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-indent: 10px;
}
.cotact_04 {
	width: 335px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-indent: 10px;
}
.cotact_05 {
	width: 320px;
	height: 147px;
	padding-left: 15px;
	padding-top: 13px;
	font-size: 16px;
	line-height: 32px;
	resize: none;
}
.contact_btn {
	width: 95px;
	height: 32px;
	border: 0px;
	background: url(../images/bg_contact_btn.jpg) center center no-repeat;
	outline: none;
	position: absolute;
	left: 292px;
	bottom: 0px;
}

/*分页*/
.page_1 div{
	padding:0px 5px 0px 5px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	 color:#aaaaaa;
	  height:23px;
	   line-height:23px;
}

.page_1 a{
color:#aaaaaa;
}
.page_1 .page_2{
	background-color:#f0f0f0;
	}
.page_2 a{
	color:#aaaaaa;
	}
 