html, body {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        /* min-width: 1200px; */
    }
img{
    display: inline;
}
.name-box{
  width: 100%;
  height: 100%;
  position: absolute;
  color: black;
  background-color: white;
  opacity: 0;
  text-align: center;
  line-height: 100px;
  font-weight: 700;
  font-size: 24px;
  transition: all 1s;
  align-items:center; display: -webkit-flex;
  justify-content:center; display: -webkit-flex;
}
.header {
    width: 100%;
    height: 380px;
}

.header img {
    width: 100%;
    height: 380px;
}
.center {
    margin: 0 auto;
    padding: 10px;
    background: #f9f9f9;
}
.info-box{
    margin-top: 20px;
    height: 100%;
    border-width: 0;
    box-shadow: 0px 0px 20px -5px rgba(158,158,158,.2);
    border-radius: 5px;
    overflow: hidden;
}
.center-title{
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: red;
    text-align: center;
    background-color: #fff;
}
.info{
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    line-height: 20px;
}
.info p{
    font-family: "微软雅黑";
    font-size: 12px;
    text-indent:2em
}
.banner-box img{
    width: 100%;
    height: 100%;
}
.show {
    width: 100%;
    overflow: hidden;
}
.show .show-item {
    padding: 10px;
}

.show .show-item img {
    width: 100%;
    height: 100%;
}
.show .show-item img:hover {
    cursor: pointer;
}

.show .show-item .item-title {
    height: 30px;
    text-align: center;
    font-size: 6px;
    line-height: 10px;
    font-weight: 400;
    background-color: #fff;
    overflow-wrap:normal;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show .show-item .item-box {
    height: 100%;
    border-width: 0;
    box-shadow: 0px 0px 20px -5px rgba(158,158,158,.2);
    border-radius: 5px;
    overflow: hidden;
}


.wrap .footer {
    width: 100%;
    padding: 10px 0;
    height: 100%;
    background-color: #333;
  }
  
  .wrap .footer .foot-con {
    width: 100%;
    margin: 0 auto;
  }
  
  .wrap .footer .foot-con .con1 {
    /* width: 30%; */
    float: left;
    padding-left: 20px;
  }
  
  .wrap .footer .foot-con .con1 img {
    width: 70%;
    height: 40px;
  }
  
  .wrap .footer .foot-con .con2 {
    width: 65%;
    float: left;
    top: 30px;
  }
  
  .wrap .footer .foot-con .con2 p {
    text-indent: 0;
    font-size: 2px;
    color: #FFFFFF;
    line-height: 12px;
  }
  
  .wrap .footer .foot-con .con3 {
    float: left;
    width: 100%;
    padding: 10px 0;
  }
  
  .wrap .footer .foot-con .con3 div {
    width: 33%;
    text-align: center;
    float: left;
  }
  
  .wrap .footer .foot-con .con3 div img {
    display: inline-block;
    height: 40px;
    margin: 0 auto;
    transition: all 1s ease;
  }
  
  .wrap .footer .foot-con .con3 div img:hover {
    position: relative;
    top: -10px;
    transform: scale(2);
  }
  
  .wrap .footer .foot-con .con3 div p {
    text-indent: 0;
    font-size: 6px;
    color: white;
  }
  
  .fg {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  
  .fg img {
    width: 100%;
  }
  
  .clear {
    clear: both;
  }
  