.lg-head .address-list {
  position: absolute;
  left: 0;
  top: 28px;
  width: 604px;
  height: auto;
  background: #f8f8f8;
  z-index: 45;
  max-height: 345px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 7px 0;
}
.lg-head .address-list li {
  font-size: 14px;
  float: left;
}
.lg-head .address-list li a{
  padding: 5px 16px;
}
.lg-head .address-list li:last-child {
  border-bottom: none;
}
.lg-head .address-list li:hover {
  background: #e40b29;
}
.lg-head .address-list li:hover > a {
  color: white;
}
.lg-head ::-webkit-scrollbar {
  width: 4px;
  background-color: #f8f8f8;
}
.lg-head .address-list::-webkit-scrollbar-thumb {
  background-color: #e40b29;
}
.lg-head .list {
  position: absolute;
  top: 65px;
  z-index: 5;
  left: 0px;
  width: 120px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.08);
}
.lg-head .list a div {
  width: 120px;
  background: white;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}
.lg-head nav {
  line-height: 70px;
}
.lg-head nav ul {
  justify-content: space-between;
}
.lg-head nav .list div:hover {
  color: white;
  background: #e40b29;
}
.lg-head nav li {
  font-size: 18px;
  position: relative;
  text-align: center;
  width: 120px;
}
.lg-head nav li:first-child {
  margin-left: 0;
}
.lg-head nav li > a {
  padding-bottom: 6px;
}
.lg-head .active {
  border-bottom: 2px solid #e40b29;
  color: #e40b29;
}
.lg-head .mian {
  width: 100%;
  height: 170px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.11);
}
.lg-head .lg-address {
  width: 100%;
  height: 31px;
  line-height: 31px;
  background: #f8f8f8;
  color: #707070;
  font-size: 13px;
}
.lg-head .lg-main {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #dddddd;
}
.lg-head .search-input {
  margin-left: 80px;
  width: 400px;
  height: 50px;
  border: 1px solid #333333;
  border-right: none;
}
.lg-head .search {
  width: 100px;
  height: 50px;
  background: #151785;
  font-size: 16px;
  color: white;
  cursor: pointer;
}
.lg-head .input-text {
  position: relative;
}
.lg-head .posi {
  background: white;
  width: 100%;
  position: absolute;
  height: auto;
  border: 1px solid #333333;
  top: 35px;
  border-top: 1px solid #fff;
  display: none;
  z-index: 999;
}
.lg-head .posi li {
  line-height: 40px;
  padding-left: 20px;
  border-bottom: 1px solid #dddddd;
}
.lg-head .posi li:hover {
  background: #ee1d23;
  color: white;
}
.lg-head .input-width {
  width: 230px;
  margin-left: 20px;
}
.look-more {
  display: flex;
  justify-content: center;
}
.look-more-boxs {
  padding: 5px 20px;
  border: 1px solid #e40b29;
  background-color: #fff;
  color: #e40b29;
  display: inline-block;
  margin: 40px auto;
  border-radius: 4px;
}
.look-more-boxs:hover {
  background-color: #e40b29;
  color: #fff;
}
.ty-gy-tj-boxs,
.tj-boxs {
  padding: 20px 25px;
  background-color: #fff;
  width: 315px;
}
.ty-gy-tj-boxs .tit-box,
.tj-boxs .tit-box {
  position: relative;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 700;
  color: #333333;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.ty-gy-tj-boxs .tit-box .line-box,
.tj-boxs .tit-box .line-box {
  width: 30px;
  height: 5px;
  background: #ee1d23;
  border-radius: 3px;
  position: absolute;
  bottom: -3px;
  left: calc(50% - 15px);
}
.ty-gy-tj-boxs .ul-box,
.tj-boxs .ul-box {
  padding: 20px 0;
}
.ty-gy-tj-boxs .ul-box .lis-box,
.tj-boxs .ul-box .lis-box {
  list-style: inside;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.ty-gy-tj-boxs .ul-box .lis-box .lis-a-box,
.tj-boxs .ul-box .lis-box .lis-a-box {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  width: 315px;
  padding-left: 15px;
}
.ty-gy-tj-boxs .ul-box .lis-box .lis-a-box:hover,
.tj-boxs .ul-box .lis-box .lis-a-box:hover {
  color: #e40b29;
}
.ty-gy-tj-boxs .ul-box .lis-box ::before,
.tj-boxs .ul-box .lis-box ::before {
  content: '';
  width: 5px;
  background-color: #e40b29;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
}
.ty-gy-tj-boxs .a-box .more-box,
.tj-boxs .a-box .more-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid #e40b29;
  color: #e40b29;
  border-radius: 4px;
}
.ty-gy-tj-boxs .a-box :hover,
.tj-boxs .a-box :hover {
  background-color: #e40b29;
  color: #fff;
}
.ty-gy-zx-boxs,
.zx-boxs {
  background-color: #fff;
  margin-top: 10px;
  text-align: center;
  padding: 20px 0;
  width: 315px;
}

.ty-gy-zx-boxs .tit-boxs,
.zx-boxs .tit-boxs {
  font-size: 24px;
  font-family: ZhenyanGB;
  font-weight: 700;
  font-style: italic;
  color: #151785;
}
.ty-gy-zx-boxs .tip-tit,
.zx-boxs .tip-tit {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-top: 7px;
}
.ty-gy-zx-boxs .input-boxs,
.zx-boxs .input-boxs {
  margin-bottom: 10px;
  width: 265px;
  height: 40px;
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding-left: 15px;
}
.ty-gy-zx-boxs .button-boxs,
.zx-boxs .button-boxs {
  width: 265px;
  height: 40px;
  background: #ee1d23;
  border-radius: 20px;
  color: #fff;
  margin-top: 10px;
}
.ty-gy-zx-boxs .pri-boxs,
.zx-boxs .pri-boxs {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-top: 10px;
}
.ty-gy-zx-boxs .pri-boxs .i-boxs,
.zx-boxs .pri-boxs .i-boxs {
  font-style: italic;
  color: #e5001f;
  font-weight: 700;
}
.lg-foot .code {
  position: absolute;
  top: -95px;
  left: -118px;
  width: 110px;
  height: 140px;
  background: #f8f8f8;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lg-foot .code .title {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}
.lg-foot .code .img1 {
  width: 85px;
  height: 85px;
  object-fit: cover;
}
.lg-foot .por {
  position: relative;
  display: none;
}
.lg-foot .por .poasj {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #f8f8f8;
  position: absolute;
  right: -20px;
  top: calc(50% - 5px);
}
.lg-foot .backtop {
  position: fixed;
  right: 20px;
  top: 35%;
  z-index: 9999;
}
.lg-foot .backtop .div1 {
  margin-top: 5px;
  display: block;
  cursor: pointer;
}
.lg-foot .backtop > div > div > img:hover .por .code {
  display: flex !important;
}
.lg-foot .bg-back {
  border-radius: 50%;
  background-color: #e40b29;
  width: 48px;
  height: 48px;
  background-image: url('../bg/top_j.png');
  background-repeat: no-repeat;
  background-size: 34px 30px;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px !important;
}
footer {
  width: 100%;
  height: 450px;
  background-color: #151785;

}
footer .main-box {
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .main-box .top-box {
  width: 85%;
}
footer .main-box .top-box .top-one {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  width: 1200px;
}
footer .main-box .top-box .top-one .one-boxss1 {
  width: 75px;
  height: 75px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .main-box .top-box .top-one .one-boxss1:hover {
  background-color: #e40b29;
}
footer .main-box .top-box .top-one .one-boxss1:hover .img1 {
  filter: brightness(0%) grayscale(100%) invert(100%);
}
footer .main-box .top-box .top-one .active {
  background-color: #ee1d23;
}
footer .main-box .top-box .top-one .active .img1 {
  filter: brightness(0%) grayscale(100%) invert(100%);
}
footer .main-box .top-box .top-one .img1 {
  cursor: pointer;
  width: 68%;
  object-fit: contain;
}
footer .main-box .top-box .top-one .active {
  background-color: #e40b29;
}
footer .main-box .top-box .top-one .tit-box {
  width: 555px;
  height: 70px;
  background: #e40b29;
  border-radius: 23px 22px 22px 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}
footer .main-box .top-box .top-one .tit-box .left-box {
  width: 148px;
  height: 53px;
  background: #ffffff;
  border-radius: 16px 0px 0px 16px;
  font-size: 23px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
  text-align: center;
  line-height: 53px;
}
footer .main-box .top-box .top-one .tit-box .rig-box {
  font-size: 23px;
  font-family: PingFang SC;
  font-weight: 400;
  margin-left: 15px;
  color: #ffffff;
}
footer .main-box .top-box .top-two {
  min-height: 228px;
}
footer .main-box .top-box .top-two .two-top-links .a-hrefs {
  cursor: pointer;
  width: 80px;
  height: 30px;
  background: #000000;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
footer .main-box .top-box .top-two .two-top-links .active {
  background-color: #e40b29;
}
footer .main-box .top-box .top-two .two-top-links :hover {
  color: #e40b29;
  background-color: #fff;
}
footer .main-box .top-box .top-two .detail-hrefs {
  width: 100%;
  display: flex;
  margin: 25px 0;
  flex-wrap: wrap;
  max-height: 70px;
  overflow-y: scroll;
}
footer .main-box .top-box .top-two .detail-hrefs::-webkit-scrollbar {
  width: 2px;
  height: 50%;
  /* background-color: #ccc; */
}
footer .main-box .top-box .top-two .detail-hrefs::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
footer .main-box .top-box .top-two .detail-hrefs .detail-gos {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  opacity: 0.7;
  color: #ffffff;
  margin-right: 15px;
}
footer .main-box .top-box .top-two .detail-hrefs :hover {
  color: #e40b29;
}
footer .main-box .top-box .top-two .about-hrefs ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
footer .main-box .top-box .top-two .about-hrefs ul .lis-a {
  border-right: 1px solid #fff;
  margin-right: 20px;
  padding-right: 20px;
}
footer .main-box .top-box .top-two .about-hrefs ul .lis-a .a-hrefs {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
footer .main-box .top-box .top-two .about-hrefs ul .lis-a :hover {
  color: #e40b29;
}
footer .main-box .top-box .top-two .about-hrefs ul :last-child {
  border-right: 0;
}
footer .main-box .foot-tool .ul-box .li-box {
  position: relative;
  margin-bottom: 30px;
}
footer .main-box .foot-tool .ul-box .li-box .img1 {
  width: 45px;
  height: 45px;
}
footer .main-box .foot-tool .ul-box .li-box .img_code {
  position: absolute;
  right: 65px;
  top: calc(50% - 50px);
  width: 95px;
  height: 95px;
  text-align: center;
  background-color: #fff;
  line-height: 93px;
}
footer .main-box .foot-tool .ul-box .li-box .img_code .code-img {
  width: 90px;
  height: 90px;
}
footer .main-box .foot-tool .ul-box .li-box .img_code .poa-sj {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #f8f8f8;
  position: absolute;
  right: -20px;
  top: calc(50% - 5px);
}
footer .main-box .foot-tool .ul-box :hover .img_code {
  display: block !important;
}
footer .bottom-box {
  height: 66px;
  background: #1e1e1e;
}
footer .bottom-box .w1200 {
  justify-content: space-between;
  height: 100%;
  display: flex;
  align-items: center;
}
footer .bottom-box .span1 {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
}
footer .bottom-box .span1 > a {
  margin-left: 15px;
  color: #fff;
}
.fixed-foot {
  background-color: #e40b29;
  width: 100%;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.fixed-foot .fixed-foot-figure {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  line-height: 0;
}
.fixed-foot .fixed-foot-figure img {
  display: block;
  max-height: 170px;
  height: auto;
  width: auto;
}
.fixed-foot .poa-box-down {
  position: absolute;
  top: -18px;
  left: calc(50% - 45px);
  cursor: pointer;
}
.fixed-foot .w1200 {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 220px;
  box-sizing: border-box;
}
.fixed-foot .w1200 .phone-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}
.fixed-foot .w1200 .phone-box .phones {
  font-size: 30px;
  font-family: DIN, Arial, sans-serif;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.1;
}
.fixed-foot .w1200 .phone-box .phones-tip {
  font-size: 13px;
  font-family: PingFang SC, "Microsoft YaHei", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-top: 4px;
  line-height: 1.3;
  max-width: 220px;
}
.fixed-foot .w1200 .form-right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  flex-shrink: 0;
}
.fixed-foot .w1200 .input-with-icon {
  position: relative;
  display: inline-block;
}
.fixed-foot .w1200 .input-with-icon i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
  pointer-events: none;
  z-index: 2;
}
.fixed-foot .w1200 .input-with-icon.input-name { width: 115px; }
.fixed-foot .w1200 .input-with-icon.input-mobile { width: 135px; }
.fixed-foot .w1200 .input-with-icon.input-community { width: 155px; }
.fixed-foot .w1200 .input-with-icon.input-area { width: 95px; }
.fixed-foot .w1200 .imput-box {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 0 12px 0 34px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  transition: box-shadow 0.2s;
}
.fixed-foot .w1200 .imput-box::placeholder {
  color: #999;
  font-size: 13px;
}
.fixed-foot .w1200 .imput-box:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255,255,255,.5);
}
.fixed-foot .w1200 .go-appointment {
  width: 110px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 0;
  font-weight: bold;
  font-size: 15px;
  color: #e40b29;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}
.fixed-foot .w1200 .go-appointment:hover {
  background: #fff0f2;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
.banner .img-box {
  height: auto;
}
.banner .img-box .banner_mySwiper {
  z-index: 0;
  height: 100%;
}
.banner .img-box .img1 {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
.tip-yytx .items-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 310px;
  position: relative;
  padding: 25px 0;
  box-sizing: border-box;
}
.tip-yytx .items-box .item-box {
  width: calc(25% - 18px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #f2f2f2;
  transition: all .35s ease;
  position: relative;
  overflow: hidden;
}
.tip-yytx .items-box .item-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c8161e, #df8f55);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.tip-yytx .items-box .item-box:hover {
  box-shadow: 0 18px 40px rgba(162, 41, 51, .12);
  border-color: transparent;
  transform: translateY(-8px);
}
.tip-yytx .items-box .item-box:hover::before {
  transform: scaleX(1);
}
.tip-yytx .items-box .item-box .icon-wrap {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff5f0 0%, #fff 100%);
  box-shadow: 0 8px 20px rgba(200, 22, 30, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .35s ease;
}
.tip-yytx .items-box .item-box:hover .icon-wrap {
  transform: scale(1.08);
  background: linear-gradient(135deg, #c8161e 0%, #df8f55 100%);
  box-shadow: 0 10px 24px rgba(200, 22, 30, .25);
}
.tip-yytx .items-box .item-box .icon-wrap .img1 {
  font-size: 34px;
  color: #df8f55;
  transition: all .35s ease;
}
.tip-yytx .items-box .item-box:hover .icon-wrap .img1 {
  color: #fff;
}
.tip-yytx .items-box .item-box .title {
  font-size: 24px;
  font-family: PingFang;
  font-weight: 800;
  color: #313131;
  margin-top: 16px;
}
.tip-yytx .items-box .item-box .span1 {
  font-size: 15px;
  font-family: PingFang;
  font-weight: 500;
  color: #898989;
  margin-top: 8px;
}
.tip-yytx .items-box .item-box .href-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 20px;
  margin-top: 18px;
  font-size: 15px;
  font-family: PingFang;
  font-weight: 600;
  color: #df8f55;
  border-radius: 18px;
  border: 1px solid #f0d5c0;
  background: #fff;
  transition: all .35s ease;
}
.tip-yytx .items-box .item-box .href-go .arrow {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #df8f55;
  transition: all .35s ease;
}
.tip-yytx .items-box .item-box .href-go:hover {
  color: #c8161e;
  background: #fff;
  border-color: #c8161e;
  box-shadow: 0 6px 16px rgba(200, 22, 30, .15);
}
.tip-yytx .items-box .item-box .href-go:hover .arrow {
  border-left-color: #c8161e;
  transform: translateX(3px);
}
.tip-yytx .items-box .item-box .href-go img {
  display: none;
}
.tip-yytx .items-box .item-box .actives {
  color: #fff;
  background: #e40b29;
  
}
.tip-yytx .items-box .active {
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.code-box-send {
  position: fixed;
  top: calc(50% - 245px);
  left: calc(50% - 220px);
  z-index: 1000;
  width: 440px;
  height: 330px;
  background: url('../bg/bg-code.png') no-repeat 0 0;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.code-box-send .code-maxs {
  position: relative;
  width: 370px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  height: 50px;
}
.code-box-send .code-maxs input.input1s {
  width: 80%;
  border-radius: 25px;
  height: 100%;
  display: inline-block;
  padding: 0 10px;
}
.code-box-send .code-maxs .poa-get-send {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  color: #e40b29;
  border: 0;
  background: transparent;
}
.code-box-send .p1 {
  font-size: 36px;
  font-family: HarmonyOS Sans SC;
  font-weight: 900;
  color: #ee1d23;
}
.code-box-send button.butt-boxs {
  width: 370px;
  height: 50px;
  background: #ee1d23;
  border-radius: 25px;
  font-size: 18px;
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  color: #ffffff;
}
.code-box-send .phone-box {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
.code-box-send .phone-box strong {
  font-size: 24px;
  color: #e5001f;
}
.mock {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  left: 0;
  bottom: 0;
}
.dom-top-box {
  text-align: center;
}
.dom-top-box .title {
  font-size: 34px;
  margin: 10px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
}
.dom-top-box .span-box {
  font-size: 21px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #a0a0a0;
}
.Bread-crumbs {
  height: 70px;
  border-bottom: 1px solid #e6e6e6;
}
.Bread-crumbs .w1200 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.Bread-crumbs .w1200 .span-tit {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
}
.Bread-crumbs .w1200 .href-title {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
}
#case {
  width: 100%;
  background-color: #eff1f4;
}
#case .lg-head {
  background-color: #fff;
}
/* about 横幅标题与面包屑 */
.banner-title {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  color: #151785;
}
.banner-title .w-1200 {
  padding-top: 5px;
  padding-left: 20px;
}
.banner-title .tit {
  font-size: 42px;
  font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.6);color: #ee1d23;
}
.banner-title .bread {
  font-size: 15px;
  color: #555;
}
.banner-title .bread a {
  color: #555;
  text-decoration: none;
  transition: color 0.2s;
}
.banner-title .bread a:hover {
  color: #E5001F;
}
.banner-title .bread i {
  margin: 0 10px;
  color: #999;
  font-style: normal;
}
.banner-title .bread span {
  color: #151785;
  font-weight: 600;
}

.pages-box {
  display: flex;
  justify-content: center;
  margin: 30px auto 70px auto;
}
.pages-box .left-go {
  background-color: #fff;
}
.pages-box .href-box {
  padding: 3px 12px;
  border-radius: 4px;
  color: #000;
  margin-right: 10px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
.pages-box .href-box:hover {
  color: #e40b29;
}
.pages-box .active {
  color: #e40b29;
}
.case-list-box .case-top-fl {
  height: 60px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 25px;
  margin: 30px auto;
}
.case-list-box .case-top-fl .top-left {
  display: flex;
}
.case-list-box .case-top-fl .top-left .img-top {
  margin-right: 50px;
  color: #e40b29;
  cursor: pointer;
}
.case-list-box .case-top-fl .top-left .img-top .imgs {
  padding-right: 10px;
}
.case-list-box .case-top-fl .top-left .img-top .imgsac {
  padding-right: 10px;
}
.case-list-box .case-top-fl .top-left .img-bottom {
  cursor: pointer;
}
.case-list-box .case-top-fl .top-left .img-bottom .imgs {
  padding-right: 10px;
}
.case-list-box .case-top-fl .top-left .img-bottom .imgsac {
  padding-right: 10px;
}
.case-list-box .case-top-fl .top-right {
  position: relative;
}
.case-list-box .case-top-fl .top-right .poa-img {
  left: 15px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  position: absolute;
}
.case-list-box .case-top-fl .top-right .inputs-box {
  width: 270px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 18px;
  padding-left: 50px;
}
.case-list-box .list-item {
  display: flex;
  flex-wrap: wrap;
}
.case-list-box .list-item .items {
  cursor: pointer;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  display: block;
}
.case-list-box .list-item .items .img-box {
  width: 100%;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.case-list-box .list-item .items .img-box .imgs {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.case-list-box .list-item .items .img-box .poa-xin {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 90px;
  height: 32px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-list-box .list-item .items .img-box .poa-xin .xin-img {
  width: 18px;
  height: 15px;
}
.case-list-box .list-item .items .img-box .poa-xin > span {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-left: 7px;
}
.case-list-box .list-item .items .img-box .detail-zzs {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 100px);
  display: none;
}
.case-list-box .list-item .items .img-box .detail-zzs .a-boxs {
  width: 100px;
  height: 36px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.case-list-box .list-item .items .img-box .detail-zzs .sjs-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 36px;
  background: #ee1d23;
  border-radius: 4px;
  color: #fff;
}
.case-list-box .list-item .items .img-box .poa-abs {
  position: absolute;
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}
.case-list-box .list-item .items .img-box .vr-shows-box {
  position: absolute;
  top: 15px;
  right: 115px;
  width: 90px;
  height: 32px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.case-list-box .list-item .items .detail-box {
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 0px 0 5px 5px;
}
.case-list-box .list-item .items .detail-box .title {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 700;
}
.case-list-box .list-item .items .detail-box .tip-title {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  margin: 10px 0 20px 0;
  display: inline-block;
}
.case-list-box .list-item .items .detail-box .handle .imgss {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.case-list-box .list-item .items .detail-box .handle .name {
  font-size: 16px;
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
}
.case-list-box .list-item .items .detail-box .handle .ms-box {
  float: right;
  font-size: 16px;
  font-family: Bebas;
  font-weight: 400;
}
.case-list-box .list-item .items .detail-box .handle .ms-box .num {
  color: #e5001f;
  font-style: italic;
  font-weight: bold;
  margin-right: 7px;
}
.case-list-box .list-item :nth-child(3n) {
  margin-right: 0;
}
.case-list-box .list-item .items:hover .img-box .imgs {
  filter: brightness(0.5);
}
.case-list-box .list-item .items:hover .img-box .detail-zzs {
  display: flex;
}
.case-list-box .list-item .items:hover .detail-box {
  background-color: #e40b29;
  color: #fff;
}
.case-list-box .list-item .items:hover .detail-box .tip-title {
  color: #fff;
}
.case-list-box .list-item .items:hover .detail-box .ms-box .num {
  color: #fff;
}
.case-list-box .list-item .items:hover .poa-abs {
  display: none;
}
.floor-boxs {
  width: 100%;
}
.case-list-box .gdss-boxs .items:hover .detail-box .ms-box .num {
  color: #e40b29;
}
.floor-boxs .floor-bott-bos .list-items {
  display: flex;
  flex-wrap: wrap;
}
.floor-boxs .floor-bott-bos .list-items .items {
  width: calc((100% - 30px) / 3);
  position: relative;
  margin-right: 15px;
  margin-bottom: 25px;
  cursor: pointer;
}
.floor-boxs .floor-bott-bos .list-items .items:hover .img-box .img1 {
  transform: scale(1.2);
}
.floor-boxs .floor-bott-bos .list-items .items .img-box {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.floor-boxs .floor-bott-bos .list-items .items .img-box .img1 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.floor-boxs .floor-bott-bos .list-items .items .poa-box-tit {
  position: absolute;
  right: 30px;
  top: 0;
  width: 106px;
  height: 84px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 24px 24px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}
.floor-boxs .floor-bott-bos .list-items .items .poa-box-tit .tit {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.floor-boxs .floor-bott-bos .list-items .items .poa-box-tit .num-boxs {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  display: flex;
  color: #ffffff;
  justify-content: center;
  align-items: flex-end;
}
.floor-boxs .floor-bott-bos .list-items .items .poa-box-tit .num-boxs > p {
  font-size: 35px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 35px;
  margin-right: 8px;
}
.floor-boxs .floor-bott-bos .list-items .items .bott-ms-ss {
  width: 100%;
  height: 72px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.floor-boxs .floor-bott-bos .list-items .items .bott-ms-ss .title {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 700;
  color: #333333;
}
.floor-boxs .floor-bott-bos .list-items .items .bott-ms-ss .yuyue {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #a0a0a0;
}
.floor-boxs .floor-bott-bos .list-items .items .bott-ms-ss .yuyue > strong {
  color: #e40b29;
}
.floor-boxs .floor-bott-bos .list-items :nth-child(3n) {
  margin-right: 0;
}
.floor-boxs .more-floor {
  width: 164px;
  height: 40px;
  border: 1px solid #ee1d23;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: PingFang SC;
  margin: 0 auto;
  font-weight: 400;
  color: #ee1d23;
}
.floor-boxs .more-floor:hover {
  background-color: #e40b29;
  color: #fff;
}
.type-class .list-items .items {
  display: flex;
  align-items: baseline;
  min-height: 60px;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0 0 0;
}
.type-class .list-items .items strong.s-title {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
  min-width: 100px;
  display: inline-block;
  letter-spacing: 15px;
}
.type-class .list-items .items .right-box {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.type-class .list-items .items .right-box .items-aa {
  height: 100%;
  margin-right: 30px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  margin-bottom: 15px;
  line-height: 30px;
  cursor: pointer;
}
.type-class .list-items .items .right-box .active {
  padding: 1px 12px;
  background: #ee1d23;
  border-radius: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}
.type-class .list-items .items .anniu {
  display: flex;
}
.type-class .list-items .items .anniu img.close {
  cursor: pointer;
}
.type-class .list-items .items .anniu img.open {
  cursor: pointer;
  display: none;
}
.design-detail .case-list-box .case-top-fl .top-left {
  align-items: center;
}
.design-detail .case-list-box .case-top-fl .input-boxs {
  display: flex;
}
.design-detail .case-list-box .case-top-fl .input-boxs .input-ones {
  width: 130px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  position: relative;
}
.design-detail .case-list-box .case-top-fl .input-boxs .input-ones > input {
  width: 66%;
  font-size: 16px;
}
.design-detail .case-list-box .case-top-fl .input-boxs .input-ones ul {
  margin-top: 5px;
  width: 130px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 20px;
  position: absolute;
  z-index: 99;
}
.design-detail .case-list-box .case-top-fl .input-boxs .input-ones ul .lis-design {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  border-radius: 20px;
}
.design-detail .case-list-box .case-top-fl .input-boxs .input-ones ul :hover {
  background-color: #e40b29;
  color: #fff;
}
.design-detail .case-list-box .list-item .items {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  display: block;
  background-color: #fff;
  padding-bottom: 20px;
}
.design-detail .case-list-box .list-item .items .a-boxss {
  display: inline-block;
  width: 100%;
  height: 92%;
}
.design-detail .case-list-box .list-item .items .detail-box {
  padding-bottom: 0;
}
.design-detail .case-list-box .list-item .items .detail-box .title {
  margin-bottom: 10px;
  font-size: 20px;
}
.design-detail .case-list-box .list-item .items .detail-box .title > span {
  font-weight: normal;
  font-size: 16px;
}
.design-detail .case-list-box .list-item .items .detail-box .tip-title {
  margin-top: 0;
  margin-bottom: 7px;
}
.design-detail .case-list-box .list-item .items .detail-box .tip-title > strong {
  color: #333333;
}
.design-detail .case-list-box .list-item .items .detail-box .tip-title > .over-line1 {
  display: block;
  max-width: 170px;
}
.design-detail .case-list-box .list-item .items .detail-box .tip-title > b {
  color: #e11430;
}
.design-detail .case-list-box .list-item .items:nth-child(3n) {
  margin-right: 20px;
}
.design-detail .case-list-box .list-item .items:nth-child(4n) {
  margin-right: 0;
}
.design-detail .case-list-box .list-item .items .handle {
  width: 120px;
  height: 36px;
  background: #ee1d23;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  margin-left: 20px;
  color: #ffffff;
}
.design-detail .case-list-box .list-item .items:hover {
  background-color: #ee1d23;
}
.design-detail .case-list-box .list-item .items:hover .detail-box {
  background-color: transparent;
}
.design-detail .case-list-box .list-item .items:hover .title {
  color: #fff;
}
.design-detail .case-list-box .list-item .items:hover .tip-title > strong {
  color: #fff;
}
.design-detail .case-list-box .list-item .items:hover .tip-title > b {
  color: #fff;
}
.design-detail .case-list-box .list-item .items:hover .handle {
  background-color: #fff;
  color: #ee1b2c;
}
.design-detail .case-list-box .list-item .items:nth-child(4n) {
  margin-right: 0;
}
.gy-ny-boxImg {
  width: 100%;
  height: 300px;
  background: url('../bg/0097.png') no-repeat 0 0;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}
.gy-ny-boxImg .w1200 .poa-img-bak {
  top: 15px;
  position: absolute;
  font-size: 100px;
  font-family: HarmonyOS Sans SC;
  font-weight: 900;
  color: rgba(255, 255, 255, 0);
  opacity: 0.13;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  opacity: 0.07;
}
.gy-ny-boxImg .w1200 .conpaneny-tit {
  font-size: 64px;
  font-family: HarmonyOS Sans SC;
  font-weight: 900;
  color: #ffffff;
}
.gy-ny-boxImg .w1200 .tip-tit {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  margin-top: 30px;
}
.gy-a-href-boxs {
  height: 70px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  display: flex;
  text-align: left;
}
.gy-a-href-boxs .w50 {
  width: 50%;
  height: 70px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  padding: 0 30px;
  line-height: 70px;
}
.gy-a-href-boxs .w50 .img1,
.gy-a-href-boxs .w50 .img2 {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.gy-a-href-boxs .w50:hover {
  background-color: #e40b29;
  color: #fff;
}
.gy-a-href-boxs .w50:hover .img1 {
  display: none;
}
.gy-a-href-boxs .w50:hover .img2 {
  display: inline-block !important;
}
.gy-owner-video-box .titboxs {
  margin: 30px 0;
  font-size: 26px;
  font-family: PingFang;
  font-weight: bold;
  color: #000000;
}
.gy-owner-video-box .item-list {
  display: flex;
  flex-wrap: wrap;
}
.gy-owner-video-box .item-list .items {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
}
.gy-owner-video-box .item-list .items .img-box {
  width: 387px;
  height: 250px;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.gy-owner-video-box .item-list .items .img-box .img1 {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
}
.gy-owner-video-box .item-list .items .img-box .poa-privew {
  display: flex;
  align-items: center;
  background: #000000;
  opacity: 0.75;
  border-radius: 10px;
  padding: 2px 10px;
  position: absolute;
  z-index: 55;
  right: 20px;
  bottom: 20px;
}
.gy-owner-video-box .item-list .items .img-box .poa-privew .img1 {
  width: 15px;
  height: 10px;
}
.gy-owner-video-box .item-list .items .img-box .poa-privew > span {
  font-size: 15px;
  font-family: PingFang;
  font-weight: 500;
  color: #ffffff;
}
.gy-owner-video-box .item-list .items .bott-details {
  border-radius: 0 0 5px 5px;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.gy-owner-video-box .item-list .items .bott-details .top-bos1 {
  flex: 1;
}
.gy-owner-video-box .item-list .items .bott-details .top-bos1 .yyds {
  margin-top: 10px;
}
.gy-owner-video-box .item-list .items .bott-details .tit-bbox {
  font-size: 20px;
  font-family: PingFang;
  font-weight: bold;
  color: #000000;
}
.gy-owner-video-box .item-list .items .bott-details .tip-boxx {
  font-size: 17px;
  font-family: PingFang;
  font-weight: bold;
  color: #626262;
}
.gy-owner-video-box .item-list .items .bott-details .yyds-img {
  height: 95px;
  width: 95px;
  max-width: 100%;
}
.gy-owner-video-box .item-list .items:nth-child(3n) {
  margin-right: 0;
}
.video-layer .layui-layer-content {
  width: 800px !important;
  height: 450px !important;
  overflow: hidden !important;
}
.video-layer .layui-layer-content video {
  width: 100% !important;
  height: 100% !important;
}
/* 视频弹窗（独立，不依赖 layer.js） */
.video-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-modal-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.video-modal-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  max-width: 92vw;
  background: #000;
}
.video-modal-box video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  background: #000;
}
.video-modal-close {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}
.gdss-boxs .items .progress-bxos {
  height: 28px;
  width: 100%;
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  font-family: PingFang SC;
  padding: 0 20px;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(to right, red 10px, white);
}
.case-list-box .gdss-boxs .items:hover .detail-box {
  background-color: #fff;
  color: #333;
}
.case-list-box .gdss-boxs .items:hover .detail-box .tip-title {
  color: #999999;
}
.option-boxss .input-ones {
  border-radius: 5px !important;
  width: 190px;
  height: 50px;
  background: #f2f2f2;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  position: relative;
}
.option-boxss .input-ones > input {
  padding-left: 20px !important;
  width: 76%;
}
.option-boxss .input-ones ul {
  margin-top: 5px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 20px;
  position: absolute;
  z-index: 99;
  height: 230px;
  overflow-y: scroll;
}
.option-boxss .input-ones ul .lis-design,
.option-boxss .input-ones ul .lis-designs {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  border-radius: 20px;
}
.option-boxss .input-ones ul :hover {
  background-color: #e40b29;
  color: #fff;
}
/* 城市固定为「上海」，不显示下拉 */
.option-boxss .city-select.city-fixed {
  cursor: default;
}
.option-boxss .city-select.city-fixed .img1 {
  display: none !important;
}
.option-boxss .city-select.city-fixed > input {
  cursor: default;
}
#decorationquotation .option-boxss .city-select.city-fixed input {
  cursor: default !important;
}
.option-boxss .hx-box {
  border-radius: 5px !important;
  max-width: 400px;
  min-width: 380px;
  width: 400px;
}
.option-boxss .hx-box > input {
  width: 86%;
}
.option-boxss .hx-box ul {
  width: 100%;
}

/* 图片放大缩放样式 */
#outerdiv {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}
#outerdiv #bigimg{
  width: 1200px;
}
#outerdiv .cs-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
#outerdiv .rotate180 {
  transform: rotate(-180deg);
}
#outerdiv .poa-left {
  top: 50%;
  width: 34px;
  height: 121px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 121px;
  text-align: center;
  margin-top: -62px;
  color: #fff;
  border-radius: 10px 0px 0px 0px;

  position: absolute;
  left: 100px;
  z-index: 1000;
}
#outerdiv .poa-right {
  top: 50%;
  width: 34px;
  height: 121px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 121px;
  text-align: center;
  margin-top: -62px;
  border-radius: 0px 10px 10px 0px;

  color: #fff;
  position: absolute;
  right: 100px;
  z-index: 1000;
}
.mt10 {
  margin-right: 10px;
}

#outerdiv .bottom-poa {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 282px;
  height: 44px;
  padding: 0 23px;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: #fff;
  border-radius: 22px;
  position: absolute;
  bottom: 25px;
  left: calc(50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
#outerdiv .bottom-poa .left {
  width: 37%;
  text-align: left;
}

#outerdiv .bottom-poa .left > img {
  margin-right: 15px;

  width: 25px;
  height: auto;
  opacity: 0.5;
  cursor: pointer;
}
#outerdiv .bottom-poa .right > img:nth-child(2n) {
  margin-right: 0;
}

#outerdiv .bottom-poa .right {
  text-align: right;
}
#outerdiv .bottom-poa .right > img {
  cursor: pointer;
  margin-right: 15px;
  width: 20px;
  height: auto;
}
#outerdiv .bottom-poa .right > img:nth-child(2n) {
  margin-right: 0;
}



.caseRotate180{
  transform: rotate(180deg);
}