.scenario-divider {
  margin: 40px 0; 
} 
.scenario-divider2 {
  margin-top: 20px; 
  margin-bottom: 0px;
} 

/*two or three columns content start*/

.twocol_content, .threecol_content {
    display: block;
    text-align: left;
	padding-bottom: 20px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.twocol_content_img {
    max-width: 80%;
	/* margin-left: auto; */
    margin-right: auto;
}
.threecol_content_img {
    max-width: 90%;
	/* margin-left: auto; */
    margin-right: auto;
}
.twocol_content .caption {
	max-width: 80%;
    color: #7a7a7a;
	font-size: 14px;
}
.threecol_content .caption {
	max-width: 90%;
    color: #7a7a7a;
	font-size: 14px;
}
@media (max-width: 767px){
	.twocol_content_img,.threecol_content_img{
	max-width: 100%;
	padding: 15px 30px;
	}
	.twocol_content .caption, .threecol_content .caption  {
	max-width: 100%;
	padding: 0px 30px;
	text-align: center;
}
}

.twocol_content h3, .threecol_content h3 {
	color: #444;
    font-size: 23px;
    font-size: 18px;
}
/*two or three columns content end*/




.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_pg1{
	background: #fff;
	height: 100%;
	}
.s_pg2{
	background: #fff;
	height: 100%;
}
.s_pg3{
	background: #fff;
	height: 100%;
	}
.s_pg4{
	background: #fff;
	height: 100%;
	}
.s_pg5{
	background: #fff;
	height: 100%;
	padding-bottom: 60px;
	}
.s_pg6 {
    background: #0083b6;
    min-height: 1px;
    padding-bottom: 60px;
}

.slide_img {
    max-width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.slide_title {
	font-size: 18px;
	padding: 20px 0;
}
.slide_sectitle {
	text-align: center;
	margin: 0 auto;
	width: 80%;
	font-size: 14px;
	padding: 0 0 25px 0;
	color: #7a7a7a;
}



