@keyframes dow_arr1 {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dow_arr2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes large-s {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.ctn_1 {
  width: 100%;
  overflow: hidden;
  padding: 4rem 0 0;
}
.ctn_1 .section {
  display: flex;
  justify-content: space-between;
}
.ctn_1 .section .shares {
  width: 45%;
  border-bottom: 1px solid #f1f2f1;
  padding-bottom: 1%;
}
.ctn_1 .section .shares .zd_up {
  color: red;
}
.ctn_1 .section .shares .zd_down {
  color: #57bb9a;
}
.ctn_1 .section .shares .st_price {
  color: #333;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.ctn_1 .section .shares .st_date {
  margin-top: 0.3rem;
}
.ctn_1 .section .shares #main {
  height: 230px;
}
.ctn_1 .section .shares .stc-left {
  width: 100%;
  position: relative;
}
.ctn_1 .section .shares .stc-name {
  position: absolute;
  top: 0;
  right: 0;
}
.ctn_1 .section .shares .tab_cn {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.4rem;
}
.ctn_1 .section .shares .tab_cn .kke_menus_tab_normal {
  border-right: 1px solid #ccc;
  margin: 5px 0;
}
.ctn_1 .section .shares .tab_cn .kke_menus_tab_normal:nth-last-child(1) {
  border-right: 0;
}
.ctn_1 .section .shares .tab_cn .kke_menus_tab_normal.kke_menus_tab_active a {
  color: #457ce2;
  border-bottom: 3px solid #457ce2;
}
.ctn_1 .section .shares .tab_cn .kke_menus_tab_normal a {
  color: #222;
  margin: 0 0.8rem;
  display: block;
  padding: 5px 0;
}
.ctn_1 .section .shares .pc_tb {
  width: 100%;
  margin-top: 0.3rem;
}
.ctn_1 .section .shares .pc_tb tr td {
  color: #72767a;
  padding: 4px 0;
}
.ctn_1 .section .shares .pc_tb tr td:nth-child(odd) {
  color: #b6b7b9;
}
.ctn_1 .section .bg {
  width: 50%;
  position: relative;
  padding-top: 33%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ctn_1 .section .bg img {
  width: 19.7%;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  border-radius: 5px;
}
.ctn_1 .section .bg p {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #fff;
}
.ctn_2 {
  width: 100%;
  overflow: hidden;
  padding: 4rem 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #ebebeb;
  background-size: 100%;
}
.ctn_2 .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  background-color: #fff;
  border-radius: 10px;
}
.ctn_2 .contact .add {
  width: 36%;
}
.ctn_2 .contact .add li {
  color: #333;
  padding: 2% 0 2% 40px;
  position: relative;
  margin-bottom: 0.8rem;
}
.ctn_2 .contact .add li i {
  color: #b49c85;
  font-size: 26px;
  position: absolute;
  top: 4px;
  left: 0;
}
.ctn_2 .contact .add li.link {
  padding: 0;
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
.ctn_2 .contact .add li.link a {
  display: block;
  width: 22%;
}
.ctn_2 .contact .add li.link a .img {
  width: 100%;
  padding-top: 52.08%;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.ctn_2 .contact .add li.link a .txt {
  width: 100%;
  text-align: center;
  color: #494949;
}
.ctn_2 .contact .add li.link a:hover .img {
  background-position: 0 100%;
}
.ctn_2 .contact .map {
  width: 59%;
  height: 484px;
}
.ctn_2 .contact .map img {
  transition: all 0s;
}
@media screen and (max-width: 1366px) {
  .ctn_1 .section .shares #main {
    height: 190px;
  }
}
@media screen and (max-width: 900px) {
  .ctn_1 .section {
    flex-wrap: wrap;
  }
  .ctn_1 .section .shares {
    width: 100%;
  }
  .ctn_1 .section .bg {
    width: 100%;
    margin-top: 2rem;
    padding-top: 75%;
  }
  .ctn_2 .contact {
    flex-wrap: wrap;
  }
  .ctn_2 .contact .add {
    width: 100%;
  }
  .ctn_2 .contact .map {
    width: 100%;
    margin-top: 3rem;
    height: 200px;
  }
  .ctn_2 .contact .add li.link {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .ctn_1 .section .shares .pc_tb tr td {
    font-size: 12px;
  }
}