.t_body {
  width: 100%;
  margin: 0px auto;
  position: relative;
  height: 100vh;
  box-sizing: border-box;
}
.t_body .v1 {
  position: absolute;
  left: 0;
  right: 0;
  width: 80%;
  top: 25%;
  margin: 0 auto;
  z-index: 0;
}
.t_body .a_fl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 200px;
  width: 100%;
  transition: all .5s;
  text-align: center;
  z-index: 3;
}
.t_body .a_fl .aa {
  display: inline-block;
  width: 14.28571429%;
  color: #000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
  margin-right: 10px;
}
.t_body .a_fl .aa a {
  color: #000;
}
.t_body .a_fl .on {
  transition: all .5s;
  color: #d71414;
}
.t_body .a_fl .on a {
  color: #d71414;
}
.t_body .a_fl .on a .pm_img1 {
  display: none;
}
.t_body .a_fl .on a .pm_img2 {
  display: block;
  margin: 0 auto;
}
.t_body .a_fl .on a .pm_img {
  background-image: url(../../jl/images/e9.png);
}
.t_body .bb {
  width: 96%;
  display: none;
  padding-top: 100px;
  transition: all .5s;
  margin: 0 auto;
  overflow: hidden;
}
.t_body .bb strong {
  color: #d71414;
  font-size: 40px;
  margin-top: 20%;
  display: block;
  margin-bottom: 30px;
}
.t_body .bb strong em {
  font-size: 70px;
  font-family: MyFont;
  display: block;
}
.t_body .bb .bnr {
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.t_body .bb .bnr img {
  margin-top: 3%;
  margin-left: 8%;
}
.t_body .bb .bnr h3 {
  width: 33%;
  margin-left: 3%;
}
.t_body .bb .bnr h3 a {
  margin-top: 10px;
}
.t_body .bb .bnr h3 b {
  display: block;
  width: 434px;
  border: 1px solid #d71414;
  font-size: 40px;
  color: #d71414;
  margin-top: 40px;
}
.t_body .bb .bnr h3 b img {
  display: inline-block !important;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 15px;
}
.pm_img {
  width: 82px;
  height: 95px;
  background: url(../../jl/images/e8.png) no-repeat center;
  text-align: center;
  display: block;
  margin: 0 auto 20px auto;
}
.pm_img::before {
  position: absolute;
  content: "";
  left: 0;
  width: 0%;
  height: 3px;
  bottom: 22px;
  background: #ff0000;
  transition: all .3s;
}
.pm_img:hover {
  background-image: url(../../jl/images/e9.png);
}
.pm_img:hover::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 3px;
  bottom: 22px;
  background: #ff0000;
}
.pm_img img {
  display: inline-block;
  transition: .5s;
}
.pm_img img:nth-child(2) {
  display: none;
}
.pm_img:hover img:nth-child(1) {
  display: none;
}
.pm_img:hover img:nth-child(2) {
  display: inline-block;
}
.middle_box3 {
  display: table;
  width: 100%;
  height: 100%;
}
.middle_box3 .middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.section_three1 {
  position: relative;
}
.ode_p2-line1,
.ode_p2-line2,
.ode_p2-line3,
.ode_p2-line4,
.ode_p2-line5 {
  left: 20%;
  top: 30%;
  bottom: 0;
  z-index: 0;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}
