@charset "UTF-8";
html {
  font-size: 32px;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: #ffffff;
  -webkit-overflow-scrolling: touch;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-size: 0.8rem;
  -webkit-overflow-scrolling: touch;
  font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", "宋体", Tahoma, Arial, Helvetica, STHeiti;
  color: #111;
}
ul,
ol {
  list-style-type: none;
}
select,
input,
img,
select {
  outline: none;
  max-width: 100%;
  background: none;
  vertical-align: top;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
button {
  cursor: pointer;
  outline: 0;
  border: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
  display: block;
}
h4 {
  font-weight: normal;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
ul li {
  list-style: none;
}
input,
button,
select,
textarea {
  outline: none;
  font-size: 0.8rem;
  font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", "宋体", Tahoma, Arial, Helvetica, STHeiti;
  border: none;
}
textarea {
  resize: none;
  background: none;
}
select {
  /* 解决select下拉箭头在ios上不兼容的问题 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 0.3rem;
  padding-right: 1rem;
  border: 0px solid #749ccb;
}
dl {
  padding: 0px;
  margin: 0px;
}
dl dt {
  padding: 0px;
  margin: 0px;
}
dl dd {
  padding: 0px;
  margin: 0px;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.color-white {
  color: white!important;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.wfs {
  width: 100%;
  position: relative;
}
.p_r {
  position: relative;
}
.red {
  color: #e62129;
}
.gray {
  background: #f7f7f7;
}
.bor {
  border: 1px solid #8b8b8c;
}
body,
html {
  color: #333;
  font-size: 12px;
  background: rgba(44, 119, 63, 0.9);
}
body,
html,
div,
blockquote,
img,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  word-break: break-all;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
select,
textarea {
  outline: none;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
  list-style-position: inside;
}
a {
  color: #333;
  text-decoration: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
abbr,
acronym {
  border: 0;
}
input::-webkit-input-placeholder {
  color: #cccccc !important;
}
input:-moz-placeholder {
  color: #cccccc !important;
}
input::-moz-placeholder {
  color: #cccccc !important;
}
input:-ms-input-placeholder {
  color: #cccccc !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.toppp {
  position: relative;
  width: 100%;
  background: #fff;
  height: 168px;
}
.topcon {
  width: 1200px;
  margin: 0 auto;
  height: 126px;
  position: relative;
}
.topcon .logo {
  padding-top: 6px;
  width: 160px;
  float: left;
}
.topcon .logo a img {
  height: 110px;
}
.topcon .btop1 {
  height: 30px;
  text-align: right;
  float: right;
  position: absolute;
  right: 5px;
  top: 40px;
  z-index: 100;
}
.topcon .btop1 span {
  float: left;
  line-height: 28px;
  display: inline-block;
  padding-top: 4px;
}
.topcon .btop1 span.sp1 {
  color: #999;
  font-size: 14px;
}
.topcon .btop1 span.sp1 a {
  color: #999;
  font-size: 14px;
}
.topcon .btop1 span.sp1 a:hover {
  color: rgba(227, 177, 118, 0.5);
}
.topcon .btop1 span.xian {
  color: #c1c1c1;
  padding-left: 7px;
  padding-right: 7px;
}
.topcon .btop1 span.searchinput {
  padding-top: 3px;
  padding-left: 10px;
  position: relative;
  width: 200px;
}
.topcon .btop1 span.searchinput input {
  padding: 0px;
  margin: 0px;
  border: 1px solid #dedede;
  background: #f7f7f7;
  color: #333;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  width: 180px;
}
.topcon .btop1 span.searchinput .sbtn {
  position: absolute;
  width: 20px;
  right: 8px;
  top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  cursor: pointer;
}
.topcon .btop1 span.searchinput .sbtn img {
  width: 18px;
  height: 18px;
}
.topcon .btop1 span.yjbtn {
  padding-top: 4px;
  padding-left: 15px;
}
.topcon .btop1 span.yjbtn a {
  border: 1px solid #e62129;
  line-height: 28px;
  height: 28px;
  padding: 0px 10px;
  background: #e62129;
  color: #fff;
  font-size: 14px;
}
.btop2 {
  padding-top: 0px;
  position: absolute;
  width: 100%;
  background: rgba(44, 119, 63, 0.9);
  z-index: 5;
}
.btop2 ul {
  width: 1200px;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
.btop2 ul li {
  float: left;
  padding-left: 3px;
  padding-right: 3px;
}
.btop2 ul li dl {
  position: relative;
  padding: 0px;
  margin: 0px;
}
.btop2 ul li dl dt {
  padding: 0px;
  margin: 0px;
  height: 42px;
}
.btop2 ul li dl dt a {
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 7px;
  padding-bottom: 7px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  position: relative;
  display: block;
}
.btop2 ul li dl dt a.a {
  padding-left: 20px;
  padding-right: 40px;
}
.btop2 ul li dl dt a .ico {
  position: absolute;
  right: 15px;
  top: 18px;
  width: 12px;
  height: 12px;
  transition: width 0.5s, height 0.5s;
  -moz-transition: width 0.5s, height 0.5s, -moz-transform 0.5s;
  /* Firefox 4 */
  -webkit-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s;
  /* Safari and Chrome */
  -o-transition: width 0.5s, height 0.5s, -o-transform 0.5s;
  /* Opera */
}
.btop2 ul li dl dt a .ico img {
  width: 12px;
}
.btop2 ul li dl:hover dt a {
  color: #fff;
  background: #459e34;
  display: block;
}
.btop2 ul li dl:hover dt a .ico {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  /* Firefox 4 */
  -webkit-transform: rotate(360deg);
  /* Safari and Chrome */
  -o-transform: rotate(360deg);
  /* Opera */
}
.btop2 ul li dl.on dt a {
  color: #fff;
  background: #459e34;
}
.btop2 ul li dl.on dt a .ico {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  /* Firefox 4 */
  -webkit-transform: rotate(360deg);
  /* Safari and Chrome */
  -o-transform: rotate(360deg);
  /* Opera */
}
.btop2 ul li dd {
  padding: 0px;
  margin: 0px;
  display: block;
  position: absolute;
  left: 0px;
  top: 42px;
  background: rgba(69, 158, 52, 0.95);
  display: none;
}
.btop2 ul li dd a {
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 7px;
  padding-bottom: 7px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  display: block;
}
.btop2 ul li dd a:hover {
  color: #fff;
  background: #459e34;
}
.btop2 ul li:hover dd {
  display: block;
}
.bg1x {
  background: #fff;
  position: relative;
  padding-top: 40px;
  padding-bottom: 25px;
}
.bg1 {
  background: #fff;
  position: relative;
  padding-top: 40px;
  padding-bottom: 25px;
}
.bg1:before {
  position: absolute;
  display: block;
  content: " ";
  left: 0px;
  width: 320px;
  top: 0px;
  height: 100%;
  background: url(../img/fengjing_01.png) no-repeat;
  background-size: 320px auto;
  background-position: left bottom;
  z-index: 0;
}
.bg1:after {
  position: absolute;
  display: block;
  content: " ";
  right: 0px;
  width: 320px;
  top: 0px;
  height: 100%;
  background: url(../img/fengjing_03.png) no-repeat;
  background-size: 320px auto;
  background-position: right bottom;
  z-index: 0;
}
.gkuang {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 5px;
  overflow: hidden;
}
.gkuang .gkuangl {
  width: 570px;
  padding-top: 30px;
  padding-right: 25px;
}
.gkuang .gkuangl .titi {
  font-size: 24px;
  line-height: 34px;
  text-align: left;
}
.gkuang .gkuangl .span {
  clear: both;
  display: block;
  padding-top: 0px;
  font-size: 14px;
  line-height: 22px;
  color: #999;
  text-indent: 0rem;
}
.gkuang .gkuangl p {
  padding-top: 16px;
  font-size: 14px;
  line-height: 30px;
  color: #999;
  text-indent: 0rem;
  word-wrap: break-word;
  word-break: break-all;
}
.gkuang .gkuangr {
  width: 575px;
}
.gkuang .gkuangr img {
  margin-left: 25px;
  margin-top: 50px;
}
.hide {
  display: none !important;
}
.wm-1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.wm-1200:before,
.wm-1200:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.box-container {
  width: 100%;
  min-width: 1200px;
}
.comm-tit h3 {
  font-size: 24px;
  line-height: 34px;
}
.comm-tit .des {
  font-size: 14px;
  color: #c1c1c1;
  line-height: 28px;
}
.mores {
  width: 113px;
  height: 32px;
  line-height: 32px;
  display: block;
  border: #d7d7d7 1px solid;
  transition: all ease-out 0.4s;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -ms-transition: all ease-out 0.4s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.mores span {
  display: inline-block;
  width: 0;
  opacity: 0;
  transition: all ease-out 0.4s;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -ms-transition: all ease-out 0.4s;
}
.mores i {
  background: url(../img/jtou.png) no-repeat 0 0;
  width: 16px;
  height: 10px;
  display: inline-block;
}
.mores {
  margin-top: 22px;
}
li:hover .mores {
  background: #459e34;
  border-color: #459e34;
}
li:hover .mores span {
  width: 50px;
  opacity: 1;
}
li:hover .mores i {
  background-position: right 2px top 0px;
}
.nl-item:hover .mores {
  background: #459e34;
  border-color: #459e34;
}
.nl-item:hover .mores span {
  width: 50px;
  opacity: 1;
}
.nl-item:hover .mores i {
  background-position: right 2px top 0px;
}
.gkuangl ul {
  float: right;
}
.bg2 {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 30px;
}
.consult-container {
  width: 100%;
  min-width: 1200px;
}
.consult-content li {
  float: left;
  width: 590px;
  height: 220px;
  margin: 0 20px 20px 0;
  background: #fff;
  overflow: hidden;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
}
.consult-content li:nth-child(2n) {
  margin-right: 0;
}
.consult-content li .pic {
  float: left;
  width: 290px;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.consult-content li .pic > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 290px;
  height: 220px;
}
.consult-content li .pic > a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.consult-content li .pic > a .rectborder {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  left: -13px;
  top: -13px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}
.consult-content li:hover .pic > a .rectborder {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  left: 13px;
  top: 13px;
}
.consult-content li .pic > a .maskborder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5px;
  top: -5px;
  border: 5px solid #ffffff;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}
.consult-content li:hover .pic > a .maskborder {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 0px;
  top: 0px;
}
.consult-content li .info {
  float: left;
  margin: 32px 0 0 19px;
  width: 262px;
}
.consult-content li .info .tit {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
  transition: color .5s;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  -o-transition: color .5s;
  font-weight: 600;
}
.consult-content li:hover .info .tit {
  color: #459e34;
}
.consult-content li .info .des {
  font-size: 13px;
  color: #999;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.zuimei {
  height: 300px;
  background: #ffffff url(../img/banjing.png);
  background-position: bottom center;
}
.youwangl {
  padding-top: 55px;
  padding-bottom: 35px;
  background: #fff;
}
.lqly {
  text-align: center;
  background: url(../img/wenxzi.png) no-repeat;
  background-position: center top 10px;
  background-size: 500px 1px;
  height: 40px;
  color: #066a20;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 35px;
}
.lqly.t {
  margin-bottom: 0px;
}
.tratit {
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 100%;
  margin-bottom: 35px;
}
.travell {
  width: 520px;
  height: 508px;
  overflow: hidden;
  background: #f8f8f8;
}
.travell .nl-item {
  margin: 33px 60px 0 60px;
}
.travell .nl-item .tit {
  display: block;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
}
.travell .nl-item .info {
  height: 130px;
  line-height: 26px;
  color: #999;
  font-size: 14px;
  overflow: hidden;
}
.travell .nl-item .nl-item .mores {
  margin-top: 20px;
}
.travell .nl-item pic {
  margin-top: 25px;
  width: 400px;
  height: 170px;
  overflow: hidden;
}
.travell .nl-item .pic {
  margin-top: 25px;
  width: 400px;
  height: 170px;
  overflow: hidden;
}
.travell .nl-item .pic a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 400px;
  height: 170px;
}
.travell .nl-item .mores {
  width: 113px;
  height: 32px;
  line-height: 32px;
  display: block;
  border: #d7d7d7 1px solid;
  transition: all ease-out 0.4s;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.travelr ul li {
  width: 600px;
  height: 168px;
  border-top: 1px solid #e5e5e5;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.travelr ul li a {
  display: block;
  padding: 29px 0;
}
.travelr ul li a .info {
  float: left;
  width: 377px;
  margin-left: 30px;
}
.travelr ul li a .info h4 {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
}
.travelr ul li a .info .des {
  height: 48px;
  line-height: 24px;
  color: #999;
  font-size: 13px;
  overflow: hidden;
}
.travelr ul li a .info .more-ico {
  margin-top: 10px;
  display: block;
  width: 17px;
  height: 8px;
  background: url(../img/more-ico.png) no-repeat;
}
.travelr ul li a .pic {
  float: right;
  width: 147px;
  height: 110px;
  margin-right: 23px;
  overflow: hidden;
}
.travelr ul li a .pic .img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 147px;
  height: 110px;
}
.travelr ul li a .pic .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.travelr ul li:hover {
  -webkit-box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.16);
}
.yinxiang {
  background: #f8f8f8;
  padding-top: 55px;
  padding-bottom: 35px;
}
.album-block {
  margin-top: 55px;
  position: relative;
}
.album-block ul li {
  position: relative;
  float: left;
  width: 285px;
  height: 190px;
  margin: 0 20px 20px 0;
  overflow: hidden;
}
.album-block ul li:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}
.album-block ul li.lg {
  height: 400px;
}
.album-block ul li.lg a {
  height: 400px;
}
.album-block ul li.last-li {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}
.album-block ul li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 285px;
  height: 190px;
}
.album-block ul li a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.album-block ul li a .info {
  position: absolute;
  bottom: -40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.album-block ul li a .info p {
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.st-focus-banners {
  width: 100%;
  min-width: 1200px;
  height: 700px;
  position: relative;
  overflow: hidden;
}
.st-focus-banners .banners {
  width: 1920px;
  height: 700px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  overflow: hidden;
}
.st-focus-banners .banners > ul > li > a {
  display: table-cell;
  width: 1920px;
  height: 700px;
  vertical-align: middle;
  text-align: center;
}
.st-focus-banners .banners > ul > li > a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.st-focus-banners .focus {
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 20px;
  z-index: 99;
  text-align: center;
}
.st-focus-banners .focus > ul {
  height: 12px;
}
.st-focus-banners .focus > ul > li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.st-focus-banners .focus > ul > li.on {
  background: #e3b176;
  width: 8px;
  height: 8px;
  border: 2px solid #ffffff;
}
.st-focus-banners > .arrow {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 40px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.st-focus-banners > .prev {
  left: 0;
}
.st-focus-banners > .next {
  right: 0;
}
.st-focus-banners > .arrow:hover {
  background: rgba(0, 0, 0, 0.3);
}
.st-focus-banners > .arrow i {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 15px;
  background: url("../img/banner-ico.png") no-repeat;
}
.st-focus-banners > .prev i {
  margin-left: 14px;
  background-position: 0 0;
}
.st-focus-banners > .prev:hover i {
  background-position: 0 -20px;
}
.st-focus-banners > .next i {
  margin-left: 18px;
  background-position: -16px -20px;
}
.st-focus-banners > .next:hover i {
  background-position: -16px 0;
}
.bottom {
  background: #2c773f;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
}
.bottom .bottomc {
  border-top: 1px solid rgba(80, 158, 111, 0.8);
  padding-top: 15px;
}
.bottom .bottomc .wm-1200 {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(80, 158, 111, 0.8);
}
.bottom .bottomc ul li {
  width: 12%;
  float: left;
}
.bottom .bottomc ul li dl dt {
  clear: both;
  display: block;
}
.bottom .bottomc ul li dl dt a {
  color: #dcdcdc;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}
.bottom .bottomc ul li dl dt a:hover {
  color: #459e34;
}
.bottom .bottomc ul li dl dd {
  display: block;
}
.bottom .bottomc ul li dl dd a {
  color: #dcdcdc;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}
.bottom .bottomc ul li dl dd a:hover {
  color: #459e34;
}
.bottom .bottomc p {
  display: block;
  clear: both;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.bottom .bottomc p a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.st-container {
  width: 100%;
  background: #fff;
}
.st-container .st-guide {
  color: #999;
  height: 30px;
  line-height: 30px;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
.st-container .st-guide span {
  padding: 0px;
  margin: 0px;
  color: #666;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.st-container .st-guide a {
  padding: 0px;
  margin: 0px;
  color: #666;
  float: left;
  display: inline-block;
}
.st-container .extend-main {
  width: 1240px;
}
.st-container .extend-main .search-type-block {
  border: 1px solid #ebebeb;
  background: #fff;
}
.st-container .extend-main .search-type-block .search-type-item {
  background: #f5f5f5;
}
.st-container .extend-main .search-type-block .search-type-item .item-hd {
  float: left;
  color: #999;
  width: 90px;
  height: 24px;
  line-height: 24px;
  padding: 10px 10px 10px 0;
  text-align: right;
}
.st-container .extend-main .search-type-block .search-type-item .item-bd .item-check {
  height: 44px;
  padding: 0 20px;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}
.st-container .extend-main .search-type-block .search-type-item .item-bd .item-check .clear-item {
  float: left;
  height: 24px;
  line-height: 24px;
  margin-top: 10px;
}
.st-container .extend-main .search-type-block .search-type-item .item-bd .item-child {
  background: #fff;
}
.st-container .extend-main .search-type-block .search-type-item .item-bd .item-child .child-block {
  height: 43px;
  margin: 0 20px;
  position: relative;
  border-bottom: 1px dotted #ebebeb;
}
.st-container .extend-main .search-type-block .search-type-item .item-bd .item-child .child-block .child-list {
  height: 34px;
  padding: 10px 84px 0 0;
}
.st-container .extend-main .search-type-block .search-type-item .item-bd .item-child .child-block .child-list a {
  float: left;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  margin: 0 20px 10px 0;
  display: inline-block;
}
.st-container .extend-main .search-type-block .search-type-item .item-bd .item-child .child-block .child-list a .active {
  color: #fff;
  background: #017132;
}
.st-container .extend-module-wrapper {
  margin-bottom: 40px;
}
.st-container .extend-module-wrapper .extend-module-list {
  padding-top: 15px;
}
.st-container .extend-module-wrapper .extend-module-list .item {
  float: left;
  width: 291px;
  margin: 0 16px 16px 0;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.st-container .extend-module-wrapper .extend-module-list .item:nth-child(4n) {
  margin-right: 0px;
}
.st-container .extend-module-wrapper .extend-module-list .item .pic {
  display: table-cell;
  width: 291px;
  height: 197px;
  vertical-align: middle;
  text-align: center;
  background: #f5f5f5;
}
.st-container .extend-module-wrapper .extend-module-list .item .pic img {
  max-width: 291px;
  max-height: 197px;
  vertical-align: middle;
}
.st-container .extend-module-wrapper .extend-module-list .item .info {
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  border-top: 0;
}
.st-container .extend-module-wrapper .extend-module-list .item .info .tit {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 14px;
}
.st-container .extend-module-wrapper .extend-module-list .item .info .data {
  margin-bottom: 10px;
  font-size: 0;
}
.st-container .extend-module-wrapper .extend-module-list .item .info .data .tj {
  color: #999;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 20px;
  font-size: 12px;
}
.st-container .extend-module-wrapper .extend-module-list .item .info .pri {
  color: #666;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.st-container .extend-module-wrapper .extend-module-list .item .info .pri .jg {
  color: #f60;
}
.st-container .extend-module-wrapper .extend-module-list .item .info .pri .jg .num {
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  font-family: Arial, "Microsoft YaHei", "宋体", Helvetica, sans-serif;
}
.st-container .extend-module-wrapper .extend-module-list .item .info .booking-btn {
  color: #fff;
  width: 86px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ff8a00;
}
.hotel-list li {
  float: left;
  width: 285px;
  height: 336px;
  background: #fff;
  margin: 10px 20px 30px 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
}
.hotel-list li:hover .pic .wrapper {
  display: block;
}
.hotel-list li:nth-child(4n) {
  margin-right: 0px;
}
.hotel-list li .pic {
  position: relative;
  width: 285px;
  height: 194px;
  overflow: hidden;
}
.hotel-list li .pic .img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 285px;
  height: 194px;
}
.hotel-list li .pic .wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.hotel-list li .pic .wrapper .yd-btn {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: 50%;
  margin-left: -72px;
  display: block;
  width: 144px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 25px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotel-list li .info {
  border: 1px solid #e5e5e5;
  border-top: 1px solid transparent;
  height: 77px;
  padding: 5px 8px;
  overflow: hidden;
}
.hotel-list li .info .tit {
  display: block;
  margin-top: 5px;
  line-height: 26px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
}
.hotel-list li .info .price {
  height: 34px;
  color: #f60;
}
.hotel-list li .info .price .old {
  float: left;
  width: 40%;
  color: #999;
  font-size: 14px;
  line-height: 34px;
  text-decoration: line-through;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotel-list li .info .price i {
  color: #f60;
  display: inline;
}
.hotel-list li .info .price em {
  color: #f60;
  font-size: 22px;
  display: inline;
}
.hotel-list li .info .price .new {
  float: right;
  width: 60%;
  color: #666;
  font-size: 14px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.booking-l-container {
  float: left;
  width: 865px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  margin-bottom: 20px;
}
.booking-info-block {
  padding: 20px 30px 30px;
  margin-bottom: 15px;
  background: #fff;
}
.booking-info-block .bib-hd-bar {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.booking-info-block .bib-hd-bar .hb-title {
  font-size: 16px;
  font-weight: bold;
}
.booking-info-block .bib-hd-bar .hb-number {
  color: #ccc;
  margin-top: 10px;
  font-size: 14px;
}
.booking-item-block {
  padding: 10px 0;
}
.booking-item-block li {
  padding: 5px 0;
}
.booking-item-block li .item-hd {
  float: left;
  color: #999;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  font-size: 14px;
}
.booking-item-block li .item-bd {
  min-height: 30px;
  padding-left: 110px;
}
.booking-item-block li .item-bd .b-item-text {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 14px;
}
.booking-item-block li .item-bd .choose-start-date {
  height: 30px;
  position: relative;
  display: inline-block;
  width: 130px;
  float: left;
}
.booking-item-block li .item-bd .choose-start-date .date-text {
  width: 200px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  outline: none;
  border: 1px solid #dedfe3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: '微软雅黑', Arial, Helvetica, sans-serif;
}
.booking-item-block li .item-bd .choose-start-date .date-icon {
  display: inline-block;
  width: 16px;
  height: 13px;
  position: absolute;
  right: 7px;
  top: 8px;
  cursor: pointer;
  background: url(../img/choose-start-date-icon.gif) center no-repeat;
}
.booking-item-block li .item-bd .c-999 {
  color: #999;
}
.booking-item-block li .item-bd .ml10 {
  margin-left: 10px !important;
}
.booking-item-block li .item-bd .b-item-text {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 14px;
}
.booking-item-block li .item-bd .booking-amount-control {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}
.booking-item-block li .item-bd .booking-amount-control .add-btn,
.booking-item-block li .item-bd .booking-amount-control .sub-btn {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: -1px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #d8d8d8;
}
.booking-item-block li .item-bd .booking-amount-control .number-text {
  float: left;
  width: 60px;
  height: 30px;
  line-height: 30px;
  margin-right: -1px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.booking-item-block li .item-bd .ml10 {
  margin-left: 10px !important;
}
.booking-item-block li .item-bd .c-f60 {
  color: #f60;
}
.booking-item-block li .item-bd .b-item-text {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 14px;
}
.booking-item-block li .item-bd .booking-hotel-info {
  margin: 15px 0 0 1px;
}
.booking-item-block li .item-bd .booking-hotel-info .item {
  float: left;
  width: 134px;
  margin: -1px 0 0 -1px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.booking-item-block li .item-bd .booking-hotel-info .item .date {
  height: 22px;
  line-height: 22px;
  border-bottom: 1px solid #e6e6e6;
  background: #f8f8f8;
}
.booking-item-block li .item-bd .booking-hotel-info .item .inc {
  height: 32px;
  padding: 10px 0;
}
.booking-item-block li .item-bd .booking-hotel-info .item .pri {
  color: #f60;
  display: block;
  font-size: 14px;
  font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.booking-item-block li .item-bd .booking-hotel-info .item .ser {
  color: #999;
  display: block;
}
.bib-hd-bar {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.bib-hd-bar .col-title {
  display: inline-block;
  font-size: 16px;
}
.bib-bd-wrap .booking-item-block {
  padding: 10px 0;
}
.bib-bd-wrap .booking-item-block li {
  padding: 5px 0;
}
.bib-bd-wrap .booking-item-block li .item-hd {
  float: left;
  color: #999;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  font-size: 14px;
}
.bib-bd-wrap .booking-item-block li .item-hd .st-star-ico {
  color: #f00;
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px 0 0;
}
.bib-bd-wrap .booking-item-block li .item-bd {
  min-height: 30px;
  padding-left: 110px;
}
.bib-bd-wrap .booking-item-block li .item-bd .w230 {
  width: 230px !important;
}
.bib-bd-wrap .booking-item-block li .item-bd .input-text {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bib-bd-wrap .booking-item-block li .item-bd .text-area {
  width: 100%;
  height: 100px;
  line-height: 20px;
  padding: 5px 10px;
  resize: none;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pay-info-bar {
  padding-top: 10px;
}
.pay-info-bar .item {
  color: #999;
  display: inline-block;
  font-size: 14px;
}
.pay-info-bar .item .pri {
  color: #f60;
  font-size: 24px;
  font-weight: bold;
  font-family: "Microsoft YaHei", Arial, "宋体", Helvetica, sans-serif;
}
.pay-info-bar .item .pri .currency_sy {
  display: inline;
  font-style: normal;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
}
.booking-submit-block .yzm-txt {
  font-size: 14px;
}
.booking-submit-block .yzm-label {
  margin-top: -3px;
  vertical-align: middle;
}
.booking-submit-block .ml10 {
  margin-left: 10px !important;
}
.booking-submit-block .w100 {
  width: 100px !important;
}
.booking-submit-block .input-text {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.booking-submit-block .booking-submit-btn {
  color: #fff;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -ms-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  background: #ff8a00;
}
.booking-side-total {
  float: right;
  padding: 10px 20px 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: 3px solid #e6e6e6;
  width: 265px;
  overflow: hidden;
}
.booking-side-total .side-total-bar {
  text-align: center;
  position: relative;
}
.booking-side-total .side-total-bar .tit {
  color: #999;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  position: relative;
  z-index: 10;
  font-size: 16px;
  background: #fff;
}
.booking-side-total .side-total-bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  border-top: 1px solid #e5e5e5;
}
.booking-side-total .side-total-block {
  padding: 10px 0;
}
.booking-side-total .side-total-block .side-total-tit {
  padding: 0 10px;
  font-size: 14px;
}
.booking-side-total .side-total-block .side-total-list {
  padding-top: 5px;
}
.booking-side-total .side-total-block .side-total-list li {
  padding: 0 10px;
}
.booking-side-total .side-total-block .side-total-list li .hd {
  color: #999;
  display: inline-block;
  width: 50%;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.booking-side-total .side-total-block .side-total-list li .bd {
  float: left;
  color: #999;
  display: inline-block;
  width: 50%;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.booking-side-total .side-total-block .side-total-list li .c-f60 {
  color: #f60;
}
.booking-side-total .side-total-block .side-total-list li .all-pri {
  color: #f60;
  font-size: 18px;
  font-weight: bold;
}
.booking-side-total .side-total-block .side-total-list li .all-pri i {
  display: inline;
}
.booking-side-total .side-total-block .side-total-block {
  padding: 10px 0;
}
.booking-side-total .side-total-block .side-total-block .side-total-tit {
  padding: 0 10px;
  font-size: 14px;
}
.st-main-page {
  float: left;
  width: 1200px;
  margin-bottom: 20px;
  padding-top: 20px;
}
.st-main-page .st-public-show {
  clear: both;
  display: block;
  width: 905px;
  background: #fff;
}
.st-main-page .st-public-show .lineshow-tw {
  float: left;
  width: 869px;
  padding: 15px;
  border: 3px solid #d8d8d8;
  background: #fff;
}
.st-main-page .st-public-show .lineshow-tw .lw-title {
  float: left;
  width: 869px;
  position: relative;
}
.st-main-page .st-public-show .lineshow-tw .lw-title h1 {
  color: #333;
  width: 760px;
  font-size: 22px;
}
.st-main-page .st-public-show .lineshow-tw .lw-title p {
  color: #333;
  max-height: 40px;
  line-height: 20px;
  font-size: 14px;
  margin-top: 10px;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide {
  float: left;
  width: 460px;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav {
  position: relative;
  margin: 0 auto;
  width: 460px;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #img {
  z-index: 10;
  display: table-cell;
  width: 460px;
  height: 245px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #e7e7e7;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #img img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #img #front {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  width: 230px;
  height: 245px;
  display: block;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #img #front a {
  position: absolute;
  left: 10px;
  top: 80px;
  background: url(../img/imgSlideLeft.png) no-repeat;
  width: 29px;
  height: 71px;
  display: none;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #img #front:hover a {
  display: block;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #img #next {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  width: 230px;
  height: 245px;
  display: block;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #img #next a {
  position: absolute;
  right: 10px;
  top: 80px;
  background: url(../img/imgSlideRight.png) no-repeat;
  width: 29px;
  height: 71px;
  display: none;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #img #next:hover a {
  display: block;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #cbtn {
  background: #fff;
  position: relative;
  height: 72px;
  margin-top: 5px;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #cbtn .picSildeLeft {
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 9;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #cbtn .picSildeRight {
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 9;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #cbtn #cSlideUl {
  width: 402px;
  height: 72px;
  overflow: hidden;
  position: relative;
  top: 0;
  margin: 0 auto;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #cbtn #cSlideUl ul {
  position: relative;
  width: 10000px;
  height: 72px;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #cbtn #cSlideUl ul li {
  float: left;
  width: 90px;
  height: 48px;
  padding-top: 3px;
  cursor: pointer;
  text-align: center;
  margin-right: 6px;
  position: relative;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #cbtn #cSlideUl ul li img {
  width: 90px;
  height: 48px;
  display: block;
}
.st-main-page .st-public-show .lineshow-tw .focus-slide .imgnav #cbtn #cSlideUl ul li.hov {
  border: 2px solid #f90;
  padding-top: 0px;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg {
  float: right;
  width: 394px;
  margin-top: 15px;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg .tc {
  float: left;
  width: 392px;
  padding: 10px 0;
  margin-bottom: 10px;
  border: 1px solid #fc6000;
  background: #fff4e4;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg .tc dt {
  float: left;
  color: #333;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: right;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg .tc dd {
  float: right;
  width: 312px;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg .tc dd a {
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  margin: 0 0 10px 10px;
  border: 1px solid #333;
  background: #fff;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg .tc dd a .on {
  border: 1px solid #f60;
  background: url(../img/lin-type-ico.png) no-repeat right bottom #ffffff;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg .tc dd.yd-btn a {
  float: left;
  color: #fff;
  width: 120px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  margin-left: 10px;
  text-align: center;
  border-radius: 3px;
  background: #ff8a00;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg .jg {
  float: left;
  width: 394px;
  margin-bottom: 10px;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg .jg span {
  color: #fc6000;
  font-size: 14px;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg .jg .currency_sy {
  display: inline-block;
  font-style: normal;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg .jg b {
  font-size: 26px;
  font-family: Arial;
  font-weight: 500;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg .msg-ul {
  float: left;
  width: 394px;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg .msg-ul li {
  float: left;
  width: 394px;
  font-size: 14px;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg .msg-ul li .item-hd {
  float: left;
  width: 74px;
  height: 30px;
  line-height: 30px;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg .msg-ul li .item-bd {
  min-height: 30px;
  line-height: 30px;
  padding-left: 74px;
  font-size: 14px;
}
.st-main-page .st-public-show .lineshow-tw .cp-show-msg .msg-ul li.mb_0 {
  margin-bottom: 0;
}
.lineshow-con {
  float: left;
  width: 905px;
  margin-top: 15px;
  background: #fff;
}
.lineshow-con .tabbox-list {
  float: left;
  width: 863px;
  padding: 0 20px 15px;
  border: 1px solid #d8d8d8;
}
.lineshow-con .tabbox-list .list-tit {
  float: left;
  width: 863px;
  border-bottom: 1px solid #d8d8d8;
}
.lineshow-con .tabbox-list .list-tit strong {
  float: left;
  color: #000;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
}
.lineshow-con .tabbox-list .list-txt {
  color: #000;
  float: left;
  width: 833px;
  line-height: 24px;
  overflow: hidden;
  padding: 10px 15px 0;
}
.lineshow-con .tabbox-list .list-txt * {
  max-width: 100%;
}
.order-content {
  float: left;
  width: 905px;
}
.order-content .con-order-box {
  float: left;
  width: 833px;
  padding: 35px;
  border: 1px solid #d8d8d8;
  background: #fff;
  overflow: hidden;
}
.order-content .con-order-box .product-msg {
  float: left;
  width: 833px;
  margin-bottom: 40px;
}
.order-content .con-order-box .product-msg .pm-tit {
  float: left;
  color: #333;
  width: 833px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #dcdcdc;
}
.order-content .con-order-box .product-msg .pm-tit strong {
  float: left;
  padding-left: 25px;
  background: url(../img/order-show-ico.png) no-repeat;
}
.order-content .con-order-box .product-msg .pm-tit strong.ico01 {
  background-position: 0 7px;
}
.order-content .con-order-box .product-msg .pm-tit strong.ico02 {
  background-position: 0 -44px;
}
.order-content .con-order-box .product-msg .pm-list {
  float: left;
  width: 833px;
  padding: 3px 0;
}
.order-content .con-order-box .product-msg .pm-list dt {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  font-size: 14px;
}
.order-content .con-order-box .product-msg .pm-list dt .st-star-ico {
  color: #f00;
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px 0 0;
}
.order-content .con-order-box .product-msg .pm-list dd {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 733px;
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.order-content .con-order-box .product-msg .pm-list dd .hide {
  display: none;
}
.order-content .con-order-box .product-msg .pm-list dd .linkman-text {
  float: left;
  width: 200px;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.order-content .con-order-box .product-msg .pm-list dd .order-remarks {
  float: left;
  width: 500px;
  height: 100px;
  line-height: 20px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  outline: none;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.order-content .con-order-box .product-msg .pm-list dd .st-ts-text {
  color: #ff3f3f;
  float: left;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  margin-left: 5px;
  font-size: 12px;
  background: url(../img/st-ts-ico.png) no-repeat 0 -42px;
}
.order-content .con-order-box .product-msg .table-msg {
  float: left;
  width: 833px;
  margin-top: 10px;
}
.order-content .con-order-box .product-msg .table-msg table {
  border: 1px solid #d8d8d8;
  border-top: 0;
}
.order-content .con-order-box .product-msg .table-msg table th {
  text-align: center;
  border-top: 1px solid #d8d8d8;
  background: #f2f2f2;
}
.order-content .con-order-box .product-msg .table-msg table td {
  text-align: center;
  border-top: 1px solid #d8d8d8;
}
.order-content .con-order-box .product-msg .table-msg table td .inputdate {
  border: 1px solid #ccc;
  line-height: 22px;
}
.order-content .con-order-box .product-msg .table-msg table td .control-box {
  width: 80px;
  height: 24px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
}
.order-content .con-order-box .product-msg .table-msg table td .control-box .number-text {
  float: left;
  width: 30px;
  height: 22px;
  line-height: 22px;
  margin-right: -1px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #d8d8d8;
}
.order-content .con-order-box .product-msg .table-msg table td .control-box .add-btn,
.order-content .con-order-box .product-msg .table-msg table td .control-box .sub-btn {
  float: left;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-right: -1px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #d8d8d8;
}
.order-content .con-order-box .product-msg .table-msg table td .currency_sy {
  display: inline-block;
  font-style: normal;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
}
.order-content .con-order-box .product-msg .table-msg table td .price {
  color: #c00;
  font-size: 14px;
  font-weight: bold;
}
.product-msg {
  float: left;
  width: 833px;
  margin-bottom: 40px;
}
.product-msg .user-address-tit {
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
  position: relative;
}
.product-msg .user-address-block {
  padding: 5px 0;
}
.product-msg .user-address-block ul li .radio-label {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.product-msg .user-address-block ul li .radio-label .radio-btn,
.product-msg .user-address-block ul li .radio-label .check-btn {
  vertical-align: middle;
  margin: -5px 3px 0 0;
  cursor: pointer;
}
.product-msg .user-address-block ul li .radio-label span {
  display: inline-block;
}
.address-item li {
  margin-top: 15px;
  clear: both;
  display: block;
}
.address-item li:after {
  content: " ";
  height: 10px;
  clear: both;
  display: block;
}
.address-item li .item-bt {
  float: left;
  width: 75px;
  height: 30px;
  line-height: 30px;
  padding-right: 5px;
  text-align: right;
  font-size: 14px;
}
.address-item li .item-bt i {
  display: inline-block;
  color: #fc6210;
  vertical-align: middle;
  padding-left: 3px;
  font-style: normal;
}
.address-item li .item-nr {
  min-height: 30px;
  padding-left: 80px;
}
.address-item li .item-nr .drop-down {
  width: 130px;
  height: 30px;
  line-height: 30px;
  outline: none;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.address-item li .item-nr .default-text {
  width: 200px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  font-size: 12px;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.address-item li .item-nr .ads-textarea {
  width: 100%;
  height: 100px;
  padding: 5px;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.address-item li .item-nr .check-btn {
  vertical-align: middle;
  margin: -5px 3px 0 0;
  cursor: pointer;
}
.order-js-box {
  float: left;
  width: 833px;
}
.order-js-box .total {
  float: left;
  color: #333;
  width: 833px;
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
}
.order-js-box .total span {
  color: #c00;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}
.order-js-box .total span .currency_sy {
  display: inline-block;
  font-style: normal;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
}
.order-js-box .yz {
  float: left;
  color: #333;
  width: 833px;
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
}
.order-js-box .yz .tj-btn {
  float: right;
  color: #fff;
  width: 136px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background: #c00;
  border-radius: 3px;
}
.order-js-box .yz .ma-text {
  float: right;
  width: 60px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  border: 1px solid #d8d8d8;
}
.order-js-box .yz .pic {
  float: right;
  width: 80px;
  height: 32px;
  margin-right: 10px;
  cursor: pointer;
  overflow: hidden;
}
.order-js-box .yz .bt {
  float: right;
  height: 32px;
  line-height: 32px;
}
.st-sidebox {
  float: right;
  width: 280px;
}
.st-sidebox .side-order-box {
  float: right;
  width: 278px;
  border: 1px solid #f8dbb6;
  background: #fff;
}
.st-sidebox .side-order-box .order-total-tit {
  float: left;
  color: #fc6000;
  width: 263px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  font-size: 16px;
  background: #fff4e4;
}
.st-sidebox .side-order-box .show-con {
  float: left;
  width: 266px;
  padding: 6px;
}
.st-sidebox .side-order-box .show-con .ul-cp {
  float: left;
  width: 266px;
}
.st-sidebox .side-order-box .show-con .ul-cp li {
  float: left;
  width: 266px;
}
.st-sidebox .side-order-box .show-con .ul-cp li .pic {
  display: table-cell;
  width: 266px;
  height: 187px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.st-sidebox .side-order-box .show-con .ul-cp li .pic img {
  max-width: 266px;
  max-height: 187px;
  vertical-align: middle;
}
.st-sidebox .side-order-box .show-con .ul-cp li .txt {
  float: left;
  width: 266px;
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
}
.st-sidebox .side-order-box .show-con .ul-cp li .address {
  float: left;
  color: #7d7d7d;
  width: 250px;
  line-height: 18px;
  margin-top: 5px;
  padding-left: 16px;
  background: url(../img/hotel-ico.png) no-repeat 0 -147px;
}
.st-sidebox .side-order-box .show-con .ul-list {
  float: left;
  width: 266px;
  line-height: 18px;
  margin-top: 12px;
  padding: 10px 0;
  border-top: 1px solid #e8e8e8;
}
.st-sidebox .side-order-box .show-con .ul-list li {
  line-height: 22px;
}
.st-sidebox .side-order-box .show-con .ul-list li span {
  display: inline-block;
}
.st-sidebox .side-order-box .show-con .ul-list li .currency_sy {
  display: inline-block;
  font-style: normal;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
}
.st-sidebox .side-order-box .show-con .total-price {
  float: left;
  width: 266px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  margin-top: 6px;
  background: #fff4e4;
}
.st-sidebox .side-order-box .show-con .total-price span {
  color: #fc6000;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}
.st-sidebox .side-order-box .show-con .total-price span .currency_sy {
  display: inline-block;
  font-style: normal;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
}
.tousu {
  padding: 30px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.tousu .tousul {
  width: 550px;
  text-align: left;
}
.tousu .tousul ul li {
  clear: both;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.tousu .tousul ul li span {
  color: #333;
  font-size: 14px;
  float: left;
  line-height: 32px;
}
.tousu .tousul ul li span:first-child {
  text-align: right;
  padding-right: 10px;
  width: 120px;
}
.tousu .tousul ul li span:nth-child(2) {
  text-align: left;
  padding-right: 10px;
}
.tousu .tousul ul li span:nth-child(2) input {
  text-align: left;
  color: #333;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  border: 1px solid #999;
  width: 200px;
}
.tousu .tousul ul li span:nth-child(2) select {
  text-align: left;
  color: #333;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  border: 1px solid #999;
  width: 150px;
}
.tousu .tousul ul li span:nth-child(2) textarea {
  text-align: left;
  color: #333;
  font-size: 14px;
  height: 132px;
  line-height: 32px;
  padding-left: 10px;
  border: 1px solid #999;
  width: 340px;
}
.tousu .tousul ul li .btn {
  color: #fff;
  display: inline-block;
  width: 136px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background: #c00;
  border-radius: 3px;
}
.tousu .tousur {
  width: 400px;
  padding-left: 100px;
  height: 430px;
  border-left: 1px solid #999;
  padding-top: 30px;
}
.tousu .tousur strong {
  color: #333;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  font-size: 22px;
}
.tousu .tousur p {
  color: #999;
  font-size: 13px;
  padding-top: 20px;
  line-height: 28px;
}
.book-container {
  width: 100%;
  background: #ffffff;
  min-width: 1200px;
  padding-bottom: 64px;
}
.book-container .book-nav {
  text-align: center;
  margin: 64px 0;
}
.book-container .book-nav li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.book-container .book-nav li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 1px;
  background: #d9d9d9;
}
.book-container .book-nav li:last-child:after {
  display: none;
}
.book-container .book-nav li a {
  display: block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  color: #7e7e7e;
}
.book-container .book-nav li.on a {
  background: #3490dc;
  color: #fff;
}
.book-container .book-block li {
  float: left;
  width: 285px;
  height: 350px;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  margin: 0 20px 20px 0;
}
.book-container .book-block li:last-child {
  margin-right: 0px;
}
.book-container .book-block li .pic {
  width: 285px;
  height: 194px;
  position: relative;
  overflow: hidden;
}
.book-container .book-block li .pic .img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 285px;
  height: 194px;
}
.book-container .book-block li .pic .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.book-container .book-block li .pic .wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 285px;
  height: 194px;
  background: rgba(0, 0, 0, 0.3);
}
.book-container .book-block li .pic .wrapper .yd-btn {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: 50%;
  margin-left: -72px;
  display: block;
  width: 144px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 25px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.book-container .book-block li .info {
  margin: 12px 15px 0 15px;
}
.book-container .book-block li .info .tit {
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
}
.book-container .book-block li .info .des {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #999;
}
.book-container .book-block li .info .price {
  text-align: right;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  display: inline-block;
}
.book-container .book-block li .info .price i {
  color: #f60;
  display: inline-block;
}
.book-container .book-block li .info .price em {
  color: #f60;
  font-size: 24px;
  display: inline-block;
}
.book-container .explain-block li {
  float: left;
  width: 285px;
  height: 442px;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  margin: 10px 20px 10px 0;
}
.book-container .explain-block li:nth-child(4n) {
  margin-right: 0px;
}
.book-container .explain-block li .pic {
  width: 285px;
  height: 342px;
  position: relative;
  overflow: hidden;
}
.book-container .explain-block li .pic .img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  max-width: 285px;
  max-height: 342px;
}
.book-container .explain-block li .pic .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.book-container .explain-block li .pic .wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 285px;
  height: 104px;
  background: rgba(0, 0, 0, 0.3);
}
.book-container .explain-block li .pic .wrapper .yd-btn {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: 50%;
  margin-left: -72px;
  display: block;
  width: 144px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 25px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.book-container .explain-block li .info {
  margin: 12px 15px 0 15px;
}
.book-container .explain-block li .info .tit {
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
}
.book-container .explain-block li .info .tit .rz {
  float: right;
}
.book-container .explain-block li .info .tit .rz i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  background: url(../img/explain-ico.png) no-repeat;
}
.book-container .explain-block li .info .tit .rz i.rz-1 {
  width: 16px;
  height: 16px;
}
.book-container .explain-block li .info .tit .rz i.rz-2 {
  width: 21px;
  height: 15px;
  background-position: -29px 0;
}
.book-container .explain-block li .info p {
  color: #999;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb35 .side-container {
  width: 280px;
}
.mb35 .side-container .side-menu-block {
  margin: 1px 0 20px 0;
}
.mb35 .side-container .side-menu-block .item-tit {
  color: #fff;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  background: #459e34;
}
.mb35 .side-container .side-menu-block .item {
  color: #999;
  display: block;
  height: 46px;
  line-height: 46px;
  padding: 0 40px;
  margin-top: -1px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  background: #fff;
}
.mb35 .side-container .side-menu-block .item.active,
.mb35 .side-container .side-menu-block .item:hover {
  color: #459e34;
}
.mb35 .side-container .recom-article-tit {
  font-size: 16px;
}
.mb35 .side-container .recom-article-list {
  padding-top: 5px;
}
.mb35 .side-container .recom-article-list .item {
  margin-top: 10px;
}
.mb35 .side-container .recom-article-list .item .pic {
  display: table-cell;
  width: 280px;
  height: 190px;
  vertical-align: middle;
  text-align: center;
}
.mb35 .side-container .recom-article-list .item .pic img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.mb35 .side-container .recom-article-list .item .name {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 3px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.mb35 .main-container {
  width: 900px;
}
.mb35 .main-container .main-article-wrap {
  margin-bottom: 20px;
}
.mb35 .main-container .main-article-wrap .main-article-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.mb35 .main-container .main-article-wrap .main-article-list li .hd {
  float: left;
  width: 300px;
  height: 204px;
}
.mb35 .main-container .main-article-wrap .main-article-list li .hd .pic {
  display: table-cell;
  width: 300px;
  height: 204px;
  vertical-align: middle;
  text-align: center;
}
.mb35 .main-container .main-article-wrap .main-article-list li .hd .pic img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.mb35 .main-container .main-article-wrap .main-article-list li .info {
  height: 204px;
  padding-left: 320px;
}
.mb35 .main-container .main-article-wrap .main-article-list li .info .tit {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.mb35 .main-container .main-article-wrap .main-article-list li .info .txt {
  color: #666;
  height: 78px;
  line-height: 26px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.mb35 .main-container .main-article-wrap .main-article-list li .info .data {
  margin-top: 20px;
  font-size: 0;
}
.mb35 .main-container .main-article-wrap .main-article-list li .info .data .item {
  color: #999;
  display: inline-block;
  width: 150px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
  font-size: 14px;
}
.container-fluid {
  background: #f6f6f6;
}
.details .wrap {
  margin: 0 15%;
  padding: 10px 20px;
  overflow: hidden;
}
.fengxiangW {
  width: 20px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  position: fixed;
  top: 300px;
  visibility: visible;
  right: 13%;
  z-index: 100;
}
.fengxiangW .bdsharebuttonbox {
  position: relative;
  width: 20px;
  height: auto;
}
#CMain {
  padding-bottom: 20px;
  font-size: 16px;
  color: #666666;
  padding-top: 40px;
  padding-bottom: 30px;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
  background: #fff;
}
#CMain .hd {
  margin-top: 0px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
#CMain .hd h1 {
  overflow: hidden;
  font-weight: normal;
  padding: 0 0 15px 0;
  color: #333333;
  font-size: 28px;
  line-height: 30px;
  display: block;
  margin-bottom: 12px;
}
#CMain .hd .meta-info {
  color: #999;
  font-size: 12px;
  line-height: 24px;
}
#CMain .hd .meta-info .sp-author {
  display: inline;
}
#CMain .hd .meta-info .sp-author span {
  display: inline-block;
  margin-right: 5px;
  padding-left: 0;
  line-height: 0;
}
#CMain .hd .meta-info span {
  margin-right: 10px;
  padding-left: 20px;
  color: #666666;
  cursor: pointer;
}
#CMain .hd .meta-info .time {
  color: #666666;
  float: right;
}
#CMain .hd .meta-info .sp-author {
  text-decoration: none;
}
#CMain .bd .headimg {
  margin: 15px auto;
  text-align: center;
}
#CMain .bd p {
  line-height: 32px;
  margin: 20px auto 0 auto;
  color: #333333;
  text-indent: 0em;
}
#CMain .bd p img {
  margin-left: 0em;
  max-width: 100%;
}
#CMain .bd h3 {
  line-height: 32px;
  margin: 20px auto 0 auto;
  color: #333333;
  text-indent: 0em;
}
#CMain .bd h3 img {
  margin-left: 0em;
  max-width: 100%;
}
#CMain .bd span {
  line-height: 32px;
  margin: 20px auto 0 auto;
  color: #333333;
  text-indent: 0em;
}
#CMain .bd span img {
  margin-left: 0em;
  max-width: 100%;
}
#CMain .bd .introduction {
  width: 80%;
  line-height: 28px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 10px;
  color: #333333;
  margin: 10px auto;
  margin-bottom: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#CMain .bd .introduction p {
  padding-left: 0px;
  color: #999999;
  font-weight: 500;
  text-align: center;
  padding-top: 0px;
}
#CMain .bd .bottomhr {
  clear: both;
  display: block;
  height: 2px;
  background: #E5E5E5;
  width: 200px;
  margin: 20px auto 0px;
}
.nscTagMain {
  position: relative;
}
.nscTagMain .tagBox {
  position: relative;
  display: block;
  margin: 10px 0;
  text-align: center;
}
.nscTagMain .tagBox a {
  display: inline-table;
  padding: 8px 12px;
  font-size: 16px;
  color: #666;
  border: #d5d5d5 solid 1px;
  border-radius: 25px;
  margin-top: 3px;
  margin-right: 10px;
  margin-bottom: 8px;
}
.nscTagMain .tagBox a:hover {
  background: #999;
  color: #000;
}
.thePages {
  position: relative;
  text-align: center;
  color: #999;
  font-size: 14px;
  margin: 15px auto;
}
.thePages .Pages1 {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 14px;
}
.thePages .Pages1 .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.thePages .Pages1 .pagination li {
  display: inline;
}
.thePages .Pages1 .pagination li a {
  display: block;
  float: left;
  padding: 5px 12px;
  margin: 0 0 0 8px;
  border: 1px solid #e1e2e3;
  color: #333333;
  background: #fff;
  text-decoration: none;
}
.thePages .Pages1 .pagination .active a {
  color: #fff;
  cursor: default;
  background-color: #000;
  border-color: #000;
}
.c23-cpm-group {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10001;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0%;
  left: 0%;
}
.c23-cpm {
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 0px;
}
.c23-box-img {
  display: block;
  width: 35px;
  height: 35px;
  margin: 20px auto 10px auto;
}
.c23-cpm-title {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.c23-cpm-content {
  color: #666666;
  font-size: 14px;
  width: 180px;
  height: 46px;
  line-height: 20px;
  margin: 10px auto 10px auto;
}
.c23-cpm-content-span {
  color: #000000;
}
.c23-cpm-btn {
  width: 80px;
  height: 30px;
  line-height: 30px;
  background-color: #ff795a;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
}
.c23-cpm-btn a {
  color: #ffffff;
  text-decoration: none;
}
.c33-title {
  text-align: center;
  width: 100%;
  padding-bottom: 1rem;
}
.c33-title a {
  color: #000000;
  text-align: center;
  display: block;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
}
.st-hotel-show {
  clear: both;
  display: block;
  width: 905px;
}
.st-hotel-show .hotelshow-tw {
  padding: 15px;
  border: 3px solid #d8d8d8;
}
.st-hotel-show .hotelshow-tw .focus-slide {
  float: left;
  width: 460px;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav {
  position: relative;
  margin: 0 auto;
  width: 460px;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #img {
  z-index: 10;
  display: table-cell;
  width: 460px;
  height: 245px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #e7e7e7;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #img img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #img #front {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  width: 230px;
  height: 245px;
  display: block;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #img #front a {
  position: absolute;
  left: 10px;
  top: 80px;
  background: url(../img/imgSlideLeft.png) no-repeat;
  width: 29px;
  height: 71px;
  display: none;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #img #front:hover a {
  display: block;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #img #next {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  width: 230px;
  height: 245px;
  display: block;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #img #next a {
  position: absolute;
  right: 10px;
  top: 80px;
  background: url(../img/imgSlideRight.png) no-repeat;
  width: 29px;
  height: 71px;
  display: none;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #img #next:hover a {
  display: block;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #cbtn {
  background: #fff;
  position: relative;
  height: 72px;
  margin-top: 5px;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #cbtn .picSildeLeft {
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 9;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #cbtn .picSildeRight {
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 9;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #cbtn #cSlideUl {
  width: 402px;
  height: 72px;
  overflow: hidden;
  position: relative;
  top: 0;
  margin: 0 auto;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #cbtn #cSlideUl ul {
  position: relative;
  width: 10000px;
  height: 72px;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #cbtn #cSlideUl ul li {
  float: left;
  width: 90px;
  height: 48px;
  padding-top: 3px;
  cursor: pointer;
  text-align: center;
  margin-right: 6px;
  position: relative;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #cbtn #cSlideUl ul li img {
  width: 90px;
  height: 48px;
  display: block;
}
.st-hotel-show .hotelshow-tw .focus-slide .imgnav #cbtn #cSlideUl ul li.hov {
  border: 2px solid #f90;
  padding-top: 0px;
}
.cp-show-msg {
  float: right;
  width: 394px;
}
.cp-show-msg .hs-title {
  color: #333;
  line-height: 26px;
  font-size: 20px;
}
.cp-show-msg .type-bar {
  height: 20px;
  margin-top: 10px;
  overflow: hidden;
  font-size: 0;
}
.cp-show-msg .sell-bar {
  margin-top: 10px;
}
.cp-show-msg .sell-bar span {
  color: #999;
  vertical-align: middle;
}
.cp-show-msg .sell-bar s {
  color: #c6c6c6;
  margin: 0 20px;
  text-decoration: none;
}
.cp-show-msg .sell-bar a {
  color: #999;
  vertical-align: middle;
}
.cp-show-msg .pri-bar {
  margin-top: 15px;
}
.cp-show-msg .pri-bar .jg {
  display: inline-block;
  color: #fc6000;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 14px;
}
.cp-show-msg .pri-bar .jg .num {
  padding: 0 3px;
  font-size: 24px;
  font-weight: 500;
  font-family: Arial;
}
.cp-show-msg .sp-bar {
  color: #666;
  margin-top: 10px;
  font-size: 14px;
}
.cp-show-msg .msg-ul {
  margin-top: 5px;
}
.cp-show-msg .msg-ul li {
  color: #999;
}
.cp-show-msg .msg-ul li .item-hd {
  float: left;
  width: 65px;
  height: 26px;
  line-height: 26px;
  text-align: right;
}
.cp-show-msg .msg-ul li .item-bd {
  min-height: 26px;
  line-height: 26px;
  padding-left: 65px;
}
.cp-show-msg .ads-bar {
  color: #999;
  margin-top: 5px;
  padding-left: 22px;
  position: relative;
}
.cp-show-msg .ads-bar .icon {
  display: inline-block;
  width: 11px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 1px;
  background: url(../img/hotel-ico.png) no-repeat 0 -150px;
}
.hotelshow-con {
  margin-top: 15px;
}
.hotelshow-con .tabnav-list {
  width: 905px;
  border-bottom: 2px solid #2c773f;
  background: #f8f8f8;
}
.hotelshow-con .tabnav-list span {
  color: #666;
  float: left;
  height: 39px;
  line-height: 39px;
  padding: 0 10px;
  font-size: 14px;
  cursor: pointer;
  margin-right: -1px;
  border: 1px solid #eee;
  border-bottom: 0;
}
.hotelshow-con .tabnav-list span.on {
  color: #fff;
  height: 40px;
  line-height: 39px;
  border: 0;
  background: #2c773f;
}
.tabbox-list {
  float: left;
  padding: 0 20px 15px;
  border: 1px solid #d8d8d8;
  border-top: 0;
  width: 863px;
}
.tabbox-list .tabcon-list {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.tabbox-list .tabcon-list ul li {
  padding: 15px 10px;
  position: relative;
  border-bottom: 1px dotted #e6e6e6;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.tabbox-list .tabcon-list ul li .info {
  padding-right: 100px;
  cursor: pointer;
}
.tabbox-list .tabcon-list ul li .info .hd {
  float: left;
}
.tabbox-list .tabcon-list ul li .info .pic {
  display: table-cell;
  width: 90px;
  height: 54px;
  text-align: center;
  vertical-align: middle;
  background: #e7e7e7;
}
.tabbox-list .tabcon-list ul li .info .pic img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.tabbox-list .tabcon-list ul li .info .bd {
  padding-left: 100px;
}
.tabbox-list .tabcon-list ul li .info .bd .type-name {
  font-size: 14px;
}
.tabbox-list .tabcon-list ul li .info .bd .type-name .arrow-icon {
  display: inline-block;
  width: 5px;
  height: 9px;
  vertical-align: middle;
  margin: -3px 0 0 5px;
  background: url(../img/arrow-right-ico.png) right no-repeat;
}
.tabbox-list .tabcon-list ul li .info .bd .type-attr {
  color: #666;
  margin-top: 10px;
}
.tabbox-list .tabcon-list ul li .info .bd .type-attr .bed {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  vertical-align: top;
}
.tabbox-list .tabcon-list ul li .info .bd .type-attr .dz {
  display: inline-block;
  width: 60px;
  margin-right: 10px;
  vertical-align: top;
}
.tabbox-list .tabcon-list ul li .info .bd .type-attr .pay {
  display: inline-block;
  width: 170px;
  margin-right: 10px;
  vertical-align: top;
}
.tabbox-list .tabcon-list ul li .info .bd .type-attr .pay em {
  color: #999;
  font-style: normal;
}
.tabbox-list .tabcon-list ul li .info .bd .type-attr .refund {
  display: inline-block;
  width: 70px;
  margin-right: 10px;
  vertical-align: top;
}
.tabbox-list .tabcon-list ul li .info .bd .type-attr .pri {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.tabbox-list .tabcon-list ul li .info .bd .type-attr .pri .jg {
  color: #999;
  display: inline-block;
}
.tabbox-list .tabcon-list ul li .info .bd .type-attr .pri .del {
  color: #999;
  display: inline-block;
  margin-left: 10px;
  text-decoration: line-through;
}
.tabbox-list .tabcon-list ul li .booking {
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 10;
}
.tabbox-list .tabcon-list ul li .booking .btn {
  color: #fff;
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ff8a00;
}
.tabbox-list .tabcon-list ul li .booking .btn.disabled {
  background: #ccc;
}
.tabcon-list {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.tabcon-list .list-tit {
  border-bottom: 1px solid #d8d8d8;
}
.tabcon-list .list-tit strong {
  display: inline-block;
  color: #000;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
}
.tabcon-list .list-txt {
  line-height: 24px;
  overflow: hidden;
  padding: 10px 15px 0;
}
.tabcon-list .list-txt * {
  max-width: 100%;
}
#m_area {
  position: relative;
}
#m_area .m_zlxg {
  width: 93px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  float: left;
  margin: 0 10px 0 0;
  display: inline;
  background: url(../img/zlxg2.jpg) no-repeat;
}
#m_area .m_zlxg p {
  width: 71px;
  padding-left: 10px;
  overflow: hidden;
  line-height: 30px;
  color: #333333;
  font-size: 12px;
  font-family: "微软雅黑";
  text-overflow: ellipsis;
  white-space: nowrap;
}
#m_area .m_zlxg2 {
  position: absolute;
  top: 29px;
  border: 1px solid #ded3c1;
  background: #fff;
  width: 91px;
  display: none;
  max-height: 224px;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
}
#m_area .m_zlxg2 li {
  padding: 0px;
  margin: 0px;
  line-height: 28px;
  white-space: nowrap;
  padding-left: 10px;
  font-family: "微软雅黑";
  color: #333333;
  font-size: 12px;
  position: relative;
}
#m_area .m_zlxg2 li:after {
  display: none;
}
#m_area .m_zlxg2 li:hover {
  background: #f7f7f7;
  color: #000;
}
#m_area .m_zlxg2 li:hover {
  color: #7a5a21;
}
.encc {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  border-bottom: 1px solid #f7f7f7;
}
.encc .topcon {
  width: 980px;
  margin: 0 auto;
}
.enindex {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 0px;
  overflow: hidden;
  padding-top: 0px;
}
.enindex .titi {
  font-size: 24px;
  line-height: 34px;
  text-align: left;
}
.enindex .span {
  clear: both;
  display: block;
  padding-top: 0px;
  font-size: 14px;
  line-height: 22px;
  color: #999;
  text-indent: 0rem;
}
.enindex p {
  padding-top: 16px;
  font-size: 14px;
  line-height: 30px;
  color: #999;
  text-indent: 0rem;
  word-wrap: break-word;
  word-break: break-all;
}
.enindex ul {
  padding: 0px;
  margin: 0px;
  padding-left: 40px;
}
.enindex ul li {
  padding: 0px;
  margin: 0px;
  width: 290px;
  height: 220px;
  margin: 0 15px 15px 0;
  background: #fff;
  overflow: hidden;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  float: left;
}
.enindex ul li:nth-child(3n) {
  margin-right: 0px;
}
.enindex ul li .pic {
  width: 290px;
  height: 220px;
  overflow: hidden;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.enindex ul li .pic .rectborder {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  left: -13px;
  top: -13px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}
.enindex ul li .pic .maskborder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5px;
  top: -5px;
  border: 5px solid #ffffff;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}
.enindex ul li .pic .tit {
  display: block;
  font-size: 14px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
  font-weight: 300;
  position: absolute;
  left: 0px;
  height: 0px;
  bottom: -21px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  display: none;
}
.enindex ul li .pic img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.enindex ul li:hover .pic .rectborder {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  left: 13px;
  top: 13px;
}
.enindex ul li:hover .pic .maskborder {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 0px;
  top: 0px;
}
.enindex ul li:hover .pic .tit {
  display: block;
  line-height: 28px;
  height: 28px;
  bottom: -11px;
}
.encc {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  border-bottom: 1px solid #f7f7f7;
}
.encc .topcon {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.encc .topcon .logo {
  padding-top: 20px;
}
.encc .topcon .logo a img {
  height: 80px;
}
.encc .topcon .btop1 {
  height: 30px;
  text-align: right;
  float: right;
  position: absolute;
  right: 5px;
  top: 40px;
  z-index: 100;
}
.encc .topcon .btop1 span {
  float: left;
  line-height: 28px;
  display: inline-block;
  padding-top: 4px;
}
.encc .topcon .btop1 span.sp1 {
  color: #999;
  font-size: 14px;
}
.encc .topcon .btop1 span.sp1 a {
  color: #999;
  font-size: 14px;
}
.encc .topcon .btop1 span.sp1 a:hover {
  color: rgba(227, 177, 118, 0.5);
}
.encc .topcon .btop1 span.xian {
  color: #c1c1c1;
  padding-left: 7px;
  padding-right: 7px;
}
.encc .topcon .btop1 span.yjbtn {
  padding-top: 4px;
  padding-left: 15px;
}
.encc .topcon .btop1 span.yjbtn a {
  border: 1px solid #e62129;
  line-height: 28px;
  height: 28px;
  padding: 0px 10px;
  background: #e62129;
  color: #fff;
  font-size: 14px;
}
.guide-data-wrap {
  padding: 40px 50px;
  margin-bottom: 40px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1), -3px -3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1), -3px -3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1), -3px -3px 10px rgba(0, 0, 0, 0.1);
}
.guide-data-wrap .guide-head-img {
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.guide-data-wrap .guide-self-item {
  float: left;
  width: 500px;
  padding-left: 50px;
}
.guide-data-wrap .guide-self-item .hd {
  margin-bottom: 20px;
}
.guide-data-wrap .guide-self-item .hd dt {
  height: 40px;
}
.guide-data-wrap .guide-self-item .hd dt .bt {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-right: 25px;
  vertical-align: top;
  font-size: 24px;
}
.guide-data-wrap .guide-self-item .hd dt .sm-icon,
.guide-data-wrap .guide-self-item .hd dt .dy-icon {
  display: inline-block;
  width: 21px;
  height: 16px;
  margin: 12px 0 0 10px;
  background: url(../img/main-icon.png) no-repeat;
}
.guide-data-wrap .guide-self-item .hd dt .sm-icon {
  background-position: -32px 0;
}
.guide-data-wrap .guide-self-item .hd dt .dy-icon {
  background-position: -34px -26px;
}
.guide-data-wrap .guide-self-item .hd dd {
  color: #999;
  height: 40px;
  line-height: 20px;
  margin-top: 5px;
  overflow: hidden;
  font-size: 14px;
}
.guide-data-wrap .guide-self-item .bd li {
  float: left;
  color: #666;
  width: 50%;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
.guide-link-way {
  float: right;
  width: 300px;
  padding-top: 20px;
}
.guide-link-way li {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.guide-link-way li .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  background: url(../img/main-icon.png) no-repeat;
}
.guide-link-way li .icon2 {
  background-position: 0 -34px;
}
.guide-link-way li .qq {
  display: inline-block;
  width: 77px;
  height: 22px;
  vertical-align: middle;
  margin: -5px 0 0 10px;
  background: url(../img/main-icon.png) no-repeat 0 -135px;
}
.guide-link-way li .icon3 {
  background-position: 0 -68px;
}
.guide-link-way li .icon4 {
  background-position: 0 -102px;
}
.guide-txt-wrap {
  padding-bottom: 40px;
  margin-bottom: 50px;
  background: url(../img/b-line-bg.png) bottom left repeat-x;
}
.guide-txt-wrap .tit {
  font-size: 24px;
}
.guide-txt-wrap .edit-box {
  color: #666;
  line-height: 24px;
  margin-top: 10px;
  font-size: 14px;
}
.guide-txt-wrap .edit-box * {
  max-width: 100%;
}
