﻿#middle{
	width: 100%;
	padding-top: 88px;
}

.lbt-div{
	width: 100%;
	height: 500px;
	background: url(/cms/templates/320556866184410000/images/banner.jpg)no-repeat center;
}
.banner-out{
	margin: 0 auto;
	padding-top: 86px;
	letter-spacing: 1px;
	color: #232121;
}
.banner-tit{
	font-size: 44px;
	font-weight: bold;
}
.banner-text{
	font-size: 24px;
	margin-top: 40px;
}
.banner-p{
	display: none;
}

/* 二级导航 */
.mid-nav{
	height: 84px;
	border-bottom: 1px solid #eaeaea;
	position: sticky;
	top: 89px;
	background: #ffffff;
	z-index: 100;
}
.mid-nav-box{
	margin: 0 auto;
}
.mid-nav-box ul li{
	float: left;
	margin-right: 80px;
	font-size: 20px;
}
.mid-nav-box ul li a{
	display: block;
	padding: 0 5px;
	height: 80px;
	line-height: 80px;
	color: #292929;
	cursor: pointer;
}
.mid-nav-box ul li .mid-check{
	border-bottom: 4px solid #e81919;
}

/* 公用 */
.main-contain{
	margin: 0 auto;
}
.each-title{
	font-size: 30px;
	font-weight: bold;
}
.each-title a{
	cursor: pointer;
	color: #000000;
}
/* 定位链接 */
.dzjg-title,
.qsydw-title{
	position: relative;
}
.dzjg-title a,
.qsydw-title a{
	position: absolute;
	top: -220px;
}

/* 党政机关 */
.dzjg-title{
	margin-top: 50px;
}
.ztjg-img{
	margin-top: 30px;
}
.ztjg-img img{
	width: 100%;
}

