.bg {
  background: #9ED5B6;
}
.c {
  color: #9ED5B6;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #9ED5B6;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
header .center > ul > li {
  position: relative;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 990px) {
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
header.active {
  animation: sticky 0.65s;
  position: fixed;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header {
  position: absolute;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
 
header .logo {
  font-size: 1.375rem;
  color: #000000;
}

header .logo img {
  height: 3.75rem;
  margin-right: 1.875rem;
}
header .tel {
  position: relative;
  margin:0 0 0 2rem;
}
header .tel img {
  height: 1.25rem;
}
 
header .tel:hover .hover {
  display: block;
}
header .ds {
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  z-index: 9;
  position: relative;
  height: 100%;
}
 
header .ds div .iconfont {
  margin-right: 0.5rem;
  color: #000;
  font-size: 1.25rem;
} 
header .ds div:hover {
  color: #9ED5B6;
}
header .tel div {
    position: relative;
    color: #000;
    padding: 0 1rem;
        display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.125rem;
}
header .tel div .iconfont {
    font-size: 1.25rem;
}
header .tel div::before {
  content: "";
  position: absolute;
  top: 50%;
  
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: 2.5rem;
  transform: scale(1) translateY(-50%);
  background: #9ED5B6;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}
 
header .ds div:hover::before {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .lanuage {
  margin-left: 1.5625rem;
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #5a5a5a;
}
header .lanuage a.c {
  color: #9ED5B6;
}
header .center > ul > li {
  float: left;
  padding: 0 1.5rem;
}
header .center > ul > li > a {
  font-size: 1.25rem;
  color: #000;
  position: relative;
  font-weight: 600;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #9ED5B6;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.p_top{
    position: absolute;
    top: -100px;
}
header .center > ul > li:hover > a,
header .center > ul > li.active > a {
  color: #9ED5B6;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
body {
  padding-top: 6.25rem;
  --container: 14.8125rem;
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.index_pro .mt30 {
  margin-top: 1.875rem;
}
.index_pro .left .content {
  text-align: left;
}
.index_pro .left .padding_pro img.w100 {
  height: 26.25rem;
}
.index_pro .left .name {
  text-align: left;
}
.index_pro .left:hover .bor,
.index_pro .right .col-md-4:hover .bor {
  border-color: #9ED5B6;
}
.index_pro .left:hover img,
.index_pro .right .col-md-4:hover img {
  transform: scale(1.1);
}
.index_pro .left:hover .name,
.index_pro .right .col-md-4:hover .name {
  color: #9ED5B6;
}
.index_pro .right .col-md-4 {
  margin-bottom: 0.625rem;
}
.index_case .index_case_ul li {
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_case .index_case_ul li::before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 0.625rem solid #9ED5B6;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  opacity: 0;
}
.index_case .index_case_ul li:hover,
.index_case .index_case_ul li.active {
  color: #fff;
  background: #9ED5B6;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_case .index_case_ul li:hover a,
.index_case .index_case_ul li.active a {
  color: #fff;
}
.index_case .index_case_ul li:hover::before,
.index_case .index_case_ul li.active::before {
  opacity: 1;
}
.index_case .index_case_ul li a:hover {
  color: #fff !important;
}
.index_news_sum img {
  height: 14.375rem;
  object-fit: cover;
}
.index_news_sum .text {
  -webkit-line-clamp: 2;
}
.index_about .container {
  padding-right: 0;
}
.index_about .hover {
  padding-right: calc(25rem + var(--container));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.index_about .hover ul {
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 15px rgba(0, 76, 159, 0.15);
}
.index_about .hover ul li {
  padding: 3rem 0 3rem 2.5rem;
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index_about .hover ul li .text {
  font-size: 1rem;
  padding-top: 0.3125rem;
  line-height: 1.875rem;
  color: #666666;
}
.index_about .hover ul li p {
  padding-right: 1.875rem;
}
.index_about .hover ul li p img {
  width: 2rem;
}
.index_about .hover ul li .num {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #212121;
  position: relative;
  padding-bottom: 0.3125rem;
}
.index_about .hover ul li .num::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.875rem;
  height: 1px;
  background: #000;
}
.index_about .hover ul li .num span {
  font-weight: bold;
  font-size: 1.75rem;
  color: #232323;
  margin-right: 0.3125rem;
}
footer .clearfix {
  display: flex;
}
footer .left {
  padding-right: 4rem;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 8rem);
}
footer .left a {
  color: #EDEDED;
}
footer .footer_top .text {
  color: #EDEDED;
}
footer .right {
  width: 8rem;
  text-align: right;
}
footer .right .text {
  color: #EDEDED;
}
footer .footer_bot .fl {
  width: 80%;
}
footer .footer_bot .fr {
  width: 20%;
}
footer .bshare-custom {
  text-align: right !important;
}
.title.tl {
  display: inline-block;
}
.title.tl::before {
  left: 0;
  transform: translateX(0);
}
.ny_erji {
  padding: 38px 0 68px;
}
.ny_erji ul {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.ny_erji ul li {
  width: 9.375rem;
  margin: 0 0.625rem;
  border: 1px solid #9ED5B6;
  border-radius: 3.125rem;
  text-align: center;
  line-height: 3.4375rem;
  font-size: 1.125rem;
  height: 3.4375rem;
  position: relative;
}
.ny_erji ul li a {
  display: block;
}
.ny_erji ul li.active,
.ny_erji ul li:hover {
  background: #9ED5B6;
}
.ny_erji ul li.active::before,
.ny_erji ul li:hover::before {
  opacity: 1;
}
.ny_erji ul li.active a,
.ny_erji ul li:hover a {
  color: #fff;
}
.ny_erji ul li.active a:hover,
.ny_erji ul li:hover a:hover {
  color: #fff !important;
}
.ny_erji ul li::before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 0.625rem solid #9ED5B6;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  opacity: 0;
}
.list_about ul li {
  margin-bottom: 6.25rem;
}
.list_about ul li:last-child {
  margin-bottom: 0;
}
.flex_right_left > li .row {
  display: flex;
}
.flex_right_left > li:nth-child(even) .left {
  order: 2;
}
.flex_right_left > li:nth-child(even) .right {
  order: 1;
}
.abt-cont3 {
  padding: 6.25rem 0 8.75rem;
  background: url(../img/100.png) no-repeat;
  background-size: cover;
}
.abt-cont3 .title {
  color: #fff;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2rem 0;
  }
}
.abt-cont3 .mySwiper11a {
  margin-top: 5.3125rem;
}
@media (max-width: 768px) {
  .abt-cont3 .mySwiper11a {
    margin-top: 1.5rem;
  }
}
.abt-cont3 .mySwiper11a .cont {
  background: #FFFFFF;
  width: 460px;
  margin: 0 auto;
  padding: 2.5rem 3%;
}
@media (max-width: 768px) {
  .abt-cont3 .mySwiper11a .cont {
    width: 100%;
    border-radius: 1rem;
    padding: 1.5rem 5%;
  }
}
.abt-cont3 .mySwiper11a .cont .title {
  color: #9ED5B6;
}
.abt-cont3 .mySwiper11a .cont .p {
  font-size: 1rem;
  line-height: 30px;
  color: #7C7C7C;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .abt-cont3 .mySwiper11a .cont .p {
    width: 100%;
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.abt-cont3 .ahxwas_a3 {
  position: relative;
  margin-top: 4.8125rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont3 .ahxwas_a3 {
    margin-top: 2rem;
  }
}
.abt-cont3 .ahxwas_a3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.625rem;
  width: 100%;
  height: 0.125rem;
  background: #D9D9D9;
  z-index: -1;
}
.abt-cont3 .ahxwas_a3 .mySwiper1a .xhasz {
  text-align: center;
}
.abt-cont3 .ahxwas_a3 .mySwiper1a .xhasz::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  border: 3px solid #9ED5B6;
}
.abt-cont3 .ahxwas_a3 .mySwiper1a .xhasz .szxds {
  color: #FFFFFF;
  font: 500 1.25rem/1.5em "Montserrat";
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .abt-cont3 .ahxwas_a3 .mySwiper1a .xhasz .szxds {
    font-size: 1.25rem;
  }
}
.abt-cont3 .ahxwas_a3 .mySwiper1a .swiper-slide-thumb-active .szxds {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont3 .ahxwas_a3 .jtxas {
    display: none;
  }
}
.abt-cont3 .ahxwas_a3 .jtxas > div {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 15%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.abt-cont3 .ahxwas_a3 .jtxas > div.swiper-button-next1 {
  right: -5%;
}
.abt-cont3 .ahxwas_a3 .jtxas > div.swiper-button-prev1 {
  left: -5%;
}
.abt-cont3 .ahxwas_a3 .jtxas > div i {
  color: #fff;
  font-size: 1rem;
}
.abt-cont3 .ahxwas_a3 .jtxas > div:hover {
  background: #9ED5B6;
  border-color: #9ED5B6;
}
.abt-cont3 .ahxwas_a3 .jtxas > div:hover i {
  color: #fff;
}
.list_pro .flex_right_left > li,
.index_yptai .flex_right_left > li {
  padding: 70px 0;
}
.list_pro .flex_right_left > li:nth-child(even),
.index_yptai .flex_right_left > li:nth-child(even) {
  background: #F7F7F7;
}
.list_pro .flex_right_left > li .left,
.index_yptai .flex_right_left > li .left,
.list_pro .flex_right_left > li .right,
.index_yptai .flex_right_left > li .right {
  padding: 0 3.125rem;
}
.list_pro .flex_right_left > li .container > .row,
.index_yptai .flex_right_left > li .container > .row {
  margin: 0 -3.125rem;
}
.list_pro .flex_right_left .left .text,
.index_yptai .flex_right_left .left .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  margin: 0.875rem 0 1.875rem;
}
.list_pro .left ul {
  flex-wrap: wrap;
}
.list_pro .left .more {
  margin-top: 25px;
}
.list_pro .left li {
  margin-bottom: 0.8125rem;
}
.list_pro .left li a {
  border: 1px solid #E3E3E3;
  width: 100%;
  line-height: 2.8125rem;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  display: flex;
}
.list_pro .left li a .iconfont {
  margin-right: 0.625rem;
}
.list_pro_list {
  background: #F7F7F7;
  padding-bottom: 100px;
}
.list_pro_list .ny_erji {
  padding: 38px 0 28px;
}
.list_pro_list .ny_erji ul {
  flex-wrap: wrap;
}
.list_pro_list .ny_erji li {
  width: auto;
  padding: 0 1rem;
  margin: 0 0.5rem 1.25rem;
}
.list_pro_list .pro {
  margin-bottom: 1.875rem;
}
.list_pro_list .pro:hover a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro_list .pro:hover a .name {
  color: #9ED5B6 !important;
}
.list_pro_list .pro:hover a img {
  transform: scale(1.1);
}
.list_pro_list .pro a {
  background: #fff;
  padding: 40px 40px 40px 18px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro_list .pro a .left {
  width: 17.8125rem;
  height: 17.8125rem;
}
.list_pro_list .pro a .left img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.list_pro_list .pro a .right {
  width: calc(100% - 17.8125rem);
  padding-left: 20px;
}
.list_pro_list .pro a .right .name {
  font-size: 1.25rem;
  padding-bottom: 0.625rem;
  position: relative;
  line-height: 1.875rem;
  color: #232323;
}
.list_pro_list .pro a .right .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.3125rem;
  height: 3px;
  background: #9ED5B6;
}
.list_pro_list .pro a .right .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  margin: 1rem 0 1.25rem;
}
.article_image_fr .article_image_text {
  font-size: 16px !important;
  line-height: 30px !important;
  color: #7C7C7C !important;
  height: auto;
  overflow: hidden;
}
.article_image_fr .article_image_text span {
  background: transparent !important;
  font-size: 16px !important;
  line-height: 30px !important;
  color: #7C7C7C !important;
}
.article_image {
  align-items: center;
  display: flex;
}
.article_image .article_image_title {
  font-weight: bold;
  font-size: 2.125rem;
  color: #9ED5B6;
}
.about_pro_show {
  padding: 6.25rem 0;
}
.about_pro_show .padding_pro .content .name {
  background: transparent;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.about_pro_show .pro_row {
  margin-top: 2.1875rem;
}
.about_pro_show .title {
  color: #fff;
}
.about_pro_show .title::before {
  background: #fff;
}
.about_pro_show .over {
  background: #fff;
  padding: 0.625rem;
}
.about_pro_show .padding_pro img.w100 {
  height: 19.3125rem;
  object-fit: contain;
}
.about_pro_show .pro_row > div:hover .name {
  background: transparent !important;
}
.about_pro_show .pro_row > div:hover .over {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about_pro_show .pro_row > div:hover img {
  transform: scale(1.1);
}
.about_pro_show .pro_row > div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about_pro_show .pro_row > div:hover .padding_pro {
  background: transparent;
}
.index_yptai .container > .row {
  align-items: center;
}
.index_yptai .flex_right_left > li:hover .title {
  color: #9ED5B6;
}
.index_yptai .flex_right_left > li:hover img {
  transform: scale(1.1);
}
.show_ypt {
  padding: 6.25rem 0;
}
.show_ypt .title {
  font-weight: 600;
  color: #9ED5B6;
}
.show_ypt .title::before {
  display: none;
}
.show_ypt .row {
  align-items: center;
  display: flex;
}
.show_ypt .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
}
.show_ypt .text strong {
  color: #9ED5B6;
}
.show_three {
  line-height: 5.9375rem;
  border-top: 3px solid #9ED5B6;
  border-bottom: 1px solid #DBDBDB;
  font-size: 1.125rem;
  color: #4C4C4C;
  text-align: center;
}
.show_ypt_two {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
}
.show_ypt_two > ul > li {
  padding: 5.625rem 0;
}
.show_ypt_two > ul > li:nth-child(even) {
  background: #F7F7F7;
}
.show_ypt_two .left {
  position: sticky;
  top: 6.25rem;
}
.show_ypt_two .left .pr p {
  font-size: 7.5rem;
  color: #9ED5B6;
  color: #9ed5b6;
  opacity: 0.3;
  padding-left: 3.75rem;
  font-weight: 600;
  line-height: 1;
}
.show_ypt_two .left .pr div {
  font-weight: bold;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #9ED5B6;
}
@media (max-width:1700px) {
    header .logo {
         font-size: 1.25rem;
        
    }header .center > ul > li { 
    padding: 0 1.5rem;
}.solution .solution_bot .solution_ul li { 
    padding: 24px 7px 15px;
}
}

@media (max-width:1600px) {
    header .tel { 
    margin: 0 1.5625rem 0 1rem;
    }header .center > ul > li {
        padding: 0 1.25rem;
    }.solution .solution_bot .padding {
        padding-left: 20rem;
    }.padding_pro img.w100 {
        height: 12rem;
    }.index_pro .left .padding_pro img.w100 {
        height: 20.25rem;
    }.index_case .case_sum .swiper-slide img {
        height: 13.75rem;
    }.index_news_sum img {
        height: 10.375rem;
    }.index_news .col6_bot li {
    padding: 0;
}.index_news .col6_top li {
    padding: 4px 0 4px;
}.index_news .row>div.col-md-6>div.padding {
    padding: 11px 30px 15px;
}.index_about .hover {
    padding-right: calc(6rem + var(--container));
}body { 
    --container: 10rem;
}header .logo {
    font-size: 1.125rem;
}header .logo img {
    height: 3.375rem;
    margin-right: 0.875rem;
}header .center>ul>li:nth-child(4) .er-ul {
    width: 240%;
    left: -70%;
}header .center>ul>li:nth-child(3) .er-ul {
    width: 150%;
    left: -25%;
}.list_pro_list .pro a .left {
    width: 14.8125rem;
    height: 14.8125rem;
}.list_pro_list .pro a .right {
    width: calc(100% - 14.8125rem); 
}
}

@media (max-width:1440px) {
     .index_news_sum>.row.active {
         display: flex;
         flex-wrap: wrap;
     }
     .index_news_sum>.row.active>div {
         height: auto;
     }
     .index_news .row>div.col-md-3>div.padding {
         height: 100%;
     }
}
@media (max-width:1366px) {
    .index_about .left .text {
    margin: 0 0 20px;
    }footer .left {
        padding-right: 2rem;
    }
}
@media (max-width:1280px) {
    header .container {
    padding: 0 2.25rem;
}.solution .solution_bot .padding {
    padding-left: 14rem;
}.solution .solution_sum_fl img { 
    height: 29.375rem;
}.solution .solution_sum_fr .content {
    margin-top: 0; 
    padding: 30px;
}.index_news .col6_top li .fr {
    width: 76%;
}body {
    --container: 4rem;
}header .center > ul > li {
    padding: 0 0.75rem;
}header .center>ul>li:nth-child(4) .er-ul {
    width: 340%;
    left: -120%;
}header .container {
    padding: 0 1.25rem;
}header .logo img {
    height: 3rem;
    margin-right: 0.5rem;
}.about_pro_show .padding_pro img.w100 {
    height: 15.3125rem;
}
.gallery-top {
    width: 100%;
}
}


@media (max-width:990px) {
    header {
        display: none;
    }body {
        padding-top: 60px;
    }.solution .solution_bot .padding {
    padding-left: 0;
    }
    .solution .solution_bot .solution_ul li img {
        width: auto;
    }.index_pro .left .padding_pro img.w100 {
    height: auto;
}.padding_pro img.w100 {
    height: 25rem;
}.index_case .case_w1300 .container ,
.index_case .case_w1300{
    width: 100%;
}.index_case .swiper-button-next, .index_case .swiper-button-prev {
    display: none;
}
.case_sum_swiper {
    padding-bottom: 50px;
}
.case_sum_swiper .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 5px;
}
.case_sum_swiper .swiper-pagination-bullet-active {
    background: #9ED5B6;
}.index_about .hover {
    padding-right: 0;
    position: static;
}.sidebar-menu .sidebar-menu__header {
    position: static;
    background: #fff;
}.ny_erji {
    display: none;
}
.flex_right_left .left,
.flex_right_left .right {
    width: 100%;
    padding: 0 15px;
}
.flex_right_left .right  {
    margin-top: 15px;
}
.flex_right_left > li .row {
    flex-wrap: wrap;
}.list_about ul li {
    margin-bottom: 15px;
}.p_top{ 
    top: -60px;
}
.article_image {
    flex-wrap: wrap;
}
.gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
}
.show_ypt .row{
    flex-wrap: wrap;
}.show_ypt_two .left {
    position: static;
    top: 0;
    z-index: 99; 
    padding-bottom: 15px;
    
}.show_ypt_two .left .pr p {
    font-size: 4.5rem;
}.show_three {
    line-height: 60px;
}
}

@media (max-width:767px) {
    body {
        --container: 15px;
    }.solution .solution_sum_fl img {
    height: auto;
}.solution .solution_sum_fl {
    width: 100%;
}.solution .solution_sum_fr .content { 
    padding: 15px;
}.solution .solution_bot {
    position: static;
}.solution .solution_bot .solution_ul li::before {
     height: 10px !important;
}.solution .solution_bot .padding {
    padding: 0 15px;
}
.solution  .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 5px;
}
.solution  .swiper-pagination-bullet-active {
    background:  #9ED5B6;
}.solution {
    padding: 25px 0;
}.index_pro .mt30 {
    margin-top: 15px;
}.padding_pro img.w100 {
    height: 9rem;
}.index_case .index_case_ul {
    flex-wrap: wrap;
}.index_news .col6_top li .fr {
    width: calc(100% - 65px);
    padding-left: 20px;
}.index_about .hover ul li {
    padding: 20px 10px;

    width: 50%;
}.index_about .hover ul {
    flex-wrap: wrap;
}.index_case .index_case_ul li::before { 
    bottom: -1rem;
}.index_case .index_case_ul li {
    width: calc(33.3% - 10px);
    margin: 0 5px 15px;
}
.index_case .index_case_ul li {
        line-height: 40px;
    height: 40px;
}.case_sum_swiper .swiper-pagination-bullet {
    width: 15px;
}.index_case .case_w1300 .container {
    padding: 0;
}
.index_news .index_pro_ul li {
       width: calc(33.3% - 10px);
    margin: 0 5px 15px;
          line-height: 40px;
    height: 40px;
}.index_news .index_pro_ul {
    padding-bottom: 10px;
}.index_news_sum>.row.active>div { 
    width: 100%;
}.index_about .container {
    padding-right: 15px;
}.index_about .left {
    padding-left: 15px;
    text-align: justify;
    margin-bottom: 15px;
}.index_about .hover ul li {
    padding: 20px 0 20px 20px; 
}
.index_about .hover ul li:nth-child(1),
.index_about .hover ul li:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}.index_news .row>div.col-md-6>div.padding {
    padding: 11px 10px 15px;
} .list_pro .flex_right_left > li .right, .list_pro .flex_right_left > li .left {
    padding: 0 0;
}
 .list_pro .flex_right_left > li .container > .row {
     margin: 0 0;
 }.list_pro .flex_right_left > li {
     padding: 20px 0;
 }
 .list_pro .flex_right_left > li:first-child {
     padding-top: 0;
 }
 .list_pro .left li{
     padding: 0 5px;
 } .list_pro .left ul {
     margin: 0 -5px;
 }.list_pro .left li a {
     padding: 0 5px;
 }.flex_right_left > li:nth-child(even) .right {
    order: 2;
}.list_pro .left .more {
    margin-top: 0;
}.list_pro_list .pro a .left {
    width: 40%;
    height: auto;
}.list_pro_list .pro a .right {
    width: calc(100% - 40%);
    padding-left: 20px;
    
}
.list_pro_list .pro a { 
    padding: 20px 15px;}
    
    .list_pro_list {
        padding: 25px 0;
    }.list_pro_list .pro {
    margin-bottom: 15px;
}
.article_image_qh li{
    padding: 0;
    width: 50%;
}
.list_pro_two .border_bottom { 
    padding: 0;
    margin-bottom: 15px;
}.article_image_qh {
    margin: 0;
}.about_pro_show {
    padding: 25px 0;
}.article_image .article_image_title { 
    font-size: 22px;
}.article_image_fr .article_image_text {
    font-size: 14px !important;
    line-height: 25px !important;
}.about_pro_show .padding_pro img.w100 {
    height: 10.3125rem;
} .index_yptai .flex_right_left > li {
    padding: 25px 0;
}
.show_ypt .left img {
    width: 100% !important;
    height: 100% !important;
}.show_ypt {
    padding: 25px 0;
}.show_ypt_two > ul > li {
    padding: 25px 0;
} 
}






