.main {
  position: relative;
  width: 1420px;
  margin: 0 auto;
}
.top_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.top_img img {
  width: 100%;
}
.top_img .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_img .title span {
  color: #000;
  font-size: 30px;
  position: relative;
}
.top_img .title span::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background-color: #00A292;
}
.content_box {
  width: 920px;
  margin: 77px auto 82px;
  display: flex;
  justify-content: space-between;
}
.content_box .left {
  width: 229px;
}
.content_box .left .left_top {
  width: 100%;
  margin-bottom: 48px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 1px 1px #ccc;
}
.content_box .left .left_top .left_title {
  padding: 23px;
  font-size: 20px;
  color: #fff;
  background-color: #00BB98;
  margin-bottom: 19px;
}
.content_box .left .left_top .left_hhr {
  color: #222222;
  font-size: 12px;
  padding: 13px 23px;
  box-sizing: border-box;
  cursor: pointer;
}
.content_box .left .left_top .left_gsjj {
  color: #222222;
  font-size: 12px;
  padding: 13px 23px;
  box-sizing: border-box;
  margin-bottom: 7px;
  cursor: pointer;
}
.content_box .left .left_top .active {
  color: #00A292;
}
.content_box .left .left_bottom {
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  background-color: #F6F6F6;
  text-align: center;
}
.content_box .left .left_bottom .title {
  color: #222222;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  padding: 12px 0;
}
.content_box .left .left_bottom .img_box {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-color: #fff;
  cursor: pointer;
}
.content_box .left .left_bottom .img_box img {
  width: 100%;
  height: 100%;
  display: block;
}
.content_box .left .left_bottom .phone {
  margin-top: 15px;
  font-size: 12px;
}
.content_box .left .left_bottom .mailbox {
  font-size: 12px;
  margin: 5px 0 20px;
}
.content_box .right {
  width: 560px;
}
.content_box .right .con_hhr {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0px 0px 1px 1px #ccc;
}
.content_box .right .con_hhr .item {
  color: #222222;
}
.content_box .right .con_hhr .item .title {
  font-size: 28px;
  margin-bottom: 23px;
}
.content_box .right .con_hhr .item .content {
  font-size: 12px;
  margin-bottom: 40px;
  opacity: 0.7;
}
.content_box .right .con_gsjj {
  display: block;
  display: none;
  width: 100%;
  padding: 30px;
  color: #222222;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0px 0px 1px 1px #ccc;
}
.content_box .right .con_gsjj .title {
  font-size: 28px;
  margin-bottom: 23px;
}
.content_box .right .con_gsjj .content {
  opacity: 0.7;
  line-height: 18px;
  font-size: 12px;
}
