.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;
}

a:hover {
  color: #9ED5B6 !important;
}

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

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

.nav_pc.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.padding_pro img.w100 {
  height: 16rem;
  object-fit: cover;
}

.pc_header {
  padding: 30px 0;
}

.pc_header .header_fl span {
  font-size: 1.5rem;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #bababa;
  line-height: 47px;
  color: #000000;
}

.pc_header .header_fr1 input {
  height: 47px;
  line-height: 47px;
  padding: 0 10px;
  font-size: 0.875rem;
  color: #b0b0b0;
  background-color: #ffffff;
  border: solid 1px #9ED5B6;
  width: 245px;
}

.pc_header .header_fr1 button {
  width: 93px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background-color: #9ED5B6;
  border: solid 1px #9ED5B6;
  font-size: 1rem;
  color: #ffffff;
}

.pc_header .header_fr2 {
  margin-right: 40px;
}

.pc_header .header_fr2 .fl {
  margin: 4px 4px 0 0;
}

.pc_header .header_fr2 .fr p {
  font-size: 14px;
  line-height: 20px;
  color: #646464;
}

.pc_header .header_fr2 .fr div {
  font-size: 1.625rem;
  line-height: 36px;
  color: #df0c00;
  font-weight: bolder;
  font-style: italic;
}

.pr {
  position: relative;
}

.nav_pc {
  background-color: #9ED5B6;
}

.nav_pc .container>ul>li {
  width: 11.1%;
  float: left;
  font-size: 1.125rem;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
}

.nav_pc .container>ul>li>a {
  color: #fff;
  position: relative;
  display: block;
}

.nav_pc .container>ul>li>a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 12px;
  background: #4693c5;
}

.nav_pc .container>ul>li:last-child>a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 12px;
  background: #4693c5;
}

.nav_pc ul>li.active,
.nav_pc ul>li:hover {
  background: #fff;
}

.nav_pc ul>li.active>a,
.nav_pc ul>li:hover>a {
  color: #9ED5B6;
}

.banner .banner_swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 35px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
}

.banner .banner_swiper .swiper-pagination-bullet-active {
  background: #9ED5B6;
}

.title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #000000;
  padding-bottom: 1.125rem;
  position: relative;
}

.title::before {
  content: "";
  width: 36px;
  height: 2px;
  background-color: #9ED5B6;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
}

.subtitle {
  font-size: 1rem;
  line-height: 2.0625rem;
  color: #939393;
  margin-top: .625rem;
}

.solution {
  padding: 90px 0 100px;
  background: #F7F7F7;
}

.solution .solution_sum_clearfix {
  margin-top: 45px;
  padding-top: 0;
  background-color: #fff;
  position: relative;
}



.solution .solution_sum_fl {
  width: 45%;
  padding-left: 0;
  border: 1px solid #ddd;
  padding: 1.25rem;
  text-align: center;
}

.solution .solution_sum_fr {
  width: 55%;
}

.solution .solution_sum_fr .content {
  margin-top: 20px;
  background-color: #ffffff;
  padding: 50px;
}

.solution .solution_sum_fr .content .name {
  font-size: 1.5rem;
  line-height: 30px;
  color: #000000;
}

.solution .solution_sum_fr .content .text {
  font-size: 1rem;
  line-height: 33px;
  color: #646464;
  margin: 10px 0 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 165px;
}

.solution .solution_bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.solution .solution_bot .padding {
  padding-left: 30rem;
}

.solution .solution_bot .padding .swiper-container {

  padding-top: .625rem;
}

.solution .solution_bot .padding .swiper-container li {
  background: #9ED5B6;
}

.solution .solution_bot .padding .swiper-container img {
  filter: brightness(0) invert(1);
  height: 2.875rem;
}

.solution .solution_bot .padding .swiper-container li:hover img,
.solution .solution_bot .padding .swiper-container li.active img {
  filter: brightness(1) invert(0);
}

.solution .solution_bot .padding .swiper-container li:hover .name,
.solution .solution_bot .padding .swiper-container li.active .name {
  color: #9ED5B6;
}

.solution .solution_bot .solution_ul li {
  width: 20%;
  float: left;
  padding: 24px 30px 15px;
  text-align: center;
  position: relative;
  z-index: 3;
}


.solution .solution_bot .solution_ul li .name {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1.5rem;
  color: #fff;
  min-height: 3rem;
  padding: 0 5px;
}

.solution .solution_bot .solution_ul li::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 0;
  height: .625rem;
  background: #9ED5B6;
}


.solution .solution_bot .solution_ul li:hover,
.solution .solution_bot .solution_ul li.active {
  background: #fff;
}

.solution .solution_bot .solution_ul li:hover::before,
.solution .solution_bot .solution_ul li.active::before {
  width: 100%;
}



.solution .solution_bot .solution_ul li:hover .name,
.solution .solution_bot .solution_ul li.active .name {
  color: #fff;
}

