body, div, p, span, h1, h2, h3, ul, li, a, img {
  margin: 0;
  padding: 0;
}
input {
  outline: none;
}
.head_top {
  width: 1200px;
  margin: 0 auto;
}
.head_top_logo {
  float: left;
}
.head_top_phone {
  float: right;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.head_top_phone img, .head_top_phone span {
  display: inline-block;
  vertical-align: middle;
}
.head_top_phone span {
  color: #00441D;
  font-weight: bold;
  font-size: 18px;
}
.daohang {
  width: 100%;
  min-width: 1200px;
  background: #00441D;
  height: 60px;
}
.daohang_box {
  width: 1200px;
  margin: 0 auto;
}
.daohang_box li {
  color: white;
  display: inline-block;
  text-align: center;
}
.daohang_box li a {
  color: white;
  font-size: 18px;
  text-decoration: none;
  line-height: 60px;
  width: 118px;
  display: block;
}
.daohang_box li a:hover {
  background: #6ab400;
}
.float_r {
  float: right;
}
.daohang_search_input {
  height: 25px;
  margin-top: 15px;
  color: #E7E7E7;
  border: none;
  border-width: 1px;
  border-style: solid;
  border-color: #f0f0f0;
  padding: 0 15px;
}
.daohang_search_btn {
  height: 27px;
  background: #6ab400;
  color: white;
  border: none;
  margin-left: -4px;
  width: 45px;
  cursor: pointer;
}
.about_us_topimg {
  width: 100%;
}
.about_us_topimg img {
  width: 100%;
  height: auto;
  display: block;
}
.company {
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  height: 50px;
}
.company_list {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  color: #00441d;
}
.about_dt {
  width: 1200px;
  margin: 0 auto;
  min-height: 600px;
}
.about_dtbox {
  width: 100%;
  margin-top: 45px;
}
.about_thing_left {
  width: 270px;
  height: auto;
  float: left;
}
.about_thing_left h3 {
  background-color: rgba(13, 78, 41, 1);
  width: 205px;
  height: 70px;
  padding-left: 35px;
  color: white;
  line-height: 70px;
  font-size: 24px;
  font-weight: 100;
}
.about_thing_left ul {
  width: 240px;
  margin-top: 20px;
  background: #f9f9f9;
}
.about_thing_left ul li {
  text-decoration: none;
  list-style: none;
  height: 40px;
  padding-left: 35px;
  line-height: 40px;
  cursor: pointer;
}
.about_thing_left ul li:hover {
  background: #eeeeee;
  border-left: 4px solid #0D4E29;
  padding-left: 31px;
}
.about_thing_right {
  width: 930px;
  height: auto;
  float: right;
}
.about_thing_right div {
  display: none;
}
.about_thing_right div p {
  margin: 5px 0;
  line-height: 26px;
}
.block {
  display: block !important;
  background: #eeeeee !important;
  border-left: 4px solid #0D4E29 !important;
  padding-left: 31px !important;
}
.footer {
  width: 100%;
  min-width: 1200px;
  height: 320px;
  font-size: 0;
  background: #00441D;
  overflow: hidden;
  color: white;
}
.footer_list {
  width: 33%;
  display: inline-block;
  font-size: 14px;
  height: 180px;
  vertical-align: top;
  margin-top: 30px;
}
.footer_list_m {
  width: 100%;
  text-align: center;
  border-right: 1px solid white;
  height: 180px;
}
.footer_list_m img {
  width: 120px;
  height: 120px;
  margin-top: 25px;
}
.footer_list_m p {
  color: white;
  margin: 0;
}
.footer_list_l {
  width: 100%;
  border-right: 1px solid white;
  height: 180px;
}
.footer_list_l a {
  color: white;
  text-decoration: none;
  display: block;
  line-height: 30px;
  height: 30px;
}
.footer_box {
  width: 1200px;
  margin: 0 auto;
}
.footer_list_r {
  height: 180px;
}
.footer_list_r p {
  margin-left: 140px;
  line-height: 25px;
}
.footer_list_r p:nth-child(1) img {
  width: 35px;
}
.footer_list_r p:nth-child(1) img, .footer_list_r p:nth-child(1) span {
  display: inline-block;
  vertical-align: middle;
}
.footer_bq {
  font-size: 14px;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.about_zs img {
  width: 200px;
  height: auto;
  margin: 20px;
}
.anli {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 60px)/3);
  margin-bottom: 10px !important;
  border: 1px solid rgb(175 175 175);
}
.anli img {
  width: 100%;
  height: auto;
}
.anli span {
  width: auto;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  margin-top: 10px;
}
.main_top {
  width: 100%;
  height: auto;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* 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;
}