.CaseDetail {
  width: 100%;
  padding-top: 78px;
  background: #f2f2f2;
}
.CaseDetail .cont {
  flex-direction: column;
  background: #f2f2f2;
  position: relative;
}
.CaseDetail .tip {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  background: #f2f2f2;
  line-height: 76px;
}
.CaseDetail .box {
  align-items: flex-start;
  width: 100%;
}
.CaseDetail .box-l {
  flex-direction: column;
  width: 842px;
  background: #ffffff;
  padding: 15px;
  box-sizing: border-box;
}
.CaseDetail .basic {
  width: 812px;
  padding-top: 40px;
  background: #ffffff;
  box-sizing: border-box;
}
.CaseDetail .basic .basic-title {
  font-size: 32px;
  color: #0e5342;
  margin-bottom: 57px;
}
.CaseDetail .basic .homestyle {
  width: 100%;
}
.CaseDetail .basic .homestyle .hxt {
  width: 544px;
  background: #f2f2f2;
}
.CaseDetail .basic .homestyle .hxt img {
  width: 430px;
  height: 343px;
}
.CaseDetail .basic .homestyle .hxt img:hover {
  transform: scale(1.03);
  transition: all 0.4s;
}
.CaseDetail .basic .homestyle .basic-infor {
  width: 223px;
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  background: #f2f2f2;
  text-align: center;
  line-height: 110px;
}
.CaseDetail .tip2 {
  width: 795px;
  font-weight: 500;
  color: #0e5342;
  line-height: 80px;
}
.CaseDetail .photoqjt {
  width: 796px;
  height: 414px;
}
.CaseDetail .photoqjt img {
  width: 100%;
  height: 100%;
}
.CaseDetail .photoqjt img:hover {
  transform: scale(1.03);
  transition: all 0.4s;
}
.CaseDetail .photo {
  width: 796px;
}
.CaseDetail .photo img {
  width: 100%;
  height: 100%;
}
.CaseDetail .photo:hover {
  transform: scale(1.03);
  transition: all 0.4s;
}
.CaseDetail .box-r {
  flex-direction: column;
  width: 344px;
}
.CaseDetail .applyhxgh {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 613px;
  background: #ffffff;
}
.CaseDetail .applyhxgh .title {
  width: 90%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.CaseDetail .applyhxgh .title .green {
  width: 6px;
  height: 18px;
  background-color: #90cf2f;
  margin-right: 3px;
}
.CaseDetail .applyhxgh .title .hxgh {
  font-weight: 600;
  color: #1e1e1e;
}
.CaseDetail .applyhxgh input {
  width: 320px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: #999999;
  border: 1px solid #999999;
  border-radius: 10px;
  padding-left: 20px;
  margin-top: 20px;
  box-sizing: border-box;
}
.CaseDetail .applyhxgh input::-webkit-input-placeholder {
  font-size: 20px;
  color: #999999;
}
.CaseDetail .applyhxgh button {
  width: 320px;
  height: 54px;
  color: #ffffff;
  background: #0e5342;
  border-radius: 11px;
  margin: 20px auto;
}
.CaseDetail .applyhxgh .applyed {
  font-size: 16px;
  color: #0e5342;
}
.CaseDetail .applyhxgh .phones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 99px;
  color: #0e5342;
  text-align: center;
  background: #f5f5f5;
  border-radius: 11px;
}
.CaseDetail .applyhxgh .phones .text {
  width: 100%;
}
.CaseDetail .applyhxgh .phones .tel {
  width: 100%;
  font-size: 34px;
}
.CaseDetail .tjcase {
  width: 100%;
  flex-direction: column;
}
.CaseDetail .tjcase .title {
  font-weight: 500;
  color: #0e5342;
  text-align: center;
  line-height: 76px;
  border-bottom: 1px solid #dcdcdc;
}
.CaseDetail .tjcase .img-name {
  width: 100%;
  margin: 24px auto;
}
.CaseDetail .tjcase .img-name:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}
.CaseDetail .tjcase .img-name:hover .case-name {
  display: block;
}
.CaseDetail .tjcase .case-img {
  width: 344px;
  height: 264px;
}
.CaseDetail .tjcase .case-img img {
  width: 100%;
  height: 100%;
}
.CaseDetail .tjcase .case-name {
  display: none;
  width: 100%;
  height: 45px;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  background: #90cf2f;
  opacity: 0.74;
}
.CaseDetail .nav-leftFixed {
  width: 80px;
  position: absolute;
  top: 200px;
  left: -100px;
  /* position: fixed;
  left: 100px; */
  /* top: 10px; */
  z-index: 99;
}
.CaseDetail .nav-leftFixed .box {
  width: 80px;
  height: 80px;
  color: #0e5342;
  font-size: 20px;
  text-align: center;
  background-color: #ffffff;
  padding-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.CaseDetail .nav-leftFixed .box .imgbox {
  width: 43px;
  height: 40px;
  margin: 2px auto;
}
.CaseDetail .nav-leftFixed .box .imgbox0 {
  background: url("../img/caseDetails/left-hxt.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .box .imgbox1 {
  background: url("../img/caseDetails/left-xg.png");
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .box .imgbox2 {
  background: url("../img/caseDetails/left-kt.png");
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .box .imgbox3 {
  background: url("../img/caseDetails/left-ct.png");
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .box .imgbox4 {
  background: url("../img/caseDetails/left-cf.png");
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .box .imgbox5 {
  background: url("../img/caseDetails/left-ws.png");
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .box .imgbox6 {
  background: url("../img/caseDetails/left-cw.png");
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .box .imgbox7 {
  background: url("../img/caseDetails/left-etf.png");
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .box .imgbox8 {
  background: url("../img/caseDetails/left-sf.png");
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .active0 .box {
  color: #ffffff;
  background-color: #0e5342;
}
.CaseDetail .nav-leftFixed .active0 .imgbox0 {
  background: url("../img/caseDetails/active1.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .active1 .box {
  color: #ffffff;
  background-color: #0e5342;
}
.CaseDetail .nav-leftFixed .active1 .imgbox1 {
  background: url("../img/caseDetails/active2.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .active2 .box {
  color: #ffffff;
  background-color: #0e5342;
}
.CaseDetail .nav-leftFixed .active2 .imgbox2 {
  background: url("../img/caseDetails/active3.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .active3 .box {
  color: #ffffff;
  background-color: #0e5342;
}
.CaseDetail .nav-leftFixed .active3 .imgbox3 {
  background: url("../img/caseDetails/active4.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .active4 .box {
  color: #ffffff;
  background-color: #0e5342;
}
.CaseDetail .nav-leftFixed .active4 .imgbox4 {
  background: url("../img/caseDetails/active5.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .active5 .box {
  color: #ffffff;
  background-color: #0e5342;
}
.CaseDetail .nav-leftFixed .active5 .imgbox5 {
  background: url("../img/caseDetails/active6.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .active6 .box {
  color: #ffffff;
  background-color: #0e5342;
}
.CaseDetail .nav-leftFixed .active6 .imgbox6 {
  background: url("../img/caseDetails/active7.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .active7 .box {
  color: #ffffff;
  background-color: #0e5342;
}
.CaseDetail .nav-leftFixed .active7 .imgbox7 {
  background: url("../img/caseDetails/active8.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.CaseDetail .nav-leftFixed .active8 .box {
  color: #ffffff;
  background-color: #0e5342;
}
.CaseDetail .nav-leftFixed .active8 .imgbox8 {
  background: url("../img/caseDetails/active9.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}


/* 尾部开始 */
.footer {
  width: 100%;
  color: #ffffff;
}
.footer .introduce-footer {
  width: 100%;
  align-items: center;
  height: 264px;
  display: flex;
  justify-content: center;
  background: #0B3B30;
}
.footer .introduce-footer .option-footer {
  width: 600px;
  height: 210px;
  display: flex;
  justify-content: space-around;
  border-right: 1px solid #4C4C4A;
}

.footer .introduce-footer .option-footer .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #EEEEEE;
  font-size: 22px;
}
.footer .introduce-footer .option-footer .center  li {
  margin-bottom: 15px;
}
.footer .introduce-footer .option-footer .center  .pointer a {
  color: #ffffff ;
}
.footer .introduce-footer .option-footer .center  .pointer a:hover {
  color: #ffffff !important;
}
.footer .introduce-footer .option-footer .center .title {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer .introduce-footer .consult-footer {
  width: 600px;
  height: 210px;
  display: flex;
  justify-content: space-around;
}
.footer .introduce-footer .consult-footer .apply-footer {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.footer .introduce-footer .consult-footer .apply-footer .title {
  position: relative;
  width: 300px;
  color: #ffffff;
  font-size: 30px;
  text-align: left;
  margin-bottom: 10px;
}
.footer .introduce-footer .consult-footer .apply-footer .title .bgwhite {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 144px;
  height: 33px;
  color: #4C4C4A;
  font-size: 20px;
  text-align: center;
  line-height: 33px;
  background: #ffffff;
  border-radius: 11px;
}
.footer .introduce-footer .consult-footer .apply-footer ul li {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
}
.footer .introduce-footer .consult-footer .apply-footer ul li .fon42 {
  font-size: 42px;
  color: #ffffff;
}
.footer .introduce-footer .consult-footer .qr {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .introduce-footer .consult-footer .qr .qr-img {
  width: 157px;
  height: 188px;
}
.footer .introduce-footer .consult-footer .qr span {
  display: block;
  color: #DEDBDB;
  font-size: 20px;
  margin-top: 15px;
}
.footer .copyright {
  height: 80px;
  width: 100%;
  font-size: 24px;
  color: #EEEEEE;
  background: #042019;
  display: flex;
  justify-content: center;
}
.footer .copyright .copyright-cont {
  width: 1200px;
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.footer .copyright .img {
  width: 37px;
  height: 40px;
  margin: 10px;
}

/* 尾部结束 */