@charset "utf-8";
/* CSS Document */
.banner {
	background: url(../img/product/details/banner.jpg) center no-repeat;
	height: 80px;
}
.show {	
	overflow: hidden;
}
.show p:first-child {
	text-align: right;
	margin: 10px 0;
}
.show h3 {
	font-size: 34px;
	color: #0a78d1;
	margin-bottom: 30px;
}
.show .fl {
	width: 570px;
	height: 430px;
	position: relative;
}
.show .fl strong {
	font-size: 18px;
	color: #0a78d1;
}
.show .fl .email-icon {
	background: url(../img/icon.png) -71px -299px no-repeat;
	height: 40px;
	font-size: 30px;
	padding-left: 60px;
	position: absolute;
	bottom: 100px;
	left: 0;
}
.show .fl .email-icon span {
	color: #0a78d1;
	text-decoration: underline;
}
.show .fl .onchat {
	position: absolute;
	bottom: 0;
	left: 0;
}
.show .fl .onchat img {
	display: inline-block;
	margin-right: 40px;
}
.show .fr {
	width: 570px;
	height: 430px;
	position: relative;
}
.show .fr form {
	background: url(../img/product/details/send.png) center no-repeat;
	height: 78px;
	position: relative;
	margin-top: 22px;
}
.show .fr form input[type=text]{
	width: 360px;
	height: 38px;
	padding-left: 10px;
	position: absolute;
	bottom: 16px;
	left: 100px;
	outline: none;
}
.show .fr form input[type=submit]{
	width: 80px;
	height: 38px;
	background-color: #ff7e00;
	position: absolute;
	bottom: 16px;
	right: 10px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	outline: none;
}
/*侧边导航栏*/
.sideMen {
	width: 230px;
	border: 1px solid #eee;
	border-top: 0;
	margin-top: 50px;
}
.sideMen h3 {
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	border-top: 1px solid #fff;
	background: #0a78d1;
	color: white;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}
.sideMen ul li {
	height: 30px;
	line-height: 30px;
}
.sideMen ul li a {
	color: gray;
	font-size: 16px;
	padding-left: 20px;
}
.sideMen ul .list{
	height: 40px;
	line-height: 40px;
	border-bottom: #333 1px dashed;
}
.sideMen ul .list a{
	font-size: 16px;
}
.sideMen ul li a:hover {
	color: #0a78d1;
}
/*右部分*/
.tabBar {
	width: 920px;
	margin-top: 50px;
}
.tabBar .hd ul {
	width: 919px;
	z-index: 5;
	position: relative;
	zoom: 1;
}
.tabBar .hd li {
	text-align: center;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 8px;
	border: 1px solid #cecece;
	border-bottom: 0px;
}
.tabBar .hd li a {
	padding: 0 24px;
	height: 50px;
	display: block;
	font-size: 16px;
}
.tabBar .hd li:last-child {
	margin-right: -1px;
}
.tabBar .hd li.on {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-top: 0px;
	position: relative;
	top: 1px;
	border-top: 2px solid #0a78d1;
	background: #fff;
}
.tabBar .bd {
	border-top: 1px solid #cecece;
	padding: 30px 0;
	clear: both;
	position: relative;
	overflow: hidden;
}
.tabBar .bd .conWrap div p strong {
	font-size: 20px;
	color: #0a78d1;
	line-height: 2;
}
/*表格参数*/
.tabBar table {
	text-align: center;
	margin: 20px auto 0;
	border-collapse: collapse;
	color: black;
	font-size: 16px;
}
.tabBar table td {
	border: 1px white solid;
	padding: 10px 0;
}
.tabBar table tr:first-child {
	background-color: #0a78d1;
	font-size: 16px;
	color: white;
}
.tabBar table tr:nth-child(2n) {
	background-color: #eee;
}
.tabBar table .red {
	background-color: #0a78d1;
	color: white;
	font-size: 16px;
}
/*相关产品*/
.tabBar .bd .conWrap .item5 ul li {
	float: left;
	margin-right: 21px;
}
.tabBar .bd .conWrap .item5 ul li:last-child {
	margin-right: 0;
}
.tabBar .bd .conWrap .item5 ul li p {
	text-align: center;
	line-height: 2;
}
/*留言*/
.tabBar .bd .msg {
	width: 920px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}
.tabBar .bd .msg h3 {
	font-size: 22px;
	text-align: center;
	color: #fff;
	width: 920px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px 10px 0 0;
	background-color: #0a78d1;
}
.tabBar .bd .msg form {
	margin-top: 40px;
	width: 910px;
}
.tabBar .bd .msg form div {
	margin-bottom: 30px;
}
.tabBar .bd .msg form .left input,.tabBar .bd .msg form .right input {
	width: 320px;
	height: 38px;
	font-size: 14px;
	color: #333;
	padding-left: 10px;
	outline: none;
	border: 1px #ccc solid;
}
.tabBar .bd .msg form p {
	width: 90px;
	text-align: right;
	margin-right: 14px;
	color: #0a78d1;
	display: inline-block;
}
.tabBar .bd .msg form .left {
	float: left;
}
.tabBar .bd .msg form .right {
	float: right;
}
.tabBar .bd .msg form .text {
	width: 910px;
	margin: 0 auto;
	overflow: hidden;
}
.tabBar .bd .msg form .text textarea {
	width: 802px;
	float: right;
	color: #333;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 1px #ccc solid;
	box-sizing: border-box;
	resize: none;
	outline: none;
}
.tabBar .bd .msg form .btn {
	width: 800px;
	float: right;
	margin: 30px 0 50px 0;
}
.tabBar .bd .msg form .btn input {
	width: 200px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	margin-left: 137px;
	cursor: pointer;
	background-color: #0a78d1;
}
.tabBar .bd .msg form .btn input[type=reset] {
	background-color: #242d3c;
}