@charset "utf-8";

.top{
  border-top: 1px solid #ddd;
}

.top .line{
  width: 280px;
  height: 1px;
  background: #bfbfbf;
  margin: 0 auto;
}

.top .content{
  padding: 55px 0 105px;
}

.top .title{
  text-align: center;
  font-size: 38px;
  color: #212121;
  line-height: 38px;
  height: 38px;
  margin-top: 40px;
}

.top .dot{
  position: relative;
  top: -8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #23bbf4;
  margin: 0 20px;
}

.top .sub-title{
  font-size: 18px;
  color: #7a7a7a;
  margin-top: 28px;
  margin-bottom: 70px;
  text-align: center;
}

.contact .title{
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 40px 0;
}

.contact .left{
  font-size: 48px;
  color: #1e1e1e;
  padding-left: 27px;
}

.contact .left .blue{
  position: relative;
  top: -2px;
  color: #0b8fc1;
}

.contact .middle{
  position: relative;
  top: 14px;
  left: 20px;
  color: #7e7e7e;
  font-size: 16px;
}

.contact .main{
  padding: 83px 0 175px;
}

.contact .main .icon1{
  background: url(../images/about/icon1.png) no-repeat;
}

.contact .main .icon2{
  background: url(../images/about/icon2.png) no-repeat;
}

.contact .main .icon3{
  background: url(../images/about/icon3.png) no-repeat;
}

.contact .main .icon{
  display: inline-block;
  width: 80px;
  height: 80px;
  background-size: contain;
}

.contact .main .block-wrap{
  height: 180px;
  position: relative;
}

.contact .main .blocks{
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -490px;

}

.contact .main .block{
  float: left;
  font-size: 18px;
  color: #525252;
  margin-right: 205px;
  text-align: center;
}

.contact .main .block.last{
  margin-right: 0;
}

.contact .main .line-1{
  padding: 28px 0 16px;
}

.brief .title{
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 40px 0;
}

.brief .left{
  font-size: 48px;
  color: #1e1e1e;
  padding-left: 27px;
}

.brief .left .blue{
  color: #0b8fc1;
}

.brief .middle{
  position: relative;
  top: 14px;
  left: 20px;
  color: #7e7e7e;
  font-size: 16px;
}

.brief .main{
  height: 470px;
}

.brief .main .content{
  padding: 50px 25px;
  font-size: 16px;
  color: #7a7a7a;
  white-space: pre-line;
  line-height: 25px;
  letter-spacing: 1px;
}





.a{}
