*{
	font-family: "微软雅黑";
}
/*除首页以外的banner图*/
.banner-page{
	height: 420px;
	border: 1px solid transparent;
}
.banner-page{
	width: 100%;
	background-image: url(../img/solution.png);
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner-page h3{
	margin-top: 151px;
	font-size: 36px;
	color: white;
	margin-bottom: 0;
}
.banner-page p{
    font-size: 16px;
    color: white;
    width: 100%;
    line-height: 30px;
    font-family: "微软雅黑";
    margin: 0 auto;
    margin-top: 30px;
}
.banner-bg{
    margin-left: 96px;
    width: 45%;
}
.products{
	overflow: hidden;
	margin-bottom: 60px;
}
.products .introduce{
	margin-bottom: 10px;
}
.civil-service{
	overflow: hidden;
}
.products h2{
	font-size: 36px;
	color: #383838;
	margin-top: 50px;
}
.products h3{
	font-size: 28px;
	color: #383838;
	margin-bottom: 0;
}
.products ul li{
     margin-top: 46px;
}
.civil-service ul li{
	padding: 0 20px;
}
.pipe ul li{
	padding: 0 20px;
}
.products ul li p{
	color: white;
}
.pro-title{
    position: absolute;
    bottom: 0;
    line-height: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.products ul li a{
	display: block;
	text-decoration: none;
	text-align: center;
	position: relative;
}
.products ul li a img{
	width: 100%;
}
.products .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left: 0;
	padding-right: 0;
}
.pro-title{
	font-size: 24px;
	color: #0527af;
	/*padding: 14px 10px 8px 10px;*/
	margin-bottom: 0;
}
.pro-introduce{
	font-size: 16px;
	color: #0527af;
	padding: 0 10px 20px 10px;
}
.active-img-name{
	position: absolute;
	width: 100%; 
	left: 50%;
    transform: translateX(-50%);
    top:0;
    height: 0;
    background: rgba(0,0,0,0.3);
    overflow: hidden;
}
.active-pro-name {
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    transition: height 1s;
    background-color: #00dfb9;
    
}

.active-pro-name p {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: white;
    line-height: 50px;
    height: 50px;
    width: 100%;
    margin-bottom: 0;
    /*background-color: rgba(0,0,0,0.5);*/
    background-color: #00dfb9;
}
.products  ul li a:hover .active-pro-name {
        color: white;
        position: absolute;
        bottom: 0;
        line-height: 50px;
        left: 50%;
        height: 50px;
        transform: translateX(-50%);
        width: 100%;
        background-color: #00dfb9;
        overflow: hidden;
        transition: height 0.8s;
        z-index: 1;
    }
     .products ul li a:hover .active-img-name {
        height:88%;
        transition: height 0.4s;
    }
    /*.products ul li a:hover {
        border: 2px solid white;
    }*/
/*.products ul li a:hover p{
	background-color: #0527af;
	color: white;
}
.products ul li a:hover{
    border: 2px solid white;
}*/
.pipe{
    overflow: hidden;
}
.business{
    overflow: hidden;
}
.engineering{
    overflow: hidden;
}
.engineering ul li{
	padding: 0 71px;
}
.customer{
    overflow: hidden;
}
.customer ul li{
	padding: 0 20px;
}
.businesses{
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.businesses img{
    margin-bottom: 30px;
    margin-top: 20px;
}





@media only screen and (min-width: 992px) and (max-width: 1199px){
	.pro-introduce{
		font-size: 14px;
	}
	.products ul li{
		padding: 0 5px;
	}
}



@media only screen and (min-width: 768px) and (max-width: 991px){
	.products ul li {
	    padding: 0 5px;
	}
	.products h2{
		font-size: 32px;
	}
	.products h3{
		font-size: 22px;
		margin-top: 10px;
	}
	.pro-title{
		font-size: 18px;
		overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    text-overflow: ellipsis;
        padding: 14px 10px 4px 10px;
	}
	.pro-introduce{
		overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    text-overflow: ellipsis;
	    font-size: 12px;
	}
	.list{
		width: 90%;
		margin: 0 auto;
		margin-top: 35px;
	}
	.list ul{
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.list ul li{
		position: relative;
	}
	.list ul li img{
		width: 90%;
	}
	.list ul li span{
        right: 2px;
	    top: -2px;
	    font-size: 16px;
	    color: #6fb82d;
	    position: absolute;
	    border: 1px solid #6fb82d;
	    border-radius: 50%;
	    padding: 1px 7px 1px 7px;
	    background-color: white;
	}
	.list ul li p{
	    width: 90%;
	    color: #87c359;
	    text-align: center;
	    margin-top: 5px;
	    font-size: 12px;
	}
	.pro h2{
		font-size: 26px;
		margin-top: 20px;
	}
	.pro h3{
		font-size: 14px;
		margin-top: 10px;
	}
	.civil ul li{
		width: 90%;
		margin: 0 auto;
		margin-top: 27px;
		padding-bottom: 27px;
		overflow: hidden;
		border-bottom: 2px dashed #999794;
	}
	.civil ul li div{
		padding-left: 10px;
	}
	.pro ul li h4{
	    color: #0527af;
	    margin-top: 0;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    width: 92%;
	    margin-bottom: 2px;
	}
	.pro-info{
        font-size: 14px;
	    color: #777777;
	    text-decoration: none;
	    display: block;
	    line-height: 18px;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
	.more{
	    float: right;
	    color: #0527af;
	    padding: 3px 10px;
	    border: 1px solid #0527af;
	    font-size: 12px;
	    display: block;
	    margin-top: 10px;
	}
	.pro-info a:hover, a:focus{
		text-decoration: none;
		color: #777777;
	}
	.businesses ul li{
		width: 90%;
		margin: 0 auto;
		margin-top: 27px;
		padding-bottom: 7px;
		overflow: hidden;
	}
	.pro{
		margin-bottom: 40px;
	}
}
@media only screen and (max-width:767px){
	.list{
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.list ul{
		overflow: hidden;
		/*display: flex;
		flex-wrap: nowrap;
		justify-content: center;*/
	}
	.list ul li{
		width: 25%;
		position: relative;
		float: left;
		text-align: center;
		margin-top: 13px;
	}
	.list ul li img{
		width: 68%;
	}
	.list ul li span{
        right: 2px;
	    top: -2px;
	    font-size: 16px;
	    color: #6fb82d;
	    position: absolute;
	    border: 1px solid #6fb82d;
	    border-radius: 50%;
	    padding: 1px 7px 1px 7px;
	    background-color: white;
	}
	.list ul li p{
	   /* width: 90%;*/
	    color: #333333;
	    text-align: center;
	    margin-top: 5px;
	    font-size: 16px;
	}
	.pro h2{
		font-size: 26px;
		margin-top: 20px;
	}
	.pro h3{
		font-size: 14px;
		margin-top: 10px;
	}
	.civil{
		margin-top: 35px;
	}
	.civil ul li{
		width: 90%;
		margin: 0 auto;
		margin-top: 27px;
		padding-bottom: 27px;
		overflow: hidden;
		border-bottom: 2px dashed #999794;
	}
	.civil ul li div{
		padding-left: 10px;
	}
	.pro ul li h4{
	    color: #3f3f3f;
	    margin-top: 0;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    width: 92%;
	    margin-bottom: 6px;
	    font-weight: 500;
	}
	.pro-info{
        font-size: 14px;
	    color: #777777;
	    text-decoration: none;
	    display: block;
	    line-height: 18px;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
	.more{
        float: right;
	    color: #00BBF0;
	    padding: 2px 4px;
	    border: 1px solid #00BBF0;
	    font-size: 12px;
	    display: block;
	    margin-top: 10px;
	    border-radius: 5px;
	}
	.pro-info a:hover, a:focus{
		text-decoration: none;
		color: #777777;
	}
	.businesses ul li{
		width: 90%;
		margin: 0 auto;
		margin-top: 27px;
		padding-bottom: 7px;
		overflow: hidden;
	}
	.pro{
		margin-bottom: 40px;
	}
	.banner-bg{
	    text-align: center;
	    margin-left: 0;
	    width: 65%;
	    margin: 0 auto;
	}
	.banner-page{
		height: 334px;
	}
	.banner-page h3{
		margin-top: 99px;
		font-size: 28px;
	}
	.banner-page h4{
		font-size: 52px;
	}
	.banner-page p{
		width: 100%;
	    font-size: 20px;
	    color: white;
	    width: 100%;
	    line-height: 30px;
	    font-family: "微软雅黑";
	    margin: 0 auto;
	    margin-top: 13px;
	    text-align: center;
	}
	.banner-page{
		width: 100%;
		background-image: url(../img/solution1.png);
		background-repeat: no-repeat;
	    background-size: 100% 100%;
	}
}
@media only screen and (max-width:360px ){
	.pro-info{
	    -webkit-line-clamp: 2;
	}
	.more{
		margin-top: 7px;
	}
	.banner-page{
		width: 100%;
		background-image: url(../img/solution1.png);
		background-repeat: no-repeat;
	    background-size: 100% 100%;
	}
}
