/*@font-face {*/
/*  font-family: pingFang;*/
/*  src: url(fonts/PINGFANG_MEDIUM_0.TTF) format('trueType');*/
/*}*/
@font-face {
  font-family: gothic;
  src: url(fonts/CENTURYGOTHICSTD.OTF) format('OpenType');
}
@font-face {
  font-family: FZQ;
  src: url(fonts/FZQKBYSJW.TTF) format('trueType');
}
@font-face {
  font-family: oldFace;
  src: url(fonts/baskoldface.ttf) format('trueType');
}
@font-face {
  font-family: bernHard;
  src: url(fonts/bernhardfashionbtregular.ttf) format('trueType');
}
@font-face {
  font-family: din;
  src: url(fonts/dincond.OTF) format('OpenType');
}
html,
body {
  font-family: '苹方';
}
.width1400 {
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.between {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex-center {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  width: 100%;
  background-color: #fff;
}
.header .top {
  background-color: #333;
}
.header .top .h {
  color: #fff;
  font-size: 12px;
  line-height: 35px;
}
.header .li {
  float: left;
  position: relative;
  line-height: 35px;
  font-size: 0;
}
.header .li.l:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #a8a8a8;
}
.header .li span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  color: #fff;
  font-size: 12px;
  padding-left: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.header .li b {
  color: #d6b588;
  font-size: 15px;
}
.header .li .yu {
  background-image: url(../images/icon-yuyue.png);
  cursor: pointer;
}
.header .li .wx {
  background-image: url(../images/icon-weixin.png);
  cursor: pointer;
}
.header .li .child {
  display: none;
  padding: 10px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
}
.header .li .child img {
  display: block;
  width: 120px;
  left: 0;
  top: 50px;
}
.header .li .ph {
  background-image: url(../images/icon-ph.png);
}
.header .li .login {
  color: #d6b588;
  font-size: 12px;
}
.header .li .res {
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 30px;
}
.header .head .logo {
  height: 88px;
  line-height: 88px;
  font-size: 0;
}
.header .head .logo img {
  display: inline-block;
  vertical-align: middle;
}
.header .head .logo .img1 {
  height: 51px;
}
.header .head .logo .img2 {
  height: 36px;
  margin-left: 12px;
}
.nav .layui-nav {
  background-color: transparent;
  padding: 0;
}
.nav .layui-nav .layui-nav-item {
  float: left;
  position: relative;
  padding: 0;
  line-height: 88px;
}
.nav .layui-nav .layui-nav-item:hover,
.nav .layui-nav .layui-nav-item.active {
  background-color: #d9b495;
}
.nav .layui-nav .layui-nav-item .a {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 88px;
  outline: none;
  padding: 0 20px;
}
.nav .layui-nav-child {
  top: 88px;
  padding: 0;
  border: none;
}
.nav .layui-nav-child a {
  display: block;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
  background-color: #333;
}
.nav .layui-nav-bar,
.nav .layui-nav-more {
  display: none;
}
.zhanwei {
  /* height: 128px; */
}
.swiper-banner {
  width: 100%;
}
.swiper-banner .swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-banner .swiper-button-next:after,
.swiper-banner .swiper-button-prev:after {
  color: #fff;
}
.swiper-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.5;
  background-color: #d1d1d1;
}
.swiper-banner .swiper-pagination-bullet-active {
  background-color: #00625a;
  opacity: 1;
}
.index-mark {
  width: 100%;
  background-color: #eff0f1;
  padding: 22px 0;
}
.index-mark ul {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index-mark li {
  width: 18.9%;
  height: 133px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.index-mark li a {
  display: block;
  width: 86%;
  outline: none;
}
.index-mark li .b {
  width: 100%;
}
.index-mark li .t {
  float: left;
  width: 120px;
}
.index-mark li .t h6 {
  color: #22252a;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 6px;
}
.index-mark li .t p {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 18px;
}
.index-mark li img {
  float: right;
  height: 60px;
}
.index-mark li .s {
  display: block;
}
.index-mark li .h {
  display: none;
}
.index-mark li:hover {
  background-image: url(../images/icon-markbg.jpg);
}
.index-mark li:hover .s {
  display: none;
}
.index-mark li:hover .h {
  display: block;
}
.index-title {
  padding: 52px 0 36px;
  text-align: center;
}
.index-title h6 {
  color: #333;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
}
.index-title .desc {
  color: #333;
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 8px;
}
.index-title .line {
  width: 51px;
  margin: 0 auto;
}
.index-title .line .l {
  width: 10px;
  height: 2px;
  background-color: #d5b799;
}
.index-title .line .r {
  width: 37px;
  height: 2px;
  background-color: #00625a;
}
.index-case-bg {
  width: 100%;
  background-image: url(../images/case-bg1.jpg);
  background-position: center;
  background-size: cover;
}
.index-case .item {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 27px;
  background-color: #fff;
}
.index-case .item:nth-child(3n) {
  margin-right: 0;
}
.index-case .item .img {
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.index-case .item .t {
  width: 100%;
  line-height: 48px;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index-case .item .t p {
  padding-left: 33px;
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #333;
  font-size: 16px;
}
.index-case .item .t p:after {
  content: "";
  display: block;
  width: 4px;
  height: 15px;
  top: 16px;
  left: 21px;
  background-color: #00625a;
  position: absolute;
  border-top-right-radius: 4px;
}
.index-case .item .t .d {
  padding-right: 21px;
  color: #666;
  font-size: 15px;
}
.index-case .item .line {
  position: absolute;
  background-color: #fff;
  z-index: 1;
}
.index-case .item .line-lth {
  width: 36px;
  height: 1px;
  top: 16px;
  left: 16px;
}
.index-case .item .line-lts {
  width: 1px;
  height: 36px;
  top: 16px;
  left: 16px;
}
.index-case .item .line-rmh {
  width: 36px;
  height: 1px;
  bottom: 16px;
  right: 16px;
}
.index-case .item .line-rms {
  width: 1px;
  height: 36px;
  bottom: 16px;
  right: 16px;
}
.index-case .item:hover .t p,
.index-case .item:hover .t .d {
  color: #00625a;
}
.index-case .item:hover .line-lth,
.index-case .item:hover .line-rmh {
  width: 416px;
}
.index-case .item:hover .line-lts,
.index-case .item:hover .line-rms {
  height: 267px;
}
.index-case-more {
  padding: 46px 0 51px;
  color: #888;
  font-size: 16px;
  text-align: center;
}
.index-case-more a {
  color: #888;
  margin: 0 10px;
}
.index-case-more .more {
  color: #00625a;
}
.index-strength-bg {
  width: 100%;
  background: url(../images/shili-bg1.jpg) center / cover no-repeat;
}
.index-strength-bg .index-title h6,
.index-strength-bg .index-title .desc {
  color: #fff;
}
.index-strength .item {
  float: left;
  width: 25%;
  height: 554px;
  position: relative;
}
.index-strength .item .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.index-strength .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  background-color: transparent;
}
.index-strength .item .txt .num {
  position: absolute;
  top: 26px;
  right: 28px;
  z-index: 1;
}
.index-strength .item .txt .kuang {
  width: 135px;
  height: 91px;
  background-color: #00625a;
  position: absolute;
  top: 61px;
  left: 30px;
  z-index: 1;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 45px;
}
.index-strength .item .txt .con {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 0;
  right: 0;
  padding: 0 48px;
}
.index-strength .item .txt .con h6 {
  color: #d5b799;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
}
.index-strength .item .txt .con .y {
  color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
}
.index-strength .item .txt .con .desc {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  height: 104px;
  overflow: hidden;
  margin-bottom: 27px;
  opacity: 0;
}
.index-strength .item .txt .con a {
  display: block;
  width: 84px;
  height: 30px;
  border: 1px solid #d5b799;
  color: #d5b799;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  opacity: 0;
}
.index-strength .item .txt .con a:hover {
  background-color: #d5b799;
  color: #fff;
}
.index-strength .item:hover .txt {
  border-color: #c5ab92;
  background-color: rgba(0, 98, 90, 0.8);
}
.index-strength .item:hover .txt .kuang {
  background-color: transparent;
}
.index-strength .item:hover .txt .desc,
.index-strength .item:hover .txt a {
  opacity: 1;
}
.index-strength .item:hover .txt .con {
  top: 248px;
}
.index-news {
  padding: 77px 0 63px;
}
.index-news .title {
  width: 16%;
  height: 655px;
  background-image: url(../images/icon-news1.png);
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}
.index-news .title h6 {
  color: #00625a;
  font-size: 32px;
  writing-mode: vertical-lr;
  position: absolute;
  top: 0;
  left: 61%;
}
.index-news .title p {
  color: #00625a;
  font-size: 15px;
  writing-mode: vertical-lr;
  position: absolute;
  top: 0;
  left: 48%;
}
.index-news .title a {
  display: inline-block;
  position: absolute;
  left: 8px;
  bottom: 0;
}
.index-news .title a span {
  display: block;
  color: #00625a;
  font-size: 14px;
  margin-bottom: 10px;
}
.index-news .title a .line {
  width: 36px;
  height: 2px;
  background-color: #00625a;
}
.index-news .items {
  width: 84%;
}
.index-news .item {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 27px;
}
.index-news .item:nth-child(3n) {
  margin-right: 0;
}
.index-news .item .img {
  width: 100%;
  height: 265px;
  background-position: center;
  background-size: cover;
}
.index-news .item p {
  width: 100%;
  color: #666;
  font-size: 16px;
  line-height: 48px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .item .line {
  width: 22px;
  height: 1px;
  background-color: #333;
}
.index-news .item:hover p {
  color: #00625a;
  font-weight: bold;
}
.index-news .item:hover .line {
  background-color: #00625a;
}
.index-video {
  width: 100%;
  padding: 33px 0 70px;
  background: url(../images/video-bg.jpg) center / cover no-repeat;
}
.index-video .title {
  margin-bottom: 25px;
  position: relative;
  color: #666;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-left: 20px;
}
.index-video .title:after {
  content: "";
  width: 5px;
  height: 22px;
  background-color: #00625a;
  border-top-right-radius: 5px;
  position: absolute;
  left: 0;
  top: 1px;
}
.index-video .tr {
  width: 100%;
  height: 620px;
}
.index-video .video {
  width: 50%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  position: relative;
  background-color: #a5a5a5;
}
.index-video .video video {
  display: block;
  width: 100%;
  height: 100%;
}
#play1, #play2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
#play1 {
  width: 60px;
}
#play2 {
  width: 40px;
}
.index-video .wap-video {
  width: 31%;
  height: 100%;
  position: relative;
}
.index-video .wap-video .ti {
  position: absolute;
  left: 21%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  padding-top: 26px;
  background-image: url(../images/icon-shub.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.index-video .wap-video .ti span {
  color: #d6b588;
  font-size: 13px;
  writing-mode: vertical-lr;
}
.index-video .wap-video .wap-video-bg {
  width: 310px;
  height: 100%;
  background: url(../images/bg-sj.png) center / cover no-repeat;
  padding: 15px 20px;
}
.index-video .tit {
  width: 19%;
  height: 100%;
  background-image: url(../images/icon-video1.png);
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
}
.index-video .tit h6 {
  color: #00625a;
  font-size: 32px;
  writing-mode: vertical-lr;
  position: absolute;
  top: 0;
  left: 33%;
}
.index-video .tit p {
  color: #00625a;
  font-size: 15px;
  writing-mode: vertical-lr;
  letter-spacing: 5px;
  position: absolute;
  top: 0;
  left: 51%;
}
.index-video .tit a {
  display: inline-block;
  position: absolute;
  right: 8px;
  bottom: 0;
}
.index-video .tit a span {
  display: block;
  color: #00625a;
  font-size: 14px;
  margin-bottom: 10px;
}
.index-video .tit a .line {
  width: 36px;
  height: 2px;
  background-color: #00625a;
}
.waPvideo {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: relative;
}
.waPvideo video {
  display: block;
  width: 100%;
  height: 100%;
}
.index-question-bg {
  width: 100%;
  padding: 0 0 149px;
  background: url(../images/ques-bg1.jpg) center / cover no-repeat;
}
.index-question .item {
  float: left;
  width: 25%;
  border-right: 1px solid #f2f2f2;
}
.index-question .item:last-child {
  border-right: none;
}
.index-question .item .img {
  width: 100%;
  height: 170px;
  border-bottom: 1px solid #f2f2f2;
  background-position: center;
  background-size: cover;
  position: relative;
}
.index-question .item .img .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
.index-question .item .img .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.index-question .item .img .txt img {
  display: block;
  height: 59px;
  margin: 0 auto 20px;
}
.index-question .item .img .txt p {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.index-question .item .con {
  width: 100%;
  padding: 20px 30px 60px;
  background-color: #fff;
  position: relative;
}
.index-question .item .con dd {
  line-height: 40px;
}
.index-question .item .con dd span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 1px;
  background-color: #66a27c;
  margin-right: 6px;
}
.index-question .item .con dd a {
  color: #4b4b4b;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-question .item .con dd a:hover {
  color: #00625a;
}
.index-question .item .con .more {
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 25px;
}
.index-question .item .con .more span {
  display: block;
  line-height: 1;
  color: #c6c6c6;
  font-size: 14px;
  margin-bottom: 5px;
}
.index-question .item .con .more .line {
  width: 20px;
  height: 1px;
  background-color: #c6c6c6;
}
.index-question .item .con .more:hover span {
  color: #00625a;
}
.index-question .item .con .more:hover .line {
  background-color: #00625a;
}
.index-question .item:hover .img .bg {
  background-color: rgba(0, 98, 90, 0.8);
}
.index-question .item:hover .img .txt p {
  color: #dfc5a9;
}
.index-witness-bg {
  width: 100%;
  padding: 109px 0 112px;
  background: url(../images/wit-bg.jpg) center / cover no-repeat;
}
.index-witness-tab {
  width: 26.5%;
  height: 600px;
  background-color: #fff;
  padding: 55px 50px 40px;
  position: relative;
}
.index-witness-tab:before,
.index-witness-tab:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0px;
  height: 0px;
}
.index-witness-tab:before {
  border-top: 0 solid transparent;
  border-bottom: 43px solid transparent;
  border-left: 43px solid #c5ab92;
  left: 0;
  top: 0;
}
.index-witness-tab:after {
  border-top: 43px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 43px solid #c5ab92;
  right: 0;
  bottom: 0;
}
.index-witness-tab h6 {
  color: #333;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
}
.index-witness-tab .desc {
  width: 100%;
  color: #333;
  font-size: 16px;
  line-height: 28px;
  height: 140px;
  overflow: hidden;
  margin-bottom: 15px;
}
.index-witness-tab ul {
  width: 100%;
}
.index-witness-tab ul li {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #c5ab92;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 17px;
  cursor: pointer;
}
.index-witness-tab ul li:nth-child(3n) {
  margin-right: 0;
}
.index-witness-tab ul li img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.index-witness-tab ul li.on {
  background-color: #00625a;
}
.index-witness-tab ul .more {
  background-color: #f2f2f2;
}
.index-witness-tab ul .more a {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.index-witness-tab ul .more img {
  display: block;
  width: auto;
  height: auto;
}
.index-witness-content {
  width: 71%;
  height: 600px;
  background-color: #fff;
  padding: 53px 55px;
}
.index-witness-content .content {
  display: none;
  width: 100%;
}
.index-witness-content .content .tou {
  padding: 0 0 27px;
  border-bottom: 1px dashed #e5e5e5;
}
.index-witness-content .content .cir {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.index-witness-content .content .cir img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-witness-content .content .txt {
  float: left;
}
.index-witness-content .content .txt h6 {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  font-family: 'Microsoft Yahei';
  margin-bottom: 7px;
  white-space: nowrap;
}
.index-witness-content .content .txt .desc {
  color: #aaa;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
.index-witness-content .content .txt .score {
  display: block;
}
.index-witness-content .content .txt .score ul {
  padding: 8px 0 0;
}
.index-witness-content .content .con {
  width: 100%;
  color: #333;
  font-size: 14px;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 15px 0 0;
}
.index-witness-content .content .tu {
  width: 100%;
}
.index-witness-content .content .tu li {
  float: left;
  width: 31%;
  height: 195px;
  background-position: center;
  background-size: cover;
  margin-right: 3.5%;
}
.index-witness-content .content .tu li:nth-child(3n) {
  margin-right: 0;
}
.index-witness-content .content .date {
  color: #aaa;
  font-size: 14px;
  line-height: 40px;
  font-family: gothic;
}
.index-link {
  padding: 57px 0 41px;
}
.index-link .items {
  width: 75%;
}
.index-link .item {
  float: left;
  width: 32%;
  height: 187px;
  margin-right: 2%;
  margin-bottom: 17px;
  background-color: #22252a;
  position: relative;
}
.index-link .item:nth-child(3n) {
  margin-right: 0;
}
.index-link .item .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0.3;
}
.index-link .item .txt {
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.index-link .item .txt h6 {
  color: #dcc0a5;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 19px;
}
.index-link .item .txt p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1;
}
.index-link .item .icon {
  position: absolute;
  right: 11%;
  top: 37%;
}
.index-link .item .icon img {
  height: 20px;
}
.index-link .item .icon .h {
  display: none;
}
.index-link .item:hover {
  background-color: #00625a;
}
.index-link .item:hover .img {
  opacity: 0.2;
}
.index-link .item:hover .txt h6,
.index-link .item:hover .txt p {
  color: #fff;
}
.index-link .item:hover .icon .s {
  display: none;
}
.index-link .item:hover .icon .h {
  display: block;
}
.index-link .yuyue {
  width: 23%;
  height: 392px;
  background: url(../images/yu-bg.jpg) center / cover no-repeat;
  padding: 28px 37px 0;
}
.index-link .yuyue h6 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.index-link .yuyue .desc {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
.index-link .yuyue .desc span {
  color: #c5ab92;
  font-family: gothic;
}
.index-link .yuyue input {
  display: block;
  width: 100%;
  height: 46px;
  background-color: #fff;
  margin-bottom: 14px;
  border: none;
  padding: 0 12px;
}
.index-link .yuyue input::-webkit-input-placeholder {
  color: #b6b4b4;
  font-size: 14px;
}
.index-link .yuyue .inp {
  width: 100%;
  position: relative;
}
.index-link .yuyue .inp input {
  padding: 0 40px 0 12px;
}
.index-link .yuyue .inp span {
  color: #333;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 13px;
}
.index-link .yuyue .btn {
  background-color: #c5ab92;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.index-link .yuyue p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.footer {
  width: 100%;
}
.foot {
  width: 100%;
  padding: 37px 0 33px;
  background-image: url(../images/ft-bg1.jpg);
  background-position: center;
  background-size: cover;
}
.foot .f-nav {
  margin-right: 40px;
}
.foot .f-nav dl {
  float: left;
  margin-right: 25px;
}
.foot .f-nav dl a {
  display: block;
  line-height: 1;
}
.foot .f-nav dt {
  margin-bottom: 20px;
}
.foot .f-nav dt a {
  color: #fff;
  font-size: 14px;
}
.foot .f-nav dd {
  margin-bottom: 15px;
}
.foot .f-nav dd a {
  color: #a8a8a8;
  font-size: 12px;
}
.foot .erWeiMa dl {
  float: left;
  margin-right: 40px;
}
.foot .erWeiMa dt {
  width: 128px;
  height: 128px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto 12px;
}
.foot .erWeiMa dt img {
  display: block;
  width: 100%;
  height: 100%;
}
.foot .erWeiMa dd {
  color: #a8a8a8;
  font-size: 12px;
  text-align: center;
}
.foot .phone {
  text-align: right;
}
.foot .phone .re {
  font-size: 0;
  margin-bottom: 12px;
}
.foot .phone .re span {
  line-height: 22px;
  padding-left: 33px;
  background-image: url(../images/icon-re.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
}
.foot .phone .ph {
  color: #c5ab92;
  font-size: 36px;
  font-family: gothic;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
.foot .phone .time {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 30px;
}
.foot .phone .a {
  font-size: 0;
}
.foot .phone .a a {
  display: inline-block;
  vertical-align: top;
  width: 125px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
}
.foot .phone .a .y {
  background-color: #00625a;
}
.foot .phone .a .m {
  background-color: #c5ab92;
}
.foot .link {
  font-size: 0;
  padding: 40px 0 0;
}
.foot .link span,
.foot .link a {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  font-size: 12px;
}
.foot .link span {
  color: #fff;
}
.foot .link a {
  color: #868686;
  margin-right: 11px;
}
.foot-bottom {
  width: 100%;
  height: 58px;
  background-color: #212427;
}
.zhanwei-d {
  height: 92px;
}
.calculate {
  width: 100%;
  position: fixed;
  min-height: 92px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.calculate .cal-btn {
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  width: 100%;
  height: 128px;
  background-image: url(../images/ti-bg.png);
  background-position: center;
  background-size: auto 100%;
  cursor: pointer;
  z-index: 1;
}
.calculate .cal-btn img {
  display: block;
  position: absolute;
  bottom: 22px;
  right: 31.4vw;
  z-index: 1;
  animation: tiao .5s infinite alternate;
  -webkit-animation: tiao .5s infinite alternate;
}
@keyframes tiao {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
}
@-webkit-keyframes tiao {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
}
@media screen and (max-width:1700px) {
  .calculate .cal-btn img {
    right: 26vw;
  }
}
@media screen and (max-width:1340px) {
  .calculate .cal-btn img {
    right: 22vw;
  }
}
.calculate .cal-btn.active img {
  animation: tiao1 .5s infinite alternate;
  -webkit-animation: tiao1 .5s infinite alternate;
}
@keyframes tiao1 {
  0% {
    transform: translateY(0px) rotate(180deg);
    -webkit-transform: translateY(0px) rotate(180deg);
    -moz-transform: translateY(0px) rotate(180deg);
    -ms-transform: translateY(0px) rotate(180deg);
    -o-transform: translateY(0px) rotate(180deg);
}
  100% {
    transform: translateY(-10px) rotate(180deg);
    -webkit-transform: translateY(-10px) rotate(180deg);
    -moz-transform: translateY(-10px) rotate(180deg);
    -ms-transform: translateY(-10px) rotate(180deg);
    -o-transform: translateY(-10px) rotate(180deg);
  }
}
@-webkit-keyframes tiao1 {
  0% {
    transform: translateY(0px) rotate(180deg);
    -webkit-transform: translateY(0px) rotate(180deg);
    -moz-transform: translateY(0px) rotate(180deg);
    -ms-transform: translateY(0px) rotate(180deg);
    -o-transform: translateY(0px) rotate(180deg);
}
  100% {
    transform: translateY(-10px) rotate(180deg);
    -webkit-transform: translateY(-10px) rotate(180deg);
    -moz-transform: translateY(-10px) rotate(180deg);
    -ms-transform: translateY(-10px) rotate(180deg);
    -o-transform: translateY(-10px) rotate(180deg);
  }
}
.cal-show {
  display: none;
  padding: 110px 0 15px;
  background-color: rgba(51, 51, 51, 0.95);
}
.cal-box {
  width: 980px;
  margin: 0 auto;
  background-image: url(../images/productbg.png);
  background-position: center;
  background-size: cover;
  padding: 10px 40px;
  position: relative;
}
.cal-box .tit {
  margin-bottom: 5px;
}
.cal-box .tit strong {
  color: #333;
  font-size: 18px;
}
.cal-box .tit span {
  color: #333;
  font-size: 14px;
  margin-left: 15px;
}
.cal-box .layui-form-label {
  padding: 0;
  line-height: 40px;
  width: 85px;
  text-align: left;
}
.cal-box .layui-form-item {
  margin-bottom: 5px;
}
.cal-box .layui-input-inline {
  width: 275px;
}
.cal-box .hu .layui-form-select {
  float: left;
  width: 85px;
  margin-right: 10px;
}
.cal-box .hu .layui-form-select:nth-of-type(3n) {
  margin-right: 0;
}
.cal-box .hu .layui-form-select:nth-of-type(1),
.cal-box .hu .layui-form-select:nth-of-type(2) {
  margin-bottom: 5px;
}
.cal-box .layui-input {
  height: 40px;
}
.cal-box .layui-form-select dl {
  padding: 0;
  top: 40px;
}
.cal-box .layui-form-mid {
  color: #c5ab92 !important;
}
.cal-box .yan .layui-input {
  float: left;
  width: 135px;
}
.cal-box .yan #sendCode,
.cal-box .yan #sendCode_s {
  float: right;
  width: 125px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #00625a;
  color: #00625a;
  font-size: 15px;
  background-color: #fff;
}
.cal-box .ps {
  padding-left: 85px;
  color: #555;
  font-size: 14px;
}
.cal-box .txt {
  width: 333px;
}
.cal-box .txt .ti {
  color: #333;
  font-size: 18px;
  margin-bottom: 18px;
}
.cal-box .txt .ti span {
  font-size: 30px;
  font-family: gothic;
  color: #00625a;
  font-weight: bold;
}
.cal-box .txt .bg {
  width: 100%;
  height: 270px;
  background-image: url(../images/suan-bg.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 20px;
}
.cal-box .txt .bo {
  width: 64%;
}
.cal-box .txt p {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
}
.cal-box .txt p span {
  white-space: nowrap;
}
.cal-box .txt .con {
  color: #ddd;
  font-size: 12px;
  line-height: 1.5;
}
.cal-box .txt .de {
  color: #555;
  font-size: 14px;
  line-height: 17px;
}
.cal-box .suan-btn {
  position: absolute;
  top: 56px;
  left: 440px;
}
.cal-box .suan-btn .bg {
  display: block;
  width: 100%;
  height: 100%;
}
.cal-box .suan-btn .bg-yuan {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  animation: zhuan 2s infinite;
  -webkit-animation: zhuan 2s infinite;
}
@keyframes zhuan {
  0% {
    transform: translate(-50%,-50%) rotate(0);
    -webkit-transform: translate(-50%,-50%) rotate(0);
    -moz-transform: translate(-50%,-50%) rotate(0);
    -ms-transform: translate(-50%,-50%) rotate(0);
    -o-transform: translate(-50%,-50%) rotate(0);
  }
  25% {
    transform: translate(-50%,-50%) rotate(90deg);
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
    -moz-transform: translate(-50%,-50%) rotate(90deg);
    -ms-transform: translate(-50%,-50%) rotate(90deg);
    -o-transform: translate(-50%,-50%) rotate(90deg);
}
  50% {
    transform: translate(-50%,-50%) rotate(180deg);
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
    -moz-transform: translate(-50%,-50%) rotate(180deg);
    -ms-transform: translate(-50%,-50%) rotate(180deg);
    -o-transform: translate(-50%,-50%) rotate(180deg);
  }
  75% {
    transform: translate(-50%,-50%) rotate(270deg);
    -webkit-transform: translate(-50%,-50%) rotate(270deg);
    -moz-transform: translate(-50%,-50%) rotate(270deg);
    -ms-transform: translate(-50%,-50%) rotate(270deg);
    -o-transform: translate(-50%,-50%) rotate(270deg);
}
  100% {
    transform: translate(-50%,-50%) rotate(360deg);
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -moz-transform: translate(-50%,-50%) rotate(360deg);
    -ms-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
}
}
@-webkit-keyframes zhuan {
  0% {
    transform: translate(-50%,-50%) rotate(0);
    -webkit-transform: translate(-50%,-50%) rotate(0);
    -moz-transform: translate(-50%,-50%) rotate(0);
    -ms-transform: translate(-50%,-50%) rotate(0);
    -o-transform: translate(-50%,-50%) rotate(0);
  }
  25% {
    transform: translate(-50%,-50%) rotate(90deg);
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
    -moz-transform: translate(-50%,-50%) rotate(90deg);
    -ms-transform: translate(-50%,-50%) rotate(90deg);
    -o-transform: translate(-50%,-50%) rotate(90deg);
}
  50% {
    transform: translate(-50%,-50%) rotate(180deg);
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
    -moz-transform: translate(-50%,-50%) rotate(180deg);
    -ms-transform: translate(-50%,-50%) rotate(180deg);
    -o-transform: translate(-50%,-50%) rotate(180deg);
  }
  75% {
    transform: translate(-50%,-50%) rotate(270deg);
    -webkit-transform: translate(-50%,-50%) rotate(270deg);
    -moz-transform: translate(-50%,-50%) rotate(270deg);
    -ms-transform: translate(-50%,-50%) rotate(270deg);
    -o-transform: translate(-50%,-50%) rotate(270deg);
}
  100% {
    transform: translate(-50%,-50%) rotate(360deg);
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -moz-transform: translate(-50%,-50%) rotate(360deg);
    -ms-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
  }
}
.cal-box .suan-btn .btn {
  display: block;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  border: none;
  background: transparent url(../images/btn-l.png) center/cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.right-sidebar {
  position: fixed;
  bottom: 10%;
  right: 17px;
  z-index: 10;
  width: 118px;
  background-image: url(../images/sidebar-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 5px;
}
.right-sidebar ul {
  width: 100%;
  border: 1px solid #c6a687;
}
.right-sidebar li {
  width: 100%;
  position: relative;
}
.right-sidebar li:after {
  content: "";
  display: block;
  width: 67px;
  height: 1px;
  background-color: #c6a687;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.right-sidebar li:last-child:after {
  display: none;
}
.right-sidebar li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 0;
  text-align: center;
}
.right-sidebar li a img {
  display: block;
  height: 36px;
  margin: 0 auto 12px;
}
.right-sidebar li a p {
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(to bottom, #e3c8ad 0%, #b29171 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3c8ad), color-stop(100%, #b29171));
  background: -webkit-linear-gradient(top, #e3c8ad 0%, #b29171 100%);
  background: -moz-linear-gradient(top, #e3c8ad 0%, #b29171 100%);
  background: -ms-linear-gradient(top, #e3c8ad 0%, #b29171 100%);
  background: -o-linear-gradient(top, #e3c8ad 0%, #b29171 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.right-sidebar li a .ph {
  font-family: gothic;
  font-size: 20px;
  background: linear-gradient(to bottom, #ffffff 0%, #8b8b8b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #8b8b8b));
  background: -webkit-linear-gradient(top, #ffffff 0%, #8b8b8b 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #8b8b8b 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #8b8b8b 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #8b8b8b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1.3;
  padding: 10px 0 0;
  font-weight: bold;
}
.right-sidebar .weixin {
  display: none;
  position: absolute;
  left: -117px;
  bottom: 0;
  z-index: 1;
  width: 108px;
  background-color: rgba(50, 55, 61, 0.9);
}
.right-sidebar .weixin .img {
  width: 100%;
  padding: 8px;
  background-color: #32373d;
}
.right-sidebar .weixin .img img {
  display: block;
  width: 100%;
}
.right-sidebar .weixin p {
  color: #fff;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
}
#Top {
  padding: 11px 0;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
#Top img {
  display: block;
  margin: 0 auto 6px;
  height: 28px;
}
#Top p {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
}
#Top:hover img {
  transform: translateY(-5px);
}
#Top:hover p {
  letter-spacing: 0px;
}
.inside-banner {
  width: 100%;
  position: relative;
}
.inside-banner .pc {
  display: block;
  width: 100%;
}
.inside-banner .sub {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.raiders-banner .b-form {
  float: right;
  margin-right: 30px;
  background-color: #fff;
  margin-right: 28px;
}
.b-form {
  width: 340px;
  padding: 37px 28px 43px;
}
.b-form .img {
  display: block;
  width: 100%;
  margin-bottom: 22px;
}
.b-form .item {
  width: 100%;
  position: relative;
  margin-bottom: 17px;
}
.b-form .item .layui-input {
  height: 50px;
  padding-left: 64px;
}
.b-form .item label {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 52px;
  height: 50px;
  border-right: 1px solid #e6e6e6;
  line-height: 50px;
  text-align: center;
  font-size: 0;
}
.b-form .item label img {
  display: inline-block;
  vertical-align: middle;
  height: 19px;
}
.b-form .layui-btn {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #c5ab92;
  font-size: 18px;
  margin-bottom: 22px;
}
.b-form p {
  color: #333;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.b-form p span {
  color: #c5ab92;
}
.brand {
  width: 100%;
}
.brand .br {
  line-height: 72px;
  color: #525252;
}
.brand .br a,
.brand .br span {
  color: #525252;
  font-size: 16px;
}
.brand .br a:hover {
  opacity: 0.8;
}
.br-nav {
  font-size: 0;
}
.br-nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 18px 3px;
}
.br-nav li a {
  display: block;
  line-height: 36px;
  color: #525252;
  font-size: 16px;
  padding: 0 20px;
}
.br-nav li.on a {
  background-color: #00625a;
  color: #fff;
}
.raiders {
  padding: 40px 0 20px;
  background-color: #f6f6f6;
}
.raiders .item {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
}
.raiders .item .title {
  width: 22%;
  height: 474px;
  background-position: center;
  background-size: cover;
  padding: 0 2vw;
}
.raiders .item .title h5 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 117px 0 12px;
  white-space: nowrap;
}
.raiders .item .title h6 {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.raiders .item .title .xie {
  display: block;
  margin-bottom: 20px;
}
.raiders .item .title .desc {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  margin-bottom: 30px;
}
.raiders .item .title a {
  display: block;
  width: 88px;
  height: 32px;
  border: 1px solid #fff;
  border-top-left-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
}
.raiders .item .title a:hover {
  opacity: 0.8;
}
.raiders .item ul {
  width: 76%;
  font-size: 0;
  text-align: left;
}
.raiders .item li {
  display: inline-block;
  vertical-align: top;
  width: 32.2%;
  height: 228px;
  margin-right: 1.7%;
  margin-bottom: 18px;
  position: relative;
}
.raiders .item li:nth-child(3n) {
  margin-right: 0;
}
.raiders .item li:nth-child(n+4) {
  margin-bottom: 0;
}
.raiders .item li .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.raiders .item li .p {
  width: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.raiders .item li .p p {
  color: #fff;
  font-size: 13px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.raiders .odd li:hover .p {
  background-color: rgba(0, 98, 90, 0.9);
}
.raiders .even li:hover .p {
  background-color: rgba(197, 171, 146, 0.9);
}
.raiders-list {
  width: 100%;
  padding: 9px 0 0;
  background-color: #f6f6f6;
}
.raiders-list .beand {
  margin-bottom: 17px;
}
.raiders-list .b-form {
  width: 100%;
  background-color: #00625a;
  margin-bottom: 22px;
}
.raiders-list .b-form .item {
  padding: 0;
  background-color: transparent;
}
.raiders-list .b-form p {
  color: #fff;
}
.raiders-list .left {
  width: 73.9%;
}
.raiders-list .right {
  width: 24.3%;
}
.raiders-list .items {
  width: 100%;
}
.raiders-list .item {
  width: 100%;
  padding: 24px 27px;
  background-color: #fff;
  margin-bottom: 20px;
}
.raiders-list .item a {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.raiders-list .item .img {
  width: 29.8%;
  height: 202px;
  background-position: center;
  background-size: cover;
}
.raiders-list .item .txt {
  width: 67%;
}
.raiders-list .item .txt .ts {
  width: 100%;
  margin-bottom: 15px;
}
.raiders-list .item .txt .t {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-right: 62px;
}
.raiders-list .item .txt .t p {
  color: #333;
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.raiders-list .item .txt .t img {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
}
.raiders-list .item .txt .bark {
  width: 100%;
  margin-bottom: 12px;
  font-size: 0;
}
.raiders-list .item .txt .bark span {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  height: 22px;
  border: 1px solid #c5ab92;
  border-radius: 11px;
  color: #c5ab92;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  margin-right: 9px;
}
.raiders-list .item .txt .desc {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 40px;
}
.raiders-list .item .txt .basic {
  font-size: 0;
}
.raiders-list .item .txt .basic span {
  color: #888;
  font-size: 14px;
  line-height: 1;
  padding-left: 25px;
  margin-right: 25px;
  background-position: left center;
  background-repeat: no-repeat;
}
.raiders-list .item .txt .basic .time {
  background-image: url(../images/icon-time.png);
}
.raiders-list .item .txt .basic .lan {
  background-image: url(../images/icon-lan.png);
}
.raiders-list .item .txt .basic .ping {
  background-image: url(../images/icon-ping.png);
}
.raiders-list .more {
  padding: 10px 0 33px;
  font-size: 0;
  text-align: center;
}
.raiders-list .more a {
  display: inline-block;
  vertical-align: middle;
}
.swiper-raiders-list {
  width: 100%;
  height: 480px;
  margin-bottom: 22px;
}
.swiper-raiders-list .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-raiders-list .swiper-slide p {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 56px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.swiper-raiders-list .swiper-button-next,
.swiper-raiders-list .swiper-button-prev {
  outline: none;
  width: 34px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.3);
}
.swiper-raiders-list .swiper-button-next:after,
.swiper-raiders-list .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
}
.swiper-raiders-list .swiper-button-prev {
  left: 0;
}
.swiper-raiders-list .swiper-button-next {
  right: 0;
}
.swiper-raiders-list .swiper-pagination {
  font-size: 0;
  bottom: 24px;
}
.swiper-raiders-list .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.swiper-raiders-list .swiper-pagination-bullet-active {
  background-color: #fff;
}
.hot-raiders {
  width: 100%;
  background-color: #fff;
  margin-bottom: 25px;
  padding: 22px 20px 10px;
}
.hot-raiders .tit {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 25px;
}
.hot-raiders .tit p {
  color: #333;
  font-size: 18px;
  line-height: 18px;
}
.hot-raiders .tit a {
  display: block;
  color: #888;
  font-size: 14px;
  line-height: 18px;
  font-family: gothic;
}
.hot-raiders ul {
  width: 100%;
}
.hot-raiders li {
  width: 100%;
  margin-bottom: 20px;
}
.hot-raiders li a,
.hot-raiders li .basic {
  width: 100%;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.hot-raiders li .img {
  width: 35%;
  height: 75px;
  background-position: center;
  background-size: cover;
}
.hot-raiders li .txt {
  width: 60%;
}
.hot-raiders li .txt .basic {
  margin-bottom: 10px;
}
.hot-raiders li .txt .basic p {
  display: inline-block;
  padding-left: 17px;
  background-image: url(../images/icon-ping.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 13px;
  line-height: 22px;
  color: #00625a;
  font-size: 13px;
}
.hot-raiders li .txt h6 {
  color: #333;
  font-size: 15px;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
}
.advert {
  width: 100%;
}
.advert a,
.advert img {
  display: block;
  width: 100%;
}
.advert a {
  margin-bottom: 20px;
}
.cons-title {
  text-align: center;
  font-size: 0;
  font-family: FZQ;
  padding: 85px 0 60px;
}
.cons-title .t {
  font-size: 0;
}
.cons-title .t .num,
.cons-title .t h6 {
  display: inline-block;
  vertical-align: top;
}
.cons-title .t .num {
  color: #ccb195;
  font-weight: lighter;
  font-size: 78px;
  line-height: 1;
  position: relative;
  margin-right: 25px;
}
.cons-title .t .num b {
  font-family: pingFang;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: -20px;
}
.cons-title .t h6 {
  position: relative;
}
.cons-title .t h6 span {
  color: #333;
  font-size: 41px;
  line-height: 1;
}
.cons-title .t h6 span em {
  font-size: 60px;
  font-weight: normal;
}
.cons-title .t h6 .en {
  color: #ccb195;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  left: 65px;
  white-space: nowrap;
}
.cons-title .desc {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 8px;
}
.construction {
  width: 100%;
  background: url(../images/cons-bg1.jpg) center / cover no-repeat;
}
.cons-liucheng-box {
  width: 100%;
  position: relative;
}
.cons-liucheng-box .lineB {
  position: absolute;
  bottom: 38px;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
}
.cons-liucheng {
  position: relative;
  z-index: 2;
  margin-top: -63px;
  height: 370px;
  box-shadow: 0 6px 24px rgba(183, 176, 165, 0.3);
  background: url(../images/liucheng-bg.jpg) center / cover no-repeat;
}
.cons-liucheng .cons-title {
  padding: 45px 0 27px;
}
.cons-liucheng ul {
  width: 100%;
  display: flex;
  -webkit-display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.cons-liucheng ul li {
  width: 41px;
  height: 126px;
  line-height: 41px;
  text-align: center;
  font-size: 18px;
  color: #333;
  background-color: #ccb195;
  font-family: FZQ;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.cons-liucheng ul li:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/icon-cir1.png) center / cover no-repeat;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.cons-gongYi {
  padding: 0 50px;
}
.cons-gongYi .cons-title {
  padding: 60px 0 45px;
}
.cons-gongYi .items {
  width: 100%;
}
.cons-gongYi .item {
  width: 100%;
  margin-bottom: 54px;
}
.cons-gongYi .item .kuang {
  width: 45%;
  height: 420px;
  border: 1px solid #535353;
  position: relative;
}
.cons-gongYi .item .kuang .imgBox {
  width: 101%;
  height: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
}
.cons-gongYi .item .txt {
  width: 47.3%;
  position: relative;
}
.cons-gongYi .item .txt h6 {
  color: #ccb195;
  font-size: 36px;
  font-weight: bold;
  padding: 20px 0 30px;
}
.cons-gongYi .item .txt .line {
  width: 122%;
  height: 1px;
  background-color: #00625a;
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 2;
}
.cons-gongYi .item .txt .desc {
  color: #333;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}
.cons-gongYi .item:nth-child(odd) .kuang {
  float: left;
}
.cons-gongYi .item:nth-child(odd) .kuang .imgBox {
  left: 20px;
}
.cons-gongYi .item:nth-child(odd) .txt {
  float: right;
}
.cons-gongYi .item:nth-child(odd) .txt h6 {
  text-align: left;
}
.cons-gongYi .item:nth-child(odd) .txt .line {
  right: 0;
}
.cons-gongYi .item:nth-child(odd) .txt .desc {
  text-align: left;
}
.cons-gongYi .item:nth-child(even) .kuang {
  float: right;
  margin-top: -175px;
}
.cons-gongYi .item:nth-child(even) .kuang .imgBox {
  right: 20px;
}
.cons-gongYi .item:nth-child(even) .txt {
  float: left;
}
.cons-gongYi .item:nth-child(even) .txt h6 {
  text-align: right;
}
.cons-gongYi .item:nth-child(even) .txt .line {
  left: 0;
}
.cons-gongYi .item:nth-child(even) .txt .desc {
  text-align: right;
}
.cons-gongYi .item:hover .txt h6 {
  color: #00625a;
}
.cons-gongYi .more {
  font-size: 0;
  text-align: center;
  padding: 0 0 50px;
}
.cons-gongYi .more a {
  display: inline-block;
  vertical-align: middle;
}
.cons-gongYi .more a img {
  display: block;
}
.swiper-gongYi {
  width: 100%;
  height: 100%;
}
.swiper-gongYi .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-gongYi .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #f6f6f6;
  opacity: 1;
}
.swiper-gongYi .swiper-pagination-bullet-active {
  background-color: #ccb195;
}
.cons-huanBao {
  width: 100%;
  height: 752px;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cons-huanBao .subBox,
.cons-huanBao .cirs,
.cons-huanBao .cir {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.cons-huanBao .subBox {
  width: 50%;
  height: 100%;
}
.cons-huanBao .cirs {
  width: 576px;
  height: 576px;
  border-radius: 50%;
  background-color: #c5ab92;
}
.cons-huanBao .cir {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 13px #c5ab92;
}
.cons-huanBao .cir .desc {
  margin-bottom: 60px;
}
.cons-huanBao .cir a {
  color: #e7c6a6;
  font-size: 16px;
  line-height: 22px;
  font-family: pingFang;
}
.cons-huanBao .hz {
  width: 50%;
  height: 100%;
}
.cons-huanBao .hz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cons-team .sub {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cons-team .img {
  width: 54%;
}
.cons-team .img img {
  display: block;
  width: 100%;
}
.cons-team .bo {
  width: 46%;
  padding: 0 30px;
  border-right: 1px solid #00625a;
  border-bottom: 1px solid #00625a;
  position: relative;
}
.cons-team .bo:after {
  content: "";
  display: block;
  width: 30px;
  height: 24px;
  background-image: url(../images/icon-zuan.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.cons-team .b {
  border-top: 1px solid #00625a;
  position: relative;
}
.cons-team .b:before {
  content: "";
  display: block;
  width: 1px;
  height: 103px;
  background-color: #00625a;
  position: absolute;
  top: 0;
  left: 0;
}
.cons-team .b:after {
  content: "";
  display: block;
  width: 13px;
  height: 21px;
  background: url(../images/icon-sanjian.png) center / cover no-repeat;
  position: absolute;
  top: 103px;
  left: -6px;
}
.cons-team .b h6 {
  color: #ccb195;
  font-size: 24px;
  line-height: 1;
  padding: 37px 0 28px;
  font-family: FZQ;
  text-align: right;
}
.cons-team .b .desc {
  width: 100%;
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 43px;
}
.cons-team .b .desc .p {
  width: 33.333%;
}
.cons-team .b .desc p {
  color: #333;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
}
.cons-team .b .desc span {
  color: #00625a;
  font-weight: bold;
}
.cons-team .items {
  width: 100%;
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cons-team .item {
  width: 47.8%;
  height: 185px;
  margin-bottom: 22px;
}
.cons-team .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cons-shouHou {
  padding: 67px 0 90px;
  background-position: center;
  background-size: cover;
}
.cons-shouHou .items {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cons-shouHou .item {
  width: 18.9%;
  height: 490px;
  box-shadow: 0 0 30px rgba(207, 191, 178, 0.3);
  padding: 3px;
  background-color: #fff;
}
.cons-shouHou .item .bo {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-size: cover;
}
.cons-shouHou .item .txt {
  width: 68%;
  margin: 0 auto;
  padding: 160px 0 0;
}
.cons-shouHou .item .txt h6 {
  color: #333;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}
.cons-shouHou .item .txt .desc {
  color: #888888;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.cons-shouHou .item:hover {
  background-color: #00625a;
}
.team {
  width: 100%;
  padding: 24px 0 0;
}
.team .item {
  width: 100%;
  height: 712px;
  margin-bottom: 24px;
  position: relative;
}
.team .item h4 {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 20px;
  font-family: oldFace;
  text-transform: uppercase;
  position: absolute;
  top: 310px;
  z-index: 3;
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
}
.team .item .tit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 143px;
  z-index: 1;
  padding: 38px 0 0;
}
.team .item .tit .t {
  position: relative;
  width: 450px;
  height: 64px;
}
.team .item .tit .t p,
.team .item .tit .t span {
  position: absolute;
  white-space: nowrap;
  line-height: 1;
}
.team .item .tit .t p {
  top: 12px;
  z-index: 1;
  font-size: 40px;
  text-transform: uppercase;
  font-family: oldFace;
}
.team .item .tit .t span {
  display: block;
  top: 22px;
  z-index: 2;
  font-size: 32px;
  font-family: FZQ;
}
.team .item .tit .more a {
  display: block;
  font-size: 18px;
  line-height: 1;
  position: relative;
}
.team .item .tit .more a:after {
  content: "";
  display: block;
  width: 95px;
  height: 9px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
}
.team .item .imgBox {
  width: 50%;
  height: 100%;
  padding: 143px 0 0;
}
.team .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.team .item .bg {
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.team .item .txtBox {
  position: absolute;
  top: 143px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.team .item .txtBox .txt {
  width: 50%;
  padding: 52px 90px 0 70px;
}
.team .item .txtBox .tx {
  position: relative;
  padding: 30px 0 15px;
}
.team .item .txtBox .tx h6 {
  font-size: 30px;
  line-height: 1;
  font-family: oldFace;
  text-transform: uppercase;
  white-space: nowrap;
}
.team .item .txtBox .tx p {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 1;
  font-size: 24px;
  line-height: 1;
  font-family: FZQ;
}
.team .item .txtBox .desc {
  font-size: 16px;
  line-height: 36px;
  max-height: 108px;
  overflow: hidden;
  margin-bottom: 35px;
}
.team .item .txtBox .line {
  width: 100%;
  height: 1px;
}
.team .item .txtBox a {
  display: block;
  width: 135px;
  height: 40px;
  line-height: 40px;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  text-align: center;
}
.team .item .txtBox a:hover {
  opacity: 0.8;
}
.team .item:nth-child(odd) h4 {
  color: #f4e3d3;
  right: -5.9%;
}
.team .item:nth-child(odd) .tit {
  background-color: rgba(36, 36, 36, 0.5);
}
.team .item:nth-child(odd) .tit .t {
  float: left;
  background-color: #00625a;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 64px;
}
.team .item:nth-child(odd) .tit .t p,
.team .item:nth-child(odd) .tit .t span {
  left: 20px;
}
.team .item:nth-child(odd) .tit .t p {
  color: rgba(255, 255, 255, 0.15);
}
.team .item:nth-child(odd) .tit .t span {
  color: #fff;
}
.team .item:nth-child(odd) .tit .more {
  float: right;
  padding: 20px 82px 0 0;
}
.team .item:nth-child(odd) .tit .more a {
  color: #fff;
}
.team .item:nth-child(odd) .tit .more a:after {
  background-color: #00625a;
}
.team .item:nth-child(odd) .imgBox {
  float: left;
  background-color: #353535;
}
.team .item:nth-child(odd) .bg {
  float: right;
  background-image: url(../images/team-bg1.jpg);
}
.team .item:nth-child(odd) .txtBox .txt {
  float: right;
}
.team .item:nth-child(odd) .txtBox .tx h6 {
  color: rgba(255, 239, 224, 0.1);
}
.team .item:nth-child(odd) .txtBox .tx p {
  color: #f4e3d3;
}
.team .item:nth-child(odd) .txtBox .desc {
  color: #fff;
}
.team .item:nth-child(odd) .txtBox .line {
  background-color: rgba(211, 185, 162, 0.2);
}
.team .item:nth-child(odd) .txtBox a {
  border-color: #e0d1c2;
  color: #f4e3d3;
}
.team .item:nth-child(even) h4 {
  color: #00625a;
  left: -5.9%;
}
.team .item:nth-child(even) .tit {
  background-color: rgba(255, 255, 255, 0.5);
}
.team .item:nth-child(even) .tit .t {
  float: right;
  background-color: #cdbfb2;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 64px;
}
.team .item:nth-child(even) .tit .t p,
.team .item:nth-child(even) .tit .t span {
  right: 20px;
}
.team .item:nth-child(even) .tit .t p {
  color: rgba(0, 0, 0, 0.15);
}
.team .item:nth-child(even) .tit .t span {
  color: #333;
}
.team .item:nth-child(even) .tit .more {
  float: left;
  padding: 20px 0 0 82px;
}
.team .item:nth-child(even) .tit .more a {
  color: #333;
}
.team .item:nth-child(even) .tit .more a:after {
  background-color: #d3b9a2;
}
.team .item:nth-child(even) .imgBox {
  float: right;
  background-color: #fff;
}
.team .item:nth-child(even) .bg {
  float: left;
  background-image: url(../images/team-bg2.jpg);
}
.team .item:nth-child(even) .txtBox .txt {
  float: left;
}
.team .item:nth-child(even) .txtBox .tx h6 {
  color: rgba(51, 51, 51, 0.3);
}
.team .item:nth-child(even) .txtBox .tx p {
  color: #333;
}
.team .item:nth-child(even) .txtBox .desc {
  color: #333;
}
.team .item:nth-child(even) .txtBox .line {
  background-color: rgba(0, 0, 0, 0.2);
}
.team .item:nth-child(even) .txtBox a {
  border-color: #000;
  color: #333;
}
.team-detail {
  margin-top: -362px;
  position: relative;
  z-index: 2;
}
.team-detail .tit {
  width: 100%;
  padding: 28px 45px 30px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 48px;
}
.team-detail .tit .txt {
  width: 70%;
}
.team-detail .tit .t {
  position: relative;
  margin-bottom: 25px;
}
.team-detail .tit .t p {
  color: rgba(51, 51, 51, 0.1);
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  font-family: oldFace;
  white-space: nowrap;
}
.team-detail .tit .t span {
  color: #333;
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 0;
  font-family: FZQ;
}
.team-detail .tit .desc {
  color: #333;
  font-size: 16px;
  line-height: 36px;
}
.team-detail .tit .a {
  padding: 25px 0 0;
  font-size: 0;
}
.team-detail .tit .a a {
  display: inline-block;
  vertical-align: top;
  margin-left: 23px;
  width: 144px;
  height: 47px;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  background-position: center;
  background-size: 100% 100%;
  padding: 0 0 5px 5px;
}
.team-detail .tit .a .yuyue {
  color: #f4e3d3;
  background-image: url(../images/yuyue-bg1.png);
}
.team-detail .tit .a .zixun {
  color: #fff;
  background-image: url(../images/zixun-bg1.png);
}
.team-detail .swiper {
  width: 100%;
  position: relative;
}
.team-detail .swiper .swiper-button-prev,
.team-detail .swiper .swiper-button-next {
  opacity: 1;
  width: 60px;
  height: 29px;
  background-color: #c5ab92;
  outline: none;
  background-position: center;
  background-repeat: no-repeat;
}
.team-detail .swiper .swiper-button-prev:after,
.team-detail .swiper .swiper-button-next:after {
  display: none;
}
.team-detail .swiper .swiper-button-prev:hover,
.team-detail .swiper .swiper-button-next:hover {
  background-color: #00625a;
}
.team-detail .swiper .swiper-button-prev {
  background-image: url(../images/icon-prev1.png);
  left: -20px;
}
.team-detail .swiper .swiper-button-next {
  background-image: url(../images/icon-next1.png);
  right: -20px;
}
.team-detail .index-case {
  width: 100%;
}
.team-detail-title {
  font-size: 0;
  padding: 60px 0 35px;
}
.team-detail-title p {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.team-detail-title span {
  display: inline-block;
  vertical-align: bottom;
  color: #333;
  font-size: 16px;
  margin-left: 16px;
}
.swiper-team-detail {
  width: 100%;
}
.swiper-team-detail .swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-team-detail .swiper-slide .t {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #c5ab92;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 17px;
  opacity: 0;
}
.swiper-team-detail .swiper-slide .t p {
  color: #333;
  font-size: 15px;
  line-height: 40px;
}
.swiper-team-detail .swiper-slide:hover .t {
  opacity: 1;
}
.team-more {
  font-size: 0;
  padding: 25px 0 30px;
  text-align: center;
}
.team-more a {
  display: inline-block;
  vertical-align: middle;
}
.designer-detail {
  width: 100%;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.designer-detail .team-detail-title {
  padding: 80px 0 35px;
}
.designer-content {
  width: 100%;
  padding: 70px 90px 50px 70px;
  background-image: url(../images/designer-bg1.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.designer-content .txt {
  width: 57%;
}
.designer-content .txt .t {
  position: relative;
  margin-bottom: 40px;
}
.designer-content .txt .t p {
  color: rgba(0, 0, 0, 0.1);
  font-size: 38px;
  line-height: 1;
  font-family: oldFace;
  text-transform: uppercase;
  white-space: nowrap;
}
.designer-content .txt .t span {
  position: absolute;
  top: 12px;
  left: 0;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.designer-content .txt ul {
  display: flex;
  -webkit-display: flex;
  justify-content: start;
  -webkit-justify-content: start;
}
.designer-content .txt li {
  margin-right: 50px;
  text-align: center;
}
.designer-content .txt li p {
  color: #00625a;
  font-size: 20px;
}
.designer-content .txt li p span {
  font-size: 40px;
  font-family: gothic;
  margin-right: 5px;
}
.designer-content .txt li .d {
  color: #333;
  font-size: 16px;
}
.designer-content .txt .desc {
  padding: 35px 0 40px;
}
.designer-content .txt .sc {
  color: #333;
  font-size: 14px;
  line-height: 2;
}
.designer-content .txt .sc label {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.designer-content .txt .a {
  font-size: 0;
}
.designer-content .txt .a a {
  display: inline-block;
  vertical-align: top;
  margin-right: 23px;
  width: 144px;
  height: 47px;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  background-position: center;
  background-size: 100% 100%;
  padding: 0 0 5px 5px;
}
.designer-content .txt .a .yuyue {
  color: #f4e3d3;
  background-image: url(../images/yuyue-bg1.png);
}
.designer-content .txt .a .zixun {
  color: #fff;
  background-image: url(../images/zixun-bg1.png);
}
.designer-content .img {
  width: 35%;
}
.designer-content .img img {
  box-shadow: -18px 18px 0 0 #00625a;
  display: block;
  width: 100%;
}
.strength-intro {
  width: 100%;
  padding: 86px 0 95px;
  background-color: #f6f6f6;
}
.strength-intro .sub {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.strength-intro .txt {
  width: 34.6%;
}
.strength-intro .txt .tit {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 25px;
}
.strength-intro .txt .tit h6 {
  color: #9c9799;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-family: gothic;
  margin-bottom: 18px;
}
.strength-intro .txt .tit p {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.strength-intro .txt .s {
  height: 56px;
  padding: 0 24px 0 37px;
  background-color: #00625a;
  border-top-left-radius: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 16px;
  font-family: gothic;
}
.strength-intro .txt .desc {
  color: #333;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 50px;
}
.strength-intro .txt ul {
  width: 100%;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.strength-intro .txt ul li {
  text-align: center;
}
.strength-intro .txt ul li p {
  color: #333;
  font-size: 14px;
}
.strength-intro .txt ul li p b {
  font-size: 45px;
  font-family: gothic;
  font-weight: normal;
}
.strength-intro .img {
  width: 61%;
}
.strength-intro .img img {
  display: block;
  width: 100%;
}
.strength-history {
  width: 100%;
  background-image: url(../images/history-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 78px 0 144px;
  position: relative;
}
.strength-history .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 315px;
}
.strength-history .sub {
  width: 100%;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 85px;
}
.strength-history .tit {
  color: #fff;
}
.strength-history .tit h6 {
  font-size: 18px;
  line-height: 1;
  font-family: gothic;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.strength-history .tit p {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}
.strength-history .prev-next {
  position: relative;
}
.strength-history .prev-next .swiper-button-next,
.strength-history .prev-next .swiper-button-prev {
  width: 38px;
  height: 36px;
  background-color: #f2f2f2;
  outline: none;
  color: #9e9e9e;
  font-size: 20px;
  margin-top: 0;
}
.strength-history .prev-next .swiper-button-next:after,
.strength-history .prev-next .swiper-button-prev:after {
  display: none;
}
.strength-history .prev-next .swiper-button-next:hover,
.strength-history .prev-next .swiper-button-prev:hover {
  background-color: #00625a;
  color: #fff;
}
.strength-history .prev-next .swiper-button-next {
  right: 0;
}
.strength-history .prev-next .swiper-button-prev {
  left: auto;
  right: 45px
}
.swiper-history {
  width: 100%;
}
.swiper-history .swiper-slide {
  border: 2px solid transparent;
  min-height: 362px;
  padding: 0 40px;
}
.swiper-history .swiper-slide .time {
  text-align: center;
  padding: 44px 0 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-family: gothic;
}
.swiper-history .swiper-slide .cir {
  width: 14px;
  height: 14px;
  background-color: #00625a;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.swiper-history .swiper-slide .cir span {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
.swiper-history .swiper-slide .desc {
  width: 100%;
  padding: 20px 0 0;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.swiper-history .swiper-slide-active {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(82, 78, 71, 0.6);
}
.swiper-history .swiper-slide-active .cir {
  background-color: #fff;
}
.swiper-history .swiper-slide-active .cir span {
  background-color: #00625a;
}
.strength-honor {
  width: 100%;
  padding: 70px 0 67px;
  background-color: #f6f6f6;
}
.strength-honor .tit {
  color: #333;
  text-align: center;
}
.strength-honor .tit h6 {
  font-size: 18px;
  font-family: gothic;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.strength-honor .tit p {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}
.strength-honor .tit .desc {
  width: 1160px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 45px;
}
.strength-honor .items {
  margin-bottom: 14px;
}
.strength-honor .item {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 12px 12px 0;
  margin-bottom: 30px;
}
.strength-honor .item:nth-child(4n) {
  margin-right: 0;
}
.strength-honor .item .img {
  width: 100%;
  height: 204px;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.strength-honor .item .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.strength-honor .item p {
  color: #333;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
}
.strength-honor .item:hover {
  border-color: #00625a;
}
.strength-honor .item:hover p {
  color: #00625a;
}
.strength-honor .more {
  display: block;
  width: 110px;
  height: 36px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  border-radius: 19px;
  line-height: 36px;
  text-align: center;
  color: #00625a;
  font-size: 12px;
}
.strength-honor .more:hover {
  color: #fff;
  background-color: #00625a;
  border-color: #00625a;
}
.strength-team {
  width: 100%;
  height: 832px;
  margin-bottom: 63px;
  position: relative;
}
.strength-team .tit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 143px;
  z-index: 1;
  padding: 38px 0 0;
  background-color: rgba(36, 36, 36, 0.5);
}
.strength-team .tit .t {
  position: relative;
}
.strength-team .tit .t p,
.strength-team .tit .t span {
  position: absolute;
  white-space: nowrap;
  line-height: 1;
  left: 20px;
}
.strength-team .tit .t p {
  top: 0;
  z-index: 1;
  font-size: 68px;
  text-transform: uppercase;
  font-family: oldFace;
  color: rgba(255, 255, 255, 0.05);
}
.strength-team .tit .t span {
  display: block;
  top: 20px;
  z-index: 2;
  font-size: 36px;
  font-family: FZQ;
  color: #fff;
}
.strength-team .imgBox {
  float: left;
  width: 50%;
  height: 100%;
  padding: 143px 0 0;
  background-color: #353535;
}
.strength-team .imgBox .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.strength-team .bg {
  float: right;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-image: url(../images/team-bg1.jpg);
}
.strength-team .txtBox {
  position: absolute;
  top: 143px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.strength-team .txtBox .txt {
  float: right;
  width: 50%;
  padding: 74px 275px 0 40px;
}
.strength-team .txtBox .ts {
  width: 100%;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 17px 0;
  margin-bottom: 25px;
  border-top: 1px solid rgba(211, 185, 162, 0.2);
  border-bottom: 1px solid rgba(211, 185, 162, 0.2);
}
.strength-team .txtBox .ts p {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-family: FZQ;
}
.strength-team .txtBox .ts a {
  display: block;
  color: #f4e3d3;
  font-size: 18px;
  font-family: oldFace;
  text-transform: uppercase;
  line-height: 28px;
}
.strength-team .txtBox .tx {
  position: relative;
  padding: 30px 0 15px;
}
.strength-team .txtBox .tx h6 {
  font-size: 30px;
  line-height: 1;
  font-family: oldFace;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255, 239, 224, 0.1);
}
.strength-team .txtBox .tx p {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 1;
  font-size: 24px;
  line-height: 1;
  font-family: FZQ;
  color: #f4e3d3;
}
.strength-team .txtBox .desc {
  font-size: 16px;
  line-height: 36px;
  max-height: 108px;
  overflow: hidden;
  margin-bottom: 35px;
  color: #fff;
}
.strength-team .txtBox .line {
  width: 100%;
  height: 1px;
  background-color: rgba(211, 185, 162, 0.2);
}
.strength-team .txtBox .zx {
  display: block;
  width: 135px;
  height: 40px;
  line-height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #e0d1c2;
  color: #f4e3d3;
  font-size: 16px;
  text-align: center;
}
.strength-team .txtBox .zx:hover {
  opacity: 0.8;
}
.strength-team .strength-contents,
.strength-team .content {
  width: 100%;
  height: 100%;
}
.strength-team .content {
  display: none;
}
.strength-team .tab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.strength-team-tab {
  width: 212px;
  height: 832px;
  background: url(../images/team-bg3.jpg) center / cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.strength-team-tab li {
  margin: 15px 0;
  width: 148px;
  height: 58px;
  border: 1px solid #2c2c2c;
  border-radius: 30px;
  color: #333;
  font-size: 18px;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
}
.strength-team-tab li.active {
  background-color: #2c2c2c;
  color: #d3b9a2;
}
.strength-custom {
  margin-bottom: 57px;
  background: url(../images/cus-bg1.jpg) center / cover no-repeat;
  padding: 68px 0;
}
.strength-custom .cir-bg {
  width: 518px;
  height: 518px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.strength-custom .cir {
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background-color: rgba(0, 98, 90, 0.95);
  text-align: center;
}
.strength-custom .cir img {
  display: block;
  height: 84px;
  margin: 0 auto 25px;
}
.strength-custom .cir h5 {
  color: #d3b9a2;
  font-size: 36px;
  font-family: FZQ;
  white-space: nowrap;
  text-shadow: 0 4px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}
.strength-custom .cir .y {
  color: #d3b9a2;
  font-size: 18px;
  font-family: gothic;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 3px;
  white-space: nowrap;
}
.strength-custom .cir h6 {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-family: FZQ;
  margin-bottom: 16px;
  white-space: nowrap;
}
.strength-custom .cir p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 40px;
}
.strength-custom .cir a {
  display: block;
  width: 138px;
  height: 42px;
  margin: 0 auto;
  border: 1px solid rgba(211, 185, 162, 0.4);
  color: #d3b9a2;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  border-radius: 22px;
}
.strength-custom .cir-bg,
.strength-custom .cir {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.custom-intro {
  width: 100%;
  background: url(../images/cus-bg2.jpg) center / cover no-repeat;
  padding: 58px 0 55px;
}
.custom-intro .img {
  width: 100%;
  height: 553px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.custom-intro .txt {
  width: 68%;
  height: 280px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 47px 48px 0;
}
.custom-intro .txt .tit {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  padding: 0 0 26px;
  border-bottom: 1px solid #c0bbb7;
  margin-bottom: 20px;
}
.custom-intro .txt .tit h6 {
  color: #81786f;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 16px;
  text-transform: uppercase;
  font-family: bernHard;
}
.custom-intro .txt .tit p {
  color: #81786f;
  font-size: 28px;
  line-height: 1;
  font-family: FZQ;
}
.custom-intro .txt .tit a {
  display: block;
  width: 156px;
  height: 44px;
  line-height: 44px;
  background-color: #00625a;
  color: #ead2ba;
  font-size: 16px;
  text-align: center;
  padding-left: 34px;
  background-image: url(../images/icon-yuyue2.png);
  background-position: 25px center;
  background-repeat: no-repeat;
}
.custom-intro .txt .desc {
  width: 100%;
  color: #81786f;
  font-size: 15px;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
}
.custom-advant {
  width: 100%;
  padding: 84px 0 67px;
  background: url(../images/cus-bg4.jpg) center / cover no-repeat;
}
.custom-advant .titer {
  text-align: center;
  margin-bottom: 129px;
}
.custom-advant .titer h6 {
  color: #ead2ba;
  font-size: 16px;
  font-family: bernHard;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 17px;
  margin-bottom: 12px;
}
.custom-advant .titer p {
  color: #ead2ba;
  font-size: 28px;
  line-height: 1;
  font-family: FZQ;
}
.custom-advant .items {
  font-size: 0;
}
.custom-advant .item {
  display: inline-block;
  vertical-align: top;
  width: 23.8%;
  height: 328px;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 1.6%;
  position: relative;
  padding: 150px 28px 0;
}
.custom-advant .item:nth-child(4n) {
  margin-right: 0;
}
.custom-advant .item .img {
  width: 84%;
  height: 182px;
  border-radius: 3px;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -54px;
  left: 14px;
}
.custom-advant .item img {
  display: block;
  height: 32px;
  margin-bottom: 16px;
}
.custom-advant .item h6 {
  color: #81786f;
  font-size: 24px;
  line-height: 1;
  font-family: FZQ;
  margin-bottom: 12px;
}
.custom-advant .item p {
  color: #81786f;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 16px;
}
.custom-advant .item .line {
  width: 34px;
  height: 2px;
  background-color: #948c85;
}
.custom-advant .item .d {
  color: rgba(129, 120, 111, 0.5);
  font-size: 12px;
  line-height: 1;
  font-family: bernHard;
  text-transform: uppercase;
  letter-spacing: 8px;
  position: absolute;
  left: 28px;
  bottom: 24px;
}
.custom-anima {
  padding: 62px 0 34px;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.custom-anima .titer {
  width: 7.7%;
}
.custom-anima .titer img {
  display: block;
  width: 100%;
}
.custom-anima .items {
  width: 87.6%;
  font-size: 0;
}
.custom-anima .item {
  display: inline-block;
  vertical-align: top;
  width: 32.4%;
  height: 221px;
  margin-right: 1.4%;
  margin-bottom: 17px;
  position: relative;
}
.custom-anima .item:nth-child(3n) {
  margin-right: 0;
}
.custom-anima .item .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.custom-anima .item .p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 185px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-right: 10px;
  background-color: rgba(224, 197, 169, 0.9);
  border-top-right-radius: 44px;
}
.custom-anima .item:hover .p {
  background-color: rgba(0, 98, 90, 0.9);
  color: #ead2ba;
}
.custom-case {
  width: 100%;
  position: relative;
}
.custom-case .thumbs {
  position: absolute;
  bottom: 29px;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.custom-case .titer {
  width: 20%;
  height: 128px;
  background-color: rgba(0, 98, 90, 0.9);
  padding-top: 33px;
  padding-left: 35px;
  color: #fff;
}
.custom-case .titer h6 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 16px;
}
.custom-case .titer p {
  font-size: 15px;
  line-height: 1;
  font-family: bernHard;
  text-transform: uppercase;
  letter-spacing: 7px;
}
.custom-case .tub {
  width: 80%;
  height: 128px;
  background-color: #fff;
  padding: 10px 12px;
}
.swiper-custom-thumbs {
  width: 100%;
  height: 100%;
}
.swiper-custom-thumbs .swiper-slide {
  cursor: pointer;
}
.swiper-custom-thumbs .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-custom-thumbs .swiper-button-next,
.swiper-custom-thumbs .swiper-button-prev {
  outline: none;
  width: 19px;
  height: 29px;
  background-color: #dabea1;
  margin-top: -15px;
}
.swiper-custom-thumbs .swiper-button-next:after,
.swiper-custom-thumbs .swiper-button-prev:after {
  font-size: 15px;
  color: #fff;
}
.swiper-custom-thumbs .swiper-button-next:hover,
.swiper-custom-thumbs .swiper-button-prev:hover {
  background-color: #00625a;
}
.swiper-custom-thumbs .swiper-button-prev {
  left: 0;
}
.swiper-custom-thumbs .swiper-button-next {
  right: 0;
}
.swiper-custom-case {
  width: 100%;
}
.swiper-custom-case .swiper-slide img {
  display: block;
  width: 100%;
}
.house-title {
  text-align: center;
}
.house-title h6 {
  color: #333;
  font-size: 36px;
  font-family: FZQ;
  line-height: 1;
  margin-bottom: 20px;
}
.house-title .desc {
  color: #666;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 3px;
}
.width1200 {
  width: 1200px;
  margin: 0 auto;
}
.house-old {
  width: 100%;
  background: url(../images/house-bg1.jpg) center / cover no-repeat;
  padding: 0 0 97px;
}
.house-old .house-title {
  padding: 66px 0 65px;
}
.house-old .item {
  width: 100%;
  height: 100%;
}
.house-old .item .img {
  width: 50%;
}
.house-old .item .img img {
  display: block;
  width: 100%;
}
.house-old .item .txt {
  width: 50%;
}
.house-old .item .txt .tit {
  padding: 44px 0 33px;
  position: relative;
}
.house-old .item .txt .tit .d {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: -15px;
  color: rgba(197, 171, 146, 0.2);
  font-size: 105px;
  line-height: 1;
  text-transform: uppercase;
  font-family: oldFace;
}
.house-old .item .txt .tit h6 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.house-old .item .txt .tit p {
  color: #888;
  font-size: 16px;
  font-family: oldFace;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.house-old .item .txt .desc {
  color: #555;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 35px;
}
.house-old .item .txt .and {
  display: block;
  width: 204px;
  height: 41px;
  border: 1px solid #c5ab92;
  color: #c5ab92;
  font-size: 16px;
  line-height: 41px;
  text-align: center;
  background-color: #fff;
}
.house-old .item .txt .and:hover {
  color: #fff;
  background-color: #ccb195;
}
.house-old .item:nth-child(odd) .img {
  float: left;
}
.house-old .item:nth-child(odd) .txt {
  float: right;
  padding: 0 30px 0 55px;
}
.house-old .item:nth-child(even) .img {
  float: right;
}
.house-old .item:nth-child(even) .txt {
  float: left;
  padding: 0 55px 0 30px;
}
.house-remodel {
  width: 100%;
  padding-bottom: 70px;
  background: url(../images/house-bg2.jpg) center / cover no-repeat;
}
.house-remodel .house-title {
  padding: 108px 0 50px;
}
.swiper-house-remodel {
  width: 100%;
  height: 519px;
  margin-bottom: 22px;
}
.swiper-house-remodel .swiper-slide .bark {
  width: 96px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  top: 20px;
}
.swiper-house-remodel .swiper-slide .img-before {
  width: 29%;
  height: 48.5%;
  background-color: #00625a;
  position: relative;
}
.swiper-house-remodel .swiper-slide .img-before .img {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-position: center;
  background-size: cover;
}
.swiper-house-remodel .swiper-slide .img-before .bark {
  left: 0;
  background-color: #00625a;
}
.swiper-house-remodel .swiper-slide .img-after {
  width: 71%;
  height: 100%;
  position: relative;
}
.swiper-house-remodel .swiper-slide .img-after .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-house-remodel .swiper-slide .img-after .bark {
  right: 0;
  background-color: #c5ab92;
}
.swiper-house-remodel .swiper-slide .txt {
  width: 448px;
  height: 51.5%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #c5ab92;
  padding: 0 40px;
}
.swiper-house-remodel .swiper-slide .txt .tit {
  padding: 52px 0 30px;
  position: relative;
  color: #fff;
}
.swiper-house-remodel .swiper-slide .txt .tit .d {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: -15px;
  color: rgba(255, 255, 255, 0.1);
  font-size: 105px;
  line-height: 1;
  text-transform: uppercase;
  font-family: oldFace;
}
.swiper-house-remodel .swiper-slide .txt .tit h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
.swiper-house-remodel .swiper-slide .txt .tit p {
  font-size: 16px;
  font-family: oldFace;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.swiper-house-remodel .swiper-slide .txt .desc {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
.swiper-remodel-thumbs {
  width: 100%;
  height: 128px;
}
.swiper-remodel-thumbs .swiper-slide {
  background-color: #000;
  cursor: pointer;
}
.swiper-remodel-thumbs .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0.43;
}
.swiper-remodel-thumbs .swiper-slide .kuang {
  width: 94%;
  height: 87.5%;
  border: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.swiper-remodel-thumbs .swiper-slide .kuang img {
  display: block;
  height: 31px;
  margin: 0 auto 10px;
}
.swiper-remodel-thumbs .swiper-slide .kuang p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.swiper-remodel-thumbs .swiper-slide-thumb-active .img {
  opacity: 0.5;
}
.swiper-remodel-thumbs .swiper-slide-thumb-active .kuang {
  border-color: #fff;
}
.house-step {
  width: 100%;
  background: url(../images/house-bg3.jpg) center / cover no-repeat;
  padding-bottom: 80px;
}
.house-step .house-title {
  padding: 70px 0;
}
.house-step .house-title h6 {
  color: #c5ab92;
}
.house-step .house-title .desc {
  color: #fff;
}
.house-step ul {
  font-size: 0;
}
.house-step li {
  display: inline-block;
  vertical-align: top;
  width: 17.6%;
  margin-right: 3%;
}
.house-step li:nth-child(5n) {
  margin-right: 0;
}
.house-step li img {
  display: block;
  height: 45px;
  margin: 0 auto 25px;
}
.house-step li h6 {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin-bottom: 22px;
}
.house-step li .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 0 auto 17px;
}
.house-step li .num {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.house-trend .house-title {
  padding: 70px 0 40px;
}
.house-trend .items {
  font-size: 0;
}
.house-trend .item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  height: 245px;
  margin-bottom: 20px;
  margin-right: 2%;
  position: relative;
}
.house-trend .item:nth-child(3n) {
  margin-right: 0;
}
.house-trend .item .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.house-trend .item .p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 20px;
  background-color: rgba(51, 51, 51, 0.9);
}
.house-trend .item .p p {
  color: #fff;
  font-size: 15px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.house-trend .item:hover .p {
  background-color: rgba(0, 98, 90, 0.9);
}
.house-trend .more {
  padding: 13px 0 63px;
  text-align: center;
}
.house-reserve {
  width: 100%;
  padding: 85px 0;
  background-image: url(../images/house-bg4.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.house-reserve .titer {
  float: right;
  width: 50%;
  height: 393px;
  background-color: rgba(0, 98, 90, 0.95);
  text-align: center;
}
.house-reserve .titer h5 {
  color: #c5ab92;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
.house-reserve .titer h6 {
  color: #c5ab92;
  font-size: 36px;
  line-height: 1;
  font-family: FZQ;
  margin-bottom: 37px;
}
.house-reserve .titer .line {
  width: 390px;
  height: 1px;
  margin: 0 auto 20px;
  background-color: #c5ab92;
  background-image: linear-gradient(to right, transparent, #c5ab92, transparent);
  background: -webkit-gradient(linear, left, right, color-stop(0%, transparent), color-stop(100%, #c5ab92), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #c5ab92 50%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, #c5ab92 50%, transparent 100%);
  background: -ms-linear-gradient(left, transparent 0%, #c5ab92 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #c5ab92 50%, transparent 100%);
}
.house-reserve .titer .desc {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
.house-reserve .form-bg {
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 393px;
}
.house-reserve .f-bg {
  float: left;
  width: 50%;
  height: 100%;
  background-color: rgba(197, 171, 146, 0.95);
}
.house-reserve .input-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
.house-reserve .inputs {
  float: left;
  width: 50%;
  height: 100%;
}
.house-reserve .layui-form {
  width: 332px;
}
.house-reserve .layui-input {
  display: block;
  border-radius: 0;
  margin-bottom: 18px;
  height: 54px;
}
.house-reserve .layui-btn {
  width: 100%;
  display: block;
  height: 54px;
  border-radius: 0;
  color: #c5ab92;
  background-color: #333;
  font-size: 15px;
}
.case-tab {
  padding: 20px 0;
}
.case-tab ul {
  width: 100%;
}
.case-tab li {
  width: 23.9%;
  height: 151px;
  background-color: #1c2323;
  position: relative;
}
.case-tab li .img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.case-tab li .kuang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  width: 93.4%;
  height: 85.4%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-align: center;
}
.case-tab li .kuang p {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.case-tab li .kuang span {
  font-size: 12px;
  text-transform: uppercase;
  font-family: gothic;
  letter-spacing: 5px;
}
.case-tab li:hover .img {
  opacity: 0.6;
}
.case-tab li.active .img {
  opacity: 0.6;
}
.case-tab li.active .kuang {
  border-color: #e1c6ab;
  color: #ebd3bb;
}
.case-filter {
  width: 100%;
  background-color: #fff;
  margin-bottom: 33px;
  padding: 0 22px;
}
.case-filter .item {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.case-filter .item label {
  width: 8%;
}
.case-filter .item label span {
  display: block;
  line-height: 30px;
  margin-left: 25px;
  color: #333;
  font-size: 16px;
}
.case-filter .item ul {
  width: 92%;
  font-size: 0;
  padding: 0 10px;
}
.case-filter .item li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
}
.case-filter .item li a {
  display: block;
  padding: 0 11px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  color: #666;
  font-size: 14px;
}
.case-filter .item li.active a {
  color: #fff;
  background-color: #c5ab92;
}
.case-filter .sort {
  padding: 22px 0 22px 126px;
}
.case-filter .sort .a {
  float: left;
  font-size: 0;
}
.case-filter .sort a {
  display: inline-block;
  vertical-align: middle;
  width: 83px;
  height: 38px;
  margin-right: 15px;
  border: 1px solid #c5ab92;
  color: #c5ab92;
  font-size: 14px;
  line-height: 38px;
  border-radius: 20px;
  text-align: center;
}
.case-filter .sort a span {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 12px;
  background-image: url(../images/icon-arraw1.png);
  background-position: center;
  background-size: 100% 100%;
  margin-left: 7px;
}
.case-filter .sort a.active {
  color: #fff;
  background-color: #c5ab92;
}
.case-filter .sort a.active span {
  background-image: url(../images/icon-arraw1ed.png);
}
.case-filter .inp {
  width: 340px;
  height: 40px;
}
.case-filter .inp input[type=text] {
  display: block;
  float: left;
  width: 80%;
  height: 100%;
  border: 1px solid #c5ab92;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0 20px;
  color: #c5ab92;
}
.case-filter .inp .btn {
  display: block;
  float: right;
  width: 20%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #c5ab92;
  border: none;
  color: #fff;
  font-size: 15px;
}
.page {
  padding: 17px 0 45px;
}
.page ul {
  font-size: 0;
  text-align: center;
}
.page li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  border: 1px solid #dcdcdc;
}
.page li a,
.page li span {
  display: block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 16px;
  font-family: gothic;
  outline: none;
  background-color: #fff;
}
.page li.active {
  border-color: #00625a;
}
.page li.active span {
  color: #00625a;
}
#share {
  line-height: 73px;
}
.case-detail {
  width: 73.9%;
  margin-bottom: 53px;
}
.case-detail-title {
  width: 100%;
  background-color: #fff;
  padding: 0 40px;
  position: relative;
  margin-bottom: 16px;
}
.case-detail-title .bark {
  position: absolute;
  top: 0;
  left: 40px;
}
.case-detail-title .tit {
  padding: 32px 0 15px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.case-detail-title .tit h6 {
  color: #333;
  font-size: 24px;
  line-height: 1.7;
}
.case-detail-title .between {
  padding: 19px 0 27px;
}
.case-detail-title .base {
  color: #333;
  font-size: 14px;
}
.case-detail-title .renqi {
  font-size: 0;
}
.case-detail-title .renqi span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 28px;
  margin-left: 28px;
  color: #000033;
  font-size: 14px;
  background-position: left center;
  background-repeat: no-repeat;
}
.case-detail-title .renqi .rq {
  background-image: url(../images/icon-renqi.png);
}
.case-detail-title .renqi .pl {
  background-image: url(../images/icon-pinglun.png);
}
.case-detail-title .basic {
  text-align: center;
  color: #bcbcbc;
  font-size: 14px;
  padding: 19px 0 26px;
}
.case-detail-title .basic span {
  margin: 0 10px;
}
.case-detail-title .basic b {
  color: #333;
  font-weight: normal;
}
.prev-next {
  width: 100%;
  padding: 20px 0 0;
  border-top: 1px solid #eee;
}
.prev-next a {
  width: 41%;
  display: block;
  color: #666;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prev-next a:hover {
  color: #00625a;
}
.case-detail-content {
  width: 100%;
  background-color: #fff;
  padding: 32px 40px 40px;
  margin-bottom: 26px;
}
.case-detail-content h6 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.case-detail-content .desc {
  color: #333;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
}
.case-detail-content .desc img {
  max-width: 100%;
}
.detail-form {
  width: 100%;
  height: 242px;
  background: url(../images/case-bg2.jpg) center / cover no-repeat;
}
.detail-form .sub {
  width: 62%;
}
.detail-form .t {
  color: #c5ab92;
  font-size: 30px;
  font-family: FZQ;
  text-align: center;
  margin-bottom: 32px;
}
.detail-form input {
  display: block;
  height: 48px;
  border-radius: 7px;
}
.detail-form .btom {
  margin-bottom: 18px;
}
.detail-form .layui-input {
  background-color: transparent;
  border-color: #fff;
}
.detail-form .layui-input::-webkit-input-placeholder {
  color: #ffff;
}
.detail-form .text {
  width: 48%;
  padding-left: 58px;
  background-repeat: no-repeat;
  background-position: 16px center;
}
.detail-form .name {
  background-image: url(../images/icon-name3.png);
}
.detail-form .ph {
  background-image: url(../images/icon-ph3.png);
}
.detail-form .ma {
  width: 29%;
}
.detail-form .send {
  width: 18%;
}
.detail-form .btn {
  width: 48%;
}
.detail-form .layui-btn {
  background-color: #c5ab92;
}
.detail-comment {
  width: 100%;
  background-color: #fff;
  padding: 0 40px;
}
.detail-comment .titer {
  padding: 26px 0 20px;
  border-bottom: 1px solid #f5f5f5;
}
.detail-comment .titer strong {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.detail-comment .titer b {
  color: #00625a;
}
.detail-comment .titer span {
  margin-left: 20px;
  color: #888;
  font-size: 14px;
}
.detail-comment .ping {
  padding: 16px 0 0;
}
.detail-comment .ping .tit {
  padding: 0 0 16px;
  font-size: 0;
}
.detail-comment .ping .tit span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 16px;
  margin-right: 22px;
}
.detail-comment .ping .tit .show {
  color: #d81e06;
  margin-left: 20px;
}
.detail-comment .ping .area {
  width: 100%;
  position: relative;
}
.detail-comment .ping .area textarea {
  display: block;
  width: 100%;
  height: 86px;
  background-color: #f8f8f8;
  border: none;
  padding: 12px 150px 12px 20px;
}
.detail-comment .ping .area .btn-ping {
  display: block;
  width: 113px;
  height: 40px;
  background-color: #00625a;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  border: none;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.detail-comment .layui-rate {
  padding: 0;
}
.detail-comment .items {
  width: 100%;
}
.detail-comment .item {
  width: 100%;
  padding: 21px 0 0;
}
.detail-comment .item .cir {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.detail-comment .item .cir img {
  display: block;
  width: 100%;
  height: 100%;
}
.detail-comment .item .txt {
  width: 90%;
  border-bottom: 1px dashed #e5e5e5;
  padding: 0 0 17px;
}
.detail-comment .item .txt .tit {
  font-size: 0;
  margin-bottom: 13px;
}
.detail-comment .item .txt .tit span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
.detail-comment .item .txt .time {
  color: #aaa;
  font-size: 14px;
}
.detail-comment .item .txt .desc {
  color: #888;
  font-size: 14px;
  line-height: 25px;
}
.detail-comment .more-ping {
  width: 100%;
  padding: 24px 0;
  padding-left: 10%;
}
.detail-comment .more-ping .all {
  display: block;
  float: left;
  width: 100px;
  height: 32px;
  border: 1px solid #00625a;
  font-size: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 17px;
}
.detail-comment .more-ping .all span,
.detail-comment .more-ping .all img {
  display: inline-block;
  vertical-align: middle;
}
.detail-comment .more-ping .all span {
  color: #00625a;
  font-size: 14px;
}
.detail-comment .more-ping .all img {
  margin-left: 5px;
}
.detail-comment .cir-box {
  float: left;
  width: 154px;
  height: 40px;
  position: relative;
}
.detail-comment .cir-box .cir {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
}
.detail-comment .cir-box .cir:nth-child(1) {
  left: 0px;
  z-index: 1;
}
.detail-comment .cir-box .cir:nth-child(2) {
  left: 30px;
  z-index: 2;
}
.detail-comment .cir-box .cir:nth-child(3) {
  left: 60px;
  z-index: 3;
}
.detail-comment .cir-box .cir:nth-child(4) {
  left: 90px;
  z-index: 4;
}
.detail-comment .cir-box .cir img {
  display: block;
  width: 100%;
  height: 100%;
}
.case-remond {
  width: 24.4%;
}
.case-remond .b-form {
  background-color: #00625a;
  margin-bottom: 25px;
}
.case-remond .b-form p {
  color: #fff;
}
.case-remond .new {
  width: 100%;
  background-color: #fff;
  margin-bottom: 25px;
  padding: 0 25px 12px;
}
.case-remond .new .tit {
  padding: 22px 0 20px;
}
.case-remond .new .tit p {
  color: #333;
  font-size: 18px;
  line-height: 18px;
}
.case-remond .new .tit a {
  display: block;
  color: #888;
  font-size: 14px;
  line-height: 18px;
  font-family: gothic;
}
.case-remond .items {
  width: 100%;
}
.case-remond .item {
  width: 100%;
}
.case-remond .item .img {
  width: 100%;
  height: 195px;
  border-radius: 7px;
  background-position: center;
  background-size: cover;
}
.case-remond .item .txt {
  width: 100%;
  padding: 15px 0 24px;
}
.case-remond .item .txt p {
  color: #333;
  font-size: 14px;
}
.case-remond .item .txt .t {
  position: relative;
  padding-left: 14px;
}
.case-remond .item .txt .t:after {
  content: "";
  display: block;
  width: 4px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  background-color: #00625a;
  border-top-right-radius: 4px;
}
.news {
  padding: 32px 0 0;
}
.news-list {
  width: 73.6%;
}
.news-list .items {
  width: 100%;
}
.news-list .item {
  width: 100%;
  background-color: #fff;
  padding: 24px 25px;
  margin-bottom: 19px;
}
.news-list .item a {
  width: 100%;
}
.news-list .item .img {
  width: 31%;
  height: 210px;
  background-position: center;
  background-size: cover;
}
.news-list .item .txt {
  width: 65%;
  padding-top: 20px;
}
.news-list .item .txt h6 {
  color: #333;
  font-size: 24px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 24px;
}
.news-list .item .txt .desc {
  color: #888;
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-bottom: 27px;
}
.news-list .item .txt .d {
  width: 99px;
  height: 34px;
  border: 1px solid #333;
  color: #333;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.news-list .item .txt .time {
  color: #333;
  font-size: 16px;
  line-height: 36px;
  font-family: gothic;
}
.news-list .item:hover .txt .d {
  background-color: #333;
  color: #fff;
}
.news-recommend {
  width: 24.3%;
}
.news-recommend .res {
  width: 100%;
  padding: 0 23px 20px;
  background-color: #fff;
}
.news-recommend .res .tit {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 26px 0 20px;
}
.news-recommend .items {
  width: 100%;
}
.news-recommend .item {
  width: 100%;
  margin-bottom: 15px;
}
.news-recommend .item .img {
  width: 100%;
  height: 205px;
  background-position: center;
  background-size: cover;
}
.news-recommend .item p {
  color: #333;
  font-size: 15px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.building {
  padding: 30px 0 0;
}
.building .items {
  width: 100%;
}
.building .item {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 32px 37px 36px 46px;
}
.building .txt {
  width: 55.7%;
}
.building .txt h5 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 0 19px;
}
.building .txt .basic {
  width: 100%;
  padding: 0 0 12px;
  border-bottom: 1px solid #e5e5e5;
}
.building .txt .basic span {
  color: #4b4b4b;
  font-size: 15px;
  margin-right: 35px;
}
.building .txt .basic b {
  color: #00625a;
  font-weight: normal;
}
.building .txt .pro {
  width: 100%;
  padding: 22px 0 0;
}
.building .txt .pro .t {
  color: #4b4b4b;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 13px;
}
.building .txt .pro .t span {
  color: #00625a;
}
.building .txt .pro .desc {
  margin-bottom: 25px;
  color: #979797;
  font-size: 14px;
  line-height: 24px;
}
.building .txt .de {
  display: block;
  width: 99px;
  height: 34px;
  border: 1px solid #333;
  color: #333;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.swiper-building {
  width: 37.8%;
  height: 356px;
  margin: 0;
}
.swiper-building .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-building .swiper-pagination-bullet {
  opacity: 1;
  border: 2px solid #fff;
  background-color: transparent;
}
.swiper-building .swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-pro {
  width: 100%;
  height: 56px;
  margin-bottom: 35px;
}
.swiper-pro .swiper-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  z-index: -1;
}
.swiper-pro .swiper-slide .cir {
  width: 26px;
  height: 26px;
  background-color: #fff;
  margin: 0 auto 13px;
}
.swiper-pro .swiper-slide .yuan {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #f6f6f6;
}
.swiper-pro .swiper-slide .yuan span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #b5b5b5;
  border-radius: 50%;
}
.swiper-pro .swiper-slide p {
  color: #333;
  font-size: 12px;
  text-align: center;
}
.swiper-pro .swiper-slide.active:after {
  background-color: #00625a;
}
.swiper-pro .swiper-slide.active .yuan {
  border-color: #00625a;
}
.swiper-pro .swiper-slide.active .yuan span {
  background-color: #00625a;
}
.building-detail {
  padding: 0 0 46px;
}
.building-detail-title {
  width: 100%;
  margin-bottom: 24px;
  background-color: #fff;
  padding: 30px 52px 38px 48px;
}
.building-detail-title .txt {
  width: 47%;
}
.building-detail-title .txt h5 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 20px;
}
.building-detail-title .txt .basic {
  width: 100%;
  padding: 0 0 15px;
  border-bottom: 1px solid #e5e5e5;
}
.building-detail-title .txt .basic span {
  color: #4b4b4b;
  font-size: 15px;
  margin-right: 35px;
}
.building-detail-title .txt .basic b {
  color: #00625a;
  font-weight: normal;
}
.building-detail-title .txt .time {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.building-detail-title .txt .time span {
  color: #4b4b4b;
  font-size: 15px;
  margin-right: 40px;
}
.building-detail-title .txt .time b {
  color: #00625a;
  font-weight: normal;
}
.building-detail-title .txt ul {
  width: 100%;
  padding: 26px 0 0;
}
.building-detail-title .txt ul li {
  display: inline-block;
  vertical-align: top;
  width: 31%;
}
.building-detail-title .txt ul li .img {
  width: 100%;
  height: 226px;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.building-detail-title .txt ul li p {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.building-detail-title .swiper-building {
  width: 42%;
  height: 404px;
}
.building-detail-content {
  width: 100%;
  padding: 0 0 10px;
}
.building-detail-content .item {
  width: 100%;
  background-color: #fff;
  margin-bottom: 22px;
}
.building-detail-content .titer {
  width: 24.6%;
  border-right: 2px solid #f6f6f6;
  background-color: #f6f6f6;
}
.building-detail-content .titer li {
  width: 100%;
  height: 142px;
  margin-bottom: 2px;
  background-color: #fff;
  padding: 39px 0 38px 35px;
  display: flex;
  -webkit-display: flex;
  justify-content: start;
  -webkit-justify-content: start;
}
.building-detail-content .titer li:last-child {
  margin-bottom: 0;
}
.building-detail-content .titer li img {
  display: block;
  height: 65px;
  margin-right: 13px;
}
.building-detail-content .titer li h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 9px 0 11px;
}
.building-detail-content .titer li .t1 {
  color: #00625a;
}
.building-detail-content .titer li .t2 {
  color: #c6ad95;
}
.building-detail-content .titer li p {
  color: #979797;
  font-size: 16px;
  line-height: 1;
}
.building-detail-content .content {
  width: 75.4%;
  padding: 29px 30px 17px;
}
.building-detail-content .content .desc {
  padding: 17px 0 0;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 24px;
}
.swiper-img {
  width: 100%;
  height: 170px;
}
.swiper-img .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.sale {
  padding: 30px 0 0;
}
.sale-list {
  width: 100%;
}
.sale-list .items {
  width: 100%;
}
.sale-list .item {
  width: 100%;
  background-color: #fff;
  margin-bottom: 25px;
  padding: 22px 35px 25px 24px;
}
.sale-list .item .img {
  width: 25.6%;
  height: 189px;
  background-position: center;
  background-size: cover;
}
.sale-list .item .txt {
  width: 65%;
  padding-right: 65px;
}
.sale-list .item .txt h6 {
  padding-top: 10px;
  color: #333;
  font-size: 24px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 22px;
}
.sale-list .item .txt .desc {
  color: #888888;
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-bottom: 28px;
}
.sale-list .item .txt .d {
  width: 99px;
  height: 34px;
  border: 1px solid #333;
  color: #333;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.sale-list .item .timeS {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.sale-list .item .time {
  text-align: center;
  font-family: gothic;
  color: #333;
}
.sale-list .item .time .day {
  font-size: 48px;
  line-height: 1;
  border-bottom: 1px solid #333;
}
.sale-list .item .time .y-m {
  padding: 8px 0 0 ;
  font-size: 14px;
  line-height: 1;
}
.sale-list .item:hover .txt .d {
  color: #fff;
  background-color: #333;
}
.witness-list {
  width: 73.9%;
}
.witness-list .items {
  width: 100%;
}
.witness-list .item {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.witness-list .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 26px 55px 30px;
}
.witness-list .item .t {
  padding: 0 0 15px;
  border-bottom: 1px dashed #e5e5e5;
}
.witness-list .item .titer {
  display: flex;
  -webkit-display: flex;
  justify-content: start;
  -webkit-justify-content: start;
}
.witness-list .item .titer .cir {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 22px;
}
.witness-list .item .titer .cir img {
  display: block;
  width: 100%;
  height: 100%;
}
.witness-list .item .titer h6 {
  color: #333;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding: 6px 0 8px;
}
.witness-list .item .titer .b {
  color: #aaa;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 6px;
}
.witness-list .item .tim {
  padding: 12px 0 0;
}
.witness-list .item .time {
  width: 54px;
  height: 54px;
  border: 1px solid #00625a;
  border-radius: 3px;
  text-align: center;
  font-family: gothic;
}
.witness-list .item .time .day {
  width: 100%;
  height: 32px;
  line-height: 32px;
  background-color: #00625a;
  color: #fff;
  font-size: 28px;
}
.witness-list .item .time .y-m {
  color: #888;
  font-size: 12px;
  line-height: 20px;
}
.witness-list .item .content {
  width: 100%;
  padding: 22px 0 0;
}
.witness-list .item .content ul {
  width: 100%;
}
.witness-list .item .content ul li {
  width: 23.2%;
  height: 148px;
  border: 1px solid #e5e5e5;
}
.witness-list .item .content ul .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.witness-list .item .content .desc {
  width: 100%;
  padding: 12px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 2;
}
.witness-list .item:hover {
  border-color: #00625a;
}
.video {
  width: 100%;
}
.video .PC {
  padding: 40px 0 43px;
}
.video .PC .v {
  width: 48.6%;
  height: 420px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.video .PC .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.video .PC .bg p {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  text-align: center;
}
.video .PC .bg img {
  display: block;
  height: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video .PC .show {
  display: none;
  width: 100%;
  padding: 20px;
}
.video .PC .show video {
  display: block;
  width: 100%;
}
.video .WAP {
  width: 100%;
  padding: 42px 0 0;
  background: url(../images/video-bg1.jpg) center / cover no-repeat;
}
.video .WAP .page {
  padding-top: 0;
}
.video .item {
  float: left;
  width: 22.9%;
  height: 625px;
  background-image: url(../images/bg-sj.png);
  background-position: center;
  background-size: 100% 100%;
  margin-right: 2.8%;
  margin-bottom: 50px;
  padding: 15px 18px;
  position: relative;
}
.video .item:nth-child(4n) {
  margin-right: 0;
}
.video .item .bg {
  position: absolute;
  top: 15px;
  left: 18px;
  right: 18px;
  bottom: 15px;
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 28px;
  cursor: pointer;
}
.video .item .bg .txt {
  width: 86%;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.video .item .bg .txt h6 {
  font-size: 14px;
  margin-bottom: 8px;
}
.video .item .bg .txt p {
  font-size: 13px;
  line-height: 20px;
}
.video .item .bg img {
  display: block;
  height: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video .item .show {
  display: none;
  width: 100%;
}
.video .item .show video {
  display: block;
  width: 100%;
}
.budget {
  width: 100%;
  background: url(../images/yusuan-bg.jpg) center / cover no-repeat;
  padding: 86px 0 69px;
}
.budget .img {
  width: 980px;
  margin: 0 auto;
}
.budget .img img {
  display: block;
  width: 100%;
}
.budget .cal-box {
  margin-top: -75px;
}
.test {
  width: 100%;
  padding: 252px 0 36px;
  background-image: url(../images/test-bg1.jpg);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.test .subBox {
  width: 1048px;
  height: 527px;
  margin: 0 auto;
  background-image: url(../images/test-bg2.jpg);
  background-position: center;
  background-size: 100% 100%;
  padding: 27px 27px 54px;
  position: relative;
}
.test .subBox .lr {
  display: block;
  position: absolute;
  bottom: 0;
}
.test .subBox .l {
  left: -213px;
}
.test .subBox .r {
  right: -332px;
}
.test .sub {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  padding: 0 64px;
}
.test .num {
  color: #333;
  font-size: 15px;
  position: absolute;
  top: 40px;
  left: 64px;
}
.test .num span {
  font-size: 30px;
  font-family: din;
  margin-left: 7px;
}
.test .num b {
  font-weight: normal;
  color: #fed932;
  font-family: din;
  font-size: 40px;
  margin-right: 3px;
}
.test .titer {
  padding: 40px 0;
  text-align: center;
}
.test .titer .t {
  position: relative;
}
.test .titer p {
  color: rgba(157, 186, 223, 0.3);
  font-size: 50px;
  line-height: 1;
  font-family: oldFace;
  text-transform: uppercase;
}
.test .titer span {
  display: block;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.test .titer .desc {
  color: #333;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 40px;
}
.test .jump {
  font-size: 0;
  text-align: center;
}
.test .jump a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  padding: 0 17px;
  height: 35px;
  border-radius: 18px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
}
.test .jump .back {
  background-color: #d7d7d7;
}
.test .jump .next {
  background-color: #9dbadf;
}
.test .form {
  width: 380px;
  margin: 0 auto;
}
.test .form input {
  display: block;
}
.test .form .ph {
  margin-bottom: 16px;
}
.test .form .yan {
  width: 54%;
  margin-bottom: 23px;
}
.test .form .ma {
  background-color: #fed932;
  color: #333;
  width: 42%;
  border: none;
  margin-bottom: 23px;
}
.test .form .layui-btn {
  width: 100%;
  background-color: #fed932;
  color: #333;
  font-size: 15px;
}
.swiper-test {
  width: 100%;
  height: 228px;
  margin-bottom: 32px;
}
.swiper-test .swiper-slide {
  cursor: pointer;
}
.swiper-test .swiper-slide .img {
  width: 100%;
  height: 196px;
  border: 2px solid #eee;
  border-radius: 12px;
  position: relative;
}
.swiper-test .swiper-slide .img:before,
.swiper-test .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 38px;
  height: 31px;
}
.swiper-test .swiper-slide .img:before {
  background-color: transparent;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  z-index: 1;
}
.swiper-test .swiper-slide .img:after {
  z-index: 2;
  background: url(../images/icon-gou1.png) center / auto no-repeat;
}
.swiper-test .swiper-slide .img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.swiper-test .swiper-slide p {
  color: #666;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
}
.swiper-test .swiper-slide.active .img {
  border-color: #b49a7e;
}
.swiper-test .swiper-slide.active .img:before {
  background-color: #b49a7e;
}
.postpaid-banner .txt {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  padding: 0 40px;
  font-size: 0;
}
.postpaid-banner .txt a {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.postpaid-banner .txt .zx {
  width: 131px;
  height: 38px;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #fff;
}
.postpaid-banner .txt .fenQi {
  width: 133px;
  height: 40px;
  color: #323232;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background-image: linear-gradient(to right, #fff3e1 0%, #e4caa2 100%);
  background-image: -webkit-gradient(linear, left, right, color-stop(0%, #fff3e1), color-stop(100%, #e4caa2));
  background-image: -webkit-linear-gradient(left, #fff3e1 0%, #e4caa2 100%);
  background-image: -moz-linear-gradient(left, #fff3e1 0%, #e4caa2 100%);
  background-image: -ms-linear-gradient(left, #fff3e1 0%, #e4caa2 100%);
  background-image: -o-linear-gradient(left, #fff3e1 0%, #e4caa2 100%);
}
.postpaid-title {
  padding: 46px 0;
  text-align: center;
}
.postpaid-title h6 {
  color: #333;
  font-size: 40px;
  line-height: 1;
  font-weight: lighter;
  margin-bottom: 12px;
}
.postpaid-title p {
  color: #666;
  font-size: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 7px;
}
.postpaid-title .line {
  width: 77px;
  height: 1px;
  background-color: #333;
  margin: 0 auto;
}
.postpaid-char {
  width: 100%;
}
.postpaid-char img {
  display: block;
  width: 100%;
  margin-bottom: 95px;
}
.postpaid-char img:last-child {
  margin-bottom: 34px;
}
.postpaid-condition {
  margin-bottom: 30px;
}
.postpaid-condition img {
  display: block;
  width: 100%;
}
.postpaid-cal {
  width: 100%;
  background-image: url(../images/pos-bg1.jpg);
  background-position: center;
  background-size: cover;
}
.postpaid-cal .t {
  padding: 55px 0 38px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.postpaid-cal .form {
  background-color: #f8f8f8;
  padding: 30px 52px 106px;
}
.postpaid-cal .form .line {
  width: 1px;
  height: 277px;
  background-color: #a6a6a6;
  margin-top: 76px;
}
.postpaid-cal .form .sub {
  width: 46%;
}
.postpaid-cal .form .inp {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.postpaid-cal .form .inp label {
  color: #333;
  font-size: 18px;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.postpaid-cal .form .inp .ar {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.postpaid-cal .form .inp .layui-input {
  height: 60px;
  padding: 0 100px;
  border: none;
  border-bottom: 1px solid #a6a6a6;
  background-color: transparent;
}
.postpaid-cal .form .inp .layui-form-select {
  margin-bottom: 65px;
}
.postpaid-cal .form .btn {
  display: block;
  width: 208px;
  height: 48px;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  border: none;
  background-image: linear-gradient(to right, #fff3e1 0%, #e4caa2 100%);
  background-image: -webkit-gradient(linear, left, right, color-stop(0%, #fff3e1), color-stop(100%, #e4caa2));
  background-image: -webkit-linear-gradient(left, #fff3e1 0%, #e4caa2 100%);
  background-image: -moz-linear-gradient(left, #fff3e1 0%, #e4caa2 100%);
  background-image: -ms-linear-gradient(left, #fff3e1 0%, #e4caa2 100%);
  background-image: -o-linear-gradient(left, #fff3e1 0%, #e4caa2 100%);
}
.postpaid-cal .form .fei {
  width: 100%;
  margin-top: 50px;
  border-bottom: 1px solid #a6a6a6;
  line-height: 60px;
}
.postpaid-cal .form .fei label,
.postpaid-cal .form .fei p,
.postpaid-cal .form .fei span {
  white-space: nowrap;
}
.postpaid-cal .form .fei label {
  width: 31%;
  font-size: 18px;
  font-weight: bold;
}
.postpaid-cal .form .fei p {
  width: 62%;
  color: #c1a684;
  font-size: 20px;
  text-align: right;
  font-family: gothic;
}
.postpaid-cal .form .fei .ar {
  width: 7%;
  font-size: 16px;
  text-align: right;
}
.layer-fenQi {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 25px !important;
  overflow: hidden;
}
.pop-fenQi {
  display: none;
  width: 100%;
  background-color: #fff;
}
.pop-fenQi .titer {
  width: 100%;
  height: 115px;
  background-image: url(../images/fenqi-bg1.png);
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.pop-fenQi .titer h6 {
  font-size: 32px;
  line-height: 1;
  font-family: FZQ;
  padding: 30px 0 10px;
}
.pop-fenQi .titer p {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: lighter;
  font-family: 'Microsoft Yahei';
}
.pop-fenQi .content {
  width: 100%;
  padding: 50px 40px 60px;
}
.pop-fenQi .content .layui-input,
.pop-fenQi .content .layui-btn {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border-width: 2px;
  margin-bottom: 28px;
}
.pop-fenQi .content .ma {
  width: 57%;
}
.pop-fenQi .content .yan {
  display: block;
  width: 37%;
  height: 48px;
  border: 2px solid #e4caa2;
  border-radius: 10px;
  border-width: 2px;
  margin-bottom: 28px;
  background-color: #fff;
  color: #e4caa2;
  font-size: 15px;
}
.pop-fenQi .content .layui-btn {
  display: block;
  background-color: #e4caa2;
  color: #fff;
  font-size: 18px;
  margin-top: 12px;
}
.result-banner {
  width: 100%;
  background: url(../images/result-bg1.jpg) center / cover no-repeat;
  padding: 70px 0 0;
}
.result-banner .txt {
  width: 50%;
  padding-left: 54px;
  padding-right: 70px;
}
.result-banner .txt .tit {
  border-left: 3px solid #c5ab92;
  padding-left: 29px;
  margin-bottom: 35px;
}
.result-banner .txt .tit .yu {
  color: #333;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}
.result-banner .txt .tit .y {
  color: #14766e;
  font-size: 18px;
  font-family: oldFace;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-left: 80px;
  margin-bottom: 15px;
  position: relative;
}
.result-banner .txt .tit .y em {
  display: block;
  font-size: 137px;
  position: absolute;
  top: -30px;
  left: 0;
  line-height: 1;
  background-image: linear-gradient(to bottom, #03a396 0%, #14766e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03a396), color-stop(100%, #14766e));
  background-image: -webkit-linear-gradient(top, #03a396 0%, #14766e 100%);
  background-image: -moz-linear-gradient(top, #03a396 0%, #14766e 100%);
  background-image: -ms-linear-gradient(top, #03a396 0%, #14766e 100%);
  background-image: -o-linear-gradient(top, #03a396 0%, #14766e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  color: transparent;
}
.result-banner .txt .tit h6 {
  color: #c5ab92;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  padding-left: 80px;
}
.result-banner .txt .con {
  color: #666;
  font-size: 18px;
  line-height: 32px;
}
.result-banner .txt .con .t {
  float: left;
  display: block;
  font-weight: bold;
}
.result-banner .img {
  width: 50%;
  background-image: url(../images/result-bg2.png);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 25px 131px 143px 124px;
}
.result-banner .img .b {
  width: 100%;
  height: 285px;
  background-position: center;
  background-size: cover;
}
.result-title {
  padding: 56px 0 30px;
  text-align: center;
}
.result-title .t {
  position: relative;
  margin-bottom: 10px;
}
.result-title .t .y {
  color: #e4e4e4;
  font-size: 48px;
  line-height: 1;
  font-family: oldFace;
  text-transform: uppercase;
}
.result-title .t p {
  color: #333;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.result-title .desc {
  color: #666;
  font-size: 16px;
  line-height: 36px;
}
.swiper-result-thumbs {
  width: 560px;
  height: 75px;
  margin: 0 auto 30px;
}
.swiper-result-thumbs .swiper-slide {
  border: 1px solid #eeeeee;
  border-radius: 13px;
  cursor: pointer;
}
.swiper-result-thumbs .swiper-slide img {
  display: block;
  margin: 0 auto 6px;
}
.swiper-result-thumbs .swiper-slide p {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.swiper-result-thumbs .swiper-slide-active {
  border-color: #c5ab92;
}
.swiper-result-thumbs .swiper-slide-active p {
  color: #c5ab92;
}
.swiper-result {
  width: 100%;
  height: 715px;
}
.swiper-result .swiper-slide {
  width: 1200px;
}
.swiper-result .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-result .swiper-button-next,
.swiper-result .swiper-button-prev {
  width: 42px;
  height: 84px;
  background-color: rgba(197, 171, 146, 0.8);
}
.swiper-result .swiper-button-next:after,
.swiper-result .swiper-button-prev:after {
  color: #fff;
  font-size: 32px;
}
.swiper-result .swiper-button-next:hover,
.swiper-result .swiper-button-prev:hover {
  background-color: rgba(27, 27, 27, 0.8);
}
.swiper-result .swiper-button-next {
  right: 50%;
  margin-right: -570px;
}
.swiper-result .swiper-button-prev {
  left: 50%;
  margin-left: -570px;
}
.result-popular {
  border: 2px solid #c5ab92;
  margin-bottom: 63px;
  margin-top: 60px;
  padding: 114px 48px 48px;
}
.result-popular .tab {
  width: 100%;
  position: relative;
}
.result-popular .items {
  width: 100%;
}
.result-popular .item {
  display: none;
  width: 100%;
  height: 496px;
  position: relative;
}
.result-popular .item .img {
  background-position: center;
  background-size: cover;
  position: absolute;
}
.result-popular .item .img:nth-child(1) {
  width: 53.9%;
  height: 100%;
  top: 0;
  left: 0;
}
.result-popular .item .img:nth-child(2) {
  width: 24.1%;
  height: 240px;
  position: absolute;
  top: 0;
  left: 55.1%;
}
.result-popular .item .img:nth-child(3) {
  width: 19.6%;
  height: 100%;
  right: 0;
  top: 0;
}
.result-popular .item .img:nth-child(4) {
  width: 24.1%;
  height: 240px;
  left: 55.1%;
  bottom: 0;
}
.popular-tab {
  position: absolute;
  width: 100%;
  top: -149px;
  left: 0;
  right: 0;
}
.popular-tab li {
  width: 22%;
  height: 105px;
  background-color: #00625a;
  padding: 20px 42px 0;
  cursor: pointer;
}
.popular-tab li .t {
  position: relative;
}
.popular-tab li .n {
  color: rgba(255, 255, 255, 0.1);
  font-size: 72px;
  line-height: 1;
  text-transform: uppercase;
  font-family: oldFace;
}
.popular-tab li p {
  position: absolute;
  top: 22px;
  left: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.popular-tab li.active {
  background-color: #c5ab92;
}
.register {
  height: 527px;
  background-image: url(../images/register-bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: 44px;
  margin-bottom: 45px;
}
.res-ligin {
  position: absolute;
  right: 79px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 380px;
  height: 427px;
  background-color: #f4f4f4;
  padding: 0 25px;
}
.res-ligin .res-tit {
  height: 82px;
  border-bottom: 2px solid #ececec;
}
.res-ligin .res-tit h6 {
  color: #c5ab92;
  font-size: 20px;
  line-height: 82px;
  position: relative;
}
.res-ligin .res-tit h6:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #c5ab92;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.res-ligin .res-tit a {
  display: block;
  color: #c5ab92;
  font-size: 16px;
  line-height: 82px;
}
.res-ligin .form {
  width: 100%;
  padding: 40px 0 0;
}
.res-ligin .form input {
  display: block;
  height: 54px;
  margin-bottom: 18px;
}
.res-ligin .form .yan {
  width: 180px;
}
.res-ligin .form .ma {
  width: 135px;
  background-color: #fff;
  color: #c5ab92;
  border: 1px solid #c5ab92;
  border-radius: 2px;
}
.res-ligin .form .layui-btn {
  width: 100%;
  height: 54px;
  background-color: #c5ab92;
  font-size: 18px;
  margin-top: 19px;
}
.res-ligin .form .m {
  text-align: right;
}
.res-ligin .form .m a {
  color: #c5ab92;
  font-size: 16px;
}
.res-ligin .login-tit {
  height: 82px;
  border-bottom: 2px solid #ececec;
}
.res-ligin .login-tit span {
  display: block;
  width: 50%;
  color: #333;
  font-size: 20px;
  line-height: 82px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.res-ligin .login-tit span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.res-ligin .login-tit span.active {
  color: #c5ab92;
}
.res-ligin .login-tit span.active:after {
  background-color: #c5ab92;
}
.res-ligin .saoma {
  width: 100%;
  text-align: center;
}
.res-ligin .saoma p {
  padding: 27px 0 20px;
  color: #666;
  font-size: 16px;
}
.res-ligin .saoma .erweima {
  width: 244px;
  padding: 11px;
  background-color: #e3e3e3;
  margin: 0 auto;
}
.res-ligin .saoma .erweima img {
  display: block;
  width: 100%;
}
.res-ligin .item {
  display: none;
}
.res-ligin .item:first-child {
  display: block;
}
.personal {
  margin-top: 25px;
  margin-bottom: 33px;
}
.personal-nav {
  width: 24.8%;
}
.personal-nav .avatar {
  width: 100%;
  height: 205px;
  background: url(../images/avatar-bg.jpg) center / cover no-repeat;
}
.personal-nav .avatar .cir {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background-color: #f4efea;
  margin: 0 auto 18px;
}
.personal-nav .avatar .c {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  overflow: hidden;
}
.personal-nav .avatar .c img {
  display: block;
  width: 100%;
  height: 100%;
}
.personal-nav .avatar p {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.personal-nav ul {
  width: 100%;
  background-color: #fff;
}
.personal-nav ul li {
  width: 100%;
  padding: 0 40px;
  height: 60px;
  position: relative;
}
.personal-nav ul li:after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.personal-nav ul li a {
  display: block;
  line-height: 60px;
  text-align: center;
  color: #666666;
  font-size: 16px;
  position: relative;
}
.personal-nav ul li a:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px dashed #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.personal-nav ul li:hover,
.personal-nav ul li.active {
  background-color: #f9f6f4;
}
.personal-nav ul li:hover:after,
.personal-nav ul li.active:after {
  background-color: #c5ab92;
}
.personal-nav ul li:hover a,
.personal-nav ul li.active a {
  color: #c5ab92;
  font-weight: bold;
}
.personal-nav .at {
  width: 100%;
  padding: 54px 40px 25px;
  background-color: #fff;
}
.personal-nav .at .b {
  width: 100%;
  height: 190px;
  border-radius: 6px;
  background-image: url(../images/at-bg1.png);
  background-position: center;
  background-size: cover;
  text-align: center;
}
.personal-nav .at img {
  display: block;
  height: 22px;
  margin: 0 auto 17px;
}
.personal-nav .at .r {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}
.personal-nav .at .ph {
  color: #c5ab92;
  font-size: 28px;
  font-family: gothic;
  margin-bottom: 12px;
}
.personal-nav .at .t {
  color: #fff;
  font-size: 12px;
}
.personal-index {
  width: 73%;
  background-color: #fff;
}
.personal-index .titer {
  width: 100%;
  padding: 0 46px;
  border-bottom: 1px solid #eee;
}
.personal-index .titer h6 {
  color: #333;
  font-size: 18px;
  line-height: 59px;
}
.personal-index .si {
  width: 100%;
  padding: 25px 46px 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.personal-index .si li {
  width: 48%;
  height: 230px;
  margin-bottom: 25px;
}
.personal-index .si li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}
.personal-index .bang {
  width: 100%;
  padding: 0 46px;
}
.personal-index .bang .b {
  width: 100%;
  height: 94px;
  border: 1px solid #eee;
  margin-bottom: 18px;
  padding: 0 31px;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.personal-index .bang .b > div {
  width: 100%;
}
.personal-index .bang .cir {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #c5ab92;
  margin-right: 23px;
}
.personal-index .bang .p {
  color: #4c4c4c;
}
.personal-index .bang .p h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 12px 0 10px;
}
.personal-index .bang .p p {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
.personal-index .bang .a {
  line-height: 62px;
  font-size: 0;
}
.personal-index .bang .a a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  color: #c5ab92;
  border: 1px solid #c5ab92;
  border-radius: 17px;
  width: 92px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  outline: none;
}
.personal-index .bang .a .s {
  background-color: #c5ab92;
  color: #fff;
  cursor: initial;
}
.personal-index .show {
  display: none;
}
.personal-index .show .tit {
  width: 100%;
  height: 76px;
  background: url(../images/yan-bg1.png) center / cover no-repeat;
  color: #fff;
  font-size: 24px;
  line-height: 76px;
  text-align: center;
}
.personal-index .show .con {
  width: 100%;
}
.personal-index .ph-show .con {
  padding: 32px 30px 33px;
}
.personal-index .ph-show .layui-input {
  display: block;
  width: 100%;
  height: 48px;
  padding-left: 60px;
  margin-bottom: 17px;
  background-repeat: no-repeat;
  background-position: 18px center;
}
.personal-index .ph-show .ph {
  background-image: url(../images/icon-yph.png);
}
.personal-index .ph-show .yan {
  width: 200px;
  background-image: url(../images/icon-yy.png);
}
.personal-index .ph-show .ma {
  display: block;
  width: 100px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #c5ab92;
  color: #c5ab92;
  background-color: #fff;
}
.personal-index .ph-show .layui-btn {
  display: block;
  width: 100%;
  height: 48px;
  margin-top: 8px;
  background-color: #c5ab92;
}
.personal-index .weixin-show .con {
  padding: 32px 30px 64px;
}
.personal-index .weixin-show p {
  color: #333;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  margin-bottom: 18px;
}
.personal-index .weixin-show .erweima {
  width: 212px;
  margin: 0 auto;
  border: 1px solid #d7d7d7;
}
.personal-index .weixin-show .erweima img {
  display: block;
  width: 100%;
}
.layer-yanzheng {
  border-radius: 9px !important;
  overflow: hidden;
}
.per-assess .titer .fabu {
  line-height: 59px;
  display: block;
  color: #c5ab92;
  font-size: 18px;
}
.per-assess .items {
  padding: 0 45px;
  width: 100%;
}
.per-assess .item {
  width: 100%;
  padding: 22px 0 19px;
  border-bottom: 1px solid #f1f1f1;
}
.per-assess .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.per-assess .item .t {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 17px;
  padding-right: 65px;
  position: relative;
}
.per-assess .item .t h6 {
  color: #383838;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.per-assess .item .t .bark {
  display: block;
  width: 52px;
  height: 24px;
  border-radius: 13px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.per-assess .item .t .wg {
  border: 1px solid #dcdcdc;
  background-color: #eee;
  color: #b9b9b9;
}
.per-assess .item .t .sh {
  border: 1px solid #c5ab92;
  background-color: #fff7ef;
  color: #c5ab92;
}
.per-assess .item .desc {
  color: #727272;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 13px;
  overflow: hidden;
}
.per-assess .item .time {
  color: #828282;
  font-size: 12px;
  font-family: gothic;
}
.per-msg {
  position: relative;
}
.per-msg .page {
  position: relative;
}
.per-msg .selectAll {
  display: block;
  width: 80px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #c5ab92;
  color: #c5ab92;
  font-size: 12px;
  background-color: #fff;
  position: absolute;
  left: 46px;
  bottom: 50px;
}
.per-msg .items {
  width: 100%;
  padding: 0 46px;
}
.per-msg .item {
  width: 100%;
  padding: 22px 0 19px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
.per-msg .item .delete {
  display: block;
  width: 18px;
  height: 20px;
  border: none;
  background-color: transparent;
  background-image: url(../images/icon-delate.png);
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 22px;
  right: 0;
  opacity: 0;
}
.per-msg .item .checkbox {
  width: 6.4%;
}
.per-msg .item .layui-form-checkbox[lay-skin=primary] i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  line-height: 26px;
  font-size: 16px;
}
.per-msg .item .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #c5ab92;
}
.per-msg .item .layui-form-checked[lay-skin=primary] i {
  border-color: #c5ab92 !important;
  background-color: #c5ab92;
}
.per-msg .item .txt {
  width: 93.6%;
}
.per-msg .item h6 {
  color: #383838;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 17px;
}
.per-msg .item .desc {
  color: #727272;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 13px;
  overflow: hidden;
}
.per-msg .item .time {
  color: #828282;
  font-size: 12px;
  font-family: gothic;
}
.per-msg .item:hover .delete {
  opacity: 1;
}
.per-msg .item:hover h6 {
  color: #c5ab92;
}
.per-msg .qukan {
  height: 773px;
  text-align: center;
}
.per-msg .qukan img {
  display: block;
  height: 130px;
  margin: 0 auto 45px;
}
.per-msg .qukan p {
  color: #010100;
  font-size: 16px;
  margin-bottom: 22px;
}
.per-msg .qukan a {
  color: #c5ab92;
  font-size: 22px;
}
.per-fabu {
  width: 100%;
  padding: 0 46px 50px;
}
.per-fabu .p {
  color: #666;
  font-size: 15px;
  padding: 25px 0 27px;
}
.per-fabu .inp {
  display: block;
  width: 31.7%;
}
.per-fabu .layui-input {
  background-color: #f8f8f8;
  border: none;
  height: 48px;
  margin-bottom: 26px;
}
.per-fabu .mj {
  padding-right: 54px;
}
.per-fabu .int {
  position: relative;
}
.per-fabu .int .m {
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
  font-size: 14px;
  line-height: 48px;
  width: 50px;
  text-align: center;
}
.per-fabu .area {
  width: 100%;
  padding: 0 22px;
  background-color: #f8f8f8;
  border-radius: 2px;
}
.per-fabu .area textarea {
  display: block;
  width: 100%;
  height: 177px;
  background-color: #f8f8f8;
  border: none;
  padding: 15px 0;
  resize: none;
}
.per-fabu .area .tit {
  border-top: 1px solid #e5e5e5;
  padding: 16px 0;
  font-size: 0;
}
.per-fabu .area .tit span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 16px;
  margin-right: 22px;
}
.per-fabu .area .tit .show {
  color: #d81e06;
  margin-left: 20px;
}
.per-fabu .upload .t {
  padding: 36px 0 18px;
  color: #666;
  font-size: 14px;
}
.per-fabu .upload .img-box {
  width: 100%;
  padding-bottom: 19px;
}
.per-fabu .upload .img-btn {
  float: left;
  width: 23.2%;
  height: 157px;
  margin-right: 2.4%;
  border-radius: 4px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.per-fabu .upload .img-btn:nth-child(4n) {
  margin-right: 0;
}
.per-fabu .upload .img-btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.per-fabu .upload .img-btn .delete {
  display: block;
  width: 21px;
  height: 21px;
  background: url(../images/icon-delete3.png) center / 100% 100%;
  position: absolute;
  top: 12px;
  right: 12px;
}
.per-fabu .upload #upload-btn {
  background: url(../images/upload-bg1.png) center / 100% 100%;
}
.per-fabu .layui-btn {
  display: block;
  width: 122px;
  height: 46px;
  border: 1px solid #c5ab92;
  color: #c5ab92;
  background-color: #fff;
}
@media screen and (max-width:1500px) {
  .width1400 {
    width: 1200px;
  }
  .header .head .logo .img1 {
    height: 41px;
  }
  .header .head .logo .img2 {
    height: 26px;
  }
  .index-mark li img {
    height: 45px;
  }
  .index-case .item:hover .line-lth, 
  .index-case .item:hover .line-rmh {
    width: 352px;
  }
  .index-case .item:hover .line-lts, 
  .index-case .item:hover .line-rms {
    height: 228px;
  }
  .index-case .item .img {
    height: 260px;
  }
  .foot .erWeiMa dl {
    margin-right: 20px;
  }
  .case-remond .item .img {
    height: 155px;
  }
  .team .item:nth-child(odd) h4 {
    right: -13%;
  }
  .team .item:nth-child(even) h4 {
    left: -13%;
  }
  .cons-huanBao {
    height: 580px;
  }
}



















.measure-form {
  margin-top: 58px;
  margin-bottom: 60px;
  height: 227px;
  background: url(../images/mea-bg1.jpg) center / cover no-repeat;
  position: relative;
}
.measure-form .txt {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.measure-form .txt h6 {
  color: #333;
  font-size: 32px;
  line-height: 1;
  font-family: FZQ;
  margin-bottom: 13px;
  white-space: nowrap;
}
.measure-form .txt p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 40px;
  white-space: nowrap;
  letter-spacing: 5px;
}
.measure-form .txt .y {
  color: #333;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 6px;
  white-space: nowrap;
  letter-spacing: 5px;
}
.measure-form .txt .line {
  width: 104px;
  height: 1px;
  background-color: #333;
}
.measure-form .form {
  position: absolute;
  right: 122px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 586px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.measure-form .form .item {
  width: 48%;
  margin: 8px 0;
  position: relative;
}
.measure-form .form input {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.measure-form .form input[type=text] {
  padding-left: 65px;
  padding-right: 10px;
}
.measure-form .form label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 48px;
  line-height: 48px;
  font-size: 0;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.measure-form .form label img {
  display: inline-block;
  vertical-align: middle;
}
.measure-form .form .yan {
  width: 65%;
}
.measure-form .form .ma {
  width: 30%;
  height: 48px;
  border: 1px solid #c5ab92;
  border-radius: 4px;
  background-color: transparent;
  color: #c5ab92;
  font-size: 16px;
}
.measure-form .form .btn {
  background-color: #c5ab92;
  color: #fff;
  font-size: 16px;
  border: none;
}
.measure-offer {
  width: 100%;
}
.measure-offer .tit {
  margin-bottom: 200px;
}
.measure-offer .tit h6 {
  color: #333;
  font-size: 36px;
  font-family: FZQ;
  line-height: 1;
  font-style: oblique;
  position: relative;
  z-index: 1;
}
.measure-offer .tit p {
  color: #dfdfdf;
  font-style: 18px;
  line-height: 1;
  font-family: FZQ;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: -10px;
}
.measure-offer .sub {
  width: 100%;
  height: 443px;
  background: url(../images/mea-bg2.jpg) center / cover no-repeat;
  position: relative;
}
.measure-offer .items {
  position: absolute;
  top: -149px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 87px;
  width: 1118px;
}
.measure-offer .item {
  width: 30%;
  height: 470px;
  background-color: #fbfbfc;
  padding: 0 40px;
}
.measure-offer .item:nth-child(even) {
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
}
.measure-offer .item .txt {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
.measure-offer .item .txt h6 {
  color: #505d67;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 23px;
}
.measure-offer .item .txt .p {
  color: #505d67;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 35px;
}
.measure-offer .item .txt .desc {
  color: #505d67;
  font-size: 14px;
  line-height: 24px;
}
.measure-offer .item .img {
  width: 100%;
  height: 170px;
  padding-top: 10px;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.measure-offer .item .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.measure-service {
  width: 100%;
  padding: 65px 0 83px;
  background: url(../images/mea-bg3.jpg) center / cover no-repeat;
}
.measure-service .tit {
  display: block;
  height: 77px;
  margin: 0 auto 62px;
}
.measure-service .item {
  width: 23.8%;
  height: 434px;
  background-color: #fbfbfc;
  border-radius: 6px;
  overflow: hidden;
}
.measure-service .item .img {
  width: 100%;
  height: 289px;
  background-position: center;
  background-size: cover;
}
.measure-service .item .txt {
  width: 100%;
  padding: 31px 33px 0;
}
.measure-service .item .txt .t {
  color: #333;
  font-size: 36px;
  line-height: 1;
  width: 75px;
}
.measure-service .item .txt .d {
  color: #333;
  font-size: 14px;
  font-family: gothic;
  display: flex;
  -webkit-display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.measure-service .item .txt .desc {
  color: #333;
  font-size: 14px;
  line-height: 1.2;
  padding: 33px 0 0;
  opacity: 0;
}
.measure-service .item:hover {
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(181, 181, 181, 0.22);
}
.measure-service .item:hover .img {
  height: 217px;
}
.measure-service .item:hover .txt .desc {
  opacity: 1;
}
.measure-tool {
  background-color: #fbfbfb;
  padding: 56px 0 0;
}
.measure-tool .tit {
  display: block;
  height: 77px;
  margin: 0 auto 164px;
}
.measure-tool .sub {
  width: 100%;
  height: 387px;
  background: url(../images/mea-bg4.jpg) center / cover no-repeat;
  position: relative;
}
.measure-tool .items {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
}
.measure-tool .item {
  width: 18.3%;
  height: 440px;
  background-color: #fff;
  padding: 50px 20px 0;
  position: relative;
}
.measure-tool .item .img {
  width: 100%;
  height: 180px;
}
.measure-tool .item .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.measure-tool .item .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 35px 40px;
  text-align: center;
}
.measure-tool .item .txt h6 {
  color: #666;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}
.measure-tool .item .txt .desc {
  color: #666;
  font-size: 14px;
  line-height: 1.2;
}
.measure-tool .item:hover {
  box-shadow: 0 6px 15px rgba(223, 224, 228, 0.33);
}
.measure-step {
  width: 100%;
  padding: 70px 0 94px;
}
.measure-step .tit {
  display: block;
  height: 77px;
  margin: 0 auto 43px;
}
.measure-step .img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.pop-yuyue {
  display: none;
  padding: 10px 20px;
}
.pop-yuyue img {
  display: block;
  height: 32px;
  margin: 0 auto;
}
.pop-yuyue p {
  text-align: center;
  padding: 0 0 20px;
}
.pop-yuyue .layui-form-item {
  margin-bottom: 10px;
}
.pop-yuyue .layui-form-label {
  padding: 0;
  line-height: 36px;
  text-align: left;
}
.pop-yuyue .layui-input-block {
  margin-left: 85px;
}
.pop-yuyue .layui-btn {
  display: block;
  width: 100%;
}
