.contacts_head {
  position: relative;
  width: 100%;
  min-width: 1915px;
  height: 420px;
  background: url(/res/images/contactsbg.png);
}
.contacts_head .cont_item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6F89CC;
  width: 130px;
  height: 40px;
}
.contacts_head .cont_item span {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 5px;
}
.contacts_head .cont_item .iconfont {
  font-size: 12px;
  color: #FFFFFF;
}
.contacts_head .cont_item:nth-child(1) {
  left: 390px;
  top: 310px;
}
.contacts_head .cont_item:nth-child(2) {
  left: 570px;
  top: 310px;
}
.contacts_head .cont_item:nth-child(3) {
  left: 750px;
  top: 310px;
}
.contacts_main {
  background-color: #F9FAFD;
}
.contacts_main .recommen_cons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contacts_main .recommen_cons .cons_item {
  position: relative;
  width: 380px;
  height: 438px;
  overflow: hidden;
}
.contacts_main .recommen_cons .cons_item .con_img {
  width: 380px;
  height: 380px;
}
.contacts_main .recommen_cons .cons_item .con_img img {
  width: 100%;
  height: 100%;
}
.contacts_main .recommen_cons .cons_item .main_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 380px;
  height: 100px;
  background-color: #fff;
  padding: 20px 30px;
  transition: all 0.3s;
}
.contacts_main .recommen_cons .cons_item .main_box .item_head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.contacts_main .recommen_cons .cons_item .main_box .item_head .name {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-right: 20px;
}
.contacts_main .recommen_cons .cons_item .main_box .item_head .title {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-right: 20px;
}
.contacts_main .recommen_cons .cons_item .main_box .item_head .title_img {
  width: 25px;
  height: 25px;
}
.contacts_main .recommen_cons .cons_item .main_box .inauguration {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}
.contacts_main .recommen_cons .cons_item .main_box .des {
  visibility: hidden;
  width: 327px;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 15px;
  transition: all 0.1s;
}
.contacts_main .recommen_cons .cons_item .main_box .more_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  visibility: hidden;
  transition: all 0.1s;
}
.contacts_main .recommen_cons .cons_item .main_box .more_info .info_left .item_info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contacts_main .recommen_cons .cons_item .main_box .more_info .info_left .item_info img {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
.contacts_main .recommen_cons .cons_item .main_box .more_info .info_left .item_info span {
  font-size: 16px;
  font-weight: 500;
  color: #364263;
}
.contacts_main .recommen_cons .cons_item .main_box .more_info .info_right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 35px;
  background: #1450EB;
  color: #fff;
}
.contacts_main .recommen_cons .cons_item:hover {
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
}
.contacts_main .recommen_cons .cons_item:hover .main_box {
  height: 216px;
}
.contacts_main .recommen_cons .cons_item:hover .main_box .des {
  visibility: visible;
}
.contacts_main .recommen_cons .cons_item:hover .main_box .more_info {
  visibility: visible;
}
.contacts_main .new_cons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 35px;
}
.contacts_main .new_cons .new_item {
  width: 285px;
  height: 320px;
  background-color: #fff;
  margin-bottom: 20px;
}
.contacts_main .new_cons .new_item .item_headimg {
  position: relative;
  width: 285px;
  height: 92px;
  background: url(/res/images/newconimg.png);
  padding-top: 10px;
}
.contacts_main .new_cons .new_item .item_headimg .tip_head {
  display: flex;
  align-items: center;
  height: 26px;
  width: 100%;
}
.contacts_main .new_cons .new_item .item_headimg .tip_head .cer_tip {
  width: 85px;
  height: 26px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
  color: #FFFFFF;
  margin-right: 25px;
}
.contacts_main .new_cons .new_item .item_headimg .tip_head .cer_time {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.contacts_main .new_cons .new_item .item_headimg .tip_head .blue {
  background: linear-gradient(22deg, #148AE9 0%, #64AEFC 75%, #94C6FF 100%);
}
.contacts_main .new_cons .new_item .item_headimg .tip_head .origin {
  background: linear-gradient(22deg, #FF7E7E 0%, #FFE1B9 100%);
}
.contacts_main .new_cons .new_item .newcon_img {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -44px;
  margin-bottom: 10px;
}
.contacts_main .new_cons .new_item .newcon_img .conimg {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
}
.contacts_main .new_cons .new_item .newcon_img .titleimg {
  position: absolute;
  bottom: -8px;
  right: 8px;
  width: 27px;
  height: 27px;
}
.contacts_main .new_cons .new_item .con_detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacts_main .new_cons .new_item .con_detail .name {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.contacts_main .new_cons .new_item .con_detail .job {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 10px 0;
}
.contacts_main .new_cons .new_item .con_detail .des {
  width: 226px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 18px;
}
.contacts_main .new_cons .new_item .con_detail .to_more {
  width: 210px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #E9EEFC;
  font-size: 13px;
  font-weight: 400;
  color: #818EAF;
}
.contacts_main .new_cons .new_item:hover {
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
}
.contacts_main .new_cons .new_item:hover .to_more {
  color: #fff;
  background-color: #1450EB;
  border: 1px solid #1450EB;
}
.echart_box {
  width: 100%;
  min-width: 1915px;
  height: 660px;
  background: url(/res/images/echartimg.png);
  padding-top: 50px;
}
.echart_box .echart_title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
}
.echart_box .echarts {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 480px;
}
.echart_box .echarts #regional {
  width: 602px;
  height: 480px;
}
.echart_box .echarts #age {
  width: 580px;
  height: 480px;
}
.echart_box .echarts .line {
  position: absolute;
  right: 575px;
  top: 20px;
  width: 5px;
  height: 15px;
  background-color: #1450EB;
}
.echart_box .echarts .rline {
  position: absolute;
  left: 0;
  top: 20px;
  width: 5px;
  height: 15px;
  background-color: #1450EB;
}
.contact_circle {
  width: 100%;
  background-color: #F9FAFD;
  padding-bottom: 50px;
}
.contact_circle .circles {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_circle .circles .circle_item {
  position: relative;
  width: 380px;
  height: 400px;
}
.contact_circle .circles .circle_item img {
  width: 100%;
  height: 100%;
}
.contact_circle .circles .circle_item a {
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 37px;
  background: #1877F5;
  border-radius: 19px;
  color: #fff;
}
.statistics_box {
  width: 100%;
  background-color: #fff;
}
.statistics_box .static_list {
  display: flex;
  justify-content: space-around;
  height: 90px;
}
.statistics_box .static_list .static_item {
  display: flex;
  align-items: center;
  height: 90px;
}
.statistics_box .static_list .static_item img {
  width: 42px;
  height: 42px;
  margin-right: 20px;
}
.statistics_box .static_list .static_item .static_data .number {
  font-size: 18px;
  font-weight: 600;
  font-weight: 500;
  color: #364263;
}
.statistics_box .static_list .static_item .static_data .text {
  font-size: 13px;
  font-weight: 400;
  color: #A4ADC7;
}
.contact_title {
  display: flex;
  align-items: flex-end;
  height: 105px;
  width: 100%;
  margin-bottom: 25px;
}
.contact_title .title_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact_title .title_info .info_left {
  display: flex;
  align-items: flex-end;
}
.contact_title .title_info .info_left .sub_title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-right: 25px;
}
.contact_title .title_info .info_left .sub_des {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.contact_title .title_info .info_right {
  display: flex;
  align-items: center;
}
.contact_title .title_info .info_right span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.contact_title .title_info .info_right .iconfont {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
