/* AB妯℃澘缃� 鏁寸珯妯℃澘涓嬭浇 */
/* 妯℃澘锛歐ww.AdminBuy.Cn */
/* QQ锛�9490489 */
@media (min-width: 1440px) and (max-width: 1920px) {
  html {
    font-size: 20px;
  }
}

@media (min-width: 1366px) and (max-width: 1400px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 20px;
  }
}

body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
img,
form,
input,
textarea,
select,
header,
nav,
main,
menu,
section,
figure,
figcaption,
footer {
  margin: 0;
  padding: 0;
  /* font: inherit; */
  font-size: 0.8rem;
  /* color: #343434; */
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Arial", "Microsoft YaHei", "榛戜綋", "瀹嬩綋", sans-serif;
  scroll-behavior: smooth;
}

p {
  line-height: 1;
}

#culture a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

ul,
li {
  list-style: none;
}

button,
input,
textarea {
  outline: none;
  border: none;
}

textarea {
  overflow: auto;
  resize: none;
}

#culture img {
  width: 100%;
  height: auto;
  display: inline-block;
  border: none;
  object-fit: cover;
  max-width: 275px;
}

.fx {
  display: flex;
}

.fy {
  display: flex;
  flex-direction: column;
}

.jc {
  justify-content: center;
}

.jb {
  justify-content: space-between;
}

.ac {
  align-items: center;
}

.fc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

.one-row {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.more-row {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.container1 {
  max-width: 1400px;
  margin: 0 auto;
}

/* header {
    padding: 1rem 0;
} */

header .container1 {
  max-width: 70rem;
  margin: 0 auto;
}

header .container1 .logo {
}

header .container1 .logo a {
  width: 100%;
}

header .container1 .logo img {
  height: 41px;
  width: inherit;
}

header .container1 nav {
  margin-left: 10rem;
  margin-right: 1.25rem;
}

header .container1 nav ul li {
  padding: 0 1.25rem;
}

header .container1 nav ul li a {
  padding-bottom: 0.6rem;
  position: relative;
  font-size: 0.8rem;
  color: #333;
  white-space: nowrap;
}

header .container1 nav ul li a:hover {
  color: #98b14c;
}

header .container1 nav ul li a:hover::before {
  opacity: 1;
}

header .container1 nav ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #98b14c;
  opacity: 0;
  transition: all 0.3s ease-out;
}

header .container1 nav ul .active a {
  color: #98b14c;
}

header .container1 nav ul .active a::before {
  opacity: 1;
}

header .container1 .tel {
  margin-right: 1.25rem;
  padding: 0.5rem;
  border: 0.05rem solid #999999;
  border-radius: 1.2rem;
}

header .container1 .tel i {
  font-size: 1rem;
  color: #767676;
}

header .container1 .tel p {
  margin-left: 0.6rem;
  font-size: 1rem;
  color: #333;
  white-space: nowrap;
}

header .container1 .wechat {
  position: relative;
  width: 2.1rem;
  height: 2.1rem;
}

header .container1 .wechat:hover .w-pic {
  bottom: -6rem;
  opacity: 1;
}

header .container1 .wechat::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #98b14c;
  transform: rotate(45deg);
  z-index: -1;
}

header .container1 .wechat::after {
  position: absolute;
  content: "";
  width: 0.05rem;
  height: 100%;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #98b14c;
}

header .container1 .wechat i {
  font-size: 1.5rem;
  color: #fff;
}

header .container1 .wechat .w-pic {
  position: absolute;
  width: 5rem;
  height: 5rem;
  padding: 0.25rem;
  background-color: #fff;
  border-radius: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7.5rem;
  opacity: 0;
  z-index: 11;
  transition: all 0.3s ease;
}

footer {
  background-color: #333333;
}

footer .f-top {
  padding: 2rem 0;
}

footer .f-top .fl {
  padding-right: 4.5rem;
  border-right: 0.05rem solid rgba(238, 238, 238, 0.1);
}

footer .f-top .fl .fl-top .logo {
  margin-right: 2.1rem;
  width: 10%;
}

footer .f-top .fl .fl-top .logo img {
  height: auto;
}

footer .f-top .fl .fl-top ul li {
  margin-right: 1.5rem;
  font-size: 0.7rem;
  color: #fff;
}

footer .f-top .fl .fl-top ul li a {
  font: inherit;
}

footer .f-top .fl .fl-bottom {
  margin-top: 3rem;
}

footer .f-top .fl .fl-bottom h4 {
  font-size: 0.7rem;
  color: #999999;
}

footer .f-top .fl .fl-bottom li {
  margin-right: 1rem;
}

footer .f-top .fl .fl-bottom li a {
  font-size: 0.7rem;
  color: #666666;
}

footer .f-top .fl .fl-bottom li a:hover {
  color: #98b14c;
}

footer .f-top .fr {
  align-items: flex-start;
  margin-left: 2rem;
}

footer .f-top .fr .fr-l {
  margin-right: 1rem;
}

footer .f-top .fr .fr-l > div:nth-child(2) {
  margin: 1rem;
}

footer .f-top .fr .fr-l > div:nth-child(2) i {
  font-size: 1.5rem;
}

footer .f-top .fr .fr-l > div:nth-child(2) h5 {
  font-size: 0.75rem;
  color: #fff;
  white-space: nowrap;
}

footer .f-top .fr .fr-l i {
  margin-right: 0.9rem;
  font-size: 2.5rem;
  color: #98b14c;
}

footer .f-top .fr .fr-l h4 {
  font-size: 1.5rem;
  color: #fff;
}

footer .f-top .fr .fr-l h4 span {
  font-size: 0.7rem;
  color: inherit;
}

footer .f-top .fr .fr-r {
  padding-left: 2rem;
}

