.trans {
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (min-width: 1440px) {
  .container {
    width: 1366px;
  }
}

.index_pro_swiper .right_fr {
  display: none;
}

.pc_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.pc_header .container {
  width: 84.375%;
}

.header_top {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #d9d9d9;
  /*overflow: hidden;*/
  border-bottom: solid 1px rgba(222, 222, 222, 0.2);

}

.header_top a {
  color: #d9d9d9;
}

.header_top .number {
  padding: 0 15px;
  margin: 0 15px;
  position: relative;
}

.header_top .number::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 11px;
  background-color: #aca89f;
}

.header_top .number::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 11px;
  background-color: #aca89f;
}

.header_top .xcx .ma {
  display: none;
  position: absolute;
  width: 113px;
  height: 113px;
  padding: 6px;
  background: #fff;
  right: 0;
  z-index: 999;
}

.header_top .xcx:hover .ma {
  display: block;
}

.header_bot {
  line-height: 88px;
  clear: both;
}

.header_bot .pc_nav>li {
  float: left;
  font-size: 1rem;
  margin-left: 40px;
  position: relative;
}

.header_bot .pc_nav>li>a {
  color: #ffffff;
}

.header_bot .pc_nav>li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #ea5404;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.header_bot .pc_nav>li:hover::before,
.header_bot .pc_nav>li.active::before {
  width: 100%;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.header_bot .pc_nav>li:hover a,
.header_bot .pc_nav>li.active a {
  color: #ea5404;
}

.header_bot .sousuo span {
  font-size: 20px;
  color: #fff;
  margin-left: 60px;
  cursor: pointer;
}

.logo1 {
  display: block;
  padding-top: 26px;
}

.logo2 {
  display: none;
  padding-top: 26px;
}

.pc_header.active1 .header_top {
  background-color: #008553;
}

.header_bot.active,
.pc_header.active1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background: #fff;
  box-shadow: 0 0 3px #ddd;
  line-height: 80px;
}

.header_bot.active .logo1,
.pc_header.active1 .logo1 {
  display: none;
}

.header_bot.active .logo2,
.pc_header.active1 .logo2 {
  display: block;
}

.header_bot.active .pc_nav>li>a,
.pc_header.active1 .pc_nav>li>a {
  color: #000;
}

.header_bot.active .sousuo span,
.pc_header.active1 .sousuo span {
  color: #000;
}

.header_bot.active .pc_nav>li:hover a,
.pc_header.active1 .pc_nav>li:hover a,
.header_bot.active .pc_nav>li.active a,
.pc_header.active1 .pc_nav>li.active a {
  color: #ea5404;
}

.banner .banner_pa {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  height: 50px;
  z-index: 9;
}

.banner .banner_pa .container {
  height: 50px;
  width: 84.375%;
  position: relative;
}

.banner .banner_pa .swiper-button-next {
  background-image: url(/JS9HT0psDy1G.jpg);
  width: 59px;
  height: 59px;
  background-size: 100% 100%;
}

.banner .banner_pa .swiper-button-prev {
  background-image: url(/JS9HT1xsDy1G.jpg);
  width: 59px;
  height: 59px;
  background-size: 100% 100%;
}

.banner .scrool {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  font-size: 14px;
  color: #ea5404;
  line-height: 40px;
  font-weight: 600;
  cursor: pointer;
}

.banner .scrool .iconfont {
  color: #fff;
  font-size: 40px;
  position: relative;
  top: 10px;
  font-weight: normal;
  animation: scrool 1s infinite;
  display: inline-block;
}

.title {
  font-size: 2.375rem;
  line-height: 45px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}

.title span {
  color: #ea5404;
}

.futitle {
  font-size: 14px;
  line-height: 30px;
  color: #6f6f6f;
}

.index_pro {
  padding: 140px 0 100px 14.5%;
}

.index_pro .hot {
  font-size: 1.375rem;
  line-height: 30px;
  color: #000000;
  margin: 40px 0 15px;
}

.index_pro .left_ul li {
  float: left;
  width: 40%;
  margin: 0 15px 13px 0px;
  height: 42px;
  border: solid 1px #dedede;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
}

.index_pro .left_ul li a {
  color: #6f6f6f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
}

.index_pro .left_ul li:hover {
  background: #008553;
}

.index_pro .left_ul li:hover a {
  color: #fff;
}

.index_pro .index_pro_fl {
  width: 25%;
  padding-right: 80px;
}

.index_pro .index_pro_fr {
  width: 75%;
}

.index_pro .index_pro_fr .pr {
  overflow: hidden;
}

.index_pro .index_pro_fr .content {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  background-color: rgba(0, 0, 0, 0.2);
}

.index_pro .index_pro_fr .content>div {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 15px;
}

.index_pro .index_pro_fr .swiper-slide .pr:hover .content {
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  left: 0;
}

.index_pro .index_pro_fr .swiper-slide .pr:hover .name_hover {
  display: none;
}

.index_pro .index_pro_fr .name_fr {
  font-size: 1.6rem;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 15px;
}

.index_pro .index_pro_fr .right_fr li {
  float: left;
  width: 50%;
  padding: 0 7.5px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 13px;
}

.index_pro .index_pro_fr .right_fr li a {
  font-size: 14px;
  color: #ffffff;
  border: solid 1px #dedede;
}

.index_pro .index_pro_fr .right_fr li:hover a {
  background: #008553;
  color: #fff;
}

.index_pro .name_hover {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 1.5rem;
  line-height: 35px;
  color: #ffffff;
}

.index_pro .index_pro_swiper {
  padding-bottom: 50px;
}

.index_pro .more {
  margin-top: 30px;
}

.swiper-pagination-bullet {
  width: 29px;
  height: 10px;
  background-color: #d3d3d3;
  border-radius: 5px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #ea5404;
  border-right: 50%;
}

.more_a {
  font-size: 1rem;
  line-height: 30px;
}

.more_a .more_fl {
  width: 40%;
  color: #009a67;
  font-weight: bold;
  margin: 0px 15px 0 0;
}

