/*通用类*/
* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../font/AlibabaPuHuiTi-3-95-ExtraBold.eot');
  src: local('fontName Regular'), local('fontName'), url('../font/AlibabaPuHuiTi-3-95-ExtraBold.woff') format('woff'), url('../font/AlibabaPuHuiTi-3-95-ExtraBold.ttf') format('truetype');
}
body {
  font-family: "AlibabaPuHuiTi";
  background: #fff;
  color: #363636;
}
h1,
h2,
h3 {
  font-weight: 500;
}
img {
  border: none;
}
a {
  cursor: pointer;
  color: #363636;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #f60;
}
ul {
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea,
select {
  font-family: "AlibabaPuHuiTi";
  outline: none;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
}
div {
  box-sizing: border-box;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.warpin {
  width: 1400px;
  margin: 0 auto;
}
.main {
  width: 1400px;
  margin: 0 auto;
}
.pulic_head_bg {
  display: block;
  width: 100%;
  height: 72px;
}
.pulic_head {
  position: absolute;
  z-index: 11;
  width: 100%;
  transition: all 0.3s;
  padding: 0 5%;
}
.pulic_head .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pulic_head .logo {
  display: block;
  margin-left: 5%;
}
.pulic_head .logo img {
  max-width: 100%;
}
.pulic_head .logo .log_2 {
  display: none;
}
.pulic_head .r_cont {
  display: flex;
  align-items: center;
}
.pulic_head .r_cont .nav {
  display: flex;
  align-items: center;
}
.pulic_head .r_cont .nav .li {
  margin-right: 60px;
  position: relative;
}
.pulic_head .r_cont .nav .li .tle {
  display: flex;
  align-items: center;
  color: #2d2e2e;
  padding: 24px 0;
  font-size: 17px;
  color: #fff;
}
.pulic_head .r_cont .nav .li .tle .arr {
  margin-left: 4px;
  width: 13px;
  filter: brightness(1000%);
}
.pulic_head .r_cont .nav .li::after {
  content: "";
  width: 0;
  height: 3px;
  background: #47a8b7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.8s;
}
.pulic_head .r_cont .nav .li .bit_dl {
  display: none;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.pulic_head .r_cont .nav .li .bit_dl .dd {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.pulic_head .r_cont .nav .li .bit_dl .dd:hover {
  color: #47a8b7;
}
.pulic_head .r_cont .nav .li:hover .bit_dl {
  display: block;
}
.pulic_head .r_cont .search_btn {
  margin-left: 2vw;
}
.pulic_head .r_cont .search_btn img {
  width: 20px;
}
.pulic_head .r_cont .search_btn .sea_2 {
  display: none;
}
.pulic_head.active {
  background: #fff;
  position: fixed;
}
.pulic_head.active .logo .log_1 {
  display: none;
}
.pulic_head.active .logo .log_2 {
  display: block;
}
.pulic_head.active .r_cont .nav .li .tle {
  color: #2d2e2e;
}
.pulic_head.active .r_cont .nav .li .tle .arr {
  filter: grayscale(100%);
}
.pulic_head.active .r_cont .nav .li:hover .tle {
  color: #47a8b7;
}
.pulic_head.active .r_cont .nav .li:hover::after {
  width: 110%;
}
.pulic_head.active .r_cont .search_btn .sea_1 {
  display: none;
}
.pulic_head.active .r_cont .search_btn .sea_2 {
  display: block;
}
.index_contain {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.index_contain .bg {
  display: block;
  width: 100%;
  height: 100%;
}
.index_contain .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: #40adbd;
  margin: 8px auto !important;
  transition: all 0.6s;
  z-index: 11;
}
.index_contain .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
}
.index_contain .bg_1 {
  background: #f5f5f6;
}
.index_contain .bg_2 {
  background: #f4f4f4;
}
.index_contain .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_pulic_title {
  text-align: center;
  padding: 20px 0;
}
.index_pulic_title .en {
  font-size: 16px;
  color: #d3d3d3;
  text-transform: uppercase;
}
.index_pulic_title .cn {
  font-size: 40px;
  color: #000000;
}
@keyframes change1 {
  0% {
    transform: translateX(-0.72vw);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(0.52vw);
    opacity: 0;
  }
}
.index_baner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.index_baner .bg {
  display: block;
  width: 100%;
  height: 100%;
}
.index_baner .swiper-slide {
  position: relative;
}
.index_baner .swiper-slide .cont_bg {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 0 5%;
}
.index_baner .swiper-slide .cont_bg .tle {
  font-size: 66px;
  color: #ffffff;
  margin-bottom: 10px;
  transform: translateY(-40px);
  opacity: 0;
  transition: all 1s;
}
.index_baner .swiper-slide .cont_bg .txt {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 20px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s;
}
.index_baner .swiper-slide .cont_bg .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 60px;
  border-radius: 100px;
  border: 1px solid #fff;
  font-size: 15px;
  color: #fdfdff;
  transform: translateY(40px);
  opacity: 0;
  transition: all 1s;
}
.index_baner .swiper-slide .cont_bg .more .arr {
  width: 30px;
  margin-left: 20px;
  transition: all 0.6s;
  animation: change1 1.5s ease-in-out infinite;
}
.index_baner .swiper-slide.ani-slide .cont_bg .tle {
  transform: translateY(0);
  opacity: 1;
}
.index_baner .swiper-slide.ani-slide .cont_bg .txt {
  transform: translateY(0);
  opacity: 1;
}
.index_baner .swiper-slide.ani-slide .cont_bg .more {
  transform: translateY(0);
  opacity: 1;
}
.index_baner .leftside {
  position: absolute;
  z-index: 11;
  left: 2%;
  bottom: 20px;
}
.index_baner .lines {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  width: 90px;
  height: 1px;
  margin-top: 10px;
}
.index_baner .lines .swiper-pagination-progressbar-fill {
  background: #FFF;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  transform-origin: left top;
}
.index_baner .figurs {
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.index_baner .figurs span {
  margin: 0 5px;
  opacity: 0.6;
}
.index_baner .figurs .curs {
  font-size: 22px;
  opacity: 1;
}
.index_baner .arr_cont {
  position: absolute;
  bottom: 20px;
  right: 2%;
  display: flex;
  align-items: center;
  z-index: 11;
}
.index_baner .arr_cont .index_prev {
  display: block;
  width: 37px;
  height: 37px;
  background: url(../i/baner_prev.png) no-repeat center;
  background-size: cover;
  margin: 0 10px;
  cursor: pointer;
}
.index_baner .arr_cont .index_prev.swiper-button-disabled {
  opacity: 0.3;
}
.index_baner .arr_cont .index_next {
  display: block;
  width: 37px;
  height: 37px;
  background: url(../i/baner_next.png) no-repeat center;
  background-size: cover;
  margin: 0 10px;
  cursor: pointer;
}
.index_baner .arr_cont .index_next.swiper-button-disabled {
  opacity: 0.3;
}
.index_pro_last {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index_pro_last .pro_img {
  position: relative;
  margin-bottom: 40px;
  height: 600px;
  background: #fff;
}
.index_pro_last .pro_img .pro_i {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.index_pro_last .pro_img .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.index_pro_last .pro_det {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 94%;
  transform: translateX(-50%);
  text-align: center;
  padding: 1vh 0;
  background: #edecec;
}
.index_pro_last .pro_det .tle {
  font-size: 28px;
  color: #343d3e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_pro_last .pro_det .txt {
  font-size: 16px;
  color: #4cb2c2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_pro_last .pro_det .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 50px;
  border-radius: 100px;
  background: #51a3b0;
  font-size: 12px;
  color: 14px;
  color: #ffffff;
  margin: 10px auto;
}
.index_pro_last .pro_det .more_btn img {
  margin-left: 20px;
  animation: change1 1.5s ease-in-out infinite;
}
.index_pro_cont {
  position: relative;
}
.index_pro_cont .index_pro_prev {
  position: absolute;
  left: -86px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 64px;
  background: #fff;
}
.index_pro_cont .index_pro_prev img {
  width: 20px;
}
.index_pro_cont .index_pro_next {
  position: absolute;
  right: -86px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 64px;
  background: #fff;
}
.index_pro_cont .index_pro_next img {
  width: 20px;
}
.pro_quick {
  border: 1px solid #8de2f1;
  background: url(../i/index_bg_1.png) no-repeat center;
  background-size: cover;
  position: relative;
  padding-left: 206px;
  margin: 20px auto 0;
  border-radius: 80px;
}
.pro_quick .tle_head {
  position: absolute;
  left: 45px;
  top: -6px;
}
.pro_quick .dl {
  display: flex;
  flex-wrap: wrap;
  padding: 1vh 0;
}
.pro_quick .dl .dd {
  position: relative;
  height: 33px;
  border-radius: 100px;
  border: 1px solid #ade6f0;
  margin-right: 8px;
  margin-bottom: 8px;
  padding-left: 48px;
  padding-right: 14px;
  display: flex;
  align-items: center;
}
.pro_quick .dl .dd .bg {
  display: block;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.pro_quick .dl .dd .new {
  position: absolute;
  right: -3px;
  top: -8px;
}
.pro_quick .dl .dd .txt {
  font-size: 15px;
  color: #343d3e;
  position: relative;
  z-index: 2;
}
.pro_quick .dl .dd.ac .txt {
  color: #fff;
}
.pro_quick .dl .dd.ac::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #39bcd4;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
}
.index_about {
  height: 100%;
  display: flex;
}
.index_about .l_txt {
  width: 30%;
}
.index_about .l_txt .index_pulic_title {
  text-align: left;
  margin-bottom: 50px;
}
.index_about .l_txt .tle_head {
  margin-bottom: 20px;
}
.index_about .l_txt .tle_head h2 {
  font-size: 32px;
  color: #419eaf;
}
.index_about .l_txt .tle_head .tips span {
  padding: 4px 12px;
  border: 1px solid #a8d2da;
  border-radius: 100px;
  font-size: 15px;
  color: #2a2a2c;
}
.index_about .l_txt .txt {
  font-size: 15px;
  line-height: 28px;
  color: #736c6c;
}
.index_about .l_txt .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 60px;
  border-radius: 100px;
  background: #419eaf;
  font-size: 15px;
  color: #fdfdff;
  margin-top: 30px;
}
.index_about .l_txt .more_btn .arr {
  margin-left: 20px;
  animation: change1 1.5s ease-in-out infinite;
}
.index_about .r_img {
  width: 60%;
  text-align: right;
}
.index_about .r_img img {
  display: inline-block;
  width: 100%;
}
.index_news .news_content {
  display: grid;
  grid-gap: 10px;
  grid-template-areas: 'a b c' 'd b c';
}
.index_news .img {
  width: 350px;
}
.index_news .img img {
  display: block;
  width: 100%;
}
.index_news .img_1 {
  grid-area: a;
}
.index_news .img_2 {
  grid-area: d;
}
.index_news .news_img_last {
  grid-area: b;
  height: 100%;
  width: 596px;
  overflow: hidden;
  background: #fff;
}
.index_news .news_img_last .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_news .news_img_last .swiper-slide img {
  display: block;
  width: 100%;
}
.index_news .news_img_last .swiper-slide .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_news .news_dl {
  grid-area: c;
  background: #fff;
  padding: 20px;
  width: 370px;
}
.index_news .news_dl .dl {
  display: block;
  padding: 14px 0;
  border-bottom: 1px dashed #e7e7e7;
}
.index_news .news_dl .dl .dt {
  font-size: 16px;
  color: #444444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_news .news_dl .dl .time {
  font-size: 14px;
  color: #999999;
}
.index_about_cont {
  position: relative;
}
.index_about_cont .bg {
  display: block;
  width: 100%;
  height: 100%;
}
.index_about_cont .title_head {
  position: absolute;
  right: 20%;
  top: 5%;
  text-align: right;
  padding: 10px 14px;
}
.index_about_cont .title_head::after {
  content: "";
  display: block;
  width: 5px;
  height: 90px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index_about_cont .title_head p {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
.index_about_cont .title_head h2 {
  font-size: 40px;
  color: #ffffff;
}
.index_about_cont .about_txt {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  padding: 110px 20% 110px 50px;
  background: #fff;
  z-index: 11;
}
.index_about_cont .about_txt p {
  font-size: 16px;
  color: #736c6c;
  margin-bottom: 30px;
}
.index_about_cont .about_txt .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 60px;
  border-radius: 100px;
  background: #419eaf;
  font-size: 15px;
  color: #fdfdff;
}
.index_about_cont .about_txt .more_btn .arr {
  margin-left: 20px;
  animation: change1 1.5s ease-in-out infinite;
}
.pulic_footer_cont .head_cont {
  padding: 90px 0 60px;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
}
.pulic_footer_cont .head_cont .logo {
  display: block;
}
.pulic_footer_cont .head_cont .nav_dl h2 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.pulic_footer_cont .head_cont .nav_dl .li {
  font-size: 13px;
  color: #999999;
  display: block;
  margin-bottom: 10px;
}
.pulic_footer_cont .head_cont .nav_dl p {
  font-size: 13px;
  color: #999999;
  margin-bottom: 10px;
}
.pulic_footer_cont .head_cont .nav_last h2 {
  font-size: 15px;
  color: #333333;
  margin-bottom: 20px;
}
.pulic_footer_cont .head_cont .nav_last .li {
  display: block;
  font-size: 15px;
  color: #333333;
  margin-bottom: 20px;
}
.pulic_footer_cont .head_cont .contact {
  text-align: right;
}
.pulic_footer_cont .head_cont .contact h3 {
  font-size: 15px;
  color: #51a3af;
}
.pulic_footer_cont .head_cont .contact h3 span {
  margin-left: 10px;
}
.pulic_footer_cont .head_cont .contact h2 {
  font-size: 32px;
  color: #3eafc4;
}
.pulic_footer_cont .head_cont .contact p {
  font-size: 15px;
  color: #333333;
}
.pulic_footer_cont .head_cont .contact .txt {
  margin-top: 20px;
}
.pulic_footer_cont .foot_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pulic_footer_cont .foot_cont .deta_box {
  width: 60%;
  padding: 30px 0 50px;
}
.pulic_footer_cont .foot_cont .deta_box h2 {
  font-size: 15px;
  color: #333333;
  margin-bottom: 13px;
}
.pulic_footer_cont .foot_cont .deta_box .link_dl {
  display: flex;
  flex-wrap: wrap;
}
.pulic_footer_cont .foot_cont .deta_box .link_dl .li {
  font-size: 13px;
  color: #333333;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  opacity: 0.84;
}
.pulic_footer_cont .foot_cont .deta_box .copy {
  font-size: 13px;
  color: #333333;
}
.pulic_footer_cont .foot_cont .deta_box .copy span {
  margin-right: 10px;
}
.pulic_footer_cont .foot_cont .code_box img {
  display: block;
  margin: 0 auto;
  width: 114px;
}
.pulic_footer_cont .foot_cont .code_box p {
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  color: #333333;
}
.content_baner {
  position: relative;
}
.content_baner .cont_bg {
  display: block;
  width: 100%;
}
.content_baner .content_box {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.content_baner .content_box h2 {
  font-size: 48px;
  color: #ffffff;
}
.content_baner .content_box .map {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
}
.content_baner .content_box .map img {
  margin-right: 10px;
}
.pulic_flt_tle {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #2a2a2a;
  margin-bottom: 20px;
}
.pulic_flt_tle img {
  margin-right: 10px;
}
.pulic_content_bg {
  padding: 30px 0 70px;
  background: #f5f5f6;
}
.pro_cont {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
}
.pro_cont .l_fliter {
  width: 176px;
  background: #fff;
}
.pro_cont .l_fliter .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px 0;
  font-size: 17px;
  color: #333333;
}
.pro_cont .l_fliter .li:hover,
.pro_cont .l_fliter .li.hover {
  background: #47b8ca;
  color: #fff;
}
.pro_cont .deta_content {
  width: 1186px;
}
.pro_last_cont {
  display: flex;
  flex-wrap: wrap;
}
.pro_last_cont .list {
  width: 380px;
  background: #fff;
  margin-right: 23px;
  margin-bottom: 23px;
  padding: 44px 40px;
}
.pro_last_cont .list .pro_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 240px;
  margin-bottom: 30px;
}
.pro_last_cont .list .pro_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.pro_last_cont .list .head {
  margin-bottom: 20px;
}
.pro_last_cont .list .head h2 {
  font-size: 25px;
  color: #313b3c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro_last_cont .list .head p {
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro_last_cont .list .txt {
  font-size: 13px;
  line-height: 24px;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pro_last_cont .list .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 50px;
  border: 2px solid #dedede;
  border-radius: 100px;
  font-size: 13px;
  color: #2a3031;
  margin-top: 10px;
}
.pro_last_cont .list .more_btn .arr {
  margin-left: 10px;
}
.pro_last_cont .list .more_btn:hover {
  background: #51a3b0;
  border: 2px solid #51a3b0;
  color: #fff;
}
.pro_last_cont .list .more_btn:hover .arr {
  filter: brightness(1000%);
}
.pro_last_cont .list:nth-child(3n) {
  margin-right: 0;
}
.pulic_maps {
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 15px;
  color: #666666;
}
.pulic_maps img {
  margin-right: 8px;
}
.product_head_content {
  padding: 66px 44px;
  background: #fff;
  margin-bottom: 20px;
  display: flex;
}
.product_head_content .l_box {
  width: 504px;
}
.product_head_content .l_box .bit_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.product_head_content .l_box .bit_box .proder_bit_last {
  width: 432px;
  height: 76px;
  position: relative;
  overflow: hidden;
}
.product_head_content .l_box .bit_box .proder_bit_last img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.product_head_content .l_box .bit_box .proder_bit_last .swiper-slide-active {
  border: 2px solid #59ccde;
}
.product_head_content .l_box .bit_box .proder_bit_prev {
  display: block;
  width: 30px;
  height: 60px;
}
.product_head_content .l_box .bit_box .proder_bit_prev img {
  display: block;
  width: 100%;
  height: 100%;
}
.product_head_content .l_box .bit_box .proder_bit_next {
  display: block;
  width: 30px;
  height: 60px;
}
.product_head_content .l_box .bit_box .proder_bit_next img {
  display: block;
  width: 100%;
  height: 100%;
}
.product_head_content .prodet_tis_last {
  width: 100%;
  height: 432px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.product_head_content .prodet_tis_last img {
  display: block;
  width: 100%;
  transition: all 0.8s;
}
.product_head_content .prodet_tis_last img:hover {
  transform: scale(1.1, 1.1);
}
.product_head_content .r_box {
  width: calc(100% - 50px);
  padding-left: 38px;
}
.product_head_content .r_box .title_head {
  margin-bottom: 36px;
}
.product_head_content .r_box .title_head h2 {
  font-size: 35px;
  font-weight: bold;
  color: #1b1b1b;
  margin-bottom: 14px;
}
.product_head_content .r_box .title_head p {
  font-size: 16px;
  color: #706c6c;
}
.product_head_content .r_box .det_box {
  padding: 24px 20px;
  background: #f7f7f7;
}
.product_head_content .r_box .det_box .dl {
  display: flex;
  margin-bottom: 24px;
}
.product_head_content .r_box .det_box .dl .dt {
  width: 110px;
  font-size: 18px;
  color: #1b1b1b;
}
.product_head_content .r_box .det_box .dl .dd {
  width: calc(100% - 110px);
  padding-left: 10px;
  font-size: 17px;
  color: #444343;
  word-wrap: break-word;
}
.product_head_content .r_box .seek_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 58px;
  border-radius: 100px;
  background: #47a8b7;
  font-size: 16px;
  color: #ffffff;
}
.product_head_content .r_box .seek_btn img {
  margin-left: 10px;
}
.product_deta_content {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.product_deta_content .deta p {
  font-size: 16px;
  color: #4e4e4e;
  margin-bottom: 10px;
  text-indent: 2em;
}
.product_deta_content .deta img {
  display: block;
  width: 100%;
}
.deta_title {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.deta_title span {
  display: inline-block;
  padding: 15px 0;
  position: relative;
  font-size: 25px;
  color: #47a8b7;
}
.deta_title span::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #47a8b7;
}
.product_recom {
  display: flex;
  flex-wrap: wrap;
}
.product_recom .list {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 40px 30px;
  background: #fff;
}
.product_recom .list:nth-child(3n) {
  margin-right: 0;
}
.product_recom .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 240px;
  margin-bottom: 30px;
}
.product_recom .list .tis_i img {
  display: block;
  height: 100%;
}
.product_recom .list .title {
  margin-bottom: 20px;
}
.product_recom .list .title h2 {
  font-size: 25px;
  color: #313b3c;
}
.product_recom .list .title p {
  font-size: 16px;
  color: #999999;
}
.product_recom .list .txt {
  font-size: 13px;
  color: #999999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product_recom .list .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 50px;
  border-radius: 100px;
  background: #51a3b0;
  font-size: 13px;
  color: #fff;
  margin-top: 30px;
}
.product_recom .list .more_btn img {
  margin-left: 10px;
}
.about_head_navi {
  background: #fff;
}
.about_head_navi .main {
  display: flex;
  align-items: center;
}
.about_head_navi .main .li {
  padding: 28px 0;
  margin-right: 20px;
  font-size: 18px;
  color: #333333;
  position: relative;
}
.about_head_navi .main .li::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #51a3b0;
  transition: all 0.8s;
}
.about_head_navi .main .li:hover,
.about_head_navi .main .li.hover {
  color: #51a3b0;
}
.about_head_navi .main .li:hover::after,
.about_head_navi .main .li.hover::after {
  width: 90%;
}
.about_case_1 {
  padding: 80px 0;
  background: #f5f5f6;
}
.about_case_1 .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_case_1 .main .about_case_txt {
  width: 40%;
}
.about_case_1 .main .img {
  width: 48%;
}
.about_case_1 .main .img img {
  display: block;
  width: 100%;
}
.about_case_txt h2 {
  font-size: 36px;
  color: #62bcca;
  margin-bottom: 40px;
}
.about_case_txt p {
  font-size: 17px;
  line-height: 36px;
  color: #494747;
  text-indent: 2em;
}
.about_case_2 {
  padding: 70px 0;
  background: url(../i/about_i_4.png) no-repeat center;
  background-size: cover;
}
.about_case_2 .tis_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_case_2 .tis_cont .about_case_txt {
  width: 46%;
}
.about_case_3 {
  padding: 80px 0 70px;
  background: #f5f5f6;
}
.about_case_3 .det_txt {
  text-align: center;
  margin-bottom: 40px;
}
.about_case_3 .det_txt h2 {
  font-size: 36px;
  color: #62bcca;
  margin-bottom: 30px;
}
.about_case_3 .det_txt p {
  font-size: 17px;
  color: #494747;
}
.about_case_3 .bit_last {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_case_3 .bit_last .li {
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  border-radius: 10px;
  background: #fff;
  padding: 0 50px;
}
.about_case_3 .bit_last .li .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}
.about_case_3 .bit_last .li .i .img {
  display: block;
  margin: 0 auto;
  width: 50px;
}
.about_case_3 .bit_last .li p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #4dbacb;
  text-align: center;
}
.about_case_4 {
  padding: 70px 0;
  background: url(../i/about_i_3.png) no-repeat center;
  background-size: cover;
}
.about_case_4 .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_case_4 .main .about_case_txt {
  width: 46%;
}
.about_case_4 .about_case_range {
  display: grid;
  grid-gap: 10px;
  grid-template-areas: 'a b d e' 'a f c c' 'a g h i';
}
.about_case_4 .about_case_range .dt {
  width: 86px;
  height: 372px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  font-size: 27px;
  color: #75d3e2;
  writing-mode: vertical-lr;
  line-height: 86px;
  grid-area: a;
}
.about_case_4 .about_case_range .dd {
  width: 144px;
  height: 114px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
}
.about_case_4 .about_case_range .dd:hover {
  background: #75d3e2;
  color: #fff;
}
.about_case_4 .about_case_range .dd.c {
  width: auto;
  grid-area: c;
}
.xsyj_case_cont {
  padding: 20px 0;
  background: #f5f5f6;
}
.xsyj_case_cont .index_pulic_title {
  text-align: left;
}
.sxyj_case_last {
  display: flex;
  flex-wrap: wrap;
}
.sxyj_case_last .list {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  display: flex;
  background: #fff;
}
.sxyj_case_last .list:nth-child(2n) {
  margin-right: 0;
}
.sxyj_case_last .list .l_img {
  width: 310px;
  height: 310px;
}
.sxyj_case_last .list .l_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.sxyj_case_last .list .det_cont {
  width: calc(100% - 310px);
  padding: 20px;
  position: relative;
}
.sxyj_case_last .list .det_cont .time_head {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  font-size: 22px;
  color: #999999;
}
.sxyj_case_last .list .det_cont .time_head .time {
  padding: 4px 5px;
  border: 2px solid #cccccc;
  text-align: center;
  margin-right: 10px;
}
.sxyj_case_last .list .det_cont .time_head .time h2 {
  font-size: 26px;
  font-weight: bold;
  color: #999999;
  height: 24px;
  line-height: 24px;
}
.sxyj_case_last .list .det_cont .time_head .time p {
  display: inline-block;
  padding: 2px 0;
  border-top: 1px solid #dbdbdb;
  font-size: 14px;
  color: #999999;
}
.sxyj_case_last .list .det_cont .tle {
  font-size: 18px;
  color: #333333;
  line-height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sxyj_case_last .list .det_cont .txt {
  font-size: 13px;
  color: #999999;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sxyj_case_last .list .det_cont .bit_line {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.sxyj_case_last .list .det_cont .bit_line .arr {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
}
.sxyj_case_last .list .det_cont .bit_line .line {
  display: block;
  width: 22px;
  height: 3px;
  background: #51bfd0;
  transition: all 0.8s;
}
.sxyj_case_last .list:hover .det_cont .bit_line .line {
  width: 84%;
}
.honer_content {
  position: relative;
  background: linear-gradient(#f5f5f6, #f9f9f9);
  padding: 20px 0;
}
.honer_content .honer_prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #e1e0e0;
  position: absolute;
  left: -72px;
  top: 50%;
  transform: translateY(-50%);
}
.honer_content .honer_prev:hover {
  background: #51a3b0;
}
.honer_content .honer_next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #e1e0e0;
  position: absolute;
  right: -72px;
  top: 50%;
  transform: translateY(-50%);
}
.honer_content .honer_next:hover {
  background: #51a3b0;
}
.honer_content .honer_baner_last {
  position: relative;
  overflow: hidden;
}
.honer_content .honer_baner_last .swiper-slide {
  padding: 10px 20px;
  background: #fff;
}
.honer_content .honer_baner_last .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 346px;
}
.honer_content .honer_baner_last .tis_i img {
  max-width: 100%;
  display: block;
}
.honer_content .honer_baner_last p {
  text-align: center;
  font-size: 17px;
  color: #393737;
  margin-top: 20px;
}
.contact_content {
  padding: 70px 0;
}
.contact_content .index_pulic_title p {
  font-size: 17px;
  color: #767e7f;
}
.contact_content .contact_dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.contact_content .contact_dl .dl {
  display: flex;
  align-items: center;
  width: calc(100% / 4);
}
.contact_content .contact_dl .dl .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.contact_content .contact_dl .dl .dt img {
  display: block;
  width: 100%;
}
.contact_content .contact_dl .dl .dd {
  width: calc(100% - 32px);
  padding-left: 10px;
}
.contact_content .contact_dl .dl .dd h2 {
  font-size: 15px;
  color: #767e7f;
  margin-bottom: 4px;
}
.contact_content .contact_dl .dl .dd p {
  font-size: 18px;
  color: #222222;
}
.contact_content .contact_inf {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.contact_content .contact_inf .list {
  width: 50%;
  padding: 0 50px;
}
.contact_content .contact_inf .list h2 {
  font-size: 19px;
  color: #191919;
  margin-bottom: 10px;
}
.contact_content .contact_inf .list p {
  color: #222222;
  font-size: 19px;
}
.contact_content .contact_inf .list p span {
  font-size: 17px;
  color: #696868;
}
.contact_content .contact_map {
  display: block;
}
.contact_content .contact_map img {
  display: block;
  width: 100%;
}
.schz_case_1 {
  padding: 30px 40px;
  background: #f5f5f6;
}
.schz_case_1 .main {
  position: relative;
}
.schz_case_1 .main .title_head {
  text-align: center;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
.schz_case_1 .main .title_head h2 {
  font-size: 16px;
  color: #d3d3d3;
  text-transform: uppercase;
}
.schz_case_1 .main .title_head p {
  font-size: 42px;
  color: #000000;
}
.schz_case_1 .main .i {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.schz_case_2 {
  padding: 90px 0;
}
.schz_case_2 .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.schz_case_2 .main .txt {
  width: 48%;
}
.schz_case_2 .main .txt h2 {
  font-size: 36px;
  color: #46aaba;
}
.schz_case_2 .main .txt p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  text-indent: 2em;
}
.schz_case_2 .main .img {
  width: 46%;
}
.schz_case_2 .main .img img {
  display: block;
  width: 100%;
}
.schz_case_3 {
  padding: 80px 0 120px;
  background: #f5f5f6;
}
.schz_case_3 .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.schz_case_3 .main .txt {
  width: 48%;
}
.schz_case_3 .main .txt h2 {
  font-size: 36px;
  color: #46aaba;
}
.schz_case_3 .main .txt p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  text-indent: 2em;
}
.schz_case_3 .main .img {
  width: 46%;
}
.schz_case_3 .main .img img {
  display: block;
  width: 100%;
}
.schz_case_4 {
  padding: 70px 0 100px;
  background: #64abb6;
}
.schz_case_4 .tle_head {
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 40px;
}
.schz_case_4 .last_cont {
  display: flex;
  justify-content: space-between;
}
.schz_case_4 .last_cont .list {
  width: 30%;
  text-align: center;
}
.schz_case_4 .last_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
.schz_case_4 .last_cont .list .tis_i img {
  width: 142px;
}
.schz_case_4 .last_cont .list .txt {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.schz_case_5 {
  padding: 130px 0;
  background: url(../i/schz_bg_1.png) no-repeat center;
  background-size: cover;
}
.schz_case_5 .title {
  text-align: center;
  margin-bottom: 50px;
}
.schz_case_5 .title h2 {
  font-size: 36px;
  color: #46aaba;
}
.schz_case_5 .title p {
  font-size: 28px;
  color: #46aaba;
}
.schz_case_5 .txt {
  font-size: 16px;
  line-height: 34px;
  color: #3c3b3b;
  text-align: center;
}
.schz_case_6 {
  padding: 85px 0;
  background: #f5f5f6;
}
.schz_case_6 .main {
  display: flex;
  justify-content: space-between;
}
.schz_case_6 .main .txt {
  width: 45%;
}
.schz_case_6 .main .txt h2 {
  font-size: 36px;
  color: #46aaba;
  margin-bottom: 40px;
}
.schz_case_6 .main .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #3c3b3b;
}
.schz_case_6 .main .img {
  width: 50%;
}
.schz_case_6 .main .img img {
  display: block;
  width: 100%;
}
.schz_case_7 {
  padding: 90px 0;
}
.schz_case_7 .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.schz_case_7 .main .txt {
  width: 48%;
}
.schz_case_7 .main .txt h2 {
  font-size: 36px;
  color: #46aaba;
  margin-bottom: 20px;
}
.schz_case_7 .main .txt p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  text-indent: 2em;
}
.schz_case_7 .main .img {
  width: 46%;
}
.schz_case_7 .main .img img {
  display: block;
}
.schz_case_8 {
  padding: 50px 0;
  background: url(../i/schz_bg_2.png) no-repeat center;
  background-size: cover;
  text-align: center;
}
.schz_case_8 .tis_i {
  display: block;
  margin: 20px auto;
}
.schz_case_8 p {
  font-size: 16px;
  line-height: 32px;
  color: #3c3b3b;
}
.schz_case_9 {
  padding: 90px 0;
}
.schz_case_9 .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.schz_case_9 .main .txt {
  width: 48%;
}
.schz_case_9 .main .txt h2 {
  font-size: 36px;
  color: #46aaba;
  margin-bottom: 20px;
}
.schz_case_9 .main .txt p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  text-indent: 2em;
}
.schz_case_9 .main .img {
  width: 46%;
}
.schz_case_9 .main .img img {
  display: block;
}
.schz_case_tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #43b6c7;
}
.schz_case_tel .det_cont {
  width: 50%;
  text-align: center;
}
.schz_case_tel .det_cont .txt {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-weight: bold;
}
.schz_case_tel .det_cont .tel_cont {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  width: 90%;
  padding: 20px 0;
  border: 2px solid #fff;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}
.schz_case_tel .det_cont .tel_cont .tips {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 14px;
  font-size: 22px;
  color: #ffffff;
  width: 70%;
  background: #43b6c7;
}
.schz_case_tel .det_img img {
  display: block;
  height: 100%;
}
.news_content_bg {
  padding: 30px 0;
  background: #f5f5f6;
}
.news_head_cont {
  padding: 40px;
  background: #fff;
  margin-bottom: 20px;
}
.news_header_last {
  position: relative;
  overflow: hidden;
}
.news_header_last .swiper-slide {
  display: flex;
}
.news_header_last .l_img {
  width: 50%;
}
.news_header_last .l_img img {
  display: block;
  width: 100%;
}
.news_header_last .text_box {
  width: 50%;
  padding-left: 20px;
}
.news_header_last .text_box .time {
  display: inline-block;
  padding: 10px 16px;
  text-align: center;
  border: 2px solid #e5e4e4;
}
.news_header_last .text_box .time h2 {
  font-size: 40px;
  color: #29b5cf;
}
.news_header_last .text_box .time p {
  font-size: 15px;
  color: #9d9d9f;
}
.news_header_last .text_box .title {
  font-size: 28px;
  line-height: 42px;
  margin: 14px auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_header_last .text_box .txt {
  font-size: 15px;
  color: #848383;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_header_last .swiper-pagination {
  padding-left: 10%;
}
.news_header_last .swiper-pagination .swiper-pagination-bullet {
  background: #e5e4e4;
  width: 24px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
}
.news_header_last .swiper-pagination .swiper-pagination-bullet-active {
  background: #4bbfd1;
}
.news_detail_last {
  padding: 20px;
  background: #fff;
}
.news_detail_last .list {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.news_detail_last .list .l_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 190px;
}
.news_detail_last .list .l_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.news_detail_last .list .det_cont {
  width: calc(100% - 209px);
  position: relative;
  padding-left: 20px;
  padding-right: 130px;
}
.news_detail_last .list .det_cont .tle {
  font-size: 25px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_detail_last .list .det_cont .txt {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_detail_last .list .det_cont .line {
  margin-top: 44px;
  display: block;
  width: 28px;
  height: 3px;
  background: #35bace;
  transition: all 0.8s;
}
.news_detail_last .list .det_cont .time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #b3b2b2;
}
.news_detail_last .list:hover .det_cont .tle {
  color: #319fb0;
}
.news_detail_last .list:hover .det_cont .time {
  color: #319fb0;
}
.news_detail_last .list:hover .det_cont .line {
  width: 100px;
}
.news_video_cont {
  padding: 30px 0;
  background: #f5f5f6;
}
.news_video_cont .main {
  display: flex;
  flex-wrap: wrap;
}
.news_video_cont .main .list {
  display: block;
  width: 448px;
  margin-right: 28px;
  margin-bottom: 20px;
  background: #fff;
}
.news_video_cont .main .list:nth-child(3n) {
  margin-right: 0;
}
.news_video_cont .main .list .tis_i {
  display: block;
  height: 270px;
  overflow: hidden;
}
.news_video_cont .main .list .tis_i img {
  display: block;
  width: 100%;
}
.news_video_cont .main .list .det_cont {
  padding: 20px;
}
.news_video_cont .main .list .det_cont .tle {
  font-size: 21px;
  font-weight: bold;
  color: #2a2a2a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_video_cont .main .list .det_cont .bit_time {
  margin-top: 40px;
}
.news_video_cont .main .list .det_cont .bit_time p {
  font-size: 16px;
  color: #999999;
}
.news_video_cont .main .list .det_cont .bit_time .line {
  margin-top: 20px;
  display: block;
  width: 28px;
  height: 3px;
  background: #35bace;
  transition: all 0.8s;
}
.news_video_cont .main .list:hover .det_cont .tle {
  color: #319fb0;
}
.news_video_cont .main .list:hover .det_cont .bit_time .line {
  width: 100px;
}
.news_detail_infor {
  padding: 30px 0;
  background: #f5f5f6;
}
.news_detail_infor .det_bg {
  background: #fff;
  padding: 30px;
}
.news_detail_infor .det_bg img {
  display: block;
  max-width: 100% !important;
  margin: 20px auto;
}
.news_detail_infor .det_bg video {
  display: block;
  max-width: 100% !important;
  margin: 20px auto;
}
.news_detail_infor .det_bg iframe {
  display: block;
  width: 100%;
  height: 500px;
  margin: 20px auto;
}
.news_detail_infor .title_head {
  padding: 14px 0;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
  text-align: center;
}
.news_detail_infor .title_head h2 {
  font-size: 36px;
  line-height: 46px;
  color: #1d1d1d;
  margin-bottom: 20px;
}
.news_detail_infor .title_head p {
  font-size: 14px;
  color: #999999;
}
.news_detail_infor .title_head p span {
  margin: 0 10px;
}
.news_detail_infor .detail_txt img {
  display: block;
  margin: 20px auto;
}
.news_detail_infor .detail_txt p {
  font-size: 16px;
  color: #515151;
  margin-bottom: 14px;
}
.news_detail_infor .bit_page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px 0;
}
.news_detail_infor .bit_page .return_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 58px;
  border-radius: 100px;
  background: #46aaba;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  color: #ffffff;
}
.news_detail_infor .bit_page .return_btn img {
  margin: 0 10px 0 0;
}
.news_detail_infor .bit_page .dl {
  text-align: left;
  width: 40%;
}
.news_detail_infor .bit_page .dl .dt {
  font-size: 16px;
  color: #969595;
}
.news_detail_infor .bit_page .dl .dd a {
  display: block;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_detail_infor .bit_page .dl:last-child {
  text-align: right;
}
/******phone*********/
.phone_menu {
  display: none;
}
.phone_dc_bg {
  display: none;
}
.phone_dc_box {
  display: none;
}
@media (max-width: 720px) {
  .warpin {
    width: 100%;
    padding: 0 1rem;
  }
  .index_baner .swiper-slide {
    overflow: hidden;
  }
  .index_baner .bg {
    width: auto;
    height: 100%;
    margin-left: -200%;
  }
  .pulic_head {
    padding: 0.5rem 1rem;
  }
  .pulic_head .logo {
    margin: 0;
  }
  .pulic_head .logo img {
    width: 12rem;
  }
  .pulic_head .r_cont {
    display: none;
  }
  .pulic_head .phone_menu {
    display: flex;
    align-items: center;
    position: relative;
    width: 3rem;
    height: 2rem;
  }
  .pulic_head .phone_menu .line {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background: #fff;
    transition: all 0.4s;
  }
  .pulic_head .phone_menu .line:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .pulic_head .phone_menu .line:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .pulic_head .phone_menu.active .line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .pulic_head .phone_menu.active .line:nth-child(2) {
    width: 0;
  }
  .pulic_head .phone_menu.active .line:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .pulic_head.active .phone_menu .line {
    background: #333;
  }
  .phone_dc_bg {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.8s;
    z-index: 13;
  }
  .phone_dc_bg.active {
    right: 0;
  }
  .phone_dc_box {
    display: block;
    width: 70%;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: -70%;
    background: #fff;
    padding: 2rem 1rem;
    transition: all 0.8s;
    z-index: 14;
  }
  .phone_dc_box.active {
    left: 0;
  }
  .phone_dc_box .li .tle {
    display: block;
    padding: 1rem 0;
    position: relative;
    font-size: 1.6rem;
    color: #999;
  }
  .phone_dc_box .li .tle .arr {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .phone_dc_box .li .bit_dl {
    display: none;
    padding-left: 2rem;
  }
  .phone_dc_box .li .bit_dl .dd {
    display: block;
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 0.5rem;
  }
  .index_baner .swiper-slide .cont_bg .tle {
    font-size: 2.4rem;
  }
  .index_baner .swiper-slide .cont_bg .txt {
    font-size: 1.8rem;
  }
  .index_baner .swiper-slide .cont_bg .more {
    width: 14rem;
    height: 3rem;
    font-size: 1.3rem;
  }
  .index_pulic_title {
    padding: 1rem 0;
  }
  .index_pulic_title .en {
    font-size: 1.3rem;
  }
  .index_pulic_title .cn {
    font-size: 1.8rem;
  }
  .index_pro_last .pro_img {
    height: 17rem;
    margin-bottom: 1rem;
  }
  .index_pro_last .pro_img .pro_i {
    height: auto;
    width: 100%;
  }
  .index_pro_last .pro_img .logo {
    top: 0.4rem;
    left: 0.4rem;
    width: 10rem;
  }
  .index_pro_last .pro_det {
    position: relative;
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
  .index_pro_last .pro_det .tle {
    font-size: 1.4rem;
  }
  .index_pro_last .pro_det .txt {
    font-size: 1rem;
  }
  .index_pro_last .pro_det .more_btn {
    width: 12rem;
    height: 3rem;
    font-size: 1.2rem;
  }
  .pro_quick {
    padding: 0.5rem;
    margin: 1rem auto 0;
    border-radius: 1rem;
  }
  .pro_quick .tle_head {
    display: none;
  }
  .pro_quick .dl .dd {
    padding: 0.8rem 0.6rem;
    height: auto;
    margin-right: 4px;
    margin-bottom: 6px;
  }
  .pro_quick .dl .dd .txt {
    font-size: 1rem;
  }
  .pro_quick .dl .dd .bg {
    display: none;
  }
  .index_about .content {
    flex-wrap: wrap;
  }
  .index_about .l_txt {
    width: 100%;
  }
  .index_about .l_txt .index_pulic_title {
    margin-bottom: 1rem;
  }
  .index_about .l_txt .tle_head {
    margin-bottom: 0.5rem;
  }
  .index_about .l_txt .tle_head h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .index_about .l_txt .tle_head .tips {
    margin-bottom: 1rem;
  }
  .index_about .l_txt .tle_head .tips span {
    padding: 0.2rem 0.6rem;
    font-size: 1.2rem;
  }
  .index_about .l_txt .txt {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  .index_about .l_txt .more_btn {
    width: 14rem;
    height: 3.5rem;
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
  .index_about .l_txt .more_btn .arr {
    width: 2rem;
  }
  .index_about .r_img {
    width: 100%;
  }
  .index_news .news_content {
    display: flex;
    flex-wrap: wrap;
  }
  .index_news .news_content .img {
    display: none;
  }
  .index_news .news_img_last {
    width: 100%;
    height: 25rem;
  }
  .index_news .news_img_last img {
    height: 100%;
    width: 100%;
  }
  .index_news .news_img_last .swiper-slide .txt {
    padding: 1rem 0.5rem;
    font-size: 1.3rem;
  }
  .index_news .news_dl {
    width: 100%;
    padding: 0.5rem;
  }
  .index_about_cont {
    height: 100vh;
  }
  .index_about_cont .title_head {
    right: 0;
    transform: translateX(-50%);
    left: 50%;
    padding: 0.6rem 0.8rem;
    text-align: center;
  }
  .index_about_cont .title_head::after {
    display: none;
  }
  .index_about_cont .title_head p {
    font-size: 1.8rem;
  }
  .index_about_cont .title_head h2 {
    font-size: 2.4rem;
  }
  .index_about_cont .about_txt {
    width: 100%;
    padding: 1rem;
  }
  .index_about_cont .about_txt p {
    font-size: 1.2rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
  }
  .index_about_cont .about_txt .more_btn {
    width: 12rem;
    height: 4rem;
    font-size: 1.3rem;
  }
  .pulic_footer_cont {
    padding: 1rem;
  }
  .pulic_footer_cont .head_cont {
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .pulic_footer_cont .head_cont .logo {
    margin: 1rem auto;
  }
  .pulic_footer_cont .head_cont .nav_dl {
    width: 50%;
  }
  .pulic_footer_cont .head_cont .nav_dl h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .pulic_footer_cont .head_cont .nav_dl p {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .pulic_footer_cont .head_cont .nav_last {
    width: 50%;
  }
  .pulic_footer_cont .head_cont .nav_last .li {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .pulic_footer_cont .head_cont .contact {
    width: 50%;
    text-align: left;
  }
  .pulic_footer_cont .head_cont .contact h3 {
    font-size: 1rem;
  }
  .pulic_footer_cont .head_cont .contact h2 {
    font-size: 1.2rem;
  }
  .pulic_footer_cont .head_cont .contact .txt {
    margin-top: 1rem;
  }
  .pulic_footer_cont .foot_cont {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  .pulic_footer_cont .foot_cont .deta_box {
    width: 100%;
    padding: 1rem 0;
  }
  .pulic_footer_cont .foot_cont .deta_box .link_dl .li {
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 1rem;
  }
  .pulic_footer_cont .foot_cont .code_box {
    width: 100%;
  }
  .pulic_footer_cont .foot_cont .code_box img {
    width: 8rem;
  }
  .content_baner .content_box {
    top: 2rem;
  }
  .content_baner .content_box h2 {
    font-size: 1.8rem;
  }
  .content_baner .content_box .map {
    font-size: 1.2rem;
  }
  .content_baner .content_box .map img {
    width: 1.5rem;
    margin-right: 5px;
  }
  .about_head_navi .main .li {
    padding: 1rem 0;
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  .main {
    width: 100%;
    padding: 0 1rem;
  }
  .about_case_1 {
    padding: 2rem 0;
  }
  .about_case_1 .main {
    flex-wrap: wrap;
  }
  .about_case_1 .main .about_case_txt {
    width: 100%;
  }
  .about_case_1 .main .img {
    width: 100%;
  }
  .about_case_txt h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .about_case_txt p {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .about_case_2 {
    padding: 2rem 0;
  }
  .about_case_2 .tis_cont {
    flex-wrap: wrap;
  }
  .about_case_2 .tis_cont .about_case_txt {
    width: 100%;
  }
  .about_case_2 .tis_cont .img {
    width: 100%;
  }
  .about_case_2 .tis_cont .img img {
    display: block;
    width: 100%;
  }
  .about_case_3 {
    padding: 2rem 0;
  }
  .about_case_3 .det_txt {
    margin-bottom: 2rem;
  }
  .about_case_3 .det_txt h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .about_case_3 .det_txt p {
    font-size: 1.2rem;
  }
  .about_case_3 .bit_last {
    flex-wrap: wrap;
  }
  .about_case_3 .bit_last .li {
    width: 49%;
    height: 15rem;
    margin: 0 2% 0.8rem 0 !important;
  }
  .about_case_3 .bit_last .li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .about_case_4 {
    padding: 2rem 0;
  }
  .about_case_4 .main {
    flex-wrap: wrap;
  }
  .about_case_4 .main .about_case_txt {
    width: 100%;
  }
  .about_case_4 .about_case_range {
    width: 100%;
  }
  .about_case_4 .about_case_range .dt {
    width: 8rem;
    height: 26rem;
  }
  .about_case_4 .about_case_range .dd {
    width: 8rem;
    height: 8rem;
  }
  .honer_content .honer_baner_last .tis_i {
    height: 18rem;
  }
  .honer_content .honer_baner_last p {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .sxyj_case_last .list {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .sxyj_case_last .list .l_img {
    width: 12rem;
    height: 12rem;
  }
  .sxyj_case_last .list .det_cont {
    width: calc(100% - 12rem);
    padding: 1rem;
  }
  .sxyj_case_last .list .det_cont .time_head {
    display: none;
  }
  .sxyj_case_last .list .det_cont .bit_line {
    display: none;
  }
  .pulic_content_bg {
    padding: 1rem 0;
  }
  .pro_cont {
    width: 100%;
    flex-wrap: wrap;
  }
  .pro_cont .l_fliter {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .pro_cont .l_fliter .li {
    width: auto;
    padding: 1rem;
    font-size: 1.2rem;
  }
  .pro_cont .deta_content {
    width: 100%;
    padding: 1rem;
  }
  .pulic_flt_tle {
    font-size: 1.4rem;
  }
  .pro_last_cont .list {
    width: 100%;
    padding: 1rem;
    margin: 0 0 1rem 0;
  }
  .pro_last_cont .list .pro_i {
    height: 18rem;
    margin-bottom: 1rem;
  }
  .pro_last_cont .list .head {
    margin-bottom: 1rem;
  }
  .pro_last_cont .list .head h2 {
    font-size: 1.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .pro_last_cont .list .head p {
    font-size: 1.2rem;
  }
  .pro_last_cont .list .more_btn {
    width: 12rem;
    height: 3rem;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .news_video_cont {
    padding: 1rem 0;
  }
  .news_video_cont .main .list {
    width: 49%;
    margin-right: 2% !important;
    margin-bottom: 1rem;
  }
  .news_video_cont .main .list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .news_video_cont .main .list .tis_i {
    height: 14rem;
  }
  .news_video_cont .main .list .det_cont {
    padding: 1rem;
  }
  .news_video_cont .main .list .det_cont .tle {
    font-size: 1.4rem;
  }
  .news_video_cont .main .list .det_cont .bit_time {
    margin-top: 1rem;
  }
  .news_detail_infor {
    padding: 1rem 0;
  }
  .news_detail_infor .det_bg {
    background: #fff;
    padding: 1rem;
  }
  .news_detail_infor .det_bg img {
    display: block;
    max-width: 100% !important;
    margin: 20px auto;
  }
  .news_detail_infor .det_bg video {
    display: block;
    max-width: 100% !important;
    margin: 1rem auto;
  }
  .news_detail_infor .det_bg iframe {
    display: block;
    width: 100%;
    height: 14rem;
    margin: 1rem auto;
  }
  .news_detail_infor .title_head {
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .news_detail_infor .title_head h2 {
    font-size: 1.8rem;
  }
  .news_detail_infor .bit_page {
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .news_detail_infor .bit_page .return_btn {
    display: none;
  }
  .news_detail_infor .bit_page .dl {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
  .news_detail_infor .bit_page .dl:last-child {
    text-align: left;
  }
  .schz_case_1 {
    padding: 1rem;
  }
  .schz_case_1 .main .title_head {
    position: relative;
    top: 0;
  }
  .schz_case_1 .main .title_head h2 {
    font-size: 1.3rem;
  }
  .schz_case_1 .main .title_head p {
    font-size: 1.6rem;
  }
  .schz_case_2 {
    padding: 1rem 0;
  }
  .schz_case_2 .main {
    flex-wrap: wrap;
  }
  .schz_case_2 .main .txt {
    width: 100%;
  }
  .schz_case_2 .main .txt h2 {
    font-size: 2rem;
  }
  .schz_case_2 .main .txt p {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .schz_case_2 .main .img {
    width: 100%;
  }
  .schz_case_3 {
    padding: 2rem 0;
  }
  .schz_case_3 .main {
    flex-wrap: wrap;
  }
  .schz_case_3 .main .img {
    width: 100%;
  }
  .schz_case_3 .main .txt {
    width: 100%;
  }
  .schz_case_3 .main .txt h2 {
    font-size: 2rem;
  }
  .schz_case_3 .main .txt p {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .schz_case_4 {
    padding: 2rem 0;
  }
  .schz_case_4 .tle_head {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .schz_case_4 .last_cont {
    flex-wrap: wrap;
  }
  .schz_case_4 .last_cont .list {
    width: 100%;
    margin-bottom: 1rem;
  }
  .schz_case_4 .last_cont .list .tis_i {
    margin-bottom: 1rem;
  }
  .schz_case_4 .last_cont .list .tis_i img {
    width: 10rem;
  }
  .schz_case_4 .last_cont .list .txt {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  .schz_case_5 {
    padding: 2rem 0;
  }
  .schz_case_5 .title {
    margin-bottom: 1rem;
  }
  .schz_case_5 .title h2 {
    font-size: 2rem;
  }
  .schz_case_5 .title p {
    font-size: 1.4rem;
  }
  .schz_case_5 .txt {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .schz_case_6 {
    padding: 1rem 0;
  }
  .schz_case_6 .main {
    flex-wrap: wrap;
  }
  .schz_case_6 .main .txt {
    width: 100%;
  }
  .schz_case_6 .main .txt h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .schz_case_6 .main .img {
    width: 100%;
  }
  .schz_case_7 {
    padding: 2rem 0;
  }
  .schz_case_7 .main {
    flex-wrap: wrap;
  }
  .schz_case_7 .main .txt {
    width: 100%;
  }
  .schz_case_7 .main .txt h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .schz_case_7 .main .img {
    width: 100%;
  }
  .schz_case_7 .main .img img {
    width: 100%;
  }
  .schz_case_8 {
    padding: 1rem 0;
  }
  .schz_case_8 .tis_i {
    width: 100%;
    margin: 1rem auto;
  }
  .schz_case_9 {
    padding: 1rem 0;
  }
  .schz_case_9 .main {
    flex-wrap: wrap;
  }
  .schz_case_9 .main .txt {
    width: 100%;
  }
  .schz_case_9 .main .txt h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .schz_case_9 .main .img {
    width: 100%;
  }
  .schz_case_9 .main .img img {
    width: 100%;
  }
  .schz_case_tel .det_img {
    display: none;
  }
  .schz_case_tel .det_cont {
    width: 100%;
    padding: 1rem 0;
  }
  .schz_case_tel .det_cont .txt {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .schz_case_tel .det_cont .tel_cont {
    width: 100%;
    display: block;
    margin-top: 2rem;
    padding: 2rem 0 1rem;
    font-size: 2.4rem;
  }
  .schz_case_tel .det_cont .tel_cont .tips {
    font-size: 1.2rem;
    top: -8px;
  }
  .contact_content {
    padding: 1rem 0;
  }
  .contact_content .contact_dl {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  .contact_content .contact_dl .dl {
    width: calc(100% / 2);
    margin-bottom: 2rem;
  }
  .contact_content .contact_dl .dl .dt {
    display: none;
  }
  .contact_content .contact_dl .dl .dd {
    padding-left: 0;
  }
  .contact_content .contact_dl .dl .dd h2 {
    font-size: 1.5rem;
  }
  .contact_content .contact_dl .dl .dd p {
    font-size: 1.3rem;
  }
  .contact_content .contact_inf {
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .contact_content .contact_inf .list {
    width: 100%;
    padding: 1.4rem 0;
  }
  .pulic_maps {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
  .product_head_content {
    padding: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  .product_head_content .l_box {
    width: 100%;
  }
  .product_head_content .r_box {
    width: 100%;
    padding: 1rem 0;
  }
  .product_head_content .r_box .title_head {
    margin-bottom: 1rem;
  }
  .product_head_content .r_box .title_head h2 {
    font-size: 1.8rem;
  }
  .product_head_content .r_box .title_head p {
    font-size: 1.2rem;
  }
  .product_head_content .r_box .det_box {
    padding: 1rem;
  }
  .product_head_content .r_box .det_box .dl .dt {
    font-size: 1.4rem;
  }
  .product_head_content .r_box .det_box .dl .dd {
    font-size: 1.2rem;
  }
  .product_head_content .prodet_tis_last {
    height: 26rem;
  }
  .product_deta_content .deta img {
    width: 100% !important;
    height: auto !important;
  }
  .product_recom .list {
    width: 49%;
    margin-right: 2% !important;
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .product_recom .list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .product_recom .list .tis_i {
    height: 18rem;
    margin-bottom: 1rem;
  }
  .product_recom .list .tis_i img {
    width: 100%;
    height: auto;
  }
  .product_recom .list .title {
    margin-bottom: 0.5rem;
  }
  .product_recom .list .title h2 {
    font-size: 1.4rem;
  }
  .product_recom .list .title p {
    font-size: 1.2rem;
  }
  .product_recom .list .more_btn {
    width: 100%;
    height: 3rem;
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=app.css.map */