html,body{
  margin:0;
  padding:0;
  height: 100%;
  font-family: 'Roboto', sans-serif;
}
body{

}

img{
  max-width: 100%;
  width:auto;
  height: auto;
}

.vcenter{
  display: table;
  width:100%;
  height:100%;
}
.vcenter > div{
  display: table-cell;
  vertical-align: middle;
  height:100%;
}


p{
  display: inline-block;
  margin:2px 0;
}

@media(max-width:575px){
  p{
    display: block;
  }
  span{
    display: none;
  }
}



/* index1 */
.wrapper_one{
  display: flex;
  flex-direction: row;
  height: 100%;
}
.wrapper_one a{
  color:#00587c;
  text-decoration: none;
}
.wrapper_one span{
  padding-left:10px;
  padding-right: 10px;
}
.wrapper_one .left{
  display: block;
  float: left;
  width:40%;
  height: 100%;
  text-align: center;
  color:#00587c;
  font-size:16px;
}
.wrapper_one .left .vcenter{
  width:calc(80% - 100px);
  float:right;
  height:100%;
  padding:0 50px;
}
.wrapper_one .right{
  display: block;
  float: left;
  width:60%;
  height: 100%;
  background: url('images/bg-1.jpg') center no-repeat;
  background-size: cover;
}
@media (max-width:1199px){
  .wrapper_one .left .vcenter{
    width:calc(100% - 100px);
    padding:0 50px;
  }
}
@media (max-width:767px){
  .wrapper_one .left .vcenter{
    width:calc(100% - 60px);
    padding:0 30px;
  }
  .wrapper_one{
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .wrapper_one .left{
    float: none;
    width:100%;
    height: 40%;
    order: 2;
  }
  .wrapper_one .right{
    float: none;
    width:100%;
    height: 60%;
    order: 1;
  }
}


/* index2 */
.wrapper_two{
  display: block;
  height: 100%;
  width: 100%;
  background: url('images/bg-2.jpg') center no-repeat;
  background-size: cover;
  text-align: center;
}
.wrapper_two a{
  color:#000;
  text-decoration: none;
}
.wrapper_two .vcenter{
  height: 100%;
}
.wrapper_two .vcenter > div{
  padding:40px;
}


/* index3 */
.wrapper_three{
  display: flex;
  flex-direction: row;
  height: 100%;
}
.wrapper_three a,
.wrapper_three strong{
  color:#01b1fc;
  text-decoration: none;
}
.wrapper_three span{
  padding-left:10px;
  padding-right: 10px;
}
.wrapper_three .line{
  display: block;
  height:10px;
  background: #01b1fc;
  margin-top:30px;
  margin-bottom:15px;
}
.wrapper_three .left{
  display: block;
  float: left;
  width:40%;
  height: 100%;
  background: url('images/bg-3.jpg') center no-repeat;
  background-size: cover;
}
.wrapper_three .right{
  display: block;
  float: left;
  width:60%;
  height: 100%;
  color:#00587c;
  font-size:16px;
}
.wrapper_three .right .vcenter{
  height:100%;
  width:calc(100% - 200px);
  padding:0 0 100px 200px;
}
.wrapper_three .right .vcenter > div{
  vertical-align: bottom;
}
.wrapper_three .right img{
  max-width:500px;
  width:auto;
  height: auto;
}
@media (max-width:1199px){
  .wrapper_three .right .vcenter{
    width:calc(100% - 100px);
    padding:0 50px 100px 50px;
  }
  .wrapper_three .line{
    margin-right:-50px;
  }
  .wrapper_three .right img{
    max-width:450px;
    width:auto;
    height: auto;
  }
}
@media (max-width:767px){
  .wrapper_three .right .vcenter{
    width:calc(100% - 60px);
    padding:30px;
  }
  .wrapper_three .right img{
    max-width:100%;
    width:auto;
    height: auto;
  }
  .wrapper_three{
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .wrapper_three .right{
    float: none;
    width:100%;
    height: 60%;
    order: 2;
  }
  .wrapper_three .left{
    float: none;
    width:100%;
    height: 40%;
    order: 1;
  }
}
