.page {
  width: 1400px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover {
  color: #008d67;
}

/* 头部 */
header .web {
  display: flex;
  justify-content: space-between;
}

header .web .logo {
  max-width: 30%;
}


header .web .logo img {
  max-width: 100%;
}

header .web .text {
  background: url(/public/image/bg01.png) no-repeat left center;
  padding-left: 30px;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

header .web .text h2 {
  color: #7eb208;
  font-weight: bold;
  font-size: 18px;
}

header .web .text span {
  font-size: 14px;
  color: #333;
  font-style: normal;
}

header .web .tel {
  background: url(/public/image/bg02.png) no-repeat left center;
  padding-left: 80px;
  font-size: 16px;
  width: 25%;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .web .tel span {
  color: #017431;
  font-weight: bold;
  font-size: 20px;
}

/* 导航 */
nav{
  border-bottom: 1px dotted #cacac8;
  background-color: #7eb208;
}
nav ul {
  display: flex;
  justify-content: space-between;
}

nav ul li {
  flex: 1;
}

nav ul li a {
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
}

nav ul li:first-child a {
  border-left: 1px solid #ccc;
}

nav ul li.active {
  background-color: #f40f0f;
}

nav ul li.active a {
  color: #fff;
}

/* 搜索 */
.part1 {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.part1 .page {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.part1 .key {
  font-size: 16px;
}

.part1 .key a {
  font-size: 14px;
  margin-left: 30px;
}

.part1 .key p {
  display: inline;
}

.part1 .search form {
  display: flex;
  align-items: center;
}

.part1 .search input {
  width: 340px;
  height: 33px;
  border: 1px solid #ededed;
  border-radius: 50px;
  text-indent: 0.5em;
}

.part1 .search button {
  width: 54px;
  height: 35px;
  background-image: url(/public/image/img01.png);
  margin-left: -55px;
  border: 1px solid #ededed;
  border-radius: 50px;
}

/*  */
.part2 {
  padding-top: 50px;
}

.part2 .page {
  display: flex;
  justify-content: space-between;
}

.part2 .page a {
  width: 430px;
  height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part2 .page a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.part2 .page a p {
  position: absolute;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.part2 .page a:last-child img {
  object-fit: contain;
}

/* 标题 */
.title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.title h2 {
  font-size: 36px;
  line-height: 55px;
  color: #040000;
}

.title span {
  font-size: 16px;
  line-height: 48px;
  color: #E53333;
  opacity: 0.5;
  font-weight: bolder;
}

.title p {
  font-size: 16px;
  color: #040000;
}

/* 链接 */

a.more {
  width: 208px;
  height: 47px;
  border: solid 1px #666666;
  border-radius: 25px;
  font-size: 18px;
  color: #000000;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

a.more:hover {
  border-color: #008d67;
  color: #008d67;
}

/* 产品模块1 */
.part3 {
  padding: 50px 0;
}

.part3 .main {
  display: flex;
  flex-wrap: wrap;
}

.part3 .main li {
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
  margin-bottom: 25px;
  box-shadow: 0 0px 5px 0px rgb(97 105 113 / 30%);
}

.part3 .main li:nth-child(5n) {
  margin-right: 0;
}

.part3 .main li .img {
  width: 100%;
  height: 275px;
}

.part3 .main li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.part3 .main li .cont {
  padding: 10px;
}

.part3 .main li .cont h3 {
  font-size: 16px;
  color: #999999;
  margin-bottom: 5px;
}

.part3 .main li .cont p.para1 {
  font-size: 14px;
  color: #159800;
}

.part3 .main li .cont p.para2 {
  font-size: 14px;
  color: red;
}


/* 过渡 */
.part4 img {
  width: 100%;
}

/* 成功案例 */
.part5 {
  padding: 50px 0;
}

.part5 .main {
  display: flex;
  flex-wrap: wrap;
}

.part5 .main li {
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
  margin-bottom: 25px;
  box-shadow: 0 0px 5px 0px rgb(97 105 113 / 30%);
}

.part5 .main li:nth-child(5n) {
  margin-right: 0;
}

.part5 .main li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.part5 .main li h3 {
  padding: 10px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* 优势 */
.part6 .main {
  display: flex;
}

.part6 .main li {
  width: calc((100%-60px) / 4);
  margin-right: 20px;
}

.part6 .main li:last-child {
  margin-right: 0;
}

.part6 .main li img {
  width: 100%;
}

.part6 .main li h3 {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  height: 40px;
}

.part6 .main li .desc {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

/* 服务流程 */
.part7 {
  padding: 50px 0;
}

.part7 .main {
  display: flex;
}

.part7 .main li {
  width: calc((100%-50px) / 6);
  margin-right: 10px;
}

.part7 .main li:last-child {
  margin-right: 0;
}

.part7 .main li img {
  width: 100%;
}

.part7 .main li h3 {
  font-size: 16px;
  line-height: 40px;
  color: #666;
  text-align: center;
}

.part7 .main li .desc {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  padding: 8px;
}

/* 新闻 */
.part8 .main {
  display: flex;
}

.part8 .main li {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
}

.part8 .main li:last-child {
  margin-right: 0;
}

.part8 .main li div.column {
  font-size: 18px;
  line-height: 27px;
  color: #221714;
}

.part8 .main li h3 {
  font-size: 16px;
  line-height: 43px;
  letter-spacing: 1px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.part8 .main li .desc {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.part8 .main li .more {
  width: 140px;
  height: 36px;
  font-size: 12px;
  margin: 30px 0;
}

.part8 .main li .more:hover {
  border-color: #008d67;
  color: #008d67;
}

/* 友情链接 */
.link {
  font-size: 16px;
  padding: 30px 0;
}

.link .page {
  width: 1200px;
}

.link a {
  font-size: 14px;
  margin-right: 10px;
}

/* 底部 */
footer {
  padding-top: 20px;
}

footer .page {
  position: relative;
}

footer .nav {
  border-bottom: 1px #7eb208 dashed;
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .nav li {
  flex: 1;
}

footer .nav li a {
  text-align: center;
}

footer .cont {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #000;
}

footer .cont {
  color: #000;
}

footer .top {
  position: absolute;
  right: 20%;
  bottom: 100%;
}

.top {
  padding: 10px 0;
  background-color: #ddd;
}

.top .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top .page .url a {
  margin-left: 20px;
}