﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #D50E13;
	width: 100%;
	height: 100%;
}
img {
	border: none
}
.lvsebg {
	width: 970px;
	margin: auto;
	background-color: #FFFFFF;
	line-height: 20px;
}
.toptxt {
	width: 968px;
	height: 21px;
	border: 1px solid #CCCCCC;
	background: url(../images/top_line.gif) repeat-x;
	margin-top: 2px;
	overflow: hidden;
	line-height: 21px;
}
.ind_h1 {
	font-size: 12px;
	color: #000000;
	float: left;
	padding: 0px;
	margin: 0px;
}
.banner {
	width: 970px;
	margin: 10px auto 0;
}
.main_content {
	width: 970px;
	height: auto;
	margin: 0 auto;
	background-color: #F3F3F3;
}
.main_content ul {
	width: 970px;
	height: auto;
	padding: 0;
	margin: 0;
}
.main_content ul li {
	list-style-type: none;
	width: 460px;
	height: 600px;
	margin-left: 15px;
	float: left;
	background-color: white;
	margin-top: 20px;
	background-image: url(bg1.jpg);
	background-repeat: no-repeat;
}
.main_content ul li .title {
	width: 460px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-family: 微软雅黑;
}
.main_content ul li .title span {
	background-color: white;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.main_content ul li .middle {
	width: 355px;
	height: 282px;
	margin: 0 auto;
}
.main_content ul li .bottom {
	width: 355px;
	height: 34px;
	text-align: center;
	margin: 15px auto 0px;
}
.main_content ul li .bottom img {
	border: none;
}
.main_content ul li .detils {
	width: 400px;
	height: 184px;
	text-align: left;
	margin: 25px auto 0;
}
.main_content ul li .detils .detils_name {
	width: 400px;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #E6E6E6;
	margin-top: 5px;
	font-family: 微软雅黑;
	font-size: 14px;
}
.main_content ul li .detils .detils_name_title {
	float: left;
	width: 80px;
}
.main_content ul li .detils .detils_name_content {
	float: left;
	width: 320px;
}
.main_content ul li .detils .detils_name_title span {
	text-align: center;
	width: 64px;
	height: 23px;
	line-height: 23px;
	background-color: #EFEFEF;
	display: inline-block
}
.span_in {
	text-align: center;
	width: 64px;
	height: 23px;
	line-height: 23px;
	background-color: #FF9201;
	display: inline-block;
	color: white;
}
.main_content ul li .detils .detils_name:hover {
	border-bottom: 1px solid #FF9201;
	color: #FF9201
}
.detils_name2 {
	width: 400px;
	margin-top: 5px;
	font-family: 微软雅黑;
	font-size: 14px;
}
.detils_name_title2 {
	float: left;
	width: 80px;
}
.main_content ul li .detils .detils_name_title2 span {
	text-align: center;
	width: 64px;
	height: 23px;
	line-height: 23px;
	background-color: #EFEFEF;
	display: inline-block
}
.detils_name_content2 {
	float: left;
	width: 320px;
	overflow: hidden;
	height: 95px
}
.detils_name_content2 span {
	line-height: 23px;
	font-family: 微软雅黑;
}
.info_kefu {
	width: 970px;
	background-color: #FFFFFF;
}
.info_kefu2 {
	float: left;
}
.info_kefu3 {
	height: 139px;
	float: right;
}
.info_kefu4 {
	width: 292px;
	float: left;
	height: 129px;
	background-image: url(../../index_images/2.jpg);
	font-size: 16px;
	text-align: left;
	color: #656464;
	padding-left: 40px;
	line-height: 22px;
	padding-top: 10px;
}
/*产品滚动*/
.promote {
	width: 970px;
	margin: 0 auto;
	background: #ffffff;
	padding: 10px 0;
	height: auto;
	overflow: hidden;
}
.promote img {
	margin: 0px 5px;
}
/**控制整个内容区域**/
.datalist3 {
	width: 940px;
	margin: 0px auto;
	padding-top: 20px
}
.datalist3 .b {
	width:280px;
	float: left;
	display:block;
	padding: 0px 15px;
}
/*控制控制具体一个模型*/
.model3 {
	width: 280px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.model3_title {
	width: 260px;
	height: 35px;
	overflow: hidden;
	display: block;
	line-height: 3;
	color: red;
	font-size: 17px;
	font-family: "微软雅黑"
}
/*产品图片自适应，宽高260*/
/*font-size: 227px;/*约为高度的0.873，260*0.873 约为227*/
/**font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
.product3 {
	display: table-cell;
	width: 280px;
	height: 220px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.product3 img {
	width: 260px;
 _width: expression(this.width > 260 && this.width > this.height ? 260 :true);
 _height: expression(this.height > 260 ? 260 : true);
	display: inline;
	text-align: center;
	vertical-align: middle
}
.clear {
	clear: both;
}
