 
.kwicks {
	display: block;
	list-style-type: none;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks > * {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.kwicks.kwicks-processed > * {
	margin: 0;
	position: absolute;
}
.kwicks-horizontal > * {
	float: left;
}
.kwicks-horizontal > :first-child {
	margin-left: 0;
}
.kwicks-vertical > :first-child {
	margin-top: 0;
}

/*msg*/
.msg {
  width: 836px;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.daijinquan {
  border: 1px solid #e1e1e1;
  width: 834px;
}
.daijinquan img {
  width: 834px;
  height: 200px;
}
.msgform {
  border: 1px solid #e1e1e1;
  border-top: none;
  padding: 42px 65px 55px 0;
  *padding: 42px 65px 76px 0;
}
.msgname {
  height: auto;
  overflow: hidden;
  margin-bottom: 11px;
}
.msgname span {
  display: block;
  float: left;
  width: 81px;
  text-align: right;
  padding-right: 11px;
  color: #666;
  font-size: 14px;
  height: 29px;
  line-height: 29px;
}
.msgtext {
  display: block;
  float: left;
  height: 27px;
  line-height: 27px;
  width: 253px;
  padding: 0 5px;
  border: 1px solid #e4e3e3;
}
.msgarea {
  display: block;
  float: left;
  height: 189px;
  width: 665px;
  padding: 5px;
  resize: none;
  border: 1px solid #e4e3e3;
}
.msgsumbit {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 263px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  border: none;
  background: url(/jiaju_files/msgbj.png) no-repeat 0 0;
}
.msgsumbit:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
} 
.brandlist li:hover {
  -webkit-transition: All .2s ease;
  -moz-transition: All .2s ease;
  transition: All .2s ease;
}
.brandlist li:hover .branddiv h3 {
  color: #dc0a39;
  padding-left: 10px;
}
.brandlist li:hover .jia {
  background: url(../images/bjia2.png) no-repeat center center #dc0a39;
}
.brandlist li:hover img {
  box-shadow: 0 0 3px 3px #e1e1e1;
  -moz-box-shadow: 0 0 3px 3px #e1e1e1;
  -webkit-box-shadow: 0 0 3px 3px #e1e1e1;
  -ms-box-shadow: 0 0 3px 3px #e1e1e1;
}
.brandright {
  float: right;
  width: 340px;
  animation: fadeInUp 1s .5s ease both;
  -webkit-animation: fadeInUp 1s .5s ease both;
  -moz-animation: fadeInUp 1s .5s ease both;
}
.apply {
  padding: 0 14px;
  height: auto;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  background: #fff;
}
.apply h3 {
  margin-top: 9px;
  height: 40px;
  line-height: 40px;
  padding-left: 155px;
  font-size: 14px;
  color: #646262;
  font-style: italic;
  border-bottom: 1px solid #e3e3e3;
  background: url(../images/apply.png) no-repeat left 5px;
}
.apply h3 a {
  font-weight: bold;
  color: #dc0a39;
}
.apply h3 a:hover {
  text-decoration: underline;
}
.apply h3.abg {
  padding-left: 107px;
  border-bottom: 1px solid #e3e3e3;
  background: url(../images/apply2.png) no-repeat left 6px;
}
.applyform {
  padding: 19px 0 27px;
  height: auto;
  overflow: hidden;
}
.applyname {
  height: 29px;
  line-height: 29px;
  margin-bottom: 16px;
}
.applyname label {
  display: inline-block;
  color: #666;
  width: 66px;
  padding-left: 2px;
}
.applytext {
  width: 230px;
  padding: 0 5px;
  vertical-align: top;
  height: 27px;
  line-height: 27px;
  border: 1px solid #d5d4d4;
}
.applysubmit {
  display: block;
  width: 100%;
  height: 33px;
  line-height: 33px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: none;
  cursor: pointer;
  background: url(../images/brandicon.png) no-repeat left center;
}
.applysubmit:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.brandleft {
  float: left;
  width: 839px;
  -webkit-animation: transleft 1s .2s ease both;
  -moz-animation: transleft 1s .2s ease both;
  animation: transleft 1s .2s ease both;
  margin-bottom:10px;
}
.reservelist {
  height: auto;
  overflow: hidden;
  margin: 6px 0;
}
.reservelist li {
  height: 29px;
  line-height: 29px;
  border-top: 1px dashed #c5c5c5;
}
.reservelist li a {
  display: inline-block;
  color: #666;
}
.reservelist li a b {
  display: inline-block;
  font-weight: normal;
  padding: 0 2px;
  width: 42px;
}
.reservelist li a span {
  display: inline-block;
  width: 104px;
}
.reservelist li:first-child {
  border-top: none;
}
.reservelist li:hover a {
  color: #dc0a39;
  -webkit-transition: All .2s ease;
  -moz-transition: All .2s ease;
  transition: All .2s ease;
}