.scenario-divider {
  margin: 40px 0; 
} 

.s_banner{
	width: 100%; 
	height: 230px;
	overflow: hidden;
	background-image:url(../images/scenario/banner_scenario.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color:#ffffff;
	position:relative;
}
.s_mian_contentbox_img{
	width: 90%;
}

@media (min-width: 320px) and (max-width:460px) {
.s_banner{
  width: 100%; 
  height: 230px;
  overflow: hidden;
  background-image:url(../images/scenario/banner_scenario.png);
  background-size: cover;
  background-position: 30% 50%;
  background-repeat: no-repeat;
  background-color:#ffffff;
  position:relative;
}
}
.s_mian_contentbox_tbox {
    width: 90%;
    padding-right: 50px;
    margin-top: 20px;
}
.s_mian_contentbox_t1{
	color: #444;
	width: 100%;
	font-size: 18px;
	margin-bottom: 10px;
}
.s_mian_contentbox_t2{
	color: #7a7a7a;
	width: 100%;
	font-size: 14px;
	line-height: 1.6em;
}
.s_pg1{
	background: #fff;
	height: 100%;
	padding-bottom: 30px;
	}


	

/* ==============START 个人办公类流程场景 ===========*/
/* 标题 */
.s_pg2{
	background: #fff;
	height: 100%;
	padding-bottom: 30px;
}
.page-section {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #edeff2;
}
.section-blue {
    position: relative;
    border: none;
    overflow: hidden;
}
.section-center, .section-center .actions {
    /* text-align: center; */
}
/* .section-blue:before, .management:before{
  position:absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  min-width: 700px;
  border: none;
  background: #026FCE;
  background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
  background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
  background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
  background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
  background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
  background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
} */
.section-blue:before, .management:before{
  position:absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  min-width: 700px;
  border: none;
  background: url("../images/scenario/titlebg.png");
}
.section-blue:after, .management:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 14px 14px;
    border-color: transparent transparent #ffffff transparent;
    margin-left: -14px;
}
.management:after {
    border-color: transparent transparent #2c343b transparent;
}
.section-blue .container {
    position: relative;
    z-index: 1;
}

.section-content  {
	width: 450px;
	height: 100%;
	margin: 0 auto;
}
.section-content .section-title {
    margin: 0;
    line-height: 36px;
    margin-bottom: 5px;
    color: #444;
    font-size: 24px;
}

.section_img{
	float: left;
	width: 112px;
	height: 60px;
	margin: 2px 20px 0 0;
	background: url("images/scenario/img_work.png") no-repeat center;
}
.img_work {
    background-image: url(../images/scenario/img_work.png);
}
.img_organization {
    background-image: url(../images/scenario/img_organization.png);
}
.img_business {
    background-image: url(../images/scenario/img_business.png);
}

.section-content .section-desc {
    margin-left: 80px;
    margin-top: 5px;
    color: #7a7a7a;
    line-height: 20px;
}
/* 内容 */




/* ==============START 组织运营类流程场景 ===========*/
.s_pg3{
	background: #fff;
	height: 100%;
	}

/* ==============START 业务管理类流程场景 ===========*/
.s_pg4{
	background: #fff;
	height: 100%;
	padding-bottom: 60px;
	}
.business_text {
    margin-top: 20px;
    margin-bottom: 15px;
}