footer .f-top .fr .fr-r img {
  width: 5.5rem;
  height: 5.5rem;
  background-color: #fff;
}

footer .f-top .fr .fr-r p {
  margin-top: 0.5rem;
  font-size: 0.6rem;
  color: #999999;
}

footer .f-bottom {
  padding: 2rem 0;
  border-top: 0.05rem solid rgba(238, 238, 238, 0.1);
}

footer .f-bottom p {
  font-size: 0.6rem;
  color: #999999;
}

.tag {
  position: fixed;
  top: 35%;
  right: 1%;
  z-index: 11;
}

.tag .tag-item {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.05rem;
  padding: 0.6rem;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0.1rem 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}

.tag .tag-item:hover {
  background-color: #98b14c;
}

.tag .tag-item:hover i,
.tag .tag-item:hover p {
  color: #fff;
}

.tag .tag-item:hover .tag-pic {
  opacity: 1;
}

.tag .tag-item i {
  font-size: 1.4rem;
  color: #98b14c;
}

.tag .tag-item p {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  color: #98b14c;
}

.tag .tag-item .tag-pic {
  position: absolute;
  width: 6rem;
  height: 6rem;
  right: 101%;
  top: 0;
  background-color: #98b14c;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.tag .tag-item .qq {
  display: flex;
  flex-direction: column;
  width: auto;
  height: 100%;
  color: #333;
  background-color: #fff;
  font-weight: 600;
}

.tag .tag-item .qq p {
  margin-top: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #98b14c;
  border-bottom: 1px solid #dedede;
}

.tag .tag-item .qq span {
  font-size: 18px;
  color: #666;
  padding: 10px 20px;
  font-weight: 400;
}

.tag .tag-oitem {
  margin-top: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #98b14c;
}

.tag .tag-oitem i {
  font-size: 1.5rem;
  color: #fff;
}

.page-tag {
  padding: 1rem 0 0.5rem;
  position: relative;
  border-bottom: 0.05rem solid #ececec;
}

.page-tag::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 5rem;
  height: 0.05rem;
  background-color: #98b14c;
}

.page-tag i {
  margin: 0 0.25rem;
  font-size: 1rem;
  color: #575555;
}

.page-tag .icon-r {
  font-size: 0.8rem;
}

.page-tag p {
  font-size: 0.9rem;
}

.page-tag a {
  font-size: 0.75rem;
}

.page-tag a:hover {
  color: #98b14c;
}

.paged {
  font-size: 0;
  text-align: center;
}

.paged a,
.paged .p_info,
.paged .current {
  display: inline-block;
  vertical-align: top;
  margin: 0.3rem 0.15rem 0;
  padding: 0 0.75rem;
  height: 1.9rem;
  line-height: 1.9rem;
  font-size: 0.75rem;
  text-align: center;
  color: #333;
  background-color: #fff;
  border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.paged .current,
.paged a:hover {
  color: #fff;
  background: #98b14c;
}

.paged .disabled {
  cursor: default;
  background-color: #e0e0e0;
}

.paged .disabled:hover {
  color: #333;
  background-color: #e0e0e0;
}

.ab_img img {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
}

.ab_img p {
  text-wrap: inherit !important;
}

.ab_img p span {
  text-wrap: inherit !important;
}

/* AB妯℃澘缃� 鏁寸珯妯℃澘涓嬭浇 */
/* 妯℃澘锛歐ww.AdminBuy.Cn */
/* 浠跨珯锛欶ang.AdminBuy.Cn */
/* 绱犳潗锛歋c.AdminBuy.Cn */
/* js鐗规晥锛歫s.AdminBuy.Cn */
/* 鍦ㄧ嚎宸ュ叿 Tool.Adminbuy.Cn */
/* QQ锛�9490489 */
.page-banner {
  max-height: 25rem;
}

.page-t h2 {
  position: relative;
  padding: 0 3rem;
  font-size: 1.6rem;
  color: #333;
  font-weight: 600;
}

.page-t h2::before {
  position: absolute;
  content: "";
  height: 1.2rem;
  width: 3.75rem;
  background: url(../images/hl.png) no-repeat;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.page-t h2::after {
  position: absolute;
  content: "";
  height: 1.2rem;
  width: 4rem;
  background: url(../images/hr.png) no-repeat;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.page-t p {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.4);
}

.p-head {
  padding-bottom: 1rem;
  position: relative;
  font-size: 1.2rem;
  color: #333;
  font-weight: 600;
  background-color: #fff;
}

.p-head::after {
  position: absolute;
  content: attr(pt);
  font-size: 0.6rem;
  color: #767676;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

#about {
}

#about .profile {
  position: relative;
  padding: 4rem 0;
  background: url(../images/rbg.png) no-repeat center;
  background-size: cover;
  z-index: -2;
}

#about .profile .pro-left {
  width: 45%;
}

#about .profile .pro-left h2 {
  padding-top: 1rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
}

#about .profile .pro-left h2::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 0.15rem;
  top: 0;
  left: 0;
  background-color: #cc3030;
}

#about .profile .pro-left h4 {
  margin-bottom: 5rem;
  font-size: 1rem;
  color: #555;
  font-weight: 600;
}

#about .profile .pro-left .pro-cont {
  padding: 1.5rem 2.5rem;
  background-color: #f4f4f4;
}

#about .profile .pro-left .pro-cont p {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  color: #666;
  line-height: 1.2rem;
}

#about .profile .pro-right {
  margin-top: 2.5rem;
  width: 35rem;
  height: 20rem;
  position: relative;
  margin-left: -2rem;
  z-index: -1;
}

#about .profile .pro-right::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  background-color: #98b14c;
  right: -2rem;
  top: 2rem;
  z-index: -1;
}

#about .team {
  background-color: #222;
  height: 15rem;
  padding-top: 7.5rem;
}

