.header{
	position: relative;
}
.com-nav{
	position: absolute !important;
	z-index: 10;
	width: 100%;
}
.owl-carousel{
	margin-top: -10px;
	z-index: 5;
	
}
.gsjj1{
	background: #f8f8f8;
}
.gsjj{
	padding: 48px 0px;
}
.gsjj-contnet h3{
	margin-bottom: 47px;
}
.gsjj-contnet p{
	line-height: 25px;
	margin-bottom: 47px;
}
.cpyyy{
	margin-top: 47px;
	width: 100%;
	margin: 0px;
}
.cpyyy h3{
	text-align: center;
	margin-bottom: 38px;
}
#owl-demo1 .owl-item{
	margin-right: 0px;
	position: relative;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -50%;
}
.owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -50%;
}
.cpyyy-title{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 18px;
	color: #333;
}
.cpyyy-ljgd{
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	font-size: 16px;
}
.index-new{
	margin-top: 49px;
	padding-top: 50px;
	background: #f8f8f8;
}
.index-new1{
	padding: 0px 10px;
}
.index-new1 img{
	width: 100%;
	margin-bottom: 18px;
}
.index-new h3{
	text-align: center;
	margin-bottom: 38px;
}
.index-new1 a:hover{
	text-decoration: none;
}
.index-new1 p{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.index-new1 span{
	font-size: 12px;
	color: #666;
}
.index-new1 .more{
	text-align: center;
	color: #006db4;
	font-size: 16px;
	margin-top: 30px;
	padding-bottom: 10px;
}
.lb-item a{
	display: block;
	padding: 5px;
}
.gsjj2{
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width: 1200px) {
	.gsjj-contnet p{
		line-height: 25px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 992px) {
	.gsjj2{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 922px) {
	.gsjj-contnet h3{
		margin-bottom: 25px;
	}
	.gsjj-contnet p{
		line-height: 25px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 922px) {
	.gsjj-contnet h3{
		margin-bottom: 10px;
		margin-top: 3px;
	}
	.gsjj-contnet p{
		line-height: 25px;
		margin-bottom: 10px;
	}
}	@media screen and (max-width: 768px) {
	.index-new{
	margin-top: 5px;
	padding-top: 5px;
	}
	.news-list>div{
		padding: 10px 0;
	}
	.index-new h3{
		margin-bottom: 10px;
	}
	.cpyyy h3{
		margin-bottom: 15px;
	}
}
.news-list{
	border-bottom: 1px #ccc solid;
}
.new-img{
	position: relative;
	max-height: 230px;
	text-align: center;
	overflow: hidden;
}
.new-img img{
	width: 100%;
}
.new-text{
	font-size: 12px;
	height: 33px;
}
.news-look{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,109,180,.5);
	opacity: 0;
	transition: all .5s;
}
.project-list-title{
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.news-look-box{
	position: relative;
	width: 100%;
	height: 100%;
}
.news-look-child{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
}
.news-look-child img{
	width: 21px;
}
.news-list:hover .news-look{
	opacity: 1;
}
.news-list:hover .project-list-title{
	color: #006db4;
}
.proll_img{
	position: relative;
}
.proll_img img{
	width: 100%;
}
.proll_look{
	position: absolute;
	background: rgba(0,109,180,.5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: all .5s;
}
#owl-demo1 .item:hover .proll_look{
	opacity: 1;
}