.more_a .more_fl span {
  display: inline-block;
  line-height: 30px;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.more_a .more_fl:hover span {
  transform: translateX(10px);
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.index_service {
  padding: 130px 0 100px;
  background: #fafafa;
}

.index_service .index_service_fl {
  left: 0;
}

.index_service .index_service_fl .dian {
  right: -20%;
}

.index_service .index_service_fr {
  right: 0;
  width: 26%;
}

.index_service .index_service_fr .dian {
  left: -20%;
}

.index_service .index_service_fl,
.index_service .index_service_fr {
  position: absolute;
  top: 0;
}

.index_service .index_service_fl ul li,
.index_service .index_service_fr ul li {
  font-size: 1rem;
  line-height: 31px;
  color: #6f6f6f;
}

.index_service .index_service_fl ul li div,
.index_service .index_service_fr ul li div {
  font-size: 1.125rem;
  line-height: 35px;
  color: #ea5404;
  margin-bottom: 10px;
  font-weight: 600;
}

.index_service .index_service_fl .dian,
.index_service .index_service_fr .dian {
  animation: dong 1s infinite;
  cursor: pointer;
  position: absolute;
  top: 40px;
}

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

@keyframes dong {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.index_about {
  background: url(/JS9HT1qJUSyRHt.jpg) center / cover no-repeat;
  background-attachment: fixed;
}

.index_about .index_about_fr .iconfont {
  font-size: 3.125rem;
  color: #fff;
}

.index_about .index_about_fr .number {
  font-size: 1rem;
  line-height: 45px;
  color: #ffffff;
}

.index_about .index_about_fr .number .counter {
  font-size: 2.5rem;
  line-height: 45px;
}

.index_about .index_about_fr p {
  font-size: 1rem;
  line-height: 30px;
  color: #ffffff;
}

.index_about .index_about_fr ul li {
  padding: 60px 25px 55px 35px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  width: 50%;
}

.index_about .index_about_fr ul li .clearfix.pr {
  line-height: 40px;
}

.index_about .index_about_fr ul li:hover {
  background: #008553;
}

.index_about .futitle {
  color: #fff;
  margin: 15px 35% 40px 0;
}

.index_about .title {
  margin-top: 140px;
  color: #fff;
}

.index_about .fl_name {
  font-size: 1.875rem;
  line-height: 40px;
  color: #ffffff;
}

.index_about .icon {
  position: relative;
  top: -12px;
  right: 0;
}

.index_news {
  padding: 105px 0;
}

.index_news .index_news_top {
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
}

.index_news .index_news_top .fr {
  line-height: 45px;
}

.index_news .join_news {
  width: 79px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 1rem;
  font-weight: 600;
}

.index_news .join_news:hover,
.index_news .join_news.active {
  background-color: #009a67;
  color: #fff;
}

.index_news .join_news_last {
  font-size: 1rem;
  font-weight: 600;
  color: #ea5404;
  line-height: 26px;
  margin-left: 10px;
}

.index_news .index_news_bot .data {
  font-size: 14px;
  line-height: 30px;
  color: #9a9a9a;
}

.index_news .index_news_bot .data span {
  font-size: 14px;
  line-height: 30px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #bcbcbc;
  color: #009a67;
}

.index_news .index_news_bot .name {
  font-size: 1.25rem;
  line-height: 30px;
  color: #000000;
  height: 60px;
  margin: 10px 0;
}

.index_news .index_news_bot .content {
  font-size: 14px;
  line-height: 28px;
  color: #9a9a9a;
}

.index_news .index_news_bot .news_more {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 1px #dedede;
  line-height: 50px;
  text-align: center;
  margin-top: 13px;
}

.index_news .index_news_bot .news_more span {
  font-size: 2.2rem;
  color: #797979;
}

.index_news .index_news_bot .news_more:hover {
  background: #008553;
}

.index_news .index_news_bot .news_more:hover span {
  color: #fff;
}

.index_news .index_news_bot .bot .data {
  margin-top: 15px;
}

.index_news .index_news_bot .top:hover .name {
  color: #008553;
}

.index_news .index_news_bot .bot:hover .name {
  color: #008553;
}

.index_news .index_news_bot .bot:hover img {
  transform: scale(1.1);
}

.index_news .index_news_bot .row {
  display: none;
}

.index_news .index_news_bot .row.active {
  display: block;
}

footer {
  background-color: #212121;
}

footer .yqlj {
  line-height: 74px;
  height: 74px;
  font-size: 1rem;
  color: #ffffff;
}

footer .yqlj a {
  font-size: 14px;
  color: #656565;
  margin: 0 5px;
}

footer .center {
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  padding: 45px 0 80px;
}

footer .center .name {
  font-size: 1rem;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
}

footer .center .text {
  font-size: 14px;
  line-height: 28px;
  color: #656565;
}

footer .center .text .iconfont {
  margin-right: 4px;
}

footer .center .number {
  font-size: 1.875rem;
  line-height: 50px;
  color: #ffffff;
  font-weight: 600;
}

footer .center .fl {
  margin-right: 50px;
}

footer .center .fl:nth-child(1) .name {
  font-weight: normal;
  margin-bottom: 5px;
}

footer .center a:hover {
  color: #008553;
}

footer .bot {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: #595a5d;
}

footer .bot a {
  color: #595a5d;
}

footer .bot .fr a {
  padding: 0 12px;
  position: relative;
}

footer .bot .fr a:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 15px;
  background: #595a5d;
}

footer .bot .fr a:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 15px;
  background: #595a5d;
}

footer .bot .fr a:hover {
  color: #008553;
}

.websit_map {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  display: none;
}

.websit_map .center {
  padding: 45px 0 80px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.websit_map .center .name {
  font-size: 1rem;
  line-height: 30px;
  color: #656565;
  margin-bottom: 15px;
  font-weight: 600;
}

.websit_map .center .text {
  font-size: 14px;
  line-height: 28px;
  color: #656565;
}

.websit_map .center .text .iconfont {
  margin-right: 4px;
}

.websit_map .center .number {
  font-size: 1.875rem;
  line-height: 50px;
  color: #ffffff;
  font-weight: 600;
}

.websit_map .center .fl {
  width: 14.2%;
}

.websit_map .center a:hover {
  color: #008553;
}

.websit_map .close {
  position: fixed;
  top: 20%;
  right: 15%;
  opacity: 1;
}

.websit_map .close span {
  color: #000;
  font-size: 1.625rem;
}

/* 右侧导航栏 */
.rightfix {
  position: fixed;
  top: 50%;
  right: 0px;
  width: 70px;
  border-right: none;
  transform: translateY(-50%);
  z-index: 99;
  border: 1px solid #dee2e7;
  background: #fff;
  display: block;
}

.fix_ul li {
  font-size: 12px;
  text-align: center;
  float: none;
  position: relative;
  width: 70px;
  cursor: pointer;
  height: 70px;
  padding: 0px 0;
  background: #009a67;
  margin-bottom: 0px;
  color: #ffffff;
  border-bottom: 1px solid #dee2e7;
}

.fix_ul li:last-child {
  display: none;
}

.fix_ul li i {
  font-size: 30px;
  color: #fff;
}

.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  position: absolute;
  color: #6a6a6a;
  right: 40px;
  top: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  min-height: 70px;
  line-height: 70px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  min-width: 140px;
  font-size: 1rem;
}

.fix_ul li:hover {
  background: #009a67;
}

.fix_ul li:hover {
  background: #009a67;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}

.fix_ul li:hover i {
  color: #fff;
}

.fix_ul li:hover .right_div {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  right: 70px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}

.fix_ul li a {
  color: #fff;
}

.right_div div {
  height: 30px;
  line-height: 30px;
}

.nyban .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.nyban .content .nytitle {
  font-size: 4.375rem;
  line-height: 80px;
  font-weight: 600;
  color: #ffffff;
}

.nyban .content .nyfutitle {
  font-size: 2.25rem;
  line-height: 40px;
  color: #ffffff;
}

.nyban .content .scrool {
  text-align: center;
  width: 59px;
  height: 59px;
  line-height: 59px;
  border: solid 2px #dedede;
  border-radius: 50%;
  margin: 35px auto 0;
  animation: scrool 1s infinite;
}

.nyban .content .scrool .iconfont {
  font-size: 2rem;
  color: #fff;
  display: inline-block;
}

.nyban .nyerji {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.nyban .nyerji ul {
  display: flex;
  justify-content: center;
}

.nyban .nyerji ul li {
  margin: 0 12px;
  font-size: 1rem;
  line-height: 50px;
  color: #ffffff;
  font-weight: 600;
}

.nyban .nyerji ul li a {
  color: #ffffff;
}

.nyban .nyerji ul li a div {
  text-align: center;
}

.nyban .nyerji ul li a div:nth-child(1) {
  border-bottom: 1px solid #fff;
  padding: 0 35px;
}

.nyban .nyerji ul li a .iconfont {
  opacity: 0;
}

.nyban .nyerji ul li:hover,
.nyban .nyerji ul li.active {
  color: #ea5404;
}

.nyban .nyerji ul li:hover a,
.nyban .nyerji ul li.active a {
  color: #ea5404;
}

.nyban .nyerji ul li:hover .iconfont,
.nyban .nyerji ul li.active .iconfont {
  opacity: 1;
}

.nyban .nyerji ul li:hover div:nth-child(1),
.nyban .nyerji ul li.active div:nth-child(1) {
  border-bottom: 1px solid #ea5404;
}

@keyframes scrool {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.list_pro {
  padding: 150px 0 130px;
}

.list_pro_li {
  margin-bottom: 40px;
}

.list_pro_li>div {
  border: solid 1px #e2e2e2;
}

.list_pro_li .content {
  padding: 20px 15px 40px;
}

.list_pro_li .content .name {
  font-size: 1.125rem;
  line-height: 40px;
  color: #191919;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_pro_li .content .text {
  font-size: 1rem;
  line-height: 30px;
  color: #6c6c6c;
}

.list_pro_li .content .text .iconfont {
  margin-right: 5px;
}

.list_pro_li:hover img {
  transform: scale(1.1);
}

.list_pro_li:hover>div {
  border: solid 1px #377b56;
}

.list_pro_li:hover .name {
  color: #377b56;
}

body {
  padding-top: 129px;
}

.bread {
  height: 120px;
  line-height: 120px;
  background-color: #80b6a4;
}

.bread .text {
  font-size: 1.75rem;
  color: #ffffff;
  position: relative;
}

.bread .text::before {
  content: "";
  position: absolute;
  bottom: -41px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 41px solid #80b6a4;
  border-right: 41px solid transparent;
}

.bread .content {
  font-size: 14px;
  color: #ffffff;
  text-align: right;
}

.bread .content a {
  color: #fff;
}

.article_image {
  background-color: #f5f5f5;
  padding: 90px 0 78px;
}

.article_image .swiper-button-next {
  right: 15px;
}

.article_image .swiper-button-prev {
  left: 15px;
}

.article_image .swiper-button-next,
.article_image .swiper-button-prev {
  width: 18px;
  height: 78px;
  background-color: #ebebeb;
  background-size: 15px 15px;
  top: auto;
  bottom: 0;
}

.article_image .gallery-thumbs {
  width: 90%;
  margin: 24px auto 0;
}

.article_image .swiper-slide-thumb-active {
  border: 1px solid #008553;
}

.article_image .left {
  padding-right: 37px;
}

.article_image .right {
  padding-left: 37px;
}

.article_image .right .name {
  font-size: 2.375rem;
  line-height: 45px;
  padding: 10px 0 15px;
  color: #000000;
  font-weight: 600;
}

.article_image .right .content {
  font-size: 1rem;
  line-height: 35px;
  color: #6b6b6b;
  padding-bottom: 60px;
}

.article_image .right .ljzx {
  line-height: 52px;
  font-size: 14px;
  color: #313131;
}

.article_image .right .ljzx .more {
  margin-right: 25px;
}

.article_image .right .ljzx span {
  color: #b6b2b2;
}

.article_image .right .xian {
  margin: 0 10px;
}

.bshare-custom .iconfont {
  background: none !important;
  color: #999999 !important;
  margin: 0 10px;
  padding-left: 0 !important;
  font-size: 20px !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
  border: 1px solid #999 !important;
  border-radius: 50% !important;
  display: inline-block !important;
}

.bshare-custom .iconfont:hover {
  background: #008553 !important;
  color: #fff !important;
  border-color: #008553 !important;
}

.bshare-custom .iconfont:hover {
  opacity: 1 !important;
  text-decoration: none !important;
  color: #fff !important;
}

.bshare-custom {
  padding-top: 5px !important;
}

#bsWXBox {
  height: 256px !important;
  width: 232px !important;
}

.more {
  height: 52px;
  line-height: 52px;
  background-color: #ea5404;
  border-radius: 26px;
  position: relative;
  font-size: 1rem;
  color: #ffffff;
  z-index: 2;
  overflow: hidden;
}

.more a {
  padding: 0 50px;
  color: #ffffff;
}

.more::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  border-radius: 26px;
  height: 100%;
  background: #000;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  z-index: -1;
}

.more:hover::before {
  bottom: 0;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.article_xiangqing {
  padding: 90px 0 150px;
  display: none;
}

.article_xiangqing .xiangqing_ul {
  height: 66px;
  line-height: 66px;
  background-color: #008553;
  margin-bottom: 50px;
}

.article_xiangqing .xiangqing_ul li {
  font-size: 1.75rem;
  margin: 0 40px;
  color: #ffffff;
  position: relative;
  float: left;
  cursor: pointer;
}

.article_xiangqing .xiangqing_ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #ffffff;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.article_xiangqing .xiangqing_ul li.active::before {
  width: 100%;
}

.article_xiangqing .xiangqing_ul li:hover::before {
  width: 100%;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.article_xiangqing .name {
  font-size: 1.375rem;
  line-height: 35px;
  font-weight: bold;
  color: #000000;
  margin: 0px 0 20px;
}.phone_erji {
  display: none;
}

.article_xiangqing .table {
  border: 1px solid #ededed;
  text-align: center;
}

.article_xiangqing .table tr td:nth-child(1),
.article_xiangqing .table tr td:nth-child(3) {
  font-weight: 600;
  background-color: #f5f5f5;
}

.article_xiangqing .table tr td {
  padding: 15px 10px;
}

.article_xiangqing .text {
  font-size: 1rem;
  line-height: 35px;
  color: #6b6b6b;
}

.article_xiangqing .strong {
  font-size: 1.125rem;
  line-height: 35px;
  color: #000000;
  font-weight: bold;
}

.tuijian_pro { 
  padding: 110px 0;
  display: none;
}
.tuijian_pro .title {
  display: none;
}
.tuijian_pro .tuijian_pro_swiper {
  padding: 40px 0;
}

.xiangmu {
  padding-top: 150px;
}

.list_cx_xl .fl:nth-child(1) {
  width: 13%;
  font-size: 1.125rem;
  line-height: 50px;
  color: #484848;
}

.list_cx_xl .fl:nth-child(2),
.list_cx_xl .fl:nth-child(3) {
  width: 24.6%;
}

.list_cx_xl .fl:nth-child(4) {
  width: 28%;
}

.list_cx_xl .fr {
  width: 9.8%;
}

.list_cx_xl .fl:nth-child(2) select,
.list_cx_xl .fl:nth-child(3) select,
.list_cx_xl .fl:nth-child(4) select {
  width: 90%;
  height: 50px;
  border: solid 1px #d9d9d9;
  padding: 0 25px;
  font-size: 1rem;
  /* appearance: none; */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background-color: #fff;
  background: url("/JS9HT0MMH11GT0SpIN.jpg") no-repeat 90% 20px #ffffff;
  outline: none;
}

.list_cx_xl .fr:nth-child(4) select {
  width: 80%;
}

.list_cx_xl .fr {
  line-height: 50px;
  height: 50px;
}

.list_cx_xl .fr input {
  width: 79%;
  border: none;
  border: solid 1px #d9d9d9;
  font-size: 1rem;
  padding: 0 10px;
}

.list_cx_xl .fr button {
  width: 100%;
  border: none;
  background-color: #ea5404;
  color: #fff;
  border: 1px solid #ea5404;
  font-size: 1.125rem;
}

.list_cx_xl .fr button:hover {
  box-shadow: inset 0 0 0 3rem #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  color: #ea5404;
  border: 1px solid #ea5404;
}

.list_jxs_xh {
  margin-top: 35px;
}

.list_jxs_xh tbody tr:nth-child(1) {
  height: 61px;
  line-height: 61px;
  background-color: #10a942;
  color: #fff;
  font-size: 1.25rem;
}

.list_jxs_xh tbody tr:nth-child(1) td {
  padding: 0;
  line-height: 61px;
  border: none;
  font-size: 1.25rem;
}

.list_jxs_xh tbody tr td {
  border: none;
  font-size: 1rem;
  line-height: 50px;
  height: 50px;
}

.list_jxs_xh tbody tr td:nth-child(1) {
  text-align: center;
  width: 10%;
}

.list_jxs_xh tbody tr td:nth-child(2) {
  padding-left: 100px;
}

.list_jxs_xh tbody tr {
  border: 1px solid #e5e5ee;
}

.list_cs_jieguo {
  margin: 35px 0;
}

.list_about {
  padding: 110px 0 90px;
}

.list_about .title {
  margin-bottom: 40px;
}

.list_about .left .text {
  padding: 50px 0 60px;
}

.list_about .left .col-md-4 {
  padding: 0;
}

.list_about .left .number {
  line-height: 45px;
}

.list_about .left .number span {
  font-size: 2.5rem;
  line-height: 45px;
  letter-spacing: 0px;
  color: #008553;
  font-weight: bold;
  margin-right: 3px;
}

.list_about .left p {
  font-size: 1rem;
  line-height: 30px;
  color: #616161;
}

.list_about .left .col-md-4>div.ta {
  border-right: 1px solid #dedede;
}

.list_about .left .col-md-4:last-child>div.ta {
  border-right: none;
}

.title {
  padding: 0 0 20px 0;
  position: relative;
}

.title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 33px;
  height: 4px;
  background-color: #e9e9e9;
}

.about_div2 {
  margin: 0px 0 40px;
}

.about_div2 .text {
  margin-top: 20px;
}

.list_about .text,
.about_div2 .text {
  font-size: 1rem;
  line-height: 35px;
  color: #757575;
}

.about_div3 {
  position: relative;
  padding: 120px 0 110px;
}

.about_div3 .title {
  margin-bottom: 55px;
}

.about_div3 .name {
  font-size: 2.5rem;
  line-height: 50px;
  color: #008553;
  font-weight: bold;
}

.about_div3 .text {
  font-size: 1rem;
  line-height: 28px;
  color: #737373;
  height: 112px;
  overflow-y: scroll;
}

.about_div3 .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #fff;
  width: 4px;
  height: 164px;
  position: absolute;
}

.about_div3 .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.about_div3 .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #008553;
}


