/*服务及导航部分样式*/
#service_ul{
    padding-top: 105px;
}
#passage ul{
    margin-top: 50px;
    padding: 0;
    float: left;
}
#passage ul li{
    padding-bottom: 45px;
	min-height: 430px;
}
#Servicemenu a{
	display: inline-block;
	padding: 10px 30px;		
	color: #666666;
}
#Servicemenu ul li{
	/*padding: 10px 30px;*/
	display: inline-block;
	color: #666;
	cursor: pointer;
}

/* 主体内容部分 */
#passage ul li span{
	display: block;
	width: 100%;
	height: 256px;
	overflow: hidden;
}
#passage ul img{    
	min-width: 100%;
	height: 100%;
}
#passage ul h1{
	height: 84px;
    float: left;
    padding-top: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-bottom: 20px;
}
#passage ul p{
    clear: both;
	margin: 70px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;	
	padding: 0;
}
#passage ul li .discription{
	height: 50px;
}
#passage ul li .discription p{
	padding: 0;
	margin: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 24px;
}
#button{
    /*margin:0 auto;*/
    clear: both;
    padding: 40px 0 0 0;
}
#button ul{	
    width:100%;
    height: 33px;
    text-align: center;
    margin:0 auto 95px;
    padding:0;
}
.pagination{
	display: block;
}
#button ul li {
    width: 33px;
    height: 33px;
    line-height: 33px;
    margin: 0 15px 0 0;
    display: inline-block;
}
#button a{
    color: black;
	background:rgba(0,0,0,0.1);
    display: block;
    width: 33px;
    height: 33px;
    text-align: center;
    border-bottom:1px solid #e5e5e5;
	font-size: 16px;
	font-family: "宋体";
    /*float: left;*/
}
#button a:hover{
    color: #ffffff;
    background-color: #e7390e;
    border-bottom:none;
}
#button .active{    
    background-color: #e7390e;
    border-bottom:none;
}
#button .active a{
	color: #ffffff;
	border-bottom: 1px solid #e7390e;
	font-size: 16px;
	font-family: "宋体";
}
.pagination>.active>a{
	background-color: #e7390e;
}
.pagination>li:last-child>a, .pagination>li:last-child>span,.pagination>li:first-child>a, .pagination>li:first-child>span{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pagination>li>a, .pagination>li>span{
	border: none;
}
/**服务手机端菜单的样式**/
.tel-servicetop{
    background: #333;
    display: none;
	width: 100%;
}
.tel-servicemenu ul li span{
    display: block;
    text-align: center;
}
.tel-servicemenu ul li a{
    color: #999;
}
.tel-servicemenu ul .active>a{
    background: #414141;
    color: #fff;
    display: block;
}
@media screen and (max-width: 750px){
	#main{
		padding: 0;
	}
    .tel-servicetop{
        display: block;
        height: 60px;
        margin-top: 60px;
		position: fixed;
		z-index: 10000;
    }
    .service .about-titletop{
        display: none;
    }
    .tel-servicemenu ul li{
        float: left;
        display: inline-block;
        width: 16.667%;
        line-height: 30px;
    }
    .service .banner{
        display: none;
    }
	#passage ul{
		margin-top: 150px;		
	}
	#passage ul h1{
		height: 50px;
		margin-bottom: 8px;
	}
	#passage ul li{
		padding-bottom: 5rem;
	}
	#passage ul li span{
		height: auto;
	}
	#passage ul img{
		height: 13rem;
		overflow: hidden;
	}	
	#passage ul li{
		min-height: 24rem; 
		max-height: 24rem;
	}
}
