body{
  background: #fff;
}
/* banner */
.banner{
  position: relative;
}
.banner span{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  bottom: 45px;
  left: 15px;
}
.banner span p:first-child{
  font-weight: 400;
  text-transform:uppercase;
font-size: 32px;
width: 100%;
font-family: "OpenSans-Bold";
font-style: oblique;
color: #FFFFFF;
  
}

.banner span p:last-child{
  font-weight: 400;
  font-size: 13px;
  margin-top: 10px;
  font-style: oblique;
  color: #FFFFFF
}

/* center */
.container .center{
  margin-top: 150px;
  flex-wrap: wrap;
}
.container .center,
.container{
  max-width: 100%;
}
.get,
.container .center > div{
  display: flex;
  justify-content: end;
  width: 100%;
}
.get > div{
  width: 36%;
  max-width: 546px;
}
.get > div > ul{
  margin-top: 95px;
}
.get > div > ul li{
  display: flex;
  margin-top: 40px;
  align-items: center;
}
.get > div > ul li > div:first-child img{
  width: 100%;
}
.get > div > ul li > div:last-child{
  margin-left: 25px;
}
.get > div > ul li > div:last-child p{
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
}
.get > div > ul li > div:last-child span{
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  font-family: "OpenSans-SemiBold";
}
.get > div > ul li > div:last-child span a{
  font-weight: 600;
  font-family: "OpenSans-SemiBold";
  font-size: 16px;
}
.get > div > div{
  margin-top: 55px;
}
.get > div > div > span{
  font-weight: 600;
  font-size: 26px;
  font-family: "OpenSans-SemiBold";
}
.get > div > div > p{
  font-weight: 400;
  font-size: 14px;
  color: #828CA0;
  margin: 15px 0 20px;
}
.get > div > div > div{
  display: flex;
  align-items: center;
}
.get > div > div > div a{
  max-width: 42px;
  margin-right: 15px;
}
.get > div > div > div a img{
  width: 100%;
}
.index_form{
  background: #F9F9F9;
  margin: 0 0 0 195px;
  padding: 120px;
border-radius: 100px 0px 0px 100px;
  width: 50%;
  box-sizing: border-box;
}
.index_form > div > p{
  font-weight: bold;
  font-size: 34px;
  font-family: "OpenSans-Bold";
}
.index_form > div > span{
  font-weight: 400;
  font-size: 18px;
  display: block;
  width: 75%;
  line-height: 1.5;
  margin-top: 40px;
}
.index_form > ul li:first-child{
  width: 100%;
  flex-wrap: wrap;
}
.index_form > ul li:first-child div{
  width: calc(50% - 12px);
  max-width: 100%;
}
.index_form > ul li:first-child div:nth-child(1),
.index_form > ul li:first-child div:nth-child(2)
{
margin-bottom: 24px;
}
/* .index_form > ul li:first-child div:nth-child(2){
  width: 100%;
  margin-top: 24px;
  order: 2;
  max-width: 100%;
} */
.index_form button{
  margin: 60px 0 0 0;
}
.index_form > ul li:nth-child(3) > div{
  min-height: 182px;
}

/* map */
.map{
  position: relative;
  margin: 150px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map > div{
  position: absolute;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 30px 24px;
  max-width: 420px;
box-shadow: 0px 7px 35px 0px rgba(102,102,102,0.18);
}
.map > div > div span:first-child{
  font-weight: 600;
  font-size: 20px;
  font-family: "OpenSans-SemiBold";
  padding-bottom: 7px;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #E7E7EB;
}
.map > div > div p{
  font-weight: 400;
font-size: 14px;
margin: 7px 0 20px;
line-height: 1.5;
}
.map > div > div span:last-child{
  font-weight: 400;
  font-size: 16px;
  color: #0258FF;
}



  @media screen and (min-width:992px){

  }
  @media screen and (min-width:768px) and (max-width:991px) {

  }
  /* m */
  @media screen and (max-width:767px){
    .get > div{
      order: 2;
      width: 100%;
    }
.get{
  flex-wrap: wrap;
}

.index_form{
  margin: 0;
  background: #F7F8FC;
border-radius: 15px;
  width: 100%;
  padding: 0;
  /* box-sizing: border-box; */
  padding: 40px 10px;
}

.container .center{
  margin-top: 20px;
}

.get > div > div > img,
.get > div > div > p{
  display: none;
}
.map{
width: 100%;
overflow: hidden;
height: 300px;
padding-top: 100px;
background: #fff;
margin: 75px 0 0;
}
.index_form > ul li:first-child div,
.index_form > ul li:first-child div:nth-child(2){
  width: 100%;
  margin-top: 13px;
}

.index_form > div > p{
  font-size: 19px;
}

.index_form > div > span{
  font-size: 12px;
  width: 100%;
  line-height: 1.25;
}

.index_form button{
  margin: 0 auto;
}
.index_form > div > span{
  margin-top: 20px;
}

.get > div > div > p{
  font-weight: 600;
font-size: 19px;
font-family: "OpenSans-SemiBold";
color: #1F2129;
}
.get > div > div,
.get > div > ul{
  margin-top: 40px;
}
.get > div > ul li > div:first-child img{
  max-width: 30px;
  margin-left: 5px;
}
.get > div > ul li > div:last-child p{
  font-size: 13px;
  margin-bottom: 10px;
}

.get > div > ul li > div:last-child span,
.get > div > ul li > div:last-child span a{
  font-size: 15px;
  font-family: "OpenSans-Bold";
}
.get > div > ul li{
  margin-top: 35px;
}

.get > div > div > span{
  margin-bottom: 25px;
  display: block;
  font-size: 19px;
}

.get > div > div > div a{
  background: #0055FF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
border-radius: 10px 10px 0px 10px;
}
.get > div > div > div a:first-child img{
  width: 11px;
}
.get > div > div > div a:nth-child(2) img{
  width: 17px;
}

.get > div > div > div a:nth-child(3) img{
  width: 12px;
}

.get > div > div > div a:nth-child(4) img{
  width: 19px;
}

.get > div > div > div a:last-child img{
  width: 19px;
}

.map > div{
  max-width: 100%;
  width: calc(100% - 20px);
  padding:  0;
  top: 0;
}

.map > div > span{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0055FF;
  padding: 22px 0;
}

.map > div > span img{
  max-width: 150px;
}
.map > div > div span:first-child{
  border-bottom:  none;
  font-size: 19px;
  font-family: "OpenSans-Bold";
}
.map > div > div p{
  font-weight: 400;
font-size: 14px;
line-height: 1.25;
}
.map > div > div{
  padding: 35px 20px 25px 20px;

}
.map > div > div span:last-child{
  background: linear-gradient(-90deg, #0258FF, #3673FF);
border-radius: 10px;
font-weight: 800;
font-size: 16px;
font-family: "OpenSans-Bold";
color: #FFFFFF;
display:table;

margin:  0 auto;
padding: 17px;
}
.map > div > div span:last-child img{
  margin-left: 10px;

}
.map > img{
  margin-top: 100px;
}


.index_form > ul li:first-child div:nth-child(1), .index_form > ul li:first-child div:nth-child(2){
  margin-bottom: 0;
}
  }



