.ode_p2-line1,
.ode_p2-line2,
.ode_p2-line3,
.ode_p2-line4,
.ode_p2-line5 {
  border: 1px solid #fe1a1a;
}
.ode_p2-line1 {
  animation: line1 5s linear infinite 0s;
}
.ode_p2-line2 {
  animation: line1 5s linear infinite 0.5s;
}
.ode_p2-line3 {
  animation: line1 5s linear infinite 1s;
}
.ode_p2-line4 {
  animation: line1 5s linear infinite 1.5s;
}
.ode_p2-line5 {
  animation: line1 5s linear infinite 2s;
}
@keyframes line1 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.bg_move {
  z-index: 0;
  margin-top: 20%;
}
.section_three {
  position: relative;
  overflow: hidden;
}
.section_three .sygs {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.section_three .sygs .boxr {
  width: 50%;
}
.section_three .sygs .boxr .more {
  margin: 16px 0;
}
.section_three .sygs .boxr .more:hover {
  transform: translateX(-10px);
}
.section_three .sygs .boxr h3 {
  font-size: 36px;
  color: #d71414;
  margin: 20px 0;
}
.section_three .sygs .boxr .pub_title {
  overflow: hidden;
}
.section_three .sygs .boxr .pub_title p {
  font-size: 70px;
  text-align: left;
  float: left;
}
.section_three .sygs .boxr .pub_title img {
  float: left;
  margin-top: -30px;
}
.section_three ul {
  background: #fff;
  box-shadow: 0 0 15px rgba(185, 185, 185, 0.473);
  overflow: hidden;
  padding: 30px 0;
  width: 80%;
  margin: 40px auto;
}
.section_three ul li {
  float: left;
  width: 25%;
  padding-left: 3%;
  box-sizing: border-box;
}
.section_three ul li b {
  font-weight: normal;
  display: inline-block;
}
.section_three ul li span {
  font-size: 68px;
  color: #d71414;
  font-weight: bold;
}
.section_three ul li sup {
  color: #d71414;
  font-size: 20px;
}
.sygs {
  overflow: hidden;
  padding-top: 160px;
}
.sygs .boxl {
  width: 48%;
  position: relative;
  overflow: hidden;
}
.sygs .boxl img:nth-of-type(1) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.sygs .boxl img:nth-of-type(2) {
  width: 100%;
  transition: all .3s;
}
.sygs .boxl img:nth-of-type(2):hover {
  transform: scale(1.1, 1.1);
}
@keyframes rotation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}
@keyframes rotation1 {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}
@keyframes rotation2 {
  from {
    transform: rotateY(-45deg);
  }
  to {
    transform: rotateY(-405deg);
  }
}
@keyframes rotation3 {
  from {
    transform: rotateY(-90deg);
  }
  to {
    transform: rotateY(-450deg);
  }
}
@keyframes rotation4 {
  from {
    transform: rotateY(-135deg);
  }
  to {
    transform: rotateY(-495deg);
  }
}
@keyframes rotation5 {
  from {
    transform: rotateY(-180deg);
  }
  to {
    transform: rotateY(-540deg);
  }
}
@keyframes rotation6 {
  from {
    transform: rotateY(-225deg);
  }
  to {
    transform: rotateY(-585deg);
  }
}
@keyframes rotation7 {
  from {
    transform: rotateY(-270deg);
  }
  to {
    transform: rotateY(-630deg);
  }
}
@keyframes rotation8 {
  from {
    transform: rotateY(-315deg);
  }
  to {
    transform: rotateY(-675deg);
  }
}
@media (max-width: 1300px) {
  .pointContainer {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .galleryrow .item,
  .galleryrow2 .item {
    height: 125px;
  }
  .galleryrow .item span,
  .galleryrow2 .item span {
    font-size: 0.8rem;
  }
  .video,
  .picture {
    width: 20px;
    height: 21px;
  }
  .play {
    width: 36px;
    height: 36px;
  }
  .galleryrow .item:hover span,
  .galleryrow2 .item:hover span {
    font-size: 1.4rem;
  }
  .china-item {
    width: 20%!important;
    margin: 0;
  }
  .special-item {
    width: 25%!important;
    padding: 0 10px !important;
  }
  .show-item {
    width: 90%;
    height: 100px;
    margin: 5%;
  }
  .special-item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .showroom {
    width: 100%;
    height: 200px;
  }
  .show-tips {
    margin-top: -47px;
  }
  .galleryrow,
  .galleryrow2 {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .caursel3d {
    width: 336px;
    height: 208px;
    top: 100px;
    perspective: 2100px;
  }
  #carousel figure {
    width: 336px;
    height: 208px;
  }
  #carousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(480px);
  }
  #carousel figure:nth-child(2) {
    transform: rotateY(45deg) translateZ(480px);
  }
  #carousel figure:nth-child(3) {
    transform: rotateY(90deg) translateZ(480px);
  }
  #carousel figure:nth-child(4) {
    transform: rotateY(135deg) translateZ(480px);
  }
  #carousel figure:nth-child(5) {
    transform: rotateY(180deg) translateZ(480px);
  }
  #carousel figure:nth-child(6) {
    transform: rotateY(225deg) translateZ(480px);
  }
  #carousel figure:nth-child(7) {
    transform: rotateY(270deg) translateZ(480px);
  }
  #carousel figure:nth-child(8) {
    transform: rotateY(315deg) translateZ(480px);
  }
  .caursel3d-container {
    position: relative;
  }
  .caursel3d {
    display: block;
    position: relative;
    margin: auto;
  }
  #carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    transform-style: preserve-3d;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: rotation;
  }
  #carousel:hover {
    animation-play-state: paused;
  }
  #carousel figure {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    overflow: hidden;
  }
  .caursel3d img {
    cursor: pointer;
    transition: all .5s ease;
    width: 100%;
    height: 100%;
  }
  .caursel3d img:hover {
    transform: scale(1.2, 1.2);
  }
}
