@charset "utf-8";

html,
body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.btn-swt {
  cursor: pointer;
}

.img {
  display: block;
}

.img img {
  width: 100%;
  height: auto;
  display: block;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img {
  margin: 0;
  padding: 0;
}

a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
time,
h2,
h3,
h4,
h5,
h6,
html,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  font-size: 14px;
  text-align: left;
  margin: 0 auto;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

.transition {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  outline: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  outline: none;
}

input {
  border-radius: 0;
  outline: none;
}

input:-ms-clear {
  display: none;
}

input,
textarea {
  border: 0;
  font-family: "Microsoft YaHei";
}

textarea {
  resize: none;
  outline: none;
}

img {
  border: 0;
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

.warp-mb {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.index-title {
  text-align: center;
  margin-bottom: 30px;
}

.index-title .h2 {
  font-weight: 700;
  color: #333;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 32px;
  text-align: center;
  padding: 0;
  position: relative;
}

.index-title .h2::before {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #608448;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}

.index-title .text {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  text-align: center;
}

p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

.m-top {
  margin-top: 80px;
}

.m-btm {
  margin-bottom: 80px;
}

.p-top {
  padding-top: 80px;
}

.p-btm {
  padding-bottom: 80px;
}

@media screen and (max-width: 1440px) {
  .warp-mb {
    width: 1170px;
  }

  .m-top {
    margin-top: 70px;
  }

  .m-btm {
    margin-bottom: 70px;
  }

  .p-top {
    padding-top: 70px;
  }

  .p-btm {
    padding-bottom: 70px;
  }

  .index-title .h2 {
    font-size: 30px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  .index-title {
    margin-bottom: 25px;
  }

  .index-title .text {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .warp-mb {
    width: 980px;
  }

  .m-top {
    margin-top: 60px;
  }

  .m-btm {
    margin-bottom: 60px;
  }

  .p-top {
    padding-top: 60px;
  }

  .p-btm {
    padding-bottom: 60px;
  }

  .index-title .h2 {
    font-size: 26px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 992px) {
  .warp-mb {
    width: 750px;
  }

  .index-title .text {
    font-size: 14px;
  }

  p {
    font-size: 14px;
  }

  .index-title {
    margin-bottom: 20px;
  }

  .index-title .h2 {
    font-size: 24px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .index-title .text {
    font-size: 14px;
  }

  .m-top {
    margin-top: 50px;
  }

  .m-btm {
    margin-bottom: 50px;
  }

  .p-top {
    padding-top: 50px;
  }

  .p-btm {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .warp-mb {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .index-title .h2 {
    font-size: 20px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  .m-top {
    margin-top: 40px;
  }

  .m-btm {
    margin-bottom: 40px;
  }

  .p-top {
    padding-top: 40px;
  }

  .p-btm {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .m-top {
    margin-top: 30px;
  }

  .m-btm {
    margin-bottom: 30px;
  }

  .p-top {
    padding-top: 30px;
  }

  .p-btm {
    padding-bottom: 30px;
  }
}

















.contact-fl .contact-message {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 15px 0;
  padding: 15px;
  background-color: #f9f9f9;
  border-left: 3px solid #608448;
}

@media screen and (max-width: 768px) {
  .contact-fl .contact-message {
    font-size: 14px;
    padding: 10px;
    margin: 10px 0;
  }
}

/* zxy-header */
.zxy-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 69999;
  padding: 15px 20px;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zxy-header.active {
  background-color: #fff;
  padding: 0px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.zxy-header .logo {
  width: 200px;
}

.zxy-header .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.menu {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  height: auto;
  width: 40px;
}

.menu input {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  opacity: 0;
}

.menu span {
  height: 3px;
  width: 35px;
  position: relative;
  background-color: #608448;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.2s linear;
}

.menu span:nth-of-type(1) {
  width: 20px;
  margin-right: auto;
}

.menu span:nth-of-type(2) {
  width: 40px;
}

.menu span:nth-of-type(3) {
  width: 20px;
  margin-left: auto;
}



/* 菜单 */
.header-menu {
  position: fixed;
  left: 0;
  top: -120%;
  width: 100%;
  height: 100vh;
  background-color: rgb(8 28 48 / 70%);
  z-index: 70000;
  transition: all 0.5s;
  padding: 100px 30px 30px;
}

.header-menu.active {
  top: 0;
}

.header-menu .close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  background-color: #608448;
}


.header-menu .close::before {
  content: "";
  width: 60%;
  background: #fff;
  display: block;
  height: 1px;
  margin: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-menu .close::after {
  content: "";
  width: 60%;
  background: #fff;
  display: block;
  height: 1px;
  margin: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-menu .menu-box {
  display: block;
}

.header-menu .menu-box .list-item {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
}

.header-menu .menu-box .list-item+.list-item {
  border-top: solid 1px rgba(255, 255, 255, 0.6);
}

.header-menu .menu-box .list-item .top-tit {
  margin-bottom: 20px;
}

.header-menu .menu-box .list-item .top-tit a {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  display: block;
  line-height: 1.2;
}

.header-menu .menu-box .list-item ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.header-menu .menu-box .list-item ul li {
  width: 25%;
}

.header-menu .menu-box .list-item ul li a {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 13px;
  position: relative;
}

.header-menu .menu-box .list-item ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #608448;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-menu .menu-box a:hover {
  color: #FF650E !important;
}

@media screen and (max-width: 992px) {
  .zxy-header .logo {
    width: 160px;
  }

  .zxy-header {
    padding: 10px;
  }

  .header-menu .menu-box .list-item ul li {
    width: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  .header-menu .menu-box .list-item ul li {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .header-menu .menu-box .list-item ul li {
    width: 100%;
  }
}

/* zxy-header */

/* banner */
.banner {
  overflow: hidden;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* banner */
/* zxy-mainbox */
.zxy-mainbox {
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 40px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  margin-top: -60px;
}

.zxy-mainbox .video video {
  display: block;
  width: 100%;
  height: auto;
}

.zxy-aboutnum {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.zxy-aboutnum li {
  width: 15%;
  text-align: center;
  margin-bottom: 30px;
}

.zxy-aboutnum li .img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
}

.zxy-aboutnum li .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.zxy-aboutnum li .numb {
  font-size: 40px;
  display: block;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #608448;
  margin-top: 20px;
}

.zxy-aboutnum li .numb::after {
  content: "+";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-left: 5px;
  color: #608448;
}



.zxy-aboutnum li .txt {
  font-size: 15px;
  color: #222222;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: 500;
}

.zxy-mainbox .xian {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  margin-top: 10px;
  margin-bottom: 40px;
}

.pro-swiper {
  overflow: hidden;
  padding-top: 30px;
  margin-bottom: 40px;
  position: relative;
}

.pro-swiper .pro-slide {
  text-align: center;
}

.pro-swiper .pro-slide .img {
  display: block;
  margin-bottom: 10px;
}

.pro-swiper .pro-slide .img img {
  display: block;
  width: 100%;
  border-radius: 50%;
  height: auto;
}

.pro-swiper .pro-slide h3 a {
  display: block;
  font-size: 20px;
  color: #333;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}

.pro-swiper .pro-slide:hover h3 a {
  color: #608448;
}

.pro-swiper .pro-next,
.pro-swiper .pro-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background: #fff url(../images/swiper-jt.png) no-repeat center;
  background-size: 30px;
  z-index: 2;
  opacity: 1 !important;
}

.pro-swiper .pro-next {
  right: 0px;
  transform: translateY(-50%) rotate(180deg);
}

.pro-swiper .pro-prev {
  left: 0px;

}

/* runnong-severbox */
.runnong-severbox {
  background-image: url(../images/sever-bg.png);
  background-repeat: no-repeat;
  background-size: auto 120%;
  background-position: center center;
  margin-bottom: 50px;
}

.runnong-severbox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.runnong-severbox li {
  width: 31%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
  border-radius: 20px;
  text-align: center;
  padding: 25px 15px;
  background-color: rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}

.runnong-severbox li:nth-last-child(-n+3) {
  margin-top: 30px;
}


.runnong-severbox li .img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  position: relative;
}

.runnong-severbox li .img img {
  width: 100%;
  display: block;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

.runnong-severbox li:hover .img img {
  top: -80px;
}

.runnong-severbox li:hover {
  background-color: #608448;
}

.runnong-severbox li h3 {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 10px;
}

.runnong-severbox li .txt {
  font-size: 14px;
}

.runnong-severbox li:hover h3,
.runnong-severbox li:hover .txt {
  color: #fff;
}

/* runnong-severbox */

/* news-swiper */
.news-swiper {
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}

.news-swiper .news-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.news-swiper .news-slide .img {
  width: 35%;
  overflow: hidden;
  border-radius: 10px;
}

.news-swiper .news-slide .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: all 0.3s;
}

.news-swiper .news-slide:hover .img img {
  transform: scale(1.1);
}

.news-swiper .news-slide .news-info {
  width: 65%;
  padding-left: 30px;
}

.news-swiper .news-slide .news-info .time {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  color: #555;
  margin-bottom: 15px;
}

.news-swiper .news-slide .news-info h3 a {
  display: block;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.3;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.news-swiper .news-slide .news-info .txt {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-swiper .news-slide .news-info .more {
  display: block;
  max-width: 180px;
  background-color: #608448;
  font-size: 16px;
  line-height: 46px;
  border-radius: 46px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}

.news-swiper .news-slide:hover .news-info .more {
  background-color: #FF650E;
}

/* news-swiper */
@media screen and (max-width: 1200px) {
  .zxy-mainbox {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    margin-top: -50px;
  }

  .zxy-aboutnum li .numb {
    font-size: 30px;
  }

  .zxy-aboutnum li .txt {
    font-size: 13px;
  }

  .runnong-severbox li {
    width: 48%;
  }

  .runnong-severbox li:nth-last-child(-n+3) {
    margin-top: 0px;
  }

  .runnong-severbox li:nth-last-child(-n+4) {
    margin-top: 30px;
  }

  .runnong-severbox li h3 {
    font-size: 18px;
  }

  .news-swiper .news-slide .img {
    width: 40%;
  }

  .news-swiper .news-slide .news-info {
    width: 60%;
  }

  .news-swiper .news-slide .news-info h3 a {
    font-size: 20px;
  }

  .news-swiper .news-slide .news-info .txt {
    font-size: 14px;
  }

  .news-swiper .news-slide .news-info .more {
    max-width: 160px;
    font-size: 14px;
  }

  .news-swiper .news-slide .news-info .time {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 992px) {
  .zxy-mainbox {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -40px;
    padding-bottom: 30px;
  }

  .zxy-aboutnum li {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .zxy-mainbox {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -30px;
  }

  .pro-swiper {
    padding-top: 20px;
  }

  .runnong-severbox li {
    width: 100%;
  }

  .runnong-severbox li+li {
    margin-top: 30px;

  }

  .news-swiper .news-slide .img {
    width: 100%;
  }

  .news-swiper .news-slide .news-info {
    width: 100%;
    padding-left: 0px;
    margin-top: 25px;
  }

  .news-swiper .news-slide .news-info h3 a {
    font-size: 18px;
  }

}

@media screen and (max-width: 520px) {
  .zxy-mainbox {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -15px;
  }

  .zxy-aboutnum li {
    width: 49%;
  }

  .zxy-mainbox .xian {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}





/* zxy-mainbox */

/* breadar */
.breadar img {
  display: block;
  width: 100%;
  height: auto;
}

/* breadar */
/* about  */
.about-box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.about-box1 .aboutbox1-text {
  width: 46%;
}

.h2.bt {
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #222;
}

.h2.bt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 80px;
  height: 2px;
  background-color: #608448;
}

.about-box1 .aboutbox1-text .txt {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  text-align: justify;
}

.about-box1 .aboutbox1-img {
  width: 48%;
  position: relative;
}

.about-box1 .aboutbox1-img::after {
  content: "";
  width: auto;
  height: auto;
  position: absolute;
  left: -30px;
  bottom: -30px;
  top: 30px;
  right: 30px;
  border: solid 4px #608448;
}

.about-box1 .aboutbox1-img video {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.about-box3 {
  overflow: hidden;
}

.about-box3 .about-box-img {
  width: 30%;
  float: left;
}

.about-box3 .about-box-img img {
  display: block;
  width: 100%;
  height: auto;
}

.about-box3 .about-box-text {
  width: 66%;
  float: right;
}

.about-box3 .about-box-text li {
  font-size: 24px;
  color: rgba(136, 136, 136, 1);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.about-box3 .about-box-text li span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100px;
  border: solid 8px #0e8580;
  border-radius: 50%;
  height: 100px;
  color: #111;
  font-size: 24px;
  margin-left: 10px;
  margin-right: 10px;
}

.about-box3 .about-box-text .txt {
  font-size: 24px;
  font-weight: 500;
  color: rgba(136, 136, 136, 1);
}

.about-box4 .about-box-img {
  padding-top: 30px;
}

.about-box4 .about-box-img img {
  display: block;
  width: 100%;
  height: auto;

}

@media screen and (max-width: 1440px) {
  .about-box3 .about-box-text li {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .about-box3 .about-box-text .txt {
    font-size: 22px;
  }

  .about-box4 .about-box-img {
    padding-top: 20px;
  }

}

@media screen and (max-width: 1200px) {

  .about-box4 .about-box-img {
    padding-top: 30px;
  }

  .about-box1 .aboutbox1-text .txt {
    font-size: 14px;
  }

  .about-box3 .about-box-text li {
    font-size: 20px;
  }

  .about-box3 .about-box-text .txt {
    font-size: 20px;
  }

  .about-box3 .about-box-text li span {
    width: 80px;
    border: solid 4px #608448;
    font-size: 20px;
    height: 80px;
    margin-left: 5px;
    margin-right: 5px;
  }



}

@media screen and (max-width: 992px) {
  .about-box1 .aboutbox1-text {
    width: 100%;
  }

  .about-box1 .aboutbox1-img {
    width: 100%;
    margin-top: 30px;
  }

  .about-box1 .aboutbox1-img::after {
    display: none;
  }

  .about-box3 .about-box-img {
    width: 100%;
    float: none;
  }

  .about-box3 .about-box-text {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  .about-box3 .about-box-text li {
    font-size: 18px;
  }

  .about-box3 .about-box-text .txt {
    font-size: 18px;
  }

  .about-box3 .about-box-text li span {
    width: auto;
    border: none;
    font-size: 20px;
    display: inline;
    height: auto;
    margin-left: 2px;
    margin-right: 2px;
    color: #0e8580;
  }

  .about-box4 .about-box-img {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {

  .about-box3 .about-box-text li,
  .about-box3 .about-box-text .txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 520px) {

  .about-box3 .about-box-text li,
  .about-box3 .about-box-text .txt {
    font-size: 14px;
  }
}

/* about  */

/* contact */
.contact-box .contact-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20px;
}

.contact-box .contact-main .contact-fl {
  width: 49%;
}

.contact-box .contact-main .contact-fr {
  width: 49%;
}

.contact-fl p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #222;
}

.contact-fl p a {
  color: #222;
}

.contact-fl .tel a {
  background: url(../images/contact-icon1.png) no-repeat left center;
  background-size: 24px;
  padding-left: 25px;

}



.contact-fl .whatapp a {
  padding-left: 25px;

  background: url(../images/contact-icon2.png) no-repeat left center;
  background-size: 20px;
}

.contact-fl .facebook a {
  padding-left: 25px;

  background: url(../images/contact-icon-facebook.webp) no-repeat left center;
  background-size: 20px;
}

.contact-fl .instagram a {
  padding-left: 25px;

  background: url(../images/contact-icon-instagram.webp) no-repeat left center;
  background-size: 20px;
}

.contact-fl .emil a {
  padding-left: 25px;

  background: url(../images/contact-icon3.png) no-repeat left center;
  background-size: 20px;
}

.contact-fl .add {
  padding-left: 25px;
  background: url(../images/contact-icon4.png) no-repeat left center;
  background-size: 20px;
}

.contact-fl .tel a:hover,
.contact-fl .whatapp a:hover,
.contact-fl .emil a:hover {
  color: red;
}


.contact-fl .mapbox {
  margin-top: 15px;
}

.contact-fl .mapbox img {
  display: block;
  width: 100%;
  height: auto;
}


.msg-frombox .input-panel {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.msg-frombox .input-panel li {
  width: 49%;
  margin-bottom: 20px;
}

.msg-frombox .input-panel li .tit {
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 5px;
}

.msg-frombox .input-panel li .tit i {
  color: red;
}

.msg-frombox .input-panel li input,
.msg-frombox .input-panel li select,
.msg-frombox .input-panel li textarea {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
}

.msg-frombox .input-panel li select {
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  color: #222;
  border: none;
}

.msg-frombox .input-panel li input {
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  color: #608448;
}

.msg-frombox .input-panel li.seven {
  width: 100%;
}

.msg-frombox .input-panel li.seven textarea {
  height: 175px;
  line-height: 36px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  color: #608448;
}

.msg-frombox .btn-primary {
  display: block;
  width: 100%;
  margin-top: 30px;
  line-height: 46px;

  padding: 0;
  color: #fff;
  border: none;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  margin-top: 0;
  background-color: #608448;
  box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  border-radius: 5px;
}

.msg-frombox .btn-primary:hover {
  border-radius: 60px;
}

@media screen and (max-width: 1440px) {
  .msg-frombox .input-panel li.seven textarea {
    height: 115px;
  }
}

@media screen and (max-width: 1200px) {

  .contact-fl .emil a,
  .contact-fl .tel a,
  .contact-fl .whatapp a,
  .contact-fl .add {
    font-size: 14px;
  }

  .msg-frombox .btn-primary {
    line-height: 40px;
  }

  .msg-frombox .input-panel li input,
  .msg-frombox .input-panel li select {
    height: 40px;
    line-height: 40px;
  }

  .msg-frombox .input-panel li.seven textarea {
    height: 95px;
  }
}

@media screen and (max-width: 992px) {
  .contact-box .contact-main .contact-fl {
    width: 100%;
  }

  .contact-box .contact-main .contact-fr {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 430px) {
  .msg-frombox .input-panel li {
    width: 100%;
  }
}

/* contact */

/* 公共底部 */
.zxy-footer {
  background-color: #608448;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px 10px 0 0;
}

.zxy-footer .footer-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.zxy-footer .footer-box .footer-item1 {
  width: 35%;
}

.zxy-footer .footer-box .footer-item1 .p1 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}

.zxy-footer .footer-box .footer-item1 .p1 a {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  margin-right: 10px;
}

.zxy-footer .footer-box .footer-item1 .p2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.zxy-footer .footer-box .footer-item1 .p2 a {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  margin-right: 10px;
}

.zxy-footer .footer-box .footer-item2 {
  width: 18%;
}

.zxy-footer .footer-box .footer-item2 .btm-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.zxy-footer .footer-box .footer-item3 {
  width: 35%;
}

.zxy-footer .footer-box .footer-item3 .txt {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  text-align: right;
}

.zxy-footer .footer-box .footer-item3 .txt a {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .zxy-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .zxy-footer .footer-box .footer-item1 .p1 a,
  .zxy-footer .footer-box .footer-item1 .p2 a,
  .zxy-footer .footer-box .footer-item3 .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {

  .zxy-footer .footer-box .footer-item1,
  .zxy-footer .footer-box .footer-item3 {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .zxy-footer .footer-box {
    justify-content: center;
  }

  .zxy-footer .footer-box .footer-item1,
  .zxy-footer .footer-box .footer-item3 {
    width: 100%;
  }

  .zxy-footer .footer-box .footer-item2 {
    width: 40%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .zxy-footer .footer-box .footer-item3 .txt {
    text-align: center;
  }

  .zxy-footer .footer-box .footer-item1 .p1,
  .zxy-footer .footer-box .footer-item1 .p2 {
    justify-content: center
  }
}



.whatapp-click {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 66666;
}

.whatapp-click img {
  display: block;
  width: 100%;
  height: auto;
}

.whatapp-click .title {
  padding: 3px 16px;
  line-height: 1.6;
  font-size: 14px;
  background-color: rgb(37, 211, 102);
  color: rgb(255, 255, 255);
  border-radius: 10px;
  position: absolute;
  right: 101%;
  top: 50%;
  transform: translateY(-50%);
  min-width: 130px;
  font-style: normal;
  text-align: center;
  display: none;
}

.whatapp-click:hover .title {
  display: block;
}

/* 公共底部 */