﻿/* CSS Document */
/*CSS重置*/
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font: 12px/1.5 "微软雅黑", "Arial Black";
	color: #666;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6, font {
	font-size: 12px;
	font-weight: 400;
}
ul, ol {
	list-style: none;
}
img {
	border: 0px;
}/*display:block;*/
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*网站公用样式表*/
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #d51234;
}
a:visited {
	text-decoration: none;
}
.w1000 {
	width: 1200px;
	margin: 0px auto;
	padding-bottom: 30px;
}

.w1200 {
	width: 1200px;
	margin: 0px auto;
	margin-top:20px;
	margin-bottom:20px;
	height:300px;
}
/*清除浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
。clear{ clear:both} 
.clearfix {
*zoom:1;
}
/*index.html*/
/*header*/
.top {
	width: 100%;
	height: 95px;
	background: #FFF;
}
.top_c {
	background: url("../images/top.jpg") no-repeat center;
	width: 100%;
	height: 2px;
}
.logo {
	width: 1000px;
	height: 95px;
	float: left;
}
.header_right {
	float: right;
	width: 200px;
	height: 95px;
}
.tell {
	width: 180px;
	height: 30px;
	margin-top: 30px;
	float: left;
}
.tell span {
	font-family: "Impact";
	display: block;
	font-size: 32px;
	line-height: 30px;
	color: #d51234;
	padding-left: 50px;
	font-weight: bold;
}
.time {
	margin-top: 50px; margin-left:20px;
}
/*搜索*/
.time {
	width: 180px;
	height: 30px;
	float: right;
	border: 1px solid #ccc;
}

