/**********
	自定义工具函数
	用于将1200px设计稿的px高度转换为750px的rem高度
**********/
/**************内页新闻列表1 开始**************/
.p-banner {
  position: relative;
  left: 0px;
  top: 0px;
  height: 445px;
  overflow: hidden;
  width: 100%;
}
.p-banner img {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -960px;
}
.p-t-tba {
  width: 100%;
  border-bottom: #ededed solid 1px;
  padding: 5px 0;
  height: 40px;
  line-height: 40px;
  float: left;
}
.has-sort-tbg {
  width: 636px;
  height: 18px;
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -600px;
  background: url(../images/p-prosortbg.png) left bottom no-repeat;
}
.p-news-sort-t {
  float: left;
}
.p-news-sort-t em {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.p-news-sort-t i {
  margin-left: 5px;
  font-size: 20px;
  color: #bababa;
  text-transform: uppercase;
}
.p-news-sort {
  float: right;
}
.p-news-sort a {
  line-height: 40px;
  height: 40px;
  padding: 0 24px;
  color: #8a8a8a;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  display: inline-block;
}
.p-news-sort a:hover,
.p-news-sort a.active {
  color: #fff;
  background: #961f23;
}
.p-newslist {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.p-newslist dl {
  padding: 30px 0;
  width: 100%;
  float: left;
  height: 163px;
  overflow: hidden;
  border-bottom: #c9c9c9 dotted 1px;
}
.p-newslist dl dt {
  float: left;
  width: 332px;
}
.p-newslist dl dt a {
  display: block;
}
.p-newslist dl dt a img {
  width: 332px;
  height: 163px;
}
.p-newslist dl dd {
  width: 840px;
  float: right;
}
.p-newslist dl dd.t1 {
  height: 35px;
}
.p-newslist dl dd.t1 a {
  color: #666666;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 100%;
}
.p-newslist dl dd.t1 a:hover {
  color: #7a0104;
}
.p-newslist dl dd.t2 {
  height: 80px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.p-newslist dl dd.t3 {
  margin-top: 15px;
}
.p-newslist dl dd.t3 a {
  display: block;
  width: 86px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border: #666666 solid 1px;
  color: #8a8a8a;
  font-size: 14px;
}
.p-newslist dl dd.t3 a:hover {
  color: #7a0104;
  border: #7a0104 solid 1px;
}
.bottom.hasbg {
  background: url(../images/bottom-bg.png) center top no-repeat;
  height: 391px;
  position: relative;
  padding-top: 125px;
}
/**************内页新闻列表1 结束**************/
/***************开始内页翻页*************/
.page {
  width: 100%;
  float: left;
  margin: 40px 0;
  text-align: center;
}
.page a {
  width: 38px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  color: #696969;
  background: #ececec;
  margin: 0px 2px;
  font-size: 14px;
  border-radius: 3px;
}
.page a.first {
  width: 70px;
}
.page a:hover,
.page a.active {
  background: #9a2226;
  color: #fff;
}
/***************结束内页翻页*************/
/**************内页新闻列表1详细页 开始**************/
.news-view-left {
  width: 882px;
  float: left;
  padding: 40px 0;
}
.up-page {
  margin-top: 20px;
  width: 100%;
  line-height: 28px;
  position: relative;
  border-top: #ededed solid 1px;
  padding-top: 15px;
}
.up-page dd span {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}
.up-page dd a {
  color: #666666;
  font-size: 14px;
}
.up-page dt {
  position: absolute;
  top: 25px;
  right: 0;
}
.up-page dt a {
  width: 56px;
  height: 33px;
  line-height: 33px;
  display: block;
  border: #efefef solid 1px;
  background: url(../images/false.png) 20px center no-repeat;
  padding-left: 40px;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}
.news-view-right {
  float: right;
  width: 286px;
  margin-top: 60px;
}
.correlation {
  width: 100%;
  box-sizing: border-box;
  border: #ededed solid 1px;
}
.correlation h3 {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  background: #ededed;
  height: 42px;
  line-height: 42px;
  padding-left: 15px;
}
.correlation ul {
  padding: 20px 0;
}
.correlation ul li {
  line-height: 26px;
  height: 26px;
}
.correlation ul li a {
  color: #666666;
  font-size: 14px;
  background: url(../images/ico01.png) 15px center no-repeat;
  padding-left: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 240px;
}
.correlation ul li a:hover {
  color: #7a0104;
}
/**************内页新闻列表1详细页 结束**************/
/**************内页新闻列表2 开始**************/
.grid-container-fluid.news2list {
  margin: 0px -22px;
}
.grid-container-fluid.news2list .item {
  margin: 32px 22px 0 22px;
  background: #e7e7e7;
}
.grid-container-fluid.news2list .item span {
  line-height: 40px;
  color: #333333;
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: block;
}
.grid-container-fluid.news2list .item img {
  width: 100%;
  height: 346px;
}
.grid-container-fluid.news2list .item.height img {
  height: 209px;
}
.grid-container-fluid.news2list .item.height207 {
  border: #e7e7e7 solid 1px;
}
.grid-container-fluid.news2list .item.height207 img {
  height: 207px;
}
.grid-container-fluid.news2list .item.height238 img {
  height: 238px;
}
/**************内页新闻列表2 结束**************/
/**************内页古城置业1 开始**************/
.p-psort-t {
  color: #666666;
}
.p-psort-t dt {
  border-bottom: #666666 solid 2px;
}
.p-psort-t dt a {
  color: #666666;
}
.p-psort-t dd a {
  padding-left: 25px;
  background: url(../images/more.png) left center no-repeat;
}
.line {
  border-top: #c9c9c9 dotted 1px;
  height: 30px;
}
/**************内页古城置业1 结束**************/
/**************内页古城置业3 开始**************/
.pro-tab-img {
  width: 645px;
  margin-top: 25px;
  position: relative;
  float: left;
}
.pro-tab-img #bx-pager {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  background: url(../images/transparent.png) repeat;
  height: 48px;
  line-height: 48px;
}
.pro-tab-img #bx-pager a {
  display: inline-block;
  /* width: 20%; */width: 19.5%;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.pro-tab-img #bx-pager a:hover,
.pro-tab-img #bx-pager a.active {
  background: #7a0104;
}
/**************内页古城置业3 结束**************/
/**************内页古城置业4 开始**************/
.h-type {
  width: 100%;
  margin-top: 30px;
}
.h-type a {
  margin-right: 5px;
  width: 97px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #e3e3e3;
  text-align: center;
  color: #676767;
  font-size: 14px;
  display: inline-block;
}
.h-type a:hover,
.h-type a.active {
  background: #7a0104;
  color: #fff;
}
/**************内页古城置业4 结束**************/
/**************内页古城置业5 开始**************/
.pro5-left {
  width: 714px;
  margin-top: 30px;
  float: left;
  box-sizing: border-box;
}
.pro5-left img {
  border: #e7e7e7 solid 1px;
}
.pro5-left span {
  text-align: center;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  display: block;
}
.pro5-right {
  width: 460px;
  float: right;
  font-size: 14px;
  line-height: 24px;
  margin-top: 25px;
}
/**************内页古城置业5 结束**************/
/**************内页古城置业8 开始**************/
.message {
  width: 100%;
  margin-top: 10px;
}
.message li {
  margin-top: 20px;
  width: 100%;
  float: left;
}
.message li span {
  width: 86px;
  float: left;
  text-align: right;
  font-size: 14px;
  line-height: 42px;
}
.message li .message-text {
  float: left;
  width: 648px;
  border: #dedede solid 1px;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
  font-size: 14px;
}
.message li .message-textarea {
  width: 875px;
  height: 207px;
  border: #dedede solid 1px;
  padding: 5px;
  float: left;
  font-size: 14px;
  font-weight: normal;
}
.message li em {
  font-size: 14px;
  line-height: 42px;
  float: left;
  width: 30px;
  text-align: center;
}
.message li a.btn {
  width: 202px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  background: #7a0104;
  font-size: 14px;
  color: #fff;
}
/**************内页古城置业8 结束**************/
/**************内页古城住宿4 开始**************/
.destine {
  float: left;
  width: 260px;
  margin-top: 35px;
  background: #eaeaea;
  height: 487px;
}
.destine h3 {
  background: #c2c2c2;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.destine-c {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 15px;
  height: 400px;
  overflow-y: auto;
}
/**************内页古城住宿4 结束**************/
/**************内页欢乐体验1 开始**************/
.happy-img {
  background: url(../images/happy-img.jpg) center top no-repeat;
  height: 887px;
  width: 100%;
  position: relative;
}
.happy-img li {
  position: absolute;
  width: 38px;
  height: 55px;
  left: 0;
  top: 0;
}
.happy-img li:hover dl,
.happy-img li.active dl {
  display: block;
}
.happy-img li dl {
  display: none;
  background: #961f23;
  padding: 11px 13px;
  width: 251px;
  position: absolute;
  left: -214px;
  top: -75px;
  border-radius: 9px;
}
.happy-img li dl dt {
  float: left;
  width: 118px;
  height: 88px;
}
.happy-img li dl dt img {
  width: 118px;
  height: 88px;
}
.happy-img li dl dd {
  width: 118px;
  padding-left: 15px;
  float: left;
  color: #fff;
  font-size: 14px;
}
.happy-img li dl dd.t1 {
  height: 24px;
}
.happy-img li dl dd.t1 a {
  color: #fff;
}
.happy-img li dl dd.t2 {
  height: 40px;
  overflow: hidden;
}
.happy-img li dl dd.t3 {
  margin-top: 4px;
}
.happy-img li dl dd.t3 a {
  color: #fff;
}
.happy-img li dl dd.t4 {
  background: url(../images/happy-ico2.png) no-repeat;
  width: 25px;
  height: 24px;
  position: absolute;
  left: 220px;
  top: 100%;
}
.happy-img li.t1 {
  top: 61px;
  left: 651px;
}
.happy-img li.t1 dl {
  background: #961f23;
  padding: 11px 13px;
  width: 251px;
  position: absolute;
  left: 38px;
  top: -27px;
  border-radius: 9px;
}
.happy-img li.t1 dl dt {
  float: left;
  width: 118px;
  height: 88px;
}
.happy-img li.t1 dl dt img {
  width: 118px;
  height: 88px;
}
.happy-img li.t1 dl dd {
  width: 118px;
  padding-left: 15px;
  float: left;
  color: #fff;
  font-size: 14px;
}
.happy-img li.t1 dl dd.t1 {
  height: 24px;
}
.happy-img li.t1 dl dd.t1 a {
  color: #fff;
}
.happy-img li.t1 dl dd.t2 {
  height: 40px;
  overflow: hidden;
}
.happy-img li.t1 dl dd.t3 {
  margin-top: 4px;
}
.happy-img li.t1 dl dd.t3 a {
  color: #fff;
}
.happy-img li.t1 dl dd.t4 {
  background: url(../images/happy-ico.png) no-repeat;
  width: 14px;
  height: 21px;
  position: absolute;
  left: -14px;
  top: 30px;
}
.happy-img li.t2 {
  top: 278px;
  left: 501px;
}
.happy-img li.t3 {
  top: 320px;
  left: 678px;
}
.happy-img li.t4 {
  top: 284px;
  left: 774px;
}
.happy-img li.t5 {
  top: 417px;
  left: 839px;
}
.happy-img li.t6 {
  top: 479px;
  left: 703px;
}
.happy-img li.t7 {
  top: 558px;
  left: 754px;
}
.happy-img li.t8 {
  top: 472px;
  left: 887px;
}
.happy-img li.t9 {
  top: 549px;
  left: 917px;
}
.happy-img li.t10 {
  top: 648px;
  left: 888px;
}
/**************内页欢乐体验1 结束**************/
/**************内页欢乐体验3 开始**************/
.happy-newslist {
  width: 100%;
}
.happy-newslist.dt243 dl {
  height: 195px;
}
.happy-newslist.dt243 dl dt {
  width: 243px;
}
.happy-newslist.dt243 dl dt img {
  width: 243px;
  height: 195px;
}
.happy-newslist.dt243 dl dd {
  width: 930px;
}
.happy-newslist.dt243 dl dd.t2 {
  height: 104px;
}
.happy-newslist dl {
  padding: 30px 0;
  border-bottom: #c9c9c9 dotted 1px;
  width: 100%;
  float: left;
  height: 163px;
}
.happy-newslist dl dt {
  float: left;
  width: 332px;
  height: 100%;
}
.happy-newslist dl dt img {
  width: 332px;
  height: 163px;
}
.happy-newslist dl dd {
  width: 840px;
  float: right;
}
.happy-newslist dl dd.t1 {
  height: 35px;
}
.happy-newslist dl dd.t1 a {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}
.happy-newslist dl dd.t2 {
  line-height: 26px;
  font-size: 14px;
  height: 75px;
  overflow: hidden;
}
.happy-newslist dl dd.t3 {
  margin-top: 20px;
}
.happy-newslist dl dd.t3 a {
  width: 85px;
  display: block;
  height: 31px;
  border: #666666 solid 1px;
  text-align: center;
  font-size: 14px;
  color: #8a8a8a;
  line-height: 31px;
}
.happy-newslist dl dd.t3 a:hover {
  color: #7a0104;
}
/**************内页欢乐体验3 结束**************/
/**************内页联系我们1 开始**************/
.p-contact {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  background: url(../images/contactbg.png) right 80px no-repeat;
  min-height: 500px;
}
/**************内页联系我们1 结束**************/
/**************内页会员中心登录1 开始**************/
.enter {
  width: 100%;
  box-sizing: border-box;
  border: #e0e0e0 solid 1px;
  padding: 55px 0;
}
.enter-left {
  float: left;
  width: 663px;
  border-right: #e5e5e5 solid 1px;
  min-height: 334px;
}
.enter-left h2 {
  font-size: 20px;
  color: #666666;
  font-weight: bold;
  text-align: center;
  height: 30px;
}
.enter-left .welcome {
  color: #666666;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.enterlist {
  margin-top: 20px;
}
.enterlist li {
  width: 100%;
  float: left;
  height: 34px;
  line-height: 34px;
  margin-top: 10px;
}
.enterlist li span {
  float: left;
  display: inline-block;
  text-align: right;
  width: 160px;
  color: #666666;
  font-size: 14px;
}
.enterlist li em {
  color: #747474;
  text-align: center;
  width: 20px;
  float: left;
}
.enterlist li.btn {
  margin-top: 30px;
}
.enterlist li.btn a {
  width: 155px;
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
}
.enterlist li.btn a.a1 {
  color: #fff;
  background: #961f23;
}
.enterlist li.btn a.a2 {
  color: #767676;
  margin-left: 10px;
  background: #ededed;
}
.enter-text {
  border: #d8d8d8 solid 1px;
  width: 354px;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  padding-left: 5px;
  float: left;
}
.enter-right {
  width: 528px;
  float: right;
  display: block;
  position: relative;
  width: 530px;
  height: 344px;
}
.enter-right * {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/**************内页会员中心登录1 结束**************/
/**************内页会员中心1 开始**************/
.username {
  background: #eee;
  width: 100%;
  height: 164px;
}
.username h3 {
  border-bottom: #d4d4d4 solid 1px;
  text-align: center;
  font-size: 16px;
  color: #555555;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.username dl {
  height: 124px;
  width: 100%;
}
.username dl dt {
  width: 108px;
  float: left;
  height: 100%;
}
.username dl dt a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.username dl dt a * {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.username dl dd.t1 {
  width: 170px;
  float: left;
  color: #666666;
  font-size: 14px;
  margin-top: 40px;
}
.username dl dd.t2 a {
  color: #961f23;
  font-size: 14px;
  text-decoration: underline;
  line-height: 30px;
}
.user-center {
  width: 884px;
  margin-top: 30px;
  float: right;
}
.user-center h4 {
  height: 40px;
  line-height: 40px;
  border-bottom: #ededed solid 1px;
}
.user-center h4 span {
  color: #961f23;
  font-size: 14px;
  font-weight: bold;
  border-bottom: #961f23 solid 2px;
  height: 39px;
  display: inline-block;
  padding: 0 20px;
}
.user-head {
  width: 100%;
  height: 200px;
  margin-top: 30px;
  background: #eee;
}
.user-head dl {
  margin-top: 30px;
  width: 182px;
  text-align: center;
  float: left;
}
.user-head dl dt img {
  width: 118px;
  height: 118px;
}
.user-head dl dd {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.user-head .user-m {
  padding: 30px;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}
.words {
  margin-top: 20px;
  width: 100%;
  border-bottom: #eee solid 1px;
}
.words h5 {
  line-height: 35px;
  height: 40px;
}
.words h5 span {
  float: left;
  padding-left: 20px;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}
.words h5 a {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  padding-right: 20px;
  float: right;
}
.words dl.wordlist {
  border: #eee solid 1px;
  border-bottom: none;
  box-sizing: border-box;
  width: 100%;
  float: left;
}
.words dl.wordlist dt {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.words dl.wordlist dt span {
  color: #666666;
  font-size: 14px;
  float: left;
}
.words dl.wordlist dt em {
  float: right;
  color: #666666;
  font-size: 14px;
  padding-right: 20px;
  background: url(../images/ico03.png) right center no-repeat;
}
.words dl.wordlist dd {
  padding: 15px 20px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  border-top: #eee solid 1px;
  display: none;
  float: left;
}
.words dl.wordlist.active dt em {
  background: url(../images/ico02.png) right center no-repeat;
}
/**************内页会员中心1 结束**************/
/**************内页会员中心2 开始**************/
.user-info {
  margin-top: 20px;
  width: 100%;
}
.user-info li {
  line-height: 36px;
  width: 100%;
  float: left;
  font-size: 14px;
  margin-top: 10px;
}
.user-info li span {
  float: left;
  width: 180px;
  text-align: right;
  padding-right: 5px;
}
.user-info li .info-text {
  width: 284px;
  border: #eeeeee solid 1px;
  height: 34px;
  line-height: 34px;
  padding-left: 5px;
}
.user-info li select {
  width: 108px;
  border: #eeeeee solid 1px;
  margin-right: 10px;
  height: 34px;
  line-height: 34px;
}
.user-info li > img,
.user-info li a > img {
  margin-right: 10px;
}
.user-info li > a.a1 {
  width: 155px;
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  background: #961f23;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.user-info li > a.a2 {
  width: 155px;
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  color: #767676;
  font-size: 14px;
  background: #ededed;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
/**************内页会员中心2 结束**************/
/**************内页人才招聘 开始**************/
.grid-container-fluid.recruit {
  margin-left: -6px;
  margin-right: -6px;
}
.grid-container-fluid.recruit .item {
  margin: 0 6px;
  background: #fff;
  padding: 8px;
  float: left;
  margin-top: 24px;
}
.grid-container-fluid.recruit .item dl {
  background: #fbfbfb;
  box-sizing: border-box;
  border: #fbfbfb solid 2px;
  height: 317px;
  padding: 23px;
  float: left;
}
.grid-container-fluid.recruit .item dl dt {
  line-height: 55px;
  font-size: 18px;
  color: #333;
  border-bottom: #d5d5d5 solid 1px;
  position: relative;
  float: left;
  width: 100%;
}
.grid-container-fluid.recruit .item dl dt em {
  background: #d5d5d5;
  width: 26px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 50px;
}
.grid-container-fluid.recruit .item dl dd {
  width: 100%;
  float: left;
}
.grid-container-fluid.recruit .item dl dd.t1 {
  line-height: 50px;
  color: #999;
}
.grid-container-fluid.recruit .item dl dd.t2 {
  border-top: #d5d5d5 solid 1px;
  line-height: 24px;
  padding-top: 10px;
  margin-top: 10px;
}
.grid-container-fluid.recruit .item dl dd.t3 {
  color: #999;
  font-size: 14px;
  margin-top: 20px;
}
.grid-container-fluid.recruit .item:hover,
.grid-container-fluid.recruit .item.active {
  background: #e5e5e5;
}
.grid-container-fluid.recruit .item:hover dl,
.grid-container-fluid.recruit .item.active dl {
  box-sizing: border-box;
  background: #fff;
  border: #961f23 solid 2px;
}
.grid-container-fluid.recruit .item:hover dl dt,
.grid-container-fluid.recruit .item.active dl dt {
  color: #961f23;
}
/**************内页人才招聘 结束**************/
/**************内页搜索结果 开始**************/
.search-num {
  background: #f1f1f1;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  color: #666;
  font-size: 14px;
}
.search-list {
  margin-top: 40px;
  border-top: #c9c9c9 dotted 1px;
  width: 100%;
}
.search-list dl {
  border-bottom: #c9c9c9 dotted 1px;
  width: 100%;
  padding: 15px 0;
}
.search-list dl dt {
  line-height: 40px;
}
.search-list dl dt a {
  color: #666;
  font-size: 16px;
  font-weight: bold;
}
.search-list dl dt a:hover {
  color: #7a0104;
}
.search-list dl dd {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.search-more {
  text-align: center;
  margin-top: 40px;
}
/**************内页搜索结果 结束**************/
