body {
  word-wrap: normal;
}
.te-wrap {
  word-break: normal;
}
.te-wrap .te-inner {
 /* position: relative;*/
  width: 1000px;
  margin: 0 auto;
}
.te-wrap .te-header {
  position: relative;
}
.te-wrap .te-contents {
  padding-bottom: 30px;
}
.te-main {
	position: relative;
	top: 1px;
	padding: 10px 0 10px;
	margin-bottom: 5px;
}
.te-main .te-title {
  position: relative;
  zoom: 1;
  padding-left: 45px;
  height: 40px;
  background: url("img/heart.png") no-repeat 18px 15px;
  font-family: 'microsoft yahei', 'hiragino sans gb', sans-serif;
}
.te-main .te-title:before {
  content: ' ';
  position: absolute;
  left: -10px;
  top: 0;
  width: 10px;
  height: 40px;
}
/*.te-main .te-title:after {
  content: ' ';
  position: absolute;
  left: -10px;
  top: -10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
  border-left: 5px solid transparent;
}*/
.te-main .te-title h1 {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin: 0;
}
.te-main .te-title .view-more {
  display: block;
/*  padding-right: 30px;*/
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  right: 45px;
  top: 5px;
  color: #fff;
  text-decoration: none;
  /*background: url("img/chevron.png") no-repeat right 8px;*/
}
.te-content {
	font-family: 'microsoft yahei', 'hiragino sans gb', sans-serif;
	padding: 30px 45px 0;
	position: relative;
	zoom: 1;
	border-bottom: 1px solid #ccc;
}
.te-content .te-block {
  zoom: 1;
  margin-bottom: 30px;
}
.te-content .te-block:before {
  content: '';
  display: block;
}
.te-content .te-block:after {
  content: '';
  display: table;
  clear: both;
}
.te-content h2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.te-content h2 a {
  color: #000;
  text-decoration: none;
}
.te-content p {
	color: #999;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
}
.te-content a.more {
  display: inline;
  text-decoration: none;
}
.te-content .te-image {
  position: relative;
  zoom: 1;
}
.te-content .te-image a {
  display: block;
}
.te-content .te-image img {
  display: block;
  border: 0 none;
}
.te-content .te-image h3 {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000', GradientType=0);
  zoom: 1;
}
.te-content.te-mode-1 .te-image.pull-left,
.te-content.te-mode-2 .te-image.pull-left {
  float: left;
  display: inline;
  margin-right: 50px;
}
.te-content.te-mode-1 .te-image.pull-right,
.te-content.te-mode-2 .te-image.pull-right {
  float: right;
  display: inline;
  margin-left: 50px;
}
.te-content.te-mode-1 .te-image {
  width: 250px;
  height: 250px;
}
.te-content.te-mode-1 .te-image h3 {
  width: 230px;
  padding: 0 10px;
}
.te-content.te-mode-1 .te-image img {
  width: 250px;
  height: 250px;
}
.te-content.te-mode-2 .te-image {
  width: 250px;
  height: 500px;
}
.te-content.te-mode-2 .te-image h3 {
  width: 230px;
  padding: 0 10px;
}
.te-content.te-mode-2 .te-image img {
  width: 250px;
  height: 500px;
}
.te-content.te-mode-3 .te-image,
.te-content.te-mode-4 .te-image {
  width: 280px;
  height: 280px;
  float: left;
  display: inline;
  margin-left: 35px;
}
.te-content.te-mode-3 .te-image h3,
.te-content.te-mode-4 .te-image h3 {
  width: 260px;
  padding: 0 10px;
}
.te-content.te-mode-3 .te-image img,
.te-content.te-mode-4 .te-image img {
  width: 280px;
  height: 280px;
}
.te-content.te-mode-3 .te-image.te-image-first,
.te-content.te-mode-4 .te-image.te-image-first {
  margin-left: 0;
}
.te-content.te-mode-3 .te-image-block {
  margin: 0 0 30px 0;
  zoom: 1;
}
.te-content.te-mode-3 .te-image-block:before {
  content: '';
  display: block;
}
.te-content.te-mode-3 .te-image-block:after {
  content: '';
  display: table;
  clear: both;
}
.te-content.te-mode-4 .te-image-block {
  margin: 30px 0 0 0;
  zoom: 1;
}
.te-content.te-mode-4 .te-image-block:before {
  content: '';
  display: block;
}
.te-content.te-mode-4 .te-image-block:after {
  content: '';
  display: table;
  clear: both;
}
.te-content.te-mode-5 .te-image-block {
  margin: 0;
  zoom: 1;
}
.te-content.te-mode-5 .te-image-block:before {
  content: '';
  display: block;
}
.te-content.te-mode-5 .te-image-block:after {
  content: '';
  display: table;
  clear: both;
}
.te-content.te-mode-5 .te-image {
  width: 270px;
  height: 255px;
  float: left;
  display: inline;
  margin: 0 0 30px 35px;
}
.te-content.te-mode-5 .te-image h3 {
  width: 250px;
  padding: 0 10px;
}
.te-content.te-mode-5 .te-image img {
  width: 270px;
  height: 255px;
}
.te-content.te-mode-5 .te-image.te-image-first {
  margin-left: 0;
  width: 300px;
  height: 540px;
}
.te-content.te-mode-5 .te-image.te-image-first h3 {
  width: 280px;
  padding: 0 10px;
}
.te-content.te-mode-5 .te-image.te-image-first img {
  width: 300px;
  height: 540px;
}
.te-content.te-mode-6 .te-image-block {
  margin: 0;
  position: relative;
  width: 630px;
  height: 250px;
}
.te-content.te-mode-6 .te-image-block.pull-left {
  float: left;
  display: inline;
  margin-right: 25px;
}
.te-content.te-mode-6 .te-image-block.pull-right {
  float: right;
  display: inline;
  margin-left: 25px;
}
.te-content.te-mode-6 .te-image.te-image-big {
  width: 180px;
  height: 250px;
  position: absolute;
}
.te-content.te-mode-6 .te-image.te-image-big h3 {
  width: 160px;
  padding: 0 10px;
}
.te-content.te-mode-6 .te-image.te-image-big img {
  width: 180px;
  height: 250px;
}
.te-content.te-mode-6 .te-image.te-image-big.te-image-big-left {
  left: 0;
  top: 0;
}
.te-content.te-mode-6 .te-image.te-image-big.te-image-big-right {
  left: 450px;
  top: 0;
}
.te-content.te-mode-6 .te-image.te-image-wide {
  width: 250px;
  height: 120px;
  position: absolute;
  left: 190px;
  bottom: 0;
}
.te-content.te-mode-6 .te-image.te-image-wide h3 {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  left: 0;
}
.te-content.te-mode-6 .te-image.te-image-wide img {
  width: 250px;
  height: 120px;
}
.te-content.te-mode-6 .te-image.te-image-small {
  width: 120px;
  height: 120px;
  position: absolute;
}
.te-content.te-mode-6 .te-image.te-image-small h3 {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  left: 0;
}
.te-content.te-mode-6 .te-image.te-image-small img {
  width: 120px;
  height: 120px;
}
.te-content.te-mode-6 .te-image.te-image-small.te-image-small-left {
  left: 190px;
  top: 0;
}
.te-content.te-mode-6 .te-image.te-image-small.te-image-small-right {
  left: 320px;
  top: 0;
}
.te-content.te-mode-7 .te-image-block.pull-left {
  float: left;
  display: inline;
}
.te-content.te-mode-7 .te-image-block.pull-left .te-image {
  width: 360px;
}
.te-content.te-mode-7 .te-image-block.pull-left .te-image img {
  width: 360px;
  height: 200px;
}
.te-content.te-mode-7 .te-image-block.pull-right {
  float: right;
  display: inline;
}
.te-content.te-mode-7 .te-image-block.pull-right .te-image {
  float: right;
  margin-left: 10px;
  display: inline;
  width: 170px;
}
.te-content.te-mode-7 .te-image-block.pull-right .te-image h2 {
  text-align: center;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.te-content.te-mode-7 .te-image-block.pull-right .te-image img {
  width: 170px;
  height: 170px;
}
.te-content.te-mode-7 .te-text-block {
  float: right;
  width: 530px;
  margin: 0 0 20px 0;
}
.te-content.te-mode-8 .te-row {
  zoom: 1;
  margin: 0 0 20px 0;
}
.te-content.te-mode-8 .te-row:before {
  content: '';
  display: block;
}
.te-content.te-mode-8 .te-row:after {
  content: '';
  display: table;
  clear: both;
}
.te-content.te-mode-8 .te-column {
  float: left;
  width: 220px;
  margin-left: 10px;
}
.te-content.te-mode-8 .te-column.te-column-first {
  margin-left: 0;
}
.te-content.te-mode-8 .te-image {
  padding: 8px;
  border: 2px solid #bbb;
}
.te-content.te-mode-8 .te-image img {
  width: 200px;
  height: 160px;
}
.te-content.te-mode-8 .te-image p {
  font-size: 13px;
  line-height: 26px;
  height: 78px;
  padding-left: 35px;
  position: relative;
  zoom: 1;
}
.te-content.te-mode-8 .te-image p span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 78px;
  background: url("img/number.png") no-repeat;
}
.te-content.te-mode-8 .te-image p.te-image-1,
.te-content.te-mode-8 .te-image p.te-image-3,
.te-content.te-mode-8 .te-image p.te-image-5,
.te-content.te-mode-8 .te-image p.te-image-7 {
  margin: 10px 0 0 0;
}
.te-content.te-mode-8 .te-image p.te-image-2,
.te-content.te-mode-8 .te-image p.te-image-4,
.te-content.te-mode-8 .te-image p.te-image-6,
.te-content.te-mode-8 .te-image p.te-image-8 {
  margin: 0 0 10px 0;
}
.te-content.te-mode-8 .te-image p.te-image-1 span {
  background-position: 0px 0px;
}
.te-content.te-mode-8 .te-image p.te-image-2 span {
  background-position: -30px 0px;
}
.te-content.te-mode-8 .te-image p.te-image-3 span {
  background-position: -60px 0px;
}
.te-content.te-mode-8 .te-image p.te-image-4 span {
  background-position: -90px 0px;
}
.te-content.te-mode-8 .te-image p.te-image-5 span {
  background-position: 0px -80px;
}
.te-content.te-mode-8 .te-image p.te-image-6 span {
  background-position: -30px -80px;
}
.te-content.te-mode-8 .te-image p.te-image-7 span {
  background-position: -60px -80px;
}
.te-content.te-mode-8 .te-image p.te-image-8 span {
  background-position: -90px -80px;
}
.te-content.te-mode-9 .te-image-block {
  width: 240px;
}
.te-content.te-mode-9 .te-image-block .te-image {
  padding: 8px;
  border: 2px solid #bbbbbb;
}
.te-content.te-mode-9 .te-image-block .te-image img {
  width: 220px;
  height: 220px;
}
.te-content.te-mode-9 .te-image-block.pull-left {
  float: left;
  display: inline;
}
.te-content.te-mode-9 .te-text-block {
  margin-left: 30px;
}
.te-content.te-mode-9 .te-text-block.pull-center {
  float: left;
  display: inline;
  width: 370px;
}
.te-content.te-mode-9 .te-text-block.pull-right {
  float: left;
  display: inline;
  width: 240px;
}
.te-content.te-mode-9 .te-text-block.pull-right .te-text-inner {
  padding: 18px;
  border: 2px solid #bbbbbb;
  height: 200px;
}
.te-content.te-mode-11 .te-image-block {
  width: 220px;
}
.te-content.te-mode-11 .te-image-block .te-image {
  padding: 8px;
  border: 2px solid #bbbbbb;
}
.te-content.te-mode-11 .te-image-block .te-image img {
  width: 200px;
  height: 230px;
}
.te-content.te-mode-11 .te-image-block.pull-left {
  float: left;
  display: inline;
}
.te-content.te-mode-11 .te-text-block {
  margin-left: 20px;
}
.te-content.te-mode-11 .te-text-block.pull-center {
  float: left;
  display: inline;
  width: 430px;
}
.te-content.te-mode-11 .te-text-block.pull-center .te-image {
  width: 130px;
  float: left;
  display: inline;
  margin-left: 10px;
}
.te-content.te-mode-11 .te-text-block.pull-center .te-image.te-image-first {
  margin-left: 0;
}
.te-content.te-mode-11 .te-text-block.pull-center .te-image img {
  width: 130px;
  height: 200px;
}
.te-content.te-mode-11 .te-text-block.pull-center .te-image h2 {
  width: 130px;
  margin-bottom: 0;
  color: #999999;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.te-content.te-mode-11 .te-text-block.pull-center .te-text-inner {
  padding: 8px;
  border: 2px solid #bbbbbb;
  zoom: 1;
}
.te-content.te-mode-11 .te-text-block.pull-center .te-text-inner:before {
  content: '';
  display: block;
}
.te-content.te-mode-11 .te-text-block.pull-center .te-text-inner:after {
  content: '';
  display: table;
  clear: both;
}
.te-content.te-mode-11 .te-text-block.pull-right {
  float: left;
  display: inline;
  width: 220px;
}
.te-content.te-mode-11 .te-text-block.pull-right .te-image img {
  width: 200px;
  height: 110px;
}
.te-content.te-mode-11 .te-text-block.pull-right h2 {
  width: 200px;
  margin-bottom: 0;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.te-content.te-mode-11 .te-text-block.pull-right p {
  height: 90px;
}
.te-content.te-mode-11 .te-text-block.pull-right .te-text-inner {
  padding: 8px;
  border: 2px solid #bbbbbb;
}
.te-content.te-mode-12 .te-image-block {
  width: 220px;
  float: left;
  display: inline;
  margin-left: 10px;
}
.te-content.te-mode-12 .te-image-block.te-image-block-first {
  margin-left: 0;
}
.te-content.te-mode-12 .te-image-block .te-image-block-inner {
  padding: 8px;
  border: 2px solid #bbbbbb;
}
.te-content.te-mode-12 .te-image-block .te-image-block-inner .te-image.te-image-top {
  margin: 0 0 10px 0;
  zoom: 1;
}
.te-content.te-mode-12 .te-image-block .te-image-block-inner .te-image.te-image-top:before {
  content: '';
  display: block;
}
.te-content.te-mode-12 .te-image-block .te-image-block-inner .te-image.te-image-top:after {
  content: '';
  display: table;
  clear: both;
}
.te-content.te-mode-12 .te-image-block .te-image-block-inner .te-image.te-image-top img {
  width: 80px;
  height: 80px;
  float: left;
}
.te-content.te-mode-12 .te-image-block .te-image-block-inner .te-image.te-image-top h2 {
  margin: 0 0 0 90px;
  font-size: 16px;
  line-height: 40px;
  color: #999;
}
.te-content.te-mode-12 .te-image-block .te-image-block-inner .te-image.te-image-top h2.name {
  color: #000;
}
.te-content.te-mode-12 .te-image-block .te-image-block-inner .te-image.te-image-bottom img {
  width: 200px;
  height: 230px;
}
.te-content.te-mode-13 .te-image-block {
  margin: 0;
  position: relative;
  width: 700px;
  height: 320px;
}
.te-content.te-mode-13 .te-image-block.pull-left {
  float: left;
  display: inline;
}
.te-content.te-mode-13 .te-image.te-image-big {
  width: 200px;
  height: 320px;
  position: absolute;
}
.te-content.te-mode-13 .te-image.te-image-big img {
  width: 200px;
  height: 320px;
}
.te-content.te-mode-13 .te-image.te-image-big.te-image-big-left {
  left: 0;
  top: 0;
}
.te-content.te-mode-13 .te-image.te-image-big.te-image-big-right {
  left: 500px;
  top: 0;
}
.te-content.te-mode-13 .te-image.te-image-wide {
  width: 280px;
  height: 175px;
  position: absolute;
  left: 210px;
  bottom: 0;
}
.te-content.te-mode-13 .te-image.te-image-wide img {
  width: 280px;
  height: 175px;
}
.te-content.te-mode-13 .te-image.te-image-small {
  width: 120px;
  height: 120px;
  position: absolute;
}
.te-content.te-mode-13 .te-image.te-image-small img {
  width: 135px;
  height: 135px;
}
.te-content.te-mode-13 .te-image.te-image-small.te-image-small-left {
  left: 210px;
  top: 0;
}
.te-content.te-mode-13 .te-image.te-image-small.te-image-small-right {
  left: 355px;
  top: 0;
}
.te-content.te-mode-13 .te-shop-list {
  width: 200px;
}
.te-content.te-mode-13 .te-shop-list.pull-right {
  float: right;
  display: inline;
}
.te-content.te-mode-13 .te-shop-list ul {
  margin: 0;
  list-style-type: none;
}
.te-content.te-mode-13 .te-shop-list ul li {
  border-top: 1px dashed #bbbbbb;
  padding: 9px 10px 10px 10px;
  height: 60px;
}
.te-content.te-mode-13 .te-shop-list ul li.first {
  border-top: 1px solid #fff;
}
.te-content.te-mode-13 .te-shop-list ul li h2,
.te-content.te-mode-13 .te-shop-list ul li p {
  margin: 0;
}
.te-content.te-mode-14 .te-image,
.te-content.te-mode-15 .te-image,
.te-content.te-mode-16 .te-image {
  float: left;
  display: inline;
  margin-left: 15px;
  width: 170px;
}
.te-content.te-mode-14 .te-image h2,
.te-content.te-mode-15 .te-image h2,
.te-content.te-mode-16 .te-image h2 {
  margin: 0;
  width: 170px;
  color: #999;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.te-content.te-mode-14 .te-image img,
.te-content.te-mode-15 .te-image img,
.te-content.te-mode-16 .te-image img {
  width: 170px;
  height: 170px;
}
.te-content.te-mode-14 .te-image.te-image-middle,
.te-content.te-mode-15 .te-image.te-image-middle,
.te-content.te-mode-16 .te-image.te-image-middle {
  width: 290px;
  margin-left: 20px;
}
.te-content.te-mode-14 .te-image.te-image-middle img,
.te-content.te-mode-15 .te-image.te-image-middle img,
.te-content.te-mode-16 .te-image.te-image-middle img {
  width: 290px;
  height: 170px;
}
.te-content.te-mode-14 .te-image.te-image-middle h2,
.te-content.te-mode-15 .te-image.te-image-middle h2,
.te-content.te-mode-16 .te-image.te-image-middle h2 {
  width: 290px;
}
.te-content.te-mode-14 .te-image.te-image-big,
.te-content.te-mode-15 .te-image.te-image-big,
.te-content.te-mode-16 .te-image.te-image-big {
  width: 355px;
}
.te-content.te-mode-14 .te-image.te-image-big img,
.te-content.te-mode-15 .te-image.te-image-big img,
.te-content.te-mode-16 .te-image.te-image-big img {
  width: 355px;
  height: 200px;
}
.te-content.te-mode-14 .te-image.te-image-first,
.te-content.te-mode-15 .te-image.te-image-first,
.te-content.te-mode-16 .te-image.te-image-first {
  margin-left: 0;
}
.te-content.te-mode-17 .te-image-block.pull-left,
.te-content.te-mode-18 .te-image-block.pull-left {
  width: 260px;
  float: left;
  display: inline;
}
.te-content.te-mode-17 .te-image-block.pull-left .te-image,
.te-content.te-mode-18 .te-image-block.pull-left .te-image {
  width: 260px;
}
.te-content.te-mode-17 .te-image-block.pull-left .te-image img,
.te-content.te-mode-18 .te-image-block.pull-left .te-image img {
  width: 260px;
  height: 380px;
}
.te-content.te-mode-17 .te-image-block.pull-left .te-image.te-image-big img,
.te-content.te-mode-18 .te-image-block.pull-left .te-image.te-image-big img {
  width: 260px;
  height: 400px;
}
.te-content.te-mode-17 .te-image-block.pull-left h2,
.te-content.te-mode-18 .te-image-block.pull-left h2 {
  color: #999;
  height: 90px;
  margin-bottom: 0;
}
.te-content.te-mode-17 .te-image-block.pull-right,
.te-content.te-mode-18 .te-image-block.pull-right {
  float: right;
  display: inline;
  width: 630px;
  zoom: 1;
}
.te-content.te-mode-17 .te-image-block.pull-right:before,
.te-content.te-mode-18 .te-image-block.pull-right:before {
  content: '';
  display: block;
}
.te-content.te-mode-17 .te-image-block.pull-right:after,
.te-content.te-mode-18 .te-image-block.pull-right:after {
  content: '';
  display: table;
  clear: both;
}
.te-content.te-mode-17 .te-image-block.pull-right.te-image-block-top,
.te-content.te-mode-18 .te-image-block.pull-right.te-image-block-top {
  margin-bottom: 20px;
}
.te-content.te-mode-17 .te-image-block.pull-right .te-image,
.te-content.te-mode-18 .te-image-block.pull-right .te-image {
  float: left;
  display: inline;
  margin-left: 15px;
  width: 200px;
}
.te-content.te-mode-17 .te-image-block.pull-right .te-image img,
.te-content.te-mode-18 .te-image-block.pull-right .te-image img {
  width: 200px;
  height: 230px;
}
.te-content.te-mode-17 .te-image-block.pull-right .te-image.te-image-first,
.te-content.te-mode-18 .te-image-block.pull-right .te-image.te-image-first {
  margin-left: 0;
}
.te-content.te-mode-17 .te-image-block.pull-right .te-image.te-image-small img,
.te-content.te-mode-18 .te-image-block.pull-right .te-image.te-image-small img {
  width: 200px;
  height: 170px;
}
.te-content.te-mode-17 .te-image-block.pull-right .te-image.te-image-big img,
.te-content.te-mode-18 .te-image-block.pull-right .te-image.te-image-big img {
  width: 200px;
  height: 300px;
}
.te-content.te-mode-17 .te-text-block,
.te-content.te-mode-18 .te-text-block {
  width: 630px;
  float: right;
  display: inline;
  margin-bottom: 30px;
}
.te-content.te-mode-19 .te-image-block {
  zoom: 1;
}
.te-content.te-mode-19 .te-image-block:before {
  content: '';
  display: block;
}
.te-content.te-mode-19 .te-image-block:after {
  content: '';
  display: table;
  clear: both;
}
.te-content.te-mode-19 .te-image-block .te-image {
  float: left;
  display: inline;
  width: 290px;
  margin-left: 20px;
}
.te-content.te-mode-19 .te-image-block .te-image.te-image-first {
  margin-left: 0;
}
.te-content.te-mode-19 .te-image-block .te-image img {
  width: 290px;
  height: 290px;
}
.te-content.te-mode-19 .te-image-block .te-image h2 {
  width: 290px;
  color: #999;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  line-height: 50px;
  margin-bottom: 0;
}
.te-content.te-mode-20 .te-image-block.pull-left {
  float: left;
  display: inline;
  width: 260px;
}
.te-content.te-mode-20 .te-image-block.pull-left .te-image {
  width: 260px;
}
.te-content.te-mode-20 .te-image-block.pull-left .te-image img {
  width: 260px;
  height: 270px;
}
.te-content.te-mode-20 .te-image-block.pull-left h2 {
  color: #999;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.te-content.te-mode-20 .te-image-block.pull-left p {
  color: #ff4200;
  font-size: 20px;
  font-weight: bold;
  height: 30px;
}
.te-content.te-mode-20 .te-image-block.pull-left p span {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  text-decoration: line-through;
  margin-left: 20px;
}
.te-content.te-mode-20 .te-image-block.pull-right {
  width: 630px;
  float: right;
  display: inline;
}
.te-content.te-mode-20 .te-image-block.pull-right .te-image {
  width: 150px;
  float: left;
  display: inline;
  margin-left: 10px;
}
.te-content.te-mode-20 .te-image-block.pull-right .te-image.te-image-first {
  margin-left: 0;
}
.te-content.te-mode-20 .te-image-block.pull-right .te-image img {
  width: 150px;
  height: 230px;
}
.te-content.te-mode-20 .te-text-block {
  width: 630px;
  position: relative;
  zoom: 1;
  float: right;
  display: inline;
  margin-top: 30px;
}
.te-content.te-mode-20 .te-text-block .te-text {
  width: 460px;
  padding: 9px;
  border: 1px solid #bbb;
  -webkit-border-top-left-radius: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.te-content.te-mode-20 .te-text-block .te-text p {
  height: 60px;
}
.te-content.te-mode-20 .te-text-block a.button {
  position: absolute;
  width: 120px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  -webkit-border-top-left-radius: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  right: 15px;
  top: 20px;
}
.te-content.te-mode-21 .te-image-block.pull-left {
  float: left;
  display: inline;
  width: 260px;
}
.te-content.te-mode-21 .te-image-block.pull-left .te-image {
  width: 240px;
  padding: 8px;
  border: 2px solid #bbbbbb;
}
.te-content.te-mode-21 .te-image-block.pull-left .te-image img {
  width: 240px;
  height: 240px;
}
.te-content.te-mode-21 .te-image-block.pull-left .te-image.te-image-first {
  margin-bottom: 10px;
}
.te-content.te-mode-21 .te-image-block.pull-left .te-image p {
  height: 60px;
}
.te-content.te-mode-21 .te-image-block.pull-center {
  float: left;
  display: inline;
  width: 360px;
  margin-left: 15px;
}
.te-content.te-mode-21 .te-image-block.pull-center .te-image {
  width: 340px;
  padding: 8px;
  border: 2px solid #bbbbbb;
}
.te-content.te-mode-21 .te-image-block.pull-center .te-image img {
  width: 340px;
  height: 160px;
}
.te-content.te-mode-21 .te-image-block.pull-center .te-image p {
  margin-top: 10px;
  height: 60px;
}
.te-content.te-mode-21 .te-image-block.pull-center .te-text {
  padding: 10px;
  margin: 15px 0;
  background-color: #fc99bc;
}
.te-content.te-mode-21 .te-image-block.pull-center .te-text h2,
.te-content.te-mode-21 .te-image-block.pull-center .te-text p {
  color: #fff;
}
.te-content.te-mode-21 .te-image-block.pull-center .te-text p {
  line-height: 20px;
  height: 60px;
}
.te-content.te-mode-21 .te-image-block.pull-right {
  float: right;
  display: inline;
  width: 260px;
}
.te-content.te-mode-21 .te-image-block.pull-right .te-image {
  width: 240px;
  padding: 8px;
  border: 2px solid #bbbbbb;
}
.te-content.te-mode-21 .te-image-block.pull-right .te-image img {
  width: 240px;
  height: 630px;
}
.te-content.te-mode-22 .te-image-block.pull-left {
  float: left;
  display: inline;
  width: 340px;
}
.te-content.te-mode-22 .te-image-block.pull-left .te-image img {
  width: 340px;
  height: 420px;
}
.te-content.te-mode-22 .te-image-block.pull-left .te-image.te-image-first {
  margin-bottom: 10px;
}
.te-content.te-mode-22 .te-image-block.pull-left .te-image p {
  height: 60px;
}
.te-content.te-mode-22 .te-image-block.pull-left .te-text {
  margin-bottom: 10px;
}
.te-content.te-mode-22 .te-image-block.pull-left .te-text p.price {
  color: #ff4200;
  font-size: 20px;
  font-weight: bold;
}
.te-content.te-mode-22 .te-image-block.pull-center {
  float: left;
  display: inline;
  width: 270px;
  margin-left: 15px;
}
.te-content.te-mode-22 .te-image-block.pull-center .te-image img {
  width: 270px;
  height: 200px;
}
.te-content.te-mode-22 .te-image-block.pull-center .te-image p {
  margin-top: 10px;
  height: 60px;
}
.te-content.te-mode-22 .te-image-block.pull-center .te-text {
	position: relative;
	zoom: 1;
	padding: 10px;
	margin: 15px 0;
	background-color: #cfa058;
}
.te-content.te-mode-22 .te-image-block.pull-center .te-text a.booking {
  position: absolute;
  top: 25px;
  right: 10px;
  display: inline;
  width: 80px;
  height: 80px;
  background: url("img/booking.png") no-repeat;
}
.te-content.te-mode-22 .te-image-block.pull-center .te-text h2 {
  width: 170px;
  margin-bottom: 0;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.te-content.te-mode-22 .te-image-block.pull-center .te-text p {
  width: 170px;
  color: #fff;
  line-height: 20px;
  height: 80px;
}
.te-content.te-mode-22 .te-image-block.pull-right {
  float: right;
  display: inline;
  width: 270px;
}
.te-content.te-mode-22 .te-image-block.pull-right .te-image img {
  width: 270px;
  height: 270px;
}
.te-content.te-mode-22 .te-image-block.pull-right .te-image.te-image-first {
  margin-bottom: 20px;
}
.te-content.te-mode-23 .show-box {
  position: relative;
  zoom: 1;
}
.te-content.te-mode-23 .show-box .scroll-arrow {
  position: absolute;
  font-size: 60px;
  line-height: 80px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  color: #000;
  top: 40px;
}
.te-content.te-mode-23 .show-box .scroll-arrow:hover {
  color: #999;
}
.te-content.te-mode-23 .show-box .scroll-arrow.scroll-arrow-left {
  left: 0;
}
.te-content.te-mode-23 .show-box .scroll-arrow.scroll-arrow-right {
  right: 0;
}
.te-content.te-mode-23 .show-box-list {
  position: relative;
  zoom: 1;
  overflow: hidden;
  margin: 0 auto;
}
.te-content.te-mode-23 .show-box-list ul {
  width: 840px;
  overflow: auto;
  position: relative;
  zoom: 1;
}
.te-content.te-mode-23 .show-box-list ul li {
  width: 250px;
  padding: 8px;
  border: 2px solid #bbbbbb;
  margin: 0 5px;
  float: left;
}
.te-content.te-mode-23 .show-box-list ul li .te-image img {
  width: 250px;
  height: 150px;
}
.te-content.te-mode-23 .show-box-list ul li .te-image h3 {
  width: 230px;
  padding: 0 10px;
  text-align: center;
}
.fixed-menu {
  width: 1000px;
  margin: 0 auto;
  font-family: 'microsoft yahei', 'hiragino sans gb', sans-serif;
}
.fixed-menu .scroll-menu {
  _position: absolute;
  _top: expression( ( -50 + document.documentElement.clientHeight + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  width: 100px;
  padding: 1px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9002;
}
.fixed-menu > .scroll-menu {
  position: fixed;
  bottom: 124px;
  margin-left: 1020px;
}


.te-picshow{
  padding:30px 0px 0px 45px;
  border-bottom: 0;
  overflow:auto; 
  height:auto;
  margin:auto; 
}
.te-picshow li{
  width:212px;
  margin-right: 22px;
  margin-bottom: 22px;
  display: inline;
  float: left
}
.te-picshow li img{
  width:212px;
  height:212px;
}
.te-picshow li p{
   text-align: center;
   font-size: 18px;
   font-weight: bold;
   color:#370c22;
}
