@charset "utf-8";
body {
  background: #f5f5f5;
}
.insurancebrand__pannel {
  margin-bottom: 60px;
}
.insurancebrand__section {
  margin-top: 30px;
  line-height: 1;
}
.insurancebrand__section:first-child {
  margin-top: 5px;
}
.insurancebrand__section__hd {
  text-align: center;
  margin-bottom: 20px;
}
.insurancebrand__section__hd h2 {
  font-family: "Hiragino Sans GB W3", "Hiragino Sans GB", "Microsoft YaHei";
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 20px;
  line-height: 20px;
}
.insurancebrand__section__hd h2 span {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  padding: 0 12px;
  background-color: #f5f5f5;
}
.insurancebrand__section__hd h2 i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 1px;
  font-size: 0;
  background-color: #dfdfdf;
  z-index: -1;
}
.insurancebrand__hot .insurancebrand__col {
  float: left;
  margin-left: 10px;
}
.insurancebrand__hot .insurancebrand__col:first-child {
  margin-left: 0;
}
.insurancebrand__hot .insurancebrand__col__right {
  margin-left: 0;
  width: 480px;
  height: 410px;
  overflow: hidden;
}
.insurancebrand__hot .insurancebrand__col__right li {
  float: left;
  display: inline;
  width: 230px;
  height: 200px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.insurancebrand__hot .insurancebrand__col__right li a {
  display: block;
  width: 100%;
  height: 100%;
}
.insurancebrand__hot .insurancebrand__col__right li img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0 none;
}
.insurancebrand__hot .insurancebrand__col__left,
.insurancebrand__hot .insurancebrand__col__center {
  width: 350px;
  height: 410px;
}
.insurancebrand__hot .insurancebrand__col__left a,
.insurancebrand__hot .insurancebrand__col__center a {
  display: block;
  width: 100%;
  height: 100%;
}
.insurancebrand__hot .insurancebrand__col__left img,
.insurancebrand__hot .insurancebrand__col__center img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0 none;
}
.insurancebrand__brand__list {
  margin-top: -10px;
  margin-left: -10px;
}
.card__pannel {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  position: relative;
  width: 230px;
  height: 180px;
  overflow: hidden;
}
.card__pannel .card__cont {
  height: 100%;
  padding: 0 20px;
  background-color: #fff;
  text-align: center;
}
.card__pannel .card__cont .card__img__box {
  padding: 44px 0;
}
.card__pannel .card__cont .card__cont__title {
  color: #999;
  font-size: 12px;
  line-height: 12px;
}
.card__pannel .card__pop {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #f8704f;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card__pannel .card__pop .card__pop__inner {
  margin: 20px 20px;
}
.card__pannel .card__pop .card__pop__inner p {
  line-height: 18px;
}
.card__pannel .card-pop-btn {
  display: block;
  width: 166px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -83px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
}
.card__pannel .card-pop-btn:hover {
  text-decoration: none;
}
.card__pannel:hover .card__pop {
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
