* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #fff;
}

/* 通用样式 */
a {
	text-decoration: none;
	color: #333;
}

.module {
	max-width: 1200px;
	margin: auto;
}

.moduleTitle {
	padding: 30px 0;
	text-align: center;
}

.moduleTitle span {
	margin: 0 50px;
	font-size: 18px;
	font-weight: 600;
}

.more {
	margin: 15px 0;
}

.more a {
	display: block;
	width: 200px;
	border: 1px solid #85b5e9;
	margin: auto;
	padding: 15px;
	position: relative;
	color: #85b5e9;
}

.more span {
	position: absolute;
	width: 35px;
	height: 1px;
	border-bottom: 1px solid #85b5e9;
	right: 20px;
	top: 25px;
}

.clearFloat {
	display: block;
	content: '';
	height: 0;
	clear: both;
}

.info-content {width: 100%;}
.info-img {width: 100%;}
.info-explain {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	padding: 5px;
	font:15px/1.25 Arial,Verdana,Helvetica,sans-serif;
}

.info-explain p {
	margin-bottom: 8px;
	line-height: 24px;
}

.info-img img {
	width: 100%;
}

/* banner */
.banner {
	width: 100%;
	position: relative
}

.banner img {
	display: block;
	width: 100%;
}
.logo{
	padding: 15px 0;
	background: #7DB8FF;
	width: 100%;
}
.logo a{
	display: block;
	width: 50%;
	margin: auto;
	max-width: 500px;
}
.container {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0;
}

/* 区情介绍 */
.lg {
	padding: 20px 0;
	position: relative;
}

.lg::after {
	display: block;
	content: '';
	height: 0;
	clear: both;
}

.lg .lg-video {
	float: right;
	width: 100%;
}

.lg .lg-video img {
	width: 100%;
}

.lg .lg-title {
	font-size: 18px;
	padding: 15px 0 25px;
	margin-left: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 600;
}

.lg .lg-explain {
	background: url('http://www.lg.gov.cn/imagelzb/lgtoworld-lgbg.png') no-repeat;
	background-size: 100%;
}

.video {
	height: 400px !important;
	margin-top: 20px !important;
}

.lg-bg {
	position: absolute;
	bottom: 30px;
	height: 70px;
	width: 100%;
	background: #7DB8FF;
	z-index: -1;
}

/* 产业发展介绍 */
.hj {
	padding: 20px 0;
}

.hj::after {
	display: block;
	content: '';
	height: 0;
	clear: both;
}


.hj-explain,.fz-explain{
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 12;
	word-break: break-word;
}

/* 产业发展介绍 */
.fz {
	padding: 20px;
	background: #7DB8FF;
	color: #fff;
}

.fz::after {
	display: block;
	content: '';
	height: 0;
	clear: both;
}


.fz .fz-title {
	background: url('http://www.lg.gov.cn/imagelzb/lgtoworld-icon5.png') no-repeat;
	background-size: 10px;
	background-position: 5px;
}

.fz .more a {
	margin: 0;
	color: #fff;
	border: 1px solid #fff;
}

.fz .more span {
	border-bottom: 1px solid #fff;
}

/* 优秀企业 */
.qy {
	padding: 20px;
	background: url('http://www.lg.gov.cn/imagelzb/lgtoworld-gybg.png') no-repeat;
	background-color: #f6f7f9;
	background-size: 100%;
}

.qy .item{
	margin-bottom: 20px;
}
.qy .item::after {
	display: block;
	content: '';
	height: 0;
	clear: both;
}
.qy .item .qy-title{
	background: none;
	padding: 0 10px;
	text-indent:0;
}
.qy .item .qy-title::after{
	display: block;
	content: '';
	height: 0;
	clear: both;
}
.qy .item .qy-title img{
	margin: 4px 10px;
	float: right;
}
.qy .item:nth-child(2) .qy-title img{
	transform: rotateY(180deg);
	float: left;
}
.qy .item:nth-child(3) .qy-title span{
	float: right;		
}

/* 重点园区 */
.zdyq_swiper {
	max-width: 1200px;
}

.swiper-slide img {
	width: 100%;
}

.yq-item {
	background: #eee;
}

.yq-item .yq-img {
	position: relative;
	height: 230px;
	overflow: hidden;
}

