.headphon {
    position: absolute;
    right: 360px;
    top: 8px;
    height: 29px;
    font-size: 12px;
}
.fcertlogo{    text-align: center;
    margin: 10px 0;}
    .fcertlogo img {
    height: 52px;
}

#left_col_series {
    height: 430px !important;
   background-size: cover !important;
}

#left_col_specify {
    top: 740px !important;
    height: 150px !important;
    background-size: cover;
}
#left_col_series ul, #left_col_specify ul {
    padding-left: 15px;margin-top: 10px;
}


#body_home{min-height: 570px}
.one_trust {
    margin-bottom: 18px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.hslider {
  position: relative;
  width: 737px;
  height: 212px;
  overflow: hidden;
}

.hslider img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 15s infinite;
}

.hslider img:nth-child(1) { animation-delay: 0s; }
.hslider img:nth-child(2) { animation-delay: 5s; }
.hslider img:nth-child(3) { animation-delay: 10s; }

@keyframes fade {
  0% { opacity: 0; }
  10% { opacity: 1; }
  30% { opacity: 1; }
  40% { opacity: 0; }
  100% { opacity: 0; }
}