@charset "utf-8";
/*常用css*/
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
/*常用字体*/
.yh {
  font-family: 'Microsoft YaHei';
}
.st {
  font-family: 'SimSun';
}
.ar {
  font-family: 'Arial';
}
.roman {
  font-family: "Times New Roman";
}
.tn {
  display: block;
  font-size: 0;
  text-indent: -99999em;
  color: transparent;
}
.tt a:hover {
  text-decoration: underline;
}
.xie {
  font-style: italic;
}
.ddd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #02BF8D;
}
.btn {
  cursor: pointer;
}
body {
  font-size: 14px;
  color: #393939;
  line-height: 24px;
  min-width: 1200px;
  font-family: 'Microsoft YaHei';
}
.l {
  color: #02BF8D !important;
}
.w {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
/*header*/
[close-layer] {
  cursor: pointer;
}
.index-head {
  position: absolute;
  left: 0;
  width: 100%!important;
  top: 0;
  z-index: 10;
}
.logo {
  background: url(../images/logo.png) center no-repeat;
  width: 204px;
  height: 38px;
  text-indent: -9999px;
  margin-top: 39px;
  margin-left: 21px;
  margin-right: 25px;
}
.index-banner {
  height: 612px;
  position: relative;
  overflow: hidden;
  width: 100%!important;
}
.index-banner .bd {
  width: 100%!important;
  height: 612px;
}
.index-banner .bd ul,
.index-banner .bd li,
.index-banner .bd a {
  display: block;
  width: 100%;
  height: 612px;
  background: url() center repeat-x;
}
.index-banner .hd {
  position: absolute;
  width: 100%;
  bottom: 76px;
  text-align: center;
}
.index-banner .hd span {
  display: inline-block;
  width: 50px;
  height: 5px;
  line-height: 5px;
  border-radius: 4px;
  background: #848585;
  background: rgba(255, 255, 255, 0.31);
  cursor: pointer;
  margin: 0 8px;
}
.index-banner .hd span.on {
  background: #fff;
}
.index-banner .safe-row {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 30px;
  color: #FFFFFF;
}
.index-banner .safe-row a {
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
}
.index-banner .safe-row span {
  color: #fff;
  color: rgba(255, 255, 255, 0.78);
}
.index-banner .safe-row i {
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.citySelect {
  margin-top: 43px;
}
.citySelect h3 {
  font-size: 14px;
  color: #888C8F;
  cursor: pointer;
}
.citySelect h3:hover {
  color: #fff;
}
.index-head-right {
  position: absolute;
  right: 0;
  top: 0;
}
.index-head-right .tel {
  padding-top: 18px;
  line-height: 25px;
  margin-right: 40px;
}
.index-head-right .tel strong {
  font-size: 20px;
  color: #02BF8D;
  font-weight: bold;
}
.index-head-right .tel i {
  margin-right: 5px;
}
.loginRegBtnGroup {
  background: #34383D;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #7C7F83;
  border-color: rgba(0, 0, 0, 0.25);
  height: 23px;
  line-height: 23px;
  padding: 0 17px;
  color: #fff;
  margin-top: 17px;
}
.loginRegBtnGroup a {
  color: #fff;
}
.loginRegBtnGroup em {
  padding: 0 3px;
}
.loginRegBtnGroup a:hover {
  color: #02BF8D;
}
.index-nav {
  padding-top: 5px;
}
.index-nav li {
  float: left;
  margin-left: 20px;
  position: relative;
}
.index-nav h3 {
  font-size: 15px;
  color: #fff;
}
.index-nav h3 a {
  color: #fff;
  font-weight: bold;
}
.index-nav h3 a:hover {
  color: #02BF8D;
}
.index-nav li.on h3 a {
  color: #02BF8D;
}
.index-nav dl {
  background: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  white-space: nowrap;
  padding: 2px 0;
  display: none;
}
.index-nav dl a {
  display: block;
  padding: 0 10px;
  color: #666;
  font-size: 14px;
  text-align: right;
  line-height: 26px;
}
.index-nav dl dd {
  border-bottom: 1px solid #888C8F;
}
.index-nav dl dd:nth-last-of-type(1) {
  border-bottom: 0;
}
.index-nav dl a:hover {
  color: #02BF8D;
}
.index-nav li:hover h3 a {
  color: #02BF8D;
}
.index-nav li:hover dl {
  display: block;
}
.slogen-row {
  position: absolute;
  left: 0;
  width: 100%;
  top: 198px;
  text-align: center;
}
.partner-number {
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 276px;
}
.search-box {
  width: 773px;
  height: 54px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  margin-left: -387px;
  top: 370px;
  background: #fff;
  overflow: hidden;
}
.search-box .text {
  position: absolute;
  left: 24px;
  height: 14px;
  padding-top: 20px;
  padding-bottom: 19px;
  border: 0;
  width: 594px;
  font-size: 14px;
}
.search-box .btn-submit {
  width: 127px;
  height: 54px;
  line-height: 54px;
  background: #02BF8D;
  font-size: 16px;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  color: #fff;
  text-align: center;
}
.index-service-box {
  padding: 57px 0;
  background: #F3F3F3;
}
.index-service-box .w {
  height: 132px;
  position: relative;
  overflow: hidden;
}
.index-service-box ul {
  width: 125%;
}
.index-service-box li {
  height: 130px;
  background: #fff;
  border: 1px solid #EAEAEA;
  position: relative;
  float: left;
  width: 356px;
  margin-right: 63px;
}
.index-service-box li:hover {
  border-color: #02BF8D;
}
.index-service-box .txt {
  padding-right: 30px;
  padding-left: 119px;
}
.index-service-box .txt h3 {
  padding-top: 28px;
  font-size: 20px;
  color: #393939;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}
.index-service-box .txt p {
  line-height: 20px;
}
.index-service-box .img {
  position: absolute;
  left: 0;
  top: 0;
}
.index-service-box .li1 .img {
  left: 25px;
  top: 40px;
}
.index-service-box .li2 .img {
  left: 35px;
  top: 39px;
}
.index-service-box .li3 .img {
  left: 36px;
  top: 36px;
}

/** 广告位替换  */
.gg-row a {
  display: block;
  height: 276px;
  background: url() center no-repeat;
}
.gg-row img{
  display: block;
  width: 100%;
  /* height: 276px; */
}

.sw-row a {
  display: block;
  height: 276px;
  background: url() center no-repeat;
}
.sw-row img{
  display: block;
  width: 100%;
  /* height: 276px; */
}

.h2-title {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 55px;
}
.h2-title h2 {
  width: 314px;
  height: 78px;
  text-align: center;
  line-height: 78px;
  border: 1px solid #000000;
  font-size: 48px;
  color: #000000;
  font-weight: bold;
  margin: 0 auto 26px;
}
.h2-title .sub {
  width: 977px;
  margin: 0 auto;
  position: relative;
}
.h2-title .sub span {
  position: relative;
  font-size: 24px;
  color: #999999;
  z-index: 2;
}
.h2-title .sub:before {
  content: "";
  display: block;
  width: 256px;
  left: 0;
  top: 50%;
  height: 1px;
  position: absolute;
  background: #000000;
}
.h2-title .sub:after {
  content: "";
  display: block;
  width: 256px;
  height: 1px;
  right: 0;
  top: 50%;
  position: absolute;
  background: #000000;
}
.bg-grey {
  background: #F3F3F3;
}
.section-list {
  padding: 60px 0;
}
.h3-title {
  margin-bottom: 15px;
}
.h3-title h3 {
  height: 40px;
  line-height: 40px;
  color: #363E41;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 10px;
}
.h3-title h3 strong {
  padding-right: 6px;
}
.h3-title .sub {
  color: #999999;
}
.h3-title .sub a {
  color: #393939;
  font-size: 12px;
}
.h3-title .sub a:hover {
  color: #02BF8D;
}
.list-box-4 {
  position: relative;
  overflow: hidden;
  height: auto;
}
.list-box-4 ul {
  width: 105%;
  padding: 2px;
}
.list-box-4 li {
  float: left;
  width: 262px;
  margin-right: 49px;
}
.list-box-4 .img {
  display: block;
  position: relative;
  height: 200px;
}
.list-box-4 .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.list-box-4 .img .price {
  position: absolute;
  bottom: 15px;
  left: 0;
  color: #fff;
  padding: 0 14px 0 10px;
  line-height: 34px;
  font-size: 12px;
  background: #252422;
  background: rgba(0, 0, 0, 0.68);
  border-radius: 0 50px 50px 0;
}
.list-box-4 .img .price label {
  font-size: 22px;
  font-weight: bold;
}
.list-box-4 .txt {
  padding: 10px;
}
.list-box-4 .con {
  background: #fff;
  -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.list-box-4 .tip {
  color: #999999;
  line-height: 20px;
  padding: 10px 0;
  font-size: 12px;
}
.list-box-4 .row1 {
  position: relative;
  line-height: 20px;
}
.list-box-4 .row1 h4 {
  font-size: 16px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-box-4 .row1 .pj {
  position: absolute;
  right: 0;
  color: #999999;
  top: 0;
  font-size: 12px;
}
.list-box-4 .row1 .pj em {
  font-style: normal;
}
.list-box-4 .row2 {
  font-size: 12px;
  color: #999;
}
.list-box-4 .row2 i {
  margin-right: 5px;
}
.list-box-4 .row2 span {
  margin-right: 9px;
}
.light {
  color: #FF6800 !important;
}
.list-box-3 {
  position: relative;
  overflow: hidden;
  height: auto;
}
.list-box-3 ul {
  width: 115%;
  padding: 2px;
}
.list-box-3 li {
  float: left;
  width: 375px;
  margin-right: 33px;
  border: 1px solid #CDCDCD;
}
.list-box-3 .img {
  display: block;
  position: relative;
  height: 255px;
}
.list-box-3 .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.list-box-3 .img .price {
  position: absolute;
  bottom: 15px;
  left: 0;
  color: #fff;
  padding: 0 14px 0 10px;
  line-height: 40px;
  font-size: 12px;
  background: #252422;
  background: rgba(0, 0, 0, 0.68);
  border-radius: 0 50px 50px 0;
}
.list-box-3 .img .price label {
  font-size: 32px;
  font-weight: bold;
}
.list-box-3 .txt {
  padding: 10px;
}
.list-box-3 .con {
  background: #fff;
}
.list-box-3 .tip {
  color: #999999;
  line-height: 20px;
  padding: 10px 0;
  font-size: 12px;
}
.list-box-3 .row1 {
  position: relative;
  line-height: 20px;
}
.list-box-3 .row1 h4 {
  font-size: 16px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-box-3 .row1 .pj {
  position: absolute;
  right: 0;
  color: #999999;
  top: 0;
  font-size: 12px;
}
.list-box-3 .row1 .pj em {
  font-style: normal;
}
.list-box-3 .row2 {
  font-size: 12px;
  color: #999;
}
.list-box-3 .row2 i {
  margin-right: 5px;
}
.list-box-3 .row2 span {
  margin-right: 9px;
}
.gg-slide {
  width: 100%!important;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.gg-slide .bd,
.gg-slide ul,
.gg-slide li,
.gg-slide a {
  display: block;
  width: 100%!important;
  height: 240px;
  background: url() center no-repeat;
}
.gg-slide .prev {
  background: url(../images/icon-left.png) center no-repeat;
  width: 29px;
  height: 52px;
  position: absolute;
  left: 2%;
  top: 50%;
  margin-top: -26px;
  cursor: pointer;
}
.gg-slide .next {
  background: url(../images/icon-right.png) center no-repeat;
  width: 29px;
  height: 52px;
  position: absolute;
  right: 2%;
  top: 50%;
  margin-top: -26px;
  cursor: pointer;
}
.section-box-service {
  background: url(../images/bg-gezi.jpg);
  padding-bottom: 140px;
}
.section-box-service .h2-title h2 {
  background: #fff;
}
.section-service-list {
  height: 628px;
  position: relative;
}
.section-service-list li {
  position: absolute;
}
.section-service-list li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-service-list li h4 {
  font-size: 28px;
}
.section-service-list .li1 {
  left: 0;
  top: 0;
  width: 419px;
  height: 628px;
  background: url(../images/419x628.jpg) no-repeat;
}
.section-service-list .li1 .txt {
  text-align: center;
  color: #fff;
  padding-top: 110px;
}
.section-service-list .li1 .txt h4 {
  font-size: 28px;
  color: #fff;
  line-height: 34px;
  margin-bottom: 40px;
}
.section-service-list .li1 .txt p {
  color: #84868A;
  font-size: 14px;
}
.section-service-list .li2 {
  width: 375px;
  height: 306px;
  left: 432px;
  top: 0;
  background: #02BF8D;
}
.section-service-list .li2 .txt {
  color: #fff;
}
.section-service-list .li2 h4 {
  padding-left: 39px;
  padding-top: 36px;
  line-height: 1.2em;
}
.section-service-list .li2 p {
  position: absolute;
  right: 32px;
  bottom: 22px;
}
.section-service-list .li2 .icon-box {
  position: absolute;
  width: 98px;
  height: 108px;
  left: 50%;
  margin-left: -49px;
  top: 50%;
  margin-top: -54px;
}
.section-service-list .li3 {
  width: 375px;
  height: 306px;
  right: 0;
  top: 0;
  background: #EBEDEC;
}
.section-service-list .li3 .txt {
  color: #393939;
}
.section-service-list .li3 h4 {
  padding-left: 39px;
  padding-top: 36px;
  line-height: 1.2em;
}
.section-service-list .li3 p {
  position: absolute;
  right: 32px;
  bottom: 22px;
}
.section-service-list .li3 .icon-box {
  position: absolute;
  width: 102px;
  height: 104px;
  left: 50%;
  margin-left: -51px;
  top: 50%;
  margin-top: -52px;
}
.section-service-list .li4 {
  width: 375px;
  height: 306px;
  left: 432px;
  bottom: 0;
  background: #EBEDEC;
}
.section-service-list .li4 .txt {
  color: #393939;
}
.section-service-list .li4 h4 {
  padding-left: 39px;
  padding-top: 36px;
  line-height: 1.2em;
}
.section-service-list .li4 p {
  position: absolute;
  right: 32px;
  bottom: 22px;
}
.section-service-list .li4 .icon-box {
  position: absolute;
  width: 123px;
  height: 85px;
  left: 50%;
  margin-left: -62px;
  top: 50%;
  margin-top: -43px;
}
.section-service-list .li5 {
  width: 375px;
  height: 306px;
  right: 0;
  background: #02BF8D;
  bottom: 0;
}
.section-service-list .li5 .txt {
  color: #fff;
}
.section-service-list .li5 h4 {
  padding-left: 39px;
  padding-top: 36px;
  line-height: 1.2em;
}
.section-service-list .li5 p {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: 22px;
}
.section-service-list .li5 .icon-box {
  position: absolute;
  width: 112px;
  height: 112px;
  left: 50%;
  margin-left: -56px;
  top: 50%;
  margin-top: -56px;
}
.section-box-green {
  background: #02BF8D;
  padding-bottom: 60px;
}
.section-box-green .h2-title h2 {
  border: 1px solid #fff;
  color: #fff;
}
.section-box-green .h2-title .sub span {
  color: #C7ECDE;
  color: rgba(255, 255, 255, 0.68);
}
.section-box-green .h2-title .sub:before {
  background: #FFFFFF;
}
.section-box-green .h2-title .sub:after {
  background: #FFFFFF;
}
.section-green-list {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-top: 35px;
}
.section-green-list ul {
  width: 105%;
}
.section-green-list li {
  float: left;
  width: 232px;
  margin-right: 10px;
}
.section-green-list a {
  display: block;
}
.section-green-list .img {
  width: 230px;
  height: 230px;
  border: 1px solid #fff;
}
.section-green-list .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.section-green-list h6 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  line-height: 1.6em;
}
.section-box-baike {
  padding-bottom: 88px;
}
.section-box-baike .h2-title .sub:after,
.section-box-baike .h2-title .sub:before {
  width: 210px;
}
.section-baike-list {
  margin-top: 50px;
  position: relative;
  height: 513px;
}
.section-baike-list .item1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 420px;
  background: #EEEFEF;
  height: 513px;
}
.section-baike-list .item2 {
  position: absolute;
  top: 0;
  left: 432px;
  height: 246px;
  width: 377px;
  background: #02BF8D;
}
.section-baike-list .item3 {
  position: absolute;
  right: 0;
  top: 0;
  height: 246px;
  width: 377px;
  background: url(../images/box-bzsc-bg.jpg) no-repeat;
}
.section-baike-list .item4 {
  position: absolute;
  left: 432px;
  right: 0;
  bottom: 0;
  height: 246px;
  background: #EEEFEF;
}
.section-qusetion {
  padding: 38px 33px;
}
.section-qusetion .hd {
  width: 141px;
  height: 45px;
  border-bottom: 2px solid #393939;
  margin-bottom: 40px;
}
.section-qusetion .hd .icon-box {
  width: 38px;
  height: 40px;
  margin-right: 5px;
}
.section-qusetion .hd h4 {
  line-height: 40px;
  font-size: 20px;
  color: #393939;
}
.section-qusetion .bd {
  height: 264px;
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}
.section-qusetion .bd a {
  color: #393939;
  line-height: 44px;
}
.section-qusetion .bd li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-qusetion .bd a:hover {
  color: #02BF8D;
}
.btn-more {
  display: inline-block;
  width: 138px;
  height: 41px;
  border-radius: 4px;
  line-height: 41px;
  color: #393939;
  border: 1px solid #393939;
}
.btn-more:hover {
  background: #02BF8D;
  color: #fff;
  border-color: #02BF8D;
}
.btn-more-white {
  display: inline-block;
  width: 103px;
  height: 33px;
  border-radius: 4px;
  line-height: 33px;
  color: #fff;
  border: 1px solid #fff;
}
.btn-more-white:hover {
  background: #fff;
  color: #02BF8D;
  border-color: #fff;
}
.btn-more-xs {
  width: 103px;
  height: 33px;
  border-radius: 4px;
  line-height: 33px;
}
.section-custom {
  padding: 16px 15px;
}
.section-custom .hd {
  width: 141px;
  height: 45px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}
.section-custom .hd .icon-box {
  width: 30px;
  height: 36px;
  margin-right: 5px;
}
.section-custom .hd h4 {
  line-height: 36px;
  font-size: 20px;
  color: #fff;
}
.section-custom .bd {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  height: 72px;
}
.section-custom .bd a {
  color: #fff;
  line-height: 36px;
}
.section-custom .bd li {
  width: 49.999%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.section-custom .bd a:hover {
  color: #fff;
  text-decoration: underline;
}
.section-common {
  padding: 16px 15px;
}
.section-common .hd {
  width: 141px;
  height: 45px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}
.section-common .hd .icon-box {
  width: 32px;
  height: 37px;
  margin-right: 5px;
}
.section-common .hd h4 {
  line-height: 36px;
  font-size: 20px;
  color: #fff;
}
.section-common .bd {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  height: 72px;
}
.section-common .bd a {
  color: #fff;
  line-height: 36px;
}
.section-common .bd li {
  width: 49.999%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.section-common .bd a:hover {
  color: #fff;
  text-decoration: underline;
}
.section-zhouyi {
  padding: 16px 15px;
}
.section-zhouyi .hd {
  width: 141px;
  height: 45px;
  border-bottom: 2px solid #393939;
  margin-bottom: 20px;
}
.section-zhouyi .hd .icon-box {
  width: 32px;
  height: 37px;
  margin-right: 5px;
}
.section-zhouyi .hd h4 {
  line-height: 36px;
  font-size: 20px;
  color: #393939;
}
.section-zhouyi .cover {
  width: 230px;
  height: 135px;
  display: block;
}
.section-zhouyi .cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.section-zhouyi .bd {
  position: relative;
  height: 135px;
  overflow: hidden;
}
.section-zhouyi .bd a {
  color: #fff;
  line-height: 36px;
}
.section-zhouyi .bd li {
  width: 49.999%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.section-zhouyi .bd a:hover {
  color: #fff;
  text-decoration: underline;
}
.section-zhouyi .list {
  position: absolute;
  left: 266px;
  top: -8px;
}
.section-zhouyi .list li {
  float: left;
  width: 168px;
  margin-right: 1em;
}
.section-zhouyi .list a {
  color: #393939;
}
.section-zhouyi .list a:hover {
  color: #02BF8D;
}
.section-zhouyi .btn-more {
  position: absolute;
  right: 29px;
  bottom: 22px;
}
.seciton-news-list {
  height: 403px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.seciton-news-list dl {
  width: 120%;
}
.seciton-news-list dd {
  padding-top: 60px;
  float: left;
  width: 337px;
  padding-left: 10px;
  margin-right: 74px;
}
.seciton-news-list .hd {
  height: 81px;
  position: relative;
  margin-bottom: 30px;
}
.seciton-news-list .hd img {
  position: absolute;
  right: 0;
  top: 0;
  width: 214px;
  height: 81px;
}
.seciton-news-list .hd h6 {
  position: absolute;
  left: 0;
  top: -8px;
  background: #02BF8D;
  color: #fff;
  height: 81px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  right: 214px;
}
.seciton-news-list .hd h6 span {
  display: inline-block;
  padding-top: 17px;
  font-size: 18px;
  line-height: 1.4em;
}
.seciton-news-list .bd {
  height: 190px;
  position: relative;
  overflow: hidden;
}
.seciton-news-list .bd a {
  line-height: 38px;
}
.section-about-content {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 35px;
}
.section-about-content .imgs {
  position: relative;
  height: 427px;
  margin-bottom: 32px;
}
.section-about-content .imgs img {
  display: block;
  width: 100%;
  height: 100%;
}
.section-about-content .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 627px;
  height: 427px;
}
.section-about-content .img2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 457px;
  height: 252px;
}
.section-about-content .img3 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 457px;
  height: 156px;
}
.section-about-content .p {
  padding: 30px 37px;
  line-height: 30px;
  border: 1px solid #D2D2D2;
}
.section-about-content .p h5 {
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.list-side {
  width: 284px;
}
.tenYear-info {
  background: url(../images/284x246.jpg) no-repeat;
  height: 246px;
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}
.tenYear-info .inner {
  padding: 127px 17px 0 17px;
}
.tenYear-info a {
  display: block;
  line-height: 50px;
  background: #F3D196;
  margin-bottom: 11px;
  font-size: 14px;
  color: #884A20;
  padding-left: 115px;
  position: relative;
  font-weight: bold;
}
.tenYear-info .icon-box {
  width: 54px;
  height: 50px;
  position: absolute;
  left: 115px;
  margin-left: -55px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.tenYear-info .icon-box i {
  line-height: 0;
  vertical-align: middle;
}
.getFreeInfo {
  margin-bottom: 27px;
}
.getFreeInfo a {
  display: block;
  width: 100%;
  height: 90px;
  line-height: 90px;
}
.getFreeInfo a span {
  padding-left: 25px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.getFreeInfo a .icons {
  position: relative;
  top: 30px;
  margin-left: 5px;
}
.mudi-ranking {
  margin-bottom: 28px;
}
.mudi-ranking .hd {
  height: 58px;
  line-height: 58px;
  background: #02BF8D;
  color: #fff;
  position: relative;
  padding-left: 27px;
}
.mudi-ranking .hd span {
  font-weight: bold;
}
.mudi-ranking .hd .icons {
  position: relative;
  top: 15px;
  right: 5px;
}
.mudi-ranking .bd {
  padding: 20px 2px;
  background: #E7FCF7;
}
.hd-more {
  color: #fff;
  position: absolute;
  right: 10px;
  height: 30px;
  line-height: 30px;
  top: 50%;
  margin-top: -15px;
}
.hd-more:hover {
  color: #fff;
  text-decoration: underline;
}
.mudi-ranking-list li {
  height: 47px;
  line-height: 47px;
  position: relative;
  overflow: hidden;
}
.mudi-ranking-list a {
  display: block;
  padding-left: 57px;
  padding-right: 10px;
}
.mudi-ranking-list .icons {
  position: absolute;
  left: 24px;
  top: 12px;
  width: 21px;
  height: 25px;
  background: url(../images/icon-num0bg.png) no-repeat;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
}
.mudi-ranking-list .icons:after {
  display: none;
}
.mudi-ranking-list .li1 .icons {
  width: 21px;
  height: 25px;
  background: url(../images/icon-num1bg.png) no-repeat;
}
.mudi-ranking-list .li2 .icons {
  background: url(../images/icon-num2bg.png) no-repeat;
}
.mudi-ranking-list .li2 .icons {
  background: url(../images/icon-num2bg.png) no-repeat;
}
.mudi-ranking-list li:nth-of-type(2n) {
  background: #FFFFFF;
}
.mudi-ranking-list p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mudi-news {
  margin-bottom: 28px;
}
.mudi-news .hd {
  height: 58px;
  line-height: 58px;
  background: #02BF8D;
  color: #fff;
  position: relative;
  padding-left: 27px;
}
.mudi-news .hd span {
  font-weight: bold;
}
.mudi-news .hd .icons {
  position: relative;
  top: 15px;
  right: 5px;
}
.mudi-news .bd {
  padding: 20px 10px;
  background: #F8F9F9;
}
.mudi-news-list li {
  height: 37px;
  line-height: 37px;
  position: relative;
  overflow: hidden;
}
.mudi-news-list a {
  display: block;
  padding-left: 23px;
  position: relative;
}
.mudi-news-list a:before {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  width: 5px;
  height: 5px;
  background: #02BF8D;
  top: 50%;
  margin-top: -3px;
}
.mudi-news-list p {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mudi-news-list .time {
  position: absolute;
  right: 0;
  top: 0;
}
.w100 {
  width: 100%;
}
.list-content {
  width: 900px;
}
.list-content-full {
  width: auto;
  position: relative;
  height: auto;
  overflow: hidden;
}
.list-content-full .list-items {
  float: left;
  width: 106%;
}
.list-content-full .list-item {
  width: 562px;
  float: left;
  height: 140px;
  padding: 20px 15px;
  margin-right: 12px;
  margin-bottom: 32px;
}
.list-content-full .list-item .img {
  width: 165px;
  height: 140px;
}
.list-content-full .list-item .top-right {
  position: absolute;
  right: 15px;
  top: 20px;
}
.list-content-full .list-item .info {
  width: 375px;
}
.list-content-full .list-item .info dl {
  line-height: 20px;
}
.list-content-full .list-item .action {
  bottom: 20px;
}
.list-item {
  height: 160px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid #CDCDCD;
  padding: 11px 15px;
}
.list-item:hover {
  border-color: #02BF8D;
}
.list-item .img {
  width: 225px;
  height: 160px;
  margin-right: 10px;
}
.list-item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.list-item .info {
  width: 395px;
}
.list-item .info dl {
  height: auto;
  overflow: hidden;
  margin: 5px 0;
}
.list-item .info dt {
  float: left;
}
.list-item .info h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0;
}
.list-item .info label {
  display: inline-block;
  background: #FFECE8;
  padding: 0 5px;
}
.list-item .info .fa-star {
  color: #CDCDCD;
}
.list-item .info dd a:hover {
  color: #666;
}
.list-item .info dd a:hover span.light {
  text-decoration: underline;
}
.list-item .action {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.list-item .action .btn-action {
  margin-left: 10px;
}
.list-item .action .price {
  position: absolute;
  right: 0;
  bottom: 80px;
}
.list-item .action .price strong {
  font-size: 28px;
  font-weight: bold;
}
.btn-action {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  border: 1px solid #02BF8D;
  padding: 0 10px;
  min-width: 90px;
  text-align: center;
  color: #02BF8D;
}
.btn-action:hover {
  background: #02BF8D;
  color: #fff;
}
.pop-mudi-info {
  width: 623px;
}
.pop-mudi-info .hd {
  background: #02BF8D;
  border-radius: 8px 8px 0 0;
  text-align: center;
  position: relative;
  height: 74px;
  line-height: 74px;
  color: #FFFFFF;
}
.pop-mudi-info .hd h3 {
  font-size: 24px;
}
.pop-mudi-info .hd .icons {
  position: relative;
  top: 20px;
  margin-right: 10px;
}
.pop-mudi-info .hd .btn-close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}
.pop-mudi-info .bd {
  background: #fff;
  border-radius: 0 0  8px 8px;
}
.pop-mudi-info .bd .inner {
  padding: 32px;
}
.pop-mudi-info .bd th {
  width: 142px;
  padding-right: 18px;
  text-align: right;
  vertical-align: top;
  line-height: 36px;
}
.pop-mudi-info .bd td {
  vertical-align: top;
  padding-bottom: 20px;
}
.pop-mudi-info .bd .text,
.pop-mudi-info .bd select {
  height: 14px;
  border: 1px solid #CDCDCD;
  line-height: 14px;
  width: 305px;
  font-size: 12px;
  padding: 10px;
}
.pop-mudi-info .bd select {
  padding-top: 0;
  padding-bottom: 0;
  height: 36px;
  line-height: 36px;
  width: 327px;
}
.pop-mudi-info .bd .textarea {
  width: 325px;
  max-width: 325px;
  border: 1px solid #CDCDCD;
  resize: none;
}
.pop-mudi-info .bd .textarea textarea {
  font-size: 12px;
  display: block;
  padding: 10px 2%;
  width: 96%;
  border: 0;
  outline: none;
}
.pop-mudi-info .btn-group {
  width: 327px;
  text-align: center;
  padding-top: 18px;
}
.button-submit {
  width: 147px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  background: #02BF8D;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}
.product-slides {
  width: 570px;
  position: relative;
  overflow: hidden;
}
.product-slides .bd {
  margin-bottom: 13px;
  height: 395px;
  position: relative;
  overflow: hidden;
}
.product-slides .bd ul,
.product-slides .bd li,
.product-slides .bd img {
  display: block;
  width: 570px;
  height: 395px;
}
.product-slides .hd {
  height: 75px;
  position: relative;
  overflow: hidden;
}
.product-slides .hd ul {
  width: 105%;
}
.product-slides .hd li {
  width: 125px;
  height: 75px;
  float: left;
  margin-right: 23px;
}
.product-slides .hd img {
  display: block;
  width: 100%;
  height: 100%;
}
.product-slides .hd li.on {
  border: 2px solid #02BF8D;
  width: 121px;
  height: 71px;
}
.product-info {
  width: 606px;
}
.product-info .title h1 {
  float: left;
  line-height: 34px;
  font-size: 32px;
  color: #393939;
  margin-right: 25px;
}
.product-info .title label {
  float: left;
  height: 23px;
  padding: 0 15px;
  background: #FFECE8;
  color: #FE712A;
  margin-right: 10px;
  margin-top: 5px;
}
.product-info .stars {
  padding: 10px 0 5px;
}
.product-info .stars i {
  font-size: 22px;
}
.product-info .price-row {
  height: 100px;
  background: #F4F4F4;
  position: relative;
  overflow: hidden;
}
.product-info .price-row .price {
  height: 47px;
  padding-top: 34px;
  padding-left: 15px;
  width: 182px;
}
.product-info .price-row .price strong {
  font-size: 36px;
}
.product-info .price-row .quan {
  padding-top: 15px;
}
.product-info .price-row .quan a {
  float: left;
  margin-right: 10px;
}
.product-info .price-row .quan img {
  display: block;
  height: 73px;
}
.product-info .price-row .tel {
  width: 158px;
  height: 47px;
  border-right: 1px solid #D2D1D1;
  position: relative;
  padding-left: 35px;
  top: 28px;
  margin-right: 35px;
}
.product-info .price-row .tel .icons {
  position: absolute;
  left: 0;
  top: 4px;
}
.product-info .price-row .tel strong {
  font-size: 20px;
  color: #02BF8D;
  line-height: 24px;
}
.product-info .price-row .tel p {
  padding-left: 4px;
  line-height: 16px;
  color: #333;
}
.product-info .price-row .kefu {
  width: 138px;
  height: 47px;
  position: relative;
  padding-left: 35px;
  top: 28px;
}
.product-info .price-row .kefu .icons {
  position: absolute;
  left: 0;
  top: 4px;
}
.product-info .price-row .kefu strong {
  font-size: 20px;
  color: #02BF8D;
  line-height: 24px;
}
.product-info .price-row .kefu p {
  padding-left: 4px;
  line-height: 16px;
  color: #333;
}
.product-info .address {
  margin-top: 20px;
}
.product-info .address li {
  float: left;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 23px;
}
.product-info .address .left {
  width: 380px;
}
.product-info .address .right {
  width: 194px;
}
.product-info .address .txts {
  color: #333;
}
.product-info .address a {
  color: #02BF8D;
  text-decoration: underline;
}
.product-info .address a:hover {
  text-decoration: none;
}
.product-info .address .fa-star.light {
  color: #FEAC2A !important;
}
.product-info .line {
  height: 1px;
  line-height: 1px;
  background: #CDCDCD;
  margin-top: 13px;
  margin-bottom: 22px;
  clear: both;
}
.product-info .other-service {
  padding-left: 10px;
  min-height: 90px;
}
.product-info .other-service span.t {
  float: left;
}
.product-info .other-service .info {
  padding-left: 5em;
}
.product-info .other-service .info span {
  display: inline-block;
  line-height: 26px;
  padding: 0 18px;
  color: #02BF8D;
  border: 1px solid #02BF8D;
  border-radius: 50px;
  margin-right: 10px;
}
.product-info .action {
  padding-left: 10px;
}
.product-info .action .btn-book {
  width: 155px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #02BF8D;
  color: #fff;
  border-radius: 4px;
  margin-right: 1em;
  display: inline-block;
}
.product-info .action .icons {
  vertical-align: middle;
}
.product-info .action span {
  color: #666;
}
.product-info .action b {
  font-weight: normal;
}
.product-info .action a:hover {
  opacity: 0.8;
}
.stars .fa-star {
  color: #B6B6B6;
}
.mb35 {
  margin-bottom: 25px;
}
.coupon-row {
  background: url(../images/youhuiquanbg.png) no-repeat;
  height: 138px;
}
.coupon-row ul {
  padding-left: 335px;
  padding-top: 8px;
}
.coupon-row li {
  padding-left: 10px;
  float: left;
}
.coupon-row a,
.coupon-row img {
  float: left;
  height: 124px;
}
.product-article-tab {
  width: 100%!important;
  position: relative;
  z-index: 10;
}
.product-article-tab.isStuck {
  border-top: 3px solid #02BF8D;
  background: #F4F4F4;
}
.product-article-tab.isStuck .w {
  border-top: 0;
}
.product-article-tab .w {
  line-height: 56px;
  background: #F4F4F4;
  border-top: 3px solid #02BF8D;
  height: 56px;
  position: relative;
  overflow: hidden;
}
.product-article-tab .w li {
  float: left;
  width: 105px;
}
.product-article-tab .w li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #393939;
}
.product-article-tab .w li.active a,
.product-article-tab .w li:hover a {
  color: #02BF8D;
  font-weight: bold;
}
.product-article-tab h2 {
  font-size: 16px;
  font-weight: normal;
  padding: 0 20px;
  font-weight: bold;
}
.em2:after {
  content: "　　";
}
.product-article-content {
  padding-bottom: 45px;
}
.product-article-content .package-info {
  border-top: 3px solid #02BF8D;
}
.product-article-content .content-item {
  padding: 65px 0 0px;
}
.product-article-content h3 {
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 28px;
  color: #393939;
  padding-left: 21px;
  margin-bottom: 30px;
}
.product-article-content h3:before {
  content: "";
  display: block;
  width: 5px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0px;
  background: #02BF8D;
}
.product-article-content h3 .right {
  font-size: 14px;
  float: right;
}
.product-article-content h3 .links {
  padding-left: 1.5em;
  font-size: 18px;
}
.product-article-content h3 .links em {
  padding: 0 10px;
}
.product-article-content .about-content {
  background: url(../images/article-about-bg.png) center bottom no-repeat;
  padding: 0 25px 50px;
  
}
.product-article-content .about-content p {
  text-indent: 2em;
  font-size: 16px;
    
    color: #646464;
    line-height: 26px;
}
.product-article-content .gg-slide,
.product-article-content .gg-row {
  margin-bottom: 60px;
}

.product-article-content .sw-row {
  margin-bottom: 60px;
}

.product-article-article {
  padding: 30px;
}
.product-article-article img {
  display: block;
  max-width: 100%;
  margin: 0 auto 25px;
}
.product-photos {
  height: auto;
  position: relative;
  overflow: hidden;
}
.product-photos ul {
  width: 115%;
  float: left;
}
.product-photos li {
  float: left;
  margin-right: 15px;
}
.product-photos a {
  width: 289px;
  display: block;
}
.product-photos .img {
  height: 205px;
}
.product-photos .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.product-photos p {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 22px;
  font-size: 16px;
  color: #505050;
}
.product-styles {
  height: auto;
  position: relative;
  overflow: hidden;
}
.product-styles ul {
  height: auto;
  width: 105%;
  overflow: hidden;
  padding-left: 3px;
}
.product-styles li {
  width: 280px;
  float: left;
  background: #fff;
  margin-right: 24px;
  margin-bottom: 33px;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
}
.product-styles .img {
  display: block;
  height: 205px;
}
.product-styles .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.product-styles .txt {
  padding: 19px 10px 14px;
  position: relative;
}
.product-styles .txt h4 {
  font-size: 18px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}
.product-styles .txt h4 a {
  font-size: 18px;
  white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 170px;
	display: block;
}
.product-styles .txt .price {
  position: absolute;
  right: 10px;
  top: 19px;
  line-height: 26px;
  font-size: 12px;
}
.product-styles .txt .price strong {
  font-size: 22px;
  background: #fff;
}
.product-styles .txt p {
  font-size: 12px;
}
.product-styles .txt em {
  padding: 0 2px;
}
.product-styles .txt .lable em:nth-last-of-type(1) {
  display: none;
}
.star i {
  color: #999;
}
.lingyuan-news {
  padding: 5px;
  background: #F4F4F4;
  width: 49%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lingyuan-news+.lingyuan-news{
	float: right;
}
.lingyuan-news .hd {
  height: 68px;
  line-height: 68px;
  background: #02BF8D;
  position: relative;
}
.lingyuan-news .hd a:hover {
  text-decoration: underline;
}
.lingyuan-news h4 {
  color: #fff;
  font-size: 18px;
}
.lingyuan-news h4 strong {
  font-weight: normal;
}
.lingyuan-news h4 .icons {
  float: left;
  margin-left: 13px;
  margin-top: 21px;
  margin-right: 13px;
}
.lingyuan-news .more {
  color: #fff;
  position: absolute;
  right: 33px;
  top: 0;
}
.lingyuan-news .bd {
  padding: 15px 22px;
  background: #fff;
}

.lingyuan-news .news-list p{
	    line-height: 18px;
    overflow: hidden;
    height: 36px;position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.news-list {
  height: auto;
  overflow: hidden;
}
.news-list li {
  float: left;
  border-bottom: 1px dashed #CDCDCD;
  padding-top: 10px;
  padding-bottom: 10px;
}
.news-list li:nth-last-of-type(1) {
  border-bottom: 0;
}
.news-list .time {
  float: left;
  width: 68px;
  height: 64px;
  background: #F4F4F4;
  text-align: center;
  font-size: 12px;
  margin-top: 9px;
}
.news-list .time strong {
  font-size: 28px;
  line-height: 30px;
  display: block;
  padding-top: 6px;
  color: #666;
}
.news-list .txt {
  padding-left: 90px;
}
.news-list .txt h4 {
  font-size: 16px;
  margin-bottom: 5px;
  padding-top: 4px;
}
.news-list .txt p {
  font-size: 14px;
  color: #666;
}
.celebrity-list {
  position: relative;
  padding-bottom: 30px;
}
.celebrity-list .bd {
  margin: 0 32px;
  position: relative;
  overflow: hidden;
}
.celebrity-list .bd li {
  float: left;
  width: 175px;
  text-align: center;
  margin-right: 17px;
}
.celebrity-list .bd img {
  display: block;
  width: 175px;
  height: 175px;
}
.celebrity-list .bd h6 {
  font-size: 16px;
  padding-top: 5px;
}
.celebrity-list .bd p {
  color: #666;
}
.celebrity-list .prev {
  left: 0;
  width: 32px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 65px;
  cursor: pointer;
}
.celebrity-list .prev i {
  font-size: 35px;
}
.celebrity-list .next {
  cursor: pointer;
  right: 0;
  width: 32px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
/*  top: 50%;
  margin-top: -25px;*/
  top:65px;
}
.celebrity-list .next i {
  font-size: 35px;
}
.assess-box {
  border: 1px solid #CDCDDC;
}
.assess-hd {
  height: 128px;
  background: #F9F9F9;
  position: relative;
}
.assess-hd .scroe {
  width: 138px;
  position: relative;
  margin-right: 47px;
  padding-top: 23px;
  text-align: center;
}
.assess-hd .scroe p {
  margin-bottom: 10px;
}
.assess-hd .scroe strong {
  font-size: 32px;
  padding: 10px 0;
  color: #FF6800 !important;
}
.assess-hd .scroe:after {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  background: #CDCDCD;
  position: absolute;
  right: 0;
  top: 30px;
}
.assess-hd .total {
  width: 845px;
}
.assess-hd .total .txt {
  padding-top: 30px;
  padding-bottom: 20px;
}
.assess-hd .total .txt span {
  display: inline-block;
  width: 140px;
}
.assess-hd .total .label span {
  margin-right: 5px;
  display: inline-block;
  border: 1px solid #02BF8D;
  color: #02BF8D;
  padding: 0 10px;
  border-radius: 3px;
}
.star i {
  margin: 0 2px;
}
.btn-edit-assess {
  display: block;
  position: absolute;
  right: 26px;
  top: 49px;
  background: #02BF8D;
  width: 127px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border-radius: 3px;
}
.btn-edit-assess span {
  color: #fff;
}
.btn-edit-assess .icons {
  position: relative;
  top: 8px;
  margin-left: 5px;
}
.btn-edit-assess:hover {
  opacity: 0.8;
}
.assess-list {
  padding: 0 30px;
}
.assess-item {
  border-bottom: 1px dashed #CDCDCD;
  position: relative;
  padding-left: 96px;
  padding-top: 26px;
}
.assess-item .avator {
  width: 64px;
  top: 34px;
  position: absolute;
  height: 64px;
  left: 7px;
  border-radius: 50px;
}
.assess-item dl {
  height: auto;
  overflow: hidden;
}
.assess-item dt {
  float: left;
  width: 128px;
}
.assess-item dd {
  float: left;
  width: 86px;
}
.assess-item .info {
  padding: 25px 0;
}
.assess-mores {
  padding: 25px;
  line-height: 40px;
}
.assess-mores .fa {
  font-size: 26px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.assess-form {
  width: 600px;
  background: #fff;
  display: none;
  padding-top: 10px;
}
.assess-form th {
  width: 70px;
  text-align: right;
}
.assess-form th,
.assess-form td {
  font-size: 14px;
  padding: 10px;
  vertical-align: top;
}
.assess-form .fa {
  cursor: pointer;
}
.assess-form .star ul {
  height: auto;
}
.assess-form .star li {
  display: inline-block;
}
.assess-form .textarea {
  width: 500px;
  border: 1px solid #CDCDDC;
}
.assess-form input{
  width: 250px;
  border: 1px solid #CDCDDC;
  height: 2.5em;
}
.assess-form .textarea textarea {
  display: block;
  border: 0;
  outline: none;
  resize: none;
  width: 98%;
  padding: 10px 1%;
  height: 150px;
}
.assess-form .star {
  margin-top: -10px;
  padding-right: 10px;
}
.assess-form .star li {
  cursor: pointer;
}
.assess-form .btn-submit {
  display: block;
  margin-top: 15px;
  width: 127px;
  height: 37px;
  background: #02BF8D;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 37px;
}
.btn-orderCar {
  display: block;
  width: 182px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #02BF8D;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -26px;
}
.btn-orderCar span {
  color: #fff;
}
.btn-orderCar .icons {
  position: relative;
  top: 18px;
  margin-left: 5px;
}
body .layui-layer-title {
  background: #02BF8D;
  color: #fff;
}
.mubei-list {
  position: relative;
  height: auto;
  overflow: hidden;
}
.mubei-list ul {
  float: left;
  width: 105%;
}
.mubei-list li {
  float: left;
  width: 288px;
  margin-bottom: 35px;
  margin-right: 13px;
  border: 1px solid #E7E6E6;
  border-bottom: 3px solid #E7E6E6;
}
.mubei-list .img {
  height: 205px;
  display: block;
}
.mubei-list .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.mubei-list .txt {
  border-top: 0;
  padding: 16px 7px 16px;
  color: #666;
}
.mubei-list .txt b {
  color: #333;
  font-weight: normal;
}
.mubei-list .txt strong {
  font-size: 28px;
}
.mubei-list li:hover {
  border-color: #02BF8D;
}
.mubei-list h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mubei-list .txt1 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.mubei-list .txt2 {
  line-height: 34px;
}
.mubei-list .btn-diy {
  display: inline-block;
  width: 117px;
  height: 34px;
  line-height: 34px;
  background: #02BF8D;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
.banner-full {
  background: url() center no-repeat;
  height: 365px;
  width: 100%!important;
}
.ly-news-list {
  margin-bottom: 30px;
}
.ly-news-list ul {
  height: auto;
  overflow: hidden;
}
.ly-news-list li {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ly-news-list li:hover {
  background: #eee;
}
.ly-news-list .img {
  float: left;
  width: 225px;
  height: 140px;
}
.ly-news-list .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.ly-news-list .txt {
  padding-left: 245px;
  min-height: 140px;
  color: #666;
}
.ly-news-list h4 {
  font-size: 18px;
}
.ly-news-list .time {
  color: #999;
  padding-top: 5px;
  margin-bottom: 15px;
}
.ly-newstxt-list {
  margin-bottom: 30px;
}
.ly-newstxt-list ul {
  height: auto;
  overflow: hidden;
}
.ly-newstxt-list li {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px dashed #CDCDCD;
}
.ly-newstxt-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 25px;
}
.ly-newstxt-list li:hover {
  background: #eee;
}
.ly-newstxt-list .txt {
  color: #666;
}
.ly-newstxt-list h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.ly-newstxt-list h4 a {
  color: #333;
}
.ly-newstxt-list h4 a:hover {
  color: #02BF8D;
}
.ly-newstxt-list .time {
  color: #999;
  padding-top: 5px;
  margin-bottom: 15px;
}
.product-article-content .ly-news-list li {
  border-bottom: 1px dashed #CDCDCD;
}
.btn-group-row {
  margin-bottom: 23px;
}
.btn-group-row a {
  width: 49%;
  height: 63px;
  line-height: 63px;
  text-align: center;
  color: #fff;
  background: #02BF8D;
}
.btn-group-row .icons {
  vertical-align: middle;
  margin-right: 4px;
}
.btn-group-row a:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.mb-recommend {
  border: 1px solid #CDCDDC;
  margin-bottom: 18px;
}
.mb-recommend .hd {
  height: 48px;
  line-height: 48px;
  padding-left: 17px;
}
.mb-recommend .hd span {
  font-weight: bold;
}
.mb-recommend .icons {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.mb-recommend .bd {
  padding-left: 17px;
}
.mb-recommend-list ul {
  height: auto;
  overflow: hidden;
}
.mb-recommend-list li {
  float: left;
  width: 120px;
  margin-right: 9px;
  padding-bottom: 10px;
}
.mb-recommend-list a {
  display: block;
}
.mb-recommend-list .img {
  height: 115px;
  position: relative;
}
.mb-recommend-list .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.mb-recommend-list .img .mask {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 27px;
  background: #000;
  filter: alpha(opacity=49);
  opacity: 0.49;
}
.mb-recommend-list .img p {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mb-recommend-list .txt {
  text-align: center;
}
.mb-recommend-list .txt div,
.mb-recommend-list .txt p {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.mb-recommend-list .price {
  font-size: 14px;
}
.mb-recommend-list .price strong {
  font-size: 16px;
}
.mb-address-box {
  margin-bottom: 18px;
  background: #EFFCF9;
  padding: 0 12px 15px;
}
.mb-address-box h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 0;
}
.mb-address-box dl {
  line-height: 28px;
}
.mb-address-box dt {
  float: left;
  width: 50px;
  text-align: right;
  color: #666;
}
.mb-address-box dd {
  padding-left: 50px;
  color: #333;
}
.mb-address-box .tel {
  margin-top: 12px;
  font-size: 14px;
  border-top: 2px solid #02BF8D;
  padding: 14px 0 4px;
}
.mb-address-box .tel strong {
  font-size: 20px;
}
.mb-address-box .tel .icons {
  margin-left: 5px;
}
.page-assess .assess-box {
  border: 0;
}
.page-assess .assess-list {
  padding: 0 55px 0 0;
}
.page-assess .assess-item .info {
  padding-bottom: 5px;
}
.page-assess .time {
  padding-bottom: 18px;
  font-size: 14px;
  color: #999;
}
.assess-head {
  position: relative;
  height: 66px;
  border-bottom: 1px solid #CDCDCD;
}
.assess-head h2 {
  line-height: 66px;
  font-size: 18px;
}
.assess-head h2 small {
  font-size: 14px;
}
.assess-head .btn-edit-assess {
  top: 50%;
  margin-top: -19px;
}
.pingfen-screen {
  margin-bottom: 35px;
}
.pingfen-screen .total {
  width: 985px;
}
.pingfen-screen .total .txt span {
  width: 200px;
}
.pingfen-screen .total .txt .star {
  margin-right: 10px;
  width: auto;
}
.ly-headinfo {
  height: 36px;
  line-height: 36px;
  margin: 25px 0;
}
.ly-headinfo .title {
  font-size: 28px;
  color: #393939;
  line-height: 36px;
  font-weight: bold;
}
.ly-headinfo .btns-action {
  position: absolute;
  right: 0;
  top: 0;
}
.ly-headinfo .btns-action a {
  display: inline-block;
  margin-left: 5px;
  width: 118px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #02BF8D;
  border-radius: 3px;
  color: #fff;
}
.ly-headinfo .btns-action a:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.page-assess .fa-star.light {
  color: #FDAA01 !important;
}
.service-list {
  padding: 57px 0;
  position: relative;
  overflow: hidden;
  height: auto;
}
.service-list ul {
  float: left;
  width: 108%;
}
.service-list li {
  float: left;
  width: 350px;
  height: 133px;
  background: url() no-repeat;
  margin-right: 75px;
}
.service-list .li1 {
  background-image: url(../images/service1bg.jpg);
}
.service-list .li2 {
  background-image: url(../images/service2bg.jpg);
}
.service-list .li3 {
  background-image: url(../images/service3bg.jpg);
}
.service-list .li3 h3,
.service-list .li3 p {
  color: #333;
}
.service-list a {
  height: 133px;
  display: block;
}
.service-list .inner {
  padding-left: 46px;
  padding-top: 40px;
  padding-right: 46px;
}
.service-list h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.service-list p {
  color: #fff;
  color: rgba(255, 255, 255, 0.84);
  line-height: 20px;
}
.long-service {
  background: url(../images/longbg.jpg) center repeat-x;
  height: 290px;
}
.long-service .list {
  position: relative;
  height: auto;
  overflow: hidden;
}
.long-service .list ul {
  float: left;
  width: 106%;
  padding-top: 46px;
  padding-left: 2px;
}
.long-service .list li {
  float: left;
  margin-right: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #282828;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#E0F7F1));
  background-image: -webkit-linear-gradient(#FFFFFF, #E0F7F1);
  background-image: -moz-linear-gradient(#FFFFFF, #E0F7F1);
  background-image: -o-linear-gradient(#FFFFFF, #E0F7F1);
  background-image: linear-gradient(#FFFFFF, #E0F7F1);
  width: 102px;
  height: 107px;
  text-align: center;
}
.long-service .list .inner {
  padding-top: 18px;
}
.long-service .list p {
  color: #333;
}
.long-service .list .icons {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  background-position: center center;
}
.section-title {
  width: 334px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.section-title:before {
  content: "";
  display: block;
  width: 100%;
  bottom: 1px;
  position: absolute;
  height: 1px;
  background: #333333;
}
.section-title strong {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  line-height: 72px;
  padding: 0 1em;
  border-bottom: 3px solid #333333;
}
.section-title-white {
  color: #fff;
}
.section-title-white:before {
  background: #fff;
}
.section-title-white strong {
  border-bottom: 3px solid #fff;
}
.package-list {
  padding-top: 35px;
  background: url(../images/packagebg.jpg) center bottom no-repeat;
  height: 1243px;
}
.package-list .section-title {
  width: 446px;
  margin-bottom: 60px;
}
.package-info {
  background: url(../images/package-con-bg.jpg) center 0 repeat-y;
}
.package-info th {
  width: 100px;
  text-align: right;
  font-weight: bold;
  color: #0C503E;
  background: rgba(0, 0, 0, 0.03);
}
.package-info tr td:nth-of-type(2n) {
  background: rgba(0, 0, 0, 0.03);
}
.package-info th,
.package-info td {
  vertical-align: top;
  padding: 6px 0;
}
.package-info td p {
  padding: 0 0 0 32px;
}
.package-info .title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 3em;
}
.package-info .price {
  text-align: center;
  font-size: 16px;
  padding-bottom: 34px;
}
.package-info .price strong {
  font-weight: normal;
  font-size: 36px;
}
.package-info tr:nth-last-of-type(1) th,
.package-info tr:nth-last-of-type(1) td {
  padding-bottom: 75px;
}
.special-service-list {
  padding: 97px 0;
}
.special-service-list ul {
  height: auto;
  position: relative;
  overflow: hidden;
  width: 106%;
}
.special-service-list li {
  width: 209px;
  text-align: center;
  float: left;
  margin-right: 40px;
  color: #999;
}
.special-service-list h3 {
  color: #333;
  margin-bottom: 6px;
}
.special-service-list .img {
  position: relative;
  width: 209px;
  height: 209px;
  margin-bottom: 20px;
}
.special-service-list .img img {
  display: block;
  width: 209px;
  height: 209px;
}
.special-service-list .mask {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/circle-mask.png) center no-repeat;
}
.funeral-home {
  padding-top: 50px;
  background: url(../images/binyiguan-bg.jpg) center no-repeat #F4F6F5;
}
.funeral-home-list {
  padding-top: 68px;
  padding-bottom: 45px;
  height: auto;
  position: relative;
  overflow: hidden;
}
.funeral-home-list ul {
  float: left;
  width: 106%;
  padding-left: 2px;
}
.funeral-home-list li {
  float: left;
  width: 262px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  margin-right: 49px;
  margin-bottom: 40px;
}
.funeral-home-list .img {
  height: 200px;
}
.funeral-home-list .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.funeral-home-list .txt {
  background: #fff;
  padding: 8px 8px 13px;
}
.funeral-home-list .txt h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.funeral-home-list .txt p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
}
.funeral-products {
  padding: 50px 0 120px;
  background: url(../images/bzyp-bg.png) center no-repeat #fff;
}
.funeral-products .section-title {
  margin-bottom: 120px;
}
.funeral-products-slides {
  height: 650px;
  position: relative;
  overflow: hidden;
}
.funeral-products-slides .hd {
  float: left;
  width: 273px;
}
.funeral-products-slides .hd li {
  height: 213px;
  position: relative;
  margin-bottom: 4px;
}
.funeral-products-slides .hd li.on a {
  background: #02BF8D;
  color: #fff;
}
.funeral-products-slides .hd li.on a p {
  color: #fff;
}
.funeral-products-slides .hd li.on:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #02BF8D;
}
.funeral-products-slides .hd a {
  display: block;
  height: 213px;
  text-align: center;
  background: #017153;
  font-size: 24px;
  color: #fff;
  position: relative;
}
.funeral-products-slides .hd p {
  position: absolute;
  left: 0;
  bottom: 26px;
  text-align: center;
  width: 100%;
}
.funeral-products-slides .hd .inner {
  padding-top: 47px;
}
.funeral-products-slides .hd li:nth-of-type(2) .inner {
  padding-top: 66px;
}
.funeral-products-slides .hd li:nth-of-type(3) .inner {
  padding-top: 40px;
}
.funeral-products-slides .bd {
  width: 905px;
  height: 646px;
  float: right;
  border: 1px solid #CDCDCD;
}
.funeral-products-list {
  position: relative;
  height: auto;
  width: 865px;
  background: #fff;
  overflow: hidden;
}
.funeral-products-list ul {
  float: left;
  width: 108%;
}
.funeral-products-list li {
  float: left;
  width: 300px;
  position: relative;
  text-align: center;
  padding: 22px 0 0px;
}
.funeral-products-list li:after {
  content: "";
  display: block;
  width: 1px;
  height: 160px;
  position: absolute;
  right: -1px;
  background: #CDCDCD;
  top: 50px;
}
.funeral-products-list a {
  display: block;
  width: 200px;
  padding: 15px;
  margin: 0 auto;
}
.funeral-products-list .img {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 8px;
}
.funeral-products-list a:hover {
  background: #efefef;
}
.funeral-products-list .price strong {
  font-size: 24px;
  font-weight: normal;
}
.funeral-baike {
  background: #F8F7F7;
  padding-bottom: 102px;
}
.funeral-baike .section-title {
  margin-bottom: 90px;
}
.funeral-baike-list {
  position: relative;
  overflow: hidden;
  height: auto;
}
.funeral-baike-list .inner {
  float: left;
  width: 106%;
}
.funeral-baike-list .img {
  width: 365px;
  height: 260px;
  margin-right: 25px;
}
.funeral-baike-list .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.funeral-baike-list .list {
  width: 247px;
  margin-right: 36px;
}
.funeral-baike-list .list .hd {
  height: 31px;
  line-height: 31px;
  position: relative;
  border-bottom: 1px solid #333333;
}
.funeral-baike-list .list .hd h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.funeral-baike-list .list .hd .more {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}
.funeral-baike-list .list .hd .more:hover {
  color: #02BF8D;
}
.funeral-baike-list .list .bd {
  padding-top: 6px;
}
.funeral-baike-list .list .bd li {
  height: 42px;
  position: relative;
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #CDCDCD;
}
.funeral-baike-list .list .bd a {
  display: block;
  padding: 0 5px;
}
.service-teams-list {
  position: relative;
  height: auto;
  overflow: hidden;
}
.service-teams-list ul {
  float: left;
  width: 106%;
}
.service-teams-list li {
  float: left;
  width: 260px;
  height: 400px;
  margin-right: 52px;
  margin-bottom: 55px;
  position: relative;
}
.service-teams-list a {
  display: block;
  height: 400px;
}
.service-teams-list .img {
  width: 260px;
  height: 400px;
}
.service-teams-list .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.service-teams-list a:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.service-teams-list .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 114px;
  background: #F0F4F5;
  background: rgba(255, 255, 255, 0.7);
}
.service-teams-list .label {
  padding: 10px 5px;
  line-height: 20px;
}
.service-teams-list .label span {
  margin-right: 1em;
  color: #333;
}
.service-teams-list .name {
  position: absolute;
  font-size: 20px;
  color: #535353;
  width: 80px;
  left: 0;
  bottom: 0;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.service-teams-list .career {
  position: absolute;
  right: 0;
  left: 80px;
  bottom: 0;
  text-indent: 16px;
  line-height: 50px;
  background: url(../images/name-lable.png) no-repeat;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.customer-case {
  background: #F8F7F7;
  padding-top: 45px;
  padding-bottom: 90px;
}
.customer-case .section-title {
  margin-bottom: 85px;
}
.customer-case-list {
  position: relative;
  height: auto;
  overflow: hidden;
}
.customer-case-list ul {
  float: left;
  width: 105%;
}
.customer-case-list li {
  width: 290px;
  height: 205px;
  float: left;
  margin-right: 14px;
  margin-bottom: 22px;
}
.customer-case-list a {
  height: 205px;
  display: block;
  position: relative;
}
.customer-case-list a img {
  display: block;
  width: 100%;
  height: 100%;
}
.customer-case-list a:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.customer-case-list .mask {
  position: absolute;
  height: 38px;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #000;
  filter: alpha(opacity=74);
  opacity: 0.74;
}
.customer-case-list p {
  color: #fff;
  position: absolute;
  height: 38px;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 38px;
}
.customer-case-slide {
  padding-top: 45px;
  height: 258px;
  position: relative;
  background: #F6F8F9;
}
.customer-case-slide .bd {
  margin: 0 40px;
  position: relative;
  height: auto;
  overflow: hidden;
}
.customer-case-slide .bd li {
  float: left;
  width: 270px;
  margin-right: 13px;
  text-align: center;
}
.customer-case-slide .bd .img {
  height: 200px;
  margin-bottom: 13px;
}
.customer-case-slide .bd .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.customer-case-slide .bd p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customer-case-slide .prev {
  left: 0;
  width: 32px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  color: #CDCDCD;
}
.customer-case-slide .prev i {
  font-size: 45px;
}
.customer-case-slide .next {
  cursor: pointer;
  right: 0;
  width: 32px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  color: #CDCDCD;
}
.customer-case-slide .next i {
  font-size: 45px;
}
.safe-box {
  background: #EFFCF9;
  padding-top: 45px;
  padding-bottom: 35px;
}
.safe-box li {
  float: left;
  width: 19.99%;
  text-align: center;
}
.safe-box p {
  padding-top: 10px;
  font-size: 20px;
}
.ly-newslist {
  position: relative;
  height: auto;
  overflow: hidden;
}
.ly-newslist ul {
  float: left;
  width: 106%;
}
.ly-newslist li {
  float: left;
  width: 285px;
  margin-right: 20px;
}
.ly-newslist a {
  display: block;
  background: #F5F7FA;
}
.ly-newslist .txt {
  position: relative;
  padding-left: 84px;
  height: 67px;
  padding-right: 8px;
}
.ly-newslist .txt h4 {
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ly-newslist .txt h4 a {
  color: #333;
}
.ly-newslist .txt h4 a:hover {
  color: #02BF8D;
}
.ly-newslist .txt p {
  font-size: 12px;
  line-height: 16px;
  height: 32px;
  position: relative;
  overflow: hidden;
}
.ly-newslist .time {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  text-align: center;
  height: 67px;
  background: #02BF8D;
  color: #fff;
}
.ly-newslist .time strong {
  font-weight: normal;
  font-size: 32px;
  padding-top: 8px;
  line-height: 40px;
}
.ly-newslist .img {
  height: 190px;
}
.ly-newslist img {
  display: block;
  width: 100%;
  height: 100%;
}
.ly-newslist a:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.industry-newslist {
  position: relative;
  height: auto;
  overflow: hidden;
}
.industry-newslist ul {
  float: left;
  width: 120%;
}
.industry-newslist li {
  width: 650px;
  float: left;
  padding-bottom: 26px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 28px;
}
.industry-newslist .txt {
  width: 355px;
  margin-right: 50px;
}
.industry-newslist h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.industry-newslist h4 a {
  color: #333;
}
.industry-newslist h4 a:hover {
  color: #02BF8D;
}
.industry-newslist p {
  color: #999;
  height: 40px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.industry-newslist .time {
  color: #999;
  font-size: 12px;
}
.industry-newslist .time span {
  margin-right: 2em;
}
.industry-newslist .img {
  width: 150px;
  height: 90px;
  position: relative;
  top: 10px;
}
.industry-newslist img {
  display: block;
  width: 100%;
  height: 100%;
}
.industry-newslist li:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.question-list {
  padding-bottom: 80px;
}
.question-list .img-txt {
  margin-bottom: 43px;
}
.question-list .img-txt .img {
  width: 245px;
  height: 190px;
  margin-right: 38px;
}
.question-list .img-txt img {
  display: block;
  width: 100%;
  height: 100%;
}
.question-list .img-txt .txt {
  width: 915px;
  color: #999;
}
.question-list .img-txt .txt .p {
  color: #666;
  line-height: 20px;
  height: 60px;
  position: relative;
  overflow: hidden;
  margin-bottom: 26px;
}
.question-list .img-txt .txt h4 {
  font-size: 24px;
  line-height: 30px;
}
.question-list .img-txt .txt h4 a {
  color: #333333;
}
.question-list .img-txt .txt .time {
  color: #999;
  padding-top: 5px;
  margin-bottom: 15px;
}
.question-list .img-txt .txt .more {
  color: #999;
}
.question-list .img-txt .txt .more:hover {
  color: #02BF8D;
}
.question-list .img-txt:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.question-list ul {
  width: 115%;
}
.question-list li {
  float: left;
  width: 526px;
  margin-right: 110px;
  margin-bottom: 20px;
}
.question-list li .txts {
  display: block;
  height: auto;
  overflow: hidden;
}
.question-list li .time {
  float: left;
  width: 76px;
  text-align: center;
  height: 67px;
  background: #02BF8D;
  color: #fff;
}
.question-list li .time strong {
  font-weight: normal;
  font-size: 32px;
  padding-top: 8px;
  line-height: 40px;
}
.question-list li .inner {
  width: 435px;
  float: right;
}
.question-list li .inner h4 {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}
.question-list li .inner p {
  color: #999;
  line-height: 20px;
}
.question-list li a:hover h4 {
  color: #02BF8D;
}
.page-aritlce {
  color: #666;
}
.page-aritlce h1 {
  font-size: 24px;
  line-height: 30px;
}
.page-aritlce .writer {
  padding: 15px 0;
}
.page-aritlce .writer span {
  padding: 0 10px;
}
.page-aritlce .article {
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  padding: 40px 0;
}
.page-aritlce .article p {
  color: #333;
  margin-bottom: 1em;
  text-indent: 2em;
	line-height: 30px;
}
.page-aritlce .article .imgbox {
  padding: 50px 0 0;
}
.page-aritlce .article .imgbox img {
  display: block;
  margin: 0 auto 55px;
}

.article img{
  display: block;
max-width: 80% !important;
height: auto !important;
margin: auto;
}

.article-page {
  padding: 35px 0;
  font-size: 16 px;
  line-height: 2em;
  color: #666;
}
.article-page a {
  color: #333;
}
.article-page a:hover {
  color: #02BF8D;
}
.aritlce-like {
  border: 1px solid #CDCDCD;
  padding: 38px;
  position: relative;
  height: auto;
  overflow: hidden;
}
.aritlce-like ul {
  float: left;
  width: 126%;
}
.aritlce-like li {
  float: left;
  width: 430px;
  margin-right: 200px;
}
.aritlce-like a {
  display: block;
  position: relative;
  line-height: 34px;
}
.aritlce-like a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #666666;
}
.aritlce-like p {
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 310px;
}
.aritlce-like .time {
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}
.aritlce-like a:hover:before {
  background: #02BF8D;
}
.fengshuishi-banner {
  background: url(../images/fengshuishi-bg.jpg) no-repeat;
  height: 138px;
  position: relative;
  margin-bottom: 23px;
}
.fengshuishi-banner a {
  display: block;
  width: 133px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border: 1px solid #313438;
  font-size: 18px;
  color: #0C1017;
  font-weight: bold;
  position: absolute;
  left: 643px;
  top: 49px;
  border-radius: 4px;
}
.fengshuishi-banner a:hover {
  background: #02BF8D;
  color: #fff;
  border-color: #02BF8D;
}
.list-content-teacher .list-item {
  height: 195px;
}
.list-content-teacher .list-item .img {
  width: 226px;
  height: 195px;
  margin: 0;
}
.list-content-teacher .list-item .info {
  width: auto;
  float: none;
  padding-left: 240px;
}
.list-content-teacher .list-item .action {
  left: 240px;
  text-align: left;
}
.list-content-teacher .list-item .h40 {
  height: 40px;
  overflow: hidden;
  position: relative;
}
.stz-about {
  padding-top: 86px;
  padding-bottom: 20px;
}
.stz-about-info {
  padding-right: 455px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: url(../images/4365.png) 95% center no-repeat;
}
.stz-about-info h2 {
  font-size: 30px;
  color: #000000;
  line-height: 1.5em;
}
.stz-about-info .txt {
  padding-top: 1em;
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.stz-about-info .txt p {
  margin-top: 1em;
}
.title-green {
  padding: 35px 0;
}
.title-green h2 {
  position: relative;
  font-size: 32px;
  color: #02BF8D;
  font-weight: 700;
  line-height: 40px;
  padding-left: 25px;
}
.title-green h2:before {
  content: "";
  display: block;
  width: 4px;
  height: 32px;
  background: #02BF8D;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
.title-green h2 span {
  color: #333;
}
.stz-section-box .hd {
  height: 288px;
  background: #02BF8D;
  color: #fff;
  line-height: 30px;
}
.stz-section-box .hd .inner {
  padding-top: 77px;
  position: relative;
}
.stz-section-box .hd .txt {
  font-size: 16px;
  color: #fff;
  width: 685px;
  padding-left: 10px;
  line-height: 30px;
}
.stz-section-box .hd p {
  line-height: 30px;
}
.stz-section-box .hd .imgbox {
  position: absolute;
  right: 9px;
  top: 20px;
}
.stz-section-box .hd .img1 {
  width: 235px;
  height: 165px;
  position: absolute;
  right: 0;
  top: 0;
  border: 4px solid #fff;
  border-radius: 4px;
}
.stz-section-box .hd .img2 {
  width: 235px;
  height: 165px;
  position: absolute;
  right: 130px;
  top: 52px;
  border: 4px solid #fff;
  border-radius: 4px;
}
.stz-section-box .hd img {
  display: block;
  width: 100%;
  height: 100%;
}
.stz-section-box .bd h3 {
  padding-top: 50px;
  padding-bottom: 45px;
  color: #333333;
  font-size: 28px;
}
.stz-section-box .bd-box1 {
  font-size: 14px;
  margin-bottom: 75px;
}
.stz-section-box .bd-box1 .info .img {
  width: 435px;
  height: 260px;
}
.stz-section-box .bd-box1 .info img {
  display: block;
  width: 100%;
  height: 100%;
}
.stz-section-box .bd-box1 .txt {
  padding-left: 485px;
}
.stz-section-box .bd-box1 h4 {
  font-size: 24px;
  margin-bottom: 14px;
}
.stz-section-box .bd-box1 h4 strong {
  color: #333;
  font-weight: normal;
  margin-right: 1em;
}
.stz-section-box .bd-box1 .address {
  color: #999;
  height: 60px;
  line-height: 20px;
}
.stz-section-box .bd-box1 .address a {
  margin-left: 2em;
}
.stz-section-box .bd-box1 .address a .fa {
  padding-right: 8px;
}
.stz-section-box .bd-box2 h3 {
  padding: 0;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 15px;
}
.ly-recommend {
  position: relative;
  height: auto;
  overflow: hidden;
}
.ly-recommend ul {
  float: left;
  width: 106%;
}
.ly-recommend li {
  float: left;
  width: 270px;
  margin-right: 40px;
}
.ly-recommend .img {
  display: block;
  height: 240px;
}
.ly-recommend img {
  display: block;
  width: 100%;
  height: 100%;
}
.ly-recommend .txt {
  padding: 12px 0;
  font-size: 16px;
  position: relative;
}
.ly-recommend .stars {
  position: absolute;
  right: 0;
  top: 12px;
}
.ly-recommend a:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.stz-section-box2 .hd {
  background: #313836;
}
.stz-section-box2 .hd .imgbox {
  position: absolute;
  right: 9px;
  top: 57px;
}
.stz-section-box2 .hd .img1 {
  width: 205px;
  height: 165px;
  position: absolute;
  right: 0;
  top: 0;
  border: 4px solid #fff;
  border-radius: 4px;
}
.stz-section-box2 .hd .img2 {
  width: 190px;
  height: 110px;
  position: absolute;
  right: 242px;
  top: 52px;
  border: 4px solid #fff;
  border-radius: 4px;
}
.stz-section-box2 .hd img {
  display: block;
  width: 100%;
  height: 100%;
}
.about-banner {
  padding-top: 118px;
  width: 816px;
  margin: 0 auto;
}
.about-banner h1 {
  color: #fff;
  font-size: 36px;
}
.about-banner .h1 {
  border: 2px solid #fff;
  text-align: center;
  padding: 24px 0;
  line-height: 45px;
}
.about-banner .h1 strong {
  color: #02BF8D;
}
.about-banner .txt {
  padding: 20px 10px;
  color: #fff;
}
.our-service-list {
  height: auto;
  overflow: hidden;
  position: relative;
}
.our-service-list ul {
  float: left;
  width: 105%;
}
.our-service-list li {
  float: left;
  width: 370px;
  height: 325px;
  position: relative;
  margin-right: 45px;
  margin-bottom: 40px;
}
.our-service-list li img {
  display: block;
  width: 100%;
  height: 100%;
}
.our-service-list .mask {
  height: 84px;
  background: #000;
  filter: alpha(opacity=75);
  opacity: 0.75;
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.our-service-list .txt {
  left: 0;
  bottom: 10px;
  right: 0;
  position: absolute;
  padding: 10px;
  color: #fff;
}
.our-service-list .txt h3 {
  font-weight: bold;
}
.service-standards-con {
  padding-top: 57px;
  padding-bottom: 70px;
  background: #F2F3F3;
  font-size: 24px;
}
.service-standards-con .txt {
  line-height: 2em;
  margin-bottom: 45px;
}
.service-standards-con .txt img {
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  top: -5px;
}
.service-standards-con .img {
  position: relative;
}
.service-standards-con .img .icons {
  position: absolute;
  left: 537px;
  top: -97px;
}
.look-route {
  padding-top: 50px;
}
.look-route-con {
  background: url(../images/kanmulinebg.jpg) center bottom no-repeat #fff;
  padding-bottom: 60px;
}
.look-route-con li {
  padding-left: 50px;
  position: relative;
}
.look-route-con .icons {
  position: absolute;
  left: 0;
  top: 5px;
}
.look-route-con dl {
  color: #666;
  padding-top: 12px;
  padding-bottom: 22px;
}
.our-honor-list {
  background: #F2F3F3;
  padding: 70px 0;
}
.our-honor-list .bd {
  height: 204px;
  position: relative;
  overflow: hidden;
}
.our-honor-list li {
  float: left;
  width: 220px;
  height: 200px;
  border: 1px solid #CDCDCD;
  background: #fff;
  line-height: 200px;
  margin-right: 21px;
  margin-bottom: 3px;
  position: relative;
  overflow: hidden;
}
.our-honor-list li img {
  vertical-align: middle;
  line-height: 0;
  max-width: 100%;
  max-height: 100%;
}
.our-honor-list .prev {
  position: absolute;
  font-size: 45px;
  color: #999;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  left: -60px;
  top: 50%;
  margin-top: -30px;
}
.our-honor-list .next {
  position: absolute;
  font-size: 45px;
  color: #999;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  right: -60px;
  top: 50%;
  margin-top: -30px;
}
.associated-media {
  padding-top: 50px;
  min-height: 680px;
  background: url(../images/medeibg.jpg) center bottom repeat-x;
}
.associated-media-list {
  padding-top: 50px;
}
.fenqi-advantage {
  background: #F9F8F8;
  padding: 45px 0;
}
.fenqi-advantage li {
  float: left;
  width: 287px;
}
.fenqi-advantage .inner {
  padding-left: 86px;
  position: relative;
  height: 65px;
}
.fenqi-advantage .icons {
  position: absolute;
  left: 0;
  top: 0;
}
.fenqi-advantage ul {
  padding-left: 50px;
  color: #666;
}
.fenqi-advantage h3 {
  padding-top: 10px;
}
.fenqi-box-info {
  padding-top: 84px;
  margin-bottom: 65px;
  padding-bottom: 85px;
  background: url(../images/icon-shadow.png) center bottom no-repeat;
}
.fenqi-box-info .title {
  margin-bottom: 30px;
}
.fenqi-box-info .sub-title {
  position: relative;
  width: 480px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  margin-bottom: 35px;
}
.fenqi-box-info .sub-title:before {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  top: 50%;
  position: absolute;
  height: 1px;
  line-height: 1px;
  background: #333333;
}
.fenqi-box-info .sub-title span {
  display: inline-block;
  position: relative;
  background: #fff;
  font-size: 20px;
  color: #333;
  padding: 0 15px;
}
.fenqi-box-info .advantage {
  padding-bottom: 60px;
  border-bottom: 1px solid #CDCDCD;
}
.fenqi-box-info .advantage li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.fenqi-box-info .condition {
  font-size: 17px;
  padding-bottom: 20px;
  color: #666;
}
.fenqi-box-info .condition h4 {
  text-align: center;
  font-size: 20px;
  padding: 24px 0;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
.fenqi-box-info .condition dl {
  height: auto;
  overflow: hidden;
  padding-left: 50px;
}
.fenqi-box-info .condition dd {
  float: left;
  color: #666;
  width: 370px;
  font-size: 18px;
  line-height: 1.8em;
}
.fenqi-box-info .condition p {
  text-align: center;
}
.fenqi-box-info .condition li {
  float: left;
  width: 49.99%;
}
.fenqi-box-info .condition-list {
  padding: 65px 0;
  border-top: 3px solid #CDCDCD;
  border-bottom: 3px solid #CDCDCD;
  height: auto;
  overflow: hidden;
}
.fenqi-box-info .condition-list ul {
  float: left;
  width: 105%;
}
.fenqi-box-info .condition-list li {
  float: left;
  width: 286px;
  height: 135px;
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  position: relative;
  margin-right: 16px;
}
.fenqi-box-info .condition-list .img {
  width: 118px;
  float: left;
  height: 135px;
}
.fenqi-box-info .condition-list .img img {
  border-radius: 8px 0 0 8px;
}
.fenqi-box-info .condition-list img {
  display: block;
  width: 100%;
  height: 100%;
}
.fenqi-box-info .condition-list .txt {
  padding-left: 135px;
  padding-top: 15px;
}
.fenqi-box-info .condition-list .txt h5 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 8px;
}
.fenqi-box-info .condition-list .txt p {
  font-size: 15px;
  color: #666666;
  line-height: 20px;
}
.fenqi-box-info2 .advantage li {
  width: 24.99%;
}
.click-more a {
  color: #999;
}
.click-more a:hover {
  color: #02BF8D;
}
.team-service-list {
  padding-bottom: 0px;
}
.team-service-list .inner {
  position: relative;
  height: auto;
  overflow: hidden;
}
.team-service-list ul {
  height: auto;
  width: 105%;
  position: relative;
  overflow: hidden;
}
.team-service-list li {
  float: left;
  width: 375px;
  margin-right: 38px;
  height: 150px;
  padding-bottom: 38px;
}
.team-service-list .img {
  width: 100px;
  
  float: left;
}
.team-service-list .img img {
  
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.team-service-list li:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.team-service-list img {
  display: block;
  width: 100%;
  
}
.team-service-list .txt {
  float: right;
  width: 254px;
  padding-top: 12px;
}
.team-service-list h3 {
  color: #333;
  line-height: 26px;
  padding-bottom: 5px;
}
.team-service-list p {
  color: #999;
}
.team-adviser-list {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #02BF8D;
}
.team-adviser-list .inner {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 14px;
  height: 465px;
}
.team-adviser-list .hd {
  position: relative;
  width: 245px;
  float: left;
}
.team-adviser-list .hd li {
  float: left;
  width: 75px;
  
  margin-right: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
}
.team-adviser-list .hd li img {
  display: block;
  width: 100%;
  
}
.team-adviser-list .hd li:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.team-adviser-list .hd li.on:after {
  display: none;
}
.team-adviser-list .bd {
  float: right;
  position: relative;
  width: 920px;
  height: 465px;
}
.team-adviser-list .bd li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.team-adviser-list .bd .img {
  width: 370px;
  height: 383px;
  position: absolute;
  left: 0;
  top: 0;
}
.team-adviser-list .bd img {
  display: block;
  width: 100%;
  
}
.team-adviser-list .bd .txt {
  width: 465px;
  position: absolute;
  right: 27px;
  top: 0;
  padding-top: 60px;
}
.team-adviser-list .bd h3 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 12px;
}
.team-adviser-list .bd .txt1 {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 0;
  width: 360px;
  margin-bottom: 20px;
  color: #666;
}
.team-adviser-list .bd h4 {
  font-weight: bold;
  color: #666666;
  margin-bottom: 15px;
}
.team-adviser-list .bd .txt2 {
  color: #666;
}
.team-adviser-list .bd .txt2 .icons {
  vertical-align: middle;
  margin: 0 10px;
}
.team-afterSale-list {
  padding-bottom: 50px;
}
.team-afterSale-list .inner {
  position: relative;
  height: auto;
  overflow: hidden;
}
.team-afterSale-list ul {
  float: left;
  width: 103%;
  padding: 2px;
}
.team-afterSale-list li {
  float: left;
  width: 225px;
  text-align: center;
  margin-right: 17px;
  margin-bottom: 25px;
}
.team-afterSale-list .img {
  height: 285px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
}
.team-afterSale-list img {
  display: block;
  width: 100%;
  height: 100%;
}
.team-afterSale-list .txt h3 {
  font-size: 16px;
  color: #333;
}
.team-afterSale-list .txt p {
  color: #666;
}
.title-row {
  position: relative;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 25px;
}
.title-row h2 {
  font-size: 28px;
  color: #333;
  width: 300px;
  margin: 0 auto;
  position: relative;
  line-height: 2em;
}
.title-row h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: #CDCDCD;
}
.title-row h2 strong {
  position: relative;
  display: inline-block;
  height: 53px;
  line-height: 53px;
  border-bottom: 3px solid #02BF8D;
}
.fuwu-item {
  height: 337px;
  position: relative;
  background: #F7F7F7;
  margin-bottom: 60px;
}
.fuwu-item .img {
  width: 750px;
  height: 337px;
}
.fuwu-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.fuwu-item .txt {
  position: absolute;
  left: 750px;
  right: 0;
  height: 100%;
  top: 0;
}
.fuwu-item .inner {
  padding: 42px 20px 20px 42px;
}
.fuwu-item .list {
  font-size: 18px;
  color: #333;
  line-height: 36px;
}
.fuwu-item .btn-link {
  display: inline-block;
  background: #02BF8D;
  padding: 0 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 4px;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
}
.fuwu-item .btn-link:hover {
  color: #fff;
}
.fuwu-item .btn-link .fa {
  margin-right: 10px;
}
.fuwu-item a:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.fuwu-item-even .img {
  position: absolute;
  left: auto;
  right: 0;
}
.fuwu-item-even .txt {
  right: 750px;
  left: 0;
  background: #02BF8D;
}
.fuwu-item-even .list {
  color: #fff;
}
.fuwu-item-even .btn-link {
  background: #fff;
  color: #02BF8D;
}
.fuwu-item-even .btn-link:hover {
  color: #02BF8D;
}
.diamond-about {
  margin-bottom: 30px;
}
.diamond-about .img {
  width: 295px;
}
.diamond-about .img img {
  display: block;
  width: 100%;
}
.diamond-about .txt {
  padding-left: 370px;
  padding-right: 47px;
  font-size: 16px;
  margin-top: 20px;
  line-height: 36px;
  background: url(../images/img1.png) 15px center no-repeat;
}
.diamond-about .txt h4 {
  font-size: 24px;
  line-height: 1.9em;
}
.diamond-about .txt .line {
  width: 34px;
  height: 2px;
  margin-top: 13px;
  margin-bottom: 10px;
  background: #333333;
  line-height: 2px;
}
.diamond-make .txt {
  margin-top: 20px;
  padding-right: 383px;
  font-size: 16px;
  line-height: 36px;
  background: url(../images/img2.png) right center no-repeat;
}
.diamond-showList {
  height: auto;
  overflow: hidden;
  position: relative;
}
.diamond-showList ul {
  padding: 5px;
  float: left;
  width: 106%;
}
.diamond-showList li {
  float: left;
  width: 280px;
  height: 335px;
  margin-right: 22px;
  margin-bottom: 22px;
}
.diamond-showList a {
  display: block;
  height: 335px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}
.diamond-showList img {
  display: block;
  width: 100%;
  height: 100%;
}
.diamond-priceList {
  background: url(../images/bg.png);
}
.diamond-priceList th,
.diamond-priceList td {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
.diamond-priceList th {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  width: 100px;
}
.diamond-priceList tr th:nth-of-type(1) {
  width: 150px;
}
.diamond-priceList th {
  border-bottom: 1px solid #333333;
}
.diamond-priceList td {
  padding-top: 13px;
  padding-bottom: 13px;
}
.diamond-priceList .line {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 1px;
  height: 70px;
  left: 0;
  background: #949494;
  background: rgba(0, 0, 0, 0.38);
}
.diamond-priceList .line.fr {
  left: auto;
  right: 0;
}
.diamond-steps img {
  display: block;
  width: 100%;
}
.diamond-qustions {
  padding-right: height: auto;
  overflow: hidden;
}
.diamond-qustions dl {
  float: left;
  width: 105%;
}
.diamond-qustions dd {
  float: left;
  width: 372px;
  height: 428px;
  border: 1px solid #CDCDCD;
  margin-right: 39px;
}
.diamond-qustions .hd {
  height: 106px;
  border-bottom: 1px solid #CDCDCD;
  position: relative;
}
.diamond-qustions .hd .img {
  height: 88px;
  background: url(../images/icon-q1.png) center no-repeat;
}
.diamond-qustions .hd .img2 {
  background-image: url(../images/icon-q2.png);
}
.diamond-qustions .hd .img3 {
  background-image: url(../images/icon-q3.png);
}
.diamond-qustions .hd h3 {
  width: 178px;
  height: 38px;
  border: 1px solid #CDCDCD;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  bottom: -20px;
  text-align: center;
  background: #fff;
  line-height: 38px;
}
.diamond-qustions .bd {
  padding: 38px 40px;
}
.diamond-qustions .bd li {
  font-size: 16px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar-title .fa {
  margin-right: 1em;
}
.calendar-title h2 {
  line-height: 35px;
  margin-right: 35px;
}
.calendar-title .date-select li {
  float: left;
  border-bottom: 1px solid #CDCDCD;
  margin-right: 17px;
  padding: 5px 0;
  font-size: 16px;
}
.calendar-title .date-select select {
  font-size: 16px;
  border: 0;
  color: #999;
  float: left;
  margin: 0;
}
.calendar-title .btn-search {
  width: 103px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  background: #02BF8D;
  color: #fff;
  border-radius: 50px;
  position: relative;
  top: 5px;
}
.calendar-wrap {
  border-top: 3px solid #02BF8D;
  background: #F4F5F5;
  padding: 36px 120px;
  margin-top: 26px;
}
.calendar-wrap th,
.calendar-wrap td {
  text-align: center;
  vertical-align: middle;
}
.calendar-wrap .global {
  background: url(../images/bgm02.png) repeat;
  padding: 0;
  margin: 0;
}
.calendar-wrap .index_leftarrow,
.calendar-wrap .index_rightarrow {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
}
.calendar-wrap .index_leftarrow {
  background: url(../images/index_leftarrow.png) no-repeat;
  background-size: 40px auto;
  top: 33%;
  left: 35%;
  margin-top: -15px;
}
.calendar-wrap .index_rightarrow {
  background: url(../images/index_rightarrow.png) no-repeat;
  background-size: 40px auto;
  top: 33%;
  right: 35%;
  margin-top: -15px;
}
.calendar-wrap .arrow_left,
.calendar-wrap .arrow_right {
  position: fixed;
  width: 30px;
  height: 50px;
  background-color: #CC0000;
}
.calendar-wrap .arrow_left {
  background-image: url(../images/leftarrow1.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  top: 50%;
  left: 0;
  background-position: center;
}
.calendar-wrap .arrow_right {
  background-image: url(../images/rightarrow1.png);
  background-size: 30px auto;
  top: 50%;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.calendar-wrap .calendar {
  height: 432px;
  position: relative;
  margin: 0 auto;
}
.calendar-wrap .goodcalendar {
  width: 280px;
  height: 432px;
  float: left;
}
.calendar-wrap .kalendar {
  width: 390px;
  height: 510px;
  float: left;
  border-left: 1px solid #956939;
  border-right: 1px solid #956939;
  background: url(../images/bgm01.jpg) repeat;
}
.calendar-wrap .left_arrow,
.calendar-wrap .right_arrow {
  width: 19px;
  height: 36px;
  position: absolute;
  top: 50%;
}
.calendar-wrap .left_arrow {
  background: url(../images/left-arrow.png);
  left: 80px;
}
.calendar-wrap .right_arrow {
  background: url(../images/right-arrow.png);
  right: 80px;
}
.calendar-wrap .goodcalendar_top {
  height: 268px;
  flaot: left;
}
.calendar-wrap .suitable {
  height: 104px;
  width: 100%;
  float: left;
  overflow: hidden;
}
.calendar-wrap .suitable span {
  display: block;
  width: 60px;
  height: 60px;
  background: #D4473D;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 36px;
  color: #FFF;
  font-family: "SongTi";
  margin: 20px 0 0 120px;
}
.calendar-wrap .suitable .ji {
  background: #000;
}
.calendar-wrap .suitable_con {
  height: 136px;
  width: 100%;
  float: left;
  overflow: hidden;
}
.calendar-wrap .suitable_con ul {
  height: 136px;
  background: url(../images/bgm03.jpg) no-repeat;
  margin: 0;
  padding: 0px 0 0 0;
}
.calendar-wrap .suitable_con ul li {
  float: left;
  font-size: 14px;
  width: 25%;
  text-align: center;
  height: 22px;
  overflow: hidden;
  padding-top: 1px;
  line-height: 22px;
}
.calendar-wrap .solar {
  height: 33px;
  width: 100%;
  background: #757575;
  float: left;
  text-align: center;
  color: #FFF;
  line-height: 33px;
}
.calendar-wrap .goodcalendar_foot {
  height: 192px;
  float: left;
}
.calendar-wrap .suitable_con ul .compatibility {
  width: 100%;
  text-align: center;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  background: url(../images/bgm.jpg) repeat;
}
.calendar-wrap .mammon {
  width: 100%;
  height: 156px;
  float: left;
  border-bottom: 1px solid #CCC;
  overflow: hidden;
}
.calendar-wrap .mammon_left {
  width: 139px;
  height: 156px;
  float: left;
  border-right: 1px solid #CCC;
}
.calendar-wrap .mammon_right {
  width: 140px;
  height: 156px;
  float: left;
}
.calendar-wrap .mammon_left h4,
.calendar-wrap .mammon_right h4 {
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}
.calendar-wrap .jishen {
  width: 100%;
}
.calendar-wrap .jishen ul {
  margin: 0;
  padding: 0;
}
.calendar-wrap .jishen li {
  width: 49.999%;
  float: left;
  text-align: center;
  padding: 1px 0;
}
.calendar-wrap .cs {
  height: 156px;
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.calendar-wrap .cs ul {
  margin: 0;
  padding: 0;
}
.calendar-wrap .cs li {
  text-align: center;
  line-height: 24px;
}
.calendar-wrap .mammon_foot {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.calendar-wrap .mammon_foot span {
  display: block;
  height: 48px;
  text-align: center;
  line-height: 24px;
  margin-top: 15px;
}
.calendar-wrap .mammon_foot p {
  margin: 0;
  padding: 0;
}
.calendar-wrap .kalendar {
  width: 390px;
  height: 432px;
  float: left;
  border-left: 1px solid #956939;
  border-right: 1px solid #956939;
  background: url(../images/bgm01.jpg) repeat;
}
.calendar-wrap .kalendar_top {
  height: 300px;
}
.calendar-wrap .kalendar_top h3,
.calendar-wrap .kalendar_top h5 {
  height: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
}
.calendar-wrap .kalendar_top h5 {
  margin-top: 35px;
}
.calendar-wrap .kalendar_date {
  height: 160px;
  text-align: center;
}
.calendar-wrap .kalendar_date span {
  font-size: 125px;
  color: #D3463D;
  font-weight: bold;
  line-height: 1.5em;
}
.calendar-wrap .kalendar_date p {
  font-size: 25px;
  color: #D3463D;
  font-weight: bold;
}
.calendar-wrap .kalendar_foot {
  width: 310px;
  margin: 24px auto;
  border: 1px solid #956939;
}
.calendar-wrap .kalendar_foot_global {
  width: 310px;
  border-bottom: 1px solid #CCC;
  margin: auto;
}
.calendar-wrap .kalendar_foot_global span {
  display: block;
  height: 28px;
  line-height: 24px;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
}
.calendar-wrap .kalendar_foot_global em,
.calendar-wrap .ecliptic_left_mid ul li em {
  color: #88631E;
  font-size: 14px;
}
.calendar-wrap .kalendar_foot_global span strong {
  font-size: 14px;
}
.calendar-wrap .kalendar_foot_global span font {
  font-size: 14px;
}
.calendar-wrap .kalendar_foot_last {
  border-bottom: none;
}
.calendar-wrap .time,
.calendar-wrap .time_01 {
  margin-top: 20px;
  border: 1px solid #956939;
  overflow: hidden;
}
.calendar-wrap .t_11,
.calendar-wrap .t_12,
.calendar-wrap .t_6 {
  border: 1px solid #CCC;
  border-width: 1px 0px 0px 1px;
  padding: 5px 0;
  margin: 0;
}
.calendar-wrap .time h5 {
  height: 30px;
  background: #757575;
  text-align: center;
  line-height: 30px;
  color: #FFF;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.calendar-wrap .yl {
  margin: 20px 0;
  height: 30px;
  padding: 0;
}
.calendar-wrap .yl_left {
  float: left;
  width: 70px;
  padding: 0;
}
.calendar-wrap .yl_left a:link,
.calendar-wrap .yl_left a:visited {
  display: block;
  background: #DDDDDD;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
.calendar-wrap .yl_left a:hover {
  text-decoration: underline;
  color: #D3463D;
}
.calendar-wrap .yl_right {
  float: right;
  padding: 0;
  margin: 0;
}
.calendar-wrap .yl_mid {
  float: left;
  height: 30px;
  margin-left: 10px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.calendar-wrap .yl_mid li {
  float: left;
  padding: 0 11px;
  text-align: center;
}
.calendar-wrap .yl_mid li a:link,
.calendar-wrap .yl_mid li a:visited {
  display: block;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
.calendar-wrap .yl_mid li a:hover {
  text-decoration: underline;
  color: #D3463D;
}
.calendar-wrap .yl_mid .today {
  background: #D4473D;
}
.calendar-wrap .yl_mid .today a:link,
.calendar-wrap .yl_mid .today a:visited {
  color: #FFF;
}
.calendar-wrap .yl_mid .today a:hover {
  color: #FFF;
}
.calendar-wrap .yl_mid .gray {
  background: #DDD;
}
.calendar-wrap .yl_mid .gray a:link,
.calendar-wrap .yl_mid .gray a:visited {
  color: #000;
}
.calendar-wrap .yl_mid .gray a:hover {
  color: #D3463D;
}
.addressMap {
  position: absolute;
  left: 0;
  width: 100%;
  top: 111px;
  bottom: 0;
}
.addressMap img {
  display: block;
  width: 100%;
  height: 100%;
}
div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
div::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #F7F7F7;
}
/*定义滑块 内阴影+圆角*/
div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #CDCDCD;
}
.map-filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 375px;
  z-index: 100;
  height: 90%;
}
.map-filter .hd {
  padding: 20px 10px 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.map-filter .bd {
  background: #fff;
  height: 60%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  position: relative;
}
.map-filter .total-list {
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  background: #F7F7F7;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
}
.map-filter .total-list li {
  position: relative;
  padding-left: 48px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
.map-filter .total-list li:hover,
.map-filter .total-list li.on {
  background: #eee;
}
.map-filter .total-list h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
.map-filter .total-list .icon-pin {
  color: #fff;
  line-height: 22px;
  position: absolute;
  left: 13px;
  top: 10px;
  display: block;
  text-align: center;
}
.map-filter .total-list .icon-pin:after {
  display: none;
}
.map-filter .total-list .price-row {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.map-filter .total-list .price-row strong {
  font-size: 22px;
}
.map-filter .total {
  padding: 15px ;
}
.map-filter .total b {
  color: #FC710B;
}
.map-filter .filter-ul-box {
  position: relative;
  z-index: 110;
}
.map-filter .filter-ul-box li {
  float: left;
  width: 33.3%;
}
.map-filter .show_filter {
  padding: 10px 10px;
  cursor: pointer;
}
.map-filter .show_filter.on {
  color: #02BF8D;
}
.map-filter .show_filter.on .fa:before {
  content: "\f0d8";
}
.map-filter .filter_content {
  background: #fff;
  width: 373px;
  left: -10px;
  display: none;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}
.map-filter .filters_ul {
  height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.map-filter .filters_ul_address dl {
  padding: 15px 0;
  height: auto;
  overflow: hidden;
}
.map-filter .filters_ul_address dd {
  float: left;
  width: 39.9%;
  padding: 3px 5%;
  cursor: pointer;
}
.map-filter .filters_ul_address .fa {
  margin-right: 8px;
}
.map-filter .filters_ul_price,
.map-filter .filters_ul_km {
  height: 180px;
}
.map-filter .filters_ul_price dl,
.map-filter .filters_ul_km dl {
  padding: 15px 0;
  height: auto;
  overflow: hidden;
}
.map-filter .filters_ul_price dd,
.map-filter .filters_ul_km dd {
  float: left;
  width: 39.9%;
  padding: 3px 5%;
  cursor: pointer;
}
.map-filter .filters_ul_price .fa,
.map-filter .filters_ul_km .fa {
  margin-right: 8px;
}
.map-filter .input_group input {
  width: 72px;
  height: 32px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin: 0 12px;
}
.map-filter .input_group .gang {
  display: inline-block;
  border-bottom: 1px solid #333;
  width: 8px;
  height: 0;
  position: relative;
  top: -3px;
}
.map-filter .a_group {
  text-align: right;
  padding: 15px;
}
.map-filter .a_group a {
  cursor: pointer;
  display: inline-block;
  height: 34px;
  padding: 0 15px;
  line-height: 34px;
  margin-left: 15px;
}
.map-filter .a_group .confirm {
  background: #02BF8D;
  color: #fff;
}
.map-search {
  height: 44px;
  border: 1px solid #999999;
  background: #fff;
  position: relative;
}
.map-search input {
  height: 22px;
  padding: 10px;
  float: left;
  width: 280px;
  outline: none;
}
.map-search .btn-so {
  width: 55px;
  height: 47px;
  background: #02BF8D;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  position: absolute;
  right: -1px;
  top: -1px;
}
/*footer*/
.icons {
  display: inline-block;
}
.icons:after {
  content: "　";
}
.icon-safe {
  width: 12px;
  height: 15px;
  background: url(../images/icon-safe.png) center no-repeat;
}
.icon-tel {
  width: 21px;
  height: 22px;
  background: url(../images/icon-tel.png) center no-repeat;
}
.icon-tel-big {
  width: 23px;
  height: 30px;
  background: url(../images/icon-tel-big.png) center no-repeat;
}
.icon-yzsfw {
  width: 56px;
  height: 52px;
  background: url(../images/icon-yzsfw.png) no-repeat;
}
.icon-yykm {
  width: 53px;
  height: 51px;
  background: url(../images/icon-yykm.png) no-repeat;
}
.icon-zygw {
  width: 48px;
  height: 54px;
  background: url(../images/icon-zygw.png) no-repeat;
}
.icon-byg {
  width: 98px;
  height: 108px;
  background: url(../images/icon-byg.png) no-repeat;
}
.icon-bzyp {
  width: 102px;
  height: 104px;
  background: url(../images/icon-bzyp.png) no-repeat;
}
.icon-xzbk {
  width: 123px;
  height: 85px;
  background: url(../images/icon-bzbk.png) no-repeat;
}
.icon-tsfw {
  width: 112px;
  height: 112px;
  background: url(../images/icon-tsfw.png) no-repeat;
}
.icon-cjwt {
  width: 38px;
  height: 40px;
  background: url(../images/icon-cjwt.png) no-repeat;
}
.icon-bxxs {
  width: 30px;
  height: 36px;
  background: url(../images/icon-bzxs.png) no-repeat;
}
.icon-bzcs {
  width: 32px;
  height: 37px;
  background: url(../images/icon-bzcs.png) no-repeat;
}
.icon-zywh {
  width: 35px;
  height: 35px;
  background: url(../images/icon-zywh.png) no-repeat;
}
.icon-tel2 {
  width: 49px;
  height: 43px;
  background: url(../images/icon-tel2.png) center no-repeat;
}
.icon-tel-big2 {
  width: 30px;
  height: 36px;
  background: url(../images/icon-tel-big2.png) center no-repeat;
}
.icon-kefu {
  width: 32px;
  height: 36px;
  background: url(../images/icon-kefu.png) center no-repeat;
}
.icon-click {
  width: 28px;
  height: 27px;
  background: url(../images/icon-click.png) center no-repeat;
}
.icon-mfrx {
  width: 26px;
  height: 26px;
  background: url(../images/icon-mfrx.png) center no-repeat;
}
.icon-zxkf {
  width: 28px;
  height: 28px;
  background: url(../images/icon-zxkf.png) center no-repeat;
}
.icon-yyzc {
  width: 35px;
  height: 27px;
  background: url(../images/icon-yyzc.png) center no-repeat;
}
.icon-gzwx {
  width: 29px;
  height: 23px;
  background: url(../images/icon-gzwx.png) center no-repeat;
}
.icon-yhlb {
  width: 26px;
  height: 30px;
  background: url(../images/icon-yhlb.png) center no-repeat;
}
.icon-gototop {
  width: 21px;
  height: 14px;
  background: url(../images/icon-gototop.png) center no-repeat;
}
.icon-gift {
  width: 27px;
  height: 33px;
  background: url(../images/icon-gift.png) center no-repeat;
}
.icon-map {
  width: 38px;
  height: 34px;
  background: url(../images/icon-map.png) center no-repeat;
}
.icon-hand-right {
  background: url(../images/icon-hand-right.png) no-repeat;
}
.icon-hand-click {
  width: 29px;
  height: 22px;
  background: url(../images/icon-hand-click.png) no-repeat;
}
.icon-echart {
  width: 23px;
  height: 23px;
  background: url(../images/icon-echart.png) center no-repeat;
}
.icon-number0 {
  width: 21px;
  height: 25px;
  background: url(../images/icon-num0bg.png) no-repeat;
}
.icon-number1 {
  width: 21px;
  height: 25px;
  background: url(../images/icon-num1bg.png) no-repeat;
}
.icon-number2 {
  background: url(../images/icon-num2bg.png) no-repeat;
}
.icon-mdzx {
  width: 24px;
  height: 26px;
  background: url(../images/icon-mdzx.png) no-repeat;
}
.icon-mdzl {
  width: 32px;
  height: 36px;
  background: url(../images/icon-mdzl.png) no-repeat;
}
.icon-close {
  width: 26px;
  height: 26px;
  background: url(../images/icon-close.png) no-repeat;
}
.icon-question {
  width: 28px;
  height: 28px;
  background: url(../images/icon-qustion.png) no-repeat;
}
.icon-edit {
  width: 19px;
  height: 19px;
  background: url(../images/icon-edit.png) no-repeat;
}
.icon-car {
  width: 32px;
  height: 16px;
  background: url(../images/icon-car.png) no-repeat;
}
.icon-zxzx {
  width: 25px;
  height: 28px;
  background: url(../images/icon-zxzx.png) no-repeat;
}
.icon-tel-white {
  width: 21px;
  height: 22px;
  background: url(../images/icon-tel-white.png) no-repeat;
}
.icon-gmzd {
  width: 32px;
  height: 26px;
  background: url(../images/icon-gmzd.png) no-repeat;
}
.icon-yhxx {
  width: 28px;
  height: 27px;
  background: url(../images/icon-yhxx.png) no-repeat;
}
.icon-mbtj {
  width: 19px;
  height: 21px;
  background: url(../images/icon-mbtj.png) no-repeat;
}
.long-img1 {
  background: url(../images/long-img1.png) no-repeat;
}
.long-img2 {
  background: url(../images/long-img2.png) no-repeat;
}
.long-img3 {
  background: url(../images/long-img3.png) no-repeat;
}
.long-img4 {
  background: url(../images/long-img4.png) no-repeat;
}
.long-img5 {
  background: url(../images/long-img5.png) no-repeat;
}
.long-img6 {
  background: url(../images/long-img6.png) no-repeat;
}
.long-img7 {
  background: url(../images/long-img7.png) no-repeat;
}
.long-img8 {
  background: url(../images/long-img8.png) no-repeat;
}
.long-img9 {
  background: url(../images/long-img9.png) no-repeat;
}
.long-img10 {
  background: url(../images/long-img10.png) no-repeat;
}
.long-img11 {
  background: url(../images/long-img11.png) no-repeat;
}
.icon-shouyi {
  width: 84px;
  height: 90px;
  background: url(../images/icon-shouyi.png) no-repeat;
}
.icon-guhuihe {
  width: 91px;
  height: 60px;
  background: url(../images/icon-guhuihe.png) no-repeat;
}
.icon-mdyp {
  width: 80px;
  height: 94px;
  background: url(../images/icon-mdyp.png) no-repeat;
}
.icon-jujue {
  width: 195px;
  height: 87px;
  background: url(../images/icon-jujue.png) no-repeat;
}
.icon-xianlu {
  width: 29px;
  height: 31px;
  background: url(../images/icon-xianlu.png) no-repeat;
}
.icon-fkk {
  width: 65px;
  height: 65px;
  background: url(../images/icon-fkk.png) no-repeat;
}
.icon-lld {
  width: 65px;
  height: 65px;
  background: url(../images/icon-lld.png) no-repeat;
}
.icon-edg {
  width: 65px;
  height: 65px;
  background: url(../images/icon-edugao.png) no-repeat;
}
.icon-mkd {
  width: 65px;
  height: 65px;
  background: url(../images/icon-mkd.png) no-repeat;
}
.icon-arr {
  width: 8px;
  height: 8px;
  background: url(../images/icon-arr.png) no-repeat;
}
.icon-dui {
  width: 36px;
  height: 30px;
  background: url(../images/icon-dui.png) no-repeat;
}
.icon-x {
  width: 23px;
  height: 23px;
  background: url(../images/icon-x.png) no-repeat;
}
.icon-pin {
  width: 22px;
  height: 28px;
  background: url(../images/icon-pin.png) no-repeat;
}
.p-page {
  padding-top: 40px;
  padding-bottom: 80px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.p-page ul {
  float: left;
  position: relative;
  left: 50%;
}
.p-page li {
  float: left;
  position: relative;
  right: 50%;
  margin-right: 5px;
  line-height: 28px;
}
.p-page a {
  float: left;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #CDCDCD;
}
.p-page span {
  float: left;
  width: 26px;
  text-align: center;
  height: 26px;
  line-height: 26px;
}
.p-page li.on a,
.p-page li a:hover {
  background: #02BF8D;
  color: #fff;
  border-color: #02BF8D;
}
.p-topbar {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  z-index: 10;
}
.p-topbar .topbar-r {
  position: absolute;
  right: 0;
  top: 0;
  color: #666666;
}
.p-topbar .topbar-r a {
  color: #666;
}
.p-topbar .topbar-r a:hover {
  color: #02BF8D;
}
.p-topbar .topbar-r em {
  padding: 0 5px;
}
.p-topbar .topbar-r .btn-favorites {
  margin-left: 28px;
  padding-right: 14px;
}
.p-topbar .topbar-r .btn-favorites .fa {
  padding-right: 5px;
}
.p-topbar .citySelect {
  color: #666666;
  margin: 0;
}
.p-topbar .citySelect h3 {
  color: #666666;
}
.p-topbar .citySelect:hover h3 {
  color: #666666;
}
.p-header {
  clear: both;
  height: 92px;
}
.p-header .logo {
  margin: 0;
  background: url(../images/logo2.png) center no-repeat;
  width: 218px;
  height: 92px;
  text-indent: -9999px;
  margin-right: 105px;
}
.p-header .tel {
  top: 25px;
  position: absolute;
  right: 0;
  padding-left: 36px;
}
.p-header .tel i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.p-header .tel strong {
  font-size: 18px;
  font-weight: bold;
}
.head-search {
  width: 588px;
  height: 43px;
  background: #fff;
  border: 1px solid #CDCDCD;
  position: relative;
  overflow: hidden;
  top: 25px;
}
.head-search input {
  width: 485px;
  height: 23px;
  float: left;
  line-height: 22px;
  padding: 10px 13px;
}
.head-search .btn-submit {
  background: #02BF8D;
  color: #fff;
  height: 43px;
  width: 84px;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  line-height: 42px;
}
.p-navbar {
  background: #02BF8D;
  color: #fff;
  height: 42px;
  line-height: 42px;
}
.p-nav li {
  float: left;
}
.p-nav h3 {
  float: left;
}
.p-nav h3 a {
  float: left;
  font-size: 16px;
  padding: 0 23px;
  line-height: 42px;
  color: #fff;
}
.p-nav li.on h3 a,
.p-nav li h3 a:hover {
  background: #02A97D;
  color: #fff;
}
.mbx {
  color: #666;
  line-height: 36px;
}
.mbx i.fa {
  color: #CDCDCD;
}
.mbx a {
  color: #666;
}
.mbx a:hover {
  color: #02BF8D;
}
.filter-row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.filter-item {
  height: auto;
  overflow: hidden;
}
.filter-title {
  width: 95px;
  padding: 0 5px;
  float: left;
}
.filter-title h6 {
  font-size: 14px;
  color: #02BF8D;
  border: 1px solid #02BF8D;
  text-align: center;
  height: 26px;
  line-height: 26px;
}
.filter-content {
  padding-left: 123px;
}
.filter-content ul {
  height: auto;
  overflow: hidden;
}
.filter-content li {
  margin: 0 5px 5px;
  float: left;
  line-height: 26px;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
  padding: 0 5px;
}
.filter-content li a {
  display: none;
}
.filter-content li.on,
.filter-content li:hover {
  border-color: #02BF8D;
  background: #02BF8D;
  color: #fff;
}
.filter-content li.on a,
.filter-content li:hover a {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
.sort-row {
  margin-bottom: 34px;
}
.sort-row .w {
  border-bottom: 2px solid #02BF8D;
}
.sort-row li {
  float: left;
  line-height: 40px;
  margin-right: 27px;
}
.sort-row a {
  float: left;
}
.sort-row li.on a,
.sort-row li a:hover {
  color: #02BF8D;
}
.footerWrap {
  background: #222222;
}
.footerWrap .foot1 {
  width: 100%!important;
  background: url(../images/foot-imgbg.jpg) center no-repeat;
  height: 240px;
}
.footerWrap .foot1 .title {
  padding-top: 56px;
  height: 80px;
}
.footerWrap .foot1 .tel {
  line-height: 60px;
  height: 60px;
  float: left;
  padding-left: 10px;
  min-width: 435px;
  padding-right: 10px;
  /*background: #101213;
  background: rgba(0, 0, 0, 0.75);*/
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.footerWrap .foot1 .tel .icons {
  position: relative;
  top: 12px;
  margin-right: 15px;
}
.footerWrap .foot1 .btns {
  position: absolute;
  right: 0;
  top: 65px;
  width: 185px;
}
.footerWrap .foot1 .btns a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
  background: #02BF8D;
  border-radius: 50px;
  margin-bottom: 28px;
}
.footerWrap .foot1 .btns a span {
  color: #fff;
}
.footerWrap .foot1 .btns a .icons {
  margin-right: 5px;
  position: relative;
  top: 11px;
}
.footerWrap .foot2 {
  padding-top: 27px;
  padding-bottom: 15px;
}
.footerWrap .foot2 .code-box {
  position: absolute;
  right: 0;
  top: 0px;
  text-align: center;
  width: 125px;
  color: #909092;
}
.footerWrap .foot2 .code-box img {
  display: block;
  width: 125px;
  height: 125px;
}

/*
.footerWrap .foot3 {
  background: #181818;
} 
*/

.foot-nav {
  min-height: 70px;
}
.foot-nav li {
  float: left;
  padding-right: 30px;
}
.foot-nav a {
  color: #fff;
}
.foot-nav a:hover {
  text-decoration: underline;
}
.foot-friend-links {
  line-height: 33px;
  color: #7C7C7C;
}
.foot-friend-links a {
  color: #7C7C7C;
  margin-left: 0.5em;
}
.foot-friend-links a:hover {
  color: #fff;
  text-decoration: underline;
}
.copyright {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #666666;
}
.fix-right {
  position: fixed;
  z-index: 100;
  right: 0;
  width: 65px;
  border: 1px solid #E5E5E5;
  top: 50%;
  margin-top: -265px;
  background: #02BF8D;
}
.fix-right .side-logo {
  display: block;
  background: url(../images/logo-grey.png) center 10px no-repeat #fff;
  text-align: center;
  font-size: 12px;
  color: #B4B4B4;
  font-weight: bold;
  padding-top: 42px;
  line-height: 25px;
}
.fix-right .side-logo:hover {
  color: #02BF8D;
}
.fix-right li {
  height: 70px;
  background: #fff;
  border-top: 1px solid #E7E7E7;
  position: relative;
}
.fix-right li a {
  display: block;
  height: 70px;
  text-align: center;
  position: relative;
}
.fix-right li .icon-box {
  width: 100%;
  left: 0;
  height: 30px;
  position: absolute;
  line-height: 30px;
  top: 11px;
}
.fix-right li p {
  padding-top: 48px;
  line-height: 14px;
  font-size: 12px;
}
.fix-right .li4 .bd, .fix-right .li1 .bd {
  position: absolute;
  right: 100%;
  display: none;
  bottom: 0;
  padding: 10px;
  border: 1px solid #E7E7E7;
  background: #fff;
}
.fix-right .li4 .bd p,.fix-right .li1 .bd p {
  padding: 0;
  text-align: center;
}

.fix-right .li1 .bd{
    width:250px;
    height: 48px;
}

.fix-right .li1 .bd p{
  font-size: 1.3rem;
  line-height: 49px;
}


.fix-right li:hover .bd {
  display: block;
}
.fix-right .li6 .icon-box {
  top: 30px;
}
[v-cloak]{
    display: none;
}

.layui-layer-btn .layui-layer-btn0{
    border-color: #02BF8D !important;
    background-color: #02BF8D !important;
}

.appoint-div {
  background: #fff;
  display: none;
  padding-top: 10px;
}
.appoint-div th {
  width: 45px;
  text-align: right;
}
.appoint-div th,
.appoint-div td {
  font-size: 14px;
  padding: 10px;
  vertical-align: top;
}
.appoint-div .fa {
  cursor: pointer;
}
.appoint-div input{
  width: 250px;
  border: 1px solid #CDCDDC;
  height: 2.5em;
}
.appoint-div .textarea textarea {
  display: block;
  border: 0;
  outline: none;
  resize: none;
  width: 98%;
  padding: 10px 1%;
  height: 150px;
}
.appoint-div .btn-submit {
  display: block;
  margin-top: 15px;
  margin-left: 50px;
  width: 127px;
  height: 37px;
  background: #02BF8D;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 37px;
}

.sms-btn{
  height: 37px;
  width: 100px;
  display: block;
  float: left;
  cursor: pointer;
  background: #333;
  color: #fff;
  line-height: 37px;
  text-align: center;
}

.appoint-btn{
  height: 33px;
  display: block;
  float: left;
  cursor: pointer;
}

.appoint-btn img{
  width: 100px;
  height: 37px;
}

.appoint-inp{
  width: 152px !important;
  float: left;
  padding-left: 10px;
}

.foot-nav a:hover{
  color:#02BF8D;
}

.sms-btn:hover{
  color:#fff;
}

.tomb-content{
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.bottom-extra{
  background: rgba(35,14,0,.88);
  height: 54px;
}

.fix-bottom-bar{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.fix-bottom-bar::before{
  position:absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
  background-color: #181818;
  filter:alpha(opacity=75);   
  -moz-opacity:0.75;   
  -khtml-opacity: 0.75;   
  opacity: 0.75;  
}

.fix-bottom-bar .sqm-2,.fix-bottom-bar .sqm-3{
  line-height: 54px;
  height: 54px;
}

.fix-bottom-bar .sqm-2{
  float:left;
}

.fix-bottom-bar .sqm-3{
  float:right;
}

.fix-bottom-bar .sqm-2 h3{
  font-size: 24px;
  color:#fff;
  float:left;
  /* filter:alpha(opacity=100);      */
  /* -moz-opacity:1;   
  -khtml-opacity: 1;   
  opacity: 1;  */
}

.fix-bottom-bar .sqm-2 span{
  font-size: 18px;
  color:#fff;
  float:left;
  margin-left:20px;
}

.fix-bottom-bar .sqm-3 .tel {
  color:#fff;
  font-size: 20px;
  margin-right: 30px;
}

.index-search-tips{
    cursor: pointer;
    position: absolute;
    color: black;
    left: 50%;
    top: 424px;
    margin-left: -387px;
    background: #fff;
    width: 300px;
    margin-top: 1px;
    z-index: 99;
    overflow: none;
}

.index-search-tips li{
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid gray;
}

.index-search-tips li span{
  margin-left:10px;
  margin-right: 10px;
}

.index-search-tips li:hover{
  background: #02BF8D;
  color: #fff;
}

.search-tips{
  top:70px;
  left:0;
  margin-left:323px;
  background-color: #F3F3F3;
  z-index: 999;
}
.product-article-content .gg-slide{
	margin-bottom: 0;
}
#other-data #article-info4,#other-data #article-info6{
	padding-top: 15px;
}
#other-data .sw-row{
	margin-bottom: 30px;
}
#other-data #article-info4{
	margin-bottom: 30px;
}
