* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}
html,
body {
  width: 100%;
}
.wrapper {
  width: 100%;
}
#header {
  z-index: 998;
  width: 100vw;
  position: fixed;
  top: 0;
  background-color: rgba(12, 4, 0, 1);
}
.header-wrapper {
  height: 51px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header-icon {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-icon img {
  width: 29px;
  height: 29px;
}
.header-icon p {
  height: 29px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  word-wrap: none;
  line-height: 29px;
  margin-left: 6px;
}
.header-wrapper ul li {
  display: inline-block;
  height: 51px;
  line-height: 51px;
  text-align: center;
  font-size: 10px;
  width: 50px;
  cursor: pointer;
}
.showToMore {
  display: none;
}
.navbar-icons {
  width: 22px;
  height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.navbar-icons span {
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: transform 0.3s linear;
  z-index: 999;
}
.more-wrapper {
  width: 100%;
  background-color: #fff;
}
.show-icon span:nth-of-type(1) {
  transform-origin: 0% 0%;
  transform: rotateZ(45deg) translateY(-2px);
}
.show-icon span:nth-of-type(2) {
  display: none;
}
.show-icon span:nth-of-type(3) {
  transform: rotateZ(-45deg) translateY(-3px);
}
.header-wrapper ul li:hover {
  background-color: rgba(253, 118, 34, 1);
}
.header-wrapper ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 1);
}
@media screen and (max-width: 888px) {
    .header-wrapper p{
        justify-content: center;
        width: auto;
    }
    p,h4{
        width: 90%;
        margin: 0 auto;
    }
  .header-wrapper ul {
    display: none;
  }
  .header-icon {
    margin: 0 auto;
  }
  .showToMore {
    display: inline-block;
    position: fixed;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: rgb(245, 83, 0);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.slideShow {
  height: calc(100vh - 51px);
  background-color: aqua;
}
.item1{
    width: 80%;
    margin: 0 auto;
}
.develop-content {
  margin-top: 138px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 652px) {
    .img-dec iframe {
        width: 80%;
    }
    .center img{
        width: 80%;
        height: auto;
    }
  .develop-content,
  .item,
  .innovate-content-wrapper,
  .img-dec {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .innovate-content-wrapper .img {
    margin-bottom: 20px;
  }
  .innovate-content-wrapper .content {
    margin-left: 0;
  }
  .develop-content {
    margin-top: 0;
  }

  .public {
    margin-top: 80px;
    justify-content: center;
    display: flex;
  }
  .public-title {
    margin-top: 100px;
  }
  .content3 {
    margin-bottom: 200px;
  }
  .item img {
    margin-bottom: 20px;
  }
  .item-content {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left:0 !important;
    margin-top: 50px;
  }
  .item-dec{
      width: 70%;
      margin: 0 auto;
      padding: 10px;
  }
}
.content-poster {
  width: 300px;
  height: 274px;
}
.content-poster img {
  width: 100%;
  height: 100%;
}
.content-dec {
  width: 465px;
  margin-left: 35px;
}
.content-dec-item h4 {
  font-size: 14px;
  color: rgba(253, 118, 34, 1);
}
.content-dec-item p {
  font-size: 12px;
  color: rgba(51, 51, 51, 1);
}
.top {
  margin-top: 40px;
}
.innovate-title {
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  margin-top: 18px;
  text-align: center;
}
.innovate-content-wrapper {
  display: flex;
  justify-content: center;
}

.img {
  width: 435px;
  height: 210px;
}
.img img {
  width: 100%;
  height: 100%;
}
.content {
  width: 245px;
  height: 93px;
  margin-left: 97px;
  font-size: 12px;
  color: rgba(51, 51, 51, 1);
}
/*  */
.footer {
  padding-top: 61px;
  width: 100%;
  height: 250px;
  background-image: url("../image/footer.png");
}
.footer-title {
  color: #fff;
  font-size: 19px;
  text-align: center;
}
.title-dec {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}
.img-dec {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.img-dec iframe{
  width: 380px;
  height: 218px;
}
.img-dec-dec {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
}
.img-dec-dec .item1 {
  display: flex;
  margin-top: 5px;
}
.img-dec-dec .item1 img {
  flex-shrink:0;
  width: 11px;
  height: 14px;
}
.img-dec-dec .item1 div {
  margin-left: 9px;
}
.img-dec-dec .item1.ICP {
    margin-top: 10px;
}
.img-dec-dec .item1.ICP img {
    margin-left: -2px;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
}
.img-dec-dec .item1.ICP a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    margin-left: 7px;
}
.l-footer{
  flex: 1;
}
.r-footer{
  flex: 1;
}
.footer-box{
  width: 700px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width:780px){
  .footer-box{
    width: 600px;
  }
  .wraper{
    width: auto;
  }
  .wraper ul{
    padding-left: 20px;
  }
}
/*   */
.slide-wrap {
  width: 100%;
  position: relative;
}
@media screen and (max-width:700px){
    span.next_btn,span.prev_btn{
        width: 30px !important;
        height: 30px !important;
    }
    div.slide-dec{
        width: 250px;
        height: 60px;
        font-size:25px;
        margin-left: -150px;
        margin-top: -75px;
        line-height: 60px;
    }

}
@media screen and (max-width:500px){
    span.next_btn,span.prev_btn{
        width: 15px !important;
        height: 15px !important;
    }
    .slide-wrap div.slide-dec{
        width: 200px;
        height: 30px;
        font-size:18px;
        margin-left: -125px;
        margin-top: -62px;
        line-height: 30px;
    }

}
.slide-dec {
  display: none;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 360px;
  height: 100px;
  padding: 25px;
  font-size: 50px;
  color: #fff;
  margin-left: -205px;
  margin-top: -100px;
  text-align: center;
  line-height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:600px){
    .item-btn{
        display: inline-block;
        text-align: center;
    }
    p,h4{
        width: 80vw;
    }
    .center img,.center3 img{
        width: 80% !important;
        height: auto !important;
    }
    .item-dec span{
        width: 300px;
        margin: 0 auto;
    }
    .img{
        display: flex;
        justify-content: center;
    }
    .img img{
        width: 80% !important;
        height: auto !important;
        margin: 0 auto;
    }
    .img-dec iframe {
        width: 80%;
        /* height: auto; */
    }
    .img-dec-dec{
        margin-top: 10px;
    }

}
.activeSelect{
    background-color: rgba(253, 118, 34, 1) !important;
}

.more-wrapper{
    transition: transform 300ms linear;
    transform-origin: top;
    transform: rotateX(90deg);
    /* display: none !important; */
    width: 100vw;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 51px;
}
.more-wrapper li{
    height: 40px;
    text-indent: 2em;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}
.more-wrapper li:hover{
    height: 40px;
    background-color: rgba(253, 118, 34, 1);
}
.show-content{
    /* display: block !important; */
    transform: rotateX(0deg);
}
.item1{
    display: flex;
    align-items: center;
}
.item1 img{
    width: 11px !important;
}
