@charset "utf-8";

/**/

.content {
	font-size: 16px;
	color: #080808;
	background: #f2f2f2;
	padding-bottom: 50px;
}

.content .map-lead {
	line-height: 50px;
	box-shadow: 0 2px 5px #B9B9B9;
	background: #FFFFFF;
	margin-bottom: 30px;
}

.content .map-lead a:hover {
	color: #2B5DAC;
}

.content .cnt-l {
	width: 250px;
	float: left;
	background: #FFFFFF;
}

.content .cnt-l .lead {
	line-height: 80px;
	font-size: 30px;
	color: #FFFFFF;
	background: #2b5dac;
	padding: 0 17px;
}

.content .cnt-l ul {
	padding: 20px 17px;
	line-height: 50px;
}

.content .cnt-l ul img {
	margin-right: 10px;
}

.content .cnt-l ul .on a,
.content .cnt-l ul li:hover a {
	color: #2b5dac;
}

.content .cnt-r {
	width: 930px;
	float: right;
	box-shadow: 0 0 5px #e3e3e3;
	background: #FFFFFF;
	padding: 15px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 50px;
	text-indent: 20px;
}

.content .cnt-r img {
	display: block;
	margin: 0 auto 20px;
}

.content .cnt-r .lead {
	font-size: 22px;
	color: #0f6eba;
	border-bottom: 1px solid #DCDCDC;
	padding: 5px;
}


/*pages*/

.Pagination {
	height: 55px;
	line-height: 20px;
	color: #565656;
	display: flex;
	justify-content: center;
	margin-top: 50px;
	clear: both;
	text-indent: 0;
}

.Pagination span {
	margin-right: 5px;
	display: block;
	float: left;
	margin-left: 5px;
}

.Pagination span b {
	padding: 0 2px;
}

.Pagination div {
	float: left;
}

.Pagination a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	float: left;
	color: #565656;
	border: 1px solid #cacaca;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	margin: 0 2px;
}

.Pagination .Ellipsis {
	line-height: 32px;
	overflow: hidden;
	display: none;
}

cite.FormNum {
	display: block;
	float: left;
	line-height: 20px;
	height: 20px;
	font-style: normal;
	padding-left: 10px;
}

#PageNum {
	color: #777;
	width: 30px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #cacaca;
	margin: 0 5px;
	text-align: center;
}

.Pagination a:hover,
.Pagination a.PageCur {
	background-color: #2B5DAC;
	border: 1px solid #2B5DAC;
	color: #ffffff;
}

.content .cnt-r .t {
	margin-top: 50px;
}

.content .cnt-r .address {
	float: left;
}

.content .cnt-r .erweima {
	float: right;
	text-align: center;
}

.content .cnt-r .erweima img {
	margin: 0;
	border: 1px solid #DCDCDC;
	padding: 10px;
}

.content .cnt-r .address li {
	background: url(../images/lxwm-icons.png) no-repeat 0 8px;
	padding-left: 20px;
}

.content .cnt-r .address li:nth-child(2) {
	background-position: 0 -24px;
}

.content .cnt-r .address li:nth-child(3) {
	background-position: 0 -57px;
}

.content .cnt-r .address li:nth-child(4) {
	background-position: 0 -90px;
}

.content .cnt-r .address li:nth-child(5) {
	background-position: 0 -123px;
}

.content .cnt-r .address li:nth-child(6) {
	background-position: 0 -155px;
}

.content .cnt-r .b {
	margin-top: 50px;
}

.content .cnt-r .b .lead {
	text-align: center;
}

.content .cnt-r .b ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content .cnt-r .b ul li{
	width: 45%;
	border: 1px solid #DCDCDC;
	margin: 20px;
	padding: 20px 0;
}

.content .cnt-r .b ul li p:first-child{
	margin-bottom: 30px;
}

#dituContent {
	width: 890px;
	height: 320px;
	border: 5px solid #eceaea;
	margin-top: 60px;
}

.content form {
	padding: 0 20px;
}

.content input {
	width: 445px;
	height: 40px;
	display: block;
	margin: 30px 0;
	padding-left: 10px;
	outline: none;
	font-size: 14px;
}

.content textarea {
	width: 840px;
	height: 150px;
	max-width: 840px;
	max-height: 150px;
	display: block;
	margin: 30px 0;
	padding: 10px;
	outline: none;
	resize: none;
	font-size: 14px;
}

.content .submit {
	display: block;
	width: 130px;
	height: 40px;
	background: #2B5DAC;
	color: #FFFFFF;
	border: 1px solid #2B5DAC;
	border-radius: 5px;
	cursor: pointer;
}

.content .submit:hover {
	background: transparent;
	color: #2B5DAC;
}


/*技术服务*/

.severice {}

.severice ul li {
	border-bottom: 2px solid #EEEEEE;
	padding: 35px 0;
}

.severice ul li:first-child,
.severice ul li:nth-child(6n) {
	padding-top: 15px;
}

.severice ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content .cnt-r.severice li img {
	margin: 0;
	border: 5px solid #eeeeee;
}

.severice ul li .severice-intro {
	max-width: 530px;
	line-height: 25px;
	text-indent: 0;
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.severice ul li .severice-intro p:first-child {
	font-size: 20px;
	color: #0F6EBA;
	margin-bottom: 10px;
}

.severice ul li:hover .severice-intro {
	color: #2B5DAC;
}

.content .cnt-r.severice .lead {
	padding-top: 28px;
}

.content .cnt-r.severice .info {
	padding-top: 25px;
}


/*新闻*/

.content .cnt-r.news {
	text-indent: 0;
	line-height: 25px;
}

.content .cnt-r.news li {
	margin-top: 30px;
}

.content .cnt-r.news .tit {
	font-size: 20px;
	padding-bottom: 8px;
	color: #2B5DAC;
	border-bottom: 1px solid #DCDCDC;
}

.content .cnt-r.news .time {
	font-size: 12px;
	color: #999999;
}

.content .cnt-r.news .new-intro {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666666;
}

.content .cnt-r.news li:hover .new-intro {
	color: #2B5DAC;
}

.content .cnt-r.news-detail .tit {
	text-align: center;
	font-size: 22px;
	color: #000000;
	margin: 20px 0 10px;
}

.content .cnt-r.news-detail .time {
	text-align: center;
	color: #999999;
	font-size: 14px;
}