﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #e5e5e5;
	width: 100%;
	height: 100%;
}
img {
	border: none
}
.lvsebg {
	width: 1300px;
	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: 1300px;
	margin: 10px auto 0;
}
.main_content {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	background-color: #f1f1f0;
}
.main_content ul {
	width: 1300px;
	height: auto;
	padding: 0;
	margin: 0;
	padding-bottom:20px;
}
.main_content ul li {
	list-style-type: none;
	width: 310px;
	height: 380px;
	margin-left: 10px;
	float: left;
	background-color: white;
	background: url(../images/bg1.jpg) no-repeat;
	margin-top: 20px;
}
.main_content ul li .title {
	width: 310px;
	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: 275px;
	height: 240px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 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: 370px;
	height: 110px;
	text-align: left;
	margin: 25px auto 0;
}
.main_content ul li .detils .detils_name {
	width: 370px;
	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: 370px;
	margin-top: 5px;
	font-family: 微软雅黑;
	font-size: 14px;
	height: 110px;
}
.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: 370px;
	overflow: hidden;
	height: 110px;
}
.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 {
	float: left;
	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: 260px;
	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;
}
/**公司简介*/
.jianjie_cmp{ }
.title_cmp{ width:1300px; margin:0px auto; height:50px; background:url(btgs.jpg) left top no-repeat; overflow:hidden; line-height:35px;text-indent:-999em; }
.content_cmp{ width:1236px; margin:0px auto; padding:20px 30px; border:1px solid #053e60; background:#ffffff; text-align:left; line-height:22px;  text-indent:2em; text-align:justify; font-family:Microsoft YaHei; font-size:20px; line-height:27px;}
.content_cmp p{text-indent: 2em; padding: 10px 0px;}
/**产品展示*/
.title_pro{width:1300px; margin: 0px; padding:0px; height:50px; background:url(btzs.jpg) no-repeat; overflow:hidden; text-indent:-999em; }

/*联系方式*/
.link{ }
.title_link{ width:1300px; margin:0px auto; height:50px; background:url(btlx.jpg) left top no-repeat; overflow:hidden; line-height:35px;text-indent:-999em;margin-top: 10px; }
.attract{  width:1296px; margin:0px auto; padding:10px 0px;  border:0px solid #053e60;background:#ffffff; }
.attract ul{ width:1180px;  margin:0px auto; padding:0px; border-top:#cbcbcb 1px solid; border-left:#cbcbcb 1px solid; overflow:hidden;}
.attract ul li{ float:left; list-style:none; margin:0px; padding:2px 5px; display:inline; line-height:24px; color:#003300; font:normal 14px/24px "Microsoft YaHei"; border-bottom:#cbcbcb 1px solid; border-right:#cbcbcb 1px solid;}
.attract1,.attract3,.attract5,.attract7,.attract9,.attract11{ width:158px; height:24px; font-weight:bold; overflow:hidden;}
.attract2,.attract4,.attract6,.attract8,.attract10,.attract12{ width:410px; height:24px;  overflow:hidden; text-align:left;}
.tishi{ font:bold 14px/24px "Microsoft YaHei"; color:#f00; text-align: center;}


/*gundong*/
.wrapper { width:1300px; margin:auto; clear:both; background-color: #fff; }
