@charset "UTF-8";
/*动画帧*/
.h2-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  padding-top: 70px;
  text-align: center;
}

.p-info {
  font-size: 16px;
  color: #9b9b9b;
  line-height: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-delay: .3s;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-delay: .3s;
}

.popup-bg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}



/*.popup .popup-close {*/
/*  background: url(../images/popup_close.png) no-repeat;*/
/*  width: 40px;*/
/*  height: 37px;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 0;*/
/*}*/

/*.popup .popup-icon {*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  top: -43px;*/
/*  width: 87px;*/
/*  height: 87px;*/
/*  margin-left: -43px;*/
/*  z-index: 2;*/
/*  background: url(../images/popup_icon.png) no-repeat;*/
/*}*/

.popup h3 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}


.popup p strong {
  color: #d9000f;
}

.popup .item {
  margin-bottom: 15px;
}

.popup .item label {
  width: 75px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: left;
}

.popup .item label em {
  color: red;
}

.popup .item .input {
  width: 237px;
  height: 35px;
  text-indent: 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #aeaeae;
  border-radius: 0;
}

.popup .item .submit {
  height: 40px;
  background: linear-gradient(to right, #e25e5f, #d73867);
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 40px;
  cursor: pointer;
  width: 100%;
  margin-top: 5px;
  border: none;
}

.popup .tip {
  font-size: 12px;
  color: #aeaeae;
}

/*动画帧*/
#header .topbar {
  padding: 16px 0;
}

#header .topbar .logo {
  width: 175px;
  height: 45px;
  overflow: hidden;
}

#header .topbar .logo a {
  display: block;
}

#header .topbar .logoTxt {
  border-left: 1px solid #b5b5b5;
  padding-left: 12px;
  margin-left: 12px;
  margin-top: 4px;
  font-size: 16px;
  color: #3f3f3f;
}

#header .topbar .topbar-info {
  line-height: 45px;
  font-size: 16px;
  color: #000;
}

#header .topbar .topbar-info span {
  padding-right: 10px;
}

#header .topbar .free-btn {
  width: 74px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #cb2222;
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
  margin-left: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

#header .nav-bar {
  background: #000;
  height: 60px;
  line-height: 60px;
}

#header .nav-bar .nav-bar-con {
  width: 1280px;
}

#header .nav-bar .nav-bar-con a {
  font-size: 17px;
  float: left;
  color: #fff;
  margin-right: 78px;
  color: #ccc;
}

#header .nav-bar .nav-bar-con a:hover {
  color: #fff;
}

/*动画帧*/
/*右侧悬浮窗*/
#help {
  position: fixed;
  width: 73px;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px #adadad;
  z-index: 100;
  display: none;
}

#help .help-link {
  position: relative;
  display: block;
  width: 100%;
}

#help .help-link .help-icon {
  position: relative;
  z-index: 5;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
}

#help .help-link .help-icon .help-icon-img {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
}

#help .help-link .help-icon p {
  text-align: center;
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
}

#help .help-link .help-content {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 0;
  background-color: #fff;
  box-shadow: -3px 0 10px #ccc;
  overflow: hidden;
}

#help .help-link .help-content .text {
  padding: 15px;
  line-height: 28px;
}

#help .help-link .help-content3 {
  height: 144px;
}

#help .help-link .help-content3 .text {
  background: #a2a2a2;
  width: 144px;
}

#help .help-link .help-content4 {
  height: 58px;
}

#help .help-link .help-content4 .text {
  width: 86px;
}

#help .help-link .help-content5 {
  height: 58px;
}

#help .help-link .help-content5 .text {
  width: 150px;
  color: #e55c4d;
  font-size: 15px;
  font-weight: bold;
}

/* 底部 */
#footer {
  background: #404040;
  padding-top: 70px;
}

#footer .top {
  border-bottom: 1px solid #545353;
  padding-bottom: 30px;
}

#footer .top dl {
  line-height: 26px;
  margin-right: 50px;
}

#footer .top dl dt {
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}

#footer .top dl dd a {
  font-size: 13px;
  color: #898989;
}

#footer .top dl dd a:hover {
  color: #fff;
}

#footer .top .ml60 {
  margin-left: 60px;
}

#footer .top .QRcode {
  width: 114px;
  margin-right: 44px;
  text-align: center;
}

