/* 底部 */
.sc_footer {
  width: 100%;
  height:400px;
  /* border: 1px solid tomato; */
  position: relative;
  overflow: hidden;
  background-color: #454545;
  margin-top: 50px;
}

.sc_footer_main {
  height: 400px;
  background-color: #454545;
  z-index: 50;
  padding-top: 100px;
  position: relative;
}
.sc_footer_main_h3 {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 100px;
  text-align: center;
  color: #3b78e2;
  font-size: 28px;
}
.sc_footer_main_t {
  width: 100%;
  height: 300px;
  padding: 0 155px;
  display: flex;
  justify-content: space-between;
}

.sc_footer_main_t_list {
  width: 33.3%;
  height: 200px;
  padding-top: 50px;
  /* border: 1px solid tomato; */
}
.sc_footer_main_t_list_title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
}
.sc_footer_main_t_list_text {
  width: 100%;
  height: auto;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  max-height: 150px;
}

.sc_footer_main_putOn_record {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #3b78e2;
  font-family: '苹方';
}

.sc_footer_main_putOn_record_t,
.sc_footer_main_putOn_record_b {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.sc_footer_main_putOn_record_t {
  line-height: 70px;
}
.sc_footer_main_putOn_record_b {
  line-height: 30px;
}

.sc_footer_toCN {
  display: inline-block;
  width: 266px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #3b78e2;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left:-133px;
}