@charset "utf-8";
/* CSS Document */
.banner {
	height: 220px;
	background: url(../img/news/banner.jpg) center no-repeat;
}
.solution-banner {
	height: 220px;
	background: url(../img/solution/banner.jpg) center no-repeat;
}
.con {
	margin-top: 40px;
}
/*侧边栏*/
.sidebar {
	width: 240px;
}
.sidebar .sidebar-item1 {
	border-top: 1px solid #cecece;
}
.sidebar .sidebar-item1 li {
	height: 55px;
	line-height: 55px;
	text-align: center;
	border: 1px solid #cecece;
	border-top: none;
	box-sizing: border-box;
}
.sidebar .sidebar-item1 li a {
	width: 240px;
	height: 55px;
	display: block;
}
.sidebar .sidebar-item1 li.cur {
	background-color: #0a78d1;
	border: 1px solid #0a78d1;
	margin-top: -1px;
}
.sidebar .sidebar-item1 li.cur a {
	color: #fff;
}
.sidebar .sidebar-item2 {
	margin-top: 20px;
}
.sidebar .sidebar-item2 h3 {
	width: 240px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	background-color: #0a78d1;
	color: #fff;
}
.sidebar .sidebar-item2 ul {
	border: 1px solid #cecece;
	border-top: 0;
	padding-top: 20px;
}
.sidebar .sidebar-item2 ul li {
	padding: 0 10px;
	height: 81px;
	margin-bottom: 20px;
}
.sidebar .sidebar-item2 ul li img {
	float: left;
	width: 118px;
}
.sidebar .sidebar-item2 ul li p{
	float: right;
	width: 90px;
	font-size: 15px;
	padding-top: 20px;
}
/*新闻列表*/
.main {
	width: 910px;
}
.main ul li {
	padding: 25px 0;
	border: 1px solid #cecece;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.main ul li .img-l {
	width: 267px;
	float: left;
	padding: 0 20px;
	border-right: 1px solid #cecece;
	box-sizing: border-box;
}
.main ul li .p-r {
	width: 560px;
	float: left;
	font-size: 18px;
	margin-left: 30px;
}
.main ul li .p-r p {
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}
.main ul li .p-r p strong {
	display: block;
}
.main ul li .p-r p span {
	color: #0a78d1;
	float: right;
}
.main ul li .arr a {
	position: absolute;
	top: 45%;
	right: 20px;
	width: 23px;
	height: 26px;
	background: url(../img/news/arr.png) center no-repeat;
}
.main .page {
	text-align: center;
	margin-top: 40px;
}
.main .page a {
	padding: 4px 10px;
}
 .main .page {
	text-align: center;
	margin-top: 40px;
}
.main .page a {
	padding: 4px 10px;
}
.main .stone li {
	float: left;
	border: 0;
	padding: 0;
	margin-right: 59px;
}
.main .stone li:nth-child(3n) {
	margin-right: 0;
}
.main .stone li img {
	width: 264px;
	height: 198px;
	display: block;
}
.main .stone li p {
	text-align: center;
	line-height: 2;
}

/*详情页*/
.company {
	width: 910px;
}
.company h2 {
	font-size: 26px;
	font-weight: normal;
	color: #333;
	padding-bottom: 8px;
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	margin-bottom: 50px;
}
.company h2 span {
	position: absolute;
	top: 50px;
	left: 20px;
	font-size: 16px;
	color: #666;
}
.company p {
	overflow: hidden;
	line-height: 1.8;
	text-indent: 2em;
	margin-bottom: 20px;
}
.company p img {
	margin: 0 auto;
	display: block;
	text-indent: 0;
}
.company p a {
	color: #0a78d1;
}
.company p strong {
	display: block;
	color: #0a78d1;
}
.company p:last-child {
	margin-top: -20px;
}
.company p:last-child em  {
	float: right;
}
/*留言*/
.con .msg {
	width: 910px;
	float: right;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}
.con .msg h3 {
	font-size: 22px;
	text-align: center;
	color: #fff;
	width: 910px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px 10px 0 0;
	background-color: #0a78d1;
}
.con .msg form {
	margin-top: 40px;
	width: 900px;
}
.con .msg form div {
	margin-bottom: 30px;
}
.con .msg form .left input,.con  .msg form .right input {
	width: 320px;
	height: 38px;
	font-size: 14px;
	color: #333;
	padding-left: 10px;
	outline: none;
	border: 1px #ccc solid;
}
.con .msg form p {
	width: 90px;
	text-align: right;
	margin-right: 14px;
	color: #0a78d1;
	display: inline-block;
}
.con .msg form .left {
	float: left;
}
.con .msg form .right {
	float: right;
}
.con .msg form .text {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.con .msg form .text textarea {
	width: 796px;
	color: #333;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 1px #ccc solid;
	box-sizing: border-box;
	resize: none;
	outline: none;
}
.con .msg form .btn {
	width: 860px;
	float: right;
	margin: 30px 0 50px 0;
}
.con .msg form .btn input {
	width: 200px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	margin-left: 180px;
	cursor: pointer;
	background-color: #0a78d1;
}
.con .msg form .btn input[type=reset] {
	background-color: #242d3c;
}