body {
  overflow: hidden;
}
* {
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  position: relative;
  height: 100%;
  font-family: '微软雅黑';
  font-size: 14px;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
@font-face {
  font-family: 'YOUSHEBIAOTIHEI-2';
  src: url('../font/YOUSHEBIAOTIHEI-2.TTF');
}

.fl {
  float: left;
}
.outCon {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #0d337e;
  overflow-y: auto;
}
.imgdiv {
  width: 100%;
  height: auto;
  position: relative;
}
.outCon img {
  width: 100%;
}
.vivdeomap4 {
  width: 38%;
  height: 35%;
  position: absolute;
  top: 24%;
  left: 11%;
  background: #333;
}
.vivdeomap5 {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.contvideo {
  width: 70%;
  padding: 20px 0;
  margin: 0 auto;
}
.contvideo h2 {
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.contvideo h2 span {
  font-size: 14px;
}
.contvideo p {
  font-size: 16px;
  color: #fff;
  text-align: justify;
  line-height: 32px;
}
.video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.vivdeomap1 {
  width: 36%;
  height: 30%;
  position: absolute;
  top: 20%;
  left: 12%;
  background: #333;
}
.main_box {
  width: 100%;
  height: 100%;
  position: relative;
}
.box {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  margin: 10px auto;
  padding: 15px;
}
.box ul {
  width: 100%;
  height: 100%;
}
.box_ul_li {
  width: 10%;
  height: 65%;
  margin-left: 1%;
  margin-top: 2%;
  background: url(../images/table-bg.jpg) no-repeat;
  background-size: 100% 100%;
  box-shadow: 3px 2px 30px rgba(0, 0, 0, 0.1);
  float: left;
  text-align: center;
  position: relative;
  transition: all 0.6s ease-out;
}
.box ul li img {
  width: 80%;
  height: 90%;
  position: absolute;
  right: 10%;
  bottom: 5%;
  transition: all 0.6s ease-out;
  display: block;
}
.box ul .on {
  width: 55%;
  height: 85%; /* background-color: #6ab0e8;*/
  text-align: left;
}
.box ul .on img {
  width: 90%;
  height: 90%;
  position: absolute;
  right: 5%;
  bottom: 5%;
  display: none;
}
.boxultale {
  width: 96%;
  height: 99%;
  overflow-y: auto;
  margin: 0 auto;
  color: #000;
  display: none;
}
.boxultale caption {
  font-weight: bold;
  padding: 20px 10px;
}
.boxultale table {
  width: 96%;
  max-height: 100%;
  border-top: 1px solid #302f2d;
  border-left: 1px solid #302f2d;
  font-size: 16px;
  line-height: 29px;
}
.boxultale th {
  border-bottom: 1px solid #302f2d;
  border-right: 1px solid #302f2d;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}
.boxultale td {
  border-bottom: 1px solid #302f2d;
  border-right: 1px solid #302f2d;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
/* 设置滚动条的样式 */
.boxultale::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #b2d7f2;
}

/* 滚动槽 */
.boxultale::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* 滚动条滑块 */
.boxultale::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #081330ad;
}
.bgwarp {
  width: 1920px;
  height: 980px;
  overflow: hidden;
}
.box ul .on .boxultale {
  display: block;
}
/* 大屏首页 */
/* .headerimg02{width: 100%;position: absolute;bottom: 0;left: 0;z-index: 1;} */
.warptop {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.headerimg01 {
  width: 100%;
}
.warptop .headerimg01 {
  z-index: 2;
}
.warptopmain {
  width: 40%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.warptopmain p {
  width: calc(100% - 120px);
  float: right;
  font-size: 36px;
  letter-spacing: 5px;
  text-align: center;
  font-family: 'YOUSHEBIAOTIHEI-2';
  color: #fff;
}
.mainbox {
  width: 1400px;
  height: 370px;
  position: absolute;
  top: 320px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.3s;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.mainbox ul li {
  width: 24.5%;
  display: inline-block;
  float: left;
  cursor: pointer;
  text-align: center;
  position: relative;
  animation: icon 3s linear infinite;
}
.mainbox ul li span {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 90px;
  font-size: 36px;
  letter-spacing: 10px;
  font-family: 'YOUSHEBIAOTIHEI-2';
  color: #46f8fa;
  background: linear-gradient(to right, #46f8fa, #ffff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mainbox ul li span.warpspan02 {
  bottom: 120px;
  letter-spacing: 3px;
}
.mainbox ul li span.warpspan03 {
  text-indent: 3.5rem;
  bottom: 100px;
}
@keyframes icon {
  0% {
    opacity: 0.8;
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    transform: translate(5px, 15px);
  }
  100% {
    opacity: 0.8;
    transform: translate(0, 0);
  }
}
/* 弹框 */
.tkbody {
  width: 92%;
  height: 90%;
  position: absolute;
  z-index: 2;
  display: none;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/tkbg.png) no-repeat;
  background-size: 100% 100%;
}
.closebtn {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  background: #fff;
  text-align: center;
  color: #000;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 26px;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 2;
}
.tktop {
  width: 100%;
  height: 60px;
  text-align: center;
  color: #fff;
  line-height: 50px;
}
.tktop p {
  font-size: 26px;
  font-weight: bold;
  text-shadow: 0px 0px 7px rgba(52, 255, 204, 0.1);
  background: linear-gradient(180deg, #ffffff 46%, #79a1c2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.iframebody {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}
/* 设置滚动条的样式 */
.iframebody::-webkit-scrollbar {
  width: 6px;
  background-color: aqua;
}
/* 滚动槽 */
.iframebody::-webkit-scrollbar-track {
  border-radius: 10px;
}
/* 滚动条滑块 */
.iframebody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0a3e94;
}
.tkbody1 {
  width: 1000px;
  height: 96%;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  z-index: 2;
}
.tkbody1 .closebtn {
  background: #0a3e94;
  color: #fff;
}
.tkimg {
  width: 1000px;
  height: 100%;
  overflow-y: auto;
}
.tkimg img {
  width: 100%;
  height: auto;
}
.tkbody2 {
  width: 800px;
  height: 700px;
  position: absolute;
  z-index: 2;
  top: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/name_bg1.jpg) no-repeat;
  background-size: 100% 100%;
  display: none;
}
.tknav {
  width: 580px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -50%;
  margin-top: -250px;
  opacity: 0;
  transition: 0.5s;
 
}
.tknavhover {
  width: 580px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  opacity: 1;
  margin-top: -250px;
}
.tknav ul li {
  text-align: center;
  font-size: 26px;
  color: #F1C301;
  text-shadow: 5px 5px 5px #333;
  line-height: 44px;
  cursor: pointer;
  position: relative;
  font-family: '黑体';
}
.tknav ul li:hover {
  background: url(../images/hoverbg.png) no-repeat;
  background-size: 100% 100%;
}
.tkbody2 .lizbzl {
  display: block;
}
.tkbody2 .lizbzl01 {
  display: none;
}
.tkbody5 .tknav ul li:hover .biank02cont {
  display: block;
}
.tkbody5 .lizbzl01 {
  display: block;
}
.tkbody5 .lizbzl {
  display: none;
}
.tkbody6 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/tkbg.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}
.tkbody3 {
  width: 1000px;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/tkbg.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}

.tkcont {
  width: 100%;
  height: calc(100% - 140px);
  margin: 0 auto;
  overflow-y: auto;
  padding: 30px 0;
}
.tkcont p {
  width: 85%;
  color: #fff;
  line-height: 32px;
  text-align: justify;
  font-size: 16px;
  margin: 0 auto;
}
/* 设置滚动条的样式 */
.tkcont::-webkit-scrollbar {
  width: 6px;
  background-color: #081330ad;
}
/* 滚动槽 */
.tkcont::-webkit-scrollbar-track {
  border-radius: 10px;
}
/* 滚动条滑块263e7c7d */
.tkcont::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #b2d7f2;
}

.tkcont p {
  line-height: 28px;
  margin-bottom: 20px;
  word-wrap: break-word;
  text-indent: 2em;
}
.tkcont A {
  color: #0040a0;
  font-size: 11.5pt;
  text-decoration: none;
}
.tkcont div {
  line-height: 28px;
  margin-bottom: 20px;
  word-wrap: break-word;
  text-indent: 2em;
}
.tkbody4 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.zhezhao {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #00000085;
  display: none;
  z-index: 1;
}
.zhezhao1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #00000085;
  display: none;
  z-index: 1;
}
.biank02cont {
  position: absolute;
  display: none;
  font-size: 0.45rem;
  top: 1rem;
  right: -150px;
  color: #ffffff;
  background: url(../images/hoverbg.png) no-repeat;
  background-size: 100% 100%;
  min-height: 60px;
  z-index: 21;
  padding: 0.32rem 0;
}
.biank02cont ul li {
  line-height: 35px;
  width: 220px;
  color: #F1C301;
  cursor: pointer;
}
.biank02cont ul li a {
  display: block;
  color: #F1C301;
  padding: 0 0.32rem;
}
.biank02cont ul li:hover {
  background: url(../images/hoverlibg.png) no-repeat;
  background-size: 100% 100%;
}
