@charset "UTF-8";
/* 公司介绍 */
.com_intro {
  padding-bottom: 60px;
  overflow: hidden;
  margin: 30px 0 0;
}
.com_intro .intro_head {
  background: url(./../../images/home/head_company.png) no-repeat center center;
  margin-bottom: 20px;
}
.com_intro .com_intro_images {
  margin-top: 30px;
}

.title_icon {
  width: 40px;
  height: 40px;
  background-color: #ffc;
  margin: 30px auto 0;
}
.title_icon.icon_com {
  background: url(./../../images/contact/icon_com.png) no-repeat center center;
}
.title_icon.icon_contact {
  background: url(./../../images/contact/icon_contact.png) no-repeat center center;
}
.title_icon.icon_leader {
  background: url(./../../images/contact/icon_leader.png) no-repeat center center;
}
.title_icon.icon_counselor {
  background: url(./../../images/contact/icon_counselor.png) no-repeat center center;
}
.title_icon.icon_expert {
  background: url(./../../images/contact/icon_expert.png) no-repeat center center;
}
.title_icon.icon_honor {
  background: url(./../../images/contact/icon_honor.png) no-repeat center center;
}
.title_icon.icon_course {
  background: url(./../../images/contact/icon_course.png) no-repeat center center;
}
.title_icon.icon_topic1 {
  background: url(./../../images/contact/icon_topic1.png) no-repeat center center;
}
.title_icon.icon_topic2 {
  background: url(./../../images/contact/icon_topic2.png) no-repeat center center;
}
.title_icon.icon_topic3 {
  background: url(./../../images/contact/icon_topic3.png) no-repeat center center;
}


h3.contact_title {
  text-align: center;
  margin: 20px 0 40px;
  font-size: 22px;
  position: relative;
}

h3.contact_title:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #b81c25;
  bottom: -18px;
  left: 50%;
  margin-left: -20px;
}

.contact_list {
  width: 100%;
  overflow: hidden;
  margin: 100px auto;
}

.contact_list li {
  width: 25%;
  float: left;
  text-align: center;
  display: table-cell;
}

.contact_list li .list_img {
  width: 98px;
  height: 98px;
  margin: auto;
  border: 1px solid #b81c25;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.contact_list li .list_img img {
  display: block;
  margin: auto;
  margin-top: 29px;
}

.contact_list li h3 {
  font-size: 18px;
  margin: 15px 0 30px;
  position: relative;
}

.contact_list li h3:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #b81c25;
  bottom: -12px;
  left: 50%;
  margin-left: -14px;
}

.contact_list li p {
  font-size: 14px;
}

/* 地图部分 */
.contact_map {
  width: 100%;
  min-width: 1200px;
  height: 510px;
  background-color: #ff0;
}

.contact_map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 底部 */
.footer {
  margin-top: 0px;
}
