
/*统一格式*/
.tongyi_h2{
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 5rem;
}
.tongyi_p{
	font-size: 1.6rem;
	
	line-height: 3rem;
}


/*品质控制*/
#rf_business_img{
	position: relative;
	width: 100%;
	background:url(../img/product_img/product.png) no-repeat;
	background-size: 100% 100%;
	border: 1px solid white;
	text-align: center;
	color: white;
	margin-bottom: 80px;
}
#rf_business_img::after {
            content:"";
            display: block;
            padding:3%;
     }

#rf_business_img h2{

	margin-top: 25%;
	margin-bottom: 10px;
}
#rf_business_img p{
	width: 70%;
	margin: auto;
}




/*类型1-4*/
.rf_lunbo{
	width: 75%;  
	margin: 0 auto;
	margin-bottom: 140px;
}
.rf_lunbo .rf_lunbo_text{
	margin: 0 auto;
	width: 90%;
	text-align: center;
}
.rf_lunbo h2{
	margin-top: 10px;
	margin-bottom: 25px;
}

/*企业管理轮播图*/

.rf_lunbo_lunbo{
	width: 100%;
	position: relative;
}
.rf_lunbo_btn{
	width: 40px;height: 40px;
	border: 1.5px solid red;
	text-align: center; line-height: 37px; border-radius: 50%; font-size: 2rem; color: red;
	
}

.rf_lunbo_lunbo .rf_lunbo_btn_left{
	position: absolute;
	top: 45%; left:0.1%;
	
}
.rf_lunbo_lunbo .rf_lunbo_btn_right{
	position: absolute;
	top: 45%; left: 96%;
	
}
.rf_lunbo_lunbo .rf_lunbo_btn:hover{
	background-color: red;   color: white;
}

.rf_lunbo_lunboK{
	margin: 0 auto;
	margin-top: 50px;
	width: 92%;  
	position: relative;
	overflow: hidden;
}

.rf_lunbo_lunboUl{	
	position: absolute;
	padding:0; margin:0;
}
.rf_lunbo_lunboUl li{
	background:red; float:left;
	border: none; padding: 0;
}




/*手机端--------------------------------------------------------------------------------*/
@media  screen and (max-width:1115px) and (min-width:768px)
{
	.rf_lunbo_lunbo .rf_lunbo_btn_left{
		top: 45%; left: -2%;
	}
	
}
@media  screen and (max-width:769px){
	#rf_business_img{
		background:url(../img/product_img/productphone.png) no-repeat;
		background-size: 100% 100%;
	}
	#rf_business_img::after {
            content:"";
            display: block;
            padding:35%;
        }
	#rf_business_img h2{
		position: absolute;
		width:100%; 
		 margin: 0;
		top: 60%;
	}
	#rf_business_img p{
		display: none;
	}
	
	
	
	.tongyi_h2{
		font-size:2.5rem;
	}
	.tongyi_p{
		letter-spacing: 1px;
	}
	
	
	
	
/*轮播图*/
	.rf_lunbo_lunboK{
		width: 100%;  
		
	}
	.rf_lunbo{
		width: 85%;
		margin-bottom: 120px;
	}
	
	.rf_lunbo .rf_lunbo_text{
		width: 100%;
	}
	.rf_lunbo_lunbo .rf_lunbo_btn_left{

		top: 110%; left: 34%;
	
	}
	.rf_lunbo_lunbo .rf_lunbo_btn_right{
		
		top: 110%; left: 54%;
		
	}
	.rf_lunbo_btn{
		width: 30px;height: 30px;
		border: 1.5px solid red;
		line-height: 25px; border-radius: 50%; font-size: 2rem; color: red;
	
	}
}

@media  screen and (max-width:400px){
	#rf_business_img h2{
		letter-spacing: 0;
		font-size: 2.5rem;
	}
}