
.g_finance-content p[data-v-eceaaf6e] {
  font-size: 34px;
  color: #333;
}
.g_contact[data-v-eceaaf6e] {
  margin-top: 11px;
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.g_contact-bg[data-v-eceaaf6e] {
  width: 1920px;
  display: block;
  height: 260px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.g_contact-container[data-v-eceaaf6e] {
  height: 260px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  z-index: 3;
}
.g_contact-container span[data-v-eceaaf6e] {
  font-size: 32px;
  color: #5a5a5a;
  font-weight: 900;
  margin-right: 77px;
}
.g_contact-txt[data-v-eceaaf6e] {
  height: 32px;
}
.g_btn-contact[data-v-eceaaf6e] {
  display: inline-block;
  background: linear-gradient(0deg, #e60012 0%, #ff2638 99%);
  width: 188px;
  height: 52px;
  border-radius: 4px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
  margin-left: 23px;
  font-weight: 600;
}
.g_contact-container[data-v-eceaaf6e]::after {
  display: none;
}
.g_contact-bgm[data-v-eceaaf6e] {
  display: none;
}

/*时间轴*/
.g_timeline[data-v-eceaaf6e] {
  padding: 62px 0 165px;
}
.g_timeline-container[data-v-eceaaf6e] {
  width: 1200px;
  margin: 0 auto;
}
.g_timeline-head ul[data-v-eceaaf6e] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.g_timeline-head ul[data-v-eceaaf6e]::after {
  display: none;
}
.g_timeline-head ul li[data-v-eceaaf6e] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}
.g_timeline-head ul li span[data-v-eceaaf6e] {
  font-size: 32px;
  color: #333;
  font-family: DIN;
  padding-right: 48px;
  padding-left: 48px;
}
.g_timeline-head ul li.active span[data-v-eceaaf6e] {
  color: #e60012;
}
.g_timeline-head ul li[data-v-eceaaf6e]::after {
  content: "";
  display: block;
  width: 47px;
  height: 7px;
  background: url("/ysstatic/images/ind_117.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}
.g_timeline-head ul li[data-v-eceaaf6e]:last-child::after {
  display: none;
}
.g_timeline-body[data-v-eceaaf6e] {
  margin-top: 45px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}
.g_timeline-view[data-v-eceaaf6e] {
  width: 100%;
}
.g_timeline-item[data-v-eceaaf6e] {
  width: 100%;
}
.g_timeline-item ul[data-v-eceaaf6e] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.g_timeline-item ul[data-v-eceaaf6e]:after {
  display: none;
}
.g_timeline-item ul li[data-v-eceaaf6e] {
  display: inline-block;
  width: 244px;
  height: 304px;
  margin: 0 20px 20px;
}
.g_timeline-honor[data-v-eceaaf6e] {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.2s linear;
  transform: translateY(0);
  background: #f0f6fc;
}
.g_timeline-honor img[data-v-eceaaf6e] {
  display: block;
  width: 100%;
}
.g_honor-font[data-v-eceaaf6e] {
  height: 60px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 8px 11px 0;
}
.g_honor-font p[data-v-eceaaf6e] {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.g_timeline-item ul li:hover .g_timeline-honor[data-v-eceaaf6e] {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}
@media only all and (max-width: 870px) {
.g_timeline-body[data-v-eceaaf6e] {
    width: 100%;
    margin: 20px auto 0;
}
.g_timeline-item ul[data-v-eceaaf6e] {
    justify-content: flex-start;
    padding: 0 10px;
    gap: 10px;
}
.g_timeline-item ul[data-v-eceaaf6e]::after {
    display: none;
}
.g_timeline-item ul li[data-v-eceaaf6e] {
    flex: 0 0 calc((100% - 20px) / 3);
    margin: 0;
    height: 205px;
}
.g_timeline-head ul li[data-v-eceaaf6e]{
    width:30%;
    margin-top:30px;
}
}
@media only all and (max-width: 1200px) {
.g_contact-container[data-v-eceaaf6e] {
    width: 100%;
}
.g_btn-contact[data-v-eceaaf6e] {
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.g_contact-txt[data-v-eceaaf6e] {
    height: 28px;
}
.g_timeline-container[data-v-eceaaf6e] {
    width: 100%;
}
.g_timeline-body[data-v-eceaaf6e] {
    width: 620px;
    margin: 45px auto 0;
}
}
@media only all and (max-width: 650px) {
.g_contact-bg[data-v-eceaaf6e] {
    display: none;
}
.g_contact-bgm[data-v-eceaaf6e] {
    display: block;
    width: 100%;
}
.g_contact-container[data-v-eceaaf6e] {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.g_contact-container span[data-v-eceaaf6e] {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    color: #5a5a5a;
    margin: 30px 0 20px;
}
.g_contact-txt[data-v-eceaaf6e] {
    display: block;
    margin: 30px auto 20px;
    height: 15px;
}
.g_btn-contact[data-v-eceaaf6e] {
    display: block;
    width: 43%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin: 0;
}
.g_contact-buttons[data-v-eceaaf6e] {
    overflow: hidden;
}
.g_btn-contact[data-v-eceaaf6e]:nth-of-type(1) {
    float: left;
    margin-left: 15px;
}
.g_btn-contact[data-v-eceaaf6e]:nth-of-type(2) {
    float: right;
    margin-right: 15px;
}
.g_contact[data-v-eceaaf6e] {
    margin-top: 0;
    height: auto;
}
.g_financebanner-imgm[data-v-eceaaf6e] {
    height: 400px;
    width: auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.g_timeline-head ul li span[data-v-eceaaf6e] {
    font-size: 20px;
    padding-right: 60px;
}
.g_timeline-head ul li[data-v-eceaaf6e]::after {
    display: none;
}
.g_timeline-body[data-v-eceaaf6e] {
    margin: 20px auto 0;
    width: 100%;
    padding-bottom: 0;
}
.g_timeline-item ul[data-v-eceaaf6e] {
    justify-content: flex-start;
    padding: 0 10px;
    gap: 10px;
}
.g_timeline-item ul[data-v-eceaaf6e]::after {
    display: none;
}
.g_timeline-item ul li[data-v-eceaaf6e] {
    flex: 0 0 calc((100% - 20px) / 3);
    margin: 0;
    height: 205px;
}
.g_honor-font[data-v-eceaaf6e] {
    height: 50px;
}
.g_honor-font p[data-v-eceaaf6e] {
    font-size: 12px;
}
.g_timeline[data-v-eceaaf6e] {
    padding: 20px 0 0;
}
}