.about_div3 .swiper-button-next,
.about_div3 .swiper-button-prev {
  width: 57px;
  height: 57px;
  background-color: #008553;
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.15);
  background-size: 20px 20px;
  border-radius: 50%;
  margin-top: 0;
  transform: translateY(-77%);
}

.about_div3 .swiper-button-next {
  right: 0;
}

.about_div3 .swiper-button-prev {
  left: 0;
}

.about_div3 .about_swper {
  margin: 0 auto;
  width: 84%;
}

.about_div3 .swiper-slide>div {
  padding: 10px 40px 30px 45px;
  position: relative;
}

.about_div3 .swiper-slide>div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 80%;
  background: #008553;
}

.about_div3 .swiper-slide>div::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 80%;
  width: 11px;
  height: 11px;
  background-color: #008553;
  border-radius: 50%;
}

.about_div3 .swiper-slide:nth-child(odd)>div::after {
  left: 0px;
}

.about_div3 .swiper-slide:nth-child(odd)>div::before {
  left: 5px;
}

.about_div3 .swiper-slide:nth-child(even)>div {
  padding-top: 40px;
  padding-right: 0;
  margin-left: 70px;
}

.about_div3 .swiper-slide:nth-child(even)>div::after {
  left: -5px;
  top: auto;
  bottom: 20%;
}

.about_div3 .swiper-slide:nth-child(even)>div::before {
  bottom: auto;
  top: 0;
}

.about_div3::before {
  position: absolute;
  top: 56.15%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #008553;
  content: "";
}

.about_div4 {
  background-color: #f3f3f3;
  padding: 110px 0;
}

.about_div4 .img img {
  margin: 0 auto;
}

.about_div4 .img img:nth-child(1) {
  display: block;
}

.about_div4 .img img:nth-child(2) {
  display: none;
}

.about_div4 ul {
  margin-top: 60px;
}

.about_div4 .name {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 35px;
  color: #000000;
  text-align: center;
  margin-top: 20px;
}

.about_div4 p {
  font-size: 15px;
  line-height: 30px;
  color: #535353;
  text-align: center;
}

.about_div4 ul li:hover .img img:nth-child(2) {
  display: block;
}

.about_div4 ul li:hover .img img:nth-child(1) {
  display: none;
}

.about_div4 ul li {
  float: left;
  width: 25%;
  padding: 0 15px;
}

.list_show_li {
  margin-bottom: 45px;
}

.list_show_li>div {
  border-bottom: 4px solid #ececec;
}

.list_show_li>div .name {
  font-size: 1.125rem;
  line-height: 60px;
  color: #010101;
  font-weight: 600;
}

.list_show_li:hover>div {
  border-bottom: 4px solid #008553;
}

.list_show_li:hover>div .name {
  color: #008553;
}

.list_show_li:hover>div img {
  transform: scale(1.1);
}

.articel_show .top {
  padding: 90px 0 40px;
  border-bottom: 1px solid #ebebeb;
}

.articel_show .name {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 12px;
  color: #000000;
}

.articel_show .data_show {
  font-size: 14px;
  line-height: 52px;
  color: #c0c0c0;
}

.articel_show .bshare-custom .iconfont {
  width: auto !important;
  height: 44px !important;
  line-height: 44px !important;
  border: none !important;
}

.articel_show .bshare-custom .iconfont:hover {
  background: transparent !important;
  color: #008553 !important;
}

.articel_show .bshare-custom {
  padding-top: 0 !important;
}

.articel_show .bottom {
  margin: 80px 0 110px;
}

.articel_show .article_show_swiper {
  width: 70%;
  margin: 0 auto;
}

.articel_show .fenxiang {
  line-height: 40px;
}

.articel_show .swiper-button-prev,
.articel_show .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23dedede'%2F%3E%3C%2Fsvg%3E");
  left: 0;
  background-size: 20px 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #dedede;
}

.articel_show .swiper-button-next,
.articel_show .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23dedede'%2F%3E%3C%2Fsvg%3E");
  right: 0;
  background-size: 20px 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #dedede;
}

.articel_show .shangxia a {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: #e6e6e6;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
}

.articel_show .shangxia a span {
  font-size: 1.625rem;
  color: #81888f;
}

.articel_show .shangxia a:nth-child(1) {
  margin-right: 22px;
}

.list_news {
  padding: 130px 0 100px;
}

.list_news .list {
  padding: 40px 0;
  border-bottom: 1px dashed #ccc;
}

.list_news .list:hover {
  background-color: #f9f9f9;
}

.list_news .list:hover .name,
.list_news .list:hover .more_a a,
.list_news .list:hover .riqi,
.list_news .list:hover .month {
  color: #008553;
}

.list_news .list:hover .left>div.ta {
  border-top: 1px solid #008553;
  border-bottom: 1px solid #008553;
}

.list_news .list:hover img {
  transform: scale(1.1);
}

.list_news .left>div.ta {
  padding: 5px 0;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}

.list_news .left .riqi {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 50px;
  color: #333333;
}

.list_news .left .month {
  font-size: 1rem;
  line-height: 20px;
  color: #333333;
}

.list_news .name {
  font-size: 1.5rem;
  margin: 25px 0;
  line-height: 28px;
  color: #000000;
}

.list_news .content {
  font-size: 1rem;
  line-height: 28px;
  color: #5d5d5d;
}

.list_news .more_a {
  margin-top: 50px;
}

.list_news .more_a span {
  display: inline-block;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.list_news .center {
  padding-right: 35px;
}

.list_news .more_a:hover span {
  transform: translateX(10px);
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.article_news .bottom .text {
  font-size: 1rem;
  line-height: 28px;
  color: #5d5d5d;
}

.article_news .bottom .name {
  font-size: 1.75rem;
  line-height: 45px;
  color: #000000;
  margin-bottom: 15px;
}

.article_news .bottom .hotnews_name {
  font-size: 1.25rem;
  line-height: 30px;
  color: #000000;
}

.article_news .bottom .col-md-8 {
  border-right: 1px solid #ebebeb;
  padding-right: 50px;
}

.article_news .bottom .col-md-4 {
  padding-left: 45px;
}

.article_news .bottom .hot_news li {
  margin: 0 0 30px 0;
}

.article_news .bottom .hot_news li .col-md-5 {
  padding: 0 0 0 0;
}

.article_news .bottom .hot_news li:hover .hotnews_name {
  color: #008553;
}

.article_news .bottom .hot_news li:hover img {
  transform: scale(1.1);
}

.advantage {
  padding: 150px 0 130px;
}

.advantage .advantage_swiper {
  margin-top: 75px;
}

.advantage .advantage_more {
  width: 122px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0 auto;
  border: solid 1px #4c4c4c;
}

.advantage .name {
  font-size: 14px;
  line-height: 33px;
  color: #353535;
  margin: 20px 0 20px;
}

.advantage .icon {
  width: 70px;
  height: 70px;
  border: solid 1px #373737;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}

.advantage .icon span {
  font-size: 1.875rem;
  color: #353535;
}

.advantage .swiper-slide>div {
  position: relative;
  padding: 0 15px;
}

.advantage .swiper-slide>div::before {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 1px;
  height: 80%;
  background: #dadada;
}

.advantage .swiper-slide:hover .icon {
  background: #008553;
  border-color: #fff;
}

.advantage .swiper-slide:hover .icon span {
  color: #fff;
}

.tiaojian .row {
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
}

.tiaojian .tiaojian_pa {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.tiaojian .tiaojian_pa .container {
  height: 100%;
}

.tiaojian .tiaojian_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  right: 0;
}

.tiaojian .tiaojian_right li {
  padding-left: 60px;
  height: 48px;
  font-size: 1rem;
  line-height: 48px;
  color: #414141;
}

.tiaojian .tiaojian_right li span {
  padding-right: 50px;
  position: relative;
}

.tiaojian .tiaojian_right li span::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 24px;
  background: #dfdfdf;
  left: 30px;
}

.tiaojian .tiaojian_right li:hover {
  background-color: #008553;
  color: #ffffff;
}

.tiaojian .col-md-6 {
  padding: 0;
}

.jmcx {
  padding: 80px 0 140px;
}

.jmcx .jmcx_ul {
  margin-top: 55px;
}

.jmcx .jmcx_ul li {
  height: 94px;
  line-height: 94px;
  width: 21.5%;
  float: left;
  margin-right: 62px;
  background-color: #f5f5f5;
  border-radius: 47px;
  font-size: 1rem;
  color: #4f4f4f;
  padding: 0 28px;
  margin-bottom: 33px;
  position: relative;
  border: 1px solid #f5f5f5;
}

.jmcx .jmcx_ul li span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 10px;
}

.jmcx .jmcx_ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
  height: 2px;
  background-color: #ea5404;
  right: -62px;
}

