* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  font-family: 微软雅黑;
  color: #222222;
}
a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}
a:hover {
  color: #ed1b24;
}
img {
  max-width: 100%;
}
ul,
ol {
  list-style: none;
}
.section {
  margin: 45px auto;
}
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.row {
  display: flex;
  flex-direction: row;
}
.gener-title {
  text-align: center;
  margin: 20px 0 50px;
}
.gener-title h3 {
  font-size: 36px;
  color: #ed1b24;
  margin-bottom: 10px;
}
.gener-title p {
  font-size: 14px;
  color: #a9a9a9;
}
.gener-title-2 {
  padding: 20px 0 50px;
  text-align: left;
  position: relative;
}
.gener-title-2 h3 {
  font-size: 30px;
  color: #000;
}
.gener-title-2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 60px;
  height: 3px;
  background-color: #ed1b24;
}

.whiteBg {
  background-color: #fff;
}
.grayBg {
  background-color: #f5f5f5;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.crafts-box {
  padding: 50px 0;
}
.btn-style1 {
  display: inline-block;
  color: #ed1b24;
  border: 1px solid #ed1b24;
  width: 151px;
  height: 43px;
  line-height: 43px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
.btn-style1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #ed1b24;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-style1:hover {
  color: #fff;
  background-color: #ed1b24;
}
.btn-style1:hover::after {
  width: 100%;
}
/* header */
.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 99;
}
.header.on {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav-logo {
  display: block;
  width: 200px;
}
.site_logo img{
    max-height: 90px;
}
.header .nav-links {
  display: flex;
}
.header .nav-links > li {
  position: relative;
  list-style: none;
  transition: all 0.3s;
}
.header .nav-links > li > a {
  display: block;
  height: 90px;
  line-height: 90px;
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
}
.header .nav-links > li > a.active{
    color: #ed1b24;
}
.header.on .nav-links a {
  color: #333;
}
.header.on .nav-links .active {
  color: #ed1b24;
}
.header .nav-links > li:hover .nav-dropdown {
  display: block;
}
.nav-dropdown {
  position: absolute;
  text-align: center;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.nav-dropdown > li {
}
.nav-dropdown > li:hover a {
  background-color: #ddd;
}
.nav-dropdown > li > a {
  display: block;
  padding: 10px 15px;
  margin: 5px 0;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s;
}
.home-banner{
    
    position: relative;
}
.home-banner .slogan{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.home-banner .slogan h1{
    color: #ed1b24;
    font-size: 60px;
}
.banner {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.banner img,
.home-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-list .row {
  justify-content: space-between;
  margin: 50px auto;
}
.banner-list .row .bannerList-item {
  width: 25%;
  padding: 0 10px;
  padding: 20px 35px;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
.banner-list .row .bannerList-item:last-child {
  border-right: none;
}
.bannerList-item .text h3 {
  margin: 25px 0;
  font-size: 24px;
  color: #ed1b24;
  font-weight: normal;
}
.bannerList-item .text p {
  font-size: 14px;
  color: #433e3e;
  line-height: 1.5;
}
/* 品牌介绍 */
.brand-area {
  padding: 50px 0;
}
.brand-area .left .gener-title {
  text-align: left;
  margin-bottom: 20px;
}
.brand-area .pic {
  width: 627px;
  height: 400px;
  display: block;
  flex-shrink: 0;
  margin-left: 30px;
}
.brand-content {
  line-height: 1.75;
}
.brand-box2 {
  position: relative;
}
.brand-box2 .bg {
  position: relative;
}
.brand-box2 .bg img {
  width: 100%;
}
.brand-box2 .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.brand-box2 .text {
  max-width: 710px;
}
.brand-box2 .text h1 {
  font-size: 36px;
  color: #ed1b24;
  margin-bottom: 30px;
}
.brand-box2 .text p {
  line-height: 1.9;
  font-size: 16px;
  color: #666;
}
@media screen and (max-width: 1800px) {
  .brand-box2 .text h1 {
    margin-bottom: 20px;
  }
}
/* 客户案例 */
.homecase-area {
  padding: 50px 0;
  background: url("../../images/ABUIABACGAAgj4KAswYox4m-0AMwgA84xwU.jpg")
    no-repeat center center;
  background-size: cover;
}
.homecase-area .container {
  position: relative;
}
.homecase-list {
  margin-top: 50px;
  background-color: #f9f2f2;
  padding-top: 60px;
}
.homecase-list .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homecase-list .homecase-item {
  display: block;
  width: 30%;
  margin-bottom: 50px;
}
.homecase-list .homecase-item:hover{
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.homecase-list .homecase-item .thumb {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}
.homecase-list .homecase-item:hover .thumb img{
    transform: scale(1.1);
}
.homecase-list .homecase-item .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .3s;
}
.homecase-list .homecase-item .title {
  padding: 10px 0;
  text-align: center;
}
.homecase-list .homecase-item .title p {
  font-size: 18px;
  color: #000;
}
.homecase-swiper {
  width: 80%;
  overflow: hidden;
}
.homecase-swiper .case-item {
  position: relative;
}
.homecase-swiper .case-item .case-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
}
.homecase-swiper .case-item .case-text h3 {
  font-size: 18px;
  color: #fff;
}
.homecase-swiper .case-item .case-text p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.homecase-area {
  position: relative;
}
.homecase-area .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.homecase-area .homecase-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 0 100px 50px;
}
.homecase-area .homecase-content .slogan {
}
.homecase-area .homecase-content .slogan h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}
.homecase-area .homecase-content .slogan p {
  color: #fff;
  font-size: 18px;
}
.homecase-area .homecase-content .btn {
}
.homecase-area .homecase-content .btn .more {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #fff;
}
.homecase-area .homecase-content .swiper-pagination {
  position: relative;
  bottom: 0;
  color: #fff;
  text-align: left;
}
.homecase-area .swiper-button-next,
.homecase-area .swiper-button-prev {
  width: 80px;
  height: 80px;
  background-color: #ffffff28;
  color: #333;
  font-weight: lighter;
  transition: all 0.3s;
}
.homecase-area .swiper-button-next:hover,
.homecase-area .swiper-button-prev:hover {
  background-color: #ed1b24;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.homecase-area .swiper-button-next {
  right: -100px;
}
.homecase-area .swiper-button-prev {
  left: -100px;
}
.homecase-filter{
    text-align: center;
    margin: -20px auto 60px;
}
.homecase-filter a{
    font-size: 18px;
    position: relative;
    margin-right: 40px;
}
.homecase-filter a:after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: -20px;
    width: 2px;
    height: 100%;
    background-color: #acacac;
}
.homecase-filter a:last-child{
    margin-right: 0;
}
.homecase-filter a:last-child:after{
    display: none;
}
.case-content {
  padding: 50px 0;
}
.case-search {
  padding: 10px 0;
  text-align: center;
  margin-bottom: 30px;
}
.case-search input[type="text"] {
  width: 300px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #c7c7c7;
  font-size: 14px;
  transition: all 0.3s;
}
.case-search input[type="text"]:focus {
  outline: none;
  border-color: #ed1b24;
}
.case-search input[type="text"]::placeholder {
  color: #bdbdbd;
}
.case-search .search-btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin-left: -15px;
  background-color: #ed1b24;
  color: #fff;
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.case-search .search-btn:hover {
  background-color: #8b0000;
}

.case-filter .filter-item {
  padding: 10px 15px;
  border-bottom: 1px solid #ececec;
}
.case-filter .filter-item .label {
  font-size: 14px;
  color: #666;
  display: inline-block;
  width: 60px;
  padding: 5px 0;
  text-align: center;
}
.case-filter .filter-item .label.label-active {
  color: #ed1b24;
  font-weight: bold;
}
.casepage-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.33%;
  row-gap: 20px;
  margin-top: 20px;
}
.casepage-list .casepage-item {
  width: 30%;
  transition: all 0.3s;
}
.casepage-list .casepage-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  display: block;
}
.casepage-list .casepage-item .thumb {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}
.casepage-list .casepage-item .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.casepage-list .casepage-item .title {
  padding: 15px 0;
  text-align: center;
}
.casepage-list .casepage-item .title h3 {
  color: #666;
  font-size: 16px;
}
/* 施工工艺 */
.crafts-content {
  padding: 50px 0;
}
.crafts-list {
  justify-content: space-between;
}
.crafts-list .crafts-item {
  width: 323px;
  height: 381px;
  overflow: hidden;
  position: relative;
  background-color: #000;
  border-radius: 14px;
}
.crafts-list .crafts-item .thumb-pic {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.crafts-list .crafts-item:hover .item-text {
  bottom: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(to top, rgba(43, 2, 2, 0.406), rgba(0, 0, 0, 0));
}
.crafts-list .crafts-item .thumb-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.crafts-list .crafts-item .item-text {
  position: absolute;
  width: 100%;
  bottom: -100%;
  left: 0;
  z-index: 1;
  padding: 30px 20px;
  transition: all 0.3s ease-in-out;
}
.crafts-item .item-text h3 {
  font-size: 20px;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
}
.crafts-item .item-text h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
}
.crafts-item .item-text p {
  font-size: 16px;
  color: #fff;
}
.crafts-item .item-tit {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  padding: 30px 20px;
  transition: all 0.3s ease-in-out;
}
.crafts-item .item-tit p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.crafts-item .item-tit h3 {
  font-size: 20px;
  color: #fff;
}
.crafts-list .crafts-item:hover .item-tit {
  opacity: 0;
}
.jiceng-crafts .crafts-box {
  margin: 100px 0;
}
.jiceng-crafts .crafts-box.grayBg {
  padding: 100px 0;
}
.jiceng-crafts .crafts-box .container {
  display: flex;
  justify-content: space-between;
}
.jiceng-crafts .crafts-box .carfts-box-card2 {
  width: 340px;
  height: 400px;
}
.jiceng-crafts .carfts-box-card2 .thumb {
  padding-bottom: 66.66%;
}
.jiceng-crafts .slogan p {
  color: #666;
  font-size: 16px;
  line-height: 3;
  margin-bottom: 30px;
}
.jiceng-crafts .slogan p b {
  color: #ed1b24;
}
.youqiCrafts-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 20px;
}
.youqiCrafts-text {
  margin-top: 40px;
  text-align: center;
}
.youqiCrafts-text h3 {
  font-size: 24px;
  color: #ed1b24;
  margin-bottom: 10px;
}
.youqiCrafts-text p {
  font-size: 16px;
  color: #666;
  line-height: 2.3;
}
.nigong-crafts .crafts-list {
  width: 100%;
}
.nigong-crafts .crafts-list .crafts-item {
  width: 48%;
}
.nigong-crafts .container {
  display: flex;
  justify-content: space-between;
}
.nigong-crafts .carfts-box-card2 {
  width: 30%;
}
.nigong-crafts .carfts-box-card2 .thumb {
  padding-bottom: 75%;
  overflow: hidden;
}
.nigong-crafts .carfts-box-card2 .text p {
  line-height: 1.5;
}
.mugong-carfts .crafts-content .container {
  display: flex;
}
.mugong-carfts .crafts-content .left{
  width: 45%;
}
.mugong-carfts .crafts-content .left .thumb {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}
.mugong-carfts .crafts-content .left .thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mugong-carfts .crafts-content .right{
  margin-left: 40px;
  width: 55%;
}
.mugong-carftslist{
  display: flex;
  justify-content: space-between;
}
.mugong-carfts .crafts-box{
  text-align: center;
  padding: 100px 0;
}
.mugong-carfts .crafts-box h2{
  font-size: 24px;
  line-height: 2;
}
.mugong-carftslist.mugong-list1{
  margin-top: 80px;
}
.mugong-carftslist.mugong-list1 .carfts-box-card1{
  width: 30%;
}
.mugong-carftslist.mugong-list1 .carfts-box-card1 .thumb{
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}
.mugong-carftslist.mugong-list1 .carfts-box-card1 .thumb img{
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mugong-carftslist.mugong-list1 .carfts-box-card1 .text{
  padding: 20px;
}
.mugong-carftslist.mugong-list1 .carfts-box-card1 .text h3{
  font-size: 20px;
  text-align: center;
}
.mugong-carftslist.mugong-list2{
  margin-top: 60px;
}
.mugong-carftslist.mugong-list2 .crafts-item{
  width: 32%;
}
.shuidian-crafts .crafts-feature{
  padding: 60px 0;
}
.shuidian-crafts .crafts-feature .container{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shuidian-crafts .crafts-feature .left{
  width: 30%;
}
.shuidian-crafts .crafts-feature .left .item p{
  margin-bottom: 30px;
  font-size: 16px;
  color: #666;
  line-height: 1.75;
}
.shuidian-crafts .crafts-feature .left .item p b{
  color: #ed1b24;
}
.shuidian-crafts .crafts-feature .thumb{
  width: 60%;
  margin-left: 60px;
}
/* 关于我们 */
.about-us {
  margin: 90px 0;
}
.about-us .row {
  position: relative;
}
.about-us .row .text {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}
.about-us .text .title {
  margin: 20px 0;
}
.about-us .text .title h2 {
  font-size: 36px;
  color: #ed1b24;
}
.about-us .text .title p {
  font-size: 14px;
  color: #bdbdbd;
  line-height: 1.5;
}
.about-us .text .slogan {
  margin: 20px 0 25px;
  font-size: 16px;
  color: #000;
}
.about-us .text .desc {
  color: 666;
  font-size: 14px;
  line-height: 1.75;
}
.about-us .text .more {
  margin-top: 40px;
}
/* 业务范围 */
.scode-area {
  padding: 100px 0;
  background: url("../../images/ABUIABACGAAgyrCAswYo3_7Q8wUwgA84zAY.jpg");
}
.scode-area .title h3 {
  font-size: 36px;
  margin-bottom: 40px;
}
.scode-content p {
  line-height: 2;
}
.scode-odds {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.scode-odds .odds-item {
  width: 47%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.scode-odds .odds-item .icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff4e50 0%, #e94416 100%);
  box-shadow: 0 2px 8px rgba(255, 78, 80, 0.15);
}
.scode-odds .odds-item .icon i {
  color: #fff;
  font-size: 36px;
}
.scode-odds .odds-item .odds-info {
  margin-left: 20px;
}
.odds-item .odds-info .title {
  font-size: 20px;
  color: #000;
  margin-bottom: 13px;
}
.odds-item .odds-info p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
.business-list {
  justify-content: space-between;
}
.business-list .business-item {
  width: 376px;
  height: 306px;
  display: block;
}
.business-list .business-item .text {
  display: none;
}
.business-list .business-item .pic-bg {
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.business-list .business-item .pic-bg-hover {
  display: none;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.business-list .business-item:hover .pic-bg {
  opacity: 0;
  display: none;
}
.business-list .business-item:hover .pic-bg-hover {
  display: block;
  opacity: 1;
}
/* 设计团队 */
.design-team {
  padding: 50px 0 80px;
  background: url("../../images/ABUIABACGAAgjvX-sgYozr-3ggUw-g44xgc.jpg")
    no-repeat center center;
  background-size: cover;
}
.team-list {
  column-gap: 28px;
  justify-content: space-between;
}
.team-list .team-item {
  width: calc(25% - 14px);
  text-align: center;
}
.team-list .team-item .pic {
  position: relative;
  width: 100%;
  padding-top: 74.9%;
}
.team-list .team-item .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.team-list .team-item .name {
  padding: 12px 0;
  font-size: #666;
  font-size: 14px;
}
/* 新闻资讯 */
.news-box{
    padding: 50px 0;
}
.news-list {
  margin: 30px 0;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 40px;
}
.news-list .news-item {
  width: calc(50% - 25px);
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
.news-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
}
.news-item a .news-time {
  flex-shrink: 0;
  text-align: center;
}
.news-item a .news-time span {
  font-size: 24px;
  color: #bdbdbd;
}
.news-item a .news-time p {
  margin-top: 8px;
  font-size: 14px;
}
.news-item a .news-body h4 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.news-item a .news-body p {
  color: #666;
  font-size: 14px;
  line-height: 26px;
  margin-top: 14px;
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
}
.news-more {
  margin: 30px 0;
  text-align: center;
}
.newspage-area,.vrpage-area{
  padding: 50px 0;
}
.newspage-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.vrpage-area .newspage-list .news-item{
    width: 30%;
}
.newspage-list .news-item {
  width: 48%;
  position: relative;
  overflow: hidden;
}
.newspage-list .news-item .thumb {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}
.newspage-list .news-item .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.newspage-list .news-item .text {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
.newspage-list .news-item .text h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.newspage-list .news-item .text p {
  color: #d4d4d4;
  font-size: 14px;
  line-height: 1.5;
}
.newspage-list .news-item:hover {
  border-radius: 15px;
}
.newspage-list .news-item:hover .text {
  bottom: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(to top, rgba(43, 2, 2, 0.406), rgba(0, 0, 0, 0));
}
/* 连锁门店 */
.mendian-area {
  padding: 50px 0;
}
.store-list {
  display: flex;
  flex-wrap: wrap;
}
.store-list .stroe-item {
  width: calc(25% - 20px);
  margin-right: 20px;
  border-radius: 10px;
  padding: 30px 15px 15px;
  border: 1px solid #ddd;
  transition: all 0.3s;
}
.store-list .stroe-item:hover {
  transform: translateY(-5px);
  border-color: #ed1b24;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.183);
  background-color: #ed1b24;
}
.store-list .stroe-item:hover .title {
  color: #fff;
}
.store-list .stroe-item:hover p {
  color: #fff;
}
.store-list .stroe-item:hover .big-icon i {
  color: #fff;
}
.store-list .stroe-item .big-icon {
  text-align: center;
}
.store-list .stroe-item .big-icon i {
  font-size: 64px;
  color: #ed1b24;
}
.store-list .stroe-item .title {
  font-size: 22px;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin-bottom: 10px;
  text-align: center;
}
.store-list .stroe-item p {
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.store-list .stroe-item p i {
  margin-right: 5px;
}
.store-list .stroe-item .time {
  font-size: 14px;
  color: #666;
}
/* 验收标准 */
.carfts-box-card1{
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.carfts-box-card2 {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.carfts-box-card2 .thumb {
  position: relative;
  width: 100%;
}
.carfts-box-card2 .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s;
}
.carfts-box-card2 .thumb:hover img {
  transform: scale(1.05);
}
.carfts-box-card2 .text {
  padding: 20px;
  background-color: #fff;
  position: relative;
}
.carfts-box-card2 .text h3 {
  font-size: 16px;
  color: #333;
}
.carfts-box-card2 .text p {
  font-size: 14px;
  line-height: 1.9;
  color: #666;
  margin-top: 15px;
}
.yanshou-page-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yanshou-page-list .item {
  width: 48%;
}
.yanshou-page-list .item .thumb {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
}
.yanshou-page-list .item .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.yanshou-page-list .item .text {
}
/* 联系我们 */
.contactpage-box {
  display: flex;
}
.contactpage-box .left p {
  font-size: 16px;
  color: #222;
  line-height: 3;
}
.reserve-from {
  padding: 50px 0;
}
.reserve-from .input-group {
  margin: 20px 0;
}
.reserve-from .input-group label {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  /* padding: 10px 15px; */
  position: relative;
}
/* .reserve-from .input-group label::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 50%;
  border-radius: 5px;
  background-color: #ed1b24;
  transition: all 0.3s;
} */
.reserve-from .input-group .red {
  color: #ff0000;
}
.reserve-from .input-group input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: all 0.3s;
}
.reserve-from .input-group input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.reserve-from .input-group input[type="radio"]:checked {
  background-color: #ed1b24;
  border-color: #ed1b24;
}

.reserve-from .input-group input[type="text"]:focus {
  outline: none;
  border-color: #ed1b24;
}

.reserve-from .input-group select {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #c7c7c7;
  font-size: 14px;
  transition: all 0.3s;
}
.reserve-from .input-group select option {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.reserve-from .submit-btn {
  background-color: #ed1b24;
}
.reserve-from .submit-btn {
  display: block;
  width: 300px;
  height: 45px;
  line-height: 45px;
  background-color: #ed1b24;
  color: #fff;
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
  margin: 30px auto 10px;
}
.reserve-from .submit-btn:hover {
  background-color: #8b0000;
}
/* footer */
.footer {
  background-color: #ed1b24;
  color: #ccc;
}
.footer .footer-content {
  padding: 40px 0 60px;
}
.footer-content .container {
  display: flex;
  justify-content: space-between;
}
.footer .footer-content .left {
  display: flex;
}
.footer-content .footer-logo {
  width: 200px;
}
.footer-content .footer-links {
  margin-left: 50px;
}
.footer-links .title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer-links li a {
  display: block;
  font-size: 16px;
  color: #ccc;
  margin: 15px 0;
}
.footer-copy {
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  background-color: #c40c13;
}
.footer-copy p {
  line-height: 1.5;
}
.footer-copy a {
  font-size: 14px;
  color: #8b919d;
}
/* 内页样式 */
.showpage {
  padding: 30px 0 50px;
}
.showpage .artivle-head {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.showpage .artivle-head .title {
  font-size: 24px;
  margin-bottom: 25px;
}
.showpage .artivle-head p {
  font-size: 14px;
  color: #adadad;
}
.showpage .article-body {
  padding: 30px 0;
}
.article-content {
  line-height: 1.75;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.article-foot {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 分页样式 */
.pagination-box {
  margin: 20px auto;
  text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #ed1b24;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #ed1b24;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #ed1b24;
  border-color: #ed1b24;
  cursor: default;
}
