@charset "UTF-8";

/*
* @description:OA产品页样式
 *@author:王奉
* @update: name(xxxx-xx-xx xx:xx)
 */
 .merit{
	width: 100%;
    height: 267px;
    background: #F8F9FD;
	text-align:center;
	padding-top:30px;

 }
  .adv-con{
	 margin: 0 44px 30px 0;
 }
 .adv-con:nth-child(5) {
  
    margin: 0 44px 30px 0;
}
.adv-con:nth-child(1){
	 margin: 0 44px 30px 126px;
 }
 .adv-con:nth-child(4){
	  margin: 0 44px 30px 126px;
 }
 .merit-con{
	 margin-left:132px;
 }
 .merit-title{
	 color: #333;
font-size: 18px;
font-weight: bold;
 }
 .merit-text{
	 color:#666;
	 font-size:16px;
 }
 .imagine{
	 width:100%;
	 background:#F8F9FD;
 }
 
 .imagine-img {
    display: block;
    width: 63px;
height: 62px;
background: #fff;
box-shadow: 0px 0px 20px 0px rgba(10, 16, 126, 0.1);
border-radius: 50%;
text-align:center;
margin-right:36px;

}
 .imagine-img img{
	 width:34px;
	 height:34px;
	 margin:14px auto;
	 
 }
 .imagine-title{
	 color:#343434;
	 font-size:18px;
	 font-weight: bold;
 }
 .imagine-text{
	 width: 492px;
font-size: 16px;

color: #666666;
 margin-bottom:29px;

 }
.imagine-main{
	width:1200px;
	margin:0 auto;
}
.imagine-right{
	margin-top:43px;
}
.regular{
	width:100%;
height: 680px;
background: #E8F5FF;

}
.registry-con:first-child{
	margin-top:42px;
}
.registry-con{
	width: 554px;
height: 130px;
background: #FFFFFF;
box-shadow: 0px 0px 20px 0px rgba(10, 16, 126, 0.1);
border-radius: 10px;
margin-bottom:32px;

}
.regular-title{
	color:#343434;
	font-size:18px;
	font-weight:bold;
	margin:26px 0 0 0;
}
.regular-text{
	color:#666;
	font-size:16px;
}
.regular-icon{
	display:block;
	margin:44px 24px 0 32px;
}
.service-con {
	width:380px;
	height:123px;
    margin-right:30px;
	background:url(../images/oa/img-xingzhuang.png) no-repeat;
	background-size:100% 100%;
	float:left;
    box-shadow: 0px 0px 20px 0px rgba(10, 16, 126, 0.1);

}
.service-con:last-child{
	margin-right:0;
}
.service-con img{
	display:block;
	float:left;
	margin:37px 72px 0 30px;
}
.service-title{
	color:#343434;
	font-size:20px;
	margin:31px 0 12px 0;
	font-weight:bold;
}
.service-text{
	color:#666;
	font-size:16px;
}
.oa-banner1-fr{
	right:125px;
	top:168px;
}
@media screen and (max-width: 1274px){
	.adv-con:nth-child(1){
		margin: 0 45px 40px 0;
	}
	.adv-con:nth-child(4) {
       margin: 0 0 40px 0;
    }
	.merit-title,.regular-title,.service-title{
		font-size:26px;
	}
	.merit-text,.regular-text{
		font-size:20px;
	}
	.registry-con{
		height:175px;
	}
	.regular-text{
		width:442px;
	}
	.service-title{
		font-size:20px;
	}
	.registry-con:first-child {
       margin-top: 12px;
    }
 }