* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  margin: 0;
}
body {
  font-family: arial;
  color: #181c21;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.layui-fluid {
  width: 100%;
  padding: 0;
}
.layui-container {
  max-width: 1170px;
}
.swiper-pagination-bullet-active {
  background: #0d912e;
}
nav .nav_top {
  background: #0d912e;
  height: 40px;
  line-height: 40px;
}
nav .nav_top .p_left {
  float: left;
  font-size: 16px;
  color: #ffffff;
}
nav .nav_top .p_right {
  float: right;
  font-size: 16px;
  color: #ffffff;
}
nav .nav_top .p_right img {
  max-width: 24px;
}
nav #logo {
  text-align: center;
  padding: 10px 0;
}
nav .nav_link {
  background: #fafafa;
}
nav .nav_link .layui-nav {
  background: none;
  border-radius: 0;
  padding-left: 15%;
}
nav .nav_link .layui-nav .layui-nav-item {
  margin: 0 10px;
}
nav .nav_link .layui-nav .layui-nav-item a {
  color: #1a1a1a;
  font-size: 15px;
  padding: 0 30px;
}
nav .nav_link .layui-nav .layui-nav-item a:hover {
  color: #0d912e;
  text-decoration: none;
}
nav .nav_link .layui-nav .layui-nav-item a:after {
  color: #0d912e;
  background-color: #0d912e;
}
nav .nav_link .layui-nav .layui-nav-item .layui-nav-child {
  padding: 0;
}
nav .nav_link .layui-nav .layui-nav-item .layui-nav-child a {
  padding: 6px 24px;
}
nav .nav_link .layui-nav .lang span {
  font-size: 15px;
  color: #1a1a1a;
}
nav .nav_link .layui-nav .lang a {
  display: inherit;
  padding: 0 8px;
}
.swiper-container {
  margin-top: -1px;
}
.swiper-container img {
  width: 100%;
}
#product {
  padding-top: 100px;
  padding-bottom: 135px;
  height: auto;
  overflow: hidden;
}
#product .layui-container {
  text-align: center;
}
#product .layui-container .sec-title {
  position: relative;
  padding: 0 25px;
  display: inline-block;
  text-align: center;
}
#product .layui-container .sec-title span {
  font-size: 40px;
  font-weight: 600;
  color: #1a1a1a;
}
#product .layui-container .sec-title span::after {
  width: 40px;
  height: 2px;
  background-color: #0d912e;
  left: -40px;
  top: 20px;
  position: absolute;
  content: "";
}
#product .layui-container .sec-title span::before {
  width: 40px;
  height: 2px;
  background-color: #0d912e;
  right: -40px;
  top: 20px;
  position: absolute;
  content: "";
}
#product .layui-container .sec-title::after {
  width: 70px;
  height: 2px;
  background-color: #0d912e;
  left: -70px;
  top: 26px;
  position: absolute;
  content: "";
}
#product .layui-container .sec-title::before {
  width: 70px;
  height: 2px;
  background-color: #0d912e;
  right: -70px;
  top: 26px;
  position: absolute;
  content: "";
}
#product .layui-container .list {
  margin-top: 95px;
  width: 100%;
  position:relative;
  height:auto;
  overflow:hidden;
}
#product .layui-container .list li {
  float: left;
  height:auto;
  text-align: center;
  cursor: pointer;
  position:relative;
  width:48%;
}
#product .layui-container .list li:nth-child(1){margin-right:1%;}
#product .layui-container .list li:nth-child(2){margin-left:1%;}
#product .layui-container .list li .img img{display: inherit;width:100%;}
.more {
  display: block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  color: #0d912e;
  font-size: 15px;
  border-radius: 24px;
  margin: 0 auto;
  background: none;
  margin-top: 106px;
  border: 1px solid #0d912e;
  transition: all 0.5s;
}
.more:hover {
  color: #ffffff;
  background: #0d912e;
}
#news {
  height: auto;
  overflow: hidden;
  background: url(../images/news_bg.jpg) center no-repeat;
  padding-top: 70px;
  padding-bottom: 50px;
}
#news .layui-container {
  text-align: center;
}
#news .sec-title {
  position: relative;
  padding: 0 25px;
  display: inline-block;
  text-align: center;
}
#news .sec-title span {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
#news .sec-title span::after {
  width: 40px;
  height: 2px;
  background-color: #fff;
  left: -40px;
  top: 20px;
  position: absolute;
  content: "";
}
#news .sec-title span::before {
  width: 40px;
  height: 2px;
  background-color: #fff;
  right: -40px;
  top: 20px;
  position: absolute;
  content: "";
}
#news .sec-title::after {
  width: 70px;
  height: 2px;
  background-color: #fff;
  left: -70px;
  top: 26px;
  position: absolute;
  content: "";
}
#news .sec-title::before {
  width: 70px;
  height: 2px;
  background-color: #fff;
  right: -70px;
  top: 26px;
  position: absolute;
  content: "";
}
#news .list {
  width: 100%;
  margin-top: 95px;
  padding: 0 10%;
}
#news .list li {
  width: 80%;
  position: relative;
  background: #ffffff;
  text-align: left;
  cursor: pointer;
  box-sizing: content-box;
  padding: 10px 13px;
  float: left;
  margin-bottom: 20px;
}
#news .list li .img {
  width: 26%;
  float: left;
  margin-right: 3%;
  position: relative;
  overflow: hidden;
}
#news .list li .img img {
  width: 100%;
  max-width: 250px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#news .list li .main {
  width: 70%;
  float: left;
  position: relative;
}
#news .list li .main h4 {
  font-size: 18px;
  color: #1a1a1a;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 6px 0 10px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#news .list li .main p {
  font-size: 14px;
  color: #444444;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news .list li a {
  font-size: 14px;
  color: #0d912e;
  display: block;
  margin-top: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#news .list li:hover .img img {
  transform: scale(1.1);
}
#news .list li:hover .main h4 {
  color: #0d912e;
}
#news .list li:hover .main a {
  padding-left: 20px;
}
#news .list li:nth-child(3) {
  margin-bottom: 0;
}
#news .more {
  color: #ffffff;
  background: none;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#news .more:hover {
  color: #0d912e;
  background: #ffffff;
  border: 1px solid #fff;
}
#contact {
  height: auto;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 50px;
  background: #fafafa;
}
#contact h3 {
  font-size: 32px;
  color: #1a1a1a;
  text-align: left;
}
#contact hr {
  display: block;
  width: 66px;
  height: 5px;
  background: #0d912e;
  margin-bottom: 26px;
}
#contact .left {
  width: 70%;
  float: left;
  text-align: left;
}
#contact .left p {
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
#contact .left p img {
  width: 100%;
  max-width: 20px;
  margin-right: 8px;
}
#contact .left .add {
  padding-left: 29px;
}
#contact .right {
  width: 30%;
  float: left;
}
#contact .right p {
  font-size: 15px;
  color: #1a1a1a;
}
#contact .right a img {
  width: 100%;
  max-width: 100px;
  margin-top: 90px;
}
#contact .link_d {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
#contact .link_d img {
  max-width: 60px;
}
#footer {
  background: #1a1a1a;
  height: 40px;
  line-height: 40px;
}
#footer p {
  font-size: 14px;
  color: #ffffff;
}
#footer .left {
  float: left;
}
#footer .right {
  float: right;
}
#footer .right a {
  font-size: 14px;
  color: #ffffff;
}
#footer .right a:hover {
  text-decoration: underline;
}
/*内页CSS*/
#main {
  padding: 70px 0;
  height: auto;
  overflow: hidden;
}
#main .nav_pro {
  width: 100%;
  display: flex;
  justify-content: center;
}
#main .nav_pro li {
  float: left;
  margin-bottom: 20px;
}
#main .nav_pro li a {
  padding: 10px 20px;
  display: block;
  background: #eee;
  margin: 0 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #1a1a1a;
  font-size: 15px;
}
#main .nav_pro li a:hover {
  background: #0d912e;
  color: #ffffff;
}
#main .nav_pro li.layui-this a {
  background: #0d912e;
  color: #ffffff;
}
#main #left {
  width: 28%;
  float: left;
  position: relative;
  margin-right: 5%;
  height: auto;
  overflow: hidden;
}
#main #left h2 {
  font-size: 22px;
  color: #fff;
  padding: 0 10px;
  background: #0d912e;
  padding: 14px 0;
  padding-left: 20px;
}
#main #left h2 img {
  width: 100%;
  max-width: 34px;
  margin-right: 10px;
}
#main #left ul {
  width: 100%;
  margin-top: 1px;
}
#main #left .left_con {
  background: #fafafa;
  height: auto;
  overflow: hidden;
  padding: 20px 10px;
  position: relative;
}
#main #left .left_con img {
  max-width: 22px;
  margin-right: 8px;
}
#main #left .left_con p {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 100%;
}
#main #left .left_con .left {
  padding-left: 26px;
}
#main #right_ab {
  width: 100%;
  float: left;
}
#main #right_ab .breadcrumb {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  padding-left: 0;
  margin-bottom: 0;
}
#main #right_ab .breadcrumb li {
  font-size: 14px;
  color: #eee;
}
#main #right_ab .breadcrumb li a {
  font-size: 14px;
  color: #1a1a1a;
}
#main #right_ab .breadcrumb li a:hover {
  color: #0d912e;
}
#main #right_ab .breadcrumb li.active {
  color: #0d912e;
}
#main #right_ab .content {
  padding: 20px 0;
  width: 100%;
  position: relative;
}
#main #right_ab .content img {
  margin-bottom: 20px;
  width: 100%;
}
#main #right_ab .content p {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 28px;
  margin-bottom: 10px;
}
#main #right_ab .content .showMoreNChildren button {
  border: none;
  border-radius: 0;
}
#main #right_ab .content .showMoreNChildren button:focus {
  outline: none;
}
#main #right_ab .content .showMoreNChildren li {
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 18px;
  cursor: pointer;
}
#main #right_ab .content .showMoreNChildren li img {
  width: 100%;
  cursor: pointer;
  margin: 0;
}
#main #right_ab .content .showMoreNChildren li p {
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 0;
}
#main #right_ab .content .showMoreNChildren li:hover p {
  background: #0d912e;
  color: #ffffff;
}
#main #right {
  width: 100%;
  float: left;
}
#main #right .breadcrumb {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  padding-left: 0;
  margin-bottom: 0;
}
#main #right .breadcrumb li {
  font-size: 14px;
  color: #eee;
}
#main #right .breadcrumb li a {
  font-size: 14px;
  color: #1a1a1a;
}
#main #right .breadcrumb li a:hover {
  color: #0d912e;
}
#main #right .breadcrumb li.active {
  color: #0d912e;
}
#main #right .content {
  padding: 20px 0;
  width: 100%;
  position: relative;
}
#main #right .content .news_title {
  text-align: center;
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 30px;
  font-weight: 600;
}
#main #right .content img {
  margin-bottom: 20px;
  width: 100%;
}
#main #right .content p {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 28px;
  margin-bottom: 10px;
}
#main #right .content .describe {
  background: -webkit-linear-gradient(top, #05bdfd, #4381eb);
  background: -o-linear-gradient(bottom, #05bdfd, #4381eb);
  background: -moz-linear-gradient(bottom, #05bdfd, #4381eb);
  background: linear-gradient(to bottom, #05bdfd, #4381eb);
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 40px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}
#main #right .content .describe p {
  color: #fff;
  text-align: left;
}
#main #right .content .pro_list {
  padding-top: 20px;
  border-top: 1px solid #eee;
}
#main #right .content .pro_list li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 18px;
  position: relative;
}
#main #right .content .pro_list li i {
  display: block;
  width: 100%;
  overflow: hidden;
}
#main #right .content .pro_list li i img {
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
  margin: 0;
}
#main #right .content .pro_list li p {
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  overflow: hidden;
}
#main #right .content .pro_list li:hover img {
  transform: scale(1.1);
}
#main #right .content .pro_list li:hover p {
  background: #0d912e;
  color: #ffffff;
}
#main #right .content .picture {
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
#main #right .content .picture img {
  width: 100%;
  margin-bottom: 0;
}
#main #right .content h3 {
  font-size: 20px;
  color: #0d912e;
  text-align: center;
  margin-bottom: 20px;
}
#main #right .content .news_list {
  width: 100%;
}
#main #right .content .news_list li {
  width: 100%;
  position: relative;
  background: #ffffff;
  text-align: left;
  cursor: pointer;
  box-sizing: content-box;
  padding: 10px 20px;
  float: left;
  margin-bottom: 30px;
  background: #fafafa;
  box-sizing: border-box;
}
#main #right .content .news_list li .img {
  width: 22%;
  float: left;
  margin-right: 3%;
  position: relative;
  overflow: hidden;
}
#main #right .content .news_list li .img img {
  width: 100%;
  max-width: 250px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  margin-bottom: 0;
}
#main #right .content .news_list li .main {
  width: 60%;
  float: left;
  position: relative;
}
#main #right .content .news_list li .main h4 {
  font-size: 18px;
  color: #1a1a1a;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 15px 0 10px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#main #right .content .news_list li .main p {
  font-size: 14px;
  color: #444444;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#main #right .content .news_list li .more_d {
  font-size: 14px;
  color: #0d912e;
  display: block;
  margin-top: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#main #right .content .news_list li:hover {
  box-shadow: 5px 10px 10px rgba(51, 51, 51, 0.3);
  -webkit-box-shadow: 5px 10px 10px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.6);
}
#main #right .content .news_list li:hover .img img {
  transform: scale(1.1);
}
#main #right .content .news_list li:hover .main h4 {
  color: #0d912e;
}
#main #right .content .news_list li:hover .main .more_d {
  padding-left: 20px;
}
#main #right .content .con img {
  margin-top: 20px;
}
#main #right .content .form_l {
  margin-top: 30px;
  width: 40%;
  float: left;
}
#main #right .content .form_l input {
  margin-bottom: 15px;
  font-family: $font_family;
  font-size: 14px;
  box-shadow: none;
  width: 100%;
  height: 38px;
}
margin-top:10px #main #right .content .form_l input:focus {
  border-color: #0d912e;
}
#main #right .content .form_r {
  width: 60%;
  float: left;
  margin-top: 10px;
  text-align: right;
  padding-left: 20px;
  margin-top: 30px;
}
#main #right .content .form_r textarea {
  font-size: 14px;
  margin-bottom: 25px;
  box-shadow: none;
  width: 100%;
  height: 190px;
}
#main #right .content .form_r textarea:focus {
  border-color: #0d912e;
}
#main #right .content .form_r button {
  font-size: 14px;
  margin-left: 20px;
  box-shadow: none;
  float: left;
}
#main #right .new_page {
  padding-top: 10px;
  border-top: 1px solid #eee;
}
#main #right .new_page a {
  display: block;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 30px;
}
#main #right .new_page a:hover {
  color: #0d912e;
}
#main #right .nav_page .pagination {
  margin-top: 20px;
}
#allmap {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin: 0;
  font-family: "微软雅黑";
  margin-top: 30px;
}
