@charset "utf-8";





/*banner开始*/
.ban1>div{
	top: 22%;
	bottom: auto;
}
.ban1>div h3{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ban1>div p{
	font-size: 16px;
}

.ban1>div a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 8px 35px;
	margin-top: 40px;
	border-radius: 5px;
	border: 1px solid rgba(232,54,37,1);
	background-color: rgba(232,54,37,1);
	transition: all 0.33s;
}
.ban1>div a:hover{
	padding: 8px 100px;
	border-radius: 25px;
	background-color: rgba(232,54,37,9);
}




/*banner结束*/



/*选矿服务开始*/

.Iservice{
	margin: 30px 0;
}

.Iser-title{}
.Iser-title h2{
	color: #333;
	font-size: 30px;
	font-weight: bold;
}
.Iser-title p{
	color: #666;
	font-size: 14px;
}
.Iser-title div{
	width: 100%;
    height: 1px;
    margin: 8px 0;
    position: relative;
	background: -webkit-linear-gradient(to right, rgba(3,3,3,.03) 0%, rgba(3,3,3,.9) 50%, rgba(3,3,3,.03) 100%); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to right, rgba(3,3,3,.03) 0%, rgba(3,3,3,.9) 50%, rgba(3,3,3,.03) 100%); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to right, rgba(3,3,3,.03) 0%, rgba(3,3,3,.9) 50%, rgba(3,3,3,.03) 100%); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, rgba(3,3,3,.03) 0%, rgba(3,3,3,.9) 50%, rgba(3,3,3,.03) 100%); /* 标准的语法 */
}
.Iser-title div:before{
	content: "";
	position: absolute;
	top: -1px;
	left: 50%;
	width: 60px;
	height: 3px;
	margin-left: -30px;
	background-color: #E83625;
}


.Iser-nr{}
.Iser-nr li{
	width: 25%;
	float: left;
	padding: 0 15px;
}

.Iser-nr li a{
	display: block;
	padding: 60px 0 0;
	position: relative;
}
.Iser-nr li a:before{
	position: absolute;
	top: -20px;
	left: 0;
	z-index: -1;
	color: #333;
	font-size: 100px;
	font-family: "NSimSun";
	transition: all 0.33s;
}
.Iser-nr li a:hover:before{
	color: #E83625;
}

.Iser1 a:before{
	content: "01";
}
.Iser2 a:before{
	content: "02";
}
.Iser3 a:before{
	content: "03";
}
.Iser4 a:before{
	content: "04";
}


.Iser-nr li a img{
	width: 100%;
}
.Iser-nr li a h6{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 12px 0 3px;
	padding: 0 5px 8px;
	position: relative;
	transition: all 0.33s;
}
.Iser-nr li a:hover h6{
	color: #E83625;
}

.Iser-nr li a h6:after{
	content: "";
	position: absolute;
	left: 5px;
	bottom: 0px;
    width: 35px;
    height: 3px;
	background-color: #E83625;
}

.Iser-nr li a p{
	color: #666;
	font-size: 12px;
	height: 96px;
	line-height: 24px;
	padding: 0 5px;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.Iser-nr li a i{
	display: none;
    color: #ffffff;
    font-size: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 16px auto 0px;
    border-radius: 20px;
    border: 1px solid rgba(232,54,37,0);
    background-color: rgba(232,54,37,0);
    transition: all 0.33s;
}

.Iser-nr li a:hover i{
	width: 50%;
	font-size: 50px;
	border: 1px solid rgba(232,54,37,1);
	background-color: rgba(232,54,37,.85);
}







/*选矿服务结束*/


/*选矿设备开始*/
.Iproduct{
	padding: 30px 0;
	background-color: #f4f4f4;
}

.Ipro-nr{}

.Ipro-uls{
	padding: 10px 15px;
}
.Ipro-uls:after{
	content: "";
	display: block;
	clear: both;
}
.Ipro-uls li{
	float: left;
	width: 33.3%;
	padding: 0 10px;
	margin: 5px 0;
}
.Ipro-uls li a{
	color: #666;
	font-size: 16px;
	display: block;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #999;
	border-radius: 30px;
	background-color: #fff;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	transition: all 0.33s;
}

.Ipro-uls li.pro a{
	color: #ffffff;
    font-weight: bold;
    border-color: #E83625;
    background-color: #e83625;
}


.Ipro-lis{
	padding: 15px;
}
.Ipro-lis ul{
	display: none;
	overflow: hidden;
}
.Ipro-lis ul:first-of-type{
	display: block;
}
.Ipro-lis ul:after{
	content: "";
	display: block;
	clear: both;
}

.Ipro-lis ul li{
	float: left;
	width: 20%;
	padding: 0 10px;
}
.Ipro-lis ul li a{
	display: block;
}
.Ipro-lis ul li a img{
	width: 100%;
	transition: all 0.33s;
}
.Ipro-lis ul li a:hover img{
	opacity: .8;
}
.Ipro-lis ul li a span{
	color: #333;
	font-size: 14px;
	display: block;
	width: 100%;
	line-height: 28px;
	text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	transition: all 0.33s;
}
.Ipro-lis ul li a:hover span{
	color: #E83625;
}


#gd{
	display: none;
	text-align: center;
	margin: 20px 0 10px;
}
#gd a{
	color: #fff;
    font-size: 14px;
    padding: 6px 30px;
    border: 1px solid rgba(232, 54, 37,1);
    border-radius: 3px;
    background-color: rgba(232, 54, 37,1);
    transition: all 0.33s;
}
#gd a:hover{
	padding: 6px 100px;
	border-radius: 30px;
    background-color: rgba(232, 54, 37,.85);
}



