* {
  margin: 0;
  padding: 0;
}

body {
  /* min-width: 1200px; */
  /* overflow: hidden; */
  position: relative !important;
}

.bg {
  /* padding-top: 20px; */
  width: 100%;
  /* max-width: 2560px; */
  background-color: rgb(6, 9, 48);
  z-index: -1;
}


nav {
  max-width: 1200px;
  height: 130px;
  margin: 0 auto;
  border: none;
  position: relative;
  z-index: 99;
}


.navbar-brand p {
  margin: -63px 10px 10px 80px;
  color: #fff;
}

.navbar-toggle {
  margin-top: 48px !important;
}

.navbar {
  box-sizing: border-box !important;
  margin-bottom: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  min-height: 130px !important;
}

.navbar-header {
  /* width: 40%; */
  height: 130px;
}

.nav1 {
  float: right !important;
}

.navbar-default {
  background-color: rgb(6, 9, 48) !important;
}

.navbar-default .navbar-nav>li>a {
  color: #fff !important;
  font-size: 16px;
}



.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background-color: rgb(6, 9, 48) !important;
  border: none;
}

#example-navbar-collapse {
  /* height: 100px !important; */
  /* margin-top: 40px;
  margin-right: -15px; */
  width: 65%;
  position: absolute;
  right: 0;
  top: 40px;
}

.navbar-default .navbar-nav>.active>a {
  background-color: rgb(6, 13, 73) !important;
}

.navbar-default .navbar-nav>.active>a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.container-fluid>.navbar-collapse {
  margin: 0 !important;
}

.navbar-default .navbar-nav>li>a {
  text-align: center;
}

.brand-title2 {
  display: block;
  position: absolute;
  left: 90px;
  top: 30px;
  color: #fff;
}

.brand-title3 {
  position: absolute;
  left: 90px;
  top: 60px;
  color: #fff;
}

.nav-column {
  list-style: none;
  width: 100px;
  text-align: center;
  position: absolute;
  right: 0;
  display: none;
  z-index: 99;
}

/* 媒体查询 */
@media screen and (min-width: 768px) {
  .nav-column {
    display: none !important;
  }
}

.nav-column li {
  height: 40px;
  line-height: 40px;
  background-color: rgb(6, 9, 48);
  /* border-bottom: 1px solid #fff; */
}

.nav-column li:hover {
  background-color: rgb(6, 13, 73);
}

.nav-column li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}


/* ==============================板块1 */
.bg1 {
  background-image: url(../image/bg1.png);
  background-size: auto;
  background-color: rgb(6, 13, 73);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  padding-top: 150px;
}

.confused {
  max-width: 1200px;
  /* height: 765px; */
  margin: auto;
  position: relative;
}

.confused .title {
  position: relative;
  top: -140px;
}

.confused .title .titleImg {
  background-image: url(../image/img8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
  max-width: 400px;
  height: 116px;
  line-height: 116px;
  text-align: center;
  margin: auto;
}

.confused .title span {
  font-size: 24px;
  color: #fff;
}

.confused .items {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  margin-left: 4%;
  max-width: 1200px;
}

.confused .sp {
  justify-content: space-between;
}

/* 媒体查询 */
@media screen and (max-width: 1016px) {
  .confused .sp {
    justify-content: space-around;
  }

  .confused .mt7 {
    margin-top: 0px;
  }

  .confused .mt13 {
    margin-top: -130px;
  }
}

.confused .mt7 {
  margin-top: 70px;
}

.confused .items .content {
  display: flex;
  flex-direction: column;
}


.confused .items .item1,
.confused .items .item2,
.confused .items .item3,
.confused .items .item4,
.confused .items .item5,
.confused .items .item6 {
  width: 480px;
  height: 130px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
}

.confused .items .item1 img,
.confused .items .item2 img,
.confused .items .item3 img,
.confused .items .item4 img,
.confused .items .item5 img,
.confused .items .item6 img {
  width: 120px;
}



/* ===========================板块2 */
.bg2 {
  background-image: url(../image/img10.png);
  background-size: contain;
  background-color: rgb(2, 12, 67);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.content2 {
  max-width: 1200px;
  /* height: 900px; */
  margin: 0 auto;
  position: relative;

}

.content2 .main {
  background: url(../image/ellips.png) no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}


.content2 .title {
  position: relative;
}

.content2 .title .titleImg {
  background-image: url(../image/img8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
  max-width: 400px;
  height: 116px;
  line-height: 116px;
  text-align: center;
  margin: auto;
}


.content2 .title span {
  font-size: 24px;
  color: #fff;
}

#resCanvas {
  text-align: center;
  margin: auto;
}

#myCanvasContainer {
  text-align: center;
}

#myCanvasContainer canvas {
  width: 80%;
}

a:hover {
  border: none;
}




.content2 .foot {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  background: url('../image/img9.png') no-repeat;
  background-position-x: center;
  background-size: contain;
}

.content2 .foot p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
}



/* =========================板块3 */
.content3 {
  max-width: 1200px;
  height: 1097px;
  margin: 0 auto;
  position: relative;
}

.bg3 {
  max-height: 1097px;
  background-image: url(../image/img12.png);
  background-size: auto;
  background-color: rgb(6, 13, 73);
  background-repeat: no-repeat;
  background-position-x: center;
}

.content3 {
  height: 1097px;
  background-image: url(../image/img12.png);
  background-size: auto;
  background-color: rgb(6, 13, 73);
  background-repeat: no-repeat;
  background-position-x: center;
  padding-top: 50px;
}

.content3 .title {
  position: relative;
}

.content3 .title .titleImg {
  background-image: url(../image/img8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
  max-width: 400px;
  height: 116px;
  line-height: 116px;
  text-align: center;
  margin: auto;
}

.content3 .title span {
  font-size: 24px;
  color: #fff;
}

.content3 .main img {
  margin-left: 8%;
  margin-top: 8%;
}

.content3 .main {
  background: url(../image/img14.png) no-repeat;
  background-position-x: center;
  background-position-y: center;
  width: 80%;
  height: 60%;
  margin: auto;
}

.content3 .main .list {
  width: 100%;
  height: 80%;
  padding-top: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #fff;
  font-size: 26px;
  text-align: center;
}


/* .content3 .foot p {
  color: #fff;
  font-size: 24px;
  position: absolute;
  bottom: 140px;
  text-align: center;
  display: block;
  width: 100%;
  z-index: 2;
}

.content3 .foot .foot-img {
  position: absolute;
  left: 30%;
  top: 860px;
  z-index: 1;
} */
.content3 .foot {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  background: url('../image/img9.png') no-repeat;
  background-position-x: center;
  background-size: contain;
}

.content3 .foot p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
}



/* ============================底部 */
footer {
  background-color: rgb(2, 9, 48);
  /* max-width: 1200px; */
  /* height: 300px; */
  line-height: 30px;
  padding: 50px 0;
}

footer p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}







/* .words {
  width: 1064px;
  height: 587px;
  position: absolute;
  top: 75px;
  left: -760px;
}

#div1 {
  position: relative;
  margin: 0 auto;
  width: 1064px;
  height: 587px;
}

#div1 a {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: Microsoft YaHei;
  color: #fff;
  text-decoration: none;
  padding: 13px 26px
}
*/
#tags .blue {
  color: rgb(198, 86, 57);
}

#tags .red {
  color: rgb(198, 81, 166);
}

#tags .yellow {
  color: rgb(124, 255, 119);
}

#tags .default {
  color: rgb(109, 253, 240);
}