@charset "utf-8";
/* CSS Document */

.other {
	width: 1024px;
	margin: 10px auto;
	overflow: hidden;
}
.o_left {
	width: 225px;
	float: left;
}
.o_left_nav {
	height: 35px;
	line-height: 35px;
	background: #c40d09;
	width: 225px;
	margin: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: left;
}
.o_left_nav p {
	font-family: 'Microsoft Yahei';
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-left: 15px;
}
.o_left_con {
	border: 1px #dddddd solid;
	border-top: none;
	padding: 6px;
	margin-bottom: 10px;
	background: #f8f8f8;
}
.o_left_con ul li {
	line-height: 30px;
	border-bottom: 1px #dadada dotted;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	background: url(../images/icon.jpg) no-repeat left center;
	padding-left: 15px;
}
.o_left_con ul li a {
	font-family: 'Microsoft Yahei';
	font-size: 15px;
}
.o_contact {
	border: 1px #dddddd solid;
	border-top: none;
	padding: 10px;
	margin-bottom: 10px;
	background: #f8f8f8;
}
.o_contact ul li {
	font-family: 'Microsoft Yahei';
	line-height: 30px;
	border-bottom: 1px #dadada dotted;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
}
.o_right {
	width: 780px;
	float: right;
	border: 1px #dddddd solid;
}
.o_right_con {
	padding: 0px 10px 10px 10px;
}
/*about*/

.about_nav {
	height: 40px;
	border-bottom: 1px #dddddd solid;
	line-height: 40px;
}
.about_nav p {
	float: left;
	color: #c40d09;
	font-family: 'Microsoft Yahei';
	font-size: 15px;
	font-weight: bold;
}
.about_nav span {
	float: right;
	margin-right: 10px;
}
.about_con {
	line-height: 24px;
	margin-top: 10px;
}
/*news*/

.news {
	padding: 5px 10px;
}
.news ul li {
	line-height: 34px;
	list-style: outside;
	margin-left: 15px;
	border-bottom: 1px #dadada dotted;
}
.news ul li span {
	float: right;
}







.fanye{ margin:auto; margin-top:10px; margin-bottom:10px; width: auto; text-align:center;}
.fanye span{  border:1px solid #ccc;  margin:0 5px; padding:3px 5px;}
.fanye a{ border:1px solid #ccc;  margin:0 5px; padding:3px 5px;}
.fanye p{ text-align:center;}


.new_xq_nav{ line-height:55px; border-bottom:1px #dadada dotted; color:#b71419;}
.new_xq_nav p{ text-align:center;font-family:"微软雅黑"; font-size:16px; font-weight:bold;}
.new_xq_nav1 p{ text-align:center;font-family:"微软雅黑"; font-size:12px; font-weight: normal; line-height:25px;}
.new_xq_con{ margin-top:10px; line-height:24px; width:742px; overflow:hidden;}





.float-l, .fl-l {
	float: left
}
.float-r, .fl-r {
	float: right
}

/****产品展示***/

.pro-show {
	overflow: hidden;
	border: 1px solid #dcdcdc;
	background: #fff;
	width: 988px
}
.backcolor {
	background: #fafafa
}
.proinfo {
	padding-top: 20px;
        width:360px
}
.xieinfo {
	padding-top: 10px
}
.xieinfo li {
	overflow: hidden;
	line-height: 25px;
}
.xieinfo li b {
	display: block;
	float: left;
	width: 105px;
	text-align: right;
	font-size: 14px
}
.xieinfo li p {
	
	overflow: hidden;
	color: #505050
}
.xieinfo li strong {
	color: #e7161a;
	font-size: 16px
}
.pyun {
	background: url(../images/yun.gif) no-repeat 70px 12px;
}
.pcontent {
	padding-left: 70px
}

.intro {
	line-height: 28px;
	float: left;
	padding: 0px 33px 20px;
	color: #505050;
	font-size: 14px
}
.intro p {
	padding-top: 4px;
	text-indent: 2em
}

.photos img {
	width: 350px;
	border: 1px solid #dcdcdc;
	padding: 4px;
	margin: 15px 20px
}


.ph1 {
	font-size: 14px;
	color: #7f4c13;
	border-bottom: 1px solid #8f0100;
	line-height: 30px;
	float: left;
	width: 780px;
	margin-left: 33px;
	background: url(../images/pp.gif) no-repeat left;
	color: #fff;
	text-indent: 10px;
}









/*pro*/

.pro {
	margin-top: 15px;
}
.pro ul li {
	float: left;
	width: 212px;
	margin-left: 30px;
	margin-bottom: 8px;
	overflow: hidden;
}
.pro ul li a.pro_img {
	width: 210px;
	height: 210px;
	overflow: hidden;
	display: block;
	border: 1px #dadada solid;
}
.pro ul li a.pro_img img {
	transition: 1s ease;
	width: 100%;
	height: 100%;
}
.pro ul li p {
	text-align: center;
	line-height: 28px;
}
.pro ul li a.pro_img:hover img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	display: block;
	overflow: hidden;
}
