﻿.container{
	background: url(../images/bg-logo.jpg) repeat-x 0px top;
}
.container .logo{
	width: 980px;
	margin:0 auto;
}
.container .banner{
	background: url(../images/banner.png) center 0px no-repeat;
	height: 418px;

}
.container .banner div{
	width: 980px;
	margin:0 auto;
}
.container .banner div p{
	text-align: right;
	padding-right: 73px;
}
.container .main{
	background: url(../images/bg.jpg) repeat-x 0px top;
	position: relative;
}
.container .main p.line{
	font-size: 0px;
	border-top:1px solid #754f08;
	position: absolute;
	top: 560px;
	width: 100%;


}
.container .main p.line2{
	top: 854px;

}
.container .tab{
	width: 980px;
	margin:0 auto;
}
.main .tab_title{
	height: 173px;
	
}
.main .tab_title li{
	float: left;
	width: 313px;
	height: 188px;
	position: relative;
	top: -15px;
}
.main .tab_title li.s1{
	background: url(../images/s1.png);
	left: 10px;
}
.main .tab_title li.s2{
	background: url(../images/s2.png);
	left: 20px;
}
.main .tab_title li.s3{
	background: url(../images/s3.png);
	left: 31px;
}
.main .tab_title li a{
	display: block;
	width: 103px;
	height: 33px;
	background: url(../images/know.png);
	position: absolute;
	bottom: 33px;
	left: 107px;
	text-indent: -99999px;
}
.main .tab_title li a:hover,.main .tab_title li.on a{
	background: url(../images/knowh.png);
}

.main .tab_title li.on i{
	background: url(../images/arrow.png);
	display: block;
	width: 56px;
	height: 25px;
	position: absolute;
	bottom: 0px;
	left: 140px;
}
.tab_content{
	position: relative;
}
.tab_content h3{
	text-indent: -9999px;
}
.tab_content .re{
	height: 396px;
	padding-top: 30px;
	_padding-top: 15px;
}
.tab_content .re h3{
	background: url(../images/tjly.png);
	width: 212px;
	height:50px;
	margin: 0px 0px 30px 20px;
}


.tab_content .da .yjbx h3{
	background: url(../images/yjbx.png);
	width: 212px;
	height:50px;
	margin: 0px 0px 20px 20px;
}
.tab_content .da .jjjl h3{
	background: url(../images/jjjl.png);
	width: 187px;
	height:49px;
	margin: 30px 0px 20px 20px;
}
.tab_content .da .yjbx,.tab_content .da .jjjl{
	float: left;
}
.tab_content .da .jjjl{
	margin-left: 30px;
}
.tab_content .da p{
	width: 568px;
}
.tab_content .da table{
	width: 568px;
}
.tab_content .da table th{
	color: #6f3f00;
	font-weight: bold;
	height: 33px;
	border:1px solid #7e7e7e;
	font-family: '微软雅黑';
	font-size: 14px;
}
.tab_content .da .yjbx p{
	color:#7d7d7d;
	line-height: 40px;
	display: inline-block;
}

.tab_content .da table td{
	color: #5d5d5d;
	height: 33px;
	text-align: center;
	border:1px solid #7e7e7e;
}
.tab_content .da table td.red{
	color: red;
}
.tab_content .ma{
	clear: both;
}
.tab_content .ma h3{
	background: url(../images/sczw.png);
	width: 186px;
	height:49px;
	margin: 30px 0px 20px 20px;
}
.tab_content .buynow{
	display: block;
	position: absolute;
	width: 137px;
	height: 45px;
	background: url(../images/buynow.png);
	top: 32px;
	right: 32px;
}
#BackToTop{
			position: fixed;
			right: 50px;
			bottom: 50px;
			background: url(../images/top.png);
			width: 38px;
			height: 38px;
			cursor: pointer;
			*display: none;

		}