* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
body {
  background: url(../images/bodyBg.png);
  position: relative;
}
#top {
  height: 1145px;
  background: url(../images/topBg.png) center center;
  margin: 0 auto;
  min-width: 1217px;
}
.containt {
  width: 1217px;
  overflow: hidden; 
  position: relative;
  top: -522px;
  z-index: 999;
  margin: 0 auto;
  _left: 20%;
}
#nav {
  width: 1090px;
  height: 54px;
  background: url(../images/navBg.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  display: block;
  _position: relative;
  _left:60px;
}
.navList {
  width: 950px;
  overflow: hidden;
  margin: 0 auto;
  padding:0 10px;
  list-style: none;
  height: 54px;
  line-height: 54px;
}
.navList li {
  float: left;
}
.navList li a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  width: 190px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  margin-top: 12px;

}
.navList li a:hover {
  color: #9d2906;
  background: url(../images/hover.png);
  background-repeat: no-repeat;
}
#first :hover {
  color: #9d2906;
  background: url(../images/hoverBg.png);
  background-repeat: no-repeat;
}
#last :hover {
  color: #9d2906;
  background: url(../images/hoverLast.png);
  background-repeat: no-repeat;
}
.main {
  width: 1177px;
  margin: 0 auto;
  background: url(../images/mainBg.png);
  padding: 0 20px;
  padding-left: 97px;
  margin-top: -10px;
}
.headList {
  overflow: hidden;
}
.headList img {
  margin-bottom: 20px;
  margin-right: 23px;
}
.mainBox {
  width: 1020px;
  overflow: hidden;
}
.mainBoxLeft {
  float: left;
  width: 610px;
  overflow: hidden;
}
.uBox, .uTitle{
  width: 100%;
  overflow: hidden;
}
.uTitle p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #8e1316;
}
.mt40 {
  margin-top: 40px;
}
.intrduce p{
  font-size: 18px;
  color: #646464;
  line-height: 2;
  text-indent: 2em;
  margin-top: 15px;
}
.agenda {
  width: 100%;
  height: 1086px;
  overflow-y: auto; 
  overflow-x: hidden; 
}
.mainBoxRight {
  width: 354px;
  float: right;
}
.enroll {
  width: 354px;
  height: 343px;
  background: url(../images/enrollBg.png);
  position: relative;
}
.mt30 {
  margin-top: 30px;
}
.enroll img {
  display: block;
  margin: 0 auto;
}
#singIn {
  position: relative;
  z-index: 999;
  top: 150px;
  display: block;
  margin: 0 auto;
}
.flower {
  position: absolute;
  left: 30px;
  top: 38px;
  animation: myfirst 15s linear infinite;
  -webkit-animation: myfirst 15s linear infinite;
  -moz-animation: myfirst 15s linear infinite;
  -o-animation: myfirst 15s linear infinite;
}
@keyframes myfirst
{
    /*0%   {transform:rotate(0deg)} 
    25%  {transform:rotate(90deg)} 
    50%  {transform:rotate(180deg)}
    75%  {transform:rotate(270deg)}
    100% {transform:rotate(-360deg)}*/
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes myfirst
{
   /* 0%   {transform:rotate(0deg)} 
    25%  {transform:rotate(90deg)} 
    50%  {transform:rotate(180deg)}
    75%  {transform:rotate(270deg)}
    100% {transform:rotate(-360deg)}*/
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
.guestList {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.guestList li {
  width: 470px;
  overflow: hidden;
  list-style:  none;
  margin-bottom: 30px;
}
.guestList li img {
  width: 117px;
  height: 117px;
  float: left;
}
.guestList li p {
  margin-left: 105px;
  background: #f0f0f0;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  height: 88px;
  margin-top: 3px;
  color: #646464;
}
.guestList li b {
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}
.guestList li span {
  font-size: 16px;
  line-height:1.6;
  color: #646464;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.spot {
  padding: 20px 15px;
  background: #f0f0f0;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}
.spotScrollBox {
  width: 475px;
  overflow: hidden;
  height: 315px;
  float: left;
  position: relative;
}
.spotScroll {
  height: 315px;
  float: left;
  position: relative;
}
.spotScroll li {
  position: relative;
  float: left;
  list-style: none;
  width: 475px;
  height: 315px;
}
.spotScroll li img {
  width: 100%;
}
.spotScroll li p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.39);
  height: 40px;
}
.spotItem {
  position: absolute;
  left: 40%;
  bottom:20px; 
  text-align: center;
}
.spotItem a {
  float: left;
  margin-right: 20px;
  width: 6px;
  height: 6px;
  background: url(../images/spotItem.png);
}
.spotItem a:hover {
  background: url(../images/spotActive.png);
}
.spotItem a.active {
  background: url(../images/spotActive.png);
}
.spotImg {
  width: 490px;
  height: 315px;
  float: right;
}
.spotImg img {
  float: left;
  margin-bottom: 9px;
  margin-right: 15px;
  width:230px;
  height:153px;
}
.news {
  width: 610px;
  height: 337px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.newsLsit {
  height: 337px;
  float: left;
  position: relative;
}
.newsLsit li {
  position: relative;
  float: left;
  list-style: none;
  width: 610px;
  height: 337px;
}
.newsLsit li img {
  width: 100%;
}
.newsLsit li p {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 40px;
  line-height: 40px;
  color: #FFF;
  text-align: center;
  bottom:0;
}
.newsLsit li p a {
  color: #FFF;
}
.newsItem {
  position: absolute;
  left: 0%;
  bottom:0; 
  text-align: center;
  width: 100%;
}

.newsItem a {
  float: left;
  width: 33.3333%;
  height: 5px;
  background: #bababa;
}
.newsItem a:hover {
  background: #c70909;
}
.newsItem a.active {
  background: #c70909;
}
.list {
  width: 100%;
  margin-top: 30px;
}
.listBox {
  margin-top: 25px;
}
.listBox .title {
  display: block;
  color: #646464;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 18px;
}
.listBox .hint {
  font-size: 12px;
  color: #b5b5b5;
  line-height: 1.5;
}
.bottom {
  position: relative;
}
.bottomBg {
    position: absolute;
    bottom: 420px;
    _top:3600px;
}
.more {
  display: block;
  height: 64px;
  border: 1px solid #ae0e16;
  color: #ae0e16;
  font-size: 18px;
  line-height: 64px;
  margin-top: 30px;
  text-align: center;
}
.mt20 {
  margin-top: 20px;
}