@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
}
.wrapper {
  width: 100%;
}
.container {
  width: 1250px;
  margin: 0 auto;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  height: auto;
}
.main {
  padding-top: 0px;
  padding-bottom: 10px;
}
.main img {
  width: 100%;
  height: auto;
}

.xdfa{margin: 0 auto; width: 1080px;margin-top:-1030px; position:relative; z-index:999;}
.xdfa li{width:50%; float:left; text-align:center; margin-bottom:36px;}
.footer {
  padding: 20px 0;
  background-color: #333333;
  font-size: 14px;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
}
.footer p {
  margin-bottom: 20px;
}
.footer ul {
  display: inline-block;
  margin-bottom: 20px;
}
.footer li {
  float: left;
  padding: 0 5px;
  border-left: 1px solid #ffffff;
}
.footer li:first-child {
  border-left: none;
}
.footer li a {
  color: #ffffff;
}
.footer li a:hover {
  color: #ff0000;
}
