﻿ .home-title-new{
  font-size: 44px;
  font-family: microsoftyahei-bold;
  font-weight: bold;
  color: #008cd6;
  line-height: 70px;
  text-align: center;
} 

.home-button-viewmore{
  margin: 0 auto;
  color: #008cd6;
  display: block;
  text-align: center;
  border-radius: 2px;
  border: solid 1px #008cd6;
  font-size: 20px;
  width: 200px;
  height: 50px;
  line-height: 50px;
}

.home-button-viewmore:hover{
  color: #fff;
  background-color: #0fa2f4;
}

.home-choice-button-new{
  width: 80px;
  margin: 4px 0 0 4px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  border-radius: 0px 8px 0px 8px;
  border: solid 1px #dbdbdb;
}

.home-choice-button-new:hover{
 background-color:#fff;
}


