.moduleImg {
  overflow: hidden;
  background-color: #c1c1c1;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}
.moduleImg .Wrap {
  width: 1920px;
  margin-left: -360px;
}
.moduleTop {
  margin-bottom: 45px;
}
.moduleTop .container {
  padding: 22px 0 30px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 30px;
}
.moduleTop.fix .container {
  padding: 10px 0;
}
.moduleTit {
  font-size: 16px;
  color: #0e0b04;
}
.moduleTit span {
  padding: 0 5px;
  vertical-align: top;
  color: #c4261d;
}
.CateList {
  float: right;
}
.CateList li {
  float: left;
  display: inline;
  margin-left: 35px;
  font-size: 16px;
}
.CateList li a {
  display: block;
  padding: 0 10px;
  color: #0e0b04;
}
.CateList li a:hover,
.CateList li a.current {
  background: #3e3a39;
  color: #fff;
}
.SubCateList {
  margin-bottom: 15px;
  background: #fff;
  text-align: center;
}
.SubCateList li {
  padding: 25px 40px 10px;
}
.SubCateList li a {
  display: block;
  height: 40px;
  margin: 0 auto;
  border-bottom: 4px solid transparent;
  line-height: 40px;
  font-size: 22px;
  color: #888;
}
.SubCateList li a:hover,
.SubCateList li a.cur {
  border-bottom-color: #333;
  font-weight: bold;
  color: #414040;
}
.pubTitle {
  margin-bottom: 40px;
}
.pubTitle h3 {
  line-height: 64px;
  font-weight: normal;
  font-size: 20px;
  color: #3e3a39;
}
.pubTitle h3 i {
  display: block;
  width: 50px;
  height: 1px;
  background: #c4261d;
}
.pubTitle .more {
  float: right;
  margin-top: 20px;
  line-height: 30px;
  color: #888;
}
.pubTitle .more i {
  float: right;
  width: 18px;
  margin-left: 3px;
  background-position: -240px 0;
}
.pubTitle .more:hover {
  color: #d21f15;
}
.pubTitle .more:hover i {
  background-position: -240px -30px;
}
.pubTitle2 {
  margin: 30px 0 40px;
}
.pubTitle2 h3 {
  font-weight: normal;
  font-size: 24px;
  color: #3f3f3f;
}
.pubTitle2 .more {
  float: right;
}
.pubBtns {
}
.pubBtns a {
  position: relative;
  float: left;
  width: 176px;
  height: 32px;
  margin-left: 14px;
  border: 2px solid #a5a4a4;
  line-height: 32px;
  text-align: center;
  color: #a5a4a4;
  text-indent: 0;
  transition: all ease-out 0.3s;
}
.pubBtns .book {
  border-color: #c4261d;
  background: #c4261d;
  color: #fff;
}
.pubBtns a i {
  position: absolute;
  top: 50%;
  left: 60%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url(../images/public.png) -510px -30px no-repeat;
  transition: all ease-out 0.3s;
  vertical-align: middle;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pubBtns a:hover {
  border-color: #f44336;
  background: #f44336;
  color: #fff;
  text-indent: -20px;
}
.pubBtns a:hover i {
  margin-left: 20px;
  filter: alpha(opacity=100);
  opacity: 1;
}

/*标签搜索*/
.PubSearch {
  margin-bottom: 15px;
}
.PubSearch .list {
  position: relative;
  margin-bottom: 15px;
  padding: 10px 0;
  background: #fff;
}
.PubSearch .bg {
  right: auto;
  width: 84px;
  background: #ececec;
}
.PubSearch dl {
  z-index: 2;
  position: relative;
  padding: 5px 0 5px 84px;
}
.PubSearch dl.first {
  border-top: none;
}
.PubSearch dl dt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 84px;
  text-align: center;
}
.PubSearch dl dt em {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -12px;
}
.PubSearch dl dd {
  margin-left: 20px;
  line-height: 28px;
}
.PubSearch dl dd a {
  margin: 5px 6px 5px 0;
  padding: 0 15px;
}
.PubSearch dl dd a.current {
  background: #c4261d;
  color: #fff;
}
.PubSearch .kwsDl {
  padding-top: 8px;
  padding-bottom: 8px;
}
.PubSearch .orderby a {
  height: 26px;
  padding: 0 18px;
  margin-right: 15px;
  border: 1px solid #c9c9c9;
  line-height: 26px;
}
.PubSearch .orderby a i {
  width: 9px;
  height: 24px;
  margin-left: 5px;
  background-position: 0 0;
}
.PubSearch .orderby a.current,
.PubSearch .orderby a:hover {
  border-color: #fad0bf;
  background: #fad0bf;
  color: #c4261d;
}
.PubSearch .orderby a.current i,
.PubSearch .orderby a:hover i {
  background-position: -30px 0;
}
.PubSearch .form input {
  height: 26px;
  padding: 0;
  margin: 5px 0;
  border: 1px solid #cfcfcf;
  border-right: none;
  line-height: 26px;
}
.PubSearch .form .kws {
  width: 160px;
  padding: 0 12px;
}
.PubSearch .form .submit {
  width: 60px;
  border-color: #c4261d;
  background: #c4261d;
  cursor: pointer;
  color: #fff;
}
.TeamSearch {
  margin-bottom: 12px;
}
.TeamSearch dl {
  padding-left: 120px;
}
.TeamSearch .bg,
.TeamSearch dl dt {
  width: 120px;
  font-size: 16px;
}

/*右侧公共*/
.pubRHt {
  line-height: 30px;
}
.pubRHt h3 {
  font-weight: normal;
  color: #333;
}
.pubRHt .more {
  font-size: 12px;
  color: #888;
}
.pubRHt .more i {
  width: 18px;
  margin-left: 3px;
  background-position: -240px 0;
}
.pubRHt .more:hover {
  color: #d21f15;
}
.pubRHt .more:hover i {
  background-position: -240px -30px;
}
.pubRHot {
  padding: 22px;
  margin-bottom: 12px;
  background: #fff;
}
.pubRHot ul {
  margin: 25px 0 12px;
}
.pubRHot ul li {
  margin-top: 22px;
}
.pubRHot ul li.first {
  margin-top: 0;
}
.pubRHot ul li .img {
  overflow: hidden;
  width: 100px;
  height: 66px;
  margin-right: 18px;
}
.pubRHot ul li .title {
  margin-bottom: 5px;
  font-weight: normal;
}
.pubRHot ul li .note {
  height: 32px;
  line-height: 16px;
  font-size: 12px;
  color: #888;
}
.RHotHouse {
}
.RHotHouse ul li .title {
  margin-top: 5px;
}
.RHotHouse ul li .hits {
  color: #888;
}
.RHotHouse ul li .hits span {
  font-size: 18px;
}
.RHotReview {
}
.RHotReview ul li {
  margin-top: 12px;
}
.RHotReview ul li .num {
  width: 18px;
  height: 18px;
  margin: 3px 10px 0 0;
  border-radius: 100%;
  background: #d21f15;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
.RHotReview ul li .title {
  margin-bottom: 0;
}
.RHotSpec {
  padding-bottom: 35px;
}
.RHotSpec .slide {
  position: relative;
  margin-top: 22px;
}
.RHotSpec ul {
  margin: 0;
}
.RHotSpec ul li {
  margin-top: 0;
}
.RHotSpec ul li .imga {
  overflow: hidden;
  height: 200px;
  line-height: 200px;
}
.RHotSpec .hd {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 10px 12px;
  line-height: 8px;
}
.RHotSpec .hd span {
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 100%;
  background: rgba(163, 163, 163, 0.7);
}
.RHotSpec .hd span.active {
  background: #fff;
}
.RHotSpec .btn {
  z-index: 2;
  position: absolute;
  top: 50%;
  margin: -15px 10px;
  border-radius: 100%;
  background-color: rgba(158, 158, 158, 0.6);
}
.RHotSpec .prev {
  left: 0;
  background-position: -270px -30px;
}
.RHotSpec .next {
  right: 0;
  background-position: -270px 0;
}
.RHotSpec .btn:hover {
  background-color: #c4261d;
}

/*详情页*/
.msgWrap {
}
.msgWrap .Column-L {
  width: 860px;
}
.msgWrap .Column-R {
  width: 315px;
  margin-left: 25px;
}

.msgShare {
}
.msgShare .share {
  line-height: 20px;
}
.msgShare .share a {
  float: left;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 5px 0 0;
  background: url(../images/public.png) -999em -999em no-repeat;
  text-indent: -999em;
}
.msgShare .share .tsina {
  background-position: -420px -65px;
}
.msgShare .share .qzone {
  background-position: -450px -65px;
}
.msgShare .share .weixin {
  background-position: -480px -65px;
}
.msgShare .np {
  width: 62px;
  height: 18px;
  margin-left: 8px;
  border: 1px solid #999999;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.msgShare .np:hover {
  border-color: #c4261d;
  background: #c4261d;
  color: #fff;
}

.msgDateHits {
  margin-top: -36px;
}
.FFFColumn .msgDateHits {
  margin-top: 0;
}
.msgDateHits cite {
  padding-right: 20px;
  line-height: 36px;
  color: #888;
}
.msgDateHits .msgShare {
  margin-top: 5px;
}
.msgDateHits .msgShare .share .txt {
  display: none;
}

.msgLeader {
  padding: 20px 0 23px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 30px;
}
.msgLeader .msgShare {
  margin-top: 5px;
}

.msgContainer {
  padding: 60px 30px;
  margin-bottom: 20px;
  background: #fff;
}
.msgTitle {
  margin-bottom: 50px;
  line-height: 1.3;
  text-align: center;
  font-size: 28px;
  color: #333;
}
.msgContent {
  overflow: hidden;
  line-height: 1.8;
  font-size: 16px;
  color: #515058;
}
.msgContent iframe {
  width: 100%;
  height: 440px;
  border: none;
  background: #eee;
}
.noContent {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 50px 0;
  background: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}

.msgPageNp {
  margin: 20px 0;
  padding: 30px;
  background: #fff;
}
.msgPageNp .np {
  width: 49%;
  height: 64px;
}
.msgPageNp .np h4 {
  margin: 20px 0;
  font-size: 14px;
  font-weight: normal;
}
.msgPageNp .img {
  overflow: hidden;
  width: 100px;
  height: 64px;
}
.msgPageNp .img img {
  min-height: 64px;
}
.msgPageNp .img.fl {
  margin-right: 10px;
}
.msgPageNp .img.fr {
  margin-left: 10px;
}

.indexMore {
  display: block;
  width: 454px;
  height: 40px;
  margin: 0 auto 30px;
  border: 1px solid #959595;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #2d2d2d;
}
.indexMore2 {
  border-color: rgba(245, 245, 245, 0.5);
  color: #f5f5f5;
}
.indexMore:hover {
  border-color: #c4261e;
  background: #c4261e;
  color: #fff;
}

/*!--内页------------------*/
/*Cases*/
.CaseRender {
  overflow: hidden;
  background-color: #383431;
}
.CaseRender li {
  float: left;
  width: 25%;
  cursor: pointer;
}
.CaseRender li .img {
  padding-top: 64.58333333333333%;
}
.CaseRender li.li1 {
  width: 50%;
}

.CaseRenderSlide {
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.CaseRenderSlide .container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 960px;
  height: 752px;
  margin: -376px -480px;
}
.CaseRenderSlide .bBd {
  height: 620px;
  background-color: #fff;
  text-align: center;
}
.CaseRenderSlide .bBd li {
  height: 620px;
}
.CaseRenderSlide .bBd li img {
  max-width: 100%;
  max-height: 620px;
}
.CaseRenderSlide .sBd {
  height: 116px;
  margin-top: 16px;
}
.CaseRenderSlide .sBd li {
  width: 180px;
  cursor: pointer;
}
.CaseRenderSlide .sBd li .img {
  padding-top: 64.44444444444444%;
}
.CaseRenderSlide .sBd li.activeThumb .bg {
  background: rgba(0, 0, 0, 0.3);
}
.CaseRenderSlide .btn {
  z-index: 3;
  position: absolute;
  top: 270px;
  margin: 0 30px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.CaseRenderSlide .btn i {
  width: 30px;
  height: 60px;
}
.CaseRenderSlide .bPrev {
  right: 100%;
}
.CaseRenderSlide .bPrev i {
  background-position: -540px -330px;
}
.CaseRenderSlide .bNext {
  left: 100%;
}
.CaseRenderSlide .bNext i {
  background-position: -630px -330px;
}
.CaseRenderSlide .close {
  top: -15px;
  left: 100%;
  padding: 0;
  margin: 0;
  background: none !important;
}
.CaseRenderSlide .close i {
  width: 60px;
  height: 60px;
  background-position: 0 -120px;
}
.CaseRenderSlide .btn:hover {
  background-color: #fff;
}
.CaseRenderSlide .bPrev:hover i {
  background-position: -570px -330px;
}
.CaseRenderSlide .bNext:hover i {
  background-position: -600px -330px;
}
.CaseRenderSlide .close:hover i {
  background-position: -60px -120px;
}

.CaseInfo2 {
  height: 120px;
  background-color: #383431;
  color: #fff;
}
.CaseInfo2 .inline {
  vertical-align: middle;
}
.CaseInfo2 .rArea {
  width: 33.33333333333333%;
  height: 120px;
}
.CaseInfo2 .rArea .des {
  margin: 15px 0 0 12.5%;
  color: #fff;
}
.CaseInfo2 .rArea .des .img {
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin-right: 15px;
  border-radius: 100%;
}
.CaseInfo2 .rArea .des .txt .name {
  margin-bottom: 10px;
  font-weight: normal;
}
.CaseInfo2 .rArea .btns {
  width: 31.25%;
  margin: 20px 0 0 18.75%;
}
.CaseInfo2 .rArea .btns a {
  display: block;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
.CaseInfo2 .rArea .btns .order {
  margin-top: 10px;
  border-color: #b24d55;
  background-color: #b24d55;
}
.CaseInfo2 .rArea .btns a:hover {
  border-color: #b24d55;
  background-color: #b24d55;
}
.CaseInfo2 .rArea .btns .order:hover {
  border-color: #ce4630;
  background-color: #ce4630;
}
.CaseInfo2 .lArea li {
  position: relative;
  float: left;
  width: 25%;
  height: 80px;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
}
.CaseInfo2 .lArea li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #605d5a;
}
.CaseInfo2 .lArea li i {
  display: block;
  width: 6px;
  height: 6px;
  margin: 10px auto;
  background-color: #afaead;
}
.CaseInfo2 .lArea li em {
  font-size: 18px;
}
@media (max-width: 1600px) {
  .CaseInfo2 .rArea .des {
    margin-left: 10%;
  }
  .CaseInfo2 .rArea .btns {
    margin-left: 10%;
  }
}

.CaseMsgWrap {
}
.CaseMsgWrap .Column-L {
  width: 900px;
}
.CaseMsgWrap .Column-R {
  width: 280px;
  margin-left: 20px;
}
.CaseMsgWrap .msgLeader {
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 0;
  background: #fff;
}
.CaseHt {
  height: 55px;
  margin-bottom: 20px;
  line-height: 55px;
  font-size: 24px;
  font-weight: normal;
  color: #373737;
}
.CaseHt i {
  display: block;
  width: 40px;
  height: 1px;
  background: #bfbfbf;
}

.CaseInfo {
  position: relative;
  padding-top: 52px;
  margin-bottom: 90px;
  line-height: 30px;
  font-size: 16px;
  color: #505050;
}
.CaseInfo .h1Title {
  padding: 0 0 65px;
  text-align: center;
  font-size: 12px;
  color: #888;
}
.CaseInfo .h1Title h1 {
  line-height: 32px;
  font-weight: normal;
  font-size: 18px;
  color: #505050;
}

.CasesStory {
  margin-bottom: 25px;
}
.CasesStory .ht {
  padding-bottom: 30px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #373737;
  text-transform: uppercase;
}
.CasesStory .ht h3 {
  font-size: 16px;
}
.CasesStory ul li {
  overflow: hidden;
  float: left;
  width: 180px;
  margin: 0 13px 15px 0;
  border-radius: 10px;
  background: #f7f7f7;
}
.CasesStory ul li .imga .imgh {
  padding-top: 144.4444%;
}
.CasesStory ul li .imga h4 {
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 5px 20px 15px;
  line-height: 24px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.42);
}
.CasesStory ul li .imga .arrow {
  z-index: 4;
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 12px solid #f7f7f7;
}
.CasesStory ul li .note {
  overflow: hidden;
  height: 118px;
  padding: 0 10px 0 18px;
  line-height: 18px;
  font-size: 13px;
}
.CasesStory ul li .note .dot {
  display: block;
  width: 8px;
  height: 8px;
  margin: 15px 0 8px;
  background: #888;
}

.CaseNodeKj .item {
  margin-top: 43px;
  margin-bottom: 47px;
}
.CaseNodeKj .item .ht {
  margin: 35px 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  color: #504e4e;
}
.CaseNodeKj .item .ht i {
  width: 24px;
  padding-top: 4px;
  margin-right: 10px;
  background: url(../images/CaseNodeKj_ht.png) center no-repeat;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  vertical-align: bottom;
}
.CaseNodeKj .item .img {
  text-align: center;
}
.CaseNodeKj .item .img img {
  min-width: 400px;
  min-height: 300px;
}
.CaseNodeKj .item .img .order {
  z-index: 2;
  position: absolute;
  top: 40px;
  right: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.CaseNodeKj .item .img .order cite {
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.CaseNodeKj .item .img .order cite i {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  animation: kj-order-i 2s infinite;
}
.CaseNodeKj .item .img .order .i1 {
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  animation-delay: 0.3s;
}
.CaseNodeKj .item .img .order .i2 {
  margin: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  animation-delay: 0.2s;
}
.CaseNodeKj .item .img .order .i3 {
  margin: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  animation-delay: 0.1s;
}
.CaseNodeKj .item .img .order .i4 {
  margin: 16px;
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
  animation: none;
  animation-delay: 0.4s;
}
.CaseNodeKj .item .img .order span {
  z-index: 2;
  position: relative;
  width: 50px;
  height: 1px;
  margin: 0 7px 0 -20px;
  vertical-align: middle;
}
.CaseNodeKj .item .img .order span i {
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
}
.CaseNodeKj .item .img .order em {
  opacity: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transition-delay: 0.3s;
}
.CaseNodeKj .item .img .on .order span i {
  width: 100%;
  transition-delay: 0.3s;
}
.CaseNodeKj .item .img .on .order em {
  opacity: 1;
  transition-delay: 0;
}
.CaseNodeKj .item .img .order:hover {
  color: #c4261d;
}
.CaseNodeKj .item .img .order:hover span i {
  width: 100%;
}
.CaseNodeKj .item .img .order:hover em {
  opacity: 1;
}
@keyframes kj-order-i {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  25% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.CaseNodeKj .item .txt {
  margin: 5px 27px 0;
  line-height: 2.625;
}
.CaseNodeKj .CaseIntro {
  padding: 0 35px;
  margin: 0 0 18px;
}

.CaseNodeKjNav {
  display: none;
  position: absolute;
  top: 140px;
  bottom: 0;
  right: 100%;
  margin-right: 28px;
  text-align: right;
}
.CaseNodeKjNav .line {
  z-index: 1;
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #d5d5d5;
}
.CaseNodeKjNav ul {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  margin-right: -15px;
}
.CaseNodeKjNav ul li {
  padding: 10px 30px 10px 0;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.CaseNodeKjNav ul li i {
  margin-right: -30px;
  background-position: -120px -120px;
}
.CaseNodeKjNav ul li.cur {
  color: #c4261d;
}
.CaseNodeKjNav ul li.cur i {
  background-position: -120px -150px;
}
.CaseNodeKjNav.fixed ul {
  position: fixed;
  margin-top: 90px;
  right: 50%;
  margin-right: 613px;
}
.CaseNodeKjNav.bottom ul {
  top: auto;
  bottom: 0;
}
@media (max-width: 1440px) {
  .CaseNodeKjNav {
    margin-right: 0;
  }
  .CaseNodeKjNav ul {
    width: 125px;
  }
  .CaseNodeKjNav.fixed ul {
    margin-right: 585px;
  }
}

.CaseOrderBtn {
  margin-bottom: 30px;
}
.CaseOrderBtn a {
  display: block;
  width: 212px;
  height: 54px;
  margin: 0 auto;
  border-radius: 10px;
  background: #c52d24;
  line-height: 54px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.CaseBrand {
  margin: 0 110px 40px 30px;
}
.CaseBrand .ht {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 20px;
  color: #333;
}
.CaseBrand .bd em {
  overflow: hidden;
  float: left;
  width: 80px;
  height: 60px;
  margin: 0 2px 2px;
  line-height: 60px;
  text-align: center;
  font-size: 12px;
}
.CaseBrand .bd em span {
  display: inline-block;
  min-width: 60px;
  max-width: 70px;
  height: 40px;
  margin: 10px auto;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
  line-height: 40px;
}

.CaseProject {
  margin: 0 30px 40px;
}
.CaseProject .ht {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 20px;
  color: #333;
}
.CaseProject .bd em {
  float: left;
  width: 115px;
  text-align: center;
  font-size: 14px;
}
.CaseProject .bd .img {
  overflow: hidden;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 3px;
}
.CaseProject .bd .more {
  width: 60px;
  color: #d0514a;
  font-weight: bold;
  cursor: pointer;
}
.CaseProject .bd .more .img {
  line-height: 60px;
  font-size: 18px;
}
.CaseProjectMore .bd {
  width: 520px;
  margin: 0 auto;
}
.CaseProjectMore .bd em {
  width: 25%;
  margin-bottom: 15px;
}
.CaseProjectMore .layui-layer-title {
  padding: 40px 0 30px 50px;
  border-bottom: none;
  background: none;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.CaseProjectMore .layui-layer-setwin .layui-layer-close {
  width: 60px;
  height: 60px;
  background: url(../images/public.png) 0 -120px no-repeat;
  text-indent: -999em;
}
.CaseProjectMore .layui-layer-setwin .layui-layer-close:hover {
  background-position: -60px -120px;
}

.CaseBase {
  padding: 18px 20px 23px;
  background: #fff;
  line-height: 26px;
}

.CaseDes {
  position: relative;
  padding: 18px 20px;
  background: #fff;
}
.CaseDes .tline {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #f2f2f2;
}
.CaseDes .imga {
  overflow: hidden;
  width: 120px;
  height: 160px;
  margin-right: 30px;
}
.CaseDes .info {
  color: #494848;
}
.CaseDes .info .view {
  display: block;
  color: #494848;
}
.CaseDes .info .name {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: normal;
}
.CaseDes .info a:hover .name {
  color: #c4261e;
}
.CaseDes .info .btn {
  display: block;
  width: 118px;
  height: 28px;
  margin-top: 11px;
  border: 1px solid #d20000;
  line-height: 28px;
  text-align: center;
  color: #d20000;
}
.CaseDes .info .order {
  border-color: #bfbfbf;
  color: #333;
}
.CaseDes .info .btn:hover {
  border-color: #d20000;
  background: #d20000;
  color: #fff;
}

.CasesIframe {
  width: 100%;
}
.CasesIframe iframe {
  width: 100%;
  height: 440px;
  border: none;
  background: #eee;
}

/*Shijing*/
.ShijingMsg {
  position: relative;
  margin-bottom: 40px;
}
.ShijingBaojia {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 138px;
  background: url(../images/shijing_baojia.gif) no-repeat;
  text-indent: -999em;
}
.ShijingIframe {
  width: 100%;
  height: 760px;
  border: none;
  background: #eee;
}

.ShijingDanmu {
  position: absolute;
  top: 0;
  height: 42px;
  line-height: 42px;
}
.ShijingDanmu img {
  float: left;
  display: inline;
  width: 42px;
  margin-right: 10px;
}

.ShijingInfo {
  position: relative;
  height: 115px;
  padding-top: 15px;
  background: #373737;
  color: #fff;
}
.ShijingInfo .base {
  margin-top: 5px;
  text-shadow: 2px 2px 2px #292727;
}
.ShijingInfo .base .viewNote {
  width: 91px;
  margin-right: 20px;
  font-size: 16px;
  cursor: pointer;
}
.ShijingInfo .base .viewNote i {
  display: block;
  width: 91px;
  height: 63px;
  background: url(../images/shijing_viewNote.gif) no-repeat;
}
.ShijingInfo .base .viewNote.open i {
  background-image: url(../images/shijing_viewNote_on.gif);
}
.ShijingInfo .base h1 {
  height: 54px;
  line-height: 54px;
  font-size: 30px;
  font-weight: normal;
}
.ShijingInfo .base p {
  font-size: 20px;
}

.ShijingInfo .desphoto {
  overflow: hidden;
  width: 97px;
  height: 97px;
  margin-right: 15px;
  border-radius: 100%;
}
.ShijingInfo .desname {
  height: 97px;
  margin-right: 20px;
  line-height: 97px;
}
.ShijingInfo .desname i {
  margin-top: 36px;
  background-position: -420px -120px;
}
.ShijingInfo .desname a {
  padding: 0 10px;
  font-size: 30px;
}
.ShijingInfo .desname span {
  font-size: 24px;
  font-weight: normal;
}

.ShijingInfo .stars {
  width: 120px;
  margin: 20px 20px 0 0;
  text-align: center;
}
.ShijingInfo .stars .openReview {
  display: block;
  width: 120px;
  height: 28px;
  border-radius: 2px;
  background: #ca1e1b;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.ShijingInfo .danmu {
  margin-top: 40px;
  font-size: 18px;
}
.ShijingInfo .danmu i {
  width: 90px;
  height: 30px;
  margin-left: 10px;
  background-position: -630px -210px;
  cursor: pointer;
}
.ShijingInfo .danmu.open i {
  background-position: -540px -210px;
}

.ShijingMsg .noteTab {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.8);
}
.ShijingMsg .noteTab .container {
  width: 1140px;
}
.ShijingMsg .noteTab .line {
  width: 100%;
  height: 1px;
  background: #fff;
}
.ShijingMsg .noteTab .th {
  float: left;
  vertical-align: middle;
  width: 80px;
  padding: 6px 15px;
}
.ShijingMsg .noteTab .td {
  float: left;
  width: 999px;
  vertical-align: text-top;
  padding: 6px 15px;
  border-left: 1px solid #fff;
}

/* msgVideo */
.msgVideo {
  height: 880px;
  margin-bottom: 45px;
  background: url(../images/msgVideo_bg.jpg);
  color: #fff;
}
.msgVideo a {
  color: #fff;
}
.msgVideo .Column-L {
  width: 900px;
}
.msgVideo .Column-R {
  width: 290px;
  margin-left: 10px;
  padding-top: 85px;
}
.msgVideo .msgLeader {
  margin-bottom: 0;
  padding: 27px 0;
  border-bottom: none;
}
.msgVideo .msgLeader .moduleTit {
  color: #fff;
}
.msgVideo .CasesIframe iframe {
  height: 560px;
}
.msgVideo .baseInfo {
  padding: 8px 0 15px;
  border-bottom: 1px solid #424242;
  text-align: center;
}
.msgVideo .baseInfo em {
  float: left;
  width: 116px;
  font-size: 16px;
  font-weight: bold;
}
.msgVideo .baseInfo em i {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #cdcdcd;
}
.msgVideo .baseInfo span {
  float: left;
  width: 1px;
  height: 10px;
  margin: 19px 72px 0;
  background: #c5c5c5;
}
.msgVideo .baseInfo span:last-child {
  display: none;
}
.msgVideo .h1Title {
  padding: 17px 0 10px;
  line-height: 30px;
  font-size: 26px;
  font-weight: normal;
}
.msgVideo .txtIntro {
  height: 96px;
  font-size: 16px;
}
.msgVideo .CaseDes {
  padding: 0;
  background: none;
  color: #fff;
}
.msgVideo .CaseDes .CaseHt {
  height: 16px;
  margin-bottom: 30px;
  line-height: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.msgVideo .CaseDes .CaseHt i {
  float: left;
  width: 8px;
  height: 16px;
  margin-right: 9px;
  background: #fff;
}
.msgVideo .CaseDes .info .order {
  border-color: #fff;
  color: #fff;
}
.msgVideo .CaseDes .info .order:hover {
  border-color: #d20000;
  color: #fff;
}
.msgVideo .ROrderCase {
  padding: 15px 0;
}
.msgVideo .ROrderCase .ht {
  width: 260px;
}
.msgVideo .ROrderCase .ht h4 {
  padding: 0;
  font-weight: bold;
}
.msgVideo .ROrderCase .ht h3 {
  height: 52px;
  line-height: 52px;
  margin-bottom: 7px;
  letter-spacing: -1px;
}
.msgVideo .ROrderCase .form {
  width: 260px;
}
.msgVideo .ROrderCase .table .right .input-text {
  width: 238px;
}
.msgVideo .ROrderCase .table .right .button {
  margin-bottom: 14px;
}
.msgVideo .ROrderCase .cls_content {
  margin-right: 6px;
}
.msgVideo .ROrderCase .cls_content,
.msgVideo .ROrderCase .cls_area {
  width: 127px;
}
.msgVideo .ROrderCase .cls_content .right .input-text,
.msgVideo .ROrderCase .cls_area .right .input-text {
  width: 105px;
}
.msgVideo .ROrderCase .unitVal .unit-list dl dt {
  width: 90px;
}
.msgVideo .ROrderCase .unitVal .unit-list dl dd i {
  margin-right: 12px;
}
.msgVideo .ROrderCase .unitVal .unit-list .ok {
  width: 230px;
}

/*House*/
.HouseMsgWrap {
  height: 695px;
  background-color: #c1c1c1;
  background-position: center top;
  background-repeat: no-repeat;
}
.HouseMsgWrap .leaderbox {
  background: rgba(255, 255, 255, 0.3);
}
.HouseMsgWrap .leaderbox .msgLeader {
  padding: 33px 0;
  margin-bottom: 0;
  border-bottom: none;
}
.HouseMsgWrap .leaderbox .msgShare .np {
  display: none;
}
.HouseHt {
  padding: 60px 0;
  line-height: 30px;
}
.HouseHt h3 {
  font-size: 30px;
  font-weight: normal;
}
.HouseHt .more {
  float: right;
  margin-top: 5px;
  font-size: 16px;
}
.HouseHt .more i {
  float: right;
  width: 18px;
  margin-left: 3px;
  background-position: 0 -180px;
}
.HouseHt .more:hover i {
  background-position: 0 -210px;
}
.HouseHt2 {
  color: #fff;
}
.HouseHt2 .more {
  color: #fff;
}
.HouseHt2 .more i {
  background-position: -30px -180px;
}
.HouseHt2 .more:hover {
  color: #c4261e;
}
.HouseHt2 .more:hover i {
  background-position: -30px -210px;
}

.HouseInfo {
  position: absolute;
  top: 60px;
  right: 0;
  width: 520px;
  height: 460px;
  padding: 0 35px;
  border-radius: 12px;
  background: rgba(235, 235, 235, 0.9);
  line-height: 26px;
  font-size: 16px;
  color: #4d4d4d;
}
.HouseInfo .title {
  padding-top: 30px;
  margin-bottom: 45px;
  line-height: 72px;
  font-weight: normal;
  font-size: 32px;
  color: #312e2e;
}
.HouseInfo .content {
  width: 100%;
  height: 104px;
  color: #5c5b5b;
}
.HouseInfo .info {
  margin: 25px 0 45px;
}
.HouseInfo .info span {
  padding-right: 33px;
}
.HouseInfo .info i {
  padding-right: 5px;
  font-weight: bold;
}
.HouseInfo .btns {
  width: 480px;
}
.HouseInfo .btns a {
  width: 218px;
  height: 30px;
  padding: 5px 0;
  border: 1px solid #a5a5a5;
  line-height: 30px;
  text-align: center;
}
.HouseInfo .btns a i {
  margin-right: 3px;
}
.HouseInfo .btns .order i {
  background-position: -450px -120px;
}
.HouseInfo .btns .visit i {
  background-position: -480px -120px;
}
.HouseInfo .btns a:hover {
  border-color: #d20000;
  color: #d20000;
}
.HouseInfo .btns .order:hover i {
  background-position: -450px -150px;
}
.HouseInfo .btns .visit:hover i {
  background-position: -480px -150px;
}

.HouseDes {
  height: 810px;
  background: #353534;
}
.HouseDes .case {
  overflow: hidden;
  width: 835px;
  height: 575px;
  background: #40403e;
}
.HouseDes .case img {
  width: 100%;
  min-height: 575px;
}
.HouseDes .des {
  position: relative;
  overflow: hidden;
  width: 365px;
  height: 575px;
}
.HouseDes .des img {
  width: 100%;
  min-height: 575px;
}
.HouseDes .des .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
}
.HouseDes .des .info .name {
  padding-bottom: 15px;
}
.HouseDes .des .info .name span {
  padding-right: 5px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
}
.HouseDes .des .info p {
  max-width: 70%;
  margin: 0 auto 5px;
}
.HouseDes .des .info p span {
  color: #c79e68;
}
.HouseDes .des .info .order {
  width: 120px;
  margin-top: 12px;
  background: #ba8e54;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
}
.HouseDes .des .info .order:hover {
  background: #c4261d;
  color: #fff;
}
.HouseDes .hd {
  z-index: 3;
  position: absolute;
  right: 395px;
  bottom: 25px;
  line-height: 4px;
  text-align: right;
}
.HouseDes .hd span {
  width: 24px;
  height: 4px;
  margin: 0 8px;
  background: #979797;
  cursor: pointer;
}
.HouseDes .hd span:hover,
.HouseDes .hd span.active {
  background: #fff;
}
.HouseDes .btn {
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 30px;
  height: 60px;
  padding: 10px 6px;
  background: rgba(83, 83, 83, 0.6);
}
.HouseDes .btn i {
  width: 30px;
  height: 60px;
}
.HouseDes .prev {
  left: 0;
}
.HouseDes .prev i {
  background-position: 0 -60px;
}
.HouseDes .next {
  right: 365px;
}
.HouseDes .next i {
  background-position: -30px -60px;
}
.HouseDes .btn:hover {
  background: #c4261d;
}

.HouseCase {
  height: 770px;
  background: #f7f7f6 url(../images/house_case_bg.jpg) center top no-repeat;
}
.HouseCase .slide {
  position: relative;
  margin: -6px;
}
.HouseCase .bd {
  width: 1200px;
  padding: 6px;
}
.HouseCase ul li {
  margin-bottom: 0;
  background: #fff;
  text-align: center;
}
.HouseCase ul li.hover {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
}
.HouseCase .btn {
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 30px;
  height: 60px;
  padding: 10px 5px;
}
.HouseCase .btn i {
  width: 30px;
  height: 60px;
}
.HouseCase .prev {
  right: 100%;
  margin-right: 15px;
}
.HouseCase .prev i {
  background-position: -60px -180px;
}
.HouseCase .next {
  left: 100%;
  margin-left: 15px;
}
.HouseCase .next i {
  background-position: -150px -180px;
}
.HouseCase .prev:hover i {
  background-position: -90px -180px;
}
.HouseCase .next:hover i {
  background-position: -120px -180px;
}

.HouseDianp {
  padding-bottom: 95px;
  background: #1e1e1f url(../images/house_dianp_bg.jpg) center top no-repeat;
}
.HouseDianp .slide {
  margin-bottom: 15px;
}
.HouseDianp .slide .bd {
  width: 1015px;
  background: #fff;
}
.HouseDianp .slide .bd li {
  height: 536px;
}
.HouseDianp .slide .bd .imgs {
  padding-top: 35px;
  margin: 0 20px;
  height: 230px;
}
.HouseDianp .slide .bd .imgs .imga {
  overflow: hidden;
  width: 321px;
  height: 230px;
  margin-right: 6px;
}
.HouseDianp .slide .bd .txt {
  padding-top: 12px;
  margin: 0 40px;
}
.HouseDianp .slide .bd .title {
  height: 62px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 62px;
  font-weight: normal;
}
.HouseDianp .slide .bd .base {
  color: #150f0e;
}
.HouseDianp .slide .bd .base em {
  padding-right: 50px;
}
.HouseDianp .slide .bd .date {
  color: #000;
}
.HouseDianp .slide .bd .note {
  margin: 12px 0 35px;
}
.HouseDianp .slide .hd {
  overflow: hidden;
  width: 170px;
  height: 536px;
  background: #fff;
}
.HouseDianp .slide .hd li {
  display: block;
  width: 100%;
}
.HouseDianp .slide .hd li .imga {
  height: 133px;
  margin: 0 5px;
  border-top: 1px solid #efefef;
  text-indent: 12px;
  color: #888;
}
.HouseDianp .slide .hd li .title {
  padding-top: 28px;
  margin-bottom: 4px;
  font-weight: normal;
  color: #150f0e;
}
.HouseDianp .slide .hd li.active {
  background: #ba8e54;
}
.HouseDianp .slide .hd li.active .imga {
  border-top-color: #ba8e54;
  color: #fff;
}
.HouseDianp .slide .hd li.active .title {
  color: #fff;
}

.HouseReserva {
  padding-bottom: 60px;
  background: #f7f7f7;
}
.HouseReserva .Column-L {
  width: 855px;
}
.HouseReserva .Column-R {
  margin-left: 30px;
}
.HouseReserva .list ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
}
.HouseReserva .ROrderVisit {
  height: 480px;
  padding-top: 20px;
  margin-bottom: 0;
}
.HouseReserva .ROrderVisit .joinnum {
  padding-top: 26px;
}

.HouseSpec {
  padding-bottom: 75px;
  background: #e2e2e2;
}
.HouseSpec .list li {
  margin-bottom: 20px;
  background: #fff;
}
.HouseSpec .list .lArea {
  width: 858px;
  padding: 20px 30px;
}
.HouseSpec .list .lArea .info .note {
  margin-bottom: 35px;
}
.HouseSpec .list .rArea {
  width: 281px;
  height: 205px;
  margin: 15px 0;
  padding: 0;
  border-left: 1px solid #cfcfcf;
}
.HouseSpec .list .rArea .btns {
  margin-top: 48px;
}
.HouseSpec .list .rArea .btns a {
  margin-top: 25px;
}

/*Dianping*/
.DianpList {
}
.DianpList ul li {
  padding: 40px 35px;
  margin-bottom: 30px;
  background: #fff;
}
.DianpList ul li .imga {
  overflow: hidden;
  width: 360px;
  height: 240px;
  margin-right: 40px;
}
.DianpList ul li .info {
}
.DianpList ul li .info .title {
  height: 40px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 40px;
  font-weight: normal;
  font-size: 20px;
}
.DianpList ul li .info .note {
  margin-top: 12px;
}
.DianpList ul li .info .bt {
  margin-top: 47px;
}
.DianpList ul li.hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
}

.DianpInfo {
  padding-bottom: 30px;
  margin-bottom: 45px;
  background: #fff;
}
.DianpInfo .floatOrder {
  z-index: 9;
  position: fixed;
  top: 160px;
  left: 50%;
  margin-left: 600px;
  width: 150px;
  height: 170px;
}
.DianpInfo .slide {
  position: relative;
  width: 580px;
  height: 570px;
  box-shadow: 0 0 9px rgba(34, 34, 34, 0.1);
}
.DianpInfo .slide .bd {
  width: 460px;
  margin: 90px auto 0;
}
.DianpInfo .slide .imga {
  overflow: hidden;
  width: 460px;
  height: 370px;
  margin-bottom: 65px;
}
.DianpInfo .slide .title {
  text-align: center;
  font-size: 20px;
}
.DianpInfo .slide .hd {
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  text-align: center;
}
.DianpInfo .slide .hd span {
  width: 8px;
  height: 8px;
  margin: 0 15px;
  border: 2px solid #b89866;
  border-radius: 100%;
}
.DianpInfo .slide .hd span.active {
  background: #b89866;
}
.DianpInfo .slide .btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}
.DianpInfo .slide .btn a {
  float: left;
  padding: 5px;
  background: #c6c6c6;
}
.DianpInfo .slide .prev i {
  background-position: -240px -180px;
}
.DianpInfo .slide .next i {
  background-position: -270px -180px;
}
.DianpInfo .slide .btn a:hover,
.DianpInfo .slide .btn .prev {
  background: #b5996b;
}
.DianpInfo .info {
  z-index: 2;
  position: relative;
  width: 600px;
  margin-left: 20px;
}
.DianpInfo .info .ht {
  padding: 0 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ededed;
}
.DianpInfo .info .ht .title {
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 36px;
  font-weight: normal;
}
.DianpInfo .info .ht .title a {
  color: #b89866;
}
.DianpInfo .info .ht .title small {
  font-size: 24px;
}
.DianpInfo .info .ht .stars {
  font-size: 14px;
}
.DianpInfo .info .base {
  height: 490px;
}
.DianpInfo .info .base dl {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
  color: #585858;
}
.DianpInfo .info .base dl dt {
  margin-bottom: 10px;
  font-size: 20px;
  color: #252525;
}
.DianpInfo .info .base dl dt i {
  float: left;
  width: 6px;
  height: 16px;
  margin: 4px 6px 4px 0;
  background: #b5996b;
  text-indent: -999em;
}
.DianpInfo .info .base dl dd {
  padding-left: 12px;
}
.DianpInfo .info .base dl.row {
  width: 240px;
}

.DianpPlan {
  margin-bottom: 60px;
}
.DianpPlan .itemHt {
  margin-bottom: 65px;
  padding-bottom: 45px;
  border-bottom: 10px solid #b89866;
}
.DianpPlan .itemHt .title {
  height: 66px;
  line-height: 66px;
  font-size: 36px;
  font-weight: normal;
}
.DianpPlan .itemHt .dstyle {
  font-weight: bold;
  font-size: 20px;
  color: #b89866;
}
.DianpPlan .itemHt .note {
  margin-top: 15px;
  font-size: 16px;
  color: #252525;
  font-style: italic;
}

.DianpPlan .content {
  font-size: 16px;
  line-height: 32px;
  color: #4c4c4c;
}
.DianpPlan .content .txt {
  height: 340px;
}

.DianpPlan .des {
  float: left;
  display: inline;
  width: 600px;
  height: 340px;
  margin-right: 20px;
  background: url(../images/DianpPlan_des.jpg) no-repeat;
}
.DianpPlan .desphoto {
  overflow: hidden;
  width: 186px;
  margin: 45px 0 0 20px;
  border: 3px solid #b89866;
  border-radius: 100%;
}
.DianpPlan .desinfo {
  padding: 45px 20px 0 40px;
  font-size: 16px;
  color: #fff;
}
.DianpPlan .desinfo .name {
  height: 40px;
  margin-bottom: 20px;
  line-height: 40px;
  font-weight: normal;
  font-size: 16px;
}
.DianpPlan .desinfo .name a {
  font-size: 32px;
}
.DianpPlan .desinfo .name em {
  padding: 2px 10px;
  margin-left: 10px;
  border: 1px dashed #fff;
  border-radius: 4px;
}
.DianpPlan .desinfo .base {
  width: 118px;
  height: 30px;
  margin-right: 5px;
  border: 1px solid #b89866;
  line-height: 30px;
  text-align: center;
}
.DianpPlan .desinfo .ht {
  margin-top: 19px;
  line-height: 30px;
  font-weight: normal;
  font-size: 20px;
}
.DianpPlan .desinfo .ht i {
  background-position: -480px -210px;
}
.DianpPlan .desinfo .note {
  opacity: 0.75;
}

.DianpPlan .node {
  overflow: hidden;
  padding: 0 10px 10px;
  margin: 60px -10px -10px;
}
.DianpPlan .node .sBd {
  margin-bottom: 55px;
  background: #e7e7e7;
  border-radius: 100px;
  text-align: center;
}
.DianpPlan .node .sBd ul li {
  width: auto;
  height: 60px;
  padding: 0 30px;
  border-radius: 100px;
  line-height: 60px;
  font-size: 20px;
  cursor: pointer;
}
.DianpPlan .node .sBd ul li.activeThumb {
  background: #b89866;
  color: #fff;
}
.DianpPlan .node .bBd {
  overflow: visible;
}
.DianpPlan .node .bd {
  height: 500px;
  background: #fff;
  box-shadow: 0 0 9px rgba(34, 34, 34, 0.1);
  text-align: center;
}
.DianpPlan .node .bd li img {
  max-height: 500px;
}
.DianpPlan .node .hd {
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  text-align: center;
}
.DianpPlan .node .hd span {
  width: 8px;
  height: 8px;
  margin: 0 15px;
  border: 2px solid #b89866;
  border-radius: 100%;
}
.DianpPlan .node .hd span.active {
  background: #b89866;
}
.DianpPlan .node .sbtn {
  z-index: 2;
  position: absolute;
  top: 50%;
  padding: 10px 7px;
  margin-top: -40px;
  background: rgba(0, 0, 0, 0.4);
}
.DianpPlan .node .sbtn i {
  height: 60px;
}
.DianpPlan .node .prev {
  left: 0;
}
.DianpPlan .node .prev i {
  background-position: -300px -180px;
}
.DianpPlan .node .next {
  right: 0;
}
.DianpPlan .node .next i {
  background-position: -330px -180px;
}
.DianpPlan .node .sbtn:hover {
  background: #b5996b;
}
.DianpPlan .node .text {
  margin-top: 18px;
  padding: 15px 40px;
  border: 1px solid #bfbfbf;
  line-height: 30px;
  font-size: 18px;
}
.DianpPlan .node .text .ht {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 26px;
  color: #b89866;
  font-family: "Walkway-SemiBold";
}
.DianpPlan .node .hdHt {
  margin: 60px 0 50px;
  text-align: center;
  color: #333;
  font-family: "Walkway-SemiBold";
}
.DianpPlan .node .hdHt h4 {
  line-height: 35px;
  font-weight: normal;
  font-size: 30px;
}
.DianpPlan .node .hdHt p {
  opacity: 0.3;
  font-size: 24px;
  text-transform: uppercase;
}

/*Reserva*/
.ReservaSearchWrap {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 40px;
  background: #fff;
}
.ReservaSearchWrap .moduleImg {
  display: none;
}
.ReservaSearchWrap .moduleTop {
  margin-bottom: 30px;
}
.ReservaSearch {
  font-size: 16px;
}
.ReservaSearch dt {
  float: left;
}
.ReservaSearch dt i {
  width: 8px;
  height: 8px;
  margin: 8px 8px 0 0;
  border-radius: 100%;
  background: #d21f15;
}
.ReservaSearch dd {
  padding-left: 120px;
}
.ReservaSearch dd a {
  padding: 0 9px;
  margin: 0 40px 20px 0;
}
.ReservaSearch dd a:hover,
.ReservaSearch dd a.current {
  background: #d21f15;
  color: #fff;
}

.ReservaPush {
  overflow: hidden;
  position: relative;
  height: 445px;
  margin-bottom: 35px;
}
.ReservaPush .bd li .imga {
  height: 445px;
}
.ReservaPush .bd li img {
  min-height: 445px;
}
.ReservaPush .bd li .bg {
  top: 50%;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.ReservaPush .bd li .title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 26px;
}
.ReservaPush .hd {
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  text-align: center;
}
.ReservaPush .hd span {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
}
.ReservaPush .hd span:hover,
.ReservaPush .hd span.active {
  border-color: #d21f15;
  background: #d21f15;
}
.ReservaPush .btn {
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 30px;
  height: 60px;
  padding: 5px;
  background: rgba(68, 68, 68, 0.4);
}
.ReservaPush .btn i {
  width: 30px;
  height: 60px;
}
.ReservaPush .prev {
  left: 0;
}
.ReservaPush .prev i {
  background-position: 0 -60px;
}
.ReservaPush .next {
  right: 0;
}
.ReservaPush .next i {
  background-position: -30px -60px;
}
.ReservaPush .btn:hover {
  background: #c4261d;
}

.ReservaListWrap {
}
.ReservaListWrap .Column-L {
  width: 855px;
}
.ReservaListWrap .Column-R {
  width: 315px;
  margin-left: 30px;
}
.ReservaList {
}
.ReservaList ul li {
  padding: 25px 55px 25px 15px;
  margin-bottom: 20px;
  background: #fff;
}
.ReservaList ul li .imga {
  overflow: hidden;
  width: 290px;
  height: 200px;
  margin-right: 30px;
}
.ReservaList ul li .info {
}
.ReservaList ul li .info .title {
  height: 40px;
  margin-bottom: 6px;
  line-height: 40px;
  font-weight: normal;
  font-size: 20px;
}
.ReservaList ul li .plan {
  margin-top: 20px;
}
.ReservaList ul li .plan em {
  overflow: hidden;
  float: left;
  text-align: center;
  font-size: 12px;
  color: #a9a9a9;
}
.ReservaList ul li .plan .ico {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0 auto;
}
.ReservaList ul li .plan .semi {
  border-radius: 100%;
  background: #a9a9a9;
}
.ReservaList ul li .plan .semi2 {
  display: none;
}
.ReservaList ul li .plan .em1 .semi {
  clip: rect(0px, 11px, 11px, 0px);
}
.ReservaList ul li .plan .em2 .semi {
  clip: rect(0px, 22px, 11px, 0px);
}
.ReservaList ul li .plan .em3 .semi {
  clip: rect(11px, 22px, 22px, 11px);
}
.ReservaList ul li .plan .em3 .semi2 {
  display: block;
  clip: rect(0px, 22px, 11px, 0px);
}
.ReservaList ul li .plan .em4 .semi {
  clip: rect(0, 22px, 22px, 0px);
}
.ReservaList ul li .plan .circle {
  display: none1;
  margin: 1px;
  border: 4px solid #fff;
  border-radius: 100%;
  background: #a9a9a9;
}
.ReservaList ul li .plan .line {
  position: absolute;
  top: 50%;
  width: 1000px;
  height: 1px;
  margin: 0 8px;
  background: #a9a9a9;
}
.ReservaList ul li .plan .line.l {
  right: 100%;
}
.ReservaList ul li .plan .line.r {
  left: 100%;
}
.ReservaList ul li .plan .has {
  color: #d20000;
}
.ReservaList ul li .plan .has .semi,
.ReservaList ul li .plan .has .circle {
  background: #d20000;
}
.ReservaList ul li .info .bt {
  margin-top: 18px;
}
.ReservaList ul li .info .view {
  width: 138px;
  height: 30px;
  padding: 1px 0;
  border: 1px solid #888888;
  line-height: 30px;
  text-align: center;
}
.ReservaList ul li .info .view i {
  background-position: -120px 0;
}
.ReservaList ul li .info .view:hover {
  border-color: #d21f15;
  color: #d21f15;
}
.ReservaList ul li .info .view:hover i {
  background-position: -120px -30px;
}
.ReservaList ul li.hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
}

.ReservaInfo {
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}
.ReservaInfo .lImg {
  overflow: hidden;
  width: 710px;
  height: 430px;
}
.ReservaInfo .lImg img {
  width: 100%;
}
.ReservaInfo .rInfo {
  padding: 0 22px 22px;
  color: #150f0e;
}
.ReservaInfo .rInfo .title {
  padding: 27px 0 20px;
  line-height: 30px;
  font-size: 24px;
  font-weight: normal;
}
.ReservaInfo .rInfo .base {
  margin: 20px 0 25px;
  line-height: 30px;
  font-size: 16px;
}
.ReservaInfo .rInfo .base .ctime i {
  background-position: -510px -120px;
}
.ReservaInfo .rInfo .teams {
  padding-top: 40px;
  border-top: 1px solid #e7e7e7;
}
.ReservaInfo .rInfo .teams li {
  float: left;
  width: 130px;
  margin-right: 28px;
  text-align: center;
}
.ReservaInfo .rInfo .teams li .img {
  overflow: hidden;
  height: 130px;
  margin-bottom: 10px;
}
.ReservaInfo .rInfo .teams li .img img {
  min-height: 130px;
}

.ReservaNodejd {
}
.ReservaNodejd .item {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}
.ReservaNodejd .lArea {
  width: 289px;
  margin-bottom: -999em;
  padding-bottom: 999em;
  border-right: 1px solid #eaeaea;
}
.ReservaNodejd .lArea .info {
  padding: 45px 0;
  color: #333;
}
.ReservaNodejd .lArea .info i {
  width: 60px;
  height: 60px;
  margin: 0 25px 0 35px;
}
.ReservaNodejd .lArea .info h4 {
  padding-top: 6px;
  font-size: 16px;
  font-weight: normal;
  color: #d41111;
}
.ReservaNodejd .lArea .title i {
  background-position: -240px -240px;
}
.ReservaNodejd .lArea .person {
  border-top: 1px solid #eaeaea;
}
.ReservaNodejd .lArea .person i {
  background-position: -300px -240px;
}
.ReservaNodejd .rArea {
  width: 864px;
  padding: 30px 23px;
}
.ReservaNodejd .rArea .imgs ul {
  width: 99999em;
}
.ReservaNodejd .rArea .imgs li {
  overflow: hidden;
  float: left;
  width: 210px;
  height: 150px;
  margin-right: 8px;
}
.ReservaNodejd .rArea .txt {
  line-height: 20px;
}

/*Live*/
.LiveHt {
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 60px;
}
.LiveHt i {
  width: 60px;
  height: 60px;
}
.LiveHt h3 {
  float: left;
  padding-right: 15px;
  font-size: 24px;
  font-weight: normal;
  color: #000;
}
.LiveHt .zbhf {
  background-position: -180px -360px;
}
.LiveHt .rmgd {
  background-position: -240px -360px;
}
.LiveHt .rmgd {
  background-position: -240px -360px;
}

.LiveList1 {
  width: 1160px;
  margin: 40px auto;
  padding: 10px 20px 20px;
  background: #fff;
}
.LiveList1 .bd {
  overflow: hidden;
  position: relative;
  width: 840px;
  height: 575px;
  padding: 5px;
  background: #d1d1d1;
  border-radius: 4px;
}
.LiveList1 .bd .plan {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 35px;
  padding: 0 15px;
  border-radius: 0 100px 100px 0;
  background: #f28d15;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
}
.LiveList1 .bd .iframe {
  width: 840px;
  height: 575px;
  border: none;
  background: #fff url(../images/loader.gif) center no-repeat;
}
.LiveList1 .hd {
  width: 300px;
  height: 585px;
  padding-left: 10px;
}
.LiveList1 .hd li {
  position: relative;
  margin-bottom: 10px;
}
.LiveList1 .hd li .imga {
  overflow: hidden;
  height: 188px;
  border-radius: 4px;
}
.LiveList1 .hd li img {
  min-height: 188px;
}
.LiveList1 .hd li.active .bg {
  border: 4px solid #f28d15;
}
.LiveList1 .hd li.active:before {
  content: "";
  z-index: 2;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-width: 10px 16px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #f28d15;
}

.LiveHot {
  margin: 40px auto 20px;
}
.LiveHot ul li {
  margin-bottom: 22px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(11, 3, 5, 0.1);
}
.LiveHot ul li .imga {
  position: relative;
  width: 253px;
  height: 208px;
}
.LiveHot ul li .imga img {
  min-height: 208px;
}
.LiveHot ul li .imga .num {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 32px;
  border-radius: 0 6px 6px 0;
  background: #f28d15;
  line-height: 32px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-style: italic;
  text-indent: -3px;
}
.LiveHot ul li .info {
  height: 206px;
  padding: 0 45px 0 55px;
  border: 1px solid #e0e0e0;
  border-left: none;
}
.LiveHot ul li .info .title {
  padding: 20px 0 5px;
  line-height: 40px;
}
.LiveHot ul li .info .title a {
  font-size: 24px;
  font-weight: bold;
}
.LiveHot ul li .info .title em {
  margin-left: 5px;
  padding: 1px 5px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  font-size: 16px;
}
.LiveHot ul li .info .base {
  width: 490px;
}
.LiveHot ul li .info .base em {
  margin-right: 25px;
  line-height: 30px;
  font-size: 18px;
}
.LiveHot ul li .info .base .date {
  background-position: -420px -300px;
}
.LiveHot ul li .info .base .hits {
  background-position: -450px -300px;
}
.LiveHot ul li .plan {
  width: 490px;
  margin-top: 30px;
}
.LiveHot ul li .plan em {
  overflow: hidden;
  float: left;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #373737;
}
.LiveHot ul li .plan .ico {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
  border: 1px solid transparent;
  border-radius: 100%;
}
.LiveHot ul li .plan .circle {
  margin: 3px;
  border-radius: 100%;
  background: #dadada;
}
.LiveHot ul li .plan .line {
  position: absolute;
  top: 50%;
  width: 1000px;
  height: 1px;
  background: #dadada;
}
.LiveHot ul li .plan .line.l {
  right: 100%;
}
.LiveHot ul li .plan .line.r {
  left: 100%;
}
.LiveHot ul li .plan .cur {
  color: #f28d15;
}
.LiveHot ul li .plan .cur .ico {
  border-color: #f28d15;
}
.LiveHot ul li .plan .cur .circle {
  background: #f28d15;
}
.LiveHot ul li .btns {
  padding-top: 29px;
}
.LiveHot ul li .btns a {
  display: block;
  width: 172px;
  height: 45px;
  margin: 18px 0;
  border: 1px dashed #434343;
  border-radius: 6px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
}
.LiveHot ul li .btns .play {
  border-color: #f28d15;
  background: #f28d15;
  color: #fff;
}

.LiveList {
  width: 1150px;
  margin: 40px auto;
  padding: 10px 24px;
  border: 1px solid #d2d2d2;
  background: #fff;
}
.LiveList .search {
  margin-bottom: 8px;
}
.LiveList .search .form {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: -70px;
}
.LiveList .search .form .kws {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  padding-right: 44px;
  border: none;
  border-radius: 100px;
  background: none;
  line-height: 44px;
  font-size: 18px;
}
.LiveList .search .form .button {
  z-index: 1;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 7px;
  margin: 0;
  border: none;
  border-radius: 100%;
  background: #f28d15;
  cursor: pointer;
}
.LiveList .search .form .button i {
  background-position: -390px -300px;
}
.LiveList .search .form.open .kws {
  width: 165px;
  padding-left: 25px;
  background: #e8e8e8;
}
.LiveList .search .form.open .button {
  z-index: 5;
}
.LiveList .search a {
  float: left;
  display: inline;
  width: 86px;
  height: 30px;
  margin: 0 12px 12px 0;
  border: 1px solid #ccc;
  border-radius: 100px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.LiveList .search a:hover,
.LiveList .search a.current {
  border-color: #f28d15;
  background: #f28d15;
  color: #fff;
}
.LiveList .load {
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
}
.LiveList ul li {
  float: left;
  width: 275px;
  margin: 0 16px 40px 0;
}
.LiveList ul li .imgh {
  padding-top: 70.75%;
  border-radius: 6px;
}
.LiveList ul li .title {
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: normal;
}
.LiveList ul li p {
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.LiveList ul li p .hits {
  width: 26px;
  background-position: -450px -300px;
}

.LiveFormWrap {
  background: url(../images/LiveForm_bg.jpg) center no-repeat;
}
.LiveFormWrap .layui-layer-setwin {
  display: none;
}
.LiveForm {
  overflow: hidden;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #434a43;
}
.LiveForm .ht {
  margin-bottom: 80px;
  line-height: 60px;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #fff;
}
.LiveForm .ct {
  width: 750px;
  padding: 30px 0;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
}
.LiveForm .rInfo {
  width: 249px;
  border-left: 1px solid #e8e8e8;
  line-height: 36px;
}
.LiveForm .rInfo .imga {
  overflow: hidden;
  width: 170px;
  height: 160px;
  margin: 20px auto;
  border-radius: 4px;
}
.LiveForm .rInfo .imga img {
  min-height: 160px;
}
.LiveForm .rInfo .title {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
.LiveForm .form {
  width: 422px;
  padding: 40px 39px 0;
}
.LiveForm .table .left {
  display: none;
}
.LiveForm .table .right .input-text {
  width: 370px;
  height: 63px;
  padding: 0 25px;
  border-color: #bfbfbf;
  border-radius: 6px;
  line-height: 63px;
  font-size: 20px;
}
.LiveForm .table .right .button {
  height: 65px;
  border-radius: 6px;
  background: #f28d15;
  line-height: 65px;
  font-size: 30px;
  font-weight: bold;
}
.LiveForm .videourl {
  padding: 5px 10px;
  margin-top: 28px;
  border: 1px solid #bfbfbf;
  background: #f0f0f0;
  line-height: 30px;
  color: #434a43;
}
.LiveForm .videourl i {
  margin-right: 12px;
  background-position: -390px -330px;
}
.LiveForm .videourl em {
  font-weight: bold;
}
.LiveForm .videourl:hover {
  border-color: #d0780f;
}
.LiveForm .closebk {
  display: block;
  position: relative;
  width: 134px;
  height: 38px;
  margin: 20px auto;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 38px;
  text-align: center;
  color: #fff;
}
.LiveForm .closebk:hover {
  background: rgba(242, 141, 21, 0.9);
}
.LiveForm .liveoktips {
  opacity: 0;
  visibility: hidden;
  height: 40px;
  padding: 0 40px;
  border-radius: 6px;
  background: #fff;
  line-height: 40px;
}

.LiveVisit {
  margin-top: 65px;
  margin-bottom: 85px;
}
.LiveVisit .ht {
  margin-bottom: 75px;
  line-height: 36px;
  font-size: 36px;
  text-align: center;
  color: #000;
}
.LiveVisit .form {
  width: 812px;
  margin: 0 auto;
}
.LiveVisit .table {
  clear: none;
  float: left;
  width: 346px;
  margin: 0 15px 30px;
}
.LiveVisit .table .left {
  display: none;
}
.LiveVisit .table .right .input-text {
  width: 284px;
  height: 50px;
  padding: 0 30px;
  border-color: #bfbfbf;
  line-height: 50px;
  font-size: 24px;
}
.LiveVisit .table .right .button {
  height: 52px;
  background: #f28d15;
  line-height: 52px;
}
.LiveVisit .cls_button {
  float: none;
  margin: 0 auto;
}

.LiveThink {
  margin-top: 65px;
  margin-bottom: 125px;
}
.LiveThink .ht {
  margin-bottom: 70px;
  line-height: 125px;
  font-size: 36px;
  text-align: center;
  font-weight: normal;
  color: #000;
}
.LiveThink .ht i {
  display: block;
  width: 60px;
  height: 3px;
  margin: 0 auto;
  background: #000;
}
.LiveThink .bd li {
  width: 287px;
  height: 234px;
  border: 1px solid #000;
}
.LiveThink .bd li .imga {
  overflow: hidden;
  width: 227px;
  height: 174px;
  margin: 30px;
}

/*Team*/
.TeamListWrap {
}
.TeamListWrap .Column-L {
  width: 930px;
}
.TeamListWrap .Column-R {
  width: 255px;
  margin-left: 15px;
}

.TeamPush {
  margin-bottom: 10px;
  padding: 20px 0;
  border: 1px solid #eee;
  background: #fff;
}
.TeamPush .ht {
  margin-left: 15px;
  line-height: 36px;
  font-size: 20px;
}
.TeamPush .search {
  position: relative;
  height: 36px;
  margin-right: 15px;
}
.TeamPush .search .kws {
  display: block;
  width: 158px;
  height: 34px;
  padding: 0 45px 0 15px;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 4px;
  line-height: 34px;
}
.TeamPush .search .submit {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 36px;
  margin-top: -18px;
  border: none;
  background: none;
  text-indent: -999em;
  cursor: pointer;
}
.TeamPush .search .submit i {
  margin: 3px 5px;
  background-position: -210px 0;
}
.TeamPush .container {
  padding: 0 40px;
  margin-top: 25px;
}
.TeamPush .bd li {
  width: 169px;
  text-align: center;
}
.TeamPush .bd li .img {
  overflow: hidden;
  width: 115px;
  margin: 0 auto;
  border-radius: 50%;
}
.TeamPush .btn {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -37px;
  line-height: 50px;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  font-family: "宋体";
}
.TeamPush .next {
  left: auto;
  right: 0;
}

.TeamList {
}
.TeamList li {
  margin-bottom: 10px;
  padding: 40px 24px;
  border: 1px solid #eee;
  background: #fff;
}
.TeamList li .photo {
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin-right: 20px;
  border-radius: 50%;
}
.TeamList li .info {
  padding-top: 20px;
}
.TeamList li .info .name {
  padding-right: 10px;
  font-size: 24px;
}
.TeamList li .info .stars .num {
  font-size: 18px;
  color: #f63;
}
.TeamList li .info .stars .num.fl {
  padding-right: 5px;
}
.TeamList li .info .txt {
  width: 100%;
  font-size: 16px;
  color: #999;
}
.TeamList li .info .txt em {
  color: #2d2d2d;
}
.TeamList li .info .workday {
  margin-bottom: 15px;
}
.TeamList li .info .workday span {
  margin: 0 10px;
}
.TeamList li .btns {
  width: 118px;
  padding-top: 45px;
  margin-left: 20px;
}
.TeamList li .btns a {
  display: block;
  height: 34px;
  margin-bottom: 15px;
  border: 1px solid #2d2d2d;
  border-radius: 4px;
  line-height: 34px;
  text-align: center;
  font-size: 17px;
}
.TeamList li .btns .order,
.TeamList li .btns .view:hover {
  border-color: #be2216;
  background: #be2216;
  color: #fff;
}
.TeamList li dl {
  width: 100%;
  margin-top: 30px;
}
.TeamList li dl dd {
  float: left;
  width: 280px;
  height: 210px;
  margin-right: 20px;
}
.TeamList li dl dd:last-child{
    margin-right: 0;
}
.TeamList li dl dd .imga img {
  height: 210px;
  border-radius: 4px;
}

.TeamTitle {
  margin: 70px auto 30px;
  text-align: center;
}
.TeamTitle h2 {
  height: 46px;
  margin-bottom: 10px;
  line-height: 46px;
  font-size: 36px;
  color: #262423;
}
.TeamTitle h2 i {
  width: 180px;
  background-position: -360px -240px;
  vertical-align: middle;
}
.TeamTitle h2 em {
  margin: 0 10px;
  vertical-align: middle;
}
.TeamTitle p {
  font-size: 18px;
  text-transform: uppercase;
  color: #d0d0d0;
}

.TeamInfoBg {
  padding: 0 6px 6px 0;
  margin: 0 -6px 70px 0;
  background: url(../images/TeamInfo_bg.jpg) right bottom no-repeat;
}
.TeamInfo {
  position: relative;
  padding: 30px;
  border: 2px solid #d2d2d2;
  background: #f9f9f9;
}
.TeamInfo .lPhoto {
  z-index: 3;
  position: relative;
  width: 340px;
  margin-right: 70px;
}
.TeamInfo .lPhoto .imga {
  overflow: hidden;
  height: 400px;
  box-shadow: 10px 10px 0 #b89866;
}
.TeamInfo .lPhoto .imga img {
  min-height: 400px;
}
.TeamInfo .rIntro {
  z-index: 3;
  position: relative;
  width: 650px;
  padding: 0 75px 0 0;
}
.TeamInfo .rIntro .name {
  margin-top: 35px;
  padding-bottom: 20px;
  line-height: 60px;
  font-weight: normal;
  font-size: 60px;
  color: #b89866;
}
.TeamInfo .rIntro .name span {
  margin-left: 10px;
  line-height: 25px;
  font-size: 20px;
  color: #505051;
}
.TeamInfo .rIntro .workday {
  margin-left: 20px;
  padding: 2px 10px;
  border: 1px dashed #b89866;
  border-radius: 4px;
  line-height: 22px;
  font-size: 12px;
  color: #252525;
}
.TeamInfo .rIntro .ht {
  margin: 20px 0 5px;
  line-height: 30px;
  font-size: 24px;
  font-weight: normal;
  color: #252525;
}
.TeamInfo .rIntro .ht i {
  margin-right: 10px;
}
.TeamInfo .rIntro .ht i.scfg {
  background-position: -390px -30px;
}
.TeamInfo .rIntro .ht i.dbzp {
  background-position: -420px -30px;
}
.TeamInfo .rIntro .ht i.grjs {
  background-position: -450px -30px;
}
.TeamInfo .rIntro .note {
  color: #707070;
}

.TeamCase {
}
/* .TeamCase ul li{margin-bottom: 30px;background: #FFF;}
	.TeamCase ul li.hover{box-shadow: 0 0 6px rgba(0,0,0,.2)} */

/*Team10*/
.Team10ListWrap {
}
.Team10ListWrap .Column-L .ReservaPush {
  margin-bottom: 12px;
}

.Team10List {
}
.Team10List li {
  padding: 33px 25px;
  margin-bottom: 15px;
  background: #fff;
}
.Team10List li .imga {
  overflow: hidden;
  width: 290px;
  height: 290px;
  margin-right: 30px;
}
.Team10List li .imga img {
  min-height: 290px;
}
.Team10List li .info {
  position: relative;
  height: 290px;
}
.Team10List li .info .title {
  padding: 15px 0 8px;
  font-weight: normal;
  font-size: 20px;
}
.Team10List li .info .base {
  width: 300px;
  line-height: 26px;
}
.Team10List li .info .base em {
  float: left;
  display: inline;
  width: 150px;
}
.Team10List li .info .base em span {
  font-weight: bold;
  color: #d21f15;
}
.Team10List li .info .works {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 482px;
}
.Team10List li .info .works .ht {
  margin-bottom: 12px;
}
.Team10List li .info .works .img {
  overflow: hidden;
  float: left;
  width: 150px;
  height: 110px;
  margin-right: 16px;
}
.Team10List li .info .works .img img {
  width: 100%;
  height: 110px;
}
.Team10List li.hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}

.Team10Info {
  height: 430px;
  margin-bottom: 20px;
  background: #fff;
}
.Team10Info li {
  margin-bottom: 0;
}
.Team10Info li .imga {
  height: 360px;
}
.Team10Info li .note {
  margin-top: 10px;
}
.Team10Info .info .btn {
  display: block;
  width: 118px;
  height: 28px;
  margin-top: 20px;
  border: 1px solid #d20000;
  line-height: 28px;
  text-align: center;
  color: #d20000;
}
.Team10Info .info .order {
  border-color: #bfbfbf;
  color: #333;
}
.Team10Info .info .btn:hover {
  border-color: #d20000;
  background: #d20000;
  color: #fff;
}
.Team10Info li.hover {
  box-shadow: none;
}

/*Spec*/
.SpecPush {
  overflow: hidden;
  position: relative;
  height: 510px;
  margin-bottom: 50px;
}
.SpecPush .bd li img {
  min-height: 510px;
}
.SpecPush .hd {
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  text-align: center;
}
.SpecPush .hd span {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
}
.SpecPush .hd span:hover,
.SpecPush .hd span.active {
  border-color: #d21f15;
  background: #d21f15;
}
.SpecPush .btn {
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 30px;
  height: 60px;
  padding: 5px;
  background: rgba(68, 68, 68, 0.4);
}
.SpecPush .btn i {
  width: 30px;
  height: 60px;
}
.SpecPush .prev {
  left: 0;
}
.SpecPush .prev i {
  background-position: 0 -60px;
}
.SpecPush .next {
  right: 0;
}
.SpecPush .next i {
  background-position: -30px -60px;
}
.SpecPush .btn:hover {
  background: #c4261d;
}

.SpecIndex {
}
.SpecIndex .item {
  margin-bottom: 30px;
}
.SpecIndex .ht {
  margin-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  line-height: 69px;
}
.SpecIndex .ht h2 {
  position: relative;
  float: left;
  height: 69px;
  margin-right: 30px;
  font-weight: normal;
  font-size: 30px;
}
.SpecIndex .ht h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 1px;
  background: #c4261d;
}
.SpecIndex .ht .sons {
  font-size: 18px;
}
.SpecIndex .ht .sons span {
  padding: 0 20px;
}
.SpecIndex .ht .more i {
  width: 18px;
  margin: 20px 0 0 3px;
  background-position: -240px -30px;
}
.SpecIndex .list {
}
.SpecIndex .list li {
  float: left;
  width: 370px;
  margin: 0 45px 30px 0;
  text-align: center;
}
.SpecIndex .list li:nth-child(3n){
  margin-right: 0;
}
.SpecIndex .list li .img {
  overflow: hidden;
  height: 250px;
  margin-left: 7px;
}
.SpecIndex .list li .img img {
  min-height: 250px;
}
.SpecIndex .list li .cate {
  position: absolute;
  left: 0;
  top: 15px;
  width: 102px;
  padding-bottom: 5px;
  background-position: -120px -60px;
  line-height: 30px;
  color: #fff;
}
.SpecIndex .list li .title {
  margin-top: 15px;
  font-weight: normal;
}
.SpecIndex .list li a:hover .img {
  box-shadow: 0 0px 10px 2px #b1b1b1;
}
.SpecList li {
  margin-bottom: 7px;
  color: #6a6969;
}
.SpecList .lArea {
  width: 830px;
  height: 195px;
  padding: 20px 40px;
  background: #fff;
}
.SpecList .imga {
  width: 260px;
}
.SpecList .imga img {
  height: 195px;
}
.SpecList .info {
  padding: 7px 0 0 15px;
}
.SpecList .info .tit {
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  font-size: 20px;
}
.SpecList .info .dateHits {
  margin-left: 12px;
  line-height: 30px;
}
.SpecList .info .dateHits i.date {
  width: 25px;
  background-position: -360px 0;
}
.SpecList .info .dateHits i.hits {
  background-position: -390px 0;
}
.SpecList .info .note {
  margin: 18px 0 12px;
}
.SpecList .info .base span {
  color: #333;
}
.SpecList .rArea {
  width: 285px;
  height: 195px;
  margin-left: 5px;
  padding: 20px 0;
  background: #fff;
}
.SpecList .time {
  margin-top: 30px;
  line-height: 30px;
  text-align: center;
  color: #3e3a39;
}
.SpecList .time i {
  width: 20px;
  background-position: -480px 0;
  vertical-align: middle;
}
.SpecList .time span {
  color: #c4261d;
}
.SpecList .time span em {
  font-size: 18px;
}
.SpecList .btns {
  width: 214px;
  margin: 30px auto 0;
}
.SpecList .btns a {
  display: block;
  height: 39px;
  margin-top: 17px;
  border: 2px solid #a5a4a4;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
  color: #332f2c;
}
.SpecList .btns .book {
  border-color: #c4261d;
  background: #c4261d;
  color: #fff;
}
.SpecList .btns a:hover {
  border-color: #f44336;
  background: #f44336;
  color: #fff;
}

.SjszfSpecList {
}
.SjszfSpecList li {
  margin-bottom: 20px;
  padding: 25px 20px;
  background: #fff;
}
.SjszfSpecList li .photo {
  overflow: hidden;
  width: 180px;
  height: 258px;
  margin-right: 23px;
}
.SjszfSpecList li .photo img {
  min-height: 258px;
}
.SjszfSpecList li .info {
  padding-top: 12px;
  padding-left: 7px;
}
.SjszfSpecList li .info .title {
  padding-bottom: 15px;
  font-weight: normal;
}
.SjszfSpecList li .info .title .qinum {
  margin: 3px 10px 0 -7px;
  padding: 0 12px;
  background: #d20000;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.SjszfSpecList li .info .title .name {
  font-size: 20px;
}
.SjszfSpecList li .info .title .line {
  padding: 0 2px;
}
.SjszfSpecList li .info .txt {
  width: 100%;
  margin-top: 4px;
  color: #888;
}
.SjszfSpecList li .info .txt em {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  color: #150f0e;
}
.SjszfSpecList li .btns {
  padding-top: 38px;
}
.SjszfSpecList li .btns a {
  float: left;
  display: inline;
  width: 200px;
  height: 30px;
  padding: 4px 0;
  margin-right: 25px;
  border: 1px solid #bfbfbf;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}
.SjszfSpecList li .btns a i {
  margin-right: 2px;
}
.SjszfSpecList li .btns a.view i {
  background-position: -360px -60px;
}
.SjszfSpecList li .btns a.order i {
  background-position: -390px -60px;
}
.SjszfSpecList li .btns a:hover {
  border-color: #d21f15;
  color: #d21f15;
}
.SjszfSpecList li .btns a.view:hover i {
  background-position: -360px -90px;
}
.SjszfSpecList li .btns a.order:hover i {
  background-position: -390px -90px;
}
.SjszfSpecList li.hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
}

/*News*/
.NewsListWrap {
}
.NewsListWrap .Column-L {
  width: 870px;
}
.NewsListWrap .Column-R {
  width: 315px;
  margin-left: 15px;
}

.NewsPush {
  overflow: hidden;
  position: relative;
  height: 430px;
  margin-bottom: 20px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.24);
}
.NewsPush .bd li .imga {
  height: 430px;
}
.NewsPush .bd li img {
  min-height: 430px;
}
.NewsPush .bd li .bg {
  top: 50%;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.NewsPush .bd li .title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 26px;
}

.NewsPush .hd {
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  text-align: center;
}
.NewsPush .hd span {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
}
.NewsPush .hd span:hover,
.NewsPush .hd span.active {
  border-color: #d21f15;
  background: #d21f15;
}
.NewsPush .btn {
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 30px;
  height: 60px;
  padding: 5px;
  background: rgba(68, 68, 68, 0.4);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.24);
}
.NewsPush .btn i {
  width: 30px;
  height: 60px;
}
.NewsPush .prev {
  left: 0;
}
.NewsPush .prev i {
  background-position: 0 -60px;
}
.NewsPush .next {
  right: 0;
}
.NewsPush .next i {
  background-position: -30px -60px;
}
.NewsPush .btn:hover {
  background: #c4261d;
}

.NewsList {
}
.NewsList li {
  margin-bottom: 24px;
  padding: 20px 15px;
  background: #fff;
  color: #6a6969;
  transition: all ease 0.6s;
}
.NewsList .imga {
  overflow: hidden;
  width: 270px;
  max-height: 215px;
  margin-right: 25px;
}
.NewsList .info .more {
  line-height: 30px;
  color: #626161;
}
.NewsList .info .more i {
  width: 18px;
  margin-left: 5px;
  background-position: -240px 0;
}
.NewsList .info .more:hover {
  color: #d20000;
}
.NewsList .info .more:hover i {
  background-position: -240px -30px;
}
.NewsList .info .tuijian {
  width: 20px;
  background-position: -420px 0;
}
.NewsList .info .ishot {
  width: 20px;
  background-position: -450px 0;
}
.NewsList .info .tit {
  height: 30px;
  margin-bottom: 13px;
  line-height: 30px;
  font-weight: normal;
  font-size: 18px;
}
.NewsList .info .tit .red {
  font-weight: bold;
}
.NewsList .info .tags cite {
  float: left;
  padding: 0 7px;
  margin: 0 17px 10px 0;
  border-radius: 4px;
  background: #d6ac62;
  color: #fff;
}
.NewsList .info .note {
  margin: 13px 0 17px;
}
.NewsList .info .base em {
  margin-right: 20px;
  line-height: 30px;
}
.NewsList .info .base i.date {
  width: 25px;
  background-position: -360px 0;
}
.NewsList .info .base i.hits {
  background-position: -390px 0;
}
.NewsList li.hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.16);
}