/*选矿设备结束*/


/*选矿新闻开始*/
.Inew{
	margin: 30px 0;
}

.Inew-title{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	padding-left: 10px;
	position: relative;
	border-left: 6px solid #E83625;
}
.Inew-title:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #999;
}
.Inew-title a{
	float: right;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
    padding: 2px 10px;
    transition: all 0.33s;
}
.Inew-title a:hover{
	color: #e83625;
}

.Inew-lis{}
.Inew-lis li{
	border-bottom: 1px dashed #999;
}
.Inew-lis li a{
	display: block;
	padding: 5px 8px;
}
.Inew-lis li a i{
	float: left;
	width: 18px;
	height: 18px;
	color: #333;
	font-size: 14px;
	border: 1px solid #333;
	border-radius: 50%;
	line-height: 18px;
	text-align: center;
	margin: 6px;
	transition: all 0.33s;
}
.Inew-lis li.on a i{
	color: #fff;
	border-color: #E83625;
	background-color: #E83625;
}

.Inew-lis li a h6{
	color: #333;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
    padding-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.33s;
}
.Inew-lis li.on a h6{
	color: #E83625;
}

.Inew-lis li a p{
	color: #666;
    font-size: 14px;
    height: 0px;
    line-height: 24px;
    padding-left: 8px;
    margin-top: 6px;
    overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all 0.33s;
}
.Inew-lis li.on a p{
	height: 72px;
}



/*选矿新闻结束*/




@media only screen and (max-width: 1199px) and (min-width: 992px) {
.ban1>div {
    top: 12%;
}
.Iser-title h2 {
    font-size: 28px;
}
.Iser-nr li a:before {
    font-size: 90px;
}
.Iser-nr li a h6 {
    font-size: 18px;
}



	
	
	
	
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
.ban1>div {
    top: 10%;
    bottom: auto;
}
.ban1>div h3 {
    font-size: 24px;
    margin-bottom: 18px;
}
.ban1>div a {
    padding: 6px 30px;
    margin-top: 20px;
    border-radius: 5px;
}

.Iser-title h2 {
    font-size: 24px;
}
.Iser-title p {
    font-size: 14px;
}

.Iser-nr li a {
    padding: 45px 0 0;
}
.Iser-nr li a:before {
    font-size: 75px;
}
.Iser-nr li a h6 {
    font-size: 16px;
}
.Iser-nr li a p {
    font-size: 13px;
}

.Ipro-uls li {
    padding: 0 5px;
}
.Ipro-uls li a {
    font-size: 12px;
}

.Inew-title {
    font-size: 22px;
}
	
	
	
	
}

@media only screen and (max-width: 767px) {
.ban1>div {
    top: 10%;
}
.ban1>div h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.ban1>div p {
    font-size: 14px;
}
.ban1>div a {
    font-size: 14px;
    padding: 5px 30px;
    margin-top: 10px;
    border-radius: 5px;
}
.ban1>div a:hover {
    padding: 5px 100px;
}	
	
	
	
	
.Iser-title h2 {
    font-size: 22px;
}
.Iser-title p {
    font-size: 13px;
}
.Iser-nr li {
    width: 50%;
    margin: 10px 0;
}
.Iser-nr li a h6 {
    font-size: 18px;
}
.Iser-nr li a {
    padding: 30px 0 0;
}
.Iser-nr li a:before {
    font-size: 70px;
}


.Ipro-uls li {
    width: 50%;
    padding: 0 5px;
    margin: 5px 0;
}
.Ipro-uls li a {
    font-size: 12px;
}
.Ipro-lis ul li {
    width: 33.3%;
    padding: 0 6px;
}
.Ipro-lis ul li a{
	padding: 8px 0;
}
.Inew-title {
    font-size: 20px;
}



	
}





@media only screen and (max-width: 480px) {
.ban1>div {
    top: 0;
}
.ban1>div h3 {
    font-size: 20px;
    margin: 8px 0 5px;
}
.ban1>div p {
    font-size: 14px;
}
.ban1>div a {
    font-size: 14px;
    padding: 5px 30px;
    margin-top: 8px;
    border-radius: 5px;
}
.ban1>div a:hover {
    padding: 5px 60px;
}	
	
.Ipro-uls li {
    width: 100%;
}	
.Ipro-lis ul li {
    width: 50%;
}
	
	
	
.Iser-nr li a:before {
    font-size: 60px;
}
.Iser-nr li a {
    padding: 25px 0 0;
}
.Iser-nr li a h6 {
    font-size: 16px;
}
.Iser-nr li a i {
    margin: 10px auto 0px;
}

.Ipro-uls li a {
    padding: 5px 3px;
}

	
	
	
}
