.solution .solution_sum_fl img {
  position: relative;
  height: 22rem;
  object-fit: contain;
}

.more {
  font-size: 1rem;

}

.more a,
.more div {
  display: flex;
  align-items: center;
  color: #9ED5B6;

}

.more span {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #9ED5B6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: .5rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  font-size: 1rem;
}

.more:hover a {
  color: #9ED5B6;
}

.more:hover .iconfont {
  transform: translateX(10px);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.padding_pro .bor {
  padding: 10px;
  border: 1px solid #E0E0E0;
}

.padding_pro .content {
  margin: 20px 0 10px;
  padding: 0 10px;
  text-align: center;
}

.padding_pro .content .name {
  font-size: 1.125rem;
  line-height: 30px;
  color: #2f2f2f;
  font-weight: 600;
}

.padding_pro .content .text {
  font-size: 1rem;
  line-height: 30px;
  color: #646464;
  margin: 5px 0 10px;
  min-height: 60px;
}

.padding_pro .content .text p {
  color: #9ED5B6;
}

.pro_row>div {
  margin-bottom: 26px;
}

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

.pro_row>div:hover .name,
.pro_row>div:hover .text {
  color: #fff !important;
}

.pro_row>div:hover .padding_pro {
  background: #9ED5B6;
}

.index_pro {
  padding: 70px 0 90px;
}

/* .index_pro .pro_row > div:nth-last-child(-n+4) {
  margin-bottom: 0;
} */
.index_pro_ul {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
  padding: 30px 0 60px;
}

.index_pro_ul li {
  width: 177px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  background-color: #4b4c4e;
  border-radius: 5px;
  position: relative;
  margin: 0 5px;
  padding: 0 5px;
}

.index_pro_ul li a {
  display: block;
  font-size: 1.125rem;
  color: #ffffff !important;
}

.index_pro_ul li.active::before,
.index_pro_ul li:hover::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.index_pro_ul li.active,
.index_pro_ul li:hover {
  background: #9ED5B6;
}

.index_case {
  padding: 74px 0 90px;
  background-color: #efefef;
}

.index_case .case_sum .name {
  font-size: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 33px;
  color: #000000;
  padding: 10px;
  text-align: center;
}

.index_case .case_sum .swiper-slide img {
  height: 18.75rem;
  object-fit: cover;
}

.index_case .case_sum .swiper-slide .pr {
  padding: 10px;
  background: #fff;
  overflow: hidden;
}

.index_case .case_sum .hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(158, 213, 182, 0.7);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.index_case .case_sum .hover .more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index_case .case_sum .swiper-slide:hover .hover {
  bottom: 0;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.index_case .case_sum .swiper-slide:hover .name {
  color: #9ED5B6;
}

.btn_bor {
  width: 3.3125rem;
  height: 3.3125rem;
  line-height: 3.3125rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-image: none !important;
  text-align: center;
}

.btn_bor .iconfont {
  font-size: 1.375rem;
  display: block;
  color: rgba(0, 0, 0, 0.3);
}

.btn_bor.swiper-button-next {
  right: -6.5625rem;
}

.btn_bor.swiper-button-prev {
  left: -6.5625rem;
}

.index_case .swiper-button-next,
.index_case .swiper-button-prev {
  background-size: 30px 30px;
}

.index_case .index_case_ul {
  margin: 30px 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_case .index_case_ul li {
  width: 9.375rem;
  margin: 0 .625rem;
  border: 1px solid #9ED5B6;
  border-radius: 3.125rem;
  text-align: center;
  line-height: 3.4375rem;
  font-size: 1.125rem;
  height: 3.4375rem;

}

.index_case .index_case_ul li a {
  color: #4C4C4C;
}

.index_case .index_case_ul li .icon img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.index_case .index_case_ul li .icon img:nth-child(2) {
  display: none;
}


.index_case .index_case_ul li.active .icon img:nth-child(2),
.index_case .index_case_ul li:hover .icon img:nth-child(2) {
  display: block;
}

.index_case .index_case_ul li.active .icon img:nth-child(1),
.index_case .index_case_ul li:hover .icon img:nth-child(1) {
  display: none;
  border: none;
}

.ta {
  text-align: center;
}

.index_news {
  overflow: hidden;
  position: relative;
  background: url(../img/10.jpg) center / cover no-repeat;
  background-attachment: fixed;
  padding: 70px 0 118px;
}

.index_news .title,
.index_news .subtitle {
  color: #fff;
}

.index_news .index_pro_ul {
  justify-content: center;
}

.index_news .index_pro_ul li {
  margin: 0 11px;
  background: transparent;
  border: solid 1px #fff;
  border-radius: 6.25rem;
  width: 9.375rem;
  line-height: 3.4375rem;
  height: 3.4375rem;
}

.index_news .index_pro_ul li a {
  color: #9c9c9c;
}

.index_news .index_pro_ul li.active,
.index_news .index_pro_ul li:hover {
  background-color: #fff;
  border: 1px solid #fff;
}

.index_news .index_pro_ul li.active a,
.index_news .index_pro_ul li:hover a {
  color: #9ED5B6 !important;
}

.index_news .row>div.col-md-3>div.padding {
  background: #fff;
  padding: 10px;
}

.index_news .row>div.col-md-3>div.padding .content {
  padding: 15px 0 15px;
}

.index_news .name {
  font-size: 1.0125rem;
  line-height: 33px;
  color: #000000;
}

.index_news .text {
  font-size: 1rem;
  line-height: 28px;
  color: #6d6d6d;
  margin: 5px 0 10px;
}

.index_news .more_a {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #6d6d6d;
  text-decoration: #9c9c9c;
}

.index_news .col6_top li {
  padding: 12px 0 8px;
  border-bottom: 1px solid #e2e2e2;
}

.index_news .col6_top li .fl {
  width: 80px;
}

.index_news .col6_top li .fr {
  width: 80%;
}

.index_news .row>div.col-md-6>div.padding {
  padding: 11px 30px 20px;
  background: #fff;
}

.index_news .row>div.col-md-6>div.padding .text {
  margin: 0 0 5px;
}

.index_news .ri {
  font-size: 2.25rem;
  line-height: 33px;
  color: #999999;
}

.index_news .year {
  font-size: 14px;
  line-height: 33px;
  color: #7c7c7c;
}

.index_news .col6_bot {
  margin-top: 15px;
}

.index_news .col6_bot li {
  padding: 3.4px 0;
}

.index_news .col6_bot li span {
  float: left;
}

.index_news .col6_bot li span:nth-child(1) {
  width: 5%;
  line-height: 33px;
}

.index_news .col6_bot li span:nth-child(2) {
  width: 73%;
}

.index_news .col6_bot li span:nth-child(3) {
  text-align: right;
  width: 20%;
}

.index_about {
  padding: 70px 0 104px;
}

.index_about .subtitle {
  margin-bottom: 35px;
}

.index_about .left {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  padding-left: 25px;
}

.index_about .left .text {
  margin: 34px 0 40px;
}

footer {
  background-color: #27303f;
}

footer .footer_top {
  padding: 60px 0 45px;
}

footer .footer_top .fl {
  margin-right: 28px;
}

footer .footer_top .name {
  font-size: 1.125rem;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: .5rem;
}

footer .footer_top .text {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}

footer .footer_bot .border_top {
  line-height: 1.875rem;
  font-size: .875rem;
  color: #fff;
  padding: 20px 0;
  border-top: 1px solid #313c4d;
}

footer .footer_bot .border_top a {
  color: #fff !important;
}

.nav_pc ul>li .er-ul {
  transition: 400ms ease-in-out;
  transform: scale(0);
  opacity: 0;
  top: 100%;
  display: block;
  z-index: 9999;
  width: 180%;
  left: -40%;
  border: 1px solid #ddd;
}

.nav_pc ul>li:hover .er-ul {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}

header .center>ul>li:nth-child(4) .er-ul {
  width: 200%;
  left: -50%;
}

.er-ul {
  position: absolute;
  width: 100%;
  left: 0px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
}

.er-ul li {
  line-height: 40px;
  border-bottom: none;
  width: 100%;
  display: block;
  float: none;
  padding: 2px 0;
}

.er-ul li:last-child {
  border-bottom: none;
}

/* .bott_li_div a, */
.er-ul li a {
  color: #000;
  font-size: 14px;
  display: block;
  text-align: left;
  background: #fff;
  color: #3d3e3f;
  text-align: center;
}

/* .bott_li_div a:hover, */
.er-ul li:hover a {
  color: #9ED5B6;
}
 
.index_pro_sum>.row,
.case_sum>.case_w1300,
.index_news_sum>.row {
  display: none;
}

.solution_sum .solution_sum_clearfix.active,
.index_pro_sum>.row.active,
.case_sum>.case_w1300.active,
.index_news_sum>.row.active {
  display: block;
}

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

.neiye_ban .text .container div {
  font-size: 2.8125rem;
  line-height: 60px;
  color: #ffffff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  padding-bottom: 10px;
}

.neiye_ban .text .container p {
  font-size: 1.25rem;
  line-height: 35px;
  color: #ffffff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.bread {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 14px;
  color: #929292;
}

.bread .iconfont {
  display: inline-block;
  width: 44px;
  text-align: center;
  color: #ccc;
  font-size: 1.25rem;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  margin-right: 15px;
}

.bread a {
  color: #929292;
}

.neiye_fl {
  width: 20%;
}

.neiye_fl .fl_title {
  background-color: #4b4c4e;
  border-radius: 10px 10px 0px 0px;
  line-height: 92px;
  padding: 0 25px;
  font-size: 1.625rem;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  margin-bottom: 2px;
}

.neiye_fl .fl_title::before {
  content: "";
  position: absolute;
  bottom: 16px;
  width: 112px;
  height: 1px;
  background-color: #646464;
  right: 0;
}

.neiye_fl .fl_title::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 3px;
  background-color: #0784c8;
  bottom: 15px;
  right: 100px;
}

.neiye_fl .fl_ul {
  margin-bottom: 25px;
}

.neiye_fl .fl_ul li {
  height: 57px;
  line-height: 57px;
  padding: 0 10px 0 15px;
  background-color: #f0f0f0;
  margin-bottom: 2px;
  font-size: 1rem;
  color: #ffffff;
}

.neiye_fl .fl_ul li a {
  color: #282828;
  width: 90%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.neiye_fl .fl_ul li .iconfont {
  float: right;
  color: #4b4c4e;
}

.neiye_fl .fl_ul li:hover,
.neiye_fl .fl_ul li.active {
  background-color: #9ED5B6;
}

.neiye_fl .fl_ul li:hover a,
.neiye_fl .fl_ul li.active a,
.neiye_fl .fl_ul li:hover .iconfont,
.neiye_fl .fl_ul li.active .iconfont {
  color: #fff !important;
}

.neiye_fl .fl_contact_name {
  font-size: 18px;
  line-height: 45px;
  color: #9ED5B6;
  font-weight: 600;
  position: relative;
  display: none;
}

.neiye_fl .fl_contact_name span {
  margin-left: 10px;
  font-size: 12px;
  line-height: 45px;
  color: #b2b2b2;
}

.neiye_fl .fl_contact_name::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 3px;
  background-color: #0784c8;
  bottom: -1px;
  left: 0;
}

.neiye_fl .fl_contact_name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  bottom: 0%;
  left: 0;
}

.neiye_fl .fl_img {
  margin: 19px 0 10px;
}

.neiye_fl .fl_contact_text {
  font-size: 14px;
  line-height: 30px;
  color: #656565;
}

.neiye_fr {
  width: 76%;
}

.list_pro,
.list_about,
.list_article,
.list_ypt,
.article_article,
.list_lianxi {
  padding: 60px 0 100px;
}

.about_pro {
  height: 59px;
  line-height: 59px;
  background-color: #f3f3f3;
  padding: 0 25px;
  margin: 30px 0;
}

.about_pro .fl {
  font-size: 1.75rem;
  color: #000000;
}

.about_pro .fr {
  font-size: 1rem;
  color: #000000;
}

.article_image_fl {
  width: 54%;
}

.gallery-top .swiper-slide img {
  height: 36.75rem;
  object-fit: contain;
}

.article_image_fr {
  width: 46%;
}
 
.tuji_xiaotu {
  width: 19%;
}

.tuji_xiaotu .swiper-button-next,
.tuji_xiaotu .swiper-button-prev {
  background-size: 20px 20px;
  width: 100%;
  height: 30px;
  background-color: #dedede;
  border: solid 1px #dedede;
}

.tuji_xiaotu .swiper-button-next {
  bottom: -34px;
  top: auto;
  left: 0;
  right: auto;
  background-image: url(../img/xia.png);
}

.tuji_xiaotu .swiper-button-prev {
  bottom: auto;
  top: 22px;
  left: 0;
  right: auto;
  background-image: url(../img/shang.png);
}

.gallery-thumbs {
  height: 300px;
  margin-top: 36px;
}

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

.gallery-thumbs .swiper-slide-thumb-active {
  border: solid 1px #4b4c4e;
}

.article_image_title {
  font-size: 1.75rem;
  line-height: 33px;
  color: #000000;
}

.article_image_fr {
  padding: 0 0 0 33px;
}

.article_image_fr .article_image_text {
  font-size: 1rem;
  line-height: 30px;
  color: #585858;
  margin: 15px 0 40px;
  height: 150px;
  overflow-y: scroll;
}

.article_image_ul {
  margin-bottom: 15px;
}

.article_image_ul li {
  width: 31%;
  float: left;
  margin-right: 15px;
  font-size: 1rem;
  line-height: 30px;
}

.article_image_ul li a {
  color: #585858;
}

.article_image_ul li span {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.125rem;
}

.list_pro_two .border_bottom {
  border-bottom: 1px solid #ececec;
  margin: 0 0 30px;
}

.list_pro_two {
  border-top: 3px solid #9ED5B6;
}

.article_image_qh {
  display: flex;
  justify-content: center;
  line-height: 5.9375rem; 
}

.article_image_qh li { 
  padding: 0 3.125rem;
  text-align: center;
  font-size: 1.125rem;
  color: #000000;
  cursor: pointer;
  border-right: 1px solid #fff;
}

.article_image_qh li.active,
.article_image_qh li:hover {
  color: #9ED5B6; 
}

.qh_sum {
  padding-bottom: 50px;
  border-bottom: 1px solid #ececec;
}

.qh_sum>div {
  display: none;
  font-size: 1rem;
  line-height: 30px;
  color: #585858;
}

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

.list_about .name {
  font-size: 1.5rem;
  line-height: 40px;
  color: #0c6ab0;
  position: relative;
}

.list_about .neiye_fr {
  border: solid 1px #e7e7e7;
  padding: 30px;
}

.list_about .text {
  font-size: 1rem;
  line-height: 33px;
  color: #595959;
  margin-top: 30px;
  padding-bottom: 30px;
}

.list_about .img {
  margin: 20px 0 30px;
}

.list_about .keywords {
  padding: 15px 0 10px;
}

.list_about .keywords .fl {
  width: 80%;
}

.list_about .keywords .fl span {
  font-size: 1rem;
  font-weight: bold;
  line-height: 33px;
  color: #595959;
}

.list_about .keywords .fl a {
  font-size: 14px;
  line-height: 33px;
  color: #595959;
}

.list_about .keywords .fr {
  width: 20%;
  text-align: right;
  font-size: 14px;
  line-height: 33px;
  color: #595959;
}

.honor_row {
  margin-top: 30px;
}

.honor_row .col-md-4 {
  margin: 0px 0 25px 0;
  padding: 0 10px;
}

.honor_row .col-md-4>.over {
  border: 1px solid #ddd;
}

.list_article .name {
  font-size: 1.25rem;
  line-height: 33px;
  color: #000000;
}

.list_article .data {
  font-size: 14px;
  margin: 3px 0;
  line-height: 30px;
  color: #585858;
}

.list_article .content {
  font-size: 1rem;
  line-height: 30px;
  color: #585858;
}

.list_article .article_top {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 12px;
}

.list_article .article_top .more {
  margin-top: 20px;
}

.list_article .article_top .fl {
  width: 40%;
}

.list_article .article_top .fr {
  width: 60%;
  padding-left: 30px;
}

.list_article .article_top .name {
  margin-top: 10px;
}

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

.list_article .article_top:hover .name {
  color: #9ED5B6;
}

.list_article .list_article_ul li {
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
}

.list_article .list_article_ul li .fl {
  width: 81px;
  height: 90px;
  background-color: #efefef;
  color: #585858;
  font-size: 1rem;
  line-height: 30px;
  text-align: center;
  padding-top: 15px;
}

.list_article .list_article_ul li .fr {
  width: 89%;
  padding-left: 20px;
}

.list_article .list_article_ul li:hover .fl {
  background-color: #9ED5B6;
  color: #fff;
}

.list_article .list_article_ul li:hover .name {
  color: #9ED5B6;
}

.article_article .content {
  font-size: 1rem;
  line-height: 30px;
  padding: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #7b7b7b;
}

.about_case ul li {
  line-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1rem;
}

.article_article .article_data {
  margin: 20px 0;
  font-size: 1rem;
  line-height: 30px;
  color: #7b7b7b;
}

.about_case .about_pro {
  margin-bottom: 10px;
}

.article_article .shangxia {
  margin-top: 30px;
  line-height: 30px;
  color: #7b7b7b;
}

/* 联系我们 */
.list_lianxi_ul {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  padding: 29px 0 24px;
  width: 80%;
  margin: -48px auto 0;
  position: relative;
  z-index: 99;
  background: #fff;
}

.list_lianxi_ul li {
  width: 33%;
  float: left;
  border-left: 1px solid #c4c4c4;
  text-align: center;
}

.list_lianxi_ul li:first-child {
  border-left: none;
}

.list_lianxi_ul li>div:nth-child(1),
.list_lianxi_ul li>div:nth-child(1) .iconfont {
  font-size: 1.5rem;
  line-height: 48px;
  color: #181818;
}

.list_lianxi_ul li>div:nth-child(1) .iconfont {
  margin-right: 10px;
}

.list_lianxi_name {
  font-size: 1rem;
  line-height: 18px;
  color: #9ED5B6;
  font-weight: 600;
}


.list_liuyan_ul li {
  width: 48%;
  margin-left: 33px;
  height: 71px;
  line-height: 71px;
  border-radius: 6px;
  margin-bottom: 37px;
  float: left;
}

.list_liuyan_ul li input {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #666666;
  padding: 0 20px;
  color: #666666;
  width: 100%;
  border: none;
  border: 1px solid #ddd;
  border-radius: 6px;

}

.list_liuyan_ul li:nth-child(odd) {
  margin-left: 0;
}

.textate {
  width: 100%;
  height: 257px;
  border-radius: 6px;

}

.textate textarea {
  line-height: 30px;
  font-size: 1.125rem;
  color: #666666;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.list_liuyan button {
  width: 179px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #9ED5B6;
  border: 1px solid #9ED5B6;
  margin-top: 35px;
  border-radius: 6px;
}

.list_liuyan button:hover {
  background: #fff;
  color: #9ED5B6;
  border: 1px solid #9ED5B6;
}

.list_liuyan {
  margin-top: 80px;
}

.list_liuyan .futitle {
  margin-top: 20px;
}

.list_liuyan form {
  margin-top: 30px;
}

/* 案例列表 */
.list_alul li {
  padding: 15px 0;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
}

.list_alul li a {
  color: #000;
}

.list_alul li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.xqy_img {
  margin-top: 30px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  vertical-align: middle;
}

.bshare-custom .iconfont {
  background: none !important;
  color: #fff !important;
  margin: 0 10px;
  padding-left: 0 !important;
  font-size: 20px !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;
}

.solution_sum {
  position: relative;
}

.solution_sum_fl>div {}

@media (max-width: 1440px) {

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

  .title {
    font-size: 2rem;
  }

  .solution {
    padding-top: 60px;
  }

  .solution .solution_sum_clearfix {
    margin-top: 30px;
  }

  .index_pro,
  .index_case {
    padding: 60px 0;
  }

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

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

  .list_pro,
  .list_about,
  .list_article,
  .list_ypt,
  .article_article {
    padding: 60px 0 60px;
  }

  .neiye_ban .text .container div {
    font-size: 2.4rem;
    padding-bottom: 0;
  }
}

@media (max-width: 1366px) {
  .index_case .case_w1300 {
    width: 1170px;
  }

  .index_case .case_w1300 .container {
    width: 1100px;
  }
}

@media (max-width: 1200px) {
  .index_case .case_w1300 {
    width: 1024px;
  }

  .index_case .case_w1300 .container {
    width: 960px;
  }

  .pc_header {
    padding: 20px 0;
  }

  .pc_header .header_fl span {
    font-size: 1.25rem;
    padding-left: 10px;
    margin-left: 10px;
  }

  .pc_header .header_fr1 input {
    width: 215px;
  }

  .nav_pc .container>ul>li {
    height: 60px;
    line-height: 60px;
  }

  .index_pro_ul li {
    width: 140px;
    height: 45px;
    line-height: 45px;
  }

  .index_pro_ul {
    padding: 25px 0 45px;
  }

  .index_case .index_case_ul li .icon img {
    width: 80px;
    height: 80px;
  }

  .index_case .index_case_ul {
    margin: 30px 0 30px;
  }

  .index_news .col6_top li .fl {
    width: 65px;
  }

  .index_news_sum>.row>div {
    padding: 0 7.5px;
  }

  .index_news .row>div.col-md-6>div.padding {
    padding: 0px 20px 15px;
  }

  .index_news .col6_top li {
    padding: 11.5px 0 0px;
  }

  .index_news .col6_bot {
    margin-top: 10px;
  }

  .index_about .col-md-6:nth-child(2) .text {
    margin: 0px 0 20px;
  }

  .index_about .col-md-6:nth-child(2) {
    line-height: 30px;
  }

  .index_pro .index_pro_sum .row>div {
    padding: 0 7.5px;
  }

  footer .footer_top .fl {
    margin-right: 14px;
  }

  .neiye_fl {
    width: 22%;
  }

  .gallery-thumbs {
    height: 234px;
  }

  .gallery-thumbs .swiper-slide img {
    width: 96%;
  }

  .article_image_title {
    font-size: 1.5rem;
  }

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

  .article_image_fr .article_image_text {
    margin: 10px 0 15px;
  }

  .article_image_qh {
    height: 50px;
    line-height: 50px;
  }

  .article_image_qh li {
    font-size: 14px;
  }

  .list_article .list_article_ul li .fr {
    width: 88%;
  }

  .list_article .data {
    line-height: 24px;
  }

  .list_pro,
  .list_about,
  .list_article,
  .list_ypt,
  .article_article,
  .list_lianxi {
    padding: 45px 0 60px;
  }

 
  .article_image_fr .article_image_text {
    height: 115px;

  }

  .padding_pro img.w100 {
    height: 180px;
  }

  .footer_top .clearfix .fr {
    display: none;
  }

  footer .footer_top .fl {
    margin-right: 20px;
  }
}

@media (max-width: 1024px) {
  .index_case .case_w1300 {
    width: 90%;
  }

  .index_case .case_w1300 .container {
    width: 92%;
  }
}

@media (max-width: 990px) {
  .solution {
    padding-top: 40px;
  }

  .solution .solution_bot .solution_ul li {
    padding: 20px 15px 15px;
  }

  .solution .solution_bot .solution_ul li .name {
    line-height: 22px;
    min-height: 44px;
  }

  .index_pro_ul li {
    width: 115px;
  }

  .index_pro_ul li a {
    font-size: 1rem;
  }

  .index_pro .index_pro_sum .row>div:nth-last-child(-n+4) {
    margin-bottom: 26px;
  }

  .pc_header,
  .nav_pc {
    display: none;
  }

  body {
    padding: 70px 0 60px;
  }

  .title {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }

  .subtitle {
    margin-top: 5px;
    line-height: 28px;
  }

  .solution .solution_sum_fr .content {
    padding: 25px;
  }

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

  .solution .solution_bot .solution_ul li img {
    width: 35%;
  }

  .index_pro,
  .index_case {
    padding: 45px 0;
  }

  .index_case .index_case_ul li .icon img {
    width: 60px;
    height: 60px;
  }

  .index_case .index_case_ul {
    margin: 20px 0 20px;
  }

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

  .index_news_sum .col-md-3 {
    margin-bottom: 15px;
  }

  .index_news .col6_top li .fr {
    width: 89%;
  }

  footer {
    display: none;
  }

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

  .list_pro,
  .list_about,
  .list_article,
  .list_ypt,
  .article_article {
    padding: 45px 0px 45px;
  }

  .article_article .content {
    padding: 20px 0;
  }

  .article_article .shangxia {
    margin-top: 20px;
  }

  .article_image_title {
    font-size: 1.5rem;
  }

  .neiye_ban .text .container div {
    font-size: 2.1rem;
    line-height: 40px;
  }

  .article_image_fl {
    width: 100%;
  }

  .gallery-thumbs {
    height: 360px;
  }

  .article_image_fr {
    width: 100%;
    padding: 15px 0 0 0;
  }

  .neiye_fl .fl_contact_name span {
    display: none;
  }

  .article_top .content {
    -webkit-line-clamp: 1;
  }

  .list_article .article_top .name {
    margin-top: 0;
  }

  .list_article .list_article_ul li .fr {
    width: 85%;
  }

  .list_article .content {
    line-height: 26px;
  }

  .neiye_fl {
    display: none;
  }

  .xqy_img {
    margin-top: 15px;
  }

  .list_liuyan_ul li {
    margin-left: 28px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
  }

  .textate {
    height: 180px;
  }

  .list_liuyan button {
    margin-top: 20px;
  }

  .list_liuyan {
    margin-top: 45px;
  }

  .gallery-top .swiper-slide img {
    width: 430px;
    height: 430px;
  }

  .neiye_fr {
    width: 100%;
  }

  .gallery-thumbs .swiper-slide img {
    width: 81%;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .padding_pro img.w100 {
    height: 177px;

  }

  .article_image_fr .article_image_text {
    height: auto;
  }
}

@media (max-width: 767px) {
  .padding_pro img.w100 {
    height: auto;
  }

  .gallery-top .swiper-slide img {
    width: auto;
    height: auto;
  }

  .banner .banner_swiper .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
  }

  .solution .solution_sum_fl {
    width: 70%;
    padding-left: 0;
    margin: 15px auto 0;
    float: none;
  }

  .solution .solution_sum_fr {
    width: 100%;
  }

  .solution .solution_sum_clearfix::before {
    display: none;
  }

  .solution .solution_sum_clearfix {
    padding-top: 0;
    margin-top: 0;
  }

  .index_ypt {
    padding-bottom: 45px;
  }

  .index_ypt .swiper-wrapper .swiper-slide {
    border-bottom: 1px solid #ddd;
  }

  .solution .solution_bot .solution_ul li:hover::before,
  .solution .solution_bot .solution_ul li.active::before {
    height: 100%;
  }

  .solution_bot .container {
    padding: 0;
  }

  .solution .solution_bot .solution_ul li img {
    width: 20%;
  }

  .title {
    font-size: 22px;
  }

  .solution {
    padding-top: 20px;
  }

  .solution .solution_sum_fr .content .text {
    line-height: 28px;
    height: 84px;
  }

  .index_pro,
  .index_case {
    padding: 20px 0;
  }

  .index_pro_ul {
    width: 100%;
    padding: 15px 0 15px;
    flex-flow: row wrap;
    justify-content: center;
  }

  .index_pro_ul li {
    margin: 0 5px 15px;
  }

  .index_pro .index_pro_sum .row>div:nth-child(odd) {
    padding: 0 7px 0 15px;
  }

  .index_pro .index_pro_sum .row>div:nth-child(even) {
    padding: 0 15px 0 7px;
  }

  .pro_row>div {
    margin-bottom: 10px;
  }

  .padding_pro .content .text {
    line-height: 26px;
    margin: 0px 0 10px;
    min-height: 52px;

  }

  .index_pro {
    padding-bottom: 0;
  }

  .index_case .index_case_ul li {
    width: 25%;
    margin-bottom: 10px;
  }

  .index_case .index_case_ul li .name {
    font-size: 1rem;
    padding-top: 0;
  }

  .index_case .case_w1300 .container {
    width: 100%;
  }

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

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

  .index_case .index_case_ul {
    margin-bottom: 10px;
  }

  .index_case .case_w1300 {
    width: 100%;
    padding: 0 15px;
  }

  .index_case .swiper-button-next,
  .index_case .swiper-button-prev {
    background-size: 20px 20px;
  }

  .index_case .case_sum .name {
    padding: 0px 0;
  }

  .index_news .index_pro_ul li {
    margin: 0 5px;
  }

  .index_news {
    padding: 20px 0;
  }

  .index_news_sum>.row>div {
    padding: 0 15px;
  }

  .index_news .index_pro_ul {
    padding-bottom: 25px;
  }

  .index_news .text {
    -webkit-line-clamp: 1;
  }

  .index_news .row>div.col-md-6>div.padding {
    padding: 0px 15px 15px;
  }

  .index_news .col6_top li .fr {
    width: 80%;
  }

  .index_about {
    padding: 20px 0 20px;
  }

  .index_about .subtitle {
    margin-bottom: 15px;
  }

  .index_about .col-md-6:nth-child(2) {
    padding: 10px 15px 0;
    text-align: justify;
  }

  .index_about .col-md-6:nth-child(2) .text {
    margin: 0px 0 10px;
  }

  .bread {
    display: none;
  }

  .neiye_ban img {
    height: 220px;
    object-fit: cover;
  }

  .neiye_ban .text .container div {
    font-size: 22px;
  }

  .list_pro,
  .list_about,
  .list_article,
  .list_ypt,
  .article_article {
    padding: 25px 0px 25px;
  }

  .article_article .article_data {
    margin: 10px 0;
  }

  .article_article .content {
    padding: 10px 0;
  }

  .neiye_fl,
  .neiye_fr {
    width: 100%;
  }

  .neiye_fl .fl_title,
  .fl_contact {
    display: none;
  }

  .neiye_fl .fl_ul li {
    height: 50px;
    line-height: 50px;
  }

  .gallery-thumbs {
    height: auto;
  }

  .tuji_xiaotu,
  .gallery-top {
    width: 100%;
  }

  .gallery-thumbs {
    width: 80%;
    margin: 0px auto 0;
  }

  .tuji_xiaotu .swiper-button-next {
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
    transform: translate(0, 0);
    width: 30px;
    height: 100%;
    margin-top: 0;
    background-image: url(../img/you.png);
  }

  .tuji_xiaotu .swiper-button-prev {
    bottom: auto;
    top: 0;
    left: 0;
    right: auto;
    transform: translate(0, 0);
    width: 30px;
    height: 100%;
    margin-top: 0;
    background-image: url(../img/zuo.png);
  }

  .gallery-top {
    margin-bottom: 10px;
  }

  .article_image_qh {
    margin: 20px 0 15px;
  }

  .qh_sum {
    padding-bottom: 25px;
  }

  .about_pro {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin: 15px 0;
  }

  .about_pro .fl {
    font-size: 1.25rem;
  }

  .list_about .neiye_fr {
    padding: 15px;
  }

  .list_about .text {
    line-height: 28px;
    margin-top: 10px;
    padding-bottom: 15px;
  }

  .list_about .img>div {
    padding: 0 0 0px;
  }

  .list_about .img>div:nth-child(1) {
    padding-bottom: 15px;
  }

  .list_about .keywords .fl {
    width: 100%;
    line-height: 28px;
  }

  .list_about .keywords .fr {
    display: none;
  }

  .list_article .article_top .fl {
    width: 100%;
  }

  .list_article .article_top .fr {
    width: 100%;
    padding: 15px 0 10px;
  }

  .list_article .list_article_ul li .fr {
    width: 100%;
    padding-left: 0px;
  }

  .list_article .list_article_ul li .fl {
    display: none;
  }

  .list_article .list_article_ul li {
    padding: 15px 0;
  }

  .honor_row .col-md-4 {
    margin: 0px 0 15px 0;
  }

  .xqy_img {
    border: 1px solid #ddd;
  }

  .list_alul li {
    line-height: 30px;
  }

  .list_lianxi_ul {
    width: 100%;
  }

  .list_liuyan {
    margin-top: 25px;
  }

  .list_liuyan .futitle {
    margin-top: 15px;
  }

  .list_liuyan_ul li {
    width: 100%;
    margin-left: 0 !important;
  }

  .list_liuyan button {
    width: 100%;
  }

  .list_lianxi_ul li {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    padding: 15px 0 15px;
  }

  .list_lianxi_ul {
    padding: 10px 0;
  }

  .list_lianxi_ul li>div:nth-child(1),
  .list_lianxi_ul li>div:nth-child(1) .iconfont {
    font-size: 18px;
    line-height: 34px;
  }

  .list_pro,
  .list_about,
  .list_article,
  .list_ypt,
  .article_article,
  .list_lianxi {
    padding: 25px 0 40px;
  }

  .list_liuyan_ul li input {
    font-size: 1rem;
    padding: 0 15px;
  }

  .textate textarea {
    font-size: 1rem;
  }

  .neiye_ban .text .container p {
    font-size: 14px;
  }
}