.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
  width: 100%;
}
body {
  font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.cont {
  width: 1200px;
  margin: 0 auto;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-ellipsis-l2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-ellipsis-l3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-ellipsis-l4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.text-ellipsis-l5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.text-ellipsis-l6 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
li .pic {
  overflow: hidden;
}
li .pic img {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.more-btn {
  line-height: 1;
  border: 1px solid #008238;
  padding: 0.5em 2em;
  color: #008238;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  display: flex;
  align-items: center;
}
.more-btn:hover {
  background-color: #008238;
  color: #fff;
}
header {
  width: 100%;
  z-index: 1000;
  position: relative;
}
header .top {
  border-bottom: 1px solid #eee;
  background-color: #e7e7e7;
}
header .top .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top .cont p {
  color: #5b5b5b;
  font-size: 14px;
  line-height: 2.5;
  vertical-align: middle;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: backInDown;
}
header .top .cont p a {
  color: #5a5a5a;
  padding: 0 7px;
}
header .top .cont p a:first-child {
  padding-left: 0;
}
header .top .cont p a:last-child {
  padding-right: 0;
}
header .bottom {
  height: 100px;
  background: url(../images/bg.jpg) no-repeat center center;
}
header .bottom .cont {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .bottom .cont .logo {
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}
header .bottom .cont .contact {
  padding-left: 50px;
  line-height: 1.5;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: backInDown;
  background: url(../images/tel.png) no-repeat left center;
}
header .bottom .cont .contact p {
  color: #666666;
  font-size: 16px;
}
header .bottom .cont .contact h3 {
  color: #008238;
  font-size: 20px;
  font-weight: bold;
}
header .nav {
  background-color: #241f20;
}
header .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .nav ul li {
  flex: 1;
  text-align: center;
  position: relative;
}
header .nav ul li > a {
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  display: block;
  padding: 0 9px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  position: relative;
}
header .nav ul li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 48;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .nav ul li .drop a {
  display: block;
  line-height: 2.5;
  color: #fff;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  background-color: #008238;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .nav ul li .drop a:last-child {
  border: none;
}
header .nav ul li.active {
  background: url(../images/bg1.jpg) no-repeat center center;
}
header .nav ul li:hover {
  background: url(../images/bg1.jpg) no-repeat center center;
}
header .nav ul li:nth-child(1) > a {
  animation-delay: 0.1s;
}
header .nav ul li:nth-child(2) > a {
  animation-delay: 0.2s;
}
header .nav ul li:nth-child(3) > a {
  animation-delay: 0.3s;
}
header .nav ul li:nth-child(4) > a {
  animation-delay: 0.4s;
}
header .nav ul li:nth-child(5) > a {
  animation-delay: 0.5s;
}
header .nav ul li:nth-child(6) > a {
  animation-delay: 0.6s;
}
header .nav ul li:nth-child(7) > a {
  animation-delay: 0.7s;
}
header .nav ul li:nth-child(8) > a {
  animation-delay: 0.8s;
}
header .nav ul li:nth-child(9) > a {
  animation-delay: 0.9s;
}
header .nav ul li:nth-child(10) > a {
  animation-delay: 1s;
}
.banner {
  width: 100%;
  height: 550px;
}
.banner .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner .swiper-wrapper .swiper-slide {
  width: 100vw !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.banner .swiper-wrapper .swiper-slide .banner-background {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0.5;
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}
.banner .swiper-wrapper .swiper-slide .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.banner .swiper-wrapper .swiper-slide .text h1 {
  color: #008238;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.6;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  margin-top: 7vh;
  text-shadow: 2px 2px 2px #ffffff;
}
.banner .swiper-wrapper .swiper-slide .text p {
  color: #008238;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 2;
  font-weight: bold;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  text-shadow: 2px 2px 2px #ffffff;
}
.banner .swiper-wrapper .swiper-slide .text p span {
  margin-right: 16px;
}
.banner .swiper-wrapper .swiper-slide .text p span img {
  margin-right: 10px;
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner-background {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .text h1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .text p {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .text .sl {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .text .en {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .text .more {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner .swiper-pagination-bullet {
  background-color: #fff;
}
footer .top {
  width: 100%;
  height: 320px;
  padding-top: 36px;
  background: url(../images/bg3.jpg) no-repeat center center;
}
footer .top .cont {
  display: flex;
  width: 1300px;
  justify-content: space-between;
}
footer .top .cont .contact .tel {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
footer .top .cont .contact .tel h3 {
  color: #fff;
  font-size: 30px;
  margin-left: 10px;
}
footer .top .cont .foot-nav {
  display: flex;
}
footer .top .cont .foot-nav dl {
  margin-right: 30px;
}
footer .top .cont .foot-nav dl:last-child {
  margin-right: 0;
}
footer .top .cont .foot-nav dl dt {
  line-height: 1;
  margin-bottom: 20px;
}
footer .top .cont .foot-nav dl dt a {
  color: #fff;
  font-size: 18px;
}
footer .top .cont .foot-nav dl dd {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
footer .top .cont .foot-nav dl dd a {
  color: #fff;
  font-size: 16px;
}
footer .top .cont .wechats {
  text-align: center;
}
footer .top .cont .wechats img {
  width: 188px;
  height: 188px;
  padding: 4px;
  background-color: #fff;
}
footer .top .cont .wechats p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-top: 1em;
}
footer .cr {
  margin-top: auto;
  color: #d3d3d3;
  font-size: 16px;
  line-height: 1.5;
  padding: 1em 0;
  text-align: center;
  background-color: #241f20;
}
footer .cr a {
  color: #fff;
  text-decoration: underline;
}