#footer .top .QRcode img {
  margin-bottom: 15px;
}

#footer .top .QRcode p {
  font-size: 14px;
  color: #a5a4a4;
}

#footer .top .line {
  width: 1px;
  height: 132px;
  background: #666;
  overflow: hidden;
  margin: 0 60px 0 16px;
}

#footer .top .info .p1 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

#footer .top .info .p2 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}

#footer .top .info .p3 {
  font-size: 14px;
  color: #898989;
  margin-bottom: 20px;
}

#footer .top .info .button {
  display: block;
  width: 122px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border: none;
  background: #b42e32;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

#footer .top .info .button:hover {
  border-radius: 30px;
}

#footer .bottom {
  text-align: center;
  font-size: 13px;
  color: #9e9e9e;
  padding: 20px;
}

#bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 104px;
  z-index: 102;
}

/*#bottom-fixed .close {*/
/*  position: absolute;*/
/*  right: 20px;*/
/*  top: 10px;*/
/*  width: 27px;*/
/*  height: 27px;*/
/*  background: url(../images/index1/icon8.png) no-repeat;*/
/*}*/

/*#bottom-fixed .bg {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 1;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: #000;*/
/*  opacity: .7;*/
/*  fliter: alpha(opacity=70);*/
/*}*/

#bottom-fixed .w1200 {
  z-index: 10;
}

#bottom-fixed .left {
  margin-top: 13px;
  height: 78px;
  border-right: 1px dashed #adadad;
}

#bottom-fixed .left .offer {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-left: 12px;
  margin-top: 10px;
  padding-right: 20px;
}

#bottom-fixed .middle {
  height: 78px;
  margin-top: 13px;
  padding: 9px 20px;
  border-right: 1px dashed #adadad;
}

#bottom-fixed .middle input, #bottom-fixed .middle select {
  border-radius: 0;
  border: none;
}

#bottom-fixed .middle .sel_one {
  color: #666;
  width: 123px;
  height: 30px;
  padding: 0;
  padding-left: 10px;
}

#bottom-fixed .middle .text_area {
  width: 113px;
  height: 30px;
  margin-left: 2px;
  color: #666;
  padding-left: 10px;
  line-height: 30px;
  border-radius: 0;
}

#bottom-fixed .middle .sel_two {
  width: 131px;
  height: 30px;
  margin-left: 2px;
  color: #666;
  padding: 0;
  padding-left: 10px;
}

#bottom-fixed .middle .tell_box {
  margin-top: 4px;
}

#bottom-fixed .middle .tell_box .phone1 {
  width: 238px;
  height: 30px;
  padding-left: 12px;
  color: #666;
  line-height: 30px;
  border-radius: 0;
  border: none;
}

#bottom-fixed .middle .tell_box .BaoMing {
  width: 132px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  background: #ce2222;
  line-height: 30px;
  text-align: center;
  margin-left: 2px;
}

#bottom-fixed .right {
  padding: 15px 20px;
}

#bottom-fixed .right .sweep-yellow {
  font-size: 14px;
  font-weight: bold;
  color: #ffd02c;
  font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
}

#bottom-fixed .right .sweep-p {
  font-size: 12px;
  color: #fff;
  width: 170px;
  line-height: 16px;
  margin-top: 8px;
}

.h3Title {
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
}

input::placeholder {
  color: #cccccc;
}

.content {
  background: #f5f5f5;
  padding-top: 35px;
  padding-bottom: 60px;
}

.content .bread {
  color: #88888b;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  background-color: #ffffff;
  margin: 0 0 20px;
}

.content .bread a {
  color: #88888b;
}

.content .bread .tohome {
  background: url(../images/caseDetail/home_icon.png) no-repeat left center;
  padding-left: 25px;
}

.content .bread .backlist {
  width: 200px;
  height: 46px;
  background-color: #222222;
  color: #ffffff;
  text-align: center;
}

.content .bread .backlist span {
  background: url(../images/caseDetail/back_icon.png) no-repeat left center;
  padding-left: 45px;
}

.content .left {
  width: 900px;
  background-color: #ffffff;
  padding: 30px;
  box-sizing: border-box;
}

.content .left .swiper-button-prev, .content .left .swiper-button-next {
  outline: none;
  width: 24px;
  height: 90px;
  top: 0;
  margin-top: 0;
  background: #e8e8e8;
}

