.abt1{
	left: 15px;
}
.abt2{
  background-color: #fff;
  overflow: hidden;
}
.abt2:before,.abt2:after{
  display: table;
  content: " ";
}
.abt2:after{
  clear: both;
}
.abt2-left,.abt3-right{
	padding-left: 0;
	padding-right: 0;
}
.abt2-right,.abt3-left{
	background-color: #C9CACA;
  position: relative;
}
.abt3-left{
  background-color:#EFEFEF;
}
@media(min-width: 1200px){
  .abt3-right{
    float: right;
  }
  .abt3-left{
    float: left;
  }
}
.abt2-right-text-trans{
	top:50%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
}
.abt2-right-text,.abt3-left-text{
  padding-right: 30px;
  position: absolute;
  left: 75px;
}
.abt2-right-text h2,.abt3-left-text h2{
  font-size: 22px;
  color: #3E3A39;
  font-weight: bold;
  margin-top: 0;
}
.abt2-right-text p,.abt3-left-text p{
  font-size: 12px;
  color: #3E3A39;
  margin-bottom: 35px;
}

.abt2-btn{
  background-color: #595757;
}
.abt2-bgimg{
  width: 100%;
  height: 410px;
  background-color: #fff;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: auto;
  background-position: center;
}
.abt3-left-text{
  right: 75px;
}
.abt3-btn{
  margin-left: 5px;
}
.abt4{
  position: relative;
}
.abt4-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.abt4 span{
  font-size: 48px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.abt4-btn{
  background-color: #083783;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 18px;
}
@media(max-width: 768px){
  .abt1{
    left: 15px;
    top: auto;
    bottom: 50px;
  }
  .abt2-right,.abt3-left{
    height: 280px;
    padding-top: 30px;

  }
  .abt3-left{
    height: 350px;
  }
  .abt2-right-text,.abt3-left-text{
    left: 30px;
    width: 80%;
  }
  .abt3-btn{
    margin-top: 15px;
  }
  .abt4-text{
    padding-left: 30px;
    /*padding-right: 30px;*/
    left: 0;
    transform: translate(0,-50%);
  }
  .abt4{
    height: 300px;
    background-position: -200px center;
    background-size: cover;
  }
  .abt4 span{
    font-size: 30px;
    /*vertical-align: middle;*/
  }
  .abt4-btn{
    vertical-align: top;
    margin-top: 0;
  }
}