.ThinkList {
}
.ThinkList li {
  float: left;
  width: 282px;
  margin-right: 12px;
  padding: 0;
}
.ThinkList li .imga {
  width: 100%;
  height: 230px;
  max-height: none;
  margin-right: 0;
}
.ThinkList li .imga .cate {
  z-index: 2;
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 80px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  color: #cba35f;
}
.ThinkList li .info {
  padding: 10px 15px 4px;
}
.ThinkList li .info .tit {
  height: 48px;
  line-height: 24px;
  font-size: 16px;
}
.ThinkList li .info .base {
  font-size: 12px;
}
.ThinkList li .info .base em {
  margin-left: 20px;
  margin-right: 0;
}

/*jiazhuang*/
.JiazList {
  z-index: 2;
  position: relative;
}
.JiazList li {
  margin-bottom: 30px;
  background: #fff;
  color: #484848;
  transition: all ease 0.6s;
}
.JiazList li .imga .bg {
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.JiazList li .imga .bg i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin: -45px;
  background-position: 0 -300px;
}
.JiazList li .title {
  height: 70px;
  margin-bottom: 35px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 70px;
  font-weight: normal;
  font-size: 22px;
  color: #2d2d2d;
}
.JiazList li .info .base {
  line-height: 30px;
}
.JiazList li .info .base em {
  margin-left: 20px;
  color: #888;
}
.JiazList li .info .base i.date {
  width: 25px;
  background-position: -360px 0;
}
.JiazList li .info .base i.hits {
  background-position: -390px 0;
}
.JiazList li.hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.16);
}
.JiazList li.hover .imga .bg,
.JiazList li.first .imga .bg {
  opacity: 1;
  visibility: visible;
}
.JiazList li.hover .info .title {
  color: #c8190c;
}

