body {
    margin: 0px;
    padding: 0px;
    background: #feebe3;
    font-size: 16px;
  }
  
  div, p, ul, ol, li, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, form {
    margin: 0px;
    padding: 0px;
  }
  
  img {
    border: 0px;
  }

  a{
    color: #fff;
  }
  
  a:link {
    color: #fff;
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
    color: #fff;
  }
  
  a:hover {
    text-decoration: underline;
    color: #FF6600;
  }
  
  a:active {
    text-decoration: none;
    color: #fff;
  }
  
  ul, ol, li, dl, dt, dd {
    list-style: none;
  }
  
  li {
  
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal
  }
  
  .topimg {
    width: 100%;
    height: 734px;
    background: url("2024topimgChina.jpg")top center;
  }
  
  .topimg img {
    width: 1920px;
    height: 734px;
    margin: 0 auto;
  }
  
  .wrape{
    width: 1536px;
    height: 694px;
    margin: 30px auto;
    background: url("china2024_bg4.png")top center;
    position: relative;
  }
  
  .title{
    background: url("china2024_tag4.png") top center;
    width: 360px;
    height: 104px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-left: 60px;

  }

  .video{
    width: 1000px;
    position: absolute;
    top:50px;
    left: 460px;
  }

  video{
    width: 1000px;
  }

  .Holiday-Foot {
    height: 200px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background-color: #bc3131;
}