#about .team .container1 {
  max-width: 60rem;
}

#about .team .team-box {
  padding: 0 0 0 1rem;
  margin-top: -1rem;
  background-color: #b10000;
}

#about .team .team-box .team-left {
  margin-bottom: 1rem;
  margin-top: -1rem;
  width: 25rem;
}

#about .team .team-box .team-right {
  margin-left: 2.5rem;
  padding: 2rem;
  width: 25rem;
}

#about .team .team-box .team-right h4 {
  padding-bottom: 1rem;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
}

#about .team .team-box .team-right h4::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 0.1rem;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

#about .team .team-box .team-right p {
  font-size: 0.7rem;
  color: #fff;
  line-height: 1.3rem;
}

#about .advantage {
  padding: 4rem 0;
  background-color: #f5f5f5;
  position: relative;
}

#about .advantage h2 {
  background-color: #f5f5f5;
}

#about .advantage .advantage-box {
  margin-top: 3rem;
}

#about .advantage .advantage-box .ad-item {
  position: relative;
  padding: 2rem 1.5rem;
  width: 33.3%;
  background-color: #fff;
  transition: all 0.5s ease;
}

#about .advantage .advantage-box .ad-item:hover {
  background-color: #98b14c;
  transform: translateY(-0.5rem);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
}

#about .advantage .advantage-box .ad-item:hover i {
  opacity: 0.8;
}

#about .advantage .advantage-box .ad-item:hover h4,
#about .advantage .advantage-box .ad-item:hover p,
#about .advantage .advantage-box .ad-item:hover i {
  color: #fff;
}

#about .advantage .advantage-box .ad-item h4 {
  margin-bottom: 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

#about .advantage .advantage-box .ad-item h4 span {
  font-size: 3rem;
  color: inherit;
}

#about .advantage .advantage-box .ad-item p {
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
  color: #595959;
  line-height: 1.2rem;
  text-align: justify;
}

#about .advantage .advantage-box .ad-item i {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  color: #f04c0b;
  font-size: 4rem;
  opacity: 0.4;
  transition: all 0.4s ease;
}

#about .ys {
  padding: 2.5rem 0;
  background-size: 80%;
}

#about .ys .ys-box {
  margin-top: 4rem;
}

#about .ys .ys-box .ys-item {
  padding-bottom: 1.5rem;
  width: 30%;
  margin-left: 1rem;
  background-color: #fff;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#about .ys .ys-box .ys-item:hover {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
  transform: translateY(-0.4rem);
}

#about .ys .ys-box .ys-item:last-child {
  margin-right: 0;
}

#about .ys .ys-box .ys-item > div {
  text-align: center;
  width: 100%;
  padding: 1rem 1rem;
  background-image: linear-gradient(to right, #e41717, #f04c0b);
}

#about .ys .ys-box .ys-item > div i {
  font-size: 1.5rem;
  color: #fff;
}

#about .ys .ys-box .ys-item h4 {
  position: relative;
  padding-bottom: 0.5rem;
  margin: 0.5rem 0 1rem;
  font-size: 0.9rem;
}

#about .ys .ys-box .ys-item h4::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 1.5rem;
  height: 0.05rem;
  background-color: #f59c9c;
}

#about .ys .ys-box .ys-item p {
  margin: 0 auto;
  width: 90%;
  font-size: 0.7rem;
  color: #999;
  text-align: center;
  line-height: 1.1rem;
}

#case {
  padding-top: 2.5rem;
}

#case .case-nav .head {
  padding: 0.75rem 1.5rem;
  background-color: #98b14c;
}

#case .case-nav .head i {
  font-size: 2rem;
  color: #fff;
}

#case .case-nav .head h4 {
  margin-left: 0.5rem;
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
  color: #fff;
}

#case .case-nav .head h4::before {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 1rem;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#case .case-nav .head h4 span {
  font-size: 0.65rem;
  color: #fff;
}

#case .case-nav ul {
  background-color: #f4f4f4;
}

#case .case-nav ul li {
  position: relative;
  padding: 0.5rem 2rem;
  border-left: 0.15rem solid transparent;
  font-size: 0.8rem;
}

#case .case-nav ul li:hover {
  border-left-color: #98b14c;
  color: #98b14c;
}

#case .case-nav ul li:hover::before {
  width: 100%;
}

#case .case-nav ul .active {
  border-left-color: #98b14c;
  color: #98b14c;
}

#case .case-nav ul .active::before {
  width: 100%;
}

#case .case-cont {
  width: 73%;
  flex-wrap: wrap;
}

#case .case-cont .case-item {
  position: relative;
  margin-left: 1rem;
  margin-bottom: 1rem;
  width: 30%;
}

#case .case-cont .case-item:hover h2 {
  color: #98b14c;
}

#case .case-cont .case-item:hover .case-pic img {
  transform: scale(1.1);
}

#case .case-cont .case-item:hover i {
  right: 0 !important;
}

#case .case-cont .case-item:nth-child(3n) {
  margin-right: 0;
}

#case .case-cont .case-item .case-pic {
  height: 10rem;
  transform: translateZ(0);
  overflow: hidden;
}

#case .case-cont .case-item .case-pic img {
  transition: transform 0.7s ease;
}

#case .case-cont .case-item .case-cont {
  width: 100%;
  position: relative;
}

#case .case-cont .case-item .case-cont h2 {
  margin-top: 0.5rem;
  font-size: 0.85rem;
}

#case .case-cont .case-item .case-cont i {
  position: absolute;
  font-size: 1rem;
  color: #98b14c;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

#culture {
  padding: 2.5rem 0;
}

.cul-nav {
  margin-top: 2rem;
  text-align: center;
}

.cul-nav ul li {
  display: inline-block;
  margin: 0 10px;
}