.jmcx .jmcx_ul li:nth-child(4n) {
  margin-right: 0;
}

.jmcx .jmcx_ul li:nth-child(4n)::before {
  display: none;
}

.jmcx .jmcx_ul li:hover {
  border-color: #ea5404;
}

.jmcx .jmcx_ul li:hover span {
  background-color: #ea5404;
  color: #fff;
}

.tygl {
  background: url(/JS9HTjDVUSyRHt.jpg) center / cover no-repeat;
  padding: 110px 0 140px;
  background-attachment: fixed;
}

.tygl .title {
  color: #fff;
}

.tygl .title::before {
  background: #fff;
}

.tygl .name {
  font-size: 1rem;
  line-height: 30px;
  color: #ffffff;
}

.tygl p {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}

.tygl .icon {
  border: solid 4px #dedede;
  border-radius: 50%;
  width: 97px;
  height: 97px;
  line-height: 97px;
  margin: 0 auto 10px;
}

.tygl .icon span {
  color: #fff;
  font-size: 1.875rem;
}

.tygl .swiper-slide:hover .icon {
  background: #008553;
}

.jmzc {
  padding: 110px 0 120px;
}

.jmzc .row {
  margin-top: 50px;
}

.jmzc .text {
  font-size: 1rem;
  line-height: 36px;
  color: #4f4f4f;
}

.jmzc .text span {
  font-size: 1.125rem;
  font-weight: 600;
}

.jmzc .col-md-7 {
  padding-right: 45px;
}

.apply {
  background-color: #f5f5f5;
  padding: 90px 0 110px;
}

.apply .number {
  font-size: 2.8125rem;
  line-height: 50px;
  color: #008553;
  font-weight: 600;
  margin-bottom: 50px;
}

.apply .futitle {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  margin-top: 40px;
}

.apply .xian {
  width: 1px;
  height: 27px;
  background-color: #c9c9c9;
  display: block;
  margin: 10px auto;
}

.apply form .col-md-12 {
  margin: 25px 0;
}

.apply form input {
  height: 59px;
  line-height: 59px;
  background-color: #ffffff;
  border: solid 1px #dedede;
  width: 100%;
  padding: 0 15px 0 50px;
}

.apply form textarea {
  width: 100%;
  height: 242px;
  background-color: #ffffff;
  border: solid 1px #dedede;
  line-height: 30px;
  padding: 12px 15px 15px 50px;
}

.apply form .pr i {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 1.25rem;
  color: #cecece;
}

.apply form .clearfix {
  font-size: 1.125rem;
  line-height: 59px;
  color: #949494;
}

.apply form .clearfix .fr button {
  position: relative;
  width: 200px;
  height: 59px;
  background-color: #008553;
  line-height: 59px;
  text-align: center;
  z-index: 2;
  overflow: hidden;
  border: none;
  font-size: 1.125rem;
  color: #ffffff;
}

.apply form .clearfix .fr button:hover::before {
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  bottom: 0;
  z-index: -1;
}

.apply form .clearfix .fr button::before {
  content: "";
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
}

.list_contact {
  padding: 58px 0 52px;
}

.list_contact .icon {
  width: 81px;
  height: 81px;
  line-height: 81px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  border: solid 2px #dedede;
}

.list_contact .icon span {
  color: #008553;
  font-size: 2.2rem;
}

.list_contact .english {
  font-size: 2.125rem;
  line-height: 80px;
  color: #ababab;
}

.list_contact .name {
  font-size: 1rem;
  line-height: 80px;
  color: #545454;
}

.ditu .contact {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 328px;
  background: #fff;
}

.ditu .contact .text {
  font-weight: 600;
}

.ditu .contact .text div {
  font-size: 1.125rem;
  line-height: 37px;
  color: #000000;
}

.ditu .contact .text p {
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
  color: #000000;
}

.ditu .contact .text .num {
  font-size: 1rem;
  line-height: 30px;
  color: #000000;
  margin-bottom: 35px;
}

.ditu .more {
  width: 114px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -20px;
}

.ditu .more a {
  padding: 0;
}

.ditu .contact::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-top: 21px solid #fff;
  border-right: 12px solid transparent;
}

.ditu .dian {
  width: 33px;
  height: 33px;
  background-color: #ffffff;
  border: solid 7px #ea5404;
  border-radius: 50%;
  position: absolute;
  bottom: 16%;
  left: 49.2%;
  transform: translateX(-50%);
  animation: fangda 1s infinite;
}

