@charset "utf-8";
/* CSS Document */
.banner {
	background: url(../img/solution/banner.jpg) center repeat;
	height: 220px;
}
.show {	
	overflow: hidden;
}
.show p:first-child {
	text-align: right;
	margin: 10px 0;
}
.show h3 {
	font-size: 30px;
	color: #003333;
}
.show .fl {
	width: 680px;
	height: 450px;
	position: relative;
	overflow: hidden;
}
.show .fl strong {
	font-size: 18px;
	color: #0a78d1;
	font-weight: normal;
	display: block;
	margin: 16px 0;
}
.show .fl p {
	line-height: 1.5;
}
.show .fl ul li {
	width: 146px;
	float: left;
	margin-right: 32px;
}
.show .fl ul li:last-child {
	margin-right: 0;
}
.show .fl ul li p {
	text-align: center;
	line-height: 2;
}
.show .fl .onchat {
	position: absolute;
	bottom: 0;
	left: 0;
}
.show .fl .onchat img {
	display: inline-block;
	margin-right: 40px;
}
.show .fr {
	width: 460px;
	height: 450px;
	overflow: hidden;
}
.show .fr ul {
	margin-top: 20px;
}
.show .fr ul li {
	float: left;
	margin-right: 23px;
}
.show .fr ul li:last-child {
	margin-right: 0;
}
/*文章开始*/
.main {
	width: 920px;
	margin-top: 40px;
}
.main h3 {
	font-size: 18px;
	color: #0a78d1;
}
.main table {
	text-align: center;
	margin: 20px auto 30px;
	border-collapse: collapse;
	color: black;
	font-size: 14px;
}
.main table th {
	text-align: center;
	color: #fff;
	font-size: 16px;
	border: 0;
	line-height: 40px;
	background-color: #0a78d1;
}
.main table tr:nth-child(2n) {
	background-color: #fff;
}
.main table tr {
	background-color: #eee;
}
.main table .bgred {
		background-color: #0a78d1;
	}
.main table td.linet {
	height: 60px;/*这里需要自己调整，根据自己的需求调整高度*/
	position: relative;
}
.main table td.linet .line-p{
	position: absolute;
	top: -20px;
	left: 80px;
}
.main table td.linet .line-m{
	position: absolute;
	top: 20px;
	left: 5px;
}
.main table td.linet .line-c{
	position: absolute;
	top: 15px;
	left: 70px;
}
.main table td[class=linet]:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 135px;
	top: 0;
	left: 0;
	background-color: #222;
	display: block;
	-webkit-transform: rotate(-75deg);
	-ms-transform: rotate(-75deg);
	-moz-transform: rotate(-75deg);
	-o-transform: rotate(-75deg);
	transform: rotate(-75deg);
	transform-origin: top;
}
.main table td[class=linet]:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 90px;
	top: 0;
	left: 0;
	background-color: #222;
	display: block;
	transform: rotate(-47deg);
	transform-origin: top;
}
.main table td {
	border: 1px white solid;
	text-align: center;
	line-height: 60px;
}
.main ul li {
	float: left;
	margin-right: 26px;
	margin-top: 10px;
}
.main ul li:last-child {
	margin-right: 0;
}
.main ul li p {
	text-align: center;
	line-height: 2;
}
/*留言*/
.main .msg {
	width: 920px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}
.main .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;
}
.main .msg form {
	margin-top: 40px;
	width: 910px;
}
.main .msg form div {
	margin-bottom: 30px;
}
.main .msg form .left input,.main .msg form .right input {
	width: 320px;
	height: 38px;
	font-size: 14px;
	color: #333;
	padding-left: 10px;
	outline: none;
	border: 1px #ccc solid;
}
.main .msg form p {
	width: 90px;
	text-align: right;
	margin-right: 14px;
	color: #0a78d1;
	display: inline-block;
}
.main .msg form .left {
	float: left;
}
.main .msg form .right {
	float: right;
}
.main .msg form .text {
	width: 910px;
	margin: 0 auto;
	overflow: hidden;
}
.main .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;
}
.main .msg form .btn {
	width: 800px;
	float: right;
	margin: 30px 0 50px 0;
}
.main .msg form .btn input {
	width: 200px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	margin-left: 137px;
	cursor: pointer;
	background-color: #0a78d1;
}
.main .msg form .btn input[type=reset] {
	background-color: #242d3c;
}
/*侧边导航栏*/
.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;
}