.cul-nav ul li:hover a {
  color: #fff;
}

.cul-nav ul li a {
  padding: 5px 10px;
}

.cul-nav ul li a {
  position: relative;
  font-size: 0.8rem;
  color: #000;
  z-index: 11;
}

.cul-nav ul li:hover {
  background: #98b14c;
}

.cul-nav ul .active a {
  color: #fff;
}

.cul-nav ul .active {
  background: #98b14c;
}

#culture .cul-cont {
  margin-top: 3rem;
  flex-wrap: wrap;
  width: 100%;
}

#culture .cul-cont .cul-item {
  margin-bottom: 1.5rem;
  margin-right: 4%;
  position: relative;
  width: 22%;

  overflow: hidden;
  text-align: center;
}

#culture .cul-cont .cul-item:nth-child(4n) {
  margin-right: 0;
}

#culture .cul-cont .cul-item a {
  width: 100%;
  height: 100%;
}

#culture .cul-cont .cul-item:hover img {
  transform: scale(1.2);
}

#culture .cul-cont .cul-item:hover .pic-msg {
  transform: scale(1);
  opacity: 1;
}

#culture .cul-cont .cul-item img {
  transition: all 0.5s ease;
}

#culture .cul-cont .cul-item .pic-msg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #98b14c;
  opacity: 0;
  color: #fff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#culture .cul-cont .cul-item .pic-msg h2 {
  position: absolute;
  bottom: 50%;
  right: 5%;
  color: #fff;
  font-size: 3rem;
  text-decoration: none;
}

#culture .cul-cont .cul-item .pic-msg p {
  position: absolute;
  bottom: 15%;
  right: 5%;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  text-align: right;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#culture .cul-cont .cul-item .pic-msg span {
  position: absolute;
  bottom: 7%;
  right: 5%;
  font-size: 0.7rem;
  color: #fff;
  text-align: right;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#contact {
  background-color: #f5f5f5;
}

#contact .map {
  max-width: 100%;
}

#contact .map #map {
  width: 100%;
  height: 25rem;
}

#contact .map #map img {
  width: auto;
}

#contact .contact {
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
}

#contact .contact .msg {
  padding: 1.5rem 2.5rem;
  background-color: #fff;
}

#contact .contact .msg .m-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#contact .contact .msg .m-item:hover p::before {
  width: 5rem;
}

#contact .contact .msg .m-item i {
  font-size: 1.5rem;
  color: #98b14c;
}

#contact .contact .msg .m-item p {
  padding-bottom: 1rem;
  position: relative;
  margin-top: 0.6rem;
  font-size: 0.9rem;
}

#contact .contact .msg .m-item p::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #98b14c;
  width: 1.5rem;
  height: 0.1rem;
  transition: all 0.3s ease;
}

#contact .contact .form {
  margin-top: 1.5rem;
  padding: 2rem;
  background-color: #fff;
}

#contact .contact .form h3 {
  font-size: 1rem;
}

#contact .contact .form form {
  width: 100%;
  margin-top: 1.5rem;
}

#contact .contact .form form input,
#contact .contact .form form textarea {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  width: 100%;
  border: 0.05rem solid #dedede;
  font-size: 0.75rem;
}

#contact .contact .form form button {
  padding: 0.5rem 1rem;
  width: 100%;
  background-color: #98b14c;
  font-size: 0.75rem;
  color: #fff;
}

#contact .contact .form form button:hover {
  box-shadow: 0.1rem 0.2rem 0.5rem rgba(177, 0, 0, 0.6);
}

#lc {
  padding: 2.5rem 0;
  background-color: #eff2f7;
}

#lc .page-tag {
  width: 100%;
  border-bottom-color: #dedede;
}

#lc .lc-box {
  margin-top: 2rem;
}

#lc .lc-l {
  padding: 2rem 2.5rem 2.5rem;
  width: 75%;
  box-shadow: 0.15rem 0.25rem 0.4rem 0.15rem rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

#lc .lc-l h2 {
  background-color: #eff2f7;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1.5rem;
  position: relative;
}

#lc .lc-l h2::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border: 0.25rem solid #98b14c;
  border-right: none;
  width: 0.5rem;
}

#lc .lc-l h2 span {
  font-size: 1.2rem;
  color: #595959;
}

#lc .lc-l h4 {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #f1522a;
}

#lc .lc-l p {
  font-size: 0.8rem;
  color: #595959;
  line-height: 1.2rem;
}

#lc .lc-r {
  margin-left: 2rem;
  width: 20%;
}

#lc .lc-r .btn {
  padding: 1rem 1.5rem;
  text-align: center;
  background-image: linear-gradient(to right, #fc1414, #f1522a);
  width: 100%;
  position: relative;
  border-radius: 0.15rem;
  margin-bottom: 1rem;
}

#lc .lc-r .btn:hover::before {
  border-radius: 0.15rem;
  background-color: #98b14c;
  width: 100%;
  transition: all linear 0.2s;
}

#lc .lc-r .btn:hover p {
  color: #fff;
}

#lc .lc-r .btn::before {
  background-color: rgba(109, 173, 25, 0);
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  transition: all linear 0.15s;
  z-index: 1;
}

#lc .lc-r .btn p {
  font-size: 1rem;
  position: relative;
  z-index: 11;
  color: #fff;
}

#lc .lc-r .wechat {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0.15rem 0.25rem 0.4rem 0.15rem rgba(0, 0, 0, 0.06);
}

#lc .lc-r .wechat h4 {
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
  border-bottom: 0.05rem solid #dedede;
}

#lc .lc-r .wechat .w-pic {
  width: 7.5rem;
  margin: 0 auto;
}

#news {
  padding: 2.5rem 0;
}

#news .page-t {
}