.content .left .swiper-button-prev::after, .content .left .swiper-button-next::after {
  content: '';
  width: 15px;
  height: 17px;
  background: url(../images/caseDetail/arrow.png) no-repeat;
}

.content .left .swiper-button-prev {
  left: 0;
}

.content .left .swiper-button-prev::after {
  background-position: 0 0;
}

.content .left .swiper-button-prev:hover {
  background: #e7a5a5;
}

.content .left .swiper-button-prev:hover::after {
  background-position: 0 -17px;
}

.content .left .swiper-button-next {
  right: 0;
}

.content .left .swiper-button-next::after {
  background-position: -15px 0;
}

.content .left .swiper-button-next:hover {
  background: #e7a5a5;
}

.content .left .swiper-button-next:hover::after {
  background-position: -15px -17px;
}

.content .left .gallery-thumbs {
  width: 770px;
  margin: 0 auto;
}

.content .left .gallery-thumbs .swiper-slide {
  background: transparent;
  text-align: center;
  padding: 1px;
}

.content .left .gallery-thumbs .swiper-slide .img {
  height: 90px;
  border: 1px solid #fff;
  padding: 1px;
  cursor: pointer;
  margin: 0 auto;
}

.content .left .gallery-thumbs .swiper-slide-thumb-active .img {
  border-color: #f19f9f;
}

.content .left .contentWrap {
  padding-top: 60px;
}

.content .left .contentWrap .h2Title {
  font-size: 26px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 32px;
  font-weight: 400;
}

.content .left .contentWrap .viewInfo {
  font-size: 14px;
  color: #999999;
  margin-bottom: 16px;
}

.content .left .contentWrap .projectInfo {
  border: 1px solid #e0e0e0;
}

.content .left .contentWrap .projectInfo li {
  float: left;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}

.content .left .contentWrap .projectInfo li p {
  height: 68px;
  line-height: 68px;
}

.content .left .contentWrap .projectInfo li .p1 {
  border-bottom: 1px dotted #e0e0e0;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.content .left .contentWrap .projectInfo li .p2 {
  font-size: 14px;
  color: #666;
}

.content .left .contentWrap .projectInfo li:nth-child(odd) {
  width: 113px;
  background: #f8f8f8;
}

.content .left .contentWrap .projectInfo li:nth-child(even) {
  width: 170px;
}

.content .left .contentWrap .h3Title {
  margin-top: 40px;
}

.content .left .contentWrap p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 15px;
}

.content .left .contentWrap p img {
  max-width: 100%;
}

.content .left .contentWrap .contentBottom {
  display: flex;
  justify-content: space-between;
}

.content .left .contentWrap .contentBottom a {
  width: 340px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  font-size: 14px;
  color: #333333;
}

.content .left .contentWrap .contentBottom a:hover {
  background: #e62a2a;
  color: #fff;
}

.content .left .contentWrap .aboutCase {
  overflow: hidden;
}

.content .left .contentWrap .aboutCase h4 {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 14px;
  color: #333333;
  background-color: #f5f5f5;
  margin-top: 45px;
  margin-bottom: 20px;
}

.content .left .contentWrap .aboutCase h4 a {
  float: right;
  background: url(../images/caseDetail/arrow_about.png) no-repeat;
  width: 16px;
  height: 14px;
  overflow: hidden;
  margin-top: 18px;
  margin-right: 10px;
}

.content .left .contentWrap .aboutCase ul {
  width: 888px;
}

.content .left .contentWrap .aboutCase ul li {
  float: left;
  width: 264px;
  margin-right: 24px;
}

.content .left .contentWrap .aboutCase ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.content .left .contentWrap .aboutCase ul li a .img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.content .left .contentWrap .aboutCase ul li a .img img {
  width: 100%;
  height: 100%;
  transition: 1s all;
}

.content .left .contentWrap .aboutCase ul li a p {
  background-color: #f5f5f5;
  line-height: 26px;
  text-align: center;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}

.content .left .contentWrap .aboutCase ul li:hover .img img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.content .right {
  width: 274px;
}

.content .right .itemBlock {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #ffffff;
}

.content .right .desingerPhoto {
  width: 180px;
  height: 180px;
  margin: 0 auto 30px;
}

.content .right .desingerPhoto img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.content .right .desingerName {
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}

