.container-main {
  width: 1200px;
  margin: 0 auto;
}
/* 头部样式开始 */
.topDiv {
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  height: 80px;
  background: #fff;
}
.topDiv-header {
  height: 100%;
  line-height: 80px;
}
.topDiv-header .logo {
  width: 62px;
  height: 100%;
  float: left;
  background: url(../images/head-logo.png) center no-repeat;
  background-size: 62px;
}
.topDiv-header .logo-name {
  font-size: 28px;
  padding-left: 25px;
}
.topDiv-header .remind {
  float: right;
  width: 60px;
  height: 100%;
  margin-right: 26px;
  position: relative;
  cursor: pointer;
}
.topDiv-header .message {
  float: right;
  height: 100%;
  line-height: 80px;
  position: relative;
  cursor: pointer;
  color: #209CF0;
}
.message button {
  line-height: 30px;
  padding: 0 15px;
  border: 1px solid #20a5fc;
  margin-right: 10px;
}
.registerBtn {
  background: #20a5fc;
  color: #fff;
}
/* 头部样式结束*/
.long-img {
  width: 100%;
  background: url(../images/long-img.png) center top no-repeat;
  background-size: 1920px;
  padding-top: 110px;
}
.long-img .bg-info-feng {
  margin-bottom: 100px;
}
.long-img .bg-info-feng p {
  color: #fff;
  line-height: 1.5;
  font-size: 22px;
}
.business-card {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.17);
  border-radius: 8px;
}
.business-title {
  text-align: center;
  padding: 25px 0 45px 0;
  font-size: 24px;
  font-weight: normal;
}
.card-list {
  padding: 0 75px;
}
.card-list .card-box {
  width: 19%;
  float: left;
  margin: 0 75px;
  text-align: center;
  cursor: pointer;
}
.card-list .card-box .card-img-boxSD {
  width: 163px;
  height: 163px;
  line-height: 163px;
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  border-radius: 50%;
  background-color: #20a5fc;
}
.card-list .card-box .card-img-boxSD img {
  height: 58px;
}
.card-title {
  font-size: 22px;
  font-weight: 400;
  color: #424242;
  line-height: 37px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.topBtns {
  padding: 35px 0;
}
.blueBtn {
  color: #fff;
  background: #20a5fc;
  padding: 10px 20px;
  border-radius: 0;
  border: 0;
  margin: 0;
}
.search-inp {
  display: inline-block;
  width: 635px;
  border: 1px solid #e9e9e9;
  vertical-align: middle;
  line-height: 1;

}
.search-inp input {
  width: 560px;
  height: 33px;
  border: none;
  padding-left: 20px;
}
.flr {
  float: right;
}
.noInfoBG {
  display: none;
  width: 1200px;
  height: 600px;
  text-align: center;
}
.noInfoBG img {
  width: 400px;
  margin-top: 80px;
}
.noInfoBG p {
  color: #20a5fc;
  font-size: 20px;
  line-height: 20px;
}

.topNavbar {
  margin-top: 20px;
  padding-left: 20px;
  background: #f8f8f8;
  border-top: 1px solid #f1f1f1;
}
.topNavbar span {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 10px;
  color: #333;
}
.topNavbar span:hover {
  border-bottom: 3px solid #73abf9;
  padding-bottom: 7px;
}
.diaTable {
  border-collapse: separate;
  width: 100%;
  border-spacing: 15px;
}

.diaTable label {
  width: 80px;
}