/* 集团概况 */
body {
  background-color: #f3f3f3;
}
.inner_content {
  width: 1200px;
  margin: 30px auto 53px auto;
}
.inner_content_right {
  box-sizing: border-box;
  padding: 48px 40px 20px 40px;
  width: 960px;
  min-height: 600px;
  margin-left: 20px;
  background-color: #fff;
}
.profile_title {
  padding-bottom: 14px;
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #f3f3f3;
}
.profile_title span {
  color: #206bd1;
}
.profile_title .profile_title_en {
  margin-left: 8px;
  font-size: 18px;
  color: #dcdcdc;
}
.profile_video {
  display: block;
  width: 445px;
  margin: 42px auto 45px auto;
}
.profile_info p {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}

/* 领导致辞 */
.leader_img {
  display: block;
  margin: 43px auto 30px auto;
  width: 635px;
}
.leader_info {
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.leader_info > span {
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
}
.leader_info_en {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.leader_speech_info {
  margin-top: 40px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

/* 公司领导 */
.leader_list {
  box-sizing: border-box;
  padding: 0 100px;
  margin-top: 43px;
}
.leader_list_item {
  width: 270px;
  margin-right: 133px;
  margin-bottom: 70px;
}
.leader_list_item:nth-child(2n) {
  margin-right: 0;
}
.leader_list_item > img {
  width: 270px;
  height: 370px;
}
.leader_list_item > h2 {
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
}
.leader_list_item > p {
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

/* 组织架构 */
.org_img {
  display: block;
  margin: 43px auto 0 auto;
  width: 766px;
}

/* 联系我们 */
#container {
  width: 100%;
  height: 420px;
  margin-top: 32px;
}
.contact_info {
  box-sizing: border-box;
  padding: 30px  0 40px 30px;
  margin-top: 50px;
  background-color: #f3f3f3;
}
.contact_info > p {
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}

/* 集团大事记 */
.events_tabs {
  margin-top: 30px;
  margin-bottom: 50px;
}
.events_tabs > li {
  position: relative;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
}
.ev_line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #206bd1;
}
.events_tabs .event_tab_active {
  color: #206bd1;
}
.event_tab_active .ev_line {
  height: 4px;
}
.events_times {
  width: 560px;
  position: relative;
  margin: 0 auto;
}
.events_times::after {
  content: '';
  display: block;
  position: absolute;
  top: 31px;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 100%;
  background-color: #206bd1;
}
.icon_position {
  display: block;
  margin: 0 auto 15px auto;
  width: 23px;
  height: 31px;
}
.month {
  width: 250px;
  text-align: right;
  font-size: 24px;
  color: #206bd1;
}
.events_content {
  position: relative;
  margin-bottom: 40px;
}
.events_text {
  padding-top: 20px;
  width: 250px;
}
.day {
  width: 250px;
  font-size: 16px;
  color: #666;
  text-align: right;
}
.info {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-align: justify;
}
.content_img {
  width: 225px;
  height: 140px;
}
.content_img > img {
  width: 100%;
  height: 100%;
}
.events_style1 .events_text {
  float: left;
}
.events_style1 .content_img {
  float: right;
}
.events_style2 .events_text {
  float: right;
}
.events_style2 .content_img {
  float: left;
}
.events_style2 .day {
  text-align: left;
}
.icon_event_l {
  position: absolute;
  left: 230px;
  top: 25px;
  z-index: 5;
}
.icon_event_r {
  position: absolute;
  left: 273px;
  top: 25px;
  z-index: 5;
}
.hide {
  display: none;
}
@media screen and (max-width: 900px){
  .inner_content{width: 100%;margin: 0;padding: .5rem 0 0;background-color: #fff;}
  .inner_content_right{width: 100%;padding: 0 .3rem;}
  .contact_info{margin: .4rem 0;padding: .2rem;}
}