/*标题*/
.rtrs_title h1{
	font-size: 33px;
	font-weight: 500;
	color: #383838;
	margin-bottom: 16px;
	font-weight: bold;
}
.rtrs_title p{
	font-size: 18px;
	color: #C7C7C7;
	margin-bottom: 55px;
}
/*banner*/
#banner .slide-text img{
	width: 160px;
}
.slide-text >img{
	margin-top: 20px;
}
.slide-text > p{
	margin-bottom: 20px;
}
/*社会痛点*/
#painpoint{padding: 60px 0 80px 0;}
.pain dl dt{
	font-family: .SFNSDisplay;
	font-size: 22px;
	color: #383838;
	text-align: center;
	margin-bottom: 12px;
	font-weight: 100;
}
.pain dl dd{
	font-family:  ;
	font-size: 14px;
	color: #868686;
/*	text-align: justify;*/
	padding: 0 20px;
}
.pain dl dd:nth-child(2){
	min-height: 125px;
}
.pain dl dd img{
	width: 122px;
}
/*产品介绍调整*/
.wxb_newindex .start_live{
	height: auto;
}
.wxb_newindex .start_live{
	background: #F8F9FF;
}
.fenlei{
	width: 60%;
	margin: 0 auto;
}
.fenlei ul li{
	display: inline-block;
	margin:0 24px;
}

/*更多的服务*/
#more_service{
	/*background: url(../images/ddbg.gif);*/
/*	background: #f6f7fd;*/
	padding: 86px 0 230px 0;	
}
.more_service{
	/*float: left;
	width: 19%;
	margin-right: 1%;*/	
	background-size:100% 100%;	
	padding: 0 20px;
}
.rtrsg{
	background: url(../images/more_bg.png) no-repeat;
	background-size: 100%;
	height: 300px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 10px #ccc;
}
.more_service .img{
	width:26%;
	margin: 0 auto;
	margin-top: 10px;
}
.more_service .text{
	text-align: center;
	margin-top: 30px;
	border-top: 1px dashed #ccc;
	padding-top: 20px;
}
.more_service .text b{
	font-family: PingFangSC-Semibold;
	font-size: 18px;
	color: #383838;
}
.more_service .text p{
	font-family:  ;
	font-size: 14px;
	color: #B4B4B4;
	padding: 0 10px;
	margin-top: 20px;
}
/*应用场景*/
#scene{
	background: url(../images/scenebg.gif);
	padding: 87px 0 100px 0;
}
#scene .rtrs_title h1{
	color: #fff;
}
.scene_list{
	background: rgba(0,33,58,.37);
	box-shadow: 0 11px 25px 0 rgba(37,49,60,0.3);
	text-align: center;
	overflow: hidden;
}
.scene_list:before{
	content: "";
	display: table;
}
.scene_list>div{
	position: relative;
	bottom: -190px;
	cursor: pointer;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}

.scene_list>div dt{
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 68px;
	position: relative;
}
.scene_list>div dt:after{
	content: "";
	display: block;
	width: 50px;
	height: 4px;
	background: #3FF1FF;
	position: absolute;
	left: 50%;
	top:80px;
	margin-left: -25px;
}
.scene_list>div dd{
	font-family:  ;
	font-size: 16px;
	color: #C2DEFF;
	height: 76px;
	line-height: 76px;
	background: url(../images/scene_line.png) center bottom no-repeat;
	display: none;
}

/*.scene_list>div:hover{	
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}*/
/*.scene_list>div:hover dl>dd{
	display: block;
}*/
#scene .current dd{
	display: block;
}
#scene .current{
	bottom: 0;
	background:rgba(0,157,255,.31);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
/*技术优势*/
#advantage{
	padding: 92px 0 110px 0;
	/*background: url(../images/ddbg.gif);*/
/*	background: #f6f7fd;*/
}
.advantage{
	width: 30%;
	margin-right: 3.33%;
}
.advantage_tit{
	background:url(../images/advantage_tit.png) no-repeat;
	background-size: cover;
	height: 68px;
	padding: 0 10px;
}
.advantage_tit h1{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 68px;

}
.advantage_tit h2{
	font-size: 35px;
	color: #E8F2FF;
	line-height: 68px;
}
.advantage_text{
	background: #FFFFFF;
	box-shadow: 0 5px 19px 0 rgba(37,53,135,0.07);
	border-radius: 6px;
	height: 120px;
}
.advantage_text p{
	font-size: 16px;
	color: #737373;
	line-height: 28px;
	padding: 10px;
}
/*关于U人力*/
#about{
	padding: 67px 0 97px 0;
	background: #F8F9FF;
}
#about .text b{
	font-size: 20px;
	color: #383838;
}
#about .text h1{
	font-size: 48px;
	color: #E8E1EF;
	text-align: justify;
	margin-bottom: 27px;
}
#about .text p{
	font-size: 14px;
	color: #383838;
	text-align: justify;
	line-height: 26px;
}
/*客户案例*/
#customer{
	padding: 100px 0 121px 0;
}
#customer .row ul li{
	float: left;
	width: 20%;
	padding: 20px;
}
#customer .row ul li img{
	box-shadow: 1px 1px 10px #ccc;
}

/*响应式调整*/
@media only screen and (max-width:768px ) {
#painpoint,#more_service,#scene,#advantage,#about,#customer{
	padding: 40px 0;
}
.rtrs_title h1{
	font-size: 20px;
}
.rtrs_title p{
	font-size: 16px;
	margin-bottom: 24px;
}
.slide-text > h1{
	height: auto;
}
.slide-text > p{
	margin-bottom: 0;
	height: auto;
}
.carousel-indicators{
	display: none;
}
#banner{
	margin-top: -20px;
}
.pain dl dd:nth-child(2){
	min-height: 70px;
}
.pain dl dd{
	text-align: justify;
}
.pain dl dd img{
	margin-bottom: 40px;
}
#wxb_newindex{
	display: none !important; 
}
.scene_list>div{
	position: inherit;
}
.advantage{
	width: 90%;
	float: inherit !important;
	margin: 0 auto;
	margin-bottom: 20px;
}
.more_service{
	width: 90%;
	margin: 0 auto;
	float: inherit;
}
.more_service .img{
	width: 20%;
	padding-top: 10px;
}
#customer .row ul li{
	width: 50%;
}
#customer .row ul li:last-child{
	display: none;
}	
#footer h4{
	margin-top: 16px;
}
.scene_list>div dd{display: block;}
.scene_list>div{background: rgba(0,157,255,.31);margin-bottom: 20px;}

}
/*2018.07.10针对小屏幕显示调整样式*/
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
	.jswboxs{
		display: none !important;
	}
	.fenlei ul li{
		margin: 0 10px;
	}
	#about .text h1 {
	    font-size: 18px;
	    margin-bottom: 4px;
	}
	.rtrs_navbox ul li{
		width: 80px;
	}
		#banner .slide-text img{
		display: none;
	}

	
	
	
	
	
	
	
	
}