.yq-item .yq-img .qy-hover {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.yq-item .yq-img .qy-hover img {
	position: absolute;
	left: 45%;
	top: 45%;
	width: 20px;
}

.yq-item .yq-content {
	text-align: justify;
	padding: 8px;
}

.yq-item .yq-content h3 {
	padding: 5px 0;
	font-weight: 500;
}

.yq-item .yq-content p {
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
	color: #888;
}

.yq-item:hover {
	background: #85b5e9;
}

.yq-item:hover .yq-img .qy-hover {
	display: block;
}

.yq-item:hover .yq-content h3 {
	color: #fff;
}

.yq-item:hover .yq-content p {
	color: #fff;
}

/* footer */
.footer {
	width: 100%;
	background: #425c73;
	padding: 40px 0;
}

.footerText {
	max-width: 1200px;
	margin: auto;
	color: #bbb;
	font-size: 13px;
	line-height: 24px;
}

@media (min-width:150px) {
	.more a{width: auto;}
	.module{padding: 8px;}
	.container{padding: 0;}
	.moduleTitle{border-bottom: 1px solid #eee;padding: 5px 0;}
	.moduleTitle img{width: 40px;display: none;}
	.moduleTitle span{margin: 0;}
	.lg{padding: 8px;}
	.lg .lg-title{padding: 5px 0;margin-left:0;text-align: center;}
	.lg-bg{display: none;}
	.info-title{background: none;text-indent: 0;}
	.fz-title,.hj-title{display: none;}
}

@media (min-width:375px) {
	.more a{width: 200px;margin: auto;}
	.fz .more a{margin: auto;}
}
@media (min-width:640px) {
	.moduleTitle{border-bottom: none;padding: 20px 0;}
	.moduleTitle img{width: auto;display: initial;}
	.moduleTitle span{margin: 0 30px;}
	.lg{padding: 8px;}
	.lg .lg-title{padding: 5px 0;margin-left:0;text-align: center;}
	.lg .lg-content{width: 100%;}
	.lg .lg-video{width: 100%}
	.lg-bg{display: none;}
	.fz .fz-content{float: left;width: 50%;}
	.fz .fz-img{float: right;width: 40%;}
	.qy .item .qy-content{width:50%;}
	.qy .item .qy-img{width:45%;}
	.qy .item:nth-child(odd) .qy-content {
		float: left;
	}
	.qy .item:nth-child(odd) .qy-img {
		float: right;
	}
	.qy .item:nth-child(even) .qy-content {
		float: right;
	}
	.qy .item:nth-child(even) .qy-img {
		float: left;
	}
	.info-title{background: none;text-indent: 0;}
	.fz-title,.hj-title{display: none;}
}
@media (min-width:800px) {
	.info-title {
		background: url('http://www.lg.gov.cn/imagelzb/lgtoworld-icon3.png') no-repeat;
		background-size: 10px;
		text-indent: 15px;
		background-position: 5px;
		font-size: 16px;
		font-weight: 600;
		padding: 10px;
	}
	.fz .more a{margin: 0;}
	.fz-title,.hj-title{display: block;}
}
@media (min-width:900px) {
	.moduleTitle {
		padding: 30px 0;
		text-align: center;
	}
	.moduleTitle span {
		margin: 0 50px;
		font-size: 18px;
		font-weight: 600;
	}
	
	.more {
		margin: 15px 0;
	}
	
	.more a {
		display: block;
		width: 200px;
		border: 1px solid #85b5e9;
		margin: auto;
		padding: 15px;
		position: relative;
		color: #85b5e9;
	}
	
	.more span {
		position: absolute;
		width: 35px;
		height: 1px;
		border-bottom: 1px solid #85b5e9;
		right: 20px;
		top: 25px;
	}
	
	.clearFloat {
		display: block;
		content: '';
		height: 0;
		clear: both;
	}
	
	.info-title {
		background: url('http://www.lg.gov.cn/imagelzb/lgtoworld-icon3.png') no-repeat;
		background-size: 10px;
		text-indent: 15px;
		background-position: 5px;
		font-size: 16px;
		font-weight: 600;
		padding: 10px;
	}
	
	.info-explain {
		font-size: 14px;
		line-height: 24px;
		text-align: justify;
		padding: 5px;
	}
	
	.info-explain p {
		margin-bottom: 8px;
	}
	
	.info-img img {
		width: 100%;
	}
	
	/* banner */
	.banner {
		width: 100%;
	}
	
	.banner img {
		display: block;
		width: 100%;
	}
	
	.container {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 0;
	}
	
	/* 区情介绍 */
	.lg {
		position: relative;
	}
	
	.lg::after {
		display: block;
		content: '';
		height: 0;
		clear: both;
	}
	
	.lg .lg-content {
		float: left;
		width: 50%;
	}
	
	.lg .lg-video {
		float: right;
		width: 45%;
	}
	
	.lg .lg-video img {
		width: 100%;
	}
	
	.lg .lg-title {
		font-size: 18px;
		padding: 15px 0;
		border-bottom: 1px solid #eee;
		font-weight: 600;
		text-align: left;
	}
	
	.lg .lg-explain {
		background: url('http://www.lg.gov.cn/imagelzb/lgtoworld-lgbg.png') no-repeat;
		background-size: 100%;
	}
	
	.video {
		height: 400px !important;
		margin-top: 20px !important;
	}
	
	.lg-bg {
		display: block;
		position: absolute;
		bottom: 30px;
		height: 70px;
		width: 100%;
		background: #7DB8FF;
		z-index: -1;
	}
	
	/* 产业发展介绍 */
	.hj {
		padding: 20px 0;
	}
	
	.hj::after {
		display: block;
		content: '';
		height: 0;
		clear: both;
	}
	
	.hj .hj-content {
		float: right;
		width: 43%;
	}
	
	.hj .hj-img {
		float: left;
		width: 55%;
	}
	
	/* 产业发展介绍 */
	.fz {
		padding: 20px;
		background: #7DB8FF;
		color: #fff;
	}
	
	.fz::after {
		display: block;
		content: '';
		height: 0;
		clear: both;
	}
	
	.fz .fz-content {
		float: left;
		width: 50%;
	}
	
	.fz .fz-img {
		float: right;
		width: 45%;
	}
	
	.fz .fz-title {
		background: url('http://www.lg.gov.cn/imagelzb/lgtoworld-icon5.png') no-repeat;
		background-size: 10px;
		background-position: 5px;
	}
	
	.fz .more a {
		margin: 0;
		color: #fff;
		border: 1px solid #fff;
	}
	
	.fz .more span {
		border-bottom: 1px solid #fff;
	}
	
	/* 优秀企业 */
	.qy {
		padding: 20px;
		background: url('http://www.lg.gov.cn/imagelzb/lgtoworld-gybg.png') no-repeat;
		background-color: #f6f7f9;
		background-size: 100%;
	}
	.qy .item{
		margin-bottom: 20px;
	}
	.qy .item::after {
		display: block;
		content: '';
		height: 0;
		clear: both;
	}
	
	.qy .item .qy-title{
		background: none;
		padding: 0 10px;
		text-indent:0;
	}
	.qy .item .qy-title::after{
		display: block;
		content: '';
		height: 0;
		clear: both;
	}
	.qy .item .qy-title img{
		margin: 4px 10px;
		float: right;
	}
	.qy .item:nth-child(2) .qy-title img{
		transform: rotateY(180deg);
		float: left;
	}
	.qy .item:nth-child(3) .qy-title span{
		float: right;		
	}
	.qy .item .qy-content {
		width: 55%;
		text-align: justify;
	}
	
	.qy .item .qy-img {
		width: 40%;
	}
	
	.qy .item:nth-child(odd) .qy-content {
		float: left;
	}
	
	.qy .item:nth-child(odd) .qy-img {
		float: right;
	}
	
	.qy .item:nth-child(even) .qy-content {
		float: right;
	}
	
	.qy .item:nth-child(even) .qy-img {
		float: left;
	}
	
	/* 重点园区 */
	.zdyq_swiper {
		max-width: 1200px;
	}
	
	.swiper-slide img {
		width: 100%;
	}
	
	.yq-item {
		background: #eee;
	}
	
	.yq-item .yq-img {
		position: relative;
	}
	
	.yq-item .yq-img .qy-hover {
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
	}
	
	.yq-item .yq-img .qy-hover img {
		position: absolute;
		left: 45%;
		top: 45%;
		width: 20px;
	}
	
	.yq-item .yq-content {
		text-align: justify;
		padding: 8px;
	}
	
	.yq-item .yq-content h3 {
		padding: 5px 0;
		font-weight: 500;
	}
	
	.yq-item .yq-content p {
		font-size: 13px;
		line-height: 20px;
		overflow: hidden;
		margin-bottom: 5px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		word-break: break-all;
		color: #888;
	}
	
	.yq-item:hover {
		background: #85b5e9;
	}
	
	.yq-item:hover .yq-img .qy-hover {
		display: block;
	}
	
	.yq-item:hover .yq-content h3 {
		color: #fff;
	}
	
	.yq-item:hover .yq-content p {
		color: #fff;
	}
}