#news .news-cont {
  margin-top: 2.5rem;
}

#news .news-cont .news-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.05rem solid #ececec;
}

#news .news-cont .news-item:hover .n-cont h4 {
  transform: translateX(0.5rem);
  color: #f1522a;
}

#news .news-cont .news-item:hover .n-cont .nmsg {
  transform: translateX(0.4rem);
}

#news .news-cont .news-item:hover .n-cont i {
  bottom: 2.5rem;
  opacity: 1;
  color: #f1522a;
}

#news .news-cont .news-item .n-pic {
  width: 15rem;
  height: 9rem;
}

#news .news-cont .news-item .n-cont {
  flex: 1;
  padding: 1rem 1.5rem;
  position: relative;
}

#news .news-cont .news-item .n-cont h4 {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #575757;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#news .news-cont .news-item .n-cont .nmsg {
  width: 80%;
  font-size: 0.7rem;
  color: #999;
  line-height: 1.1rem;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#news .news-cont .news-item .n-cont .date {
  width: auto;
  position: absolute;
  right: 0;
  top: 1rem;
  color: #999;
  font-size: 1.5rem;
}

#news .news-cont .news-item .n-cont i {
  position: absolute;
  font-size: 1.3rem;
  color: #999;
  right: 1rem;
  bottom: 1rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

#wh {
  padding: 2.5rem 0;
}

#wh .wh-box {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  width: 90%;
  border-top: 0.05rem solid #ececec;
}

#wh .wh-box .wh-item {
  margin-bottom: 4rem;
}

#wh .wh-box .wh-item:nth-child(even) {
  flex-direction: row-reverse;
}

#wh .wh-box .wh-item:hover h2 {
  color: #98b14c;
  transform: scale(0.8);
}

#wh .wh-box .wh-item:hover h2::before {
  bottom: 3.5rem;
}

#wh .wh-box .wh-item:hover .wh-cont h4 {
  color: #98b14c;
}

#wh .wh-box .wh-item:hover .wh-cont p {
  transform: translateY(-0.4rem);
}

#wh .wh-box .wh-item:hover .wh-cont a {
  transform: translateX(0.4rem);
  color: #fff;
  background-color: #98b14c;
}

#wh .wh-box .wh-item:hover .wh-pic img {
  transform: scale(1.1);
}

#wh .wh-box .wh-item h2 {
  margin-right: 2rem;
  padding-bottom: 2.5rem;
  position: relative;
  font-size: 2.5rem;
  color: #999;
  transition: all 0.5s ease;
}

#wh .wh-box .wh-item h2::before {
  position: absolute;
  content: "";
  width: 0.05rem;
  height: 3rem;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #dedede;
  transition: all 0.5s ease;
}

#wh .wh-box .wh-item .wh-cont {
  position: relative;
  padding: 1rem;
  width: 75%;
}

#wh .wh-box .wh-item .wh-cont h4 {
  margin-bottom: 1.25rem;
  font-size: 0.9rem;
  color: #333;
}

#wh .wh-box .wh-item .wh-cont p {
  font-size: 0.7rem;
  color: #999999;
  line-height: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease-in-out;
}

#wh .wh-box .wh-item .wh-cont a {
  padding: 0.3rem 0.5rem;
  position: absolute;
  margin-top: 1rem;
  font-size: 0.6rem;
  color: #999999;
  bottom: 1rem;
  left: 1rem;
  transition: all 0.5s ease;
}

#wh .wh-box .wh-item .wh-pic {
  width: 20rem;
  height: 10rem;
  transform: translateZ(0);
  overflow: hidden;
}

#wh .wh-box .wh-item .wh-pic img {
  transition: transform 0.5s ease-in-out;
}

#showC {
  padding: 2.5rem 0;
}

#showC .page-t p,
#showC .page-t span {
  font-size: 0.7rem;
  color: #767676;
}

#showC .page-t span {
  margin-left: 2rem;
}

#showC .showCont {
  margin-top: 1.5rem;
  border-top: 0.05rem solid #dedede;
  border-bottom: 0.05rem solid #dedede;
  padding: 2rem 6rem;
}

/* AB妯℃澘缃戞柊澧炲垎椤垫牱寮� www.admibnuy.cn */
.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both;
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%;
}

.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}

.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}

.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.pagination .st {
  font-family: 瀹嬩綋;
}

.text-secondary {
  text-align: center;
  padding: 20px 0;
}

/* AB妯℃澘缃� 鏁寸珯妯℃澘涓嬭浇 */
/* 妯℃澘锛歐ww.AdminBuy.Cn */
/* 浠跨珯锛欶ang.AdminBuy.Cn */
/* 绱犳潗锛歋c.AdminBuy.Cn */
/* js鐗规晥锛歫s.AdminBuy.Cn */
/* 鍦ㄧ嚎宸ュ叿 Tool.Adminbuy.Cn */
/* QQ锛�9490489 */
header #dowebok {
  height: 0;
}

@media (max-width: 38.4rem) {
  body.hidden header #dowebok {
    height: 100%;
  }

  header .container1 .logo img {
    height: 30px;
  }

  /* header {
        padding: 0.5rem 0.75rem !important;
    } */

  header .container1 {
    justify-content: space-between;
  }

  header nav,
  header .wechat {
    display: none !important;
  }

  header .logo {
    flex: none;
  }

  header .mb {
    display: block !important;
  }

  header .tel {
    margin-left: 0.5rem !important;
    padding: 0.25rem 0.5rem !important;
    border: none !important;
    margin-right: 0.5rem !important;
  }

  header .tel p {
    margin-left: 0.3rem !important;
    font-size: 0.8rem !important;
    font-weight: 600;
  }

  header .sidebar-wrapper {
    position: relative;
    height: 100%;
    overflow: auto;
  }

  header .menu {
    margin: 0 0.5rem;
  }

  header .menu i {
    font-size: 1.2rem;
    color: #333;
  }

  header #dowebok {
    background-color: #98b14c;
  }

  header #dowebok .nav {
    margin-top: 2.5rem;
    line-height: 2rem;
    list-style-type: none;
  }

  header #dowebok .nav a {
    display: block;
    padding: 0 1rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  header #dowebok .nav a:hover {
    background-color: #4537be;
    color: #fff;
  }
}

