.bxsz {
  box-sizing: border-box;
}
.bxsz * {
  box-sizing: border-box;
}
/* 地图 */
.map_wrap {
  position: relative;
  margin: 6.94444444% auto;
}
#map {
  height: 640px;
}
.map_txt {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 475px;
  z-index: 2;
  background: url(../images/map_info_bg.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 20px;
}
.map_txt dl {
  padding: 14.73684211% 7.36842105% 0;
}
.map_txt .line {
  height: 1px;
  background-color: #fff;
  opacity: 0.4;
}
.map_txt dd {
  padding-left: 40px;
  margin-top: 6.31578947%;
}
.map_txt dd.address {
  background: url(../images/map_icon01.png) 10px 6px no-repeat;
}
.map_txt dd.phone {
  background: url(../images/map_icon02.png) 10px 6px no-repeat;
}
.map_txt dd.fox {
  background: url(../images/map_icon03.png) 10px 9px no-repeat;
}
.map_txt dd.email {
  background: url(../images/map_icon04.png) 10px 10px no-repeat;
}
/* 新闻动态 */
.news_index_wrap {
  padding-top: 5.20833333%;
  padding-bottom: 7.8125%;
}
.news_swiper {
  position: relative;
  margin-bottom: 8.47457627%;
}
.news_swiper dl {
  overflow: hidden;
  position: relative;
  background: #f6f6f6;
}
.news_swiper dd {
  float: left;
  width: 58%;
  overflow: hidden;
}
.news_swiper dd a{display: block;}
.news_swiper dd a,.news_swiper dd a img{height: 100%;}
.news_swiper dt {
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  height: 100%;
  padding: 4% 5%;
  box-sizing: border-box;
  color: #4e5258;
}
.news_swiper dt a {
  color: #4e5258;
}
.news_swiper .top_span {
  overflow: hidden;
  margin-bottom: 20px;
  color: #7e7e7e;
  font-size: 18px;
}
.news_swiper .top_span p {
  float: left;
}
.news_swiper .top_tit {
  margin-bottom: 20px;
  line-height: 35px;
  overflow: hidden;
}
.news_swiper .top_tit a {
  display: block;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
}
.news_swiper .top_txt p {
  color: #333;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
}
.news_swiper a.more_link,
.news_list .cont a.more {
  display: inline-block;
  width: 30px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  color: #222 !important;
  font-size: 12px; font-weight: bold;
  border-radius: 8px;
  margin-top: 6%;
  box-sizing: border-box;
  border: 1px solid #222;
}
.news_swiper a.more_link:hover,
.news_list .cont a.more:hover{
  border-color: #00778b;
  background: #00778b;
}

.news_swiper a.more_link i,
.news_list .cont a.more i{
  color: #222;
  font-weight: bold;
}
.news_swiper .news_btn_wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 58%;
  height: 44px;
  margin-top: -22px;
  z-index: 2;
}
.news_swiper .news_btn_wrap i {
  font-size: 44px;
  width: 27px;
  color: #168390;
}
.news_swiper .news_btn_wrap .swiper-button-next,
.news_swiper .news_btn_wrap .swiper-button-prev {
  background: none;
  width: 44px;
  height: 44px;
  font-weight: bold;
}
.news_swiper .news_pagination {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 58%;
  z-index: 5;
}
.news_swiper .news_pagination span {
  width: 15px;
  height: 15px;
  background-color: #fff;
  margin: 0 5px;
  opacity: 1;
  cursor: pointer;
}
.news_swiper .news_pagination .swiper-pagination {
  width: 100%;
}
.news_swiper .news_pagination .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #168390;
}
.news_list li {
  width: 48%;
  float: left;
  margin-right: 4%;
  border-bottom: 2px solid #e7e7e7;
  transition: all 0.3s;
  margin-bottom: 4%;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.06);
}
.news_list li img {
  vertical-align: middle;
}
.news_list li:nth-child(2n) {
  margin-right: 0;
}
.news_list li .ratio-img {
  overflow: hidden;
}
.news_list li:hover {
  
}
.news_swiper li:hover .top_tit a,
.news_list li:hover .cont .tit {
  color: #168390;
}
.news_swiper li:hover a.more_link,
.news_list li:hover .cont a.more{
  border-color: #00778b;
  background: #00778b;
}
.news_swiper li:hover a.more_link i,
.news_list li:hover .cont a.more i{
  color: #fff;
}
.news_list .cont {
  border-bottom: 3px solid #fff;
  color: #333;
  padding: 3.62318841% 5.79710145%;
  transition: all 0.3s;
}
.news_list .cont .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: 1.5em;
  overflow: hidden;
  transition: all 0.3s;
}
.news_list .cont .tit.ellipsis_p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  height: 3em;
  padding-bottom: 0.4em;
}
.news_list .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  height: 3em;
  overflow: hidden;
  margin-top: 3.62318841%;
}
.news_list .cont .btm {
  line-height: 18px;
  padding-top: 3.62318841%;
}
.news_list .cont .date {
  color: #848484;
  font-size: 14px;
}
.news_list .cont a.more {
  float: right;
  margin-top: 0;
}
.news_edit_wrap {
  padding-top: 6.25%;
}
.news_edit_wrap .d_title {
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 8px;
  color: #474747;
  position: relative;
}
.news_edit_wrap .d_title h1 {
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.news_edit_wrap .d_span {
  text-align: center;
  margin-bottom: 10px;
}
.news_edit_wrap .d_span span {
  padding: 0 10px;
  color: #222;
  font-size: 14px;
  line-height: 1;
}
.news_edit_wrap .posttime {
  color: #333;
  font-size: 14px;
}
.news_edit_wrap .edit_con_original {
  font-size: 16px;
  padding: 2.77777778% 2.08333333%;
}
.news_page {
  margin-bottom: 9.72222222%;
  position: relative;
  margin-top: 2%;
}
.news_page span {
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_page span a{cursor:pointer;color:#222;}
.news_page span:last-child {
  margin-bottom: 0;
}
.news_page .cona {
  width: 114px;
  color: #222;
  text-align: center;
  position: absolute;
  right: 0;
  top: 5px;
  transition: all 0.3s;
  border-radius: 2px;
  font-size: 14px;
  border: 1px solid #222;
  border-radius: 20px;
}
.news_page .cona a {
  color: #222;
  padding: 10px 20px;
  font-size: 16px;
  display: inline-block;
}
.news_page .cona:hover{
  background: #168390;
  border-color: #168390;
  color: #fff !important;
  
}
.news_page .cona:hover a{
  color: #fff !important;
}
.news_share { display: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.news_share a {
  color: #168390;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
/* 医疗器械 */
.inst_part1 {
  padding: 5.20833333% 0;
}
.inst_part1 .ll {
  position: relative;
  float: left;
  width: 48.61111111%;
}
.inst_part1 .ll img {
  width: 100%;
}
.inst_part1 .lg {
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 2;
  background: url(../images/inst_logo.png) 0 0 no-repeat;
  width: 177px;
  height: 85px;
}
.inst_part1 .rr {
  float: left;
  width: 51.38888889%;
  padding-left: 6.25%;
  padding-top: 2.08333333%;
  padding-right: 15px;
  color: #333;
}
.inst_part1 .textarea p {
  margin-top: 4%;
}
.inst_part2 {
  background: url(../images/inst_part2_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  color: #333;
  padding: 6.25% 0;
}
.inst_part2 .textarea p {
  margin-top: 30px;
}
.inst_part2 img{max-width: 100%;}
.inst_part2 .list {
  margin-top: 2.43055556%;
}
.inst_part2 .list li {
  width: 32.08333333%;
  float: left;
  margin-right: 1.875%;
  margin-bottom: 1.5%;
}
.inst_part2 .list li:nth-child(3n) {
  margin-right: 0;
}
.inst_part2 .list p {
  padding-left: 1em;
  padding-top: 0.8em;
}
.inst_part3 {
  background: #fff url(../images/inst_part3_bg.jpg) center center no-repeat;
  padding: 5.98958333% 0 5.20833333%;
}
.inst_part3 .list {
  margin-top: 4.51388889%;
}
.inst_part3 li {
  width: 20%;
  text-align: center;
  float: left;
}
.inst_part3 li .round {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/inst_iconbg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 136px;
  height: 136px;
  box-shadow: 0 5px 15px 2px rgba(10, 159, 157, 0.3);
}
.inst_part3 li p {
  color: #168390;
  font-weight: bold;
  margin-top: 5%;
}
.inst_part3 .textarea {
  margin-top: 3.81944444%;
}
.inst_part3 .line {
  height: 3px;
  background-color: #168390;
  margin-top: 4.86111111%;
}
.inst_part4 {
  background-color: #f8f6f6;
  padding: 6.25% 0 9.72222222%;
}
.inst_part4 .swiper_wrap {
  position: relative;
}
.inst_part4 .swiper_wrap .swiper-container {
  padding: 2.77777778% 0;
}
.inst_part4 .swiper-button-prev,
.inst_part4 .swiper-button-next {
  top: 37%;
  width: 52px;
  height: 52px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  right: -26px;
  background: #fff url(../images/inst_swiper_next.png) center center no-repeat;
}
.inst_part4 .swiper-button-prev {
  left: -26px;
  background: #fff url(../images/inst_swiper_prev.png) center center no-repeat;
}
.inst_part4 li {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.inst_part4 li .img {
  overflow: hidden;
}
.inst_part4 li:hover .cont {
  border-bottom-color: #168390;
  color: #168390;
}
.inst_part4 .cont {
  color: #333;
  background-color: #fff;
  border-bottom: 4px solid #fff;
  padding: 4.34782609% 8.69565217%;
}
.inst_part4 .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: 1.5em;
  overflow: hidden;
}
.inst_part4.industry .cont  p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  height: 3em;
  max-height: 3em;
  overflow: hidden;
}
.inst_part4 .more {
  text-align: center;
}
.inst_part4 .more_link {
  display: inline-block;
  padding: 0 100px 0 138px;
  color: #fff !important;
  height: 100px;
  line-height: 100px;
  border-radius: 50px;
  background-color: #168390;
  font-weight: bold;
  margin-top: 6.25%;
}
.inst_part4 .more_link i {
  display: inline-block;
  width: 35px;
  height: 10px;
  vertical-align: middle;
  margin-left: 15px;
  background: url(../images/more_icon.png) 0 0 no-repeat;
}
/* 定期报告 */
.invest_wrap {
  padding: 5.20833333% 0 7.8125%; background: #f6f6f6;
}
.invest_wrap .list {
  padding-bottom: 3.47222222%;
}
.invest_wrap li {
  width: 32.08333333%;
  float: left;
  margin-right: 1.875%;
  margin-bottom: 1.875%;
  padding: 3.125% 2.77777778%; background: #fff; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.02);
  /*background: #f6f6f6 url(../images/bg_bg.jpg) 0 bottom no-repeat;
  background-size: 100% 4px;*/
}
.invest_wrap li a{ display: block;}
.invest_wrap li:nth-child(3n) {
  margin-right: 0;
}
.invest_wrap li h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: 1.5em;
  overflow: hidden;
}
.invest_wrap li .date {
  margin-top: 15px; color: #222;
  font-size: 14px;
}
.invest_wrap li .date + a{
  display: inline-block;
  margin-top: 20px;
  padding-right: 20px;
}
.invest_wrap li em {
  display: inline-block; font-size: 20px; color: #168390;
  margin-top:1em;
}

/* 走进天华 */
.walk_part1 {
  padding: 4.16666667% 0;
}
.walk_part1 img {
  width: 100%;
}
.walk_part1 .ll {
  float: left;
  width: 50%;
}
.walk_part1 .rr {
  /* float: left; */
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 4.16666667% 0 5.55555556%;
}
.walk_part1 .text_area {
  font-size: 18px;
  margin-top: 3%;
}
.walk_part2 {
  width: 100%;
  height: 400px;
}
.walk_part2 .wrap {
  position: relative;
  height: 100%;
}
.walk_part2 .items {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);*/
  overflow: hidden;
  color: #fff;
  /*margin: 0 -5%;*/
      width: 100%;
}

.walk_part2 .item{
  width: 32.4%;
  float: left;
  font-size: 18px;
  font-weight: normal;
  border: 4px solid #fff;
  margin-right: 1.3%;
  padding: 3.125%;
}
.walk_part2 .item p{height: 3em;overflow: hidden;}
.walk_part2 .item:nth-child(3n){margin-right: 0;}
.walk_part2 .item .tit{
  margin-bottom: 0.5em;
}
.walk_part1_2_box{
  background: url(../images/walk_part1_bg.jpg) center 0 no-repeat;
  background-size: 100% 100%;
}
.walk_part3 {
  background: center center no-repeat;
  background-size: cover;
  padding: 5% 0;
}

.walk_part3 .swiper-scrollbar{
  height: 16px;
  background: none;
  position: relative;
}

.walk_part3 .swiper-scrollbar::after{
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  border-top: 2px solid #bbb;
  margin-top: -1px;
  z-index: 1;
}

.walk_part3  .swiper-scrollbar-drag{
  z-index: 3;
  background: #222;
}

.walk_part3 h2{
  font-weight: bold;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.walk_part3 h3{
  font-weight: 100;
  margin-top: 0.5em;
}


.walk_part3 .img-box{
  height: 250px;
  line-height: 250px;
}

.walk_part3 img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.walk_part3 h2{
  margin-bottom: 0.5em;
}
.walk_part3 .list{
  height: 6em;
    line-height: 1.5em;
    overflow: hidden;
}
.walk_part3 .list li{
  position: relative;
  font-weight: bold;
  color: #222;
  padding-left: 20px;
  margin-bottom: 5px;
}
.walk_part3 .list li::before{
  content:'';
  display: block;
  position: absolute;
  left: 5px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #222;
}
.walk_part3 p{
  color: #333;
}

.walk_part3 .swiper-container{
  padding: 5% 12%;
}

.walk_part3 .swiper-slide{
  transform: translateX(-30%);
  transition: transform 1s;
  position: relative;
  z-index: 1;
}
.walk_part3 .swiper-wrapper::after{
  content: '';
  display: block;
  border: 1px solid rgba(51, 51, 51, 0.322);
  position: absolute;
  top: 125px;
  left: 30px;
  width: 999999px;
  z-index: 0;
}
.walk_part3 .swiper-slide.swiper-slide-active,
.walk_part3 .swiper-slide.swiper-slide-next,
.walk_part3 .swiper-slide.swiper-slide-prev{
  transform: translateX(0%);
}
.walk_part3 .swiper-slide.swiper-slide-next ~ .swiper-slide{
  transform: translateX(30%);
}
.walk_part3 p{
  height: 6em;
  line-height: 1.5em;
  overflow: hidden;
}


.walk_part4 {
  padding: 3.90625% 0 5.20833333%;
}
.walk_part4 img {
  max-width: 100%;
}
.walk_part4 h2 {
  text-align: center;
}
.walk_part4 .wp_t {
  margin-top: 4.86111111%;
}
.walk_part4 .wp_t .wp_tr {
  width: 50%;
  float: right;
}
.walk_part4 .wp_t .wp_tl {
  width: 50%;
  float: left;
  font-size: 18px;
  padding-right: 5.90277778%;
  padding-top: 5.90277778%;
}
.walk_part4 .wp_b {
  overflow: hidden;
  background: url(../images/walk_part4_bbg.jpg) 0 0 no-repeat;
  height: 514px;
  margin-top: 5.55555556%;
  color: #fff;
  background-size: 100% !important;
}
.walk_part4 .wp_b .tit {
  text-align: center;
  margin-top: 4.02777778%;
}
.walk_part4 .wp_b .text_area {
  max-width: 1184px;
  padding: 5.41666667%;
}
.walk_part5 {
  background: url(../images/walk_part5_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding-top: 4.94791667%;
}
.walk_part5 img {
  width: 100%;
}
.walk_part5 h2 {
  text-align: center;
  color: #333;
  margin-bottom: 2.60416667%;
}
.walk_part5 .swiper-slide {
  width: 46.56%;
  position: relative;
}
.walk_part5 .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.85);
}
.walk_part5 .swiper-container {
  padding: 20px 0 5.46875%;
}
.walk_part5 .swiper-slide-active {
  box-shadow: 0 5px 15px 2px rgba(68, 68, 68, 0.5);
}
.walk_part5 .swiper-slide-active::before {
  display: none;
}
.walk_part5 .swiper-button-prev,
.walk_part5 .swiper-button-next {
  width: 35px;
  height: 68px;
  background-image: url(../images/swiper-next.png);
  background-size: 35px 68px;
  margin-top: -34px;
  right: 8.33333333%;
}
.walk_part5 .swiper-button-prev {
  background-image: url(../images/swiper-prev.png);
  right: auto;
  left: 8.33333333%;
}
.walk_part6 {
  padding: 4.16666667% 0;
  color: #fff;
}
.walk_part6 .wrap {
  background: url(../images/walk_part6_bg.jpg) 0 0 no-repeat;
  height: 223px;
  padding: 3.125% 2.86458333% 0;
}
.walk_part6 .wrap p {
  max-width: 630px;
  float: left;
}
.walk_part6 .btn {
  float: right;
  display: block;
  width: 267px;
  height: 70px;
  line-height: 70px;
  border-radius: 35px;
  text-align: center;
  color: #168390;
  font-size: 20px;
  font-weight: bold;
  background: #fff url(../images/yjt.png) 85% center no-repeat;
  margin-top: 1%;
}
/* 2024-02-23 新增栏目 */
.product_class_wrap{}
.product_class_wrap .sec1{
  padding: 4.6875% 0 5.2083%;
  text-align: center;
}
.product_class_wrap .sec1 h2{margin-bottom: 1%;}
.product_class_list .item:nth-child(odd){
  background: #f7f7f7;
}
.product_class_list .item{
  padding: 5.7291% 0 8.3333%;
  
}
.product_class_list .item .ll{
  float: left;
  width: 49.16666%;
}
.product_class_list .item .ll img{width: 100%;}
.product_class_list .item .rr{
  float: right;
  width: 45.83333%;
  padding-top: 2.5%;
}
.product_class_list .item .rr p{line-height: 1.6;max-height: 210px;}
.product_class_list .item .rr .more{
  display: inline-block;
  background: #168390;
  padding: .8em 4.2em;
  border: 0;
  color: #fff !important;
  border-radius: 90px;
  transition: all .3s;
  margin-top: 7.5757%;
}
.product_class_list .item .rr .more:hover{opacity: .6;}
.product_class_list .item .tit{margin-bottom: 30px;}

.product_class_list  .swiper_wrap {
  position: relative;
}
.product_class_list  .swiper_wrap .swiper-container {
  padding: 2.77777778% 0;
}
.product_class_list  .swiper-button-prev,
.product_class_list  .swiper-button-next {
  top: 37%;
  width: 52px;
  height: 52px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  right: -26px;
  background: #fff url(../images/inst_swiper_next.png) center center no-repeat;
}
.product_class_list  .swiper-button-prev {
  left: -26px;
  background: #fff url(../images/inst_swiper_prev.png) center center no-repeat;
}
.product_class_list  li {
}
.product_class_list  li .img {
  overflow: hidden;
}
.product_class_list  .cont {
  color: #333;
  padding: 4.34782609% 4.69565217%;
}
/* .product_class_list li:hover .cont {
  border-bottom-color: #199d7c;
  color: #199d7c;
  background-color: #fff;
} */
.product_class_list  .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  height: 3em;
  max-height: 3em;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {
  .news_page .cona{display: none;}
  .walk_part3 .swiper-slide.swiper-slide-prev,
  .walk_part3 .swiper-slide{
    transform: translateX(-40%);
  }
  .walk_part3 .swiper-slide.swiper-slide-next,
  .walk_part3 .swiper-slide.swiper-slide-next ~ .swiper-slide{
    transform: translateX(30%);
  }
  .news_swiper dd {
    float: none;
    width: 100%;
  }
  .news_swiper dt {
    position: static;
    width: 100%;
  }
  .news_swiper .news_btn_wrap {
    height: 59%;
    width: 100%;
  }
  .news_swiper .news_btn_wrap i {
    font-size: 38px;
  }
  .news_swiper .news_btn_wrap .swiper-button-next,
  .news_swiper .news_btn_wrap .swiper-button-prev {
    width: 38px;
    height: 38px;
  }
  .news_swiper .news_pagination {
    width: 100%;
    bottom: auto;
    top: 52%;
  }
  .news_swiper .news_pagination span {
    width: 10px;
    height: 10px;
    margin: 4px;
  }
  #map {
    height: 350px;
  }
  .map_txt {
    position: static;
    width: 100%;
    background-size: 100% auto;
    margin-top: 2%;
  }
  .map_txt dl {
    padding: 4%;
    padding-bottom: 6%;
  }
  /* 医疗器械 */
  .inst_part1 .ll {
    width: 100%;
    float: none;
  }
  .inst_part1 .rr {
    float: none;
    width: 100%;
    padding: 4% 0;
  }
  .inst_part2 {
    background-size: cover;
  }
  .inst_part2 .list li {
    margin-right: 0;
    float: none;
    width: 100%;
    margin-top: 4%;
  }
  .inst_part3 {
    font-size: 0;
  }
  .inst_part3 .list {
    text-align: center;
  }
  .inst_part3 li {
    width: 33.333%;
    display: inline-block;
    float: none;
    margin-bottom: 2%;
  }
  .inst_part4 .more_link {
    height: 60px;
    line-height: 60px;
    padding: 0 60px;
  }
  /* 走进天华 */
  .walk_part1 .ll,
  .walk_part1 .rr {
    float: none;
    width: 100%;
    margin: 2% 0;
  }
  .walk_part1 .rr {
    padding: 2% 0;
  }
  .walk_part2 .items{
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .walk_part2{height: auto;}
  .walk_part2 .items .item{
    width: 100%;
    float: none;
    text-align: center;
    margin: 0;
    margin-bottom: 1em;

  }
  .walk_part2 .items .item p{
    font-size: 16px;
  }
  .walk_part4 .wp_t .wp_tr,
  .walk_part4 .wp_t .wp_tl {
    float: none;
    width: 100%;
  }
  .walk_part4 .wp_b {
    padding-bottom: 8%;
    height: auto;
    background-size: auto 100%;
    background-position: right 0;
  }
  .walk_part4 .wp_b .tit,
  .walk_part4 .wp_b .text_area{
    color: #222;
  }
  .walk_part5 .swiper-button-prev,
  .walk_part5 .swiper-button-next {
    background-size: 50%;
  }
  .walk_part6 .wrap p {
    width: 65%;
  }
  .walk_part6 .btn {
    height: 40px;
    line-height: 40px;
    width: 170px;
    font-size: 16px;
    background-size: 16px 4px;
  }
}
@media screen and (max-width: 768px) {
  .news_list li {
    width: 100%;
    margin-right: 0;
  }
  .news_swiper .news_btn_wrap {
    height: 54%;
  }
  .news_swiper .news_pagination {
    top: 49%;
  }
  /* 医疗器械 */
  .inst_part3 {
    text-align: left;
  }
  .inst_part3 li {
    float: left;
    width: 50%;
    display: block;
  }
  .inst_part3 li .round {
    width: 60px;
    height: 60px;
    text-align: center;
  }
  .inst_part3 li .round i {
    display: inline-block;
    position: static;
    transform: scale(0.5);
    line-height: 60px;
  }
  .inst_part4 .swiper-button-prev,
  .inst_part4 .swiper-button-next,
  .product_class_list .swiper-button-prev,
  .product_class_list .swiper-button-next{
    display: none;
  }
  .inst_part4 .more_link {
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
  }
  .inst_part4 .more_link i {
    display: none;
  }
  /* 定期报告 */
  .invest_wrap li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .invest_wrap li:nth-child(3n) {
    margin-right: 2%;
  }
  .invest_wrap li:nth-child(2n) {
    margin-right: 0;
  }
  .walk_part6 .wrap {
    height: auto;
    padding: 5%;
  }
  .walk_part6 .wrap p {
    width: 100%;
    float: none;
  }
  .walk_part6 .btn {
    float: none;
    margin-top: 2%;
  }
  .product_class_list .item .ll,
  .product_class_list .item .rr{
    width: 100%;
    float: none;
  }
  .product_class_list .item{padding-bottom: 4%;}
  .product_class_list .item .rr{padding-bottom: 2.5%;}
  .product_class_list .item .rr p{max-height: 800px;}
  .product_class_list .item .rr .more{margin-top: 2.5%;}
}
@media screen and (max-width: 414px) {
  .news_swiper .news_btn_wrap {
    height: 45%;
  }
  .news_swiper .news_pagination {
    top: 38%;
  }
  /* 定期报告 */
  .invest_wrap li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 2%;
    padding: 5%;
  }
  .invest_wrap li .download {
    margin-top: 7%;
  }
}





@media screen and (min-width: 1025px) {
.walk_part3 .img-box,.walk_part3 .swiper-slide h3{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.walk_part3 .swiper-slide:hover .img-box{-webkit-transform: translateY(-20px); -moz-transform: translateY(-20px);-o-transform: translateY(-20px);-ms-transform: translateY(-20px);transform: translateY(-20px);}
.walk_part3 .swiper-slide:hover h3{font-weight: bold;}
}