/*nav*/
.nav {
	background: #fff;
	height: 50px;
	position: relative;
	z-index: 99;
}
.nav_s {
	background: url("../images/nav.jpg") no-repeat center;
	height: 50px;
	z-index: 100;
}
.navl {
	position: relative;
	width: 1000px;
	height: 50px;
	display: block;
	margin: 0 auto;
}
.nav ul {
	width: 1000px;
	height: 50px;
	float: left;
}
.nav li {
	width: 111px;
	display: inline;
	float: left;
	position: relative;
}
.nav li a {
	width: 111px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 14px;
	font-family: "微软雅黑";
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
}
.nav li a:hover, .nav li a.ov {
	width: 111px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	float: left;
	display: block;
	background: url("../images/nav_hover.png") no-repeat;
}
.nav li:hover .drop {
	display: block;
}
.nav li .drop {
	position: absolute;
	width: 700px;
	top: 50px;
	left: 0;
	display: none;
	background: url("../images/navdrop.jpg") repeat 0px 0px;
}
.nav li .nav2 {
	width: 111px;
	float: left;
	height: 37px;
	line-height: 37px;
	text-align: center;
	margin-left: 10px;
	margin-top: 5px;
}
.nav li .nav2 a {
	width: 114px;
	font-weight: normal;
	font-size: 15px;
	background: url("../images/navhover1.png");
	color: #fff;
	display: block;
	height: 33px;
	line-height: 33px;
	position: relative;
}
.nav li .nav2 a:hover {
	cursor: pointer;
	width: 114px;
	background: url("../images/navhover2.png");
	color: #fff;
	height: 33px;
	line-height: 33px;
}
.nav li .nav2 a:hover .nav3 {
	width: 111px;
}
/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	min-width: 1200px;
	height: 400px;
	position: relative;
	z-index: 1;
}
.banner ul.list {
	width: 500%;
	height: 400px;
	float: left;
}
.banner li.item {
	width: 20%;
	height: 400px;
	float: left;
}
.banner .tip {
	width: 100%;
	height: 30px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.banner div.tip .main {
	width: 100%;
	height: 15px;
	padding: 8px 0px 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	_background-color: #91c72e;
}
.banner div.tip em {
	width: 12px;
	height: 12px;
	_overflow: hidden;
	border-radius: 100%;
	display: inline-block;
	background: #FFF;
	margin: 0 5px;
	cursor: pointer;
}
.banner div.tip em.cur {
	background: #d51234;
}

.nyBanner{
	background: url("../images/xinyu.jpg") no-repeat center;
	width: 100%;
	height: 200px;
}

.ny{ width:100%;
     margin:0 auto;
	 
}
.top_capa { margin-top: 50px; margin-bottom:20px;}
.top_capa .tit { width: 100%; overflow: hidden; margin-bottom: 50px; }
.top_capa .tit div { font-size: 30px; width: 100%; color: #000; text-align: center; display: inline-block; }
.top_capa .tit p { font-size: 18px; color: #666; text-align: center; }
.top_capa dl { float: left; width: 19%;*width:18.9%; margin: 0 3%; overflow: hidden; }
.top_capa dt { width: 100%; margin-bottom: 20px; float: left; }
.top_capa dt img { margin: 0 auto; text-align: center; display: block; }
.top_capa dd { width: 100%; }
.top_capa dd p { font-size: 15px; text-align: center; color: #000; width: 100%; overflow: hidden; }

/*iproduct 侧栏*/
.wrapper_pro {
	width: 100%;
	padding-top: 20px;
}
.sidebar {
	width: 230px;
	float: left;
}
.sidebar .leftNav {
	width: 230px;
	position: relative;
}
.sidebar .leftNav_s {
	margin-top: 10px;
	width: 230px;
	height: 76px;
	background: url("../images/left_1.jpg") no-repeat;
}
.leftNav_s h1 {
	font-size: 24px;
	color: #FFF;
	padding-top: 18px;
	padding-left: 25px;
}
.leftNav_s span {
	font-size: 12px;
	color: #FFF;
	padding-top: 18px;
	padding-left: 25px;
}
.sidebar ul {
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	font-size: 14px;
	height: auto;
}
.sidebar li {
	border-bottom: #ccc 1px solid;
	height: 46px;
	position: relative
}
.sidebar ul li a {
	width: 160px;
	height: 46px;
	line-height: 46px;
	display: block;
	padding-left: 65px;
	background: url("../images/left_3.jpg") 22px center no-repeat;
	position: relative;
	top: -1px;
	_top: -1px;
}
.sidebar a.nav2:hover {
	background: url("../images/left_hover.jpg")  no-repeat left;
	width: 225px;
	color: #d51234;
}
.leftNav .drop {
	position: absolute;
	z-index: 100px;
	left: 230px;
	top: 0px;
	width: 149px;
	background: #FFF;
	border: 1px solid #ddd;
	padding-bottom: 5px;
	display: none;
	z-index: 1000;
}
.leftNav .item2 {
	width: 110px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}
.leftNav .item2 a {
	padding-left: 10px;
	display: block;
}
.leftNav .item2 a:hover {
	color: #297c00;
}
.left-botm {
	background: url("../images/left_2.jpg")  no-repeat;
	height: 110px;
}
.left-botm span {
	padding-top: 65px;
	text-align: center;
	line-height: 18px;
	color: #fff;
	font-size: 18px;
	display: block;
}
.left-botm .tel400 {
	font-family: "Impact";
	line-height: 55px;
	width: 229px;
	text-align: center;
	font-size: 33px;
	color: #FFF;
}
.left-botm a {
	text-align: center;
	color: #FFF;
	padding-left: 75px;
	line-height: 26px;
	font-size: 18px;
}
.left-botm a:hover {
	color: #000;
}
/*iproduct 列表*/
.ipro {
	width: 940px;
	float: right;
}
.thead {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ddd;
}
.thead h3 {
	height: 40px;
	line-height: 43px;
	font-size: 20px;
	color: #d51234;
}
.thead h3 span {
	color: #666;
	font-size: 14px;
	margin-left: 5px;
}
.thead .tab {
	float: right;
	background: url("../images/more.png")  no-repeat;
	width: 60px;
	height: 30px;
	margin-top: 10px;
}
.thead a {
	float: right;
	line-height: 20px;
	color: #FFF;
	width: 60px;
	text-align: center;
}
.thead a:hover {
	color: #d51234;
}
.ipro_c {
	width: 940px;
	overflow: hidden;
	position: relative;
}
.ipro_list {
	width: 100%;
	float: left;
}
.ipro_list a.more {
	color: #fff;
}
.ipro_list li {
	width: 300px;
	float: left;
	padding-top: 10px;
	padding-left:10px;
}
.ipro_list li a img {
	display: block;
	width: 290px;
	height:220px;
	padding: 4px;
	border: 1px solid #e0e0e0;
}

.ipro_list li .txt {
	width: 300px;

	background-color:#CCCCCC;
}
.ipro_list li .txt a{
	line-height: 45px;
	height: 45px;
	color: #000;
	font-size: 14px;
	margin-left:5px;

}
.ipro_list li .txt a:hover {
	color: #d51234;
}
.order {
	background: url("../images/pro_1.jpg") no-repeat;
	height: 45px;
	width: 50px;
}
/*about 列表*/
.iabout {
	height: 595px;
	margin-top: 10px;
}


/* 公司简介*/
.iabout {
	height: 595px;
	margin-top: 10px;
}
.iab_toP {
	height: 395px;
	width: 100%;
}
.iab_lef {
	width: 305px;
	float: left;
}
.iabout h1 {
	text-align: center;
	padding-top: 40px;
	font-size: 33px;
	font-family: "Impact"
}
.iabout h2 {
	text-align: center;
	padding-top: 25px;
	font-size: 22px;
	font-weight: bold;
}
.iabout .iab_toP img {
	padding-top: 36px;
	padding-left: 15px;
}
.iabout_s {
	width: 870px;
	float: right;
	padding-top: 8px;
}
.iabout_s h1 {
	font-size: 18px;
	text-align: left;
	font-family: "微软雅黑";
	line-height: 24px;
}
.iabout_s h3 {
	border-bottom: 2px solid #fff;
	width: 50px;
	margin: 12px 0px;
*height:1px;
}
.iabout_s a {
	border: 1px solid #fff;
	width: 80px;
	height: 27px;
	line-height: 27px;
	display: block;
	padding-left: 10px;
	background: url("../images/about_1.gif") right no-repeat;
}
.iabout_s a:hover {
	color: #000;
}

.iab_bot { width:100%; margin:0 auto; margin-top:10px}
.iab_bot li 
{
	float: left;
	margin-left:10px;
	width: 230px;
	height: 175px;
	position: relative;
}
.iab_bot img {
	float: left;
}
.iab_bot span {
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	width: 230px;
	background: url("../images/proimgbg.png") repeat;
	position: absolute;
	bottom: 3px;
	left: 0px;
}
.iab_bot span:hover {
	text-decoration: underline;
}

/* 产品推荐 */

.b4_cls{float:left;clear:both;width:100%;height:95px;margin-top:38px;text-align:center;background:url(../images/bg_b3_line.png) no-repeat center 79px;}
.b4_cls_en{font-size:43px;color:#323232;}
.b4_cls_ch{font-size:28px;color:#323232;}

.position{width:100%;float:left;clear:both;}
.b5{height:935px;background:url(../images/bg_b5.jpg) no-repeat center 100%;}
.block5{width:1200px;margin:0 auto;}

.picScroll-left{ width:1220px;  overflow:hidden; position:relative;float:left;clear:both;margin-top:55px;height:651px;}
.picScroll-left .hd{ overflow:hidden; }
.picScroll-left .hd .prev{ display:block;  width:88px; height:30px;  overflow:hidden;cursor:pointer;background:url(../images/bg_b5_prev.png) no-repeat center;position:absolute;left:500px;bottom:0;}
.picScroll-left .hd .next{ display:block;  width:88px; height:30px;  overflow:hidden;cursor:pointer;background:url(../images/bg_b5_next.png) no-repeat center;position:absolute;right:500px;bottom:0;}
.picScroll-left .bd{ padding:10px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ width:360px;height:520px;padding:10px;float:left;clear:right;margin-right:29px;background:#fff;color:#323232;position:relative;}
.b5_img{float:left;clear:both;width:360px;height:265px;}
.b5_img img{width:360px;height:265px;}
.b5_title{float:left;clear:both;width:360px;margin-top:35px;text-align:center;font-size:18px;}
.b5_des{float:left;clear:both;margin-top:15px;width:360px;text-align:center;line-height:24px;}
.b5_more{width:155px;height:50px;text-align:center;line-height:50px;background:#394A9E;color:#fff;position:absolute;bottom:40px;left:105px;}


/*case 列表*/
.incase {
	width: 100%;
	height: 600px;
	padding-top: 20px;
	background: url("../images/case_bj.jpg") center no-repeat;
}
.case {
	background: url("../images/case_title.jpg") center no-repeat;
	height: 180px;
}
.case_toP {
	height: 150px;
}
.case h1 {
	text-align: center;
	padding-top: 27px;
	color: #d51234;
	font-size: 33px;
	font-family: "Impact"
}
.case h2 {
	text-align: center;
	padding-top: 80px;
	color: #000;
	font-size: 22px;
	font-weight: bold;
}
.case a {
	text-align: center;
	color: #b3b3b3;
	font-size: 12px;
}
.case a:hover {
	color: #d51234;
}
/*case*/
.case_img {
	width: 100%;
	overflow: hidden;
}
.case_list {
	width: 105%;
	float: left;
}
.case_list li {
	width: 256px;
	height: 220px;
	float: left;
}
.case_list li a img {
	display: block;
	width: 224px;
	height: 168px;
	border: 1px solid #e0e0e0;
	padding: 3px;
}
.case_list li a:hover img {
	border: 1px solid #000;
	display: block;
}
.case_list li span {
	width: 232px;
	text-align: center;
	display: block;
	line-height: 30px;
	background: #e7e7e7;
	color: #000;
	font-size: 14px;
	float: left;
}
.case_list li a:hover span {
	background: #000;
	color: #fff;
}
/*Service news contact*/
.box {
	width: 100%;
	height: 350px;
}
.Service, .news, .contact {
	float: left;
}
.box .news_s {
	background: url("../images/title1.jpg") no-repeat;
	width: 870px;
	height: 75px;
}
.box .news_s .itit {
	font-size: 22px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 30px;
}
.box .news_s .orange {
	font-size: 22px;
	font-weight: bold;
	padding-top: 20px;
	color: #d51234;
}
.box .news_s a {
	float: right;
	padding-top: 20px;
	padding-right: 30px;
}
/*Servicet*/
.Service {
	width: 870px;
	margin-top: 20px;
}
.ServiceCon p {
	font-size: 12px;
}
.Service_p ul li {
float: left;
  margin-left:10px;
  margin-right:20px;
	width: 400px;
	height: 30px;
	border-bottom: 1px dashed #fff;
}
.Service_p li h1 {
	line-height: 30px;
	font-size: 14px;
	float: left;
}
.Service_p li h1 a:hover {
	text-decoration: underline;
}
.Service_p li span {
	line-height: 30px;
	font-size: 12px;
	float: right;
}
.Service_p li em {
	color: #F00;
	font-style: normal;
}

.contact {
padding-left:20px;
	width: 310px;
	margin-top: 20px;
}

.contact_s {
	background: url("../images/title.jpg") no-repeat;
	width: 330px;
	height: 75px;
}
.box .contact_s .itit {
	font-size: 22px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 30px;
}
.box .contact_s .orange {
	font-size: 22px;
	font-weight: bold;
	padding-top: 20px;
	color: #d51234;
}
.box .contact_s a {
	float: right;
	padding-top: 20px;
	padding-right: 30px;
}

.call {
	width: 295px;
	height: 50px;
m
}
.call h1 {
	margin-top: 8px;
	width: 84px;
	height: 33px;
	background: url("../images/conta_title.jpg") no-repeat;
	float: left;
	padding-left: 15px;
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.call span {
	margin-top: 8px;
	font-family: "Impact";
	display: block;
	font-size: 30px;
	line-height: 33px;
	color: #d51234;
	font-weight: bold;
	float: right;
}
/* link */
.link {
	background: url("../images/link.jpg") no-repeat center;
	width: 100%;
	height: 60px;
}
.inlin {
	width: 900px;
	float: right;
}
.inlin .item {
	float: left;
	width: 800px;
	margin: 5px 0 5px 5px;
	display: inline;
}
.inlin .item {
	display: block;
	height: 40px;
	line-height:40px;
}
.inlin .item a {
	float: left;
	display: block;
	width: 131px;
	height: 30px;
	padding: 4px 4px;
	color: #fff;
	font-size:14px;
}

.inlin .item  a:hover {
	color: #fff;
}
/*bottom*/
.bottom {
	width: 100%;
	height: 186px;
	background: url("../images/bottom.jpg") no-repeat center;
}
.bottom1 {
	width: 1200px;
	height: 146px;
	padding: 25px 0 0;
	margin: 0 auto;
}
.blogo {
	width: 180px;
	height: 146px;
	float: left;
	text-align: center;
}
.blogo img {
	padding-top: 25px;
}
.bottom_right {
	width: 890px;
	float: right;
}
.bnav {
	width: 815px;
	height: 24px;
}
.bnav ul {
	width: 815px;
	height: 24px;
}
.bnav ul li {
	width: 80px;
	height: 13px;
	line-height: 13px;
	margin-top: 10px;
	float: left;
	text-align: center;
	border-left: 1px dashed #fff;
}
.bnav ul li a {
	color: #fff;
}
.bnav ul li a:hover {
	color: #d51234;
}
.gjc {
	height: 40px;
	line-height: 40px;
	background: url("../images/bottom_gjz.jpg") no-repeat;
	overflow: hidden;
	text-indent: 15px;
	color: #fff;
	margin-top: 15px;
}
.banquan {
	width: 750px;
	height: 52px;
	line-height: 26px;
	color: #fff;
	margin-top: 10px;
	padding-left: 15px;
}
.banquan a, .banquan a:hover {
	color: #fff;
}
/*联系栏*/
/*左侧*/
.wrapper {
	margin-bottom: 40px;
	padding-top: 20px;
}
.leftCon {
	padding-top: 30px;
}
.con {
	padding: 15px 9px 20px 10px;
	line-height: 26px;
	border: 1px solid #ccc;
}
/* leftContact */
.leftContact {
	background: url("../images/p2.gif") center top no-repeat;
}
.leftContact p {
	overflow: hidden;
	padding-top: 100px;
	margin-bottom: 20px;
	line-height: 22px;
}
.title_c {
	background: url("../images/left_1.jpg") no-repeat;
}
.title_c h1 {
	padding-left: 25px;
	width: 100%;
	overflow: hidden;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	padding-top: 10px;
}
.title_c h2 {
	padding-left: 25px;
	width: 100%;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	padding-bottom: 10px;
}
/*about.html*/
/*当前位置*/
.sitepath {
	float: right;
	padding-top: 10px;
	font-size: 14px;
}
.singlePage {
	line-height: 26px;
	padding: 8px 10px;
	font-size: 14px;
}
.sitepath a {
	color: #666;
	line-height: 26px;
}
.theader {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ddd;
}
.theader h3 {
	height: 40px;
	line-height: 32px;
	font-size: 20px;
	color: #d51234;
}
.theader h3 span {
	color: #666;
	font-size: 14px;
	margin-left: 5px;
}
.theader .tab {
	float: right;
	background: url("../images/more.png") no-repeat;
	width: 60px;
	height: 30px;
	margin-top: 10px;
}
.theader a {
	line-height: 17px;
	color: #666;
	width: 60px;
	text-align: center;
	padding-left: 7px;
}
.theader a:hover {
	color: #d51234;
}
/* pager */
.pager {
	display: block;
	width: 100%;
	height: auto;
	padding: 25px 0 5px;
	text-align: center;
	clear: both;
	margin-bottom: 5px;
}
.pager span, .pager a {
	border: 1px solid #aaa;
	color: #333;
	background: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0px 7px;
	text-decoration: none;
	margin: 0 5px;
	border-radius: 1px;
}
.pager a:hover {
	background: #f5f5f5;
	border-color: #aaa;
	color: #aaa;
	text-decoration: none;
}
.pager .cur {
	background: #fff;
	border-color: #3f9a06;
	font-weight: bold;
	color: #3f9a06;
}
.pager span.dot {
	background: #3f9a06;
	border-color: #3f9a06;
	font-weight: bold;
	color: #fff;
}
/* reLink */
.reLink {
	height: 30px;
	line-height: 30px;
	border: 1px solid #d51234;
	width: 100%;
	background: none;
	margin-bottom: 15px;
	margin-top: 75px;
}
.reLink .prevLink {
	float: left;
	margin-left: 10px;
}
.reLink .nextLink {
	float: right;
	margin-right: 10px;
}
.reLink a:hover {
	text-decoration: underline;
}
/* reInformation */
.reInformation {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.reInformation .tit {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #d51234;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: "Microsoft Yahei";
	color: #d51234;
}
.reInformation ul {
	width: 110%;
	float: left;
}
.reInformation li {
	float: left;
	width: 200px;
	padding: 5px 11px 0;
	border: 1px solid #dbe6c7;
	margin-right: 26px;
	display: inline;
}
.reInformation li:hover {
	border-color: #d51234;
}
.reInformation li img {
	width: 200px;
	height: 150px;
}
.reInformation li img:hover {
	opacity: 0.9;
}
.reInformation .g {
	display: block;
	width: 200px;
}
.reInformation .t {
	float: left;
	line-height: 30px;
}
.reInformation .o, .reInformation .o:visited {
	float: right;
	line-height: 30px;
	color: #d51234;
}
.reInformation .o:hover, .reInformation .t:hover {
	text-decoration: underline;
}
/* news2.html */
.product2 ul.list {
	padding-bottom: 20px;
	overflow: hidden;
}
.product2 li.item {
	float: left;
	padding: 10px 0px;
	width: 100%;
	border-bottom: 1px dotted #aaa;
}
.product2 li.item .img {
	float: left;
	width: 200px;
	height: 150px;
	padding: 2px;
	border: 1px solid #cccccc;
	background: #FFF;
	overflow: hidden;
}
.product2 li.item .img:hover {
	border: 1px solid #3b9a00;
}
.product2 li.item .img img {
	width: 200px;
	height: 150px;
}
.product2 li.item .wd {
	width: 490px;
	float: right;
}
.product2 li.item .tit {
	height: 25px;
	line-height: 20px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
}
.product2 li.item .tit a {
	color: #3b9a00;
	font-weight: 400;
}
.product2 li.item .tit a:hover {
	color: #ff9900;
}
.prz oduct2 li.item .summary {
	text-indent: 2em;
	line-height: 22px;
	height: 107px;
	overflow: hidden;
	color: #555;
}
.product2 li.item .opr .order {
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #dedede;
}
.product2 li.item .opr .order:hover {
	background: #d4b877;
	color: #0e6597;
}
/*news.html*/
.news_list ul {
	padding: 16px 10px;
	font-size: 14px;
}
.news_list li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #bfbfbf;
}
.news_list li span {
	float: right;
	color: #999;
}
.news_list li a {
	color: #666;
	background: url("../images/libg.gif") no-repeat left center;
}
.news_list li a:hover {
	color: #d51234;
}
/* news2.html */
.product2 ul.list {
	padding-bottom: 20px;
	overflow: hidden;
}
.product2 li.item {
	float: left;
	padding: 10px 0px;
	width: 100%;
	border-bottom: 1px dotted #aaa;
}
.product2 li.item .img {
	float: left;
	width: 200px;
	height: 150px;
	padding: 2px;
	border: 1px solid #cccccc;
	background: #FFF;
	overflow: hidden;
}
.product2 li.item .img:hover {
	border: 1px solid #d51234;
}
.product2 li.item .img img {
	width: 200px;
	height: 150px;
}
.product2 li.item .wd {
	width: 490px;
	float: right;
}
.product2 li.item .tit {
	height: 25px;
	line-height: 20px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
}
.product2 li.item .tit a {
	color: #d51234;
	font-weight: 400;
}
.product2 li.item .tit a:hover {
	color: #ff9900;
}
.prz oduct2 li.item .summary {
	text-indent: 2em;
	line-height: 22px;
	height: 107px;
	overflow: hidden;
	color: #555;
}
.product2 li.item .opr .order {
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #dedede;
}
.product2 li.item .opr .order:hover {
	background: #d4b877;
	color: #0e6597;
}
/* pageNews */
.pageNews h1 {
	font-size: 20px;
	line-height: 25px;
	padding: 15px 0;
	text-align: center;
	font-weight: 700;
}
.pageNews .mark {
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
.pageNews .mark span {
	margin: 0 7px;
}
.pageNews .info {
	margin-bottom: 40px;
	font-size: 14px;
}
/* pageProduct2 */
.pagecase2 .photo {
	padding-top: 16px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}
.pagecase2 .photo .img {
	display: block;
	padding: 4px;
	border: 1px solid #dbe7c7;
}
.pageProduct2 .photo {
	padding-top: 16px;
	float: left;
	width: 500px;
	margin-bottom: 10px;
}
.pageProduct2 .photo .img {
	width: 500px;
	height: 375px;
	display: block;
	padding: 4px;
	border: 1px solid #dbe7c7;
}
.pageProduct2 .baseInfo {
	padding-top: 16px;
	float: right;
	width: 400px;
}
.pageProduct2 h1 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.pageProduct2 .baseInfo p {
	line-height: 30px;
}
.pageProduct2 .baseInfo p span {
	font-size: 18px;
	color: #d51234;
	font-family: "Georgia";
}
.pageProduct2 .baseInfo p.button {
	padding-top: 40px;
}
.pageProduct2 .baseInfo a.btn {
	display: block;
	width: 77px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #333;
	border: 1px solid #aaa;
}
.pageProduct2 .baseInfo a.btn:hover {
	color: #d51234;
	border-color: #d51234;
}
.pageProduct2 .detaiTit {
	width: 500px;
	height: 25px;
	line-height: 20px;
	border-bottom: 1px solid #aaa;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-weight: 700;
}
.pageProduct2 .detaiInfo {
	margin-bottom: 10px;
	font-size: 14px;
}