@media (max-width: 38.4rem) {
  footer .f-top .container1 {
    flex-direction: column;
    align-items: center;
  }

  footer .f-top .container1 .fl {
    margin-bottom: 1rem;
    align-items: center;
    flex-direction: column;
    padding-right: 0 !important;
  }

  footer .f-top .container1 .fl .fl-top .logo {
    margin-right: 0 !important;
    width: 5rem !important;
  }

  footer .f-top .container1 .fl .fl-top ul {
    display: none !important;
  }

  footer .f-top .container1 .fl .fl-bottom {
    display: none !important;
  }

  footer .f-top .container1 .fr {
    margin-left: 0 !important;
    flex-direction: column;
    align-items: center !important;
  }

  footer .f-top .container1 .fr .fr-l {
    margin-right: 0 !important;
    align-items: center;
  }

  footer .f-top .container1 .fr .fr-l i {
    font-size: 2rem !important;
  }

  footer .f-top .container1 .fr .fr-l h4 {
    align-items: flex-start;
    font-size: 1.2rem !important;
  }

  footer .f-top .container1 .fr .fr-r {
    padding-left: 0 !important;
  }

  footer .f-top .container1 .fr .fr-r img {
    width: 5rem !important;
    height: 5rem !important;
  }

  footer .f-bottom {
    padding: 0.5rem !important;
  }

  footer .f-bottom p {
    font-size: 0.6rem !important;
    line-height: 0.9rem !important;
    text-align: center;
  }
}

@media (max-width: 38.4rem) {
  p {
    font-size: 0.7rem !important;
    line-height: 1rem !important;
  }

  .tag {
    display: none !important;
  }

  .page-banner {
    height: 10rem !important;
  }

  .container1 {
    padding: 0 0.6rem !important;
  }

  .page-t {
    margin-bottom: 1rem !important;
  }

  .page-t h2 {
    font-size: 1rem !important;
    padding: 0 1rem !important;
    line-height: 1;
  }

  .page-t h2::before,
  .page-t h2::after {
    height: 1rem !important;
    width: 3rem !important;
    background-size: contain;
  }

  .page-tag {
    padding: 0.5rem 0 !important;
  }

  .page-tag i {
    font-size: 0.9rem !important;
  }

  .page-tag a {
    font-size: 0.7rem !important;
  }
}

