header {
  position: fixed;
  background: var(--on-color);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
header .container .header_logo {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
header .container .header_logo img {
  height: 40px;
  width: auto;
}
header .container .header_menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .container .header_menu li {
  margin-bottom: 0;
}
header .container .header_menu li > a {
  color: var(--text-color);
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 80px;
  padding: 0 20px;
  transition: color 0.5s, border-color 0.5s;
  border-color: transparent;
}
header .container .header_menu li .menu {
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
  opacity: 0;
}
header .container .header_menu li .menu div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 100%;
}
header .container .header_menu li .menu div a {
  color: #666;
  font-size: 12px;
  position: relative;
}
header .container .header_menu li .menu div a:hover {
  color: var(--on-color);
}
header .container .header_menu li .menu div a::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(102, 102, 102, 0.3);
}
header .container .header_menu li.active a,
header .container .header_menu li:hover a {
  color: #000;
}
header .container .header_menu li:hover .menu {
  height: 70px;
  opacity: 1;
  bottom: -70px;
}
.m-header {
  background: var(--on-color);
  display: none;
  justify-content: space-between;
  height: 50px;
  padding: 0 15px;
  align-items: center;
  position: relative;
  z-index: 999;
}
.m-header .img {
  height: 70%;
}
.m-header .img img {
  height: 100%;
  width: auto;
}
.m-header .btns {
  display: flex;
  flex-direction: column;
}
.m-header .btns span {
  display: block;
  width: 30px;
  background: #fff;
  height: 2px;
  margin: 5px 0;
  transition: all 0.5s;
}
.m-header .btns span.on span:nth-child(1) {
  transform: rotate(45deg) translateX(27%);
}
.m-header .btns span.on span:nth-child(1) {
  display: none;
}
.m-header .btns span.on span:nth-child(1) {
  transform: rotate(-45deg) translateX(27%);
}
.m-header .menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  background: #fff;
}
.m-header .menu a {
  display: block;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #666;
}
.m-header .menu a:last-child {
  border: 0;
}
footer {
  background: var(--on-color);
  padding: 80px 0px 0px;
}
footer .container {
  width: 80%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-self: center;
  padding-bottom: 60px;
}
footer .container .left img {
  height: 50px;
  width: auto;
  margin: 0;
  margin-bottom: 25px;
}
footer .container .left .con {
  color: #fff;
  opacity: 0.7;
  line-height: 2;
  font-weight: 300;
}
footer .container .list {
  justify-self: center;
  display: block;
}
footer .container .list > p {
  color: var(--text-color);
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 550;
  position: relative;
}
footer .container .list > p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 2px;
  background: var(--text-color);
}
footer .container .list .list_con .list_item {
  color: var(--text-color);
  margin-top: 20px;
}
footer .container .list .list_con .list_item a {
  color: #333;
  opacity: 0.7;
  transition: all 0.4s;
}
footer .container .list .list_con .list_item a:hover {
  color: var(--text-color);
  opacity: 1;
}
footer .container .list .footer_slideBox .hd {
  margin: 30px 0;
}
footer .container .list .footer_slideBox .hd ul {
  display: flex;
  gap: 12px;
}
footer .container .list .footer_slideBox .hd ul li {
  width: 60px;
  height: 60px;
  position: relative;
}
footer .container .list .footer_slideBox .hd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
  opacity: 1;
}
footer .container .list .footer_slideBox .hd ul li img.footer_slideBox_img1 {
  opacity: 1;
}
footer .container .list .footer_slideBox .hd ul li img.footer_slideBox_img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
footer .container .list .footer_slideBox .hd ul li:hover .footer_slideBox_img1 {
  opacity: 0!important;
}
footer .container .list .footer_slideBox .hd ul li:hover .footer_slideBox_img2 {
  opacity: 1;
}
footer .container .list .footer_slideBox .bd img {
  width: 200px;
}
footer .bottom {
  color: #333;
  opacity: 0.7;
  padding: 10px 0px;
  border-top: 1px solid rgba(144, 144, 144, 0.2);
  text-align: center;
  font-size: 12px;
}
/* index */
.banner .swiper-pagination-bullet {
  background-color: var(--on-color);
  width: 5px;
  height: 5px;
  margin: 0 10px!important;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
}
.banner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
}
.index1 .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.index1 .container .index1_item .img {
  position: relative;
  margin-bottom: 30px;
  max-width: 180px;
}
.index1 .container .index1_item .img .index1_img1 {
  height: 50px;
}
.index1 .container .index1_item .desc p {
  font-size: 14px;
  color: var(--text-color);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
}
.index1 .container .index1_item .desc p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  max-width: 180px;
  background: rgba(47, 38, 27, 0.3);
}
.index1 .container .index1_item .desc h3 {
  color: var(--text-color);
  font-size: 20px;
}
.index1 .container .index1_item .desc h3 span {
  font-size: 14px;
  display: inline-block;
  padding-left: 10px;
}
.index2 .container {
  border-top: 1px solid rgba(200, 200, 200, 0.3);
}
.index2 .container .index2_slideBox .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.index2 .container .index2_slideBox .hd .left h2 {
  color: var(--text-color);
}
.index2 .container .index2_slideBox .hd .left p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-top: 0.3rem;
}
.index2 .container .index2_slideBox .hd .left p img {
  width: 30px;
  margin: 0;
}
.index2 .container .index2_slideBox .hd ul {
  display: flex;
  align-items: center;
  gap: 60px;
}
.index2 .container .index2_slideBox .hd ul li {
  font-size: 14px;
  position: relative;
  color: #858585;
  cursor: pointer;
}
.index2 .container .index2_slideBox .hd ul li::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  height: 12px;
  width: 1px;
  transform: translateY(-50%);
  background: rgba(102, 102, 102, 0.3);
}
.index2 .container .index2_slideBox .hd ul li.on {
  color: var(--on-color);
  font-weight: bold;
}
.index2 .container .index2_slideBox .hd ul li.on::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--on-color);
}
.index2 .container .index2_slideBox .hd ul li:last-child::before {
  display: none;
}
.index3 .container .title {
  margin-bottom: 0.5rem;
}
.index3 .container .title h2 {
  color: var(--text-color);
}
.index3 .container .title p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-top: 0.3rem;
}
.index3 .container .title p img {
  width: 30px;
  margin: 0;
}
.index4 .container .title {
  margin-bottom: 0.5rem;
}
.index4 .container .title h2 {
  color: var(--text-color);
}
.index4 .container .title p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-top: 0.3rem;
}
.index4 .container .title p img {
  width: 30px;
  margin: 0;
}
.index4 .container ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.index4 .container ul li .text {
  background: var(--on-color);
  padding: 0.3rem;
}
.index4 .container ul li .text h4 {
  color: var(--text-color);
  line-height: 1.4;
}
.index4 .container ul li .text p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 2;
  color: #666;
}
.category_title {
  margin: 1rem auto;
  text-align: center;
  padding-top: 1rem;
}
.category_title h3 {
  color: var(--text-color);
  font-weight: 900;
}
.category_title p {
  margin-top: 10px;
  color: var(--text-color);
}
.category_swiper {
  margin-top: 50px;
  margin-bottom: 2rem;
}
.category_swiper .swiper-container {
  padding-bottom: 60px;
}
.category_swiper .swiper-slide {
  width: 820px;
  height: auto;
  background: #fff;
  position: relative;
}
.category_swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.category_swiper .swiper-slide.swiper-slide-active::before {
  display: none;
}
.category_swiper .swiper-slide img {
  display: block;
}
.category_swiper .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-position: 0 0;
  background-size: 100%;
  color: var(--on-color);
}
.category_swiper .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
.category_swiper .swiper-button-next {
  width: 45px;
  height: 45px;
  background-position: 0 -93px;
  background-size: 100%;
  color: var(--on-color);
}
.category_swiper .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
.category_swiper-pagination {
  position: static;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  color: #666;
}
.category_swiper-pagination span {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 10px 0;
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  border-radius: 0;
}
.category_swiper-pagination span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: rgba(102, 102, 102, 0.3);
}
.category_swiper-pagination span:last-child::before {
  display: none;
}
.category_swiper-pagination span.swiper-pagination-bullet-active {
  color: var(--on-color);
  border-bottom: 1px solid var(--on-color);
}
.list_banner {
  width: 100%;
}
.list_banner img {
  width: 100%;
}
.list_con .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.list_con .container .list_item {
  position: relative;
  z-index: 1;
}
.list_con .container .list_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_con .container .list_item .title {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  letter-spacing: 14px;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 16px;
  opacity: 1;
  transition: 0.4s;
  width: 80%;
  text-align: center;
}
.list_con .container .list_item::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: 0.4s;
}
.list_con .container .list_item:hover .title {
  opacity: 0;
}
.list_con .container .list_item:hover::before {
  opacity: 0;
}
.news_title,
.franchise_title,
.contact_title,
.form_title {
  margin-bottom: 0.5rem;
}
.news_title h2,
.franchise_title h2,
.contact_title h2,
.form_title h2 {
  color: var(--text-color);
}
.news_title p,
.franchise_title p,
.contact_title p,
.form_title p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-top: 0.3rem;
}
.news_title p img,
.franchise_title p img,
.contact_title p img,
.form_title p img {
  width: 30px;
  margin: 0;
}
.news {
  margin: 1rem 0 1rem;
  background-color: #fff;
}
.news .container .news_top {
  border: 1px solid #EEEEEE;
  padding: 20px;
  font-size: 14px;
}
.news .container .news_top h3 {
  display: flex;
  justify-content: space-between;
}
.news .container .news_top h3 a {
  color: var(--text-color);
}
.news .container .news_top h3 span {
  font-size: 14px;
  color: var(--on-color);
}
.news .container .news_top .img {
  padding: 20px 0;
}
.news .container .news_top p {
  color: #666;
  line-height: 1.85;
  height: 108px;
  letter-spacing: 1px;
}
.news .container .news_top > a {
  display: block;
  margin-top: 20px;
  color: var(--on-color);
  font-weight: 500;
}
.news .container .news_item {
  margin-top: 20px;
  padding: 28px 20px;
  border: 1px solid #EEEEEE;
  display: flex;
  gap: 20px;
  font-size: 14px;
}
.news .container .news_item .left {
  width: 30%;
}
.news .container .news_item .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
}
.news .container .news_item .right h3 {
  display: flex;
  justify-content: space-between;
}
.news .container .news_item .right h3 a {
  color: var(--text-color);
}
.news .container .news_item .right h3 span {
  font-size: 14px;
  color: var(--on-color);
}
.news .container .news_item .right p {
  margin-top: 10px;
  color: #666;
}
.news .container .news_item .right > a {
  color: var(--on-color);
}
.news_show {
  margin-top: 0.5rem;
}
.news_show .container .title {
  padding: 20px;
  border: 1px solid #DADADA;
}
.news_show .container .title h3 {
  font-size: 18px;
  color: var(--text-color);
}
.news_show .container .title p {
  font-size: 14px;
  color: var(--on-color);
  margin-top: 10px;
}
.news_show .container .content {
  padding: 20px;
  border: 1px solid #DADADA;
  border-top: 0;
}
.news_show .container .content p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.8;
  color: #666;
}
.news_show .container .home {
  display: flex;
  justify-content: center;
  border: 1px solid #dadada;
  padding: 20px;
  border-top: 0;
}
.news_show .container .home a {
  display: block;
  border-top: 1px solid #dadada;
  color: var(--text-color);
  border: 1px solid var(--on-color);
  position: relative;
  padding: 5px 15px;
  letter-spacing: 4px;
  font-size: 14px;
  margin: 30px 0 10px;
}
.news_show .container .home a span {
  z-index: 3;
  position: relative;
  transition: all 0.4s;
}
.news_show .container .home a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--on-color);
  transition: all 0.4s;
  z-index: 2;
}
.news_show .container .home a:hover span {
  color: #fff;
}
.news_show .container .home a:hover::before {
  width: 100%;
}
.advantage .container .advantage_con {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.advantage .container .advantage_con .advantage_item .img {
  overflow: hidden;
}
.advantage .container .advantage_con .advantage_item .img img {
  transition: all 0.4s;
}
.advantage .container .advantage_con .advantage_item .img img:hover {
  transform: scale(1.2);
}
.advantage .container .advantage_con .advantage_item h3 {
  margin-top: 30px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: var(--text-color);
  font-weight: 400;
}
.advantage .container .advantage_con .advantage_item h3::before {
  position: absolute;
  content: ' ';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  height: 1px;
  background-color: var(--on-color);
  opacity: 0.5;
}
.advantage .container .advantage_con .advantage_item p {
  font-size: 14px;
  line-height: 1.8;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.advantage .container .advantage_con .advantage_item p span {
  display: inline-block;
  padding: 0 10px;
}
.advantage .container .advantage_con .advantage_item p:nth-child(2) {
  margin-top: 20px;
}
.layout .container .layout_con {
  background: url(../images/layout_bg.png) no-repeat center center / cover;
}
.layout .container .layout_con ul {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.2);
}
.layout .container .layout_con ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  color: #fff;
}
.layout .container .layout_con ul li h2 {
  color: #fff;
}
.layout .container .layout_con ul li h2 span {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}
.store .container .swiper .swiper-pagination-bullet {
  background-color: var(--on-color);
  width: 5px;
  height: 5px;
  margin: 0 10px!important;
  opacity: 1;
}
.store .container .swiper .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
}
.store .container .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
}
.franchise .container .franchise_con ul {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.franchise .container .franchise_con ul li {
  position: relative;
}
.franchise .container .franchise_con ul li img {
  width: 60px;
}
.franchise .container .franchise_con ul li p {
  margin-top: 15px;
  font-size: 16px;
  color: var(--on-color);
  text-align: center;
  line-height: 1.8;
}
.franchise .container .franchise_con ul li.line {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.franchise .container .franchise_con ul li.line span {
  position: absolute;
  top: 31px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 80%;
  height: 2px;
  background: #ababab;
}
.contact1 {
  margin: 0 0 1rem;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
.contact1 .container {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
.contact1 .container .img p {
  text-align: right;
  color: var(--on-color);
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.8;
}
.contact1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 80%;
  background: var(--on-color);
  /* 家具行业高级深灰色（最耐看） */
  transform: skewY(-10deg);
  /* 斜切角度，轻微自然 */
  transform-origin: top left;
  z-index: 0;
}
.contact2 div {
  position: relative;
}
.contact2 div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.contact2 div p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 3;
  color: #fff;
}
.contact2 div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
.contact3 .container {
  position: relative;
}
.contact3 .container .contact3_con {
  display: flex;
  justify-content: space-between;
  gap: 7%;
}
.contact3 .container .contact3_con .img {
  width: 55%;
}
.contact3 .container .contact3_con .img img {
  width: 100%;
}
.contact3 .container .contact3_con .desc {
  flex: 1;
}
.contact3 .container .contact3_con .desc h3 {
  font-size: 18px;
  color: var(--text-color);
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.contact3 .container .contact3_con .desc h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 30px;
  background: var(--text-color);
}
.contact3 .container .contact3_con .desc p {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  font-size: 14px;
}
.contact3 .container::before {
  content: "";
  width: 60%;
  height: 65%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/contact3_bg.png) no-repeat center top / cover;
  z-index: -1;
}
.contact4 .img {
  position: relative;
}
.contact4 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.contact4 .img .desc {
  z-index: 3;
  width: 90%;
  height: 100%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact4 .img .desc p {
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 10px;
}
.contact4 .img .desc .message {
  display: flex;
  margin-top: 20px;
}
.contact4 .img .desc .message a {
  padding: 8px 20px;
  border: 1px solid var(--text-color);
  color: #fff;
  font-size: 14px;
}
.form_title h2 {
  text-align: center;
}
.form_title p {
  justify-content: center;
  margin-top: 10px;
}
.form .container form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.form .container form label {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
}
.form .container form label p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.form .container form label p img {
  max-width: 30px;
  margin: 0;
}
.form .container form label p span {
  display: block;
  margin-left: 10px;
  font-size: 14px;
}
.form .container form label div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form .container form label div button {
  padding: 8px 20px;
  color: var(--on-color);
  border: 1px solid var(--on-color);
  background: #fff;
  border-radius: 0;
  font-size: 14px;
}
.form .container form label div button:hover {
  background: var(--on-color);
  color: #fff;
}
.form .container form label input,
.form .container form label textarea {
  background: var(--on-color);
  display: block;
  width: 100%;
  margin-top: 9px;
  border: none;
  font-size: 18px;
  padding: 20px 30px;
  color: var(--text-color);
}
.form .container form label input::placeholder,
.form .container form label textarea::placeholder {
  color: var(--text-color);
  opacity: 0.5;
}
.form .container form label input:focus,
.form .container form label textarea:focus {
  /* 清除默认蓝色轮廓 */
  outline: none;
  /* 清除Chrome自带发光阴影 */
  box-shadow: none;
  /* 移动端点击透明高亮 */
  -webkit-tap-highlight-color: transparent;
}
.about1 .container .about1_con p {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.culture .container .culture_con ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.culture .container .culture_con ul li {
  display: flex;
  align-items: center;
}
.culture .container .culture_con ul li .img {
  width: 60%;
}
.culture .container .culture_con ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture .container .culture_con ul li .desc {
  flex: 1;
  padding: 5%;
}
.culture .container .culture_con ul li .desc h3 {
  color: var(--text-color);
  position: relative;
  padding-bottom: 0.2rem;
  margin-bottom: 0.5rem;
}
.culture .container .culture_con ul li .desc h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: var(--on-color);
}
.culture .container .culture_con ul li .desc p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.8;
  color: var(--text-color);
}
.culture .container .culture_con ul li:nth-child(2n) .desc h3 {
  text-align: right;
}
.culture .container .culture_con ul li:nth-child(2n) .desc h3::before {
  right: 0;
  left: auto;
}
.culture .container .culture_con ul li:nth-child(2n) .desc p {
  text-align: right;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
}
.pagination li{
    margin: 5px;
}
.pagination li a{
    display: block;
    padding: 7px 15px;
    color: var(--on-color);
    border: 1px solid var(--on-color);
}
.pagination li.active a{
    background: var(--on-color);
    color: #fff;
}
@media screen and (max-width: 1200px) {
  header {
    display: none;
  }
  .m-header {
    display: flex;
  }
  footer .container {
    width: 95%;
    grid-template-columns: repeat(6, 1fr);
    padding: 0 15px;
    gap: 0.5rem;
  }
  footer .container .left {
    grid-column: span 2;
  }
  footer .container .list {
    justify-self: start;
  }
  .index4 .container ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) {
  footer .container {
    grid-template-columns: repeat(6, 1fr);
  }
  footer .container .left {
    grid-column: span 2;
  }
  footer .container .list {
    grid-column: span 2;
  }
  .index1 .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .index1 .container .index1_item .img {
    max-width: 100%;
  }
  .index1 .container .index1_item .desc p::before {
    max-width: 100%;
  }
  .index4 .container ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .list_con .container{
      grid-template-columns: repeat(2, 1fr);
  }
  .advantage .container .advantage_con{
      grid-template-columns: repeat(2, 1fr);
  }
  .layout .container .layout_con ul{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
  }
  .franchise .container .franchise_con ul{
      display: grid;
      grid-template-columns: 1fr 20px 1fr;
  }
  .franchise .container .franchise_con ul li:nth-child(4),.franchise .container .franchise_con ul li:nth-child(8){
      display: none;
  }
  .culture .container .culture_con ul li{
      flex-direction: column;
  }
  .culture .container .culture_con ul li:nth-child(2n){
      flex-direction: column-reverse;
  }
  .culture .container .culture_con ul li .img,.culture .container .culture_con ul li .desc{
      width: 100%;
  }
  
}
@media screen and (max-width: 768px) {
  footer .container .left {
    grid-column: span 6;
  }
  footer .container .list {
    justify-self: start;
    grid-column: span 3;
  }
  .index2 .container .index2_slideBox .hd {
    flex-direction: column;
    align-items: start;
  }
  .index2 .container .index2_slideBox .hd .left {
    width: 100%;
    text-align: center;
  }
  .index2 .container .index2_slideBox .hd .left p {
    justify-content: center;
    margin-top: 5px;
  }
  .index2 .container .index2_slideBox .hd .left p img {
    display: none;
  }
  .index2 .container .index2_slideBox .hd ul {
    margin-top: 0.2rem;
    flex-wrap: wrap;
    gap: inherit;
    width: 100%;
  }
  .index2 .container .index2_slideBox .hd ul li {
    flex: auto;
    text-align: center;
  }
  .index2 .container .index2_slideBox .hd ul li:nth-child(2n):before {
    display: none;
  }
  .index3 .container .title,
  .index4 .container .title {
    width: 100%;
    text-align: center;
  }
  .index3 .container .title p,
  .index4 .container .title p {
    margin-top: 5px;
    justify-content: center;
  }
  .index3 .container .title p img,
  .index4 .container .title p img {
    display: none;
  }
  .contact1::before{
      display: none;
  }
  .contact1 .container{
      flex-direction: column;
  }
  .contact2 div p{
      width: 80%;
  }
  .contact3 .container .contact3_con{
      flex-direction: column;
      gap: 0;
  }
  .contact3 .container .contact3_con .img{
      width: 100%;
  }
  .contact3 .container::before{
      display: none;
  }
  .contact3 .container .contact3_con .desc{
      background: url(../images/contact3_bg.png) no-repeat center top / cover;
      padding: 20px;
  }
  .contact4 .img .desc{
      position: static;
      transform: none;
      padding: 20px;
  }
  .contact4 .img .desc p,.contact4 .img .desc .message a{
      color: var(--on-color);
  }
  .news .container .news_top{
      display: none;
  }
  .news .container .news_item{
      flex-direction: column;
  }
  .news .container .news_item .left{
      width: 100%;
  }
}