.content .right .desingerMain {
  text-align: center;
  font-size: 14px;
  color: #999999;
  margin-bottom: 15px;
}

.content .right .desingerAbout {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e0e0e0;
  padding: 25px 0;
}

.content .right .desingerAbout li {
  width: 33.333%;
  text-align: center;
  font-size: 14px;
}

.content .right .desingerAbout li span {
  display: block;
}

.content .right .desingerAbout li .span1 {
  color: #cf4c4c;
  margin-bottom: 12px;
}

.content .right .desingerAbout li .span2 {
  color: #666666;
}

.content .right .desingerBook {
  display: block;
  height: 36px;
  line-height: 36px;
  background-color: #cf4c4c;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.content .right .desingerBook:hover {
  background: #e62a2a;
}

.content .right .counterMoney h4 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 400;
}

.content .right .counterMoney .getP {
  text-align: center;
  font-size: 13px;
  color: #666666;
  margin-bottom: 15px;
}

.content .right .counterMoney .getP span {
  color: #cf4c4c;
  padding: 0 5px;
}

.content .right .counterMoney .zxbj-calc-header {
  position: relative;
  width: 245px;
  height: 53px;
  margin-bottom: 16px;
  background: url(../images/caseDetail/counterBg.png) no-repeat;
}

.content .right .counterMoney .zxbj-calc-header .zxbj-calc-budget {
  position: absolute;
  top: 7px;
  right: 48px;
  width: 185px;
  height: 39px;
}

.content .right .counterMoney .zxbj-calc-header .zxbj-calc-budget div {
  display: none;
  float: right;
  width: 22px;
  height: 39px;
  background: url(../images/caseDetail/counter.png) no-repeat;
  margin-left: 3px;
}

.content .right .counterMoney .zxbj-calc-header .zxbj-calc-budget .num0 {
  display: block;
  background-position: 0 0;
}

.content .right .counterMoney .zxbj-calc-header .zxbj-calc-budget .num1 {
  display: block;
  width: 8px;
  background-position: -35px 0;
}

.content .right .counterMoney .zxbj-calc-header .zxbj-calc-budget .num2 {
  display: block;
  background-position: -54px 0;
}

.content .right .counterMoney .zxbj-calc-header .zxbj-calc-budget .num3 {
  display: block;
  background-position: -89px 0;
}

.content .right .counterMoney .zxbj-calc-header .zxbj-calc-budget .num4 {
  display: block;
  background-position: -127px -2px;
}

.content .right .counterMoney .zxbj-calc-header .zxbj-calc-budget .num5 {
  display: block;
  background-position: -168px 0;
}

.content .right .counterMoney .zxbj-calc-header .zxbj-calc-budget .num6 {
  display: block;
  background-position: -202px 0;
}

.content .right .counterMoney .zxbj-calc-header .zxbj-calc-budget .num7 {
  display: block;
  background-position: -237px 0;
}

.content .right .counterMoney .zxbj-calc-header .zxbj-calc-budget .num8 {
  display: block;
  background-position: -271px 0;
}

.content .right .counterMoney .zxbj-calc-header .zxbj-calc-budget .num9 {
  display: block;
  background-position: -306px 0;
}

.content .right .counterMoney .form select {
  color: #ccc;
}

.content .right .counterMoney .form select, .content .right .counterMoney .form .formInput {
  width: 100%;
  height: 34px;
  border: solid 1px #d8d8d8;
  font-size: 12px;
  padding: 7px 12px;
  margin-bottom: 12px;
}

.content .right .counterMoney .form .formButton {
  display: block;
  width: 100%;
  border: none;
  height: 36px;
  line-height: 36px;
  background-color: #cf4c4c;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin: 8px 0 10px;
  cursor: pointer;
}

.content .right .counterMoney .form .formButton:hover {
  background: #e62a2a;
}

.content .right .counterMoney .tips {
  font-size: 12px;
  color: #cccccc;
}
.contentWrap img{
  width: 840px;
  height: 595px;
  overflow: hidden;
  background: url(../images/loading.gif) 50% no-repeat;
  display: block;
}
#recommendCase p {
  line-height: 26px;
  padding: 8px;
  font-size: 14px;
  color: #333333;
}
#recommendCase ul li {
	margin-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
}

.gallery-top .img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}