@media (max-width: 38.4rem) {
  .banner {
  }

  .banner .bp {
    bottom: 0.5rem !important;
  }

  .index-t {
    margin-bottom: 1rem !important;
  }

  .index-t h2 {
    font-size: 1rem !important;
    padding: 0 1rem !important;
    line-height: 1;
  }

  .index-t h2::before,
  .index-t h2::after {
    height: 1rem !important;
    width: 3rem !important;
    background-size: contain;
  }

  .index-t p {
    margin-top: 0.5rem !important;
    font-size: 0.6rem !important;
  }

  #index section {
    padding: 1.5rem 0 !important;
  }

  #index .proj .pp {
    display: none;
  }

  #index .proj .proj-box {
    margin-top: 1.5rem !important;
  }

  #index .proj .proj-box .proj-item {
    height: 7.5rem !important;
    width: 100% !important;
  }

  #index .proj .proj-box .proj-item:hover .p-cont {
    top: 0 !important;
  }

  #index .proj .proj-box .proj-item:hover h4 {
    margin-top: 0rem !important;
  }

  #index .proj .proj-box .proj-item .p-cont {
    padding: 0.75rem 0 !important;
    top: 65% !important;
  }

  #index .proj .proj-box .proj-item .p-cont::before {
    margin: 0.5rem !important;
  }

  #index .proj .proj-box .proj-item .p-cont h4 {
    margin-bottom: 0.8rem !important;
    font-size: 0.9rem !important;
  }

  #index .proj .proj-box .proj-item .p-cont p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: center;
  }

  #index .proj .proj-box .proj-item .p-cont a {
    margin-top: 0.5rem !important;
    padding: 0.2rem 1rem !important;
    font-size: 0.65rem !important;
  }

  #index .about .about-box {
    margin-top: 1.5rem !important;
    flex-direction: column !important;
  }

  #index .about .about-box > div {
    width: 100% !important;
  }

  #index .about .about-box .a-left {
    height: 9rem !important;
  }

  #index .about .about-box .a-right {
    padding: 1rem 0.75rem !important;
  }

  #index .about .about-box .a-right h2 {
    margin-bottom: 1rem !important;
  }

  #index .about .about-box .a-right p {
    text-align: justify;
  }

  #index .about .about-box .a-right a {
    margin-top: 1rem !important;
    padding: 0.3rem 1rem !important;
    font-size: 0.7rem !important;
    line-height: 1;
  }

  #index .service .service-box {
    margin-top: 1.5rem !important;
    overflow-x: auto;
  }

  #index .service .service-box .s-item {
    flex: none;
    width: 10rem;
    padding: 1rem !important;
  }

  #index .service .service-box .s-item:hover .s-pic {
    background-size: cover !important;
  }

  #index .service .service-box .s-item .s-pic {
    margin-bottom: 1rem !important;
    width: 3rem !important;
    height: 3rem !important;
    background-size: contain !important;
  }

  #index .service .service-box .s-item .s-pic i {
    font-size: 1.25rem !important;
  }

  #index .service .service-box .s-item h4 {
    font-size: 0.9rem !important;
  }

  #index .service .service-box .s-item a {
    padding: 0.3rem 1rem !important;
    font-size: 0.7rem !important;
  }

  #index .service .service-box .s-item a i {
    margin-left: 0.3rem !important;
  }

  #index .case {
    padding: 2rem 0 !important;
  }

  #index .case .case-box {
    margin-top: 1.5rem !important;
  }

  #index .case .case-box .case-nav ul {
    overflow-x: auto;
    flex-wrap: nowrap !important;
  }

  #index .case .case-box .case-nav ul li {
    flex: none !important;
    margin-bottom: 0.75rem !important;
    margin-right: 0.5rem !important;
    padding: 0 1rem 0 0 !important;
    font-size: 0.7rem !important;
  }

  #index .case .case-box .case-cont .cases .case-item {
    width: 48% !important;
    height: 5.5rem !important;
    margin-right: 0.5rem !important;
  }

  #index .case .case-box .case-cont .cases .case-item:nth-child(even) {
    margin-right: 0 !important;
  }

  #index .case .case-box .case-cont .cases .case-item:hover p {
    top: 1rem !important;
  }

  #index .case .case-box .case-cont .cases .case-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    text-align: center;
  }

  #index .case .case-box .case-cont .cases .case-item a {
    bottom: 1rem !important;
    white-space: nowrap;
    padding: 0.25rem 1rem !important;
    font-size: 0.6rem !important;
  }

  #index .case .case-box a {
  }

  #index .case .case-box .case-nav ul li::after {
    display: none;
  }

  #index .news .news-cont {
    margin-top: 1.5rem !important;
  }

  #index .news .news-cont .n-head {
    margin-bottom: 1rem !important;
    padding-bottom: 0.5rem !important;
  }

  #index .news .news-cont .n-head h4 {
    font-size: 0.8rem !important;
  }

  #index .news .news-cont .n-head a {
    font-size: 0.7rem !important;
  }

  #index .news .news-cont .nl-cont .nl-item .n-pic {
    height: 3.5rem !important;
  }

  #index .news .news-cont .nl-cont .nl-item .n-cont {
    padding: 0.75rem 0 !important;
  }

  #index .news .news-cont .nl-cont .nl-item .n-cont h4 {
    margin-bottom: 0.5rem !important;
    font-size: 0.7rem !important;
  }

  #index .news .news-cont .nl-cont .nl-item .n-cont .d {
    font-size: 0.6rem !important;
  }

  #index .news .news-cont .nl-cont .nl-item .n-cont .n {
    margin-top: 0.5rem !important;
    font-size: 0.65rem !important;
  }

  #index .msg h2 {
    font-size: 1rem !important;
  }

  #index .msg form {
    margin-top: 1.5rem !important;
    width: 100% !important;
  }

  #index .msg form input {
    margin-bottom: 0.5rem !important;
    width: 100% !important;
    margin-right: 0 !important;
    padding: 0.5rem 1rem !important;
    height: auto !important;
  }

  #index .msg form textarea {
    height: 6rem !important;
  }

  #index .msg form button {
    width: 100% !important;
    padding: 0.5rem 1rem !important;
    margin-top: 1rem !important;
  }
}

@media (max-width: 38.4rem) {
  #about {
    padding-bottom: 0 !important;
  }

  #about .profile {
    padding: 1.5rem 0 !important;
  }

  #about .profile .container1 {
    flex-direction: column-reverse;
  }

  #about .profile .container1 .pro-left {
    width: 100% !important;
    margin-top: 2.5rem !important;
  }

  #about .profile .container1 .pro-left h2 {
    margin-bottom: 1rem !important;
    font-size: 1rem !important;
  }

  #about .profile .container1 .pro-left h4 {
    margin-bottom: 1rem !important;
    font-size: 0.8rem !important;
  }

  #about .profile .container1 .pro-left .pro-cont {
    padding: 0.75rem 0.5rem !important;
  }

  #about .profile .container1 .pro-left .pro-cont p {
    margin-bottom: 0.5rem !important;
    line-height: 1rem !important;
  }

  #about .profile .container1 .pro-right {
    margin-top: 0 !important;
    width: 100% !important;
    height: 10rem !important;
    margin-left: 0 !important;
  }

  #about .team {
    padding-top: 4rem !important;
  }

  #about .team .team-box {
    padding: 0 0.5rem !important;
    flex-direction: column;
  }

  #about .team .team-box .team-left,
  #about .team .team-box .team-right {
    width: 100% !important;
  }

  #about .team .team-box .team-left {
    height: 10rem !important;
  }

  #about .team .team-box .team-right {
    margin-left: 0 !important;
    padding: 0.5rem !important;
  }

  #about .team .team-box .team-right h4 {
    font-size: 1rem !important;
  }

  #about .advantage {
    padding: 1.5rem 0 !important;
  }

  #about .advantage h2 {
    font-size: 1rem !important;
  }

  #about .advantage .advantage-box {
    margin-top: 1.5rem !important;
    flex-direction: column;
  }

  #about .advantage .advantage-box .ad-item {
    padding: 1rem !important;
    margin-bottom: 0.5rem !important;
    width: 100% !important;
  }

  #about .advantage .advantage-box .ad-item i {
    font-size: 3rem !important;
  }

  #about .advantage .advantage-box .ad-item h4 {
    margin-bottom: 1.5rem !important;
    font-size: 0.9rem !important;
  }

  #about .advantage .advantage-box .ad-item h4 span {
    font-size: 2rem !important;
  }

  #about .ys .ys-box {
    margin-top: 1.5rem !important;
    flex-direction: column;
  }

  #about .ys .ys-box .ys-item {
    margin-bottom: 0.5rem !important;
    width: 100% !important;
    margin-left: 0 !important;
    background: #fff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
  }

  #about .ys .ys-box .ys-item:hover {
    transform: none !important;
  }

  #about .ys .ys-box .ys-item > div {
    padding: 0.5rem !important;
  }

  #about .ys .ys-box .ys-item > div i {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 38.4rem) {
  .cul-nav {
    text-align: left;
  }

  .cul-nav ul li a {
    padding: 5px 0;
  }

  #culture .cul-nav {
    width: 100%;
    margin-top: 1rem !important;
  }

  #culture .cul-nav ul {
  }

  #culture .cul-nav ul li {
    width: 24%;
    padding: 0;
    margin: 8px 0;
    text-align: center;
  }

  .cul-nav {
    width: 100%;
  }

  .cul-nav ul li {
    width: 24%;
    text-align: center;
    margin: 0;
  }

  .cul-nav ul li::before {
    display: none;
  }

  #culture .cul-nav ul li a {
    font-size: 0.65rem !important;
  }

  #culture .cul-nav ul li a::before {
  }

  #culture .cul-nav ul li:last-child a::before {
    top: 116% !important;
  }

  #culture .cul-cont {
    margin-top: 2.5rem !important;
  }

  #culture .cul-cont .cul-item {
    margin-bottom: 0.5rem !important;
    width: 100% !important;
    margin-right: 0 !important;

    margin-left: 0 !important;
  }

  #culture .cul-cont .cul-item:nth-child(even) {
    margin-right: 0 !important;
  }

  #culture .cul-cont .cul-item .pic-msg p,
  #culture .cul-cont .cul-item .pic-msg span {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    text-align: center;
  }

  #culture .cul-cont .cul-item .pic-msg h2 {
    display: none;
  }

  #culture .cul-cont .cul-item .pic-msg p {
    line-height: 1rem;
    bottom: 45% !important;
    width: 90%;
  }

  #culture .cul-cont .cul-item .pic-msg span {
    bottom: 20% !important;
  }
}

