@charset "utf-8";
html {
  font-size: 85px;
}

body {
  /* background: #0059b6; */
  margin: 0;
  /* 英文 */
  width: 100%;
  position: relative;
}

div,
dl,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  border: 0;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
  font-weight: normal;
  font-style: normal;
}

ul li {
  list-style: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.clearBoth {
  clear: both;
}

a {
  color: #444;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

a:hover {
  color: #007d9d;
  text-decoration: none;
}

.abs {
  position: absolute;
}

.rel {
  position: relative;
}

input[placeholder],
[placeholder],
*[placeholder] {
  color: #757575;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #757575;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #757575;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #757575;
}

button,
input {
  outline: none;
  border: none;
}
.show {
  display: block;
}

.yinc {
  display: none;
}
.img1 {
  width: 100%;
  height: auto;
}

.undis {
  display: none;
}

.body-no-scroll-loading {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.body-no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100vh;
}

.loading-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2);
}
.loading-cont {
  position: fixed;
  bottom: 3rem;
  left: 50%;
  font-size: 0.24rem;
  text-align: center;
  color: #480000;
}

.tips {
  font-size: 0.16rem;
}

/*-----大屏电脑1920------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 1440px) {
  html {
    font-size: 100px;
  }
}

@media (max-width: 1600px) {
  html {
    font-size: 100px;
  }
}

/* PC */

@media (min-width: 600px) {
  html {
    font-size: 100px;
  }
  .Cen1200 {
    margin: 0 auto;
    width: 1200px;
  }
  .PC_Show {
    display: block !important;
  }
  .Mobile_Show {
    display: none !important;
  }
}

/* Mobile */

@media (max-width: 600px) {
  html {
    font-size: 100px;
  }
  .Cen1200 {
    margin: 0 auto;
    width: 96%;
  }
  .PC_Show {
    display: none !important;
  }
  .Mobile_Show {
    display: block !important;
  }
}

/* 滚动条 */

::-webkit-scrollbar {
  width: 7px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

/* 滚动槽 */

::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(33, 68, 124, 1); */
  border-radius: 2px;
  background: #DDDDDD;
  /* background: rgba(255, 255, 255, 0.2); */
}

/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #B4B2B2;
  -webkit-box-shadow: inset 0 0 2px rgba(120, 120, 120, 1);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #B4B2B2;
}

/* 边角 即两个滚动条的交汇处 */

::-webkit-scrollbar-corner {
  background: #B4B2B2;
  border-radius: 1px;
}

.titpge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3vh;
  height: 4vh;
  top: 92vh;
  z-index: 999999999999;
  opacity: 1 !important;
  animation: zoom 1s ease-in-out infinite alternate;
}

.titpge img {
  width: 100%;
  height: 100%;
}

.btn-more {
  animation: zoom 1s ease-in-out infinite alternate;
}

@keyframes zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

.turn-table {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotateright 120s linear infinite;
  animation: rotateright 120s linear infinite;
}

@keyframes rotateright {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* 视频弹窗 */

.video-model {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
}

.video-model .video-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-model .video-cont .video-i {
  width: 171vh;
  height: 88vh;
}

.video-model .video-cont #my-video {
  width: 100%;
  height: 100%;
}

.video-model .video-cont .model-close {
  width: 8vh;
  height: 8vh;
  right: -4vh;
  top: -4vh;
  z-index: 9999;
  cursor: pointer;
}

.video-model .video-cont .model-close:hover {
  opacity: 0.6;
}

.foreword-model {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.33);
  z-index: 9999;
}
.foreword-box {
  width: 10rem;
  height: 8.66rem;
  position: fixed;
  left: 50%;
  margin-left: -5rem;
  top: 50%;
  margin-top: -4.33rem;
  z-index: 9999;
  overflow-y: auto;
}
.foreword-box .body-img {
  width: 100%;
}

.foreword-close {
  position: absolute;
  width: 0.8rem;
  top: 0.2rem;
  right: 0.2rem;
  cursor: pointer;
}

.foreword-close:hover {
  opacity: 0.6;
}

/* 专题弹窗 */

.topic-model {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
}

.topic-model .topic-cont {
  position: absolute;
  top: 50%;
  margin-top: -44vh;
  left: 50%;
  margin-left: -3.1rem;
  width: 5.2rem;
  height: 88vh;
  padding: 0.1rem;
}

.topic-model .topic-cont .topic-i {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.full-iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.topic-model .topic-cont .topic-close {
  width: 4vh;
  height: 4vh;
  right: -3vh;
  top: -3vh;
  z-index: 9999;
  cursor: pointer;
}

.topic-model .topic-cont .topic-close:hover {
  opacity: 0.6;
}
