@charset "UTF-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
.banner {
  margin-bottom: 80px;
}

.branch-title {
  font-size: 18px;
  color: #063F88;
  line-height: 25px;
  margin-bottom: 40px;
  text-align: center;
}

.branch-intro {
  width: 839px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
}

.branch-range {
  padding-top: 50px;
}

.branch-range .data {
  padding-bottom: 80px;
}

.branch-range .data ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.branch-range .data ul li {
  float: left;
  width: 33.33%;
  text-align: center;
}

.branch-range .data ul li p {
  color: #063F88;
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 12px;
}

.branch-range .data ul li span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.branch-range .info {
  border: 1px solid #e0e0e0;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.branch-range .info hr {
  margin: 10px 0;
  border: none;
  background-color: #ccc;
  height: 1px;
}

.branch-range .info .item {
  box-sizing: border-box;
  float: left;
  width: 33.33%;
  padding-left: 30px;
  padding-right: 105px;
}

.branch-range .info .item h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 23px;
}

.branch-range .info .item p {
  font-size: 14px;
  line-height: 26px;
}

.branch-range .info .item p:nth-child(2) {
  margin-bottom: 25px;
}

.branch-range .info .item a {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 40px;
  color: #063F88;
  font-weight: 500;
}

.branch-range .info .item dl {
  font-size: 14px;
  float: left;
  width: 50%;
}

.branch-range .info .item dl:nth-child(2) {
  margin-bottom: 40px;
}

.branch-range .info .item dl:nth-child(3) {
  margin-bottom: 40px;
}

.branch-range .info .item dl:nth-child(4) {
  clear: left;
}

.branch-range .info .item dl dt {
  color: #063F88;
  font-weight: 500;
  margin-bottom: 9px;
}

.branch-range .info .item dl dd {
  margin-bottom: 9px;
}

.branch-range .info .item ul li {
  font-size: 14px;
  line-height: 38px;
}

.branch-range .info::before {
  position: absolute;
  content: '';
  top: 0;
  left: 33.33%;
  height: 100%;
  width: 1px;
  background: #e0e0e0;
  z-index: 1;
}

.branch-range .info::after {
  position: absolute;
  content: '';
  top: 0;
  left: 66.66%;
  height: 100%;
  width: 1px;
  background: #e0e0e0;
  z-index: 1;
}

.branch-range .img {
  margin-top: 80px;
  position: relative;
}

.branch-range .img img {
  display: block;
}

.branch-range .img .words {
  position: absolute;
  padding-left: 60px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  top: 50%;
}

.branch-range .img .words h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.branch-range .img .words span {
  display: block;
  position: relative;
  padding-left: 40px;
  font-size: 14px;
}

.branch-range .img .words span::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  width: 30px;
  height: 2px;
  left: 0px;
}

.branch-service {
  padding-top: 80px;
  width: 839px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}

.branch-service ul {
  margin-top: 40px;
}

.branch-service ul li {
  padding: 20px 0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  margin-top: -1px;
}

.branch-service ul li h3 {
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

.branch-service ul li h3 i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.branch-service ul li h3 i.on {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
          transform: translateY(-50%) rotateZ(90deg);
}

.branch-service ul li p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 28px;
  display: none;
}

/*# sourceMappingURL=maps/branch.css.map */