/* 典型客户列表 */
.dxkh-list{
	margin-top: 50px;
	margin-left: -18px;
}
.dxkh-list ul li{
	float: left;
	margin-left: 18px;
	width: calc((100% - 73px) / 4);
	height: 80px;
	margin-bottom: 32px;
	box-sizing: border-box;
	padding: 10px 10px 10px 30px;
	-moz-box-shadow:2px 2px 4px #c8c8c8;
	-webkit-box-shadow:2px 2px 4px #c8c8c8;
	box-shadow:2px 2px 4px #c8c8c8;
	cursor: pointer;
}
.kh-img,.kh-text{
	float: left;
}
.kh-text{
	color: #000000;
	font-size: 20px;
	width: calc(100% - 80px);
	height: 60px;
	text-align: left;
	display: table;
}
.kh-text .kh-text-in{
	display: table-cell;
	vertical-align: middle;
}
.kh-text span{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.kh-img{
	height: 60px;
	margin-right: 20px;
}
.kh-img img{
	height: 100%;
}
.dxkh-list ul li:hover{
	-moz-box-shadow:4px 4px 6px #c8c8c8;
	-webkit-box-shadow:4px 4px 6px #c8c8c8;
	box-shadow:4px 4px 6px #c8c8c8;
}

/* 企事业单位 */
.qsydw-title{
	margin-top: 50px;
}
.qsydw-list{
	margin-bottom: 70px;
}
.qsydw-list ul li:nth-child(10) .kh-img,
.qsydw-list ul li:nth-child(9) .kh-img{
	line-height: 60px;
	height: auto;
	width: 96%;
}
.qsydw-list ul li:nth-child(10) .kh-img img,
.qsydw-list ul li:nth-child(9) .kh-img img{
	height: auto;
	width: 100%;
	vertical-align: middle;
}
.dxkh-list ul li:nth-child(4) .kh-img,
.dxkh-list ul li:nth-child(5) .kh-img,
.dxkh-list ul li:nth-child(6) .kh-img,
.dxkh-list ul li:nth-child(7) .kh-img,
.dxkh-list ul li:nth-child(11) .kh-img{
	height: auto;
	width: 60px;
	line-height: 60px;
}
.dxkh-list ul li:nth-child(4) .kh-img img,
.dxkh-list ul li:nth-child(5) .kh-img img,
.dxkh-list ul li:nth-child(6) .kh-img img,
.dxkh-list ul li:nth-child(7) .kh-img img,
.dxkh-list ul li:nth-child(11) .kh-img img{
	height: auto;
	width: 100%;
	vertical-align: middle;
}


/* ===========视图宽度============ */

.w_1300 {
	max-width: 1300px;
}

/* ==============@media============== */

@media screen and (max-width: 1920px){}

@media screen and (max-width: 1545px) {
	
	
}

@media screen and (max-width: 1340px){
	.w_1300{
		max-width: 1200px;
	}
}


@media screen and (max-width: 1240px){
	.w_1300 {
		max-width: 1000px;
	}
	
}

@media screen and (max-width: 1095px){
}

@media screen and (max-width: 1024px){
	.w_1300 {
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1000px){
	
	/* banner */
	.lbt-div{
		background: none;
		height: auto;
		position: relative;
	}
	.banner-p{
		display: inline;
		width: 100%;
	}
	.banner-out{
		position: absolute;
		margin: 0 28px 0 40px;
	}
	
	.main-contain{
	    margin: 0 20px;
	}
	
	/* 中间导航 */
	.mid-nav-box ul li{
		margin: 0 18px 0 32px;
	}
	
	/* 党政机关 */
	.dxkh-list ul li{
		width: calc((100% - 37px) / 2);
	}
	.qsydw-list ul li:nth-child(10) .kh-img{
		width: 78%;
	}
	
}

@media screen and (max-width: 768px){
	#middle{
		padding-top: 79px;
	}
	
	/* 二级导航 */
	.mid-nav{
		position: unset;
	}
	
	/* banner */
	.banner-out{
		padding-top: 60px;
	}
	.banner-tit{
		font-size: 36px;
	}
	.banner-text{
	    font-size: 20px;
	    margin-top: 30px;
	}
	
	.each-title{
	    font-size: 26px;
	}
	
	/* 企事业单位 */
	.qsydw-list ul li:nth-child(10) .kh-img{
		width: 96%;
	}
	
}

@media screen and (max-width: 660px){
	
}


@media screen and (max-width: 550px){
	
	.each-title{
	    font-size: 22px;
	}
	
	/* 党政机关 */
	.dzjg-title{
		margin-top: 40px;
	}
	.dxkh-list{
		margin-top: 40px;
	}
	.kh-img{
	    height: 42px;
	    margin-right: 16px;
	}
	.dxkh-list ul li{
		padding-left: 20px;
		height: 62px;
	}
	.kh-text{
		font-size: 14px;
		width: calc(100% - 60px);
		height: 38px;
	}
	
	/* 企事业单位 */
	.qsydw-title{
		margin-top: 30px;
	}
	.qsydw-list ul li:nth-child(10) .kh-img,
	.qsydw-list ul li:nth-child(9) .kh-img{
		width: 98%;
		line-height: 38px;
	}
	.dxkh-list ul li:nth-child(4) .kh-img,
	.dxkh-list ul li:nth-child(5) .kh-img,
	.dxkh-list ul li:nth-child(6) .kh-img,
	.dxkh-list ul li:nth-child(7) .kh-img,
	.dxkh-list ul li:nth-child(11) .kh-img{
		width: 42px;
		line-height: 38px;
	}
	
}

@media screen and (max-width: 425px){
	#middle{
		padding-top: 69px;
	}
	
	/* banner */
	.banner-out{
		margin: 0 15px 0 20px;
	    padding-top: 40px;
	}
	.banner-tit{
	    font-size: 26px;
	}
	.banner-text{
	    font-size: 16px;
	    margin-top: 20px;
	}
	
	.each-title{
	    font-size: 20px;
	}
	
	/* 中间导航 */
	.mid-nav{
	    height: 62px;
	}
	.mid-nav-box ul li{
		font-size: 16px;
		margin: 0 0px 0 20px;
	}
	.mid-nav-box ul li .mid-check{
	    border-bottom: 2px solid #e81919;
	}
	.mid-nav-box ul li a{
	    height: 60px;
	    line-height: 60px;
	}
	
	/* 公用 */
	.dzjg-title a,
	.qsydw-title a{
		top: -100px;
	}

	/* 党政机关 */
	.dzjg-title{
		margin-top: 30px;
	}
	.dxkh-list{
	    margin-top: 24px;
		margin-left: -12px;
	}
	.dxkh-list ul li{
		margin-bottom: 20px;
		padding-left: 15px;
		padding-right: 6px;
		margin-left: 12px;
		width: calc((100% - 25px) / 2);
	}
	.kh-img{
	    height: 32px;
	    margin-right: 10px;
	    margin-top: 3px;
	}
	.kh-text{
		width: calc(100% - 43px);
		line-height: 16px;
	}
	
	/* 企事业单位 */
	.qsydw-title{
		/* margin-top: 20px; */
	}
	.dxkh-list ul li:nth-child(4) .kh-img,
	.dxkh-list ul li:nth-child(5) .kh-img,
	.dxkh-list ul li:nth-child(6) .kh-img,
	.dxkh-list ul li:nth-child(7) .kh-img,
	.dxkh-list ul li:nth-child(11) .kh-img{
		width: 32px;
	}
	
}

@media screen and (max-width: 375px){
	
	/* banner */
	.banner-out{
	    margin: 0 8px 0 15px;
	    padding-top: 30px;
	}
	.banner-tit{
	    font-size: 24px;
	}
	.banner-text{
	    font-size: 15px;
	    margin-top: 14px;
	}
	
}

@media screen and (max-width: 320px){
	
	/* 公用 */
	.dzjg-title a,
	.qsydw-title a{
		top: -80px;
	}
}