@media (max-width: 38.4rem) {
  #wh {
    padding: 1.5rem 0 !important;
  }

  #wh .wh-box {
    padding-top: 1rem !important;
    margin-top: 1.5rem !important;
    width: 100% !important;
  }

  #wh .wh-box .wh-item {
    margin-bottom: 1rem !important;
    padding: 0.5rem 0;
    border-bottom: 0.05rem dashed #dedede;
    border-top: 0.05rem dashed #dedede;
  }

  #wh .wh-box .wh-item:hover h2::before {
    bottom: 2.5rem !important;
  }

  #wh .wh-box h2 {
    margin-right: 0.5rem !important;
    font-size: 1.5rem !important;
  }

  #wh .wh-box h2::before {
    height: 2rem !important;
    bottom: 1rem !important;
  }

  #wh .wh-box .wh-cont {
    margin-right: 0.3rem;
    padding: 0.4rem !important;
    width: 50% !important;
  }

  #wh .wh-box .wh-cont h4 {
    font-size: 0.75rem !important;
    margin-bottom: 0.5rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #wh .wh-box .wh-cont p {
    display: none !important;
  }

  #wh .wh-box .wh-cont a {
    margin-top: 0.5rem;
    left: 0 !important;
  }

  #wh .wh-box .wh-pic {
    height: 5rem !important;
    width: 6rem !important;
  }
}

@media (max-width: 38.4rem) {
  #news {
    padding: 1.5rem 0 !important;
  }

  #news .news-cont {
    margin-top: 1.5rem !important;
  }

  #news .news-cont .news-item {
    padding-bottom: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    height: 5rem !important;
  }

  #news .news-cont .news-item .n-pic {
    width: 6rem !important;
    height: 100% !important;
    flex: none;
  }

  #news .news-cont .news-item .n-cont {
    padding: 0.5rem !important;
    width: 70%;
  }

  #news .news-cont .news-item .n-cont h4 {
    margin-bottom: 0.3rem !important;
    font-size: 0.75rem !important;
  }

  #news .news-cont .news-item .n-cont h4 a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 98%;
  }

  #news .news-cont .news-item .n-cont .nmsg {
    font-size: 0.6rem !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100% !important;
  }

  #news .news-cont .news-item .n-cont .date,
  #news .news-cont .news-item .n-cont i {
    display: none !important;
  }
}

@media (max-width: 38.4rem) {
  #contact {
    padding-top: 1.5rem;
  }

  #contact .msg {
    padding: 1rem !important;
    flex-direction: column !important;
  }

  #contact .msg .m-item {
    margin-bottom: 0.75rem;
    flex-direction: row !important;
  }

  #contact .msg .m-item:last-child {
    margin-bottom: 0;
  }

  #contact .msg .m-item i {
    margin-right: 0.75rem;
    font-size: 1rem !important;
  }

  #contact .msg .m-item p {
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    white-space: nowrap;
  }

  #contact .msg .m-item p::before {
    display: none !important;
  }

  #contact .form {
    padding: 1rem !important;
  }

  #contact .form form input {
    margin-bottom: 0.5rem !important;
  }

  #contact .form form textarea {
    height: 7rem !important;
  }

  #contact .map #map {
    height: 15rem !important;
  }

  #contact .map #map h4 {
    font-size: 0.8rem !important;
  }

  #contact .map #map p {
    font-size: 0.6rem !important;
  }
}

@media (max-width: 38.4rem) {
  #showC .page-t h2 {
    font-size: 0.8rem !important;
  }

  #showC .page-t h2::before,
  #showC .page-t h2:after {
    display: none !important;
  }

  #showC .page-t p {
    margin-top: 1rem !important;
  }

  #showC .showCont {
    padding: 1rem !important;
  }
}