.JiazList .ht {
  height: 80px;
  margin-bottom: 44px;
  border: 1px solid #cfcfcf;
  line-height: 80px;
  font-size: 28px;
  color: #333;
}
.JiazList .ht i {
  float: left;
  width: 12px;
  height: 26px;
  margin: 27px 17px 0 10px;
  background: #333;
}

.JiazList .li .imga {
  overflow: hidden;
  width: 440px;
  height: 270px;
  margin-right: 45px;
}
.JiazList .li .imga img {
  min-height: 270px;
}
.JiazList .li .info {
  padding: 10px 25px 0 0;
}
.JiazList .li .info .note {
  margin: 35px 0 40px;
  font-size: 16px;
  color: #555;
}

.JiazList .first {
  margin-top: -180px;
  padding: 10px 30px 30px;
}
.JiazList .first .lArea {
  overflow: hidden;
  position: relative;
  width: 695px;
  height: 370px;
  margin-right: 25px;
}
.JiazList .first .imga {
  z-index: 3;
  height: 370px;
}
.JiazList .first .imga img {
  min-height: 370px;
}
.JiazList .first .imga .bg i {
  background-position: -90px -300px;
}
.JiazList .first iframe {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.JiazList .first .title {
  margin-bottom: 20px;
}
.JiazList .first .info {
  height: 370px;
  padding: 0 30px;
  background: #eee;
}
.JiazList .first .info .sub {
  padding-top: 5px;
  margin-bottom: 25px;
  line-height: 64px;
  font-weight: normal;
  font-size: 26px;
  color: #333;
}
.JiazList .first .info .sub i {
  display: block;
  width: 60px;
  height: 2px;
  background: #bfbfbf;
}
.JiazList .first .info .note {
  height: 96px;
  -webkit-line-clamp: 4;
  margin: 35px 0 45px;
}

.JiazMsgWrap {
  padding: 65px 0;
  background: url(../images/jiaz_msg_bg.jpg) center top no-repeat;
}
.JiazMsgWrap .moduleTit {
  margin-bottom: 25px;
}
.JiazMsgWrap .msgShare {
  padding-top: 15px;
  font-size: 20px;
  color: #6b6b6b;
}
.JiazMsgWrap .msgShare .share {
  line-height: 30px;
}
.JiazMsgWrap .msgShare .share a {
  width: 30px;
  height: 30px;
  margin: 0 0 0 8px;
}
.JiazMsgWrap .msgShare .share .tsina {
  background-position: -210px -300px;
}
.JiazMsgWrap .msgShare .share .qzone {
  background-position: -240px -300px;
}
.JiazMsgWrap .msgShare .share .weixin {
  background-position: -180px -300px;
}
.JiazMsgWrap .msgShare .share a:hover {
  opacity: 1;
}
.JiazMsgWrap .msgShare .share .tsina:hover {
  background-position: -210px -330px;
}
.JiazMsgWrap .msgShare .share .qzone:hover {
  background-position: -240px -330px;
}
.JiazMsgWrap .msgShare .share .weixin:hover {
  background-position: -180px -330px;
}
.JiazMsgWrap .msgShare .np {
  display: none;
}

.JiazInfo .lIframe {
  width: 850px;
  height: 530px;
  background: #2e2e2e;
}
.JiazInfo .lIframe iframe {
  width: 100%;
  height: 530px;
  border: none;
}

.JiazInfo .rList {
  width: 350px;
  height: 530px;
  background: #26262b;
}
.JiazInfo .nano > .nano-pane {
  opacity: 1;
  border-radius: 0;
  background: #323232;
}
.JiazInfo .nano > .nano-pane > .nano-slider {
  background: #595959;
}
.JiazInfo .rList ul {
  width: 344px;
}
.JiazInfo .rList li {
  padding: 0 20px 20px;
}
.JiazInfo .rList li .imga {
  padding-top: 22px;
}
.JiazInfo .rList li .img {
  overflow: hidden;
  width: 130px;
  height: 75px;
  margin-right: 14px;
}
.JiazInfo .rList li .img img {
  min-height: 75px;
}
.JiazInfo .rList li .title {
  height: 44px;
  margin-bottom: 7px;
  line-height: 22px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.JiazInfo .rList li .qs {
  padding: 1px 10px;
  border: 1px solid #888;
  color: #888;
}
.JiazInfo .rList li.hover,
.JiazInfo .rList li.current {
  background: #33333a;
}
.JiazInfo .rList li.current .title {
  color: #c4261d;
}

.JiazMore {
  margin-bottom: 80px;
}
.JiazMore .ht {
  margin-bottom: 50px;
}
.JiazMore .ht h3 {
  line-height: 40px;
  font-size: 30px;
  font-weight: normal;
  color: #26262b;
}
.JiazMore .ht h3 i {
  float: left;
  width: 8px;
  height: 27px;
  margin: 7px 20px 0 0;
  background: #26262b;
}
.JiazMore .ht .change {
  margin-top: 5px;
  line-height: 30px;
  font-size: 18px;
}
.JiazMore .ht .change i {
  margin-right: 5px;
  background-position: -300px -300px;
}
.JiazMore .ht .change:hover i {
  background-position: -300px -330px;
}
.JiazMore .ht .change.doing i {
  -webkit-animation: i_change 0.6s linear infinite alternate;
  animation: i_change 0.6s linear infinite alternate;
}
@-webkit-keyframes i_change {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes i_change {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.JiazMore ul {
  width: 1215px;
}
.JiazMore ul li {
  float: left;
  width: 390px;
  margin-right: 15px;
}
.JiazMore ul li .title {
  margin-top: 20px;
  font-weight: normal;
  font-size: 18px;
}

/*Faq*/
.FaqListWrap {
  width: 825px;
  margin-bottom: 40px;
  padding: 20px 25px;
  background: #fff;
}

.FaqTit {
  margin-bottom: 10px;
  line-height: 30px;
  font-weight: normal;
  font-size: 16px;
  color: #c4261d;
}
.FaqTit i {
  width: 20px;
}
.FaqTit i.zxtw {
  background-position: -360px -270px;
}
.FaqTit i.zjhd {
  background-position: -390px -270px;
}
.FaqTit i.sstw {
  background-position: -360px -270px;
}
.FaqTit2 {
  margin-bottom: 20px;
  background: #f5f5f5;
}
.FaqTit2 .box {
  float: left;
  display: inline;
  padding: 11px 0 11px 15px;
}
.FaqTit2 .box1 {
  padding-right: 15px;
  border-right: 4px solid #fff;
}
.FaqTit2 .form {
  position: relative;
  padding: 10px 0 10px 15px;
}
.FaqTit2 input {
  display: block;
  height: 30px;
  border: none;
  background: none;
  line-height: 30px;
}
.FaqTit2 .kws {
  width: 200px;
  padding: 0 45px 0 15px;
  border: 1px solid #a5a4a4;
}
.FaqTit2 .submit {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 40px;
  height: 20px;
  border: none;
  border-left: 1px solid #a5a4a4;
  background: none;
  cursor: pointer;
}
.FaqTit2 .submit i {
  margin: -5px 5px;
  width: 30px;
  background-position: -210px 0;
}

.FaqForm {
  margin-bottom: 30px;
}
.FaqForm .table .left,
.FaqForm .table .clue_on {
  display: none;
}
.FaqForm .table .right .button {
  width: 110px;
  height: 45px;
  border-radius: 2px;
  line-height: 45px;
  background: #ababab;
}
.FaqForm .table .right .button:hover {
  background: #d21f15;
}
.FaqForm .kws {
  color: #a5a4a4;
}
.FaqForm .kws a {
  margin: 0 4px 5px 0;
  font-size: 18px;
  color: #a5a4a4;
}
.FaqForm .kws a.cur,
.FaqForm .kws a:hover {
  color: #c4261d;
}
.FaqForm .hot {
  line-height: 26px;
  font-size: 18px;
  color: #333;
}
.FaqForm .hot i {
  width: 54px;
  height: 26px;
  margin-right: 5px;
  background-position: -420px -394px;
}
.FaqForm .hot:hover i,
.FaqForm .hot.current i {
  background-position: -480px -394px;
}

.FaqList {
  margin-top: 50px;
}
.FaqList .item {
  margin-bottom: 50px;
}
.FaqList .circle {
  float: left;
  width: 34px;
  height: 34px;
  margin: 0 10px 0 0;
  background: url(../images/public.png) -420px -360px no-repeat;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-indent: -999em;
}
.FaqList .circle.q {
  margin-left: 18px;
}
.FaqList .circle.a {
  background-position: -480px -360px;
}
.FaqList .circle.hot {
  width: 54px;
  height: 26px;
  margin-top: 3px;
  background-position: -480px -394px;
}
.FaqList .ht h4 {
  padding-left: 35px;
  line-height: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #444;
}
.FaqList .ct {
  position: relative;
  padding: 23px 18px 10px;
  margin-top: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.FaqList .ct .arrow {
  position: absolute;
  left: 20px;
  top: -9px;
  width: 30px;
  height: 10px;
  background: url(../images/public.png) -510px -270px no-repeat;
}
.FaqList .txt {
  overflow: hidden;
  max-height: 12000px;
}
.FaqList .btns {
  margin-top: 25px;
  line-height: 30px;
  font-size: 16px;
}
.FaqList .read {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  background: url(../images/public.png) -480px -270px no-repeat;
  text-indent: -999em;
  cursor: pointer;
}
.FaqList .date {
  margin-left: 15px;
  color: #ababab;
}
.FaqList .praise {
  height: 30px;
  color: #bfbfbf;
}
.FaqList .praise i {
  margin-top: -6px;
  background-position: -150px -120px;
  margin-left: 6px;
}
.FaqList .praise:hover,
.FaqList .praise.hasPraise {
  color: #d81e06;
}
.FaqList .praise:hover i,
.FaqList .praise.hasPraise i {
  background-position: -150px -150px;
}

/*人才招聘*/
.JobModule {
  position: relative;
  height: 510px;
}
.JobModule .moduleTit,
.JobModule .moduleTop a,
.JobModule .CateList li a {
  color: #fff;
}
.JobModule .CateList li a:hover,
.JobModule .CateList li a.current {
  background: #fff;
  color: #0e0b04;
}
.JobModule .search {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 0;
  background: rgba(62, 58, 57, 0.6);
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.JobModule .search label {
  font-size: 24px;
}
.JobModule .search .kws {
  width: 140px;
  height: 26px;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
}
.JobModule .search .submit {
  border: none;
  background-position: -210px -30px;
  text-indent: -999em;
  cursor: pointer;
}

.JobModuleHt {
  margin: 50px 0;
  line-height: 50px;
  text-align: center;
  font-size: 38px;
}

.JobList {
}
.JobList .li .info1 {
  top: 353px;
}
.JobList .li .info1 .name {
  margin-bottom: 6px;
}
.JobList .li .info1 .name span {
  border: none;
}
.JobList .li .info2 {
  top: 100%;
}
.JobList .li .info2 .name span {
  font-size: 17px;
}
.JobList .li .info2 .name span em {
  font-size: 27px;
}
.JobList .li a:hover .info1 {
  top: 100%;
}
.JobList .li a:hover .info2 {
  top: 316px;
}

/*Pagelist*/
.Pagelist {
  margin: 40px 0 70px;
  overflow: hidden;
  text-align: center;
}
.Pagelist ul li {
  float: left;
  height: 36px;
  margin: 0 4px;
}
.Pagelist ul li a,
.Pagelist ul li span {
  display: block;
  width: 34px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #fff;
  line-height: 34px;
  color: #333;
}
.Pagelist ul li .btn {
  width: auto;
  min-width: 74px;
}
.Pagelist ul li a:hover,
.Pagelist ul li .current {
  border-color: #c4261d;
  background: #c4261d;
  color: #fff;
}
.PageLoad {
  margin: 15px auto 50px;
}
.PageLoad a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #afafb1;
  cursor: pointer;
}
.PageLoad i {
  float: none;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-position: -60px 0;
  -webkit-animation: PageLoadDown 0.75s infinite alternate;
  animation: PageLoadDown 0.75s infinite alternate;
}
.PageLoad:hover i {
  background-position: -60px -60px;
}
@-webkit-keyframes PageLoadDown {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(25px);
  }
}
@keyframes PageLoadDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(25px);
  }
}

/*通用报名*/
.postForm {
  padding: 30px 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #ddd;
  background: #fff;
}
.postForm .ht {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #d5d5d5;
  line-height: 30px;
}
.postForm .ht em {
  font-size: 20px;
  color: #222;
}
.postForm .ht span {
  color: #999;
}
.postForm .table .right .input-text {
  width: 252px !important;
}
.postForm .table .right select {
  width: 237px !important;
}
.postForm .table .right .clue_on {
  display: inline;
}
.postForm .table .right .button {
  display: block;
  width: 274px;
}

/*右侧 报名*/
.pubROrder {
  margin-bottom: 12px;
  background: #f4c77a;
  text-align: center;
  color: #333;
}
.pubROrder .ht {
  padding: 37px 0 25px;
}
.pubROrder .ht h3 {
  padding-bottom: 10px;
  font-size: 22px;
  color: #333;
}
.pubROrder .form {
  width: 254px;
  margin: 0 auto 5px;
}
.pubROrder .table {
  margin-bottom: 12px;
}
.pubROrder .table .left {
  display: none;
}
.pubROrder .table .right .input-text {
  width: 232px;
  height: 46px;
  border-color: #fff;
  border-radius: 4px;
  line-height: 46px;
  font-size: 16px;
}
.pubROrder .table .right textarea.input-text {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  resize: none;
}
.pubROrder .table .right .button {
  height: 46px;
  border-radius: 4px;
  background: #d21f15;
  line-height: 46px;
  font-size: 20px;
}
.pubROrder .secret {
  font-size: 12px;
}
.pubROrder .joinnum {
  padding: 16px 0 20px;
  font-size: 18px;
}
.pubROrder .joinnum span {
  font-weight: bold;
  color: #d21f15;
}

/*右侧_1对1全屋定制设计*/
.ROrderDes {
  background: #f4c77a url(../images/R_DesOrder.jpg) center top no-repeat;
  color: #fff;
}
.ROrderDes .ht {
  padding-top: 170px;
  font-size: 16px;
}
.ROrderDes .ht h3 {
  display: none;
}
.ROrderDes .secret {
  color: #d67c07;
}
.ROrderDes .joinnum {
  padding-bottom: 45px;
}

/*右侧_免费申请设计初案*/
.ROrderTeam {
  padding-bottom: 10px;
}
.ROrderTeam .form {
  width: 210px;
}
.ROrderTeam .table .right .input-text {
  width: 188px;
  font-size: 16px;
}
.ROrderTeam .joinnum {
  font-size: 16px;
}

/*右侧_算一算我家装修需要多少钱*/
.ROrderBj {
  height: 430px;
  margin-bottom: 20px;
  background: #f4c77a;
}
.ROrderBj .ht {
  width: 254px;
  margin: 0 auto;
  padding: 20px 0;
}
.ROrderBj .ht h3 {
  line-height: 28px;
  text-align: left;
  font-size: 20px;
}
.ROrderBj .ht h3 i {
  width: 45px;
  height: 60px;
  background-position: -360px -360px;
}
.ROrderBj .table {
  margin-bottom: 15px;
}
.ROrderBj .table .right .input-text {
  border-color: #fff;
  font-size: 14px;
}
.ROrderBj .table .right select {
  background-image: url(../images/select_arrow2.png);
}
.ROrderBj .table .right .add_on {
  color: #262624;
}
.ROrderBj .table .right .button {
  width: 120px;
  font-size: 14px;
}
.ROrderBj .table .right .button.kefu {
  background: #898989;
}

/*案例内页 算一算，你家这样装需要多少钱*/
.ROrderCase {
  z-index: 10;
  position: relative;
  margin-bottom: 20px;
  padding: 15px 0 25px;
  background: #f4c77a;
}
.ROrderCase .ht {
  position: relative;
  width: 240px;
  margin: 0 auto;
  color: #4b4a4a;
}
.ROrderCase .ht i {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 60px;
  background-position: -330px -300px;
}
.ROrderCase .ht h4 {
  padding: 7px 0 3px;
  font-size: 16px;
  color: #373737;
}
.ROrderCase .ht p {
  padding-bottom: 2px;
}
.ROrderCase .ht h3 {
  margin-top: 10px;
  border-top: 1px solid #d9b578;
  line-height: 66px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.ROrderCase .form {
  width: 240px;
  margin: 0 auto;
}
.ROrderCase .table {
  margin-bottom: 12px;
}
.ROrderCase .table .left {
  display: none;
}
.ROrderCase .table .right .input-text {
  width: 218px;
  height: 38px;
  border-color: #fff;
  border-radius: 4px;
  line-height: 38px;
  font-size: 16px;
}
.ROrderCase .table .right .input-text:focus {
  border-color: #d20000;
}
.ROrderCase .table .right select,
.ROrderCase .table .right .select {
  background-color: #fff;
  background-image: url(../images/select_arrow2.png);
}
.ROrderCase .table .right .button {
  height: 40px;
  margin-bottom: 8px;
  border-radius: 4px;
  background: #ce4630;
  line-height: 40px;
  font-weight: bold;
}
.ROrderCase .table .right .button:hover {
  background: #c4261d;
  color: #fff;
}
.ROrderCase .cls_content,
.ROrderCase .cls_area {
  clear: none;
  float: left;
  width: 116px;
}
.ROrderCase .cls_content {
  margin-right: 8px;
}
.ROrderCase .cls_content .right .input-text,
.ROrderCase .cls_area .right .input-text {
  width: 94px;
}
.ROrderCase .unitVal .unit-input {
  background: #fff url(../images/select_arrow2.png) right center no-repeat;
}
.ROrderCase .unitVal .unit-input em {
  margin-right: 20px;
  color: #82776f;
}
.ROrderCase .unitVal .unit-list {
  display: none;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.1);
  line-height: 20px;
  text-align: center;
  font-size: 16px;
}
.ROrderCase .unitVal .unit-list dl {
  overflow: hidden;
  margin-top: 12px;
}
.ROrderCase .unitVal .unit-list dl dt {
  float: left;
  width: 100px;
  color: #363636;
}
.ROrderCase .unitVal .unit-list dl dd {
  overflow: hidden;
}
.ROrderCase .unitVal .unit-list dl dd i {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 22px;
  background: #b6b6b6;
  color: #fff;
  cursor: pointer;
}
.ROrderCase .unitVal .unit-list dl dd i.cur {
  background: #d20000;
  color: #fff;
}
.ROrderCase .unitVal .unit-list label {
  display: none;
}
.ROrderCase .unitVal .unit-list .ok {
  display: block;
  width: 270px;
  height: 36px;
  margin: 16px auto;
  border-radius: 4px;
  background: #d93232;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
}
.ROrderCase .unitVal .unit-list .ok:hover {
  background: #d20000;
  color: #fff;
}
.ROrderCase .tips {
  display: none;
  z-index: 999;
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 685px;
  height: 423px;
  margin-right: 180px;
}
.ROrderCase .tips .bg {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.ROrderCase .tips .close {
  position: absolute;
  left: 469px;
  top: 79px;
  width: 40px;
  height: 40px;
  text-indent: -999em;
}
.ROrderCase .joinnum {
  color: #333;
}
.CaseOrder {
  margin: 75px 30px 40px;
  padding: 57px 0 90px;
  box-shadow: 0 0 27px rgba(3, 6, 118, 0.06);
}
.CaseOrder .form {
  width: 640px;
  margin: 60px auto 0;
}
.CaseOrder .table {
  clear: none;
  float: left;
  width: 300px;
  margin: 0 0 40px 0;
}
.CaseOrder .table .left {
  display: none;
}
.CaseOrder .table .right .input-text {
  width: 258px;
  height: 58px;
  padding: 0 20px;
  border: solid 1px #b24d55;
  border-radius: 10px;
  line-height: 58px;
  font-size: 20px;
  color: #646464;
}
.CaseOrder .table .button {
  height: 60px;
  background-color: #b24d55;
  border-radius: 10px;
  line-height: 60px;
  font-size: 24px;
}
.CaseOrder .cls_button {
  width: 100%;
}
.CaseOrder .cls_area {
  margin-right: 40px;
}

/*楼盘内页 申请户型解析*/
.HouseOrderUnit {
  height: 200px;
  background: #ececec url(../images/house_order_unit.jpg) no-repeat;
}
.HouseOrderUnit .ht {
  float: left;
  display: inline;
  margin: 17px 75px 0 145px;
  padding: 9px;
  border: 1px solid #fff;
  text-align: center;
  color: #3c3c3c;
}
.HouseOrderUnit .ht .box {
  width: 320px;
  height: 145px;
  background: rgba(255, 255, 255, 0.85);
  color: #3c3c3c;
}
.HouseOrderUnit .ht h3 {
  padding: 22px 0 10px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
}
.HouseOrderUnit .ht h3 span {
  font-size: 26px;
  font-weight: bold;
  color: #d21f15;
}
.HouseOrderUnit .ht .joinnum {
  padding-top: 22px;
  font-size: 18px;
  color: #252424;
}
.HouseOrderUnit .ht .joinnum span {
  font-weight: bold;
  color: #d21f15;
}
.HouseOrderUnit .form {
  float: left;
  display: inline;
  width: 532px;
  margin-top: 38px;
}
.HouseOrderUnit .table {
  clear: none;
  float: left;
  width: 254px;
  margin: 0 12px 15px 0;
}
.HouseOrderUnit .table .left {
  display: none;
}
.HouseOrderUnit .table .right .input-text {
  width: 232px;
  height: 46px;
  border-radius: 4px;
  line-height: 46px;
  font-size: 18px;
}
.HouseOrderUnit .table .right textarea.input-text {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  resize: none;
}
.HouseOrderUnit .table .right .button {
  height: 48px;
  border-radius: 4px;
  background: #d21f15;
  line-height: 48px;
  font-size: 24px;
}

/*设计师内页 预约设计师为您的家量身设计*/
.TeamOrder {
  position: relative;
  padding: 74px 0 64px 45px;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  background: #fcfcfc;
}
.TeamOrder .ht {
  position: absolute;
  left: 40px;
  top: -15px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 26px;
  color: #282828;
}
.TeamOrder .ht i {
  background-position: -480px -30px;
}
.TeamOrder .ht em {
  padding: 0 10px;
}
.TeamOrder .table {
  clear: none;
  float: left;
  margin: 0 20px 0 0;
  width: auto;
}
.TeamOrder .table .left,
.TeamOrder .table .right .clue_on {
  display: none;
}
.TeamOrder .table .right .input-text {
  width: 228px;
  height: 46px;
  padding-left: 22px;
  border-color: #373737;
  border-radius: 4px;
  line-height: 46px;
  color: #656565;
}
.TeamOrder .table .right .button {
  width: 262px;
  height: 48px;
  border-radius: 4px;
  background: #b89866;
  line-height: 48px;
  font-size: 24px;
  color: #fff;
}

/*!--评价------------------*/
.PubReview {
  margin-bottom: 70px;
  padding: 45px 40px;
  background: #fff;
  border: 1px solid rgba(170, 170, 170, 0.5);
  border-radius: 10px;
}
.PubReview .ht {
  padding-bottom: 25px;
}
.PubReview .ht h3 {
  padding: 10px 0;
  line-height: 30px;
  font-weight: normal;
  font-size: 20px;
  color: #505050;
}
.PubReview .ht h3 i {
  width: 40px;
  background-position: -420px -330px;
}
.PubReview .openbtn {
  display: block;
  float: right;
  width: 150px;
  height: 50px;
  background-image: linear-gradient(180deg, #dc616b 0%, #b24d55 100%), linear-gradient(#b24d55, #b24d55);
  background-blend-mode: normal, normal;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.PubReview .openbtn:hover {
  background: #c4261e;
}
.PubReview .htline {
  opacity: 0.3;
  margin-bottom: 40px;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#00000000), to(#00000000), color-stop(0.2, #454545), color-stop(0.8, #454545));
  background-image: linear-gradient(to right, #00000000, #454545 20%, #454545 80%, #00000000);
}

.ReviewList {
  margin-top: 40px;
}
.ReviewList ul li {
  margin-bottom: 35px;
}
.ReviewList ul li .base {
  margin-bottom: 12px;
}
.ReviewList ul li .photo {
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin: 0 13px 0 0;
  border-radius: 100%;
  background: #b4b4b4;
}
.ReviewList ul li .photo img {
  width: 50px;
  height: 50px;
}
.ReviewList ul li .info {
  font-size: 16px;
  color: #707070;
}
.ReviewList ul li .info .praise {
  display: none;
  text-align: center;
  color: #9fa0a0;
}
.ReviewList ul li .info .praise span {
  display: block;
  margin-top: 5px;
}
.ReviewList ul li .info .praise i {
  float: none;
  display: block;
  margin: 0 auto;
  background-position: -150px -120px;
  text-indent: -999em;
}
.ReviewList ul li .info .praise:hover,
.ReviewList ul li .info .praise.hasPraise {
  color: #d81e06;
}
.ReviewList ul li .info .praise:hover i,
.ReviewList ul li .info .praise.hasPraise i {
  background-position: -150px -150px;
}
.ReviewList ul li .info .name {
  padding-right: 14px;
  line-height: 30px;
  font-size: 18px;
}
.ReviewList ul li .info .star {
  background-image: url(../images/public.png);
  background-position: -180px -150px;
}
.ReviewList ul li .info .date {
  line-height: 16px;
  font-size: 12px;
}
.ReviewList ul li .note {
  padding-left: 63px;
  line-height: 30px;
  font-size: 16px;
  color: #707070;
}

.PubReviewCol .ReviewList ul {
  margin: 0 -10px;
}
.PubReviewCol .ReviewList ul li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  border-bottom: none;
}
.PubReviewCol .ReviewList ul li .box {
  margin: 0 10px;
  padding: 15px 20px;
  box-shadow: 0 0 9px rgba(34, 34, 34, 0.1);
}
.PubReviewCol .ReviewList ul li .info .praise i {
  float: right;
}
.PubReviewCol .ReviewList ul li .info .praise span {
  float: left;
  padding: 1px 4px 0;
  font-size: 20px;
}

.PubReview .Pagelist {
  margin: 8px 0 0;
}
.PubReview .Pagelist .home,
.PubReview .Pagelist .end {
  display: none;
}
.PubReview .Pagelist ul li {
  height: auto;
  margin: 0 9px;
}
.PubReview .Pagelist ul li a,
.PubReview .Pagelist ul li span {
  width: 28px;
  min-width: auto;
  height: 28px;
  border: 1px solid transparent;
  border-radius: 5px;
  line-height: 28px;
  font-size: 16px;
  color: #707070;
}
.PubReview .Pagelist ul li .btn {
  border-color: #d0514a;
  padding: 0 5px;
}
.PubReview .Pagelist ul li .btn em {
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -1px;
  background: url(../images/public.png) no-repeat;
  text-indent: -999em;
}
.PubReview .Pagelist ul li .prev em {
  background-position: -240px -60px;
}
.PubReview .Pagelist ul li .next em {
  background-position: -270px -90px;
}
.PubReview .Pagelist ul li .prev:hover em {
  background-position: -270px -60px;
}
.PubReview .Pagelist ul li .next:hover em {
  background-position: -240px -90px;
}
.PubReview .Pagelist ul li .btn:hover,
.PubReview .Pagelist ul li a:hover,
.PubReview .Pagelist ul li .current {
  border-color: #d0514a;
  background: #d0514a;
  color: #fff;
}

.ReviewFormWrap {
  border-radius: 0;
  box-shadow: 2px 3px 7px rgba(14, 5, 10, 0.62);
}
.ReviewFormWrap .layui-layer-setwin .layui-layer-close {
  top: -8px;
  right: -4px;
  width: 60px;
  height: 60px;
  background: url(../images/public.png) 0 -120px no-repeat;
  text-indent: -999em;
}
.ReviewFormWrap .layui-layer-setwin .layui-layer-close:hover {
  background-position: -60px -120px;
}

.ReviewForm {
  padding: 45px 45px 40px;
  background: url(../images/ReviewForm_bg.jpg) center no-repeat;
}
.ReviewForm .table {
  margin-bottom: 30px;
  line-height: 30px;
}
.ReviewForm .table .left {
  position: relative;
  width: 130px;
  margin-right: 0;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
}
.ReviewForm .table .left .red {
  float: left;
  width: 25px;
  height: 30px;
  line-height: 38px;
  font-size: 20px;
  color: #d12828;
}
.ReviewForm .table .right .input-text {
  width: 155px;
  height: 28px;
  border-color: #dcdcdc;
  line-height: 28px;
  color: #959595;
}
.ReviewForm .table .right .button {
  width: 160px;
  height: 40px;
  background: #c71111;
  border-radius: 4px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}
.ReviewForm .cls_content .right .input-text {
  width: 535px;
  height: 168px;
  resize: none;
}
.ReviewForm .cls_button {
  margin-top: 35px;
}
.ReviewForm .cls_username,
.ReviewForm .cls_sex {
  clear: none;
  float: left;
  width: 50%;
}
.ReviewForm .cls_username .changename {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 54px;
  height: 28px;
  margin-top: -15px;
  border: 1px solid #dcdcdc;
  line-height: 28px;
  cursor: pointer;
}
.ReviewForm .cls_username .changename:hover {
  border-color: #c71111;
  background-color: #c71111;
  color: #fff;
}

.ReviewForm .cls_star .star input {
  display: block;
  width: 26px;
  height: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.ReviewForm .cls_star .star em {
  float: left;
  width: 26px;
  height: 30px;
  background: url(../images/public.png) -300px -120px no-repeat;
}
.ReviewForm .cls_star .star em.c_def {
  background-position: -300px -120px;
}
.ReviewForm .cls_star .star em.c_bad {
  background-position: -330px -120px;
}
.ReviewForm .cls_star .star em.c_good {
  background-position: -360px -120px;
}
.ReviewForm .cls_star .star em.bad.hover {
  background-position: -330px -120px;
}
.ReviewForm .cls_star .star em.good.hover {
  background-position: -360px -120px;
}
.ReviewForm .cls_star .star em.def {
  background-position: -300px -120px;
}
.ReviewForm .cls_star .star .result {
  padding-left: 8px;
  color: #f70;
}

.ReviewForm .cls_upload {
}
.ReviewForm .cls_upload .upload {
  float: left;
  width: 557px;
  height: 72px;
  padding: 8px;
  border: 1px dashed #dcdcdc;
  line-height: 72px;
}
.ReviewForm .cls_upload .layui-upload-file {
  display: none;
}
.ReviewForm .cls_upload .img-preview .img {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 5px;
  border: 1px solid #e5e5e5;
}
.ReviewForm .cls_upload .img img {
  width: 100%;
  height: 100%;
}
.ReviewForm .cls_upload .img-preview .img .demo-delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #c71111;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.ReviewForm .cls_upload .img-preview .img .demo-delete:hover {
  background: #fff;
  color: #c71111;
}
.ReviewForm .cls_upload .upload-btn {
  width: 70px;
  height: 70px;
  margin-right: 7px;
  border: 1px solid #ededed;
  background: #fbfbfb;
  cursor: pointer;
}
.ReviewForm .cls_upload .upload-tips {
  font-size: 16px;
  color: #b1b1b1;
  cursor: pointer;
}
.ReviewForm .cls_upload .dynamic-tips {
  margin-right: 7px;
  cursor: pointer;
}
.ReviewForm .cls_upload .actionBtn {
  display: none;
  width: 70px;
  height: 30px;
  margin: 21px 0;
  background: #c71111;
  border: 0;
  line-height: 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.ReviewForm .cls_sex {
}
.ReviewForm .cls_sex .right {
  float: left;
  width: 215px;
  height: 36px;
  margin-top: -3px;
  line-height: 36px;
}
.ReviewForm .cls_sex label {
  position: relative;
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  cursor: pointer;
}
.ReviewForm .cls_sex label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.ReviewForm .cls_sex label.current:after {
  content: "√";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #f66633;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.ReviewForm .cls_sex .hand {
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  -webkit-animation: cls_sex_hand_i 3.5s infinite ease-in-out;
  animation: cls_sex_hand_i 3.5s infinite ease-in-out;
  background-position: -240px -150px;
}
@-webkit-keyframes cls_sex_hand_i {
  0% {
    opacity: 1;
    -webkit-transform: translate(120px, 0);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: translate(60px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
  }
}
/*分页*/
.page{
  text-align: center;
}
.pagination{
  margin: 0 auto;
}
.pagination li{
  display: inline-block;
}
.pagination li a,
.pagination li span {
  font-size: 18px;
  border: 1px solid #c1c1c1;
  padding:3px 18px;
  margin: 0 5px;
}
.pagination li span {
  color: #ccc;
}
.pagination li.active span {
  color: #fff;
  background-color: #C4261D;
  border-color: #C4261D;
}
.pagination li:first-child a,
.pagination li:last-child a,
.pagination li:first-child span,
.pagination li:last-child span{
  padding: 3px 30px;
}