/*@font-face {*/
/*font-family: "PingFang";*/
/*src: url("./fonts/PingFang.ttf") format("woff2")*/
/*}*/

body {
padding: 0;
margin: 0;
font-family: Arial, sans-serif;
}

ul,
li,
p,
h5,
h1,
h2,
h3,
h4,
h5,
a {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none; /* 去掉下划线 */
  color: inherit; /* 继承父元素的颜色 */
}
ul,
li,
a {
  text-decoration: none;
}
input,
button,
textarea {
  outline: none;
  border: none;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
input:focus,
textarea:focus {
  outline: none;
}

.pagination li a{
   font-size: 13px;
}
.pagination li {
    padding: 14px;
}
.pagination li.active{border-bottom: 0px solid #2672db;}

/* 导航颜色 */
.active {
  border-bottom: 3px solid #2672db;
  color: #2672db !important;
}
#app {
  width: 100%;
  /*overflow: hidden;*/
   position: relative; 
}
/* header */
header {
    width: 100%;
    padding: 5px 0;
    height: 65px;
    /* overflow: hidden; */
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0px 2px 8.5px -2px #a1a1a1;
    z-index: 99;
}
.header {
  /*width: 63%;*/
  width: 1200px;
  height: 100%;

  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header img {
  width: auto;
  height: 95%;
}
.header nav {
  width: 60%;
}
.header nav ul {
  display: flex;

  width: 100%;
  line-height: 65px;
  justify-content: space-between;
}

.header nav ul a {
  display: block;
  height: 100%;
  color: #1d1d1d;
  font-size: 18px;
}
.contact {
  display: flex;
  align-items: center;
}
.contact img {
  height: 36px;
  margin-right: 10px;
}
.contact li {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 29px;
  justify-content: center;
}
.contact li h5 {
  font-size: 18px;
  color: #2672db;
}
/* footer */
footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.footer02 {
  width: 100%;
  background-color: #333333;
  color: #fff;
}
.footer {
  width: 100%;
  background-color: #f4f5f6;
  /* margin: 100px auto 0 auto; */
}
.footer-top,
.footer-bottom {
  padding: 40px 30px;
  /*width: 63%;*/
  width: 1200px;
  margin: 0px auto 0 auto;
}
.youqinglink h3 {
  font-size: 18px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.youqinglink {
  display: flex;
  align-items: center;
}
.youqinglink h3 img {
  width: 18px;
  height: 19px;
  margin-right: 3px;
}
.youqinglink a {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}
.youqinglink span {
  margin: 0 20px;
  color: #9b9b9b;
  font-size: 20px;
  line-height: 24px;
}
.resou {
  margin: 50px 0 20px 0;
}
.resou a {
  margin-right: 60px;
  font-size: 18px;
  /* font-weight: 600; */
}
.footer-left {
  width: 720px;
}
.footer-left ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.footer-left ul a {
  font-size: 18px;
  line-height: 60px;
}
.footer-left p {
  font-size: 14px;
  margin-bottom: 20px;
}
.footer-left p:last-child {
  margin-top: 30px;
}
.footer-left p a {
  margin-right: 25px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-right img {
  width: 96px;
  height: 96px;
}
.footer-right h2 {
  font-size: 20px;
  margin-top: 10px;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 30px 0;
}
/* main */
main {
  width: 100%;
}
/* home */
.banner {
    /* width: 100%; */
    height: 100%;
    padding: 65px 0 0 0;
}
.banner img {
  width: 100%;
  /*height: 581px;*/
  /*height: 602px;*/
}
.main-box {
    /* width: 63%; */
    /* width: 1200px; */
    margin: 10px auto;
    padding-top: 37px;
}
.wrap {
    width: 1200px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 10px auto 20px auto;
}
.fushou {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*background: pink;*/
    width: 52%;
}
.fushou li:nth-child(1) h2 {
  font-size: 28px;
  color: #2672db;
}
.fushou li:nth-child(1) span {
  font-size: 14px;
  color: #999999;
  font-weight: 600;
}
.wrap img {
  width: 48%;
  height: 405px;
}
.fushou li:nth-child(2) {
  padding: 21px 30px 0 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.fushou li:nth-child(2) p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 27px;
  color: #333333;
}
.fushou li:nth-child(2) button {
    /* width: 110px; */
    font-size: 17px;
    /* height: 40px; */
    padding: 5px 14px;
    border-radius: 9px;
    background-color: white;
    border: 1px solid #2672db;
    color: #2672db;
    cursor: pointer;
}
.fushou li:nth-child(2) button:hover {
  background: #2672db!important;
  color: #fff!important;
}
.gongmuwang {
    width: 100%;
    height: 200px;
    background: url(../image/jinangongmuwang.png) no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 70px;
    align-items: center;
    margin-bottom: 20px;
    margin: 0 auto 20px auto;
}
.zixun01{
     background: url(../image/zixun01.png) no-repeat;
     background-size: cover;
}
.gongmuwang .motai {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.3);
}
.gongmuwang h1 {
    font-size: 30px;
    color: #ffffff;
    z-index: 2;
}
.yuyue {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 1200px;
    margin: 0 auto 20px auto;
}
.yuyue li {
  font-size: 32px;
  color: #fff;
    cursor: pointer;
  width: 49%;
  height: 150px;
  line-height: 150px;
  text-align: center;
}
.yuyue li:nth-child(1) {
  background-color: #8f6231;
}
.yuyue li:nth-child(2) {
  background-color: #2672db;
}
.wrap-title {
  height: 50px;
  width: 95%;
  margin-bottom: 20px;
  text-align: left;
  margin: 0 auto 30px auto;
  border-bottom: 2px solid #2672db;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
}
.wrap-title h2 {
  font-size: 26px;
  color: #333333;
}
.wrap-title h2 span {
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
}
.wrap-title p {
  font-size: 17px;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.wrap-title p img {
  margin-left: 5px;
  width: 9px;
  height: 14px;
}
.images {
     width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.images img {
    width: 24%;
    height: 280px;
    margin: 0 6px 17px 6px;
    /* margin-bottom: 17px; */
}
.wraps {
    width: 1200px;
    /* background-color: pink; */
    margin: 0 auto;
}
.weimin {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 31px auto;
}
.weimin li {
  /* width: 18%; */
  width: 200px;
  height: 200px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.weimin h5 {
  color: #fff;
  font-size: 20px;
}
.weimin img {
  height: 50px;
  width: auto;
}
.weimin li:nth-child(1) {
  background-color: #c28447;
}
.weimin li:nth-child(2) {
  background-color: #b44f6e;
}
.weimin li:nth-child(3) {
  background-color: #176ee1;
}
.weimin li:nth-child(4) {
  background-color: #35ae68;
}
.muxing {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.muxing .muxing-content {
  background-color: #f7f7f7;
  /* margin: 0 10px 20px 10px; */
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 24%;
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 20px;
  /*box-shadow: 5px 5px 6.5px -1px #e9e9e9;*/
    box-shadow: 0px 0px 5.5px 1px #e9e9e9;
}
.muxing .muxing-content .muxing-img {
  width: 100%;
   height: 320px; 
  /*height: 100%;*/
}
.muxing .muxing-content .muxing-count {
  line-height: 30px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: none;
  height: 100px;
  background: #f7f7f7;
}
.muxing .muxing-content .muxing-count h3 {
  font-size: 18px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.muxing .muxing-content .muxing-count h4 {
  font-size: 17px;
  color: #333333;
  display: flex;
  line-height: 33px;
}
.muxing .muxing-content .muxing-count h4 p {
  color: #6d98e2;
  font-size: 18px;
}
.muxing .muxing-content .muxing-count h3 span {
  text-align: right;
}
.muxing .muxing-content .muxing-count span {
  color: #999999;
  font-size: 16px;
}
.liucheng {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.liucheng-son {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 7%;
}
.liucheng-son div {
  width: 90px;
  margin-bottom: 10px;
  height: 90px;
  border-radius: 50%;
  background-color: #2672db;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.liucheng-son img {
  width: auto;
  height: 40px;
}
.liucheng-son h3 {
  font-size: 19px;
  color: #333333;
}
.liucheng > img {
  width: 41px;
  height: 28px;
  margin: 0 10px;
  margin-top: 33px;
}
.zixun {
  display: flex;
  border: none;
  margin-bottom: 20px;
  flex-wrap: wrap;
  /* width: 32%; */
  justify-content: flex-start;
  align-items: flex-start;
}
.zixun a {
    width: 33%;
    margin: 0 2px;
}
.zixun-son {
      border: 2px solid #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 8px;
  margin-bottom: 16px;
  box-shadow: 3px 5px 6.5px 2px #d6d6d6;
  margin-right: 8px;
}
.zixun-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.zixun-img img{
      transition: all 0.3s linear;
}
.zixun-son:hover .zixun-img img{
  width: 110% !important;
  height: 110% !important;
  transition: all 0.3s linear;
}
.zixun-content {
    width: 100%;
    /* height: 172px; */
    min-height: 177px;
    border: none;
    padding: 33px 39px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.zixun-content p {
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 10px;
}
.zixun-content p:nth-child(2) {
  font-size: 18px;
  color: #333333;
  width: 95%;
  text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.zixun-content p span {
  font-size: 14px;
  /*color: #333333;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zixun-son:hover .zixun-content p {
  color: #2672db;
}
.zixun-son:hover .zixun-content p span {
  color: #2672db;
}
.zixun-son:hover {
  border-bottom: 2px solid #2672db;
  box-sizing: border-box;
}
.link {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.link-left,
.link-right {
  width: 49%;
}
.link-left .link-lianxi {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.link-lianxi .phone li {
  border: 1px solid #cccccc;
  display: flex;
  width: 100%;
  height: 90px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.link-lianxi .phone {
  display: flex;
  width: 48%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.link-lianxi .phone li p {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}
.link-left .link-lianxi .phone img {
  height: 50px;
  width: auto;
  margin-bottom: 32px;
}
#container {
  width: 100%;
  height: 360px;
  /* background-color: #f0f0f0; */
}
.link-right h2 {
  font-size: 24px;
  color: #333333;
  line-height: 83px;
  margin-bottom: 0px;
}
.link-right .from {
  border: 1px solid #9b9b9b;
  width: 100%;
  box-sizing: border-box;
  padding: 43px 77px;
  height: 473px;
  position: relative;
  box-sizing: border-box;
}
.link-right .from label {
  color: #333333;
  line-height: 33px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px;
}
.link-right input {
     border: 1px solid #9b9b9b;
    border-radius: 5px;
    height: 40px;
    width: 312px;
    padding: 0 10px;
    box-sizing: border-box;
}
.btn {
  width: 154px !important;
  height: 44px !important;
  border-radius: 5px;
  position: absolute;
  color: #fff;
  background-color: #2672db;
  bottom: 4%;
  right: 37%;
}
.link-right {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
/* about关于福寿园 */
.about {
  width: 100%;
}
.title {
  /*width: 63%;*/
  width: 1200px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
}
.title a {
  font-size: 18px;
  color: #333333;
}
.wrapa {
  /*width: 63%;*/
  width: 1200px;
  margin: 10px auto;
}
.wrap-titlea {
  display: flex;
  flex-direction: column;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.wrap-titlea h1 {
  font-size: 36px;
  color: #2672db;
  position: relative;
}
.wrap-titlea h1::after {
      content: "";
    background: url(../image/hengxian.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 1px;
    background-size: 50px 50px;
    display: block;
    position: absolute;
    right: 43%;
    top: 100%;
}
.wrap-titlea span {
  font-size: 14px;
  color: #999999;
  margin: 8px 0 0 0;
}
.about-img {
  width: 100%;
}
.about-img img {
  margin: 10px 0;
  height: 500px;
}
.about-img p {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 30px;
  text-indent: 2em;
}
.list {
  width: 100%;
  margin-bottom: 20px;
}
.list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list ul li {
  background-color: #f0f0f0;
  width: 19.9%;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list ul li h3 {
  color: #2672db;
  font-size: 20px;
}
.jiangpai {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.jiangpai div {
  width: 340px;
  height: 255px;
  margin: 10px 18px 40px 18px;
  background-color: pink;
}
.jiangpai div img {
  width: 100%;
  height: 100%;
}
/* 墓园环境 */
.environment {
  /*width: 63%;*/
  width: 1200px;
  margin: 0 auto;
}
.environment-title {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
.environment-title h1 {
  font-size: 24px;
  color: #5a5a5a;
}
.environment-content {
  width: 100%;
  background-color: #f6f6f6;
  padding: 35px 0;
}
.environment-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.environment-card ul {
  background-color: white;
  width: 31.5%;
  margin: 15px 0;
  /* margin-bottom: 20px; */
}
.environment-card ul li {
  overflow: hidden;
}
.environment-card ul li img {
  width: 100%;
  height: 250px;
}
.environment-card ul li:nth-child(2) {
  padding: 15px 25px;
  box-sizing: border-box;
}
.environment-card ul li h4 {
  font-size: 22px;
  color: #666666;
}
.environment-card ul:hover {
  box-shadow: 3px 5px 6.5px 2px #d6d6d6;
}

.new {
  /*width: 63%;*/
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.new-left {
  width: 73%;
}
.new-title {
  font-size: 21px;
  color: #2672db;
  padding: 8px 13px;
  background-color: #fff;
  margin-bottom: 8px;
}
.new-content {
  width: 100%;
  padding: 8px 25px;
  box-sizing: border-box;
  background-color: #fff;
}
.new-content ul{
    /*height: 100%;*/
    width: 76%;
    display: flex;
}
.new-content a img {
  width: 180px;
  height: 140px;
  margin-right: 15px;
}
.new-content a ul li span a img {
  margin-right: 3px;
}
.new-content span div img{
    width: 15px !important;
    height: fit-content;
    margin-right: 5px !important;
}
.new-content span {
     width: 100%;
     display: flex;
     margin-top: 5px;
}
.new-content span div{
       display: flex;
    margin-right: 21px;
    justify-content: center;
    align-items: center;
    color: #999999;
    font-size: 14px;
}
.new-content a{
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0;
}
.new-content a:last-child {
  border: none;
}
.new-content a ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}
.new-content a ul li h2 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.new-content a ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-content a ul li span a img {
  width: auto;
  height: 14px;
}
.new-content a ul li span a {
  font-size: 14px;
  color: #999999;
  line-height: 36px;
}
.new-right {
  width: 25.9%;
}
.action {
  position: relative;
}
.action::after {
  content: "";
  background: url(../image/blue.png) no-repeat;
  width: 114px;
  height: 9px;
  background-size: 100%;
  position: absolute;
  bottom: -8px;
  left: 0px;
}
.new-right-content {
    background-color: #fff;
    padding: 38px 5px 20px 5px;
    box-sizing: border-box;
}
/*.new-right-content {*/
/*  background-color: #fff;*/
/*  padding: 38px 10px 20px 10px;*/
/*  box-sizing: border-box;*/
/*}*/
.huan {
    width: 95px;
    height: 35px;
    margin: 0 auto;
    border: 1px solid #2672db;
    color: #2672db;
    border-radius: 10px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    margin: 10px auto 20px auto;
}
.huan:hover{
    background: #2672db!important;
    color: #fff!important;
}
.redian {
  background-color: #fff;
  padding: 20px 10px 20px 10px;
}
.redian div {
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.redian div:hover p {
  color: #2672db;
}
.redian div p {
  padding: 15px 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title img {
    margin: 0px 3px;
    height: 13px;
    width: auto;
}
.redian div:last-child {
  border-bottom: none;
}
/* types */
.types {
  /*width: 63%;*/
  width: 1200px;
  margin: 0 auto;
}
/* contact */
.contacts {
  /*width: 63%;*/
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map {
  display: flex;
  justify-content: space-evenly;
  margin: 30px 0;
  align-items: flex-end;
  width: 100%;
}
.map ul {
  /* width: 33%; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map ul li {
  /* width: 350px; */
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 60px;
}
.map ul li p {
  color: #333333;
  font-size: 18px;
}
.map ul li img {
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}
.map ul li:nth-child(2) {
  /*height: 90px;*/
  border: 2px solid #cccccc;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.container {
  width: 100%;
  min-height: 440px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: rgb(243, 241, 236);
  color: rgb(0, 0, 0);
  text-align: left;
}
.erweima {
  width: 170px;
  height: 170px;
  border-radius: 5px;
  border: none;
  background-color: #2672db;
  margin: 15px 0;
}
/* acticle */
.acticle {
  background-color: #fff;
  padding: 30px 25px;
  margin-bottom: 20px;
}
.yuanquneirong .yqnr-title {
  text-align: center;
  line-height: 34px;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.yuanquneirong .yqnr-title h1 {
  font-size: 24px;
  color: #333333;
}
.yuanquneirong .yqnr-title p,
.yuanquneirong .yqnr-title span {
  color: #999999;
  font-size: 14px;
}
.yqnr-list {
  width: 100%;
}
.yqnr-list p {
  color: #666666;
  font-size: 16px;
  text-indent: 2em;
  line-height: 27px;
}
.new-content a:hover ul li h2{
    color: #2672db ;
}
.yqnr-list img {
	width: 80%;
	/* height: 100%; */
	margin: 10px auto;
}
/*.yqnr-list img::after {*/
  
/*}*/
.yqnr-list div {
  position: relative;
}
.yqnr-list div span {
  position: absolute;
  bottom: 16px;
  left: 49%;
  font-size: 14px;
  color: #999999;
}
.fanye {
  background-color: #fff;
  padding: 5px 25px;
}
.fanye h3 {
  font-size: 20px;
  cursor: pointer;
  color: #999999;
  line-height: 50px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
}

.overlay img {
  max-width: 70%;
  max-height: 70%;
}
.element {
  touch-action: manipulation !important;
  -moz-touch-action: manipulation !important; /* 用于旧版本 Firefox */
}
.close-button {
  position: absolute;
  top: 60px;
  right: 60px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
/* 回到顶部 */
.back-to-top-img {
  width: 48px;
  height: auto;
  position: fixed;
  bottom: 9%;
  right: 2%;
  /* display: none; */
}

/* //新家。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 */
.prev-button,
.next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: white;
  cursor: pointer;
}

.prev-button {
  left: 20px;
}

.next-button {
  right: 20px;
}

.prev-button {
  width: 50px !important;
  height: 50px !important;
  background-image: url(../image/prev.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.next-button {
  width: 50px !important;
  height: 50px !important;
  background-image: url(../image/next.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.thumbnail-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 21px;
}

.thumbnail-image {
  width: 90px;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
  transition: border-color 0.3s;
  border: 3px solid transparent;
}

.active-thumbnail {
  border-color: #1df707;
}

/*分页*/
.page {
    width: 100%;
    padding: 80px 0 20px 0;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.page .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.32rem;
    color: #cccccc;
    padding: 0.8rem 0;
}

.page .pagination li {
    font-size: 16px;
    color: #333333;
    line-height: 15px;
    border-radius: 7px;
    border: solid 1px #e1e1e1;
    margin: 0 0.5rem;
    background: #f1f1f1;
}
.page .pagination li.active span{
    background: #2672db !important;
    color: #fff !important;
    border-radius: 7px;
    border: 1px solid #2672db;
}

.page .pagination  a, .page .pagination li span {
    padding: 6px 12px;
    display: block;
    cursor: pointer;
    /* border-radius: 10px; */
}

.page>a:first-child, .page>a:last-child {
    padding: 6px 12px;
     font-size: 16px;
    color: #333333;
    line-height: 15px;
    border-radius: 7px;
    border: solid 1px #e1e1e1;
    margin: 0 0.5rem;
    background: #f1f1f1;
    display: block;
    cursor: pointer;
}
.imgalt {
       width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    color: #999999;
    margin-bottom: 16px;
}
.caidan{
    display: none;
}
.heimu{
    display: none;
}
 .tab{
    display: none;
}

@media all and (max-width: 768px) {
.header {
    /* width: 63%; */
    width: 100%;
    height: 50px;
    position: relative;
    top: 0;
    background: #fff;
    z-index: 10;
}
       .header nav {
display: none;
}
.caidan{
    display: block;
    width: auto;
    height: 30px !important;
}
.contact li p{
    display: none;
}
header{
    height: 45px;
     position: relative;
    z-index: 99;
}
.contact img {
    height: 25px;
    margin-right: 5px;
}
.contact li h5 {
    font-size: 16px;
    color: #2672db;
}
.contact li {
    margin-right: 14px;
}
.heimu {
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.45);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.header nav {
    width: 100%;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 10px 0 43px 0;
}
.header nav ul {
    display: grid;
    grid-template-columns: 1fr;
    line-height: 50px;
    justify-content: space-between;
    text-align: center;
}
.images img {
    margin: 0;
}
.footer-left p:last-child {
    display: none;
}
.footer-left p:nth-child(5) {
    width: 80%;
    margin: 41px auto 10px auto;
    text-align: center;
}
.footer-left ul {
    display: none;
}
.header nav ul a {
    width: 60%;
    margin: 0 auto;
    font-size: 17px;
}
  /* 动画效果 */
  @keyframes slideIn {
    from {
      transform: translateX(-100%);
    }

    to {
      transform: translateX(0);
    }
  }

  @keyframes slideOut {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-100%);
    }
  }
.tab {
    display: block;
    width: 95%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 13px 13px;
    text-align: center;
    margin: 15px auto;
}
.tab a {
    display: block;
    border: none;
    background-color: #f4f4f4;
    line-height: 41px;
    text-align: center;
    border-radius: 10px;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}
.banner {
    padding: 0;
}
.wrap {
    width: 100%;
   flex-direction: column-reverse
}
.fushou {
    width: 100%;
}
.fushou li:first-child{
    text-align: center;
}
.fushou li:nth-child(2) {
    padding: 10px;
     font-size: 16px;
    line-height: 27px;
    color: #999;
}
.wrap img {
    width: 96%;
    height: 100%;
    margin: 5px auto;
}
.fushou li:nth-child(2) button {
    font-size: 16px;
    padding: 6px 14px;
    background-color: #2672db;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin: 0 auto;
}
.fushou li:nth-child(2) p {
    font-size: 15px;
    color: #999;
}
.fushou li:first-child h1{
   font-size: 21px;
}
.gongmuwang {
   width: 100%!important;
   height: 100%;
}
.gongmuwang h1 {
    font-size: 18px;
    font-weight: 500;
}
.gongmuwang .motai {
   height: 100%;
}
.yuyue {
    display: none;
}
.wraps {
   width: 100%;
}
.gongmuwang {
    line-height: 59px;
}
.wrap-title {
    height: 100%;
    padding: 5px 0;
}
.wrap-title h2 {
    font-size: 18px;
    color: #333333;
}
.wrap-title h2 span {
    font-size: 10px;
    margin-left: 5px;
    font-weight: 500;
}
.wrap-title p {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}
.wrap-title p img {
    margin-left: 5px;
    width: auto;
    height: 9px;
}
.wrap-title {
    margin: 0 auto 20px auto;
}
.images img {
     width: 100%;
    height: 173px;
}
.images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 10px 10px;
    box-sizing: border-box;
}
.weimin {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px 10px;
    width: 80%;
    margin: 21px auto;
}
.weimin li {
    width: 100%;
    height: 148px;
}
.weimin img {
    height: 35px;
}
.weimin h5 {
    font-size: 15px;
    font-weight: 500;
}
.muxing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px 10px;
    width: 97%;
    margin: 21px auto;
    box-sizing: border-box;
}
.muxing .muxing-content {
   width: 100%;
}
.muxing .muxing-content .muxing-count h3 {
    font-size: 17px;
}
.muxing .muxing-content .muxing-count span {
    font-size: 13px;
    font-weight: 500;
}
.muxing .muxing-content .muxing-count h4 {
    font-size: 14px;
    color: #999;
    display: flex;
    line-height: 33px;
    font-weight: 500;
}
.muxing .muxing-content .muxing-count h4 p {
    font-size: 15px;
}
.muxing .muxing-content .muxing-img {
    height: 260px;
}
.liucheng {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px 10px;
    justify-content: center;
    margin-bottom: 20px;
    width: 96%;
    margin: 0 auto 20px auto;
}
.liucheng-son {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.liucheng > img {
    width: auto;
    height: 19px;
    margin: 0;
    margin-top: 20px;
}
.liucheng-son div {
    width: 55px;
    margin-bottom: 10px;
    height: 55px;
    border-radius: 50%;
    background-color: #2672db;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.liucheng-son img {
    width: auto;
    height: 23px;
}
.chil4{
   display: none;
}
.liucheng-son h3 {
    font-size: 13px;
}
.zixun a {
    width: 100%;
}
.zixun-content {
    width: 100%;
}
.zixun-son {
   margin: 0;
}
.link {
    width: 100%;
}
.link-left, .link-right {
    width: 97%;
    margin: 0 auto;
}
.link {
    flex-direction: column;
}
.link-lianxi .phone {
    width: 48%;
}
.link-left .link-lianxi .phone img {
    height: 32px;
    margin-bottom: 10px;
}
.link-lianxi .phone li p {
    font-size: 13px;
    color: #333333;
    line-height: 22px;
}
.link-lianxi .phone li {
    width: 90%;
    height: 58px;
}
.link-right h2 {
    font-size: 21px;
    line-height: 60px;
}
.link-right .from {
    padding: 10px;
    height: 100%;
}
.link-right input {
    height: 35px;
    width: 245px;
    padding: 0 10px;
}
.link-right .from label {
    line-height: 34px;
    font-size: 15px;
}
.btn {
    width: 114px !important;
    height: 32px !important;
    position: relative;
}
.footer-top, .footer-bottom {
    padding: 40px 10px 16px 10px;
    width: 100%;
    box-sizing: border-box;
}
.youqinglink h3 {
    font-size: 13px;
}
.youqinglink a {
    font-size: 13px;
}
.youqinglink h3 img {
    width: auto;
    height: 13px;
    margin-right: 4px;
}
.resou {
    margin: 20px 0;
}
.youqinglink {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.resou a {
    margin-right: 30px;
    font-size: 16px;
}
.footer-left ul {
    flex-wrap: wrap;
}
.footer-left {
    width: 100%;
}
.footer-left ul a {
    font-size: 16px;
    line-height: 45px;
}
.footer-bottom {
    /* display: grid; */
    /* grid-template-columns: 4fr 1fr; */
    /* grid-template-rows: 1fr; */
    /* gap: 10px 10px; */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
}
.footer-right {
     /*display: none; */
    position: absolute;
    top: 17px;
    right: 10%;
}
.title {
    width: 97%;
    height: 40px;
}
.title a {
    font-size: 14px;
}
.wrapa {
    width: 97%;
    margin: 10px auto;
}
.wrap-titlea h1 {
    font-size: 21px;
}
.wrap-titlea span {
    font-size: 12px;
    color: #999999;
    margin: 0 auto;
}
.wrap-titlea {
    min-height: 50px;
    margin: 10px 0;
}
.wrap-titlea h1::after {
   display: none;
}
.about-img img {
    width: 100%;
    margin: 10px 0;
    height: 100%;
}
.about-img p {
    font-size: 15px;
    margin-bottom: 20px;
}
.list {
    display: none;
}
.jiangpai div img {
    width: 100%;
    height: auto;
}
.jiangpai div {
    width: 100%;
    height: 125px;
    margin: 0;
}
.jiangpai {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px 10px;
}
.environment {
    /* width: 63%; */
    width: 97%;
    margin: 0 auto;
}
.environment-card ul {
    background-color: white;
    width: 100%;
    margin: 0;
}
.environment-card {
    padding: 10px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px 10px;
    box-sizing: border-box;
}
.environment-card ul li img {
    height: 130px;
}
.environment-card ul li:nth-child(2) {
    padding: 10px;
    box-sizing: border-box;
}
.environment-card ul li h4 {
    font-size: 15px;
}
.environment-title h1 {
    font-size: 20px;
}
.page {
    padding: 60px 0 20px 0;
}
.page .pagination {
    flex-wrap: wrap;
}
.page>a:first-child, .page>a:last-child {
    font-size: 13px;
}
.page .pagination li {
    font-size: 13px;
}
.types {
    width: 100%;
}
.contacts {
    /* width: 63%; */
    width: 100%;
}
.erweima {
    display: none;
}
.map ul li img {
    width: auto;
    height: 34px;
    margin-bottom: 0;
}
.map ul li p {
    font-size: 14px;
}
.close-button {
    top: 24px;
}
.prev-button {
    left: 4px;
}
.next-button {
    right: 10px;
}
.overlay img {
    max-width: 100%;
}
.new {
    /* width: 63%; */
    width: 100%;
    flex-direction: column;
}
.new-left {
    width: 100%;
}
.yuanquneirong .yqnr-title h1 {
    font-size: 20px;
}
.yuanquneirong .yqnr-title p, .yuanquneirong .yqnr-title span {
    font-size: 12px;
}
.yqnr-list p {
    font-size: 15px;
}
.acticle {
    padding: 10px;
}
.imgalt {
    font-size: 12px;
    text-indent: 0;
}
.fanye {
    padding: 6px 10px;
}
.fanye h3 {
    font-size: 15px;
    color: #999999;
    line-height: 25px;
    margin-bottom: 8px;
}
.new-right {
    width: 100%;
}
.new-title {
    width: 97%;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    padding: 8px 0;
    box-sizing: border-box;
}
.action::after {
display: none;
}
.new-right-content {
    padding: 0;
}
.muxing .muxing-content .muxing-count {
    line-height: 27px;
    padding: 5px;
    height: 95px;
}
.muxing .muxing-content {
    margin-bottom: 0;
}
.banner img {
    height: 240px;

}
.footer-right {
    /* display: none; */
    position: absolute;
    top: 16%;
    right: 10%;
}
.footer-right img {
    width: 63px;
    height: 63px;
}
.footer-right h2 {
    font-size: 12px;
    margin-top: 10px;
}
.footer-left p {
    width: 79%;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 14px;
}
}



















