@charset "utf-8";

.top{
  height: 665px;
  background: url(../images/index/1.png) no-repeat center center;
}

.top .content{
  padding: 160px 0 0 65px;
  color: #fff;
}

.top .big{
  font-size: 48px;
}

.top .small{
  font-size: 20px;
  margin: 25px 0 50px;
}

.top .btn,.top .btn:hover, .top .btn:focus,.top .btn:active{
  display: inline-block;
  width: 180px;
  height: 56px;
  line-height: 56px;
  background: #0c96c9;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  border-radius: 5px;
  /*letter-spacing: 20px*/
}

.main{
  padding: 105px 0 125px;
  background: #eee;
}
.main .title{
  text-align: center;
  font-size: 38px;
  color: #212121;
  line-height: 38px;
  height: 38px;
}

.main .dot{
  position: relative;
  top: -8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #23bbf4;
  margin: 0 20px;
}

.main .sub-title{
  font-size: 18px;
  color: #7a7a7a;
  margin-top: 25px;
  margin-bottom: 70px;
  text-align: center;
}

.main .blocks{
  padding: 0 70px;
}

.main .block{
  width: 280px;
  height: 310px;
  float: left;
  border: 1px solid #626262;
  border-radius: 10px;
  text-align: center;
  margin-right: 107px;
}

.main .block.third{
  margin-right: 0;
}

.main .icon1{
  background: url(../images/index/icon1.png) no-repeat;
}

.main .icon2{
  background: url(../images/index/icon2.png) no-repeat;
}

.main .icon3{
  background: url(../images/index/icon3.png) no-repeat;
}

.main .icon{
  margin-top: 33px;
  display: inline-block;
  width: 70px;
  height: 70px;
  background-size: contain;
}

.main .theme{
  color: #302e2e;
  font-size: 20px;
  margin: 23px 0 33px;
}

.main .text{
  line-height: 26px;
  color: #575757;
  font-size: 14px;
}

.contact{
  background: url(../images/index/2.png) no-repeat center center;
  height: 550px;
}
.contact .text{
  text-align: center;
  color: #fff;
}

.contact .big{
  padding-top: 175px;
  font-size: 48px;
}

.contact .small{
  margin-top: 40px;
  font-size: 24px;
}

.contact .ml{
  margin-left: 45px;
}

.bottom{
  height: 80px;
  background: #eee;
}