@keyframes fangda {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.contact_list {
  padding: 85px 0 63px;
}

.contact_list .text {
  font-size: 1rem;
  line-height: 33px;
  color: #414141;
  font-weight: 600;
  padding-bottom: 20px;
}

.contact_list .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  margin: 0 auto 20px;
  border: solid 2px #dedede;
  text-align: center;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.contact_list .icon span {
  font-size: 2.2rem;
  color: #ea5404;
}

.contact_list .swiper-slide>div {
  border-right: 1px solid #dedede;
}

.contact_list .swiper-slide:nth-child(1)>div {
  border-left: 1px solid #dedede;
}

.contact_list .swiper-slide:hover .icon {
  transform: rotateY(360deg);
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.message {
  padding: 90px 0 100px;
  background-color: #f9f9f9;
}

.message form {
  width: 60%;
  margin: 45px auto 0;
}

.message input {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 24px;
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
  font-size: 14px;
  color: #ababab;
}

.message textarea {
  width: 100%;
  height: 187px;
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
  line-height: 30px;
  padding: 10px 24px;
}

.message .col-md-6 {
  margin-bottom: 25px;
}

.message button {
  position: relative;
  width: 183px;
  height: 48px;
  line-height: 48px;
  background-color: #008553;
  border-radius: 24px;
  font-size: 1rem;
  color: #ffffff;
  overflow: hidden;
  z-index: 2;
  border: none;
  margin: 50px auto 0;
  display: block;
}

.message button::before {
  content: "";
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background: #000;
  left: 0;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  z-index: -1;
}

.message button:hover::before {
  bottom: 0;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.threed {
  padding: 150px 0 130px;
  background-color: #f7f7f7;
}

.threed ul li {
  width: 2%;
}

.threed .threed_swiper {
  padding: 40px 0 75px;
}

.threed .threed_swiper .swiper-slide:nth-child(1)>div {
  border-left: 1px solid #dedede;
}

.threed .threed_swiper .swiper-slide>div {
  border-right: 1px solid #dedede;
  padding: 0 35px 0 35px;
}

.threed .threed_swiper .swiper-slide>div .english {
  font-size: 1.75rem;
  line-height: 30px;
  color: #676767;
}

.threed .threed_swiper .swiper-slide>div .name {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  margin: 4px 0 10px;
}

.threed .threed_swiper .swiper-slide>div p {
  font-size: 14px;
  line-height: 28px;
  color: #5f5f5f;
}

.qwdz_swiper h1 {
  font-size: 36px;
  text-align: center;
  font-weight: normal;
}

.qwdz_swiper h2 {
  font-size: 18px;
  color: #535353;
  text-align: center;
  font-weight: normal;
  margin: 20px 0 60px;
}

.qwdz_swiper .name {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.75rem;
  line-height: 30px;
  color: #ffffff;
}

.current-swiper {
  width: 75%;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 99;
}

.left-swiper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.right-swiper {
  position: absolute;
  right: 0px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.nocurrent-swiper {
  width: 70%;
  height: 86%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.nocurrent-swiper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.name {
  position: relative;
}

.nocurrent-swiper .name:before {
  width: 26px;
  height: 26px;
  background-size: 100% 100%;
}

.qwdz_swiper .swiper-button-prev {
  width: 56px;
  height: 56px;
  left: 60px;
  background: url(/JS9HT0qQURAnHt.jpg) no-repeat center center;
}

.qwdz_swiper .swiper-button-next {
  width: 56px;
  height: 56px;
  background-size: auto;
  right: 60px;
  background-image: url(/JS9HT1yqURAnHt.jpg);
}

.qwdz_div3 {
  margin: 46px 0 0px;
}

.qwdz_div3 .swiper-slide {
  border: solid 1px #dedede;
}

.qwzs_show {
  margin-top: 100px;
}

.qwdz_div3 .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #008553;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.qwdz_div3 .swiper-slide:hover::before {
  width: 100%;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

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

.qwdz_div3 .swiper-slide:hover .name {
  color: #008553;
}

.qwdz_div3 .name {
  font-size: 1rem;
  height: 68px;
  line-height: 68px;
  font-weight: 600;
  color: #000000;
}

.qwdz_div3 .swiper-button-next {
  top: auto;
  bottom: 0;
  right: 45%;
  left: auto;
  width: 50px;
  height: 50px;
  /* background: url(/JS9HT0qQDO1RJ1L.jpg); */
  border: 1px solid #000;
  border-radius: 50%;
  background-size: 20px 20px;
  opacity: 0.15;
}

.qwdz_div3 .swiper-button-prev {
  top: auto;
  bottom: 0;
  left: 45%;
  right: auto;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  background-size: 20px 20px;

  /* background: url(/JS9HT1yqKu1RJ1L.jpg); */
  /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23dedede'%2F%3E%3C%2Fsvg%3E"); */
  opacity: 0.15;
}

.qwdz_div3 .swiper-button-next:hover,
.qwdz_div3 .swiper-button-prev:hover {
  border: 1px solid #008553;
  opacity: 1;
  background-color: #008553;
}

.qwdz_div3 .qwdz_div3_swiper {
  padding-bottom: 85px;
}

.sum_sum>div {
  display: none;
}

.sum_sum>div.active {
  display: block;
}

.qwdz_swiper .swiper-slide-active .erwema {
  display: block;
}

.home-tab {
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}

.home-tab .swiper-slide {
  width: 83.33%;
}

.home-tab .erwema {
  position: absolute;
  top: 0;
  left: 10%;
  display: none;
  width: 133px;
  margin-top: -20px;
  box-shadow: 8px 13px 15px 0px rgba(0, 0, 0, 0.55);
  border: 1px solid #f7f7f7;
}

.home-tab .name {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 1.75rem;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}

.home-tab .swiper-slide-active .name {
  display: block;
}

.home-tab .swiper-slide-active .erwema {
  display: block;
}

.nocurrent-swiper .swiper-slide .erwema {
  display: none;
}

.home-tab .swiper-slide-prev {
  transform: translate3d(0px, 0px, -360px) rotateX(0deg) rotateY(0deg) !important;
}

.home-tab .swiper-slide-next {
  transform: translate3d(0px, 0px, -360px) rotateX(0deg) rotateY(0deg) !important;
}

.home-tab .swiper-button-next,
.home-tab .swiper-button-prev {
  background-size: 20px 20px;
  width: 56px;
  height: 56px;
  border: solid 1px #dedede;
  border-radius: 50%;
}

.home-tab .swiper-button-next:hover,
.home-tab .swiper-button-prev:hover {
  background-color: #ea5404;

}

.qwzs_show .qwzs_show_ul {
  border: solid 1px #dedede;
  padding: 10px 25px;
  margin: 45px 0 40px;
}

.qwzs_show .qwzs_show_ul li {
  border-bottom: 1px solid #dedede;
}

.qwzs_show .qwzs_show_ul li span {
  font-size: 1rem;
  font-weight: 600;
  margin-right: 30px;
  letter-spacing: 2px;
  line-height: 50px;
  color: #717171;
}

.qwzs_show .qwzs_show_ul li a {
  font-size: 14px;
  line-height: 50px;
  color: #717171;
  font-weight: 600;
  margin-right: 15px;
}

.qwzs_show .qwzs_show_ul li a.active,
.qwzs_show .qwzs_show_ul li a:hover {
  color: #008553 !important;
}

.qwzs_show .qwzs_show_ul li:last-child {
  border-bottom: none;
}

.qwzs_show .row {
  margin-bottom: 60px;
}

.qwzs_show .row .col-md-4 {
  margin-bottom: 40px;
}

.qwzs_show .row .col-md-4 .name {
  position: absolute;
  bottom: 20px;
  left: 0%;
  width: 100%;
  font-size: 1.125rem;
  line-height: 30px;
  color: #ffffff;
  opacity: 0;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.qwzs_show .row .col-md-4:hover .name {
  opacity: 1;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.tanchu {
  display: none;
  background: #333;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.tanchu .top {
  height: 79px;
  line-height: 79px;
  background-color: #008553;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.tanchu .top .name {
  font-size: 1.75rem;
  color: #ffffff;
}

.tanchu .bot .clearfix {
  width: 55%;
  top: 0;
  left: 0;
  margin: 10% auto;
}

.tanchu .bot .clearfix .fl {
  width: 82%;
}

.tanchu .bot .clearfix .fr {
  width: 15%;
  margin-left: 0;
}

.tanchu .guanbi {
  position: fixed;
  top: 0;
  right: 0;
  width: 79px;
  height: 79px;
  text-align: center;
  border-left: solid 1px rgba(222, 222, 222, 0.3);
  cursor: pointer;
}

.tanchu .guanbi span {
  color: #fff;
  font-size: 1.25rem;
}

.tanchu .swiper-button-next {
  width: 79px;
  height: 79px;
  border-left: solid 1px rgba(222, 222, 222, 0.3);
  position: fixed;
  top: 0;
  right: 79px;
  margin-top: 0;
  left: auto;
  z-index: 9990;
  background-size: 15px 15px;
}

.tanchu .swiper-button-prev {
  width: 79px;
  height: 79px;
  border-left: solid 1px rgba(222, 222, 222, 0.3);
  border-right: solid 1px rgba(222, 222, 222, 0.3);
  position: fixed;
  top: 0;
  right: 258px;
  margin-top: 0;
  left: auto;
  z-index: 9990;
  background-size: 15px 15px;
}

.tanchu .swiper-pagination {
  color: #fff;
  position: fixed;
  top: 0;
  bottom: auto;
  right: 158px;
  z-index: 9998;
  width: 100px;
  left: auto;
  height: 78px;
  line-height: 78px;
}

.tanchu .swiper-slide .fl {
  width: 80%;
}

.erwema {
  width: 15%;
  padding: 15px;
  margin-left: 2%;
  background: #fff;
}

.erwema .text {
  font-size: 14px;
  line-height: 22px;
  color: #5f5f5f;
  margin-top: 15px;
  text-align: center;
}

.tygl_swiper {
  margin-top: 50px;
}

.qwdz_swiper .swiper-slide .erwema {
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 99;
  display: none;
}

.qwdz_swiper .swiper-slide-active .erwema {
  display: block;
}

.nocurrent-swiper .swiper-slide .erwema {
  display: none;
}

#page {
  border-top: solid #cccccc 1px;
  border-bottom: solid #eb5403 5px;
}

.fenye {
  text-align: center;
  height: 58px;
  line-height: 58px;
}

.fenye ul li {
  float: none;
  width: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-right: solid #cfcbc8 1px;
}

.fenye ul li:last-child {
  border-right: none;
}

.fenye ul li a {
  color: #a29990;
  padding: 0 25px;
  display: block;
}

.fenye ul li a:hover,
.fenye ul li.thisclass a,
.fenye ul li a.on {
  color: #FFF;
  background-color: #ea5505;
}

.page_info {
  text-align: center;
  height: 58px;
  line-height: 58px;
}

#allmap {
  width: 100%;
  height: 540px
}

.tanchu_hidee {
  display: none;
}

.article_xiangqing .sum>div {
  display: none;
}

.article_xiangqing .sum>div.active {
  display: block;
}

.article_xiangqing .sum>div .col-md-3 {
  margin-bottom: 30px;
}
.phone_erji ul li {
  height: 45px;
  line-height: 45px;
  float: left;
  width: 50%;
 
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
  text-align: center;
}
.phone_erji ul li a {
  font-size: 1rem;
  color: #828282;
}
@media (max-width: 1600px) {
  .header_bot .pc_nav>li {
    margin-left: 30px;
  }

  .nyban .content .nytitle {
    font-size: 3.6rem;
    line-height: 90px;
  }

  .nyban .content .nyfutitle {
    font-size: 2rem;
  }

  .nyban .content {
    top: 40%;
  }

  .nyban .nyerji {
    bottom: 25px;
  }

  .about_div3 .name,
  .list_about .left .number span {
    font-size: 2.25rem;
  }

  .ditu .contact {
    width: 245px;
  }

  .ditu .contact .text p {
    margin-top: 0px;
  }

  .ditu .contact .text .num {
    margin-bottom: 10px;
  }

  .ditu .contact .text {
    position: relative;
    margin-top: -15px;
  }

  .ditu .contact::before {
    bottom: -20px;
  }

  .ditu .dian {
    left: 48.9%;
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: 14px;
  }

  .banner .banner_pa .swiper-button-next,
  .banner .banner_pa .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .banner .scrool {
    bottom: 30px;
  }

  .index_pro .index_pro_fl {
    padding-right: 30px;
  }

  .index_pro {
    padding: 100px 0 80px 8.5%;
  }

  .index_pro .hot {
    margin: 15px 0 15px;
  }

  .index_pro .more {
    margin-top: 10px;
  }

  .title {
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .index_pro .name_hover {
    bottom: 30px;
    left: 30px;
    font-size: 1.5rem;
  }

  .index_service {
    padding: 80px 0 80px;
  }

  .index_about .index_about_fr ul li {
    padding: 40px 20px 50px 25px;
  }

  .index_about .fl_name {
    font-size: 1.65rem;
  }

  .index_news {
    padding: 70px 0;
  }

  .index_news .index_news_bot .name {
    -webkit-line-clamp: 1;
    height: 30px;
  }

  .index_news .index_news_bot .bot .name {
    -webkit-line-clamp: 2;
    height: 60px;
  }

  footer .center .fl {
    margin-right: 33px;
  }

  .websit_map .close {
    top: 26%;
    right: 8%;
  }

  .logo2,
  .logo1 {
    padding-top: 31px;
    width: 180px;
  }

  .index_about .index_about_fr ul li {
    padding: 40px 20px 35px 25px;
  }

  .index_about .icon {
    top: -3px;
  }

  .index_news .index_news_bot .name {
    font-size: 1.125rem;
  }

  .header_bot {
    line-height: 80px;
  }

  .list_about {
    padding: 60px 0 75px;
  }

  .list_about .left .text {
    padding: 30px 0 30px;
  }

  .about_div3 {
    padding: 60px 0;
  }

  .about_div3 .swiper-slide:nth-child(even)>div {
    margin-left: 40px;
  }

  .about_div3 .swiper-slide>div {
    padding: 19px 40px 30px 30px;
  }

  .about_div4 {
    padding: 70px 0;
  }

  .about_div4 ul {
    margin-top: 45px;
  }

  .about_div3 .title {
    margin-bottom: 45px;
  }

  .nyban .content .nytitle {
    font-size: 3.2rem;
    line-height: 80px;
  }

  .nyban .content .nyfutitle {
    font-size: 1.8rem;
  }

  body {
    padding-top: 122px;
  }

  .about_div3 .swiper-button-next,
  .about_div3 .swiper-button-prev {
    transform: translateY(-70%);
  }

  .article_image .right .content {
    line-height: 30px;
    padding-bottom: 40px;
  }

  .more {
    height: 45px;
    line-height: 45px;
  }

  .article_image .right .ljzx {
    line-height: 45px;
  }

  .bread {
    height: 100px;
    line-height: 100px;
  }

  .bread .text,
  .article_xiangqing .xiangqing_ul li {
    font-size: 1.5rem;
  }

  .article_image {
    padding: 90px 0 60px;
  }

  .article_xiangqing {
    padding: 60px 0 100px;
  }

  .tuijian_pro {
    padding: 60px 0;
  }

  .tuijian_pro .tuijian_pro_swiper {
    padding: 25px 0;
  }

  .article_image .swiper-button-next,
  .article_image .swiper-button-prev {
    height: 65px;
  }

  .articel_show .bottom {
    margin: 60px 0 90px;
  }

  .article_news .bottom .name {
    font-size: 1.5rem;
  }

  .articel_show .name {
    font-size: 1.5rem;
  }

  .articel_show .bottom {
    margin: 60px 0 60px;
  }

  .list_contact .english {
    font-size: 2rem;
  }

  .list_contact .name {
    font-size: 1.125rem;
    line-height: 40px;
  }

  .message button {
    margin: 30px auto 0;
  }

  .contact_list {
    padding: 60px 0 60px;
  }

  .message {
    padding: 60px 0;
  }

  .list_pro {
    padding: 100px 0 80px;
  }

  .list_news .name {
    font-size: 1.25rem;
  }

  .list_news {
    padding: 70px 0 80px;
  }

  .list_show_li {
    margin-bottom: 30px;
  }

  .xiangmu {
    padding-top: 80px;
  }

  .advantage {
    padding: 80px 0 80px;
  }

  .advantage .swiper-slide>div {
    padding: 0 3px;
  }

  .tiaojian .row,
  .jmcx .jmcx_ul,
  .tygl_swiper {
    margin-top: 35px;
  }

  .jmcx .jmcx_ul li {
    margin-right: 54px;
  }

  .jmcx {
    padding: 60px 0 80px;
  }

  .jmzc {
    padding: 60px 0 70px;
  }

  .apply {
    padding: 60px 0;
  }

  .apply .number {
    font-size: 2.5rem;
  }

  .jmzc .col-md-7 {
    padding-right: 30px;
  }

  .advantage .advantage_swiper {
    margin-top: 45px;
  }

  .tanchu .top .name {
    font-size: 1.5rem;
  }

  .threed {
    padding: 60px 0;
  }

  .qwdz_div3 {
    margin: 46px 0 0px;
  }

  .threed .threed_swiper .swiper-slide>div {
    padding: 0 15px;
  }

  .threed .threed_swiper .swiper-slide>div .english {
    font-size: 1.5rem;
  }

  .qwdz_swiper .name {
    font-size: 1.5rem;
  }

  .qwzs_show {
    margin-top: 80px;
  }

  .index_service .index_service_fr {
    width: 24%;
  }

  .index_service .index_service_fl ul li,
  .index_service .index_service_fr ul li {
    font-size: 14px;
  }
}

@media (max-width: 1366px) {
  .header_bot .pc_nav>li {
    margin-left: 20px;
  }

  .index_pro .futitle {
    line-height: 24px;
  }

  .index_pro .hot {
    margin: 10px 0;
  }

  .index_service {
    padding: 100px 0 60px;
  }

  .index_about .futitle {
    margin: 15px 20% 40px 0;
  }

  .index_pro .index_pro_fl {
    padding-right: 15px;
  }

  .article_image .right {
    padding-left: 15px;
  }

  .article_image .left {
    padding-right: 15px;
  }

  .article_news .bottom .col-md-4 {
    padding-left: 20px;
  }

  .article_news .bottom .col-md-8 {
    padding-right: 20px;
  }

  .advantage .name {
    line-height: 30px;
    height: 90px;
  }

  .tanchu .bot .clearfix {
    width: 60%;
  }

  .tanchu .bot .clearfix .fl {
    width: 77%;
  }

  .tanchu .bot .clearfix .fr {
    width: 19%;
  }
  footer .center .fl {
    margin-right: 30px;
}
}

@media (max-width: 1205px) {
  .index_pro .futitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .index_pro {
    padding: 70px 0 60px 7%;
  }

  .index_pro .name_hover {
    bottom: 20px;
    left: 20px;
    font-size: 1.25rem;
  }

  .index_pro .index_pro_swiper .swiper-pagination-bullet {
    width: 25px;
    height: 6px;
  }

  .index_pro .index_pro_swiper .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
  }

  .index_service {
    padding: 50px 0 50px;
  }

  .index_service .img {
    width: 60%;
    margin: 0 auto;
  }

  .index_pro .left_ul li {
    float: left;
    width: 40%;
    margin: 0 10px 13px 0px;
  }

  .index_about .index_about_fr .number .counter {
    font-size: 2rem;
  }

  .index_about .index_about_fr ul li {
    padding: 40px 15px 35px 20px;
  }

  .index_news .index_news_bot .content {
    -webkit-line-clamp: 1;
  }

  .index_news .index_news_bot .name {
    margin: 2px 0;
  }

  footer .center .fl {
    margin-right: 7px;
  }

  footer .center {
    padding: 35px 0 60px;
  }

  .index_about .futitle {
    margin: 15px 15% 25px 0;
  }

  .pc_header .container,
  .banner .banner_pa .container {
    width: 94%;
  }

  .header_bot .pc_nav>li {
    margin-left: 17px;
  }

  .nyban .content .nytitle {
    font-size: 2.8rem;
    line-height: 65px;
  }

  .nyban .content .nyfutitle {
    font-size: 1.6rem;
  }

  .nyban .content .scrool {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
  }

  .nyban .content .scrool .iconfont {
    font-size: 1.4rem;
  }

  .nyban .nyerji {
    bottom: 5px;
  }

  .list_about .title {
    margin-bottom: 30px;
  }

  .list_about .left .text {
    padding: 0px 0 15px;
  }

  .list_about .text,
  .about_div2 .text {
    line-height: 30px;
  }

  .about_div2 {
    margin: 0px 0 25px;
  }

  .about_div3 .title {
    margin-bottom: 30px;
  }

  .about_div3 .swiper-slide>div {
    padding: 19px 15px 30px 25px;
  }

  .about_div3 .swiper-slide:nth-child(even)>div {
    padding-top: 20px;
  }

  .about_div3 .swiper-slide>div {
    padding: 19px 10px 30px 20px;
  }

  .about_div3::before {
    top: 56.9%;
  }

  .about_div3 .swiper-button-next,
  .about_div3 .swiper-button-prev {
    transform: translateY(-52%);
  }

  .about_div3 .swiper-slide:nth-child(even)>div {
    margin-left: 20px;
  }

  .article_image .right .name {
    font-size: 1.8rem;
    line-height: 40px;
    padding: 0px 0 10px;
  }

  .bread {
    height: 80px;
    line-height: 80px;
  }

  .bread .text::before {
    bottom: -30px;
    border-top: 30px solid #80b6a4;
    border-right: 30px solid transparent;
  }

  .article_xiangqing .xiangqing_ul li {
    font-size: 1.3rem;
  }

  .article_xiangqing .xiangqing_ul {
    height: 60px;
    line-height: 60px;
  }

  .ditu .contact {
    width: 200px;
    top: 38%;
  }

  .contact_list .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .message form {
    width: 80%;
  }

  .list_contact .english {
    font-size: 1.8rem;
    line-height: 60px;
  }

  .list_pro {
    padding: 60px 0 50px;
  }

  .nyban .nyerji ul li a div:nth-child(1) {
    padding: 0 15px;
  }

  .list_news .name {
    margin: 10px 0 15px;
  }

  .list_news .more_a {
    margin-top: 25px;
  }

  .list_news .left .riqi {
    font-size: 2rem;
  }

  .list_news {
    padding: 45px 0 50px;
  }

  .list_cx_xl .fl:nth-child(1) {
    width: 14%;
  }

  .list_cx_xl .fl:nth-child(4) {
    width: 27%;
  }

  .xiangmu {
    padding-top: 60px;
  }

  .tiaojian .tiaojian_right li {
    padding-left: 30px;
    line-height: 30px;
    height: auto;
    margin-bottom: 5px;
  }

  .jmcx .jmcx_ul li {
    margin-right: 20px;
    width: 23.2%;
    padding: 0 10px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 20px;
  }

  .tygl .icon {
    border: solid 2px #dedede;
    width: 78px;
    height: 78px;
    line-height: 78px;
  }

  .tanchu .bot .clearfix {
    margin: 15% auto 0;
  }

  .tanchu .bot .clearfix {
    width: 70%;
  }

  .tanchu .swiper-button-next,
  .tanchu .swiper-button-prev,
  .tanchu .guanbi {
    width: 40px;
  }

  .tanchu .swiper-pagination {
    width: 80px;
  }

  .tanchu .swiper-button-next {
    right: 40px;
  }

  .tanchu .swiper-pagination {
    right: 80px;
  }

  .tanchu .swiper-button-prev {
    right: 160px;
  }

  .qwdz_swiper .swiper-button-next {
    right: 30px;
  }

  .qwdz_swiper .swiper-button-prev {
    left: 30px;
  }

  .threed .threed_swiper {
    padding: 40px 0 60px;
  }

  .qwdz_div3 .swiper-button-next {
    right: 43%;
  }

  .qwdz_div3 .swiper-button-prev {
    left: 43%;
  }

  .qwdz_div3 .name {
    height: 55px;
    line-height: 55px;
  }
}

@media (max-width: 1024px) {
  .index_pro .name_hover {
    font-size: 1.125rem;
  }

  .index_pro .index_pro_fr .name_fr {
    font-size: 1.25rem;
  }

  .index_service .top {
    padding-bottom: 40px;
  }

  .index_service .index_service_fr {
    width: 29%;
  }

  .list_pro_li .content {
    padding: 10px 15px 10px;
  }

  footer .center .text {
    font-size: 12px;
  }

  footer .center .fl {
    margin-right: 13px;
  }

  .home-tab .name {
    font-size: 1.5rem;
  }

  .home-tab .swiper-button-next,
  .home-tab .swiper-button-prev {
    background-size: 14px 14px;
    width: 35px;
    height: 35px;
  }

  .home-tab .erwema {
    width: 110px;
  }

  .erwema .text {
    font-size: 12px;
    margin-top: 10px;
  }

  .fix_ul li {
    width: 50px;
    height: 50px;
  }

  .rightfix {
    width: 50px;
  }

  .fix_ul li i {
    font-size: 16px;
    padding-top: 5px;
    display: block;
  }

  .tiaojian .tiaojian_right li span {
    padding-right: 35px;
  }

  .tiaojian .tiaojian_right li span::before {
    width: 13px;
    left: 25px;
  }

  .title {
    font-size: 1.8rem;
  }

  .jmzc .text {
    height: 250px;
    overflow-y: scroll;
    padding-right: 15px;
  }

  .jmzc .text::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background-color: rgb(201, 201, 201);
    width: 4px;
    height: 164px;
    position: absolute;
  }

  .jmzc .text::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
  }

  .jmzc .text::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    display: block;
    width: 10px;
    height: 35px;
    background: #000;
  }

  .jmzc .col-md-7 {
    padding-right: 10px;
  }

  .list_news .more_a {
    margin-top: 0;
  }

  .article_news .bottom .hotnews_name {
    font-size: 1rem;
    line-height: 24px;
  }

  .ditu .contact .text p,
  .ditu .contact .text .num {
    font-size: 12px;
    line-height: 22px;
  }

  .ditu .contact .text div {
    font-size: 1rem;
    line-height: 32px;
  }

  .ditu .dian {
    width: 20px;
    height: 20px;
    border: solid 4px #ea5404;
  }

  .message .col-md-6 {
    margin-bottom: 15px;
  }

  .message input {
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
  }
}

@media (max-width: 990px) {
  .pc_header {
    display: none;
  }

  .list_news .name {
    margin: 10px 0 5px;
  }

  .phone {
    display: block;
    line-height: 60px;
    padding: 0;
    box-shadow: 0 0 4px #ddd;
  }

  .phone .iconfont {
    font-size: 1.5rem;
  }

  .phone .sousuo {
    margin-right: 20px;
  }

  .phone_logo img {
    width: 180px;
  }

  .index_pro .left_ul li {
    width: 43%;
  }

  .index_about .futitle {
    margin: 15px 0% 15px 0;
  }

  .index_about .title {
    margin-top: 0;
  }

  .index_about {
    padding: 45px 0;
  }

  .index_about_fl {
    margin-bottom: 25px;
  }

  .index_news .index_news_bot .data span,
  .index_news .index_news_bot .data {
    font-size: 12px;
    line-height: 24px;
  }

  .index_news .index_news_bot .news_more {
    width: 40px;
    height: 32px;
    line-height: 32px;
    margin-top: 10px;
  }

  .index_news_bot .col-md-3 {
    padding: 0 7.5px;
  }

  .index_news .index_news_bot .name {
    font-size: 1rem;
    line-height: 28px;
  }

  footer {
    display: none;
  }

  .index_news {
    padding: 45px 0;
  }

  .index_pro {
    padding: 45px 0 45px 7%;
  }

  .rightfix {
    display: none;
  }

  body {
    padding-top: 62px !important;
  }

  .searchbox {
    top: 62px !important;
  }

  .nyban .content .scrool {
    margin: 25px auto 0;
  }

  .nyban .nyerji ul li {
    line-height: 40px;
  }

  .list_about {
    padding: 45px 0 45px;
  }

  .list_about .title {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .list_about .left .row {
    margin-bottom: 20px;
  }

  .title {
    padding: 0 0 10px 0;
  }

  .about_div3 .name,
  .list_about .left .number span {
    font-size: 2rem;
  }

  .about_div3::before {
    top: 56.3%;
  }

  .about_div3 {
    padding: 45px 0;
  }

  .about_div4 {
    padding: 45px 0;
  }

  .about_div4 ul li .img {
    width: 60%;
    margin: 0 auto;
  }

  .article_image {
    padding: 60px 0 45px;
  }

  .article_image .swiper-button-next,
  .article_image .swiper-button-prev {
    height: 105px;
    width: 25px;
  }

  .article_image .gallery-thumbs {
    margin: 15px auto;
  }

  .article_image .right .content {
    padding-bottom: 20px;
  }

  .article_xiangqing {
    padding: 45px 0 60px;
  }

  .article_xiangqing .xiangqing_ul {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .article_xiangqing .xiangqing_ul li {
    font-size: 1.125rem;
  }

  .article_xiangqing .name {
    font-size: 1.25rem;
    margin: 0px 0 10px;
  }

  .tuijian_pro {
    padding: 45px 0;
  }

  .tuijian_pro .tuijian_pro_swiper {
    padding: 15px 0;
  }

  .articel_show .bottom {
    margin: 45px 0 40px;
  }

  .article_news .bottom .col-md-8 {
    padding-right: 15px;
    border-right: none;
  }

  .article_news .bottom .col-md-4 {
    padding-left: 15px;
    margin-top: 20px;
  }

  .articel_show .top {
    padding: 60px 0 25px;
  }

  .article_news .bottom .hot_news li {
    margin: 0 0 15px 0;
  }

  .articel_show .swiper-button-prev,
  .articel_show .swiper-container-rtl .swiper-button-next,
  .articel_show .swiper-button-next,
  .articel_show .swiper-container-rtl .swiper-button-prev {
    background-size: 14px 16px;
    width: 46px;
    height: 46px;
  }

  .list_contact {
    padding: 45px 0 45px;
  }

  .list_contact .english {
    font-size: 1.6rem;
  }

  .ditu .dian {
    width: 15px;
    height: 15px;
    border: solid 3px #ea5404;
  }

  .contact_list {
    padding: 45px 0 45px;
  }

  .contact_list .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
  }

  .contact_list .icon span {
    font-size: 1.6rem;
  }

  .message form {
    width: 100%;
    margin: 25px auto 0;
  }

  .message input {
    height: 46px;
    line-height: 46px;
  }

  .message .col-md-6 {
    margin-bottom: 20px;
  }

  .message button {
    margin: 25px auto 0;
  }

  .ditu>div>img {
    height: 400px;
    object-fit: cover;
  }

  .list_pro_li {
    margin-bottom: 25px;
  }

  .list_pro_li .content {
    padding: 15px 15px 25px;
  }

  .nyban .nyerji ul li a div:nth-child(1) {
    padding: 0 0px;
  }

  .list_pro {
    padding: 45px 0 40px;
  }

  .list_news .center {
    padding-right: 15px;
  }

  .list_news .center {
    padding-right: 15px;
  }

  .list_news .list {
    padding: 30px 0;
  }

  .list_news .left {
    display: none;
  }

  .list_news .center {
    margin-bottom: 15px;
  }

  .xiangmu {
    padding-top: 45px;
  }

  .list_cx_xl .fl:nth-child(1) {
    width: 20%;
  }

  .list_cx_xl .fl:nth-child(2),
  .list_cx_xl .fl:nth-child(3) {
    width: 22%;
  }

  .list_cx_xl .fl:nth-child(4) {
    width: 26%;
  }

  .advantage .name {
    height: auto;
  }

  .advantage_swiper {
    padding-bottom: 55px;
  }

  .advantage {
    padding: 45px 0 45px;
  }

  .tiaojian .tiaojian_right {
    position: static;
    transform: translateY(0%);
    width: 100%;
  }

  .tiaojian .tiaojian_pa {
    position: static;
    margin-top: 15px;
  }

  .tiaojian .col-md-6:nth-child(2) {
    display: none;
  }

  .tiaojian .tiaojian_right li {
    line-height: 40px;
  }

  .jmcx .jmcx_ul li {
    width: 48.5%;
  }

  .jmcx .jmcx_ul li:nth-child(2n):before {
    display: none;
  }

  .jmcx .jmcx_ul li:nth-child(2n) {
    margin-right: 0;
  }

  .jmcx {
    padding: 45px 0 45px;
  }

  .jmzc .col-md-7 {
    padding-right: 15px;
  }

  .jmzc .row {
    margin-top: 35px;
  }

  .jmzc {
    padding: 45px 0 45px;
  }

  .apply .futitle {
    margin-top: 30px;
  }

  .apply .number {
    margin-bottom: 25px;
  }

  .apply {
    padding: 45px 0;
  }

  .apply form .clearfix .fr button {
    width: 170px;
    height: 50px;
    line-height: 50px;
  }

  .apply form textarea {
    height: 200px;
  }

  .tanchu .bot .clearfix {
    width: 90%;
  }

  .threed {
    padding: 45px 0;
  }

  .threed .threed_swiper {
    padding: 30px 0 40px;
    margin-bottom: 20px;
  }

  .threed_swiper .swiper-slide {
    margin-bottom: 20px;
  }

  .threed .threed_swiper .swiper-slide>div {
    padding: 0px 25px;
  }

  .erwema {
    width: 28%;
  }

  .qwdz_swiper .swiper-button-next {
    width: 35px;
    height: 35px;
    background-size: cover;
  }

  .qwdz_swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-size: cover;
  }

  .qwdz_div3 .swiper-button-next,
  .qwdz_div3 .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-size: cover;
  }

  .qwdz_div3 .qwdz_div3_swiper {
    padding-bottom: 55px;
  }

  .qwdz_div3 {
    margin: 20px 0 0px;
  }

  .qwzs_show .qwzs_show_ul {
    margin: 25px 0 25px;
  }

  .qwzs_show .row {
    margin-bottom: 30px;
  }

  .qwzs_show .row .col-md-4 {
    margin-bottom: 30px;
  }

  .qwzs_show .row .col-md-4 .name {
    opacity: 1;
  }

  .qwdz_swiper .name {
    font-size: 1.25rem;
  }

  .message {
    padding: 45px 0;
  }

  .qwzs_show {
    margin-top: 45px;
  }

  .index_service .img {
    padding-bottom: 60px;
  }

  .index_service .index_service_fr {
    width: 28%;
  }

  .index_service .index_service_fl ul li,
  .index_service .index_service_fr ul li {

    line-height: 24px;
  }

  .home-tab .swiper-button-next,
  .home-tab .swiper-button-prev {
    background-size: 15px 15px;
    width: 30px;
    height: 30px;
  }

  .home-tab .name {
    font-size: 1.375rem;
    bottom: 10px;
  }

  .home-tab .erwema {
    width: 115px;
    margin-top: -10px;
  }

  .erwema .text {
    font-size: 12px;
    line-height: 22px;
    margin-top: 8px;
  }

  .qwdz_div3 .swiper-button-next,
  .qwdz_div3 .swiper-button-prev {
    background-size: 15px 15px;
  }

}

@media (max-width: 767px) {
  #allmap {
    width: 100%;
    height: 340px
  }

  .index_pro {
    padding: 25px 15px 25px;
  }

  .index_pro .index_pro_fl,
  .index_pro .index_pro_fr {
    width: 100%;
  }

  .index_pro .index_pro_fl {
    padding: 0 0 15px 0;
  }

  .index_pro .left_ul li {
    width: 48%;
  }

  .index_pro .more .fl {
    width: 48%;
    margin-right: 2%;
  }

  .index_pro .more .fl:nth-child(2) {
    margin: 0 0 0 2%;
  }

  .index_pro .left_ul li:nth-child(odd) {
    margin: 0 2% 15px 0;
  }

  .index_pro .left_ul li:nth-child(even) {
    margin: 0 0 15px 2%;
  }

  .index_pro .more {
    margin-top: 0px;
  }

  .index_pro .index_pro_swiper {
    padding-bottom: 45px;
  }

  .title {
    font-size: 24px;
  }

  .index_service {
    padding: 25px 0px 25px;
  }

  .futitle {
    line-height: 26px;
  }

  .index_service .index_service_fl,
  .index_service .index_service_fr {
    position: relative;
  }

  .index_service .index_service_fl ul li div,
  .index_service .index_service_fr ul li div {
    margin-bottom: 0px;
  }

  .index_service .img {
    width: 100%;
  }

  .index_service .top {
    margin-top: 25px;
  }

  .index_service .index_service_fr {
    margin-top: 15px;
  }

  .index_about {
    padding: 25px 0;
  }

  .index_about .index_about_fr ul li:nth-child(1) {
    display: none;
  }

  .index_about .index_about_fr ul li {
    width: 100%;
    padding: 20px;
  }

  .index_about .index_about_fr .number .counter {
    font-size: 1.8rem;
  }

  .index_about .fl_name {
    font-size: 1.5rem;
  }

  .index_news {
    padding: 25px 0;
  }

  .index_news .index_news_top .fr {
    padding-top: 5px;
  }

  .index_news .index_news_top {
    margin-bottom: 15px;
  }

  .index_news_bot .col-md-3 {
    padding: 0 15px;
  }

  .index_news .index_news_bot .name {
    font-size: 14px;
  }

  .index_news .index_news_bot .data span,
  .index_news .index_news_bot .data {
    font-size: 14px;
    line-height: 30px;
  }

  .index_service .index_service_fl .dian,
  .index_service .index_service_fr .dian {
    right: 15px;
    top: 0;
    display: none;
  }

  .banner .scrool {
    display: none;
  }

  .banner .banner_pa .swiper-button-next,
  .banner .banner_pa .swiper-button-prev {
    width: 25px;
    height: 25px;
  }

  .nyban .content .scrool {
    display: none;
  }

  .nyban .nyerji {
    display: none;
  }

  .nyban .content {
    top: 50%;
  }

  .nyban .content .nytitle {
    font-size: 2rem;
    line-height: 45px;
  }

  .nyban .content .nyfutitle {
    font-size: 1.2rem;
    line-height: 30px;
  }

  .list_about {
    padding: 25px 0 25px;
  }

  .list_about .left p {
    font-size: 12px;
  }

  .about_div3 .name,
  .list_about .left .number span {
    font-size: 1.8rem;
  }

  .list_about .left .number span,
  .list_about .left .number {
    line-height: 30px;
  }

  .about_div2 {
    margin: 0px 0 15px;
  }

  .about_div3 {
    padding: 25px 0;
  }

  .about_div3 .title {
    margin-bottom: 15px;
  }

  .about_div3 .swiper-slide:nth-child(even)>div {
    margin-left: 30px;
  }

  .about_div3 .swiper-button-next,
  .about_div3 .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-size: 12px 12px;
    opacity: 1;
    transform: translateY(-38%);
  }

  .about_div3 .swiper-button-prev {
    left: -15px;
  }

  .about_div3 .swiper-button-next {
    right: -15px;
  }

  .about_div3::before {
    top: 57.6%;
  }

  .about_div3 .swiper-slide>div {
    padding: 0px 10px 30px 20px;
  }

  .about_div3 .swiper-slide:nth-child(even)>div {
    padding-bottom: 0;
  }

  .about_div4 {
    padding: 25px 0;
  }

  .about_div4 ul {
    margin-top: 20px;
  }

  .about_div4 ul li {
    width: 50%;
    padding: 0 0px;
    margin-bottom: 15px;
  }

  .about_div4 ul li:nth-child(odd) {
    padding-right: 7px;
  }

  .about_div4 ul li:nth-child(even) {
    padding-left: 7px;
  }

  .about_div4 ul li .img {
    width: 40%;
  }

  .about_div4 .name {
    margin-top: 10px;
  }

  .bread {
    display: none;
  }

  .article_image {
    padding: 25px 0 25px;
  }

  .article_image .gallery-thumbs {
    width: 85%;
  }

  .article_image .swiper-button-next,
  .article_image .swiper-button-prev {
    height: 76px;
  }

  .more a {
    padding: 0 24px;
  }

  .more {
    height: 40px;
    line-height: 40px;
  }

  .article_image .right .ljzx {
    line-height: 40px;
  }

  .bshare-custom {
    padding-top: 0px !important;
  }

  .bshare-custom .iconfont {
    margin: 0 5px;
  }

  .article_xiangqing {
    padding: 25px 0 30px;
  }

  .tuijian_pro {
    padding: 25px 0;
  }

  .articel_show .top {
    padding: 25px 0 25px;
  }

  .articel_show .data_show {
    line-height: 34px;
  }

  .articel_show .name {
    font-size: 1.375rem;
    margin-bottom: 0;
  }

  .articel_show .shangxia a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .articel_show .shangxia a .iconfont {
    font-size: 1.125rem;
  }

  .articel_show .shangxia a:nth-child(1) {
    margin-right: 10px;
  }

  .articel_show .bottom {
    margin: 20px 0;
  }

  .article_news .bottom .hotnews_name {
    font-size: 1.125rem;
  }

  .articel_show .swiper-button-next {
    right: 2px;
  }

  .articel_show .swiper-button-prev {
    left: 2px;
  }

  .articel_show .swiper-button-prev,
  .articel_show .swiper-container-rtl .swiper-button-next,
  .articel_show .swiper-button-next,
  .articel_show .swiper-container-rtl .swiper-button-prev {
    background-size: 14px 16px;
    width: 35px;
    height: 35px;
  }

  .articel_show .article_show_swiper {
    width: 100%;
  }

  .tuijian_pro .tuijian_pro_swiper {
    padding: 8px 0 30px;
  }

  .swiper-pagination-bullet {
    width: 15px;
    height: 6px;
  }

  .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
  }

  .list_contact {
    padding: 25px 0 25px;
  }

  .list_contact .english {
    font-size: 1.5rem;
    line-height: 36px;
    margin-top: 10px;
  }

  .ditu>div>img {
    height: 367px;
  }

  .contact_list {
    padding: 25px 0 15px;
  }

  .contact_swiper {
    padding-bottom: 45px;
  }

  .contact_list .text {
    padding: 0 10px 0;
  }

  .message input {
    padding: 0 15px;
  }

  .message textarea {
    padding: 10px 15px;
  }

  .message .col-md-6 {
    margin-bottom: 15px;
  }

  .message button {
    margin: 15px auto 0;
  }

  .list_pro {
    padding: 25px 0 25px;
  }

  .row .list_pro_li:nth-child(odd) {
    padding-right: 7px;
  }

  .row .list_pro_li:nth-child(even) {
    padding-left: 7px;
  }

  .list_pro_li .content .text {
    line-height: 28px;
  }

  .list_pro_li {
    margin-bottom: 15px;
  }

  .list_news {
    padding: 25px 0 30px;
  }

  .list_news .list:nth-child(1) {
    padding-top: 0;
  }

  .list_news .name {
    margin: 10px 0 10px;
  }

  .list_news .more_a {
    margin-top: 6px;
    font-weight: 600;
  }

  .list_news .list {
    padding: 20px 0;
  }

  .list_show_li {
    margin-bottom: 20px;
  }

  .list_show_li>div .name {
    line-height: 50px;
  }

  .xiangmu {
    padding-top: 25px;
  }

  .list_cx_xl .fl:nth-child(1) {
    width: 100%;
    line-height: 36px;
  }

  .list_cx_xl .fl:nth-child(3) {
    width: 48%;
    margin-left: 2%;
  }

  .list_cx_xl .fl:nth-child(3) select {
    width: 100%;
    padding: 0 15px;
  }

  .list_cx_xl .fl:nth-child(2) {
    width: 48%;
    margin-right: 2%;
  }

  .list_cx_xl .fl:nth-child(2) select {
    width: 100%;
    padding: 0 15px;
  }

  .list_cx_xl .fl:nth-child(4) {
    width: 100%;
    margin: 10px 0;
  }

  .list_cx_xl .fl:nth-child(4) select {
    width: 100%;
  }

  .list_cx_xl .fr button,
  .list_cx_xl .fr {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }

  .list_cs_jieguo {
    margin: 20px 0;
  }

  .tygl .icon {
    border: solid 2px #dedede;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .tygl .icon .iconfont {
    font-size: 1.25rem;
  }

  .advantage .swiper-slide>div::before {
    display: none;
  }

  .advantage {
    padding: 25px 0 25px;
  }

  .advantage .advantage_swiper {
    margin-top: 25px;
  }

  .advantage .name {
    margin: 10px 0;
  }

  .tiaojian .row,
  .jmcx .jmcx_ul,
  .tygl_swiper {
    margin-top: 15px;
  }

  .tiaojian .tiaojian_right li {
    padding-left: 0px;
    padding: 0 10px;
    line-height: 30px;
  }

  .jmcx {
    padding: 25px 0 25px;
  }

  .jmcx .jmcx_ul li {
    width: 48%;
    height: 50px;
    line-height: 50px;
  }

  .jmcx .jmcx_ul li:nth-child(odd) {
    margin-right: 2%;
  }

  .jmcx .jmcx_ul li:nth-child(even) {
    margin-left: 2%;
  }

  .jmcx .jmcx_ul li span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 3px;
  }

  .tygl {
    padding: 60px 0 60px;
  }

  .tygl_swiper {
    padding: 15px 0 45px;
  }

  .jmzc .row {
    margin-top: 20px;
  }

  .jmzc {
    padding: 25px 0 25px;
  }

  .apply .futitle {
    margin-top: 15px;
  }

  .apply .xian {
    display: none;
  }

  .apply .number {
    font-size: 2rem;
  }

  .apply form .col-md-4 {
    margin-bottom: 15px;
    margin-bottom: 10px;
  }

  .apply form input {
    height: 48px;
    line-height: 48px;
  }

  .apply form .col-md-12 {
    margin: 10px 0;
  }

  .apply form textarea {
    height: 150px;
  }

  .tanchu .top {
    height: 60px;
    line-height: 60px;
  }

  .tanchu .top .name {
    text-align: left;
    font-size: 1.125rem;
    padding-left: 10px;
  }

  .tanchu .bot .clearfix .fl {
    width: 100%;
  }

  .tanchu .swiper-button-next,
  .tanchu .swiper-button-prev,
  .tanchu .guanbi {
    width: 40px;
    height: 60px;
    line-height: 60px;
  }

  .tanchu .swiper-pagination {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .tanchu .swiper-button-prev {
    right: 140px;
  }

  .tanchu .bot .clearfix {
    width: 100%;
    padding: 0 15px;
    margin: 85px 0;
  }

  .tanchu .bot .clearfix .fr {
    width: 160px;
    margin: 0 auto;
    display: table;
  }

  .qwdz_swiper .swiper-slide-active .erwema {
    display: none;
  }

  .qwdz_swiper .swiper-button-next {
    width: 25px;
    height: 25px;
    right: 3px;
    margin-top: -10px;
  }

  .qwdz_swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
    left: 3px;
    margin-top: -10px;
  }

  .qwdz_div3 .swiper-button-next {
    right: 38%;
  }

  .qwdz_div3 .swiper-button-prev {
    left: 38%;
  }

  .qwdz_div3 .name {
    height: 46px;
    line-height: 46px;
  }

  .qwdz_div3 {
    margin: 25px 0 0px;
  }

  .qwzs_show .qwzs_show_ul li a,
  .qwzs_show .qwzs_show_ul li span {
    line-height: 34px;
  }

  .qwzs_show .qwzs_show_ul {
    padding: 10px 15px;
  }

  .qwdz_swiper .name {
    font-size: 1.125rem;
    bottom: 10px;
  }

  .qwzs_show {
    margin-top: 25px;
  }

  .qwzs_show .row {
    margin-bottom: 15px;
  }

  .qwzs_show .row .col-md-4 {
    margin-bottom: 15px;
  }

  .threed {
    padding: 25px 0;
  }

  .ditu .contact .text p {
    font-size: 12px;
    line-height: 20px;
  }

  .message {
    padding: 25px 0 35px;
  }

  .more_a .more_fl {
    width: 50%;
  }

  .apply {
    padding: 25px 0;
  }

  .apply .number {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .apply form .clearfix .fr button {
    width: 130px;
    height: 40px;
    line-height: 40px;
  }

  .index_service .index_service_fr {
    width: 100%;
  }

  .index_service .index_service_fl ul li,
  .index_service .index_service_fr ul li {
    line-height: 28px;
  }

  .article_image .right .ljzx .more {
    margin-right: 15px;
  }

  .bshare-custom .iconfont {
    font-size: 16px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin-top: 5px !important;
  }

  .home-tab .swiper-slide-active .erwema {
    display: none;
  }

  .home-tab {
    padding-top: 0;
  }

  .index_service .img {
    padding-bottom: 0px;
  }
  .list_pro_li .content {
    padding: 15px 15px 15px;
}
  .fenye {
    height: 45px;
    line-height: 45px;
  }

  .index_pro .name_hover {
    left: 10px;
    font-size: 1.0125rem;
    bottom: 15px;
  }

  .index_service .top {
    padding-bottom: 5px;
  }

  .list_pro_li .content .name {
    line-height: 26px;

  }
  .phone_erji {
    display: block;
  }
}