@charset "utf-8";

@media screen and (max-width:1024px) {
  .custom_container {
    display: none;
  }
}

.top_mag, .top_mag_w {
  margin-top: 5.7%;
}

.inside_container {
  width: 100%;
}

.top_mag_m {
  margin-top: 2.8%
}

@media screen and (max-width:1024px) {
  .top_mag {
    margin-top: 0;
  }

  .top_mag_w {
    margin-top: 8vw;
  }

  .top_mag_m {
    margin-top: 6vw;
  }

  .no_mag {
    margin-top: -8.2vw;
  }
  .no_mag2 {
    margin-top: -8vw;
  }
  .tag_mag{
    margin-top: 8vw;
  }
}


/*banner*/
.inside_banner_content {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 1.4rem;
}
.inside_banner_content img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width:1024px) {
.inside_banner_content{ display: none;}
}

/* secondary nav */
.secondary_nav_list {
margin: -3% auto 4.5%;
}
.secondary_nav_list ul {
  display: table;
  margin: 0 auto;
}
.secondary_nav_list ul li {
  float: left;
  margin: 0 0.25rem;
}
.secondary_nav_list ul li a {
  display: block;
  font-size: 0.24rem;
  color: #00a29a;
  line-height: 1.3em;
  padding: 0.12rem 0.45rem;
  box-sizing: border-box;
  text-align: center;
  background: rgba(236, 237, 237, 1);
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  font-family: "SourceHanSans-Bold"; border-radius: 0.27rem;
}

.secondary_nav_list ul li a:hover, .secondary_nav_list ul li.cur a {
  color: #fff;
  background: linear-gradient(to right, #00a29a, #0d57a7);
}


.nav_fold {
  display: none;
}

/* product_nav */
.sub_nav_content {
  padding-bottom: 0.55rem;
}

.sub_nav_content ul {
  position: relative;
}

.sublist {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -0.55rem;
  display: none;
}

.sub_nav_content ul li p {
  width: 1.2rem;
  float: left;
}

.sub_nav_content ul li p a {
  font-size: 0.15rem;
  padding: 0;
  background: rgba(13, 87, 167, 0.8);
  height: 0.5rem;
  line-height: 0.5rem;
}

.sub_nav_content ul li.cur p a {
  background: rgba(13, 87, 167, 0.8);
}

.sub_nav_content ul li p.cur2 a, .sub_nav_content ul li p:hover a {
  background: rgba(13, 87, 167, 1);
}

.sub_nav_content ul li p a {
  color: #fff;
}

.sub_nav_content ul li.cur .sublist {
  display: block;
}


@media screen and (max-width:1024px) {
  .inside_banner {
    display: none;
  }

  .secondary_nav_list {
    position: static;
    left: 0;
    margin-top: 16vw;
  }

  .secondary_nav_list ul li a {
    background: rgba(250, 250, 250, 0.8);
  }

  .secondary_nav_list ul li a:hover, .secondary_nav_list ul li.cur a {
    background: #00a29a;
  }

  .secondary_nav_list ul {
    display: block;
  }

  .secondary_nav_list ul li {
    width: 25%;
  }

  .secondary_nav_list ul li a {
    height: 10vw;
    line-height: 10vw;
    padding: 0;
    font-size: 3.5vw;
    color: #636363;
    font-family: "SourceHanSans-Regular";
    border-radius: 0;
  }




  .nav_fold {
    display: block;
    width: 100%;
    background: #f8f8f8;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    padding: 2.5vw 4vw;
  }

  .nav_fold h3 {
    font-size: 4vw;
    line-height: 1.3em;
    color: #636363;
    font-weight: normal;
  }

  .nav_fold h3 i {
    display: block;
    position: absolute;
    right: 4vw;
    top: 0;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    height: 100%;
  }

  .nav_fold h3 i span {
    font-style: normal;
    text-align: center;
    display: block;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    background: url(../../images/m_icon1.png) no-repeat center center;
    background-size: 100%;
    width: 4.8vw;
    height: 100%;
  }

  .nav_fold h3 i span.daohang2 {
    display: none;
    background: url(../../images/m_icon2.png) no-repeat center center;
    background-size: 100%;
  }

  .nav_fold h3 i.nav_close {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
  }

  .nav_fold h3 i.nav_close span.daohang1 {
    display: none;
  }

  .nav_fold h3 i.nav_close span.daohang2 {
    display: block;
  }

  .case_nav_list ul, .fold_nav_list ul {
    margin: 0;
    display: none;
    border-top: 1px solid #eaeaea;
    box-sizing: border-box;
    background: rgba(250, 250, 250, 0.6);
    overflow: hidden;
  }

  .case_nav_list ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 0;
    text-align: center;
    width: 50%;
  }

  .fold_nav_list ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    }

  .case_nav_list ul li a, .fold_nav_list ul li a {
    background: none;
    height: 9.5vw;
    line-height: 9.5vw;
  }

  .nav_nobottom {
    margin-bottom: 0;
  }

  /* two_nav_list */
  .two_nav_list ul li {
    width: 50%;
  }

  /* three_nav_list */
  .three_nav_list ul li {
    width: 33.3333%;
  }

  /* product_nav */
  .sub_nav_content {
    padding-bottom: 0;
  }

  .sub_nav_content ul li.cur .sublist {
    display: table;
  }

  .sublist {
    display: block;
    position: static;
    left: 0;
    bottom: 0;
    width: auto;
    display: table;
    margin: 1vw auto 2vw;
  }

  .sub_nav_content ul li p a {
    font-size: 3.4vw;
    width: auto;
    padding: 1.5vw 0;
    height: auto;
    line-height: 1.3em;
    box-sizing: border-box;
    width: 21vw;
    margin: 0.5vw;
    border-radius: 1vw;
    overflow: hidden;
    background: #e2e3e3;
    color: #636363;
  }

  .sub_nav_content ul li.cur .sublist p:first-child a {
    margin-left: 0.5vw;
  }

  .sub_nav_content ul li p {
    width: auto;
  }

  .sub_nav_content ul li a {
    font-size: 4vw;
    color: #333333;
  }

  .sub_nav_content ul li.cur p a {
    background: #e2e3e3;
    color: #636363;
  }

  .sub_nav_content ul li p.cur2 a, .sub_nav_content ul li p:hover a {
    color: #fff;
    background: rgba(13, 87, 167, 1);
  }
}

/* navigation */
.navigation_container {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid #e7e7e7;
  padding: 2.8% 0;
  margin-bottom: 5.5%;
}

.navigation_container p {
  font-size: 0.14rem;
  line-height: 1em;
  color: #444444;
}

.navigation_container p a {
  color: #444444;
}

.navigation_container p a:last-child, .navigation_container p a:hover {
  color: #00a29a;
}

.navigation_container p i {
  display: block;
  float: left;
  width: 0.16rem;
  margin: -0.03rem 0.08rem 0 0;
}

.navigation_container p span {
  margin: 0 7px;
}

.navigation_container p i img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width:1024px) {
  .navigation_container {
    display: none;
  }
}

/* recruit */
/*1 recruit_list +*/
.recruit_list_content {
  margin-top: 2.8%;
}

.recruit_list_top ul {
  overflow: hidden;
  background: #eeeeee;
  border-radius: 10px;
  padding: 0.2rem 0.1rem;
  box-sizing: border-box;
}

.recruit_list_top ul li, .recruit_list_bottom ul li {
  color: #666666;
  font-size: 0.16rem;
  line-height: 1.3em;
  float: left;
  box-sizing: border-box;
  padding: 0 0.1rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.recruit_list_top ul li:first-child, .recruit_list_bottom ul li:first-child {
  width: 31%;
}

.recruit_list_top ul li:first-child+li, .recruit_list_bottom ul li:first-child+li {
  width: 23%;
}

.recruit_list_top ul li:first-child+li+li, .recruit_list_bottom ul li:first-child+li+li {
  width: 20%;
}

.recruit_list_top ul li:first-child+li+li+li, .recruit_list_bottom ul li:first-child+li+li+li {
  width: 17%;
}

.recruit_list_top ul li:first-child+li+li+li+li, .recruit_list_bottom ul li:first-child+li+li+li+li {
  width: 9%;
}

.recruit_list_bottom {
  width: 100%;
  margin-top: 0.3rem;
}

.recruit_list_bottom ul {
  overflow: hidden;
  border-radius: 10px;
  padding: 0.2rem 0.1rem;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  margin-top: 0.2rem;
  background: #fff;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.recruit_list_bottom ul:first-child {
  margin-top: 0;
}

.recruit_list_bottom ul li span {
  display: none;
}

.recruit_list_bottom ul li a {
  color: #666666;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.recruit_list_bottom ul:hover {
  background: #00a29a;
}

.recruit_list_bottom ul:hover li {
  color: #fff;
}

.recruit_list_bottom ul:hover li a {
  color: #fff;
}

@media screen and (max-width:1024px) {
  .recruit_list_content {
    margin-top: 6vw;
  }

  .recruit_list_top {
    display: none;
  }

  .recruit_list_bottom {
    margin-top: 0;
  }

  .recruit_list_bottom ul {
    padding: 4vw 3.5vw;
    border-radius: 1vw;
  }

  .recruit_list_bottom ul li:first-child {
    width: 100%;
    float: none;
  }

  .recruit_list_bottom ul li {
    font-size: 3.5vw;
  }

  .recruit_list_bottom ul li span {
    display: block;
    color: #8f8f8f;
    margin-bottom: 1.5vw;
  }

  .recruit_list_bottom ul li:first-child+li {
    width: 40%;
    margin-top: 4.5vw;
  }

  .recruit_list_bottom ul li:first-child+li+li {
    width: 30%;
    margin-top: 4.5vw;
  }

  .recruit_list_bottom ul li:first-child+li+li+li {
    width: 30%;
    margin-top: 4.5vw;
  }

  .recruit_list_bottom ul li:first-child+li+li+li+li {
    float: left;
    width: 100%;
    margin-top: 4.5vw;
  }

  .recruit_list_bottom ul li:first-child+li+li+li+li a {
    color: #00a29a;
  }

  .recruit_list_bottom ul:hover {
    background: #fff;
  }

  .recruit_list_bottom ul:hover li {
    color: color: #666666;
  }

  .recruit_list_bottom ul:hover li a {
    color: color: #666666;
  }

  .recruit_list_bottom ul:hover li:first-child+li+li+li+li a {
    color: #00a29a;
  }
}




/* eject */
.recruit_process_eject_container {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.open_process {
  opacity: 1;
  z-index: 4;
}

.recruit_process_eject_content {
  width: 12rem;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 20px #ccc;
  padding: 0.2rem;
  background: #fff;
  position: relative;
}

.recruit_process_eject_content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.recruit_process_eject_content img.m_process {
  display: none;
}

.recruit_process_eject_content h4 {
  font-size: 0.20rem;
  line-height: 2.6em;
  background: #00a29a;
  text-align: center;
  display: block;
  width: 2rem;
  color: #fff;
  border-radius: 10px;
  margin: 0.1rem auto 0;
  font-weight: normal;
  cursor: pointer;
}

.recruit_process_eject_content ul li {
  display: none;
}

.recruit_process_eject_content ul li.corresponding {
  display: block;
}

@media screen and (max-width:1450px) {
  .recruit_process_eject_content {
    width: 80%;
    padding: 1.5%;
  }

  .recruit_process_eject_content h4 {
    margin-top: 1.5%;
  }
}

@media screen and (max-width:1024px) {
  .recruit_process_eject_content img.m_process {
    display: block;
  }

  .recruit_process_eject_content img.pc_process {
    display: none;
  }

  .recruit_process_eject_content {
    width: 92%;
    padding: 3vw;
    border-radius: 1vw;
  }

  .recruit_process_eject_content img {
    border-radius: 1vw;
  }

  .recruit_process_eject_content h4 {
    font-size: 4vw;
    width: 35vw;
    border-radius: 1vw;
    line-height: 9vw;
    margin-top: 2vw;
  }
}

/* promotion channel */
.promotion_channel_container {
  padding: 5.7% 0;
  background: url(../../images/promotion_bg.jpg) no-repeat center center;
  background-size: cover;
}

.white_title{ text-align: center;}
.white_title h6, .white_title h3 {
  color: #fff;
}

.promotion_channerl_content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.promotion_channerl_content img.m_channel_img {
  display: none;
}

@media screen and (max-width:1024px) {
  .promotion_channel_container {
    padding: 8vw 0;
  }

  .white_title {
    margin-top: 0;
  }

  .promotion_channerl_content img.m_channel_img {
    display: block;
    width: 85%;
  }

  .promotion_channerl_content img.pc_channel_img {
    display: none;
  }
}

/* development */
.development_content_list ul {
  display: -webkit-flex;
  display: flex;
}

.development_content_list ul li {
  width: 49%;
  float: left;
  margin: 0 2% 0 0;
  background: #f4f4f4;
}

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

.development_content_list ul li img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -mo-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.8s ease-out 0s;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -mo-transition: all 0.8s ease-out 0s;
}

.development_content_list ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -mo-transition: all 1s ease-out 0s;
}

.development_content_list ul li .development_img {
  width: 100%;
  overflow: hidden;
}

.development_word {
  width: 100%;
  box-sizing: border-box;
  padding: 4% 3%;
}

.development_word h3 {
  font-weight: normal;
  font-size: 0.24rem;
  color: #666666;
  line-height: 1.2em;
}

.development_word p {
  color: #666666;
  line-height: 2em;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}

@media screen and (max-width:1024px) {
  .development_content_list ul {
    display: block;
  }

  .development_content_list ul li {
    width: 100%;
    float: none;
    margin: 5vw 0 0 0;
  }

  .development_content_list ul li:first-child {
    margin-top: 0;
  }

  .development_word {
    padding: 4vw 3vw;
  }

  .development_word h3 {
    font-size: 4vw;
  }

  .development_word p {
    line-height: 1.65em;
    font-size: 3.5vw;
    margin-top: 2vw;
  }
}

/* investor */
/* 1 basic information */
.base_investor_container {
  margin-top: 2.8%;
  background: #fff;
  box-shadow: 0 0 25px rgba(174, 175, 175, 0.4);
  box-sizing: border-box;
  padding: 0.49rem 0.85rem;
  border-radius: 10px;
}

.base_investor_container ul {
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.base_investor_container ul li p {
  color: #333333;
  line-height: 1.2em;
  font-size: 0.16rem;
}

.base_investor_container ul li h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  color: #555555;
  font-size: 0.32rem;
  line-height: 1.2em;
  margin-top: 0.06rem;
}

.base_investor_container ul li h3 span {
  color: #e70000;
}

.base_investor_container ul li h3 span i {
  font-style: normal;
  margin-left: 0.3rem;
}

.base_investor_container ul li h4 {
  color: #555555;
  font-size: 0.16rem;
  line-height: 1.2em;
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  margin-top: 0.2rem;
}

@media screen and (max-width:1024px) {
  .base_investor_container {
    margin-top: 6vw;
    padding: 4.5vw 8vw;
  }

  .base_investor_container ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .base_investor_container ul li {
    width: 44%;
    margin-top: 5vw;
  }

  .base_investor_container ul li:first-child, .base_investor_container ul li:nth-child(2) {
    margin-top: 0;
  }

  .base_investor_container ul li p {
    color: #636363;
    font-size: 3.5vw;
  }

  .base_investor_container ul li h3 {
    font-size: 4vw;
    line-height: 1.1em;
    margin-top: 0.6vw;
  }

  .base_investor_container ul li h4 {
    font-size: 4vw;
    line-height: 1.1em;
    margin-top: 0.6vw;
  }

  .base_investor_container ul li:last-child {
    width: 100%;
  }

  .base_investor_container ul li h3 span i {
    margin-left: 4vw;
  }

  .investor_nav_list {
    display: none;
  }

  .investor_container {
    margin-top: 21vw;
  }
}

/* 2 investor interaction */
.interaction_content {
  margin-top: 2.8%;
  position: relative;
}

.interaction_content_left {
  width: 58%;
  float: left;
}

.interaction_content_left ul li {
  width: 100%;
  cursor: pointer;
  margin-top: 0.34rem;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 0.34rem;
  box-sizing: border-box;
  padding-left: 0.07rem;
}

.interaction_content_left ul li:first-child {
  margin-top: 0.1rem;
}

.interaction_content_left h3 {
  font-size: 0.18rem;
  line-height: 1.7em;
  color: #565656;
  background: url(../../images/investor_icon1.png) no-repeat left top;
  background-size: 0.3rem;
  box-sizing: border-box;
  padding-left: 0.4rem;
  position: relative;
}

.interaction_content_left h3 i {
  width: 93%;
  display: block;
  font-style: normal;
}

.interaction_content_left h3 span {
  width: 0.16rem;
  height: 0.16rem;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 0;
  top: 0.1rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.interaction_content_left h3 span img {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  width: 100%;
  height: auto;
}

.interaction_content_left h3 span img.investor_reduce {
  display: none;
}

.interaction_answer_content {
  width: 100%;
  background: url(../../images/investor_icon2.png) no-repeat 0.03rem 0.05rem;
  background-size: 0.24rem;
  box-sizing: border-box;
  padding-left: 0.4rem;
  margin-top: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.interaction_answer_content p {
  font-size: 0.15rem;
  line-height: 1.9em;
  color: #636363;
}

.interaction_content_left ul li.active .interaction_answer_content {
  height: auto;
  opacity: 1;
  margin-top: 0.4rem;
}

.interaction_content_left ul li.active h3 {
  color: #00a29a;
  background: url(../../images/investor_icon11.png) no-repeat left top;
  background-size: 0.3rem;
}

.interaction_content_left ul li.active img.investor_reduce {
  display: block;
}

.interaction_content_left ul li.active img.investor_add {
  display: none;
}

.interaction_content_right {
  width: 33.33%;
  height: 6.3rem;
  float: right;
  background: url(../../images/investor_img.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.interaction_word_bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 162, 154, 0.8);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.4rem 0.4rem 0;
}

.interaction_word_bg h3 {
  font-weight: normal;
  font-size: 0.2rem;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 18%;
}

.interaction_word_bg p {
  color: #fff;
  font-size: 0.2rem;
  margin-top: 0.1rem;
}

.interaction_word_bg p i {
  width: 0.23rem;
  display: block;
  float: left;
  margin: 0.05rem 0.12rem 0 0;
}

.interaction_word_bg p i img {
  display: block;
  width: 100%;
  height: auto;
}

.interaction_word_bg p:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.interaction_word_bg h6 {
  font-weight: normal;
  color: #fff;
  font-size: 0.22rem;
  position: absolute;
  left: 0.4rem;
  bottom: 0.5rem;
}

@media screen and (max-width:1400px) {
  .interaction_content_left ul li {
    margin-top: 3.7%;
    padding-bottom: 3.7%;
  }
}

@media screen and (max-width:1024px) {
  .interaction_content {
    margin-top: 6vw;
  }

  .interaction_content_left {
    width: 100%;
  }

  .interaction_content_left h3 {
    font-size: 3.5vw;
    background-size: 3.5vw;
    background-position: 0 1vw;
    padding-left: 4.5vw;
    line-height: 1.5em;
  }

  .interaction_content_left ul li.active h3 {
    background-size: 3.5vw;
    background-position: 0 1vw;
    padding-left: 4.5vw;
  }

  .interaction_content_left ul li {
    padding-left: 1vw;
    margin-top: 5vw;
    padding-bottom: 5vw;
  }

  .interaction_content_left h3 span {
    width: 2vw;
    height: 2vw;
    top: 1.6vw;
  }

  .interaction_content_left h3 i {
    width: 95%;
  }

  .interaction_content_left ul li:first-child {
    margin-top: 0;
  }

  .interaction_answer_content p {
    font-size: 3.5vw;
    line-height: 1.65em;
  }

  .interaction_content_left ul li.active .interaction_answer_content {
    margin-top: 4.5vw;
  }

  .interaction_answer_content {
    background-size: 2.8vw;
    padding-left: 4.5vw;
    background-position: 0 1.4vw;
  }

  .interaction_content_right {
    width: 100%;
    margin-top: 8vw;
    height: 57.8vw;
    background: url(../../images/investor_m_img.jpg) no-repeat center center;
    background-size: cover;
  }

  .interaction_word_bg {
    background: linear-gradient(to right, rgba(0, 162, 154, 0.8), rgba(13, 87, 167, 0.8));
    padding: 7vw 5vw;
  }

  .interaction_word_bg h6 {
    position: static;
    left: 0;
    top: 0;
  }

  .interaction_word_bg h3 {
    font-size: 4vw;
    margin-bottom: 5vw;
  }

  .interaction_word_bg p {
    font-size: 3.5vw;
    margin-top: 0.7vw;
    color: #fff;
  }

  .interaction_word_bg p i {
    width: 3.8vw;
    margin: 0.8vw 2.5vw 0 0;
  }

  .interaction_word_bg h6 {
    font-family: "SourceHanSans-Bold";
    font-size: 4vw;
    margin-top: 11vw;
  }
}

/*3 disclosure */
.disclosure_content {
  margin-top: 2.8%;
}

.disclosure_content ul li {
  color: #565656;
  font-size: 0.2rem;
  line-height: 1.5em;
  border-bottom: 2px solid #e5e5e5;
  padding: 0.3rem 0;
  box-sizing: border-box;
}

.disclosure_content ul li:first-child {
  padding-top: 0;
}

.disclosure_content ul li p {
  position: relative;
}

.disclosure_content ul li span {
  position: absolute;
  right: 0;
  top: 0;
}

.disclosure_content ul li a {
  color: #565656;
  display: block;
  width: 85%;
}

.disclosure_content ul li a:hover {
  color: #00a29a;
}

.page_content {
  display: table;
  margin: 0.6rem auto 0;
}

.page_content h6 {
  font-weight: normal;
}

.page_content a {
  font-size: 0.18rem;
  line-height: 1em;
  width: 0.48rem;
  height: 0.48rem;
  border: 2px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
  float: left;
  margin: 0 0.11rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  color: #bebebe;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.page_content a:hover, .page_content a.cur {
  color: #fff;
  background: #00a29a;
  border: 2px solid #00a29a;
}

@media screen and (max-width:1024px) {
  .disclosure_content {
    margin-top: 6vw;
  }

  .disclosure_content ul li {
    font-size: 3.5vw;
    padding: 3vw 0;
    border-bottom: 0.2vw solid #e5e5e5;
  }

  .disclosure_content ul li a {
    width: 100%;
  }

  .disclosure_content ul li span {
    position: static;
    font-size: 3.5vw;
    color: #8d8d8d;
    margin-top: 0.5vw;
    display: block;
  }

  .page_content {
    margin-top: 8vw;
  }

  .page_content a {
    border-radius: 1vw;
    border: 0.2vw solid #e2e2e2;
    font-size: 2.9vw;
    width: 7.6vw;
    height: 7.6vw;
    margin: 0 1.8vw;
  }

  .page_content a:hover, .page_content a.cur {
    border: 0.2vw solid #00a29a;
  }
}

/* supplier */
.supplier_content {
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 10px;
  height: 7.3rem;
}

.supplier_content_left {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 2% 0 3%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  height: 7.3rem;
}

.supplier_title {
  text-align: left;
  margin-bottom: 0.25rem;
}

.supplier_content_left p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 2em;
  margin-top: 0.1rem;
}

.supplier_content_right {
  width: 50%;
  float: right;
  position: relative;
  height: 7.3rem;
  overflow: hidden;
}

.supplier_content_right img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.supplier_content_right .m_supplier {
  display: none;
}

.supplier_contact {
  width: 100%;
  box-sizing: border-box;
  background: url(../../images/supplier_icon.png) no-repeat left top;
  background-size: 0.52rem;
  padding-left: 0.65rem;
  margin-top: 0.4rem;
}

.supplier_contact h4 {
  font-weight: normal;
  font-size: 0.14rem;
  line-height: 1.3em;
  color: #00a29a;
  margin-top: 0.05rem;
}

.supplier_contact h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  font-size: 0.28rem;
  line-height: 1.3em;
  color: #00a29a;
}

/*suppliers_download*/
.suppliers_download{width: 3.1rem; height: 0.63rem; overflow: hidden; margin-top: 0.3rem;}
.suppliers_download a{  background:#00a29a; border-radius: 10px; display: block; width: 100%; height: 100%; color: #fff;display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;}
.suppliers_download h6{font-size: 0.2rem; font-weight: normal; line-height: 1.4em; cursor: pointer;}
.suppliers_download h6 i{ display:block; width: 0.24rem; float: left; margin:0.03rem 0.13rem 0 0;}
.suppliers_download h6 i img{ display:block; width: 100%; height: auto;}
.suppliers_download h6 span{ float: left;}

.suppliers_down_container{ width: 5rem;  background: #fff; border-radius: 10px; box-shadow: 0 0 30px rgba(0,162,154,0.3); position: fixed;left: 50%; top: 50%;   transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%); padding: 0.3rem ; box-sizing: border-box; text-align: center;z-index: 2;display: none;}
.suppliers_down_container h3{ font-weight: normal; font-size: 0.2rem; line-height: 1.5em; color:#333333;}
.suppliers_down_container h6{ font-weight: normal; font-size: 0.16rem; line-height: 1.5em; color: #00a29a; margin-top: 0.2rem; cursor: pointer;}
.suppliers_donw_content{box-sizing: border-box; margin-top: 0.2rem;}


@media screen and (max-width:1200px) {
.supplier_contact{margin-top: 0.2rem;}

}

@media screen and (max-width:1024px) {
  .supplier_container {
    margin-top: 18vw;
  }

  .supplier_content {
    height: auto;
    border-radius: 1vw;
  }

  .supplier_content_left {
    width: 100%;
    float: none;
    height: auto;
    display: block;
    padding: 6vw 4vw 5vw;
  }

  .supplier_title {
    margin-top: 0;
    margin-bottom: 4vw;
  }

  .supplier_content_right {
    width: 100%;
    float: none;
    height: auto;
  }

  .supplier_content_right img {
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }

  .supplier_content_right img.pc_supplier {
    display: none;
  }

  .supplier_content_right img.m_supplier {
    display: block;
    width: 100%;
    height: auto;
  }

  .supplier_content_left p {
    color: #666666;
    font-size: 3.5vw;
    line-height: 1.65em;
    margin-top: 3vw;
  }

  .supplier_contact {
    margin-top: 4.5vw;
    background-size: 8.3vw;
    padding-left: 10vw;
  }

  .supplier_contact h4 {
    font-size: 3.2vw;
    margin-top: 0;
  }

  .supplier_contact h3 {
    font-size: 4.2vw;
    line-height: 1.1em;
  }

  /*suppliers_download*/
  .suppliers_download{ width: 100%; height:12vw; margin-top: 4vw; }
  .suppliers_download a{border-radius: 1vw;}
  .suppliers_download h6{ font-size: 4vw;}
  .suppliers_download h6 i{ width: 5vw;margin: 0.3vw 2.5vw 0 0;}
  .suppliers_down_container{ width: 90vw; border-radius: 1vw;box-shadow: 0 0 3vw rgba(0,162,154,0.3);}
  .suppliers_down_container h3{ font-size: 3.6vw;}
  .suppliers_down_container h6{ font-size: 3.4vw;}
  .verify-wrap{ width: 40vw!important;}


}

@media screen and (max-width:500px) {
  .verify-wrap {
      width: 72vw!important;
  }
}

/* category +*/
.category_container {
  width: 100%;
  background: url(../../images/category_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 5.7% 0;
}

.category_content_list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category_content_list ul li {
  width: 24%;
  background: #fff;
  margin: 2.2% 1.3333% 0 0;
  padding: 0.1rem 0.1rem 0.2rem;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

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

.category_content_list ul li:nth-child(1), .category_content_list ul li:nth-child(2), .category_content_list ul li:nth-child(3), .category_content_list ul li:nth-child(4) {
  margin-top: 0;
}

.category_img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.category_content_list ul li img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -mo-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.8s ease-out 0s;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -mo-transition: all 0.8s ease-out 0s;
}

.category_content_list ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -mo-transition: all 1s ease-out 0s;
}

.category_content_list ul li h3 {
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.32em;
  font-weight: normal;
  margin-top: 0.22rem;
  margin-bottom: 0.1rem;
}

.category_content_list ul li p {
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.5em;
}

@media screen and (max-width:1024px) {
  .category_container {
    padding: 8vw 0;
    background: url(../../images/category_m_bg.jpg) no-repeat center center;
    background-size: cover;
  }

  .category_content_list ul {
    display: block;
  }

  .category_content_list ul li {
    width: 100%;
    padding: 3vw 3vw 4vw;
    margin: 3vw 0 0 0;
    border-radius: 1vw;
  }

  .category_img {
    border-radius: 1vw;
  }

  .category_content_list ul li:nth-child(1), .category_content_list ul li:nth-child(2), .category_content_list ul li:nth-child(3), .category_content_list ul li:nth-child(4) {
    margin-top: 3vw;
  }

  .category_content_list ul li:nth-child(1) {
    margin-top: 0;
  }

  .category_content_list ul li h3 {
    font-size: 4vw;
    margin: 4.2vw 0 2vw;
  }

  .category_content_list ul li p {
    font-size: 3.5vw;
    line-height: 1.55em;
  }
}

/* case */


/* case_list_word */
.case_top_content {
  margin-top: 2%;
}

.case_top_content p:first-child {
  margin-top: 0;
}

.case_top_content p {
  color: #636363;
  font-size: 0.16rem;
  line-height: 2em;
  margin-top: 0.1rem;
}

@media screen and (max-width:1024px) {
  .case_top_content p {
    font-size: 3.5vw;
    line-height: 1.66em;
  }
}

/* case_top_recommend */
.case_top_list {
  position: relative;
}

.case_top_recommend {
  width: 65.2%;
  margin: 4% auto 0;
  text-align: center;
  padding-bottom: 4.5%;
}

.case_top_recommend h3 {
  font-family: "SourceHanSans-Bold";
  font-weight: normal;
  color: #00a29a;
  font-size: 0.26rem;
  line-height: 1.5em;
}

.case_top_img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 5px solid #00a29a;
  box-sizing: border-box;
  margin-top: 3%;
}

.case_top_img img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -mo-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.8s ease-out 0s;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -mo-transition: all 0.8s ease-out 0s;
}

.case_top_img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -mo-transition: all 1s ease-out 0s;
}

.case_page .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.14rem !important;
  background: #00a29a;
  opacity: 0.5;
}

.case_page .swiper-pagination-bullet-active {
  background: #00a29a;
  opacity: 1;
}

.swiper-container-horizontal>.case_page {
  bottom: 0 !important;
}

@media screen and (max-width:1024px) {
  .case_top_recommend {
    width: 100%;
    margin-top: 6vw;
    padding-bottom: 8vw;
  }

  .case_page .swiper-pagination-bullet {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 1.4vw !important;
  }

  .case_top_recommend h3 {
    font-size: 4.2vw;
  }

  .case_top_img {
    margin-top: 4vw;
    border-radius: 1vw;
  }
}

/* case_list */
.case_list_container {
  background: #fafafa;
  padding: 5.7% 0;
}

.case_list_content ul li {
  width: 48%;
  float: left;
  margin: 3% 4% 0 0;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

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

.case_list_content ul li:nth-child(1), .case_list_content ul li:nth-child(2) {
  margin-top: 0;
}

.case_list_img {
  overflow: hidden;
}

.case_list_content ul li img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -mo-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.8s ease-out 0s;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -mo-transition: all 0.8s ease-out 0s;
}

.case_list_content ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -mo-transition: all 1s ease-out 0s;
}

.case_list_word {
  padding: 0.15rem 0.25rem;
  box-sizing: border-box;
}

.case_list_word h3 {
  font-size: 0.2rem;
  line-height: 1.5em;
  color: #636363;
  font-weight: normal;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.case_list_word p {
  color: #818181;
  font-size: 0.14rem;
  line-height: 1.5em;
  background: url(../../images/case_list_icon1.png) no-repeat left center;
  background-size: 0.19rem;
  padding-left: 0.28rem;
  margin-top: 0.07rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.case_list_word p span {
  float: right;
  color: #00a29a;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.case_list_content ul li:hover {
  background: #00a29a;
  box-shadow: 10px 10px 25px rgba(0, 162, 154, 0.30);
}

.case_list_content ul li:hover h3 {
  color: #fff;
}

.case_list_content ul li:hover p {
  color: #fff;
  background: url(../../images/case_list_icon2.png) no-repeat left center;
  background-size: 0.19rem;
}

.case_list_content ul li:hover p span {
  color: #fff;
}

@media screen and (max-width:1024px) {
  .case_list_container {
    padding: 8vw 0;
  }

  .case_list_content ul li {
    width: 100%;
    margin: 5vw 0 0 0;
    border-radius: 1vw;
  }

  .case_list_content ul li:nth-child(2) {
    margin-top: 5vw;
  }

  .case_list_word {
    padding: 2vw 3.5vw;
  }

  .case_list_word h3 {
    font-size: 4vw;
    line-height: 1.3em;
  }

  .case_list_word p {
    font-size: 3.2vw;
    background-size: 4vw;
    padding-left: 5.5vw;
    margin-top: 1.1vw;
  }

  .case_list_content ul li:hover p {
    background-size: 4vw;
  }
}

/* case_detail */
.case_detail_container {
  background: #fafafa;
  box-sizing: border-box;
  padding: 0.6rem;
  position: relative;
}

.case_detail_container h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  color: #00a29a;
  font-size: 0.24rem;
  line-height: 1.4em;
  width: 100%;
  margin: 8% 0 2%;
}

.case_detail_container h3:first-child {
  margin-top: 0;
}

.case_detail_container h4 {
  color: #666666;
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  font-size: 0.2rem;
  line-height: 1.8em;
}

.case_detail_container p {
  font-size: 0.16rem;
  line-height: 2em;
  color: #636363;
  letter-spacing: 0.4px;
}

.case_information {
  margin-bottom: 2%;
}

.case_detail_container img {
  max-width: 100%;
  height: auto;
  margin-top: 3%;
}

.ask_experts_content2 {
  width: 2rem;
  height: 0.6rem;
  border-radius: 10px;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
  background: linear-gradient(to right, #00a29a, #0d57a7);
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
}

@media screen and (max-width:1024px) {
  .case_detail_container h3 {
    font-size: 4.2vw;
    margin: 6vw 0 4vw;
  }

  .case_detail_container h4 {
    font-size: 4vw;
    line-height: 1.67em;
  }

  .case_detail_container p {
    font-size: 3.5vw;
    line-height: 1.65em;
  }

  .case_information {
    margin-bottom: 4vw;
  }

  .case_detail_container img {
    margin-top: 4vw;
  }

  .case_detail_container {
    padding: 0;
    background: #fff;
  }

  .case_detail_container {
    margin-top: 2vw;
  }

  .ask_experts_content2 {
    width: 23vw;
    height: 8vw;
    right: 0;
    top: 0;
    font-size: 3.8vw;
    line-height: 8vw;
  }
}

/* case_button */
.contact_button_container {
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  height: 0.98rem;
  margin-top: 0.15rem;
}

.contact_button_container ul li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  height: 100%;
  height: 0.98rem;
}

.contact_button_container ul li:first-child {
  border-right: 1px solid #e8e8e8;
}

.ask_experts_content {
  width: 2rem;
  height: 0.6rem;
  border-radius: 10px;
  background: #00a29a;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
  float: right;
  margin: 0.2rem 1.1rem 0 0;
}

.share_container {
  margin: 0.33rem 0 0 1.1rem;
}

.share_container p {
  float: left;
  font-size: 0.14rem;
  line-height: 1.3em;
  color: #9d9d9d;
  margin: 0.08rem 0.12rem 0 0;
}

.bshare-custom {
  float: left;
}

.bshare-custom.icon-medium-plus a {
  background-size: 0.28rem !important;
  padding-left: 0.28rem !important;
  height: 0.28rem !important;
}

.bshare-custom a {
  margin-right: 0.05rem;
}

.share_container a.zhihu_share {
  background: url(../../images/share_zhihu.png) no-repeat center center;
  background-size: 0.28rem !important;
  height: 0.28rem !important;
  padding-left: 0.28rem !important;
  display: inline-block; margin-left: 0.04rem; cursor: pointer;
}

@media screen and (max-width:1024px) {
  .contact_button_container {
    margin-top: 6vw;
    height: 18.3vw;
  }

  .contact_button_container ul li {
    height: 18.3vw;
  }

  .contact_button_container ul li:first-child {
    border-right: none;
    width: 100%;
  }

  .contact_button_container ul li:nth-child(2) {
    display: none;
  }

  .ask_experts_content {
    margin: 0 auto;
    float: none;
    width: 37vw;
    height: 11vw;
    font-size: 3.5vw;
    line-height: 11vw;
    margin-top: 3.5vw;
  }
}

/* case_eject */
.contact_button_eject_container {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.open_contact_button {
  opacity: 1;
  z-index: 4;
}

.contact_button_eject_content {
  width: 10rem;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 20px #ccc;
  padding: 0.5rem;
  background: #00a29a;
  position: relative;
}

.contact_button_eject_content h4 {
  font-size: 0.24rem;
  text-align: center;
  display: block;
  color: #fff;
  margin: 0.3rem auto 0;
  cursor: pointer;
  line-height: 1.5em;
}

.contact_button_weixin_content_pc {
  display: -webkit-flex;
  display: flex;
}

.contact_button_weixin {
  width: 28%;
  background: #fff;
  float: left;
  border-radius: 10px;
  margin: 0 8% 0 0;
  box-sizing: border-box;
  padding: 0.1rem;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.4);
}

.contact_button_eject_content .contact_button_weixin:nth-child(3) {
  margin-right: 0;
}

.contact_button_eject_content .contact_button_weixin a {
  display: block;
  width: 100%;
  height: 100%;
}

.contact_button_weixin img.wecom {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.contact_button_weixin h3 {
  font-weight: normal;
  font-size: 0.18rem;
  text-align: center;
  color: #00a29a;
  line-height: 1.5em;
  margin-top: 0.1rem;
  font-family: "SourceHanSans-Bold";
}

.contact_button_weixin img.contact_icon {
  width: 1rem;
  margin: 0.38rem auto 0;
  display: block;
}

.contact_button_weixin img.contact_tel_icon {
  width: 0.9rem;
  margin: 0.3rem auto 0;
  display: block;
}

.contact_button_weixin p {
  color: #00a29a;
  font-size: 0.26rem;
  line-height: 1.5em;
  font-family: "SourceHanSans-Bold";
  text-align: center;
}

.contact_button_weixin_content_m {
  display: none;
}

@media screen and (max-width:1024px) {
  .contact_button_weixin_content_pc {
    display: none;
  }

  .contact_button_eject_content {
    width: 92%;
    padding: 4vw;
    border-radius: 1vw;
    box-shadow: 0 0 20px #ccc;
    background: #fff;
    position: relative;
  }

  .contact_button_eject_content h4 {
    font-size: 4vw;
    color: #00a29a;
    margin: 3.5vw auto 0;
  }

  .contact_button_weixin_content_m {
    display: block;
  }

  .contact_button_weixin_m {
    width: 47%;
    float: left;
    border-radius: 1vw;
    background: #00a29a;
    color: #fff;
    box-shadow: 1vw 1vw 2vw rgba(0, 162, 154, 0.4);
    padding: 4vw 2vw;
    box-sizing: border-box;
  }

  .contact_button_weixin_content_m a:nth-child(2) .contact_button_weixin_m {
    margin-left: 6%;
  }

  .contact_button_weixin_m img {
    display: block;
    width: 9vw;
    margin: 0 auto;
  }

  .contact_button_weixin_m p {
    text-align: center;
    font-size: 3.8vw;
    line-height: 1.5em;
    margin-top: 2vw;
  }
}

/* case related products */
.related_product_container ul li {
  width: 29.5%;
  float: left;
  margin: 0 5.75% 0 0;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.related_product_container ul li:nth-child(3n) {
  margin-right: 0;
}

.related_product_container ul li img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -mo-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.8s ease-out 0s;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -mo-transition: all 0.8s ease-out 0s;
}

.related_product_container ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -mo-transition: all 1s ease-out 0s;
}

.related_product_word {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 162, 154, 0.6);
  box-sizing: border-box;
  padding: 0.18rem 0.1rem;
}

.related_product_word h3 {
  font-weight: normal;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1.3em;
  text-align: center;
}

@media screen and (max-width:1024px) {
  .related_product_container ul li {
    width: 100%;
    margin: 5vw 0 0 0;
    border-radius: 1vw;
  }

  .related_product_container ul li:first-child {
    margin-top: 0;
  }

  .related_product_word h3 {
    font-size: 4vw;
  }

  .related_product_word {
    padding: 4vw 2vw;
  }
}

/* news */
/* news list*/
.news_list_container ul {
  display: -webkit-flex;
    display: flex;
 -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap:wrap;
  }
.news_list_container ul li {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 18px rgba(0,162,154,0.34);
  width: 31%; float: left; margin: 0 3.5% 0 0;
  border-radius: 10px;

}
.news_list_container ul li:nth-child(3n){ margin-right: 0;}

.news_list_container ul li:hover {
  background: #00a29a;
}

.news_list_container ul li:nth-child(n+4){ margin-top: 3.5%;}

.news_list_img {
  overflow: hidden;
  height: 0;
  padding-bottom:66.3%;
}

.news_list_img img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);-mo-transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);transition: all 0.8s ease-out 0s;-webkit-transition: all 0.8s ease-out 0s; -moz-transition: all 0.8s ease-out 0s; -mo-transition: all 0.8s ease-out 0s;
}

.news_list_container ul li:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transition: all 0.6s ease-out 0s; -webkit-transition: all 0.6s ease-out 0s;-moz-transition: all 0.6s
ease-out 0s;-mo-transition: all 1s ease-out 0s;}

.news_list_word {
 overflow: hidden; padding: 0.4rem 0.4rem; box-sizing: border-box;
}

.news_list_word h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  font-size: 0.2rem;
  color: #00a29a;
  line-height: 1.58em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;overflow: hidden;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.news_list_container ul li:hover h3,.news_list_container ul li:hover p,.news_list_container ul li:hover h5 {
  color: #fff;
}

.news_list_word p {
  font-size: 0.16rem;
  color: #636363;
  line-height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 0.16rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.news_list_word h5 {
  font-weight: normal;
  font-size: 0.14rem;
  color: #00a29a;
  line-height: 1.3em;
  margin-top: 0.2rem;
  position: relative;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.news_list_word h5 span{ position:absolute; right: 0;bottom: 0;}


@media screen and (max-width:1024px) {
  .news_list_container ul{display: block;}
  .news_list_container_content{ margin-top: 20vw;}
  .news_list_container ul li:hover {
    background: #f5f5f5;
  }
  .news_list_container ul li {
    background: #f5f5f5;
    box-shadow: none;
    width: 100%; float: none; margin: 0;
    border-radius: 1vw;
  }
  .news_list_container ul li:nth-child(n+1){ margin-top: 5vw;}
  .news_list_img{ border-radius: 1vw;}
  .news_list_word p{ display: none;}
  .news_list_word{ padding: 4vw 3vw;}

  .news_list_word h3{font-family: "SourceHanSans-Regular"; font-size: 4vw; color: #333333; line-height: 1.38em;-webkit-line-clamp: 20;}
  .news_list_word h5{ font-size: 3.5vw; margin-top: 3.5vw;color: #666666;}
  .news_list_word h5 span{ font-size: 3.4vw;color: #00a29a;}
  .news_list_container ul li:hover h3{color: #333333;  }
  .news_list_container ul li:hover h5{color: #666666;}
  .news_list_container ul li:hover h5 span{color: #00a29a;}
}
/* news_ad */

.publicize_right_news ul{display: -webkit-flex;
  display: flex;
  justify-content: space-between; margin-top: 0.6rem;}
.publicize_right_news ul li{ width: auto; margin-top: 0; border-left: 1px solid rgba(255,255,255,0.4); padding-left: 5.5%;}
.publicize_right_news ul li:first-child{padding-left: 0; border-left: none;}
.publicize_right_news ul li i{ float: none; height: 0.55rem;}
.publicize_right_news ul li i img{ margin: 0 auto;}
.publicize_right_news p{ font-size: 0.2rem; line-height: 1.3em; color: #fff;}
.publicize_right_news h3{ margin-bottom: 0.25rem;}
.publicize_right_news h5{ font-size: 0.24rem;font-family: "SourceHanSans-Bold"; font-weight: normal; text-align:center; color: #fff; margin-top: 0.15rem; line-height: 1.2em;}

@media screen and (max-width:1600px) {
.publicize_right_news ul{ margin-top: 0.35rem;}
.publicize_right_news h3{ margin-bottom: 0.15rem;}
}

@media screen and (max-width:1250px) {
.publicize_right_news p{ display: none;}
}

@media screen and (max-width:1024px) {
.publicize_news_container{display: none;}
.technology_news_container{display: none;}

.publicize_about_container{ display: block;background: url(../../images/quality_m_right.jpg) center center; background-size: cover; margin-bottom: -8vw; box-sizing: border-box; padding: 5vw 0 8vw;}
.publicize_about_container .publicize_container_right{ padding: 0; margin-top: 0; background: none;}
.publicize_about_container .pc_img{display: block;}
.publicize_about_container .publicize_container_left{ border: none; margin-top: 0;}

.publicize_about_container ul li i{ height: 9vw;}
.publicize_about_container .publicize_right_news h5{ font-size: 3.6vw;}
.publicize_about_container .publicize_right_content ul li:nth-child(2){ width: auto;}
.publicize_about_container .publicize_right_content ul li:nth-child(3){ width: auto;}

.publicize_about_container .publicize_right_news ul{ margin-top: 8vw;}


}


/* news_detail */
.news_detail_top {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 0.05rem;
}

.news_detail_top h1 {
  font-size: 0.28rem;
  color: #333333;
  line-height: 1.5em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0.25rem;
}

.news_source_content {
  display: table;
  margin: 0 auto;
}

.news_source_content h6 {
  font-weight: normal;
  font-size: 0.14rem;
  color: #9d9d9d;
  line-height: 1.5em;
  float: left;
  margin: 0.07rem 0.35rem 0 0;
}

.news_share_container {
  float: left;
  margin: 0;
}

.news_detail_bottom_content p {
  font-size: 0.16rem;
  color: #666666;
  line-height: 2em;
  margin-top: 0.3rem;
  text-indent: 2em;
}

.news_detail_bottom_content img {
  max-width: 100%;
  height: auto;
}

.news_detail_bottom_content p img {
  margin-left: -2em;
}

.news_detail_page_container {
  width: 100%;
  border-top: 2px solid #efefef;
  margin-top: 0.8rem;
}

.news_detail_page {
  margin-top: 0.8rem;
}

.news_detail_page ul li {
  width: 49%;
  float: left;
}

.news_detail_page ul li:first-child {
  margin-right: 2%;
}

.news_detail_page ul li a {
  display: block;
  box-sizing: border-box;
  padding: 0.2rem;
  background: #efefef;
  color: #666666;
  font-size: 0.16rem;
  line-height: 1.3em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  overflow: hidden;
  border-radius: 10px;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.news_detail_page ul li a:hover {
  background: #00a29a;
  color: #fff;
}

@media screen and (max-width:1024px) {
  .news_detail_content {
    margin-top: 20vw;
  }

  .news_detail_top h1 {
    font-size: 4vw;
    line-height: 1.4em;
    margin-bottom: 4vw;
  }

  .news_share_container {
    display: none;
  }

  .news_source_content h6 {
    margin: 0;
    font-size: 3.5vw;
  }

  .news_detail_top {
    padding-bottom: 2vw;
    border-bottom: 0.2vw solid #f1f1f1;
  }

  .news_source_content h6:first-child {
    float: left;
  }

  .news_source_content h6:first-child+h6 {
    float: right;
  }

  .news_source_content {
    display: block;
  }

  .news_detail_bottom_content p {
    font-size: 3.5vw;
    line-height: 1.65em;
    margin-top: 4.7vw;
  }

  .news_detail_page_container {
    margin-top: 8vw;
    border-top: none;
  }

  .news_detail_page {
    margin-top: 5vw;
  }

  .news_detail_page ul li {
    float: none;
    width: 100%;
  }

  .news_detail_page ul li:first-child a {
    margin-top: 0;
  }

  .news_detail_page ul li a {
    width: 100%;
    float: none;
    margin: 3vw auto 0;
    font-size: 3.5vw;
    padding: 3vw;
    border-radius: 1vw;
  }
}

/* contact */
/* contact_map */
.contact_map_tel_content{ margin-top: 5%;}
.contact_map_tel_content ul {  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: flex; justify-content: space-between;}
.contact_map_tel_content ul li{ margin-right: 2%;}
.contact_map_tel_content ul li:nth-child(4n){ margin-right: 0;}
.contact_map_tel_content ul li img{display: block; width: auto; height: 0.4rem;}
.contact_line{ width: 2.4rem; overflow: hidden; position: relative; margin-top: 0.2rem;}
.contact_line1{ width: 100%; height: 2px; background: #e2e2e2;}
.contact_line2{ width: 35%; background: #00a29a; height: 2px; position: absolute; left: 0; top: 0;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
.contact_map_tel_content ul li:hover .contact_line2{ width: 100%;}
.contact_map_tel_content ul li h3{  font-weight: normal;
  font-family: "SourceHanSans-Bold"; font-size: 0.2rem; line-height: 1.2em; color:#00a29a; margin: 0.2rem 0 0.1rem 0;}
  .contact_map_tel_content ul li p{ color: #636363; font-size: 0.18rem; line-height: 1.5em;}

#map{width:100%;height:270px; box-shadow: 0 0 18px rgba(0,162,154,0.34); border-radius: 10px; margin-top: 4.5%;}
.BMapLabel{left: 30px!important; top: -6px!important; font-size: 0.18rem!important; background: #fff; border: none!important; border-radius: 10px;box-shadow: 0 0 18px rgba(0,162,154,0.34); padding: 8px 15px!important; color: #565656!important;}

@media screen and (max-width:1024px) {
.contact_map_top{margin-top: 20vw;}
.contact_top_title{ text-align: left;}
#map{ margin-top: 4.5vw; box-shadow: none; border-radius: 1vw; height: 45vw;}
.BMapLabel{left: 30px!important; top: -5px!important; font-size: 14px!important; background: #fff; border: none!important; border-radius: 1vw!important;box-shadow: 0 0 18px rgba(0,162,154,0.34); padding: 7px 15px!important; color: #565656!important;}

.contact_map_tel_content{ margin-top: 2vw;}
.contact_map_tel_content ul li img{ display: none;}
.contact_line{ display: none;}
.contact_map_tel_content ul li{ width: 100%; float: left; margin: 4vw 0 0 0;}
.contact_map_tel_content ul{ display:block;}
.contact_map_tel_content ul li h3{ font-size: 3.5vw; margin: 0 0 0.5vw 0; line-height: 1.3em;}
.contact_map_tel_content ul li p{ font-size: 3.5vw; line-height: 1.65em;}
.contact_map_tel_content ul li:nth-child(2),.contact_map_tel_content ul li:nth-child(3){ width: 50%;}
}


/* contact tel */
.contact_title {
  text-align: left;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 0.22rem;
}

.contact_tel_container ul {
  overflow: hidden;
}

.contact_tel_container ul li h4 {
  font-weight: normal;
  font-size: 0.2rem;
  font-family: "SourceHanSans-Bold";
  line-height: 1.3em;
  color: #00a29a;
  margin-bottom: 0.06rem;
}

.contact_tel_container ul li p {
  color: #636363;
  font-size: 0.18rem;
  line-height: 1.8em;
}

.contact_tel_container ul li p span {
  display: block;
  margin-left: 3em;
}

.contact_tel_container ul li {
  float: left;
  margin-top: 0.5rem;
}

ul.head_office li {
  width: 33.33%;
}

ul.head_officezq li { float: none;
 display: inline-block;*display:inline;*zoom:1;vertical-align: top;box-sizing: border-box; padding-right: 1%;
}
ul.head_officezq{ font-size: 0;}

ul.sale_tell li {
  width: 50%;
}

ul.investor_tell li {
  margin-left: 1.4rem;
}

ul.investor_tell li:first-child {
  margin-left: 0;
}

@media screen and (max-width:1024px) {
  .contact_title {
    padding-bottom: 3vw;
    border-bottom: 0.2vw solid #e5e5e5;
  }

  ul.head_office li {
    width: 100%;
  }

  ul.sale_tell li {
    width: 100%;
  }
  ul.head_officezq li {padding-right: 0;
  }

  .contact_tel_container ul li {
    float: none;
    margin-top: 4vw;
  }

  .contact_tel_container ul li h4 {
    font-size: 3.5vw;
    margin-bottom: 0.5vw;
  }

  .contact_tel_container ul li p {
    font-size: 3.5vw;
    line-height: 1.65em;
  }

  .contact_tel_container ul li p a{color: #636363;}

  ul.head_office2 li {
    float: left;
  }

  ul.head_office2 li:first-child {
    width: 41%;
  }

  ul.head_office2 li:first-child+li {
    width: 59%;
  }

  ul.investor_tell li {
    width: 50%;
    float: left;
    margin-left: 0;
  }

  ul.investor_tell li:first-child {
    width: 100%;
  }
}

/* contact online */
.contact_online_word{ height: 900px; margin-top: -0.5rem;}
.m_contact_online_word{ display: none;}
.online_title{ position: relative;z-index: 2;}
iframe body{background: none!important;}
@media screen and (max-width:1024px) {
.contact_online_word{display: none;}
.m_contact_online_word{ display: block; height: 50vh; margin-top: 6vw;}
.contact_online_content{ width: 92%; margin: 0 auto;}
}


/* service */
/* service_download */
.service_content_container{ position: relative; padding-bottom: 1.8rem;}
.service_download_container{ position: relative; z-index: 1;}
.service_download_container ul li {
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
  position: relative;
  box-sizing: border-box;
  padding: 0.35rem 0.03rem;
}

.service_download_container ul li:first-child {
  border-top: 2px solid #e5e5e5;
}

.service_download_container ul li h3 {
  font-weight: normal;
  line-height: 1.4em;
  font-size: 0.2rem;
  width: 85%;
}

.service_download_container ul li h3 a {
  color: #565656;
}

.service_download_container ul li h3 a:hover {
  color: #00a29a;
}

.service_download_container ul li h6 {
  width: 0.35rem;
  position: absolute;
  right: 0.15rem;
  top: 0.32rem;
}

.service_download_container ul li h6 img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width:1450px) {
.service_content_container{ padding-bottom: 10.5%;}
}

@media screen and (max-width:1024px) {
  .service_download_container ul li {
    border-bottom: 0.2vw solid #e5e5e5;
    padding: 5.5vw 0.5vw;
  }

  .service_download_container ul li:first-child {
    border-top: 0.2vw solid #e5e5e5;
  }

  .service_download_container ul li h3 {
    font-size: 3.5vw;
  }

  .service_download_container ul li h6 {
    width: 3.5vw;
    right: 3vw;
    top: 6.5vw;
  }
}

/* service_report */
.service_report_container {
  margin-top: 2%;
}

.service_report_word {
  width: 100%;
}

.service_report_word p {
  color: #636363;
  font-size: 0.16rem;
  line-height: 2em;
}

.service_report_path {
  width: 100%;
  margin-top: 8%;
}

.service_report_path img.service_m_img {
  display: none;
}

.service_report_path img.service_pc_img {
  display: block;
  width: 100%;
  height: auto;
}

.service_report_content {
  width: 100%;
  margin-top: 3%;
}

@media screen and (max-width:1024px) {
  .service_report_container {
    margin-top: 5vw;
  }

  .service_report_word p {
    font-size: 3.5vw;
    line-height: 1.65em;
  }

  .service_report_path {
    margin-top: 8vw;
  }

  .service_report_path img.service_pc_img {
    display: none;
  }

  .service_report_path img.service_m_img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .service_report_content {
    margin-top: 8vw;
  }
}

/* service network */
.service_network_content{ position: relative; margin-top: 3%;}
.service_network_content img{ display: block;height: auto; margin: 0 auto;}
.service_network_content img.m_network_img{ display: none;}
.network_title{ position: absolute; right: 50%; top: 18%; text-align: right; margin-right: -690px;}
@media screen and (max-width:1920px) {
.service_network_content img{ width: 100%;}
}
@media screen and (max-width:1600px) {
.network_title{ margin-right: 0; right: 8%;}

}

@media screen and (max-width:1024px) {
.network_title{ position: static;; top: 0; text-align: center;}
.service_network_content img.m_network_img{ display:block; margin-top: 6vw;}
.service_network_content img.pc_network_img{ display: none;}
}


/* service custom */
/* guarantee */
.guarantee_container {
  display: table;
  margin: 2.2% auto 0;
}
.guarantee_container2{ margin-top: 4%;}

.guarantee_content {
  padding: 0.45rem 0.8rem;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  box-shadow: 2px 0 28px rgba(0, 162, 154, 0.34);
  border-radius: 10px;
}

.guarantee_content p {
  font-size: 0.16rem;
  line-height: 1.5em;
  color: #636363;
  float: left;
  margin: 0.22rem 0 0 0;
  letter-spacing: 0.4px;
}

.guarantee_content p.customer_p {
  margin-right: 0.12rem;
}

.guarantee_tell_content {
  float: left;
}

.guarantee_tell_content img {
  width: 0.45rem;
  float: left;
  display: block;
  margin-right: 0.14rem;
}

.gurantee_tell_word {
  float: left;
}

.gurantee_tell_word h4 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  font-size: 0.22rem;
  color: #00a29a;
  line-height: 1em;
}
.gurantee_tell_word h4 a{color: #00a29a;}

.gurantee_tell_word h4:first-child {
  margin-bottom: 0.02rem;
  margin-top: -0.02rem;
}


/* guarantee_newsadd */
.guarantee_newsadd_content{ width: 1240px; margin: 0 auto; box-sizing: border-box; padding: 0.35rem 0.75rem; position: relative;}
.guarantee_newsadd_content p{ margin-top: 0; line-height: 2em;}
.guarantee_left{ width: 78%; float: left;}
.guarantee_news_tell_content{ position: absolute; right: 0.75rem; top: 50%;transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-moz-transform: translateY(-50%);}
/* guarantee_newsadd */

/* guarantee_newsadd 2*/
.gurantee_add_left_right_contet{ display: table; margin: 0 auto;}
.gurantee_add_left_right_contet .guarantee_left{ width: auto; margin: 0.08rem 0.1rem 0 0;}
.gurantee_add_left_right_contet .guarantee_news_tell_content{ position: static; right: 0; top: 0;transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0);-o-transform: translateY(0);-moz-transform: translateY(0);}
.guarantee_container2{ display: block;}
/* guarantee_newsadd 2*/

@media screen and (max-width:1450px) {
/* guarantee_newsadd */
.guarantee_newsadd_content{ width: 88%;}
/* guarantee_newsadd */
}


@media screen and (max-width:1024px) {
  .guarantee_container {
    display: block;
    width: 100%;
    margin: 6vw auto 0;
  }

  .guarantee_content {
    padding: 4.6vw 6.5vw;
    box-shadow: 0.2vw 0 2.8vw rgba(0, 162, 154, 0.34);
    border-radius: 1vw;
  }

  .guarantee_content p {
    width: 100%;
    font-size: 3.5vw;
    margin: 0;
    letter-spacing: 0;
  }

  .guarantee_content p.customer_p {
    width: auto;
    margin-right: 2vw;
    margin-top: 5.8vw;
  }

  .guarantee_tell_content img {
    width: 7.3vw;
    margin-right: 1.5vw;
  }

  .gurantee_tell_word h4 {
    font-size: 3.8vw;
  }

  .gurantee_tell_word h4:first-child {
    margin: -0.5vw 0 0.5vw 0;
  }

  .guarantee_tell_content {
    margin-top: 3vw;
  }
  /* guarantee_newsadd */
  .guarantee_newsadd_content{ width: 92%;}
  .guarantee_left{ width: 100%; float: none;}
  .guarantee_news_tell_content{ position: static;    right: 0;
    top: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);}
  /* guarantee_newsadd */
    /* guarantee_newsadd2 */
  .guarantee_container2 .guarantee_newsadd_content{ width: 100%;}
  .gurantee_add_left_right_contet .guarantee_left{ margin-top: 0;}
    /* guarantee_newsadd2 */
}

/* methods */
.methods_container {
  width: 100%;
  padding: 6.7% 0;
  margin-top: 4%;
  background: url(../../images/methods_bg.jpg) no-repeat center center;
  box-sizing: border-box;
}

.methods_content {
  text-align: center;
}

.methods_content p {
  font-size: 0.16rem;
  line-height: 2em;
  color: #fff;
}

.methods_content {
  margin-top: 2%;
}

@media screen and (max-width:1024px) {
  .methods_container {
    margin-top: 8vw;
    padding: 8vw 0;
    background-size: cover;
  }

  .methods_content {
    text-align: left;
    margin-top: 5vw;
  }

  .methods_content p {
    font-size: 3.5vw;
    line-height: 1.65em;
    letter-spacing: -0.05vw;
  }
}

/* process */
.process_container {
  margin-top: 5%;
  position: relative;
   padding-bottom: 2.4rem;

}

.process_content {
  margin-top: 3%;
  position: relative; z-index: 1;
}

.process_content img.m_process_img {
  display: none;
}

.process_content img.pc_process_img {
  display: block;
  margin: 0 auto;
}

.service_bottom_people{ position: absolute; bottom: 0; left: 50%; margin-left: -7.8rem; z-index: 0;}
.service_bottom_people img{display:block; width: 2.79rem;}
.service_bottom_download img{ width: 1.96rem;}
.service_bottom_download{ left: auto; right: 50%;margin-right: -7rem;}
.service_content_people img{ width: 2.4rem;}


@media screen and (max-width:1450px) {
  .process_container{ padding-bottom: 13%;}
  .process_content img.pc_process_img {
    width: 78%;
  }
  .service_bottom_people{left: 2%; margin-left: 0; width: 16%;}
  .service_bottom_people img{ width: 100%;}
  .service_bottom_download{ left:auto; right: 2%; margin-right: 0;width: 12%;}
  .service_content_people{ width: 14%;}
}

@media screen and (max-width:1024px) {
  .process_container {
    margin-top: 0;
    padding-bottom: 8vw;
  }
  .service_bottom_people{ display: none;}

  .process_content {
    margin-top: 6vw;
  }

  .process_content img.pc_process_img {
    display: none;
  }

  .process_content img.m_process_img {
    display: block;
    width: 100%;
    height: auto;
  }
}

/* charging */
.charging_content {
  overflow: hidden;
  border-radius: 10px;
}

.charging_left_content {
  width: 50%;
  float: left;
  height: 5.9rem;
  overflow: hidden;
  position: relative;
}

.charging_left_content img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.charging_left_content img.m_charging_img {
  display: none;
}

.charging_right_content {
  width: 50%;
  height: 5.9rem;
  float: right;
  background: #f6f7f7;
  box-sizing: border-box;
  padding: 0.2rem 0.4rem 0;
  position: relative;
}

.charging_right_content h5 {
  font-weight: normal;
  font-size: 0.26rem;
  line-height: 1em;
  color: #00a29a;
  border-left: 10px solid #00a29a;
  font-family: "SourceHanSans-Bold";
  padding-left: 0.13rem;
  margin: 0.25rem 0 0.2rem 0;
}

.charging_right_content p {
  font-size: 0.16rem;
  line-height: 2em;
  color: #636363;
}

.charging_word_content {
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  display: block;
  float: right;
  margin-top: 0.4rem;
}

.charging_word_content p {
  margin: 0.18rem 0 0 0;
}

.charging_word_content h4:first-child {
  margin-bottom: 0.03rem;
}

@media screen and (max-width:1320px) {
.charging_right_content{padding: 0.1rem 0.3rem 0;}
}
@media screen and (max-width:1270px) {
.charging_word_content{ margin-top: 0.2rem;}
}

@media screen and (max-width:1024px) {
  .charging_container {
    background: #f6f7f7;
    padding: 0 0 8vw;
    margin-top: 0;
    overflow: hidden;
  }

  .charging_content {
    border-radius: 0;
  }

  .charging_right_content {
    background: none;
    width: 100%;
    float: none;
    height: auto;
    padding: 0;
  }

  .charging_right_content h5 {
    font-size: 4vw;
    font-family: "SourceHanSans-Regular";
    border-left: 1.4vw solid #00a29a;
    padding-left: 1.5vw;
    margin: 4.6vw 0 3vw 0;
  }

  .charging_right_content h5:first-child {
    margin-top: 0;
  }

  .charging_right_content p {
    font-size: 3.5vw;
    line-height: 1.65em;
  }

  .charging_word_content {
    margin-top: 2vw;
  }

  .charging_left_content {
    width: 100%;
    position: static;
    height: auto;
    margin-top: 5vw;
  }

  .charging_left_content img {
    position: static;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }

  .charging_left_content img.m_charging_img {
    display: block;
    width: 100%;
    height: auto;
  }

  .charging_left_content img.pc_charging_img {
    display: none;
  }
}

/* service_content */
.service_word_title p {
  color: #636363;
  font-size: 0.16rem;
  line-height: 1.5em;
  margin-top: 0.15rem;
}


.service_content_bottom_container{ padding-bottom: 2.5rem; position: relative;}

.service_content_list ul li {
  width: 30.66%;
  float: left;
  margin: 4% 4% 0 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 162, 154, 0.4);
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  box-sizing: border-box;
  padding: 0.4rem 0.35rem;
  height: 2.9rem;
}
.service_content_list ul li:nth-child(1),.service_content_list ul li:nth-child(2),.service_content_list ul li:nth-child(3){ margin-top: 0;}

.service_content_list ul li:nth-child(3n) {
  margin-right: 0;
}

.service_content_list ul li h3 {
  font-size: 0.24rem;
  line-height: 1.4em;
  color: #00a29a;
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.service_content_list ul li h3 i {
  display: block;
  float: left;
  height: 0.32rem;
  overflow: hidden;
  margin-right: 0.1rem;
}

.service_content_list ul li h3 i img {
  display: block;
  width: auto;
  height: 0.32rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.service_content_list ul li h3 i img.service_white_icon {
  opacity: 0.9;
}

.service_content_list ul li h6 {
  width: 0.44rem;
  height: 0.04rem;
  background: #00a29a;
  margin: 0.15rem 0 0.22rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.service_content_list ul li p {
  font-size: 0.16rem;
  color: #636363;
  line-height: 2em;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.service_content_list ul li:hover {
  background: #00a29a;
}

.service_content_list ul li:hover h3, .service_content_list ul li:hover p {
  color: #fff;
}

.service_content_list ul li:hover h6 {
  background: rgba(255, 255, 255, 0.8);
}

.service_content_list ul li:hover h3 i img.service_green_icon {
  display: none;
}

@media screen and (max-width:1450px) {
.service_content_bottom_container{ padding-bottom: 14%;}
}

@media screen and (max-width:1024px) {
  .service_word_title p {
    font-size: 3.5vw;
    text-align: center;
    box-sizing: border-box;
    padding: 0 1vw;
    line-height: 1.65em;
    margin-top: 4vw;
  }

  .service_content_list ul {
    display: -webkit-block;
    display: block;
  }

  .service_content_list ul li {
    width: 100%;
    border-radius: 1vw;
    box-shadow: 0.5vw 0.5vw 2vw rgba(0, 162, 154, 0.4);
    margin: 5vw 0 0 0;
    padding: 4vw;
    height:auto;
  }

  .service_content_list ul li:nth-child(2),  .service_content_list ul li:nth-child(3) {
    margin-top: 5vw;
  }

  .service_content_list ul li h3 {
    font-size: 4vw;
    line-height: 1.2em;
  }

  .service_content_list ul li h3 i {
    height: 5vw;
    margin-right: 1.5vw;
  }

  .service_content_list ul li h3 i img {
    height: 5vw;
  }

  .service_content_list ul li h6 {
    width: 7.2vw;
    height: 0.5vw;
    margin: 2.7vw 0 2.3vw;
  }

  .service_content_list ul li p {
    font-size: 3.5vw;
    line-height: 1.57em;
  }

  .service_content_list ul li:hover {
    background: #fff;
  }

 .service_content_list ul li:hover p {
    color: #636363;
  }
 .service_content_list ul li:hover h3{ color: #00a29a;}

  .service_content_list ul li:hover h6 {
    background: #00a29a;
  }

  .service_content_list ul li:hover h3 i img.service_green_icon {
    display: block;
  }
}

/* about */
/* social_list */
.social_list_content ul li {
  width: 47%;
  float: left;
  box-shadow: 6px 6px 28px rgba(0, 162, 154, 0.28);
  border-radius: 10px;
  margin: 4.5% 6% 0 0;
  overflow: hidden;
  background: #fff;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

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

.social_list_content ul li:nth-child(1), .social_list_content ul li:nth-child(2) {
  margin-top: 0;
}

.social_list_content ul li img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -mo-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.8s ease-out 0s;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -mo-transition: all 0.8s ease-out 0s;
}

.social_list_content ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -mo-transition: all 0.6s ease-out 0s;
}

.social_img_content {
  width: 100%;
  overflow: hidden;
}

.social_list_content ul li h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  color: #666666;
  font-size: 0.24rem;
  line-height: 1.5em;
  padding: 0.3rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.social_list_content ul li:hover {
  background: #00a29a;
}

.social_list_content ul li:hover h3 {
  color: #fff;
}

@media screen and (max-width:1024px) {
  .social_list_content ul li {
    width: 100%;
    margin: 6.6vw 0 0 0;
    border-radius: 1vw;
    box-shadow: 0.6vw 0.6vw 2.8vw rgba(0, 162, 154, 0.28);
  }

  .social_list_content ul li:nth-child(2) {
    margin-top: 6.6vw;
  }

  .social_list_content ul li h3 {
    font-size: 4vw;
    padding: 4vw;
  }
}

/* social_detail */
.social_detail_content {
  padding: 0 5.5%;
  box-sizing: border-box;
}

.social_top_content h1 {
  font-weight: normal;
  font-size: 0.52rem;
  line-height: 1.4em;
  color: #00a29a;
  font-family: "SourceHanSans-Bold";
  text-align: center;
  margin-bottom: 0.1rem;
}

.social_bottom_content p {
  text-indent: 2em;
  font-size: 0.16rem;
  color: #636363;
  line-height: 2em;
  margin-top: 0.35rem;
}

.social_bottom_content p img {
  margin-left: -2em;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width:1024px) {
  .social_detail_content {
    padding: 0;
    margin-top: 8vw;
  }

  .social_top_content h1 {
    font-size: 5.2vw;
    margin-bottom: 0;
  }

  .social_bottom_content p {
    font-size: 3.5vw;
    line-height: 1.65em;
    margin-top: 5vw;
  }
}

/* culture +*/
/* mission +*/
.mission_container{ width: 100%; background: url(../../images/mission_bg.jpg) no-repeat center center; background-size: cover; box-sizing: border-box; padding: 5.5% 0;}

.mission_top{ width: 100%;}
.mission_top h3{ font-weight: normal;font-family: "SourceHanSans-Bold"; font-size: 0.56rem; line-height: 1.2em; color: #00a29a; margin-bottom: 0.3rem;}
.mission_top p{font-weight: normal;font-family: "SourceHanSans-Bold"; color: #565656; font-size: 0.2rem; line-height: 1.3em;}

.mission_bottom_content{ margin-top: 0.45rem;}
.mission_bottom_left{ width: 46.5%; float: left;}
img.mission_logo{ width: 100%; height: auto; display: block; opacity: 0.8;}
.mission_left_word{ width: 100%; padding-left: 0;margin-top: 0.45rem;}
.mission_left_word h3{ color: #00a29a; margin-bottom: 0.25rem;}
.mission_left_word ul li h4{color: #00a29a;}
.mission_left_word ul li p{ color: #565656;}
.mission_left_word h6{ display: none;}


.mission_bottom_right{ width: 48.5%; float:right; height: 4.3rem; position: relative; border-radius: 10px; overflow: hidden; box-shadow: 6px 6px 28px rgba(0,162,154,0.28);}
.mission_bottom_right img{display: block; position: absolute; left: 50%; top: 50%;   transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%); }


.mission_line{ width: 100%;    background: linear-gradient(to right, rgba(0, 162, 154, 1), rgba(13, 87, 167, 1)); height: 0.1rem;}
.m_mission_word{ display: none;}

@media screen and (max-width:1610px) {
.mission_left_word ul li{ margin-top: 0.3rem;}
}

@media screen and (max-width:1024px) {
.mission_top{display: none;}
.mission_container{ background: none; padding: 0;}
.mission_content{ width: 100%!important;}

.mission_bottom_left{ width: 100%; float:none;background: url(../../images/mission_m_bg.jpg) no-repeat center center; background-size: cover; padding: 8vw 7.5% 36vw; box-sizing: border-box; position: relative;}
.mission_left_word{ margin-top: 0;z-index: 1; position:relative;}
.mission_left_word ul li{border-left: 1px solid rgba(211,211,211,1); margin-top: 5.5vw;}
.mission_left_word h3{display: block; font-size: 5vw; margin-bottom: 1.6vw;}
.mission_left_word h6{ font-weight: normal;font-family: "SourceHanSans-Bold"; font-size: 3.5vw; color: #565656; display: block;}
img.mission_logo{ width: 64vw; height: auto; position: absolute; left: 4vw; top: 6vw;z-index: 0;}
.mission_left_word ul li h4{ font-size: 4.6vw; margin-top: 1.5vw;}
.mission_left_word ul li i{ height: 6.6vw;}

.mission_bottom_right{ width: 85%; margin: -30vw auto 0; height: auto; border-radius: 1vw;box-shadow: 0.6vw 0.6vw 2.8vw rgba(0,162,154,0.28); float: none;}
.mission_bottom_right img{display: block; position:static; left: 0; top: 0;   transform: translate(0,0);
        -ms-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        -moz-transform: translate(0,0); width: 100%; height: auto;}
.mission_line{ display: none;}

.m_mission_word{ display: block;width: 85%; margin: 6.5vw auto 0; background: #00a29a; border-radius: 1vw; box-shadow: 0.7vw 0.7vw 2vw rgba(0,162,154,0.4); overflow: hidden; box-sizing: border-box; padding: 2.8vw 0;
  display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      justify-content: center;

}
.m_mission_img{ width: 7.2vw; float: left; margin-right: 3.5vw;}
.m_mission_img img{display: block; width: 100%; height: auto;}
.m_mission_word p{ overflow:hidden;font-family: "SourceHanSans-Bold"; font-size: 4vw; color: #fff; line-height: 1.4em;}
.mission_bottom_content{ margin-top: 6vw;}

}



/* culture word */
.culture_contet ul li {
  width: 48.5%;
  float: left;
  margin: 0 3% 0 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 6px 6px 28px rgba(0,162,154,0.28);
}

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

.culture_word_img {
  width: 100%;
  overflow: hidden;
}

.culture_contet ul li img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -mo-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.8s ease-out 0s;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -mo-transition: all 0.8s ease-out 0s;
}

.culture_contet ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -mo-transition: all 1s ease-out 0s;
}

.culture_word_content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../images/culture_bg.png) no-repeat center bottom;
  background-size: 100%;
}

.culture_word {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 8%;
  padding: 0 6%;
  box-sizing: border-box;
}

.culture_word h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  font-size: 0.24rem;
  color: #fff;
  line-height: 1.3em;
  margin-bottom: 0.1rem;
}

.culture_word p {
  font-size: 0.18rem;
  color: #fff;
  line-height: 1.5em;
}

@media screen and (max-width:1300px) {
  .culture_word {
    padding: 0 2% 0 4%;
  }
}

@media screen and (max-width:1024px) {
  .culture_contet{ width: 85%!important;}
  .culture_contet ul li {
    width: 100%;
    margin: 6.5vw auto 0;
    float: none;
    border-radius: 1vw;
    box-shadow: none;
  }

  .culture_contet ul li:nth-child(2) {
    margin-top: 6.5vw;
  }

  .culture_contet ul li:nth-child(2n) {
    margin-right: auto;
  }

  .culture_word h3 {
    font-size: 4vw;
    margin-bottom: 1vw;
  }

  .culture_word p {
    font-size: 3.5vw;
    line-height: 1.65em;
  }

  .culture_word {
    padding: 0 6vw;
    bottom: 4vw;
  }
}

/* about product +*/
.about_product_list ul li{ width: 31.33%; float: left; margin: 0 3% 0 0; overflow: hidden; border-radius: 10px; box-sizing: border-box; border: 6px solid #00a29a; box-shadow: 6px 6px 20px rgba(0,162,154,0.4);padding-bottom: 20%; height: 0;}
.about_product_list ul li:nth-child(3n){ margin-right: 0;}
.about_product_list ul li:nth-child(n+4){ margin-top: 3%;}
.about_product_list ul li img{display: block; width: 100%; height: auto; transform: scale(1);-mo-transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);transition: all 0.8s ease-out 0s;-webkit-transition: all 0.8s ease-out 0s; -moz-transition: all 0.8s ease-out 0s; -mo-transition: all 0.8s ease-out 0s;}
.about_product_list ul li:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transition: all 0.6s ease-out 0s; -webkit-transition: all 0.6s ease-out 0s;-moz-transition: all 0.6s
ease-out 0s;-mo-transition: all 1s ease-out 0s;}
@media screen and (max-width:1024px) {
.about_product_list ul li{ width: 100%; margin: 0; border: none; box-shadow: none;}
.about_product_list ul li:nth-child(n+2){ margin-top: 5vw;}
.about_product_list ul li{ padding-bottom: 67%;}
}

/*about product Industry recommendations*/
.about_product_recommend_list ul{display: -webkit-flex;display: flex;  -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap:wrap;}
.about_product_recommend_list ul li{ width: 23.5%; float: left; margin: 0 2% 0 0; border-radius: 10px; box-shadow: 0 0 18px rgba(0,162,154,0.34); overflow: hidden;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; background: #fff;}
.about_product_recommend_list ul li img{display: block; width: 100%; height: auto;}
.about_product_recommend_list ul li:nth-child(4n){ margin-right: 0;}
.about_product_recommend_list ul li:nth-child(n+5){ margin-top: 2%;}

.industry_recommend_word{ box-sizing:border-box; padding: 0.35rem 0.3rem;}
.industry_recommend_word h3{font-family: "SourceHanSans-Bold"; font-weight: normal; font-size: 0.24rem; line-height: 1.3em; color: #00a29a; margin-bottom: 0.1rem;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}

.industry_recommend_word p{ font-size: 0.16rem; line-height: 1.75em; color: #636363;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}

.about_product_recommend_list ul li:hover{background: #00a29a;}
.about_product_recommend_list ul li:hover h3{ color: #fff;}
.about_product_recommend_list ul li:hover p{ color: #fff;}
@media screen and (max-width:1024px) {
.about_recommend_container{ display: none;}
}



/* association */
.association_container {
  padding-bottom: 5.7%;
  background: url(../../images/association_bg.jpg) no-repeat center bottom;
  background-size: 100%;
}

.association_list_content ul li {
  width: 100%;
  border-radius: 10px;
  box-shadow: 6px 6px 28px rgba(0, 162, 154, 0.28);
  background: #fff;
  box-sizing: border-box;
  padding: 0.45rem 0.4rem;
  position: relative;
  margin-top: 0.38rem;
}

.association_list_content ul li:first-child {
  margin-top: 0;
}

.association_list_content ul li img.association_logo {
  margin-bottom: 0.27rem;
}

.association_list_content ul li h3 {
  font-weight: normal;
  font-size: 0.2rem;
  line-height: 1.5em;
  color: #00a29a;
  margin-bottom: 0.05rem;
}

.association_list_content ul li p {
  color: #636363;
  font-size: 0.16rem;
  line-height: 2em;
}

.association_more {
  bottom: auto;
  top: 0.4rem;
  right: 0.4rem;
}

@media screen and (max-width:1024px) {
  .association_container {
    background: url(../../images/association_m_bg.jpg) no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 8vw;
  }

  .association_list_content ul li img.association_logo {
    width: 30vw;
    margin-bottom: 3vw;
  }
  .association_list_content ul li:nth-child(6) img.association_logo {
    width: 14vw;
  }

  .association_list_content ul li {
    padding: 5vw 4vw;
    border-radius: 1vw;
    box-shadow: 0.6vw 0.6vw 2.8vw rgba(0, 162, 154, 0.28);
    margin-top: 8.5vw;
  }

  .association_list_content ul li h3 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }

  .association_list_content ul li p {
    font-size: 3.5vw;
    line-height: 1.65em;
    color: #636363;
  }

  .association_more {
    position: static;
    margin-top: 4vw;
  }
}

/* research */
/* basic information */
.research_container {
  margin-top: 2%;
}

.research_container p {
  font-size: 0.16rem;
  color: #636363;
  line-height: 2em;
/*  text-align: center;*/
}

@media screen and (max-width:1024px) {
  .research_container {
    margin-top: 5vw;
  }

  .research_container p {
    color: #636363;
    font-size: 3.5vw;
    line-height: 1.65em;
    text-align: left;
    margin-top: 1.5vw;
  }
}

.core_container {
  margin-top: 2%;
}

.core_content {
  width: 100%;
  height: 1.6rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 6px 6px 28px rgba(0, 162, 154, 0.28);
}

.core_content h3 {
  text-align: center;
  font-size: 0.24rem;
  line-height: 1.5em;
  color: #00a29a;
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  margin-top: 0.4rem;
}

.core_content ul {
  display: table;
  margin: 0.25rem auto 0;
  overflow: hidden;
}

.core_content ul li {
  font-size: 0.18rem;
  line-height: 1.3em;
  color: #636363;
  background: url(../../images/core_circle.png) no-repeat left center;
  background-size: 0.06rem;
  padding-left: 0.14rem;
  float: left;
  margin-left: 0.3rem;
}

.core_content ul li:first-child {
  margin-left: 0;
}

.core_content1 {
  background: url(../../images/core_bg1.jpg) no-repeat center center;
  background-size: cover;
}

.core_content6{background: url(../../images/core_bg0.jpg) no-repeat center center;background-size: cover;    height: 2.2rem;}



.core_content_container {
  width: 100%;
}

.core_content_container img {
  display: block;
  margin: 0.25rem auto;
  width: 0.5rem;
}

.core_content2 {
  height: 1.2rem;
  background: #00a29a;
}

.core_content2 h3 {
  color: #fff;
}

.core_content_container2 {
  width: 48.5%;
  float: left;
}

.core_content_container3 {
  margin-left: 3%;
}

.core_content3 {
  background: url(../../images/core_bg2.jpg) no-repeat center center;
  background-size: cover;
}

.core_content_container4 img {
  margin-left: 22.5%;
}

@media screen and (max-width:1300px) {
  .core_content ul li {
    margin-left: 0.15rem;
  }
}

@media screen and (max-width:1200px) {
  .core_content ul li {
    margin-left: 0.1rem;
  }
}

@media screen and (max-width:1024px) {
  .core_container {
    margin-top: 6vw;
  }

  .core_content_container img {
    width: 5vw;
    margin: 3.6vw auto;
  }

  .core_content {
    height: auto;
    border-radius: 1vw;
    box-shadow: 0.6vw 0.6vw 2.8vw rgba(0, 162, 154, 0.28);
    box-sizing: border-box;
  }

  .core_content1 {
    background: url(../../images/core_m_bg1.jpg) no-repeat center center;
    background-size: cover;
    padding: 4vw 6vw;
  }

  .core_content6{padding: 4vw 3vw;}
  .core_content6 ul.nmag{ margin-top: 0;}

  .core_content h3 {
    margin-top: 0;
    font-size: 4vw;
    font-family: "SourceHanSans-Regular";
    line-height: 1.3em;
  }

  .core_content ul {
    display: block;
    margin-top: 1vw;
  }

  .core_content ul li {
    font-size: 3.5vw;
    line-height: 1.65em;
    margin: 2.2vw 0 0;
    background-size: 0.9vw;
    background-position: left 2.6vw;
    padding-left: 2vw;
    box-sizing: border-box;
  }

  .core_content1 ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
  }

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

  .core_content2 {
    padding: 4vw 6vw;
  }

  .core_content_container2 {
    width: 47%;
  }

  .core_content_container3 {
    margin-left: 6%;
  }

  .core_content3 {
    height: 51.4vw;
    padding: 4vw 3.5vw;
    box-sizing: border-box;
    background: url(../../images/core_m_bg2.jpg) no-repeat center center;
    background-size: cover;
  }

  .core_content3 h3 {
    padding: 0 2vw;
    box-sizing: border-box;
  }

  .core_content4 {
    background: url(../../images/core_m_bg3.jpg) no-repeat center center;
    background-size: cover;
  }

  .core_content_container4 img {
    margin-left: 19vw;
  }

  .core_content5 {
    background: url(../../images/core_m_bg4.jpg) no-repeat center center;
    background-size: cover;
    padding: 5vw 6vw;
  }

  .core_content5 ul li {
    width: 100%;
  }
}

/* Patent certificate */
.patent_container_content {
  position: relative;
}

.patent_right_container {
  width: 36.5%;
  background: linear-gradient(to right, rgba(0, 162, 154, 1), rgba(13, 87, 167, 1));
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
}

.patent_right_container ul {
  display: block;
  overflow: hidden;
  width: 460px;
  float: left;
  box-sizing: border-box;
  padding-left: 0.7rem;
}

.patent_right_container ul li {
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin-top: 0.25rem;
}

.patent_right_container ul li:first-child {
  margin-top: 0;
}

.patent_right_container ul li p {
  width: 45%;
  float: left;
  font-size: 0.2rem;
  line-height: 1.5em;
  font-family: "SourceHanSans-Bold";
  margin-top: 0.2rem;
}

.patent_right_container ul li h3 {
  font-size: 0.44rem;
  line-height: 1.5em;
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
}

.patent_left_container {
  width: 63.5%;
  float: left;
}

.patent_left_container ul {
  display: block;
  width: 920px;
  float: right;
}

.patent_left_container ul li {
  float: left;
  width: 26%;
  float: left;
  box-sizing: border-box;
  border-radius: 10px;
  border: 6px solid #00a29a;
  overflow: hidden;
  margin-left: 6%;
}

.patent_left_container ul li:first-child {
  margin-left: 0;
}

.patent_left_container ul li img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width:1500px) {
  .patent_left_container ul {
    width: 94%;
  }

  .patent_right_container ul {
    width: 90%;
  }
}

@media screen and (max-width:1450px) {
  .patent_left_container ul {
    width: 92%;
  }
}

@media screen and (max-width:1024px) {
  .patent_left_container {
    width: 50%;
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }

  .patent_left_container ul {
    width: 100%;
  }

  .patent_left_container ul li:last-child {
    display: none;
  }

  .patent_left_container ul li {
    width: 47%;
    margin: 0 6% 0 0;
    border: 0.6vw solid #00a29a;
  }

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

  .patent_right_container {
    width: 58.6%;
    float: right;
    position: static;
    display: block;
    padding: 8.5vw 5% 8.5vw 0;
    box-sizing: border-box;
  }

  .patent_right_container ul {
    float: right;
    width: 37vw;
    padding-left: 0;
  }

  .patent_right_container ul li {
    margin-top: 3vw;
  }

  .patent_right_container ul li p {
    font-size: 3.5vw;
    width: 27vw;
    margin-top: 3vw;
  }

  .patent_right_container ul li h3 {
    font-size: 6.8vw;
  }
}

/* about technology +*/
.about_technology_content ul li {
  background: #fff;
  border-radius: 1vw;
  box-shadow: 0 0 20px rgba(0, 162, 154, 0.28);
  box-sizing: border-box;
  padding: 0.7rem 0.6rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.4rem;
}

.about_technology_content ul li:first-child {
  margin-top: 0;
}


.about_technology_right_word {
  width: 100%;
}

.about_technology_right_word h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  font-size: 0.26rem;
  line-height: 1em;
  border-left: 10px solid #00a29a;
  box-sizing: border-box;
  padding-left: 0.15rem;
  color: #00a29a;
  margin-bottom: 0.3rem;
}

.about_technology_right_word p {
  font-size: 0.16rem;
  line-height: 2em;
  color: #636363;
}

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

  .about_technology_content ul li {
    margin-top: 4vw;
    padding: 6vw 4vw 5vw;
    margin-top: 6vw;

  }

  .about_technology_right_word h3 {
    font-family: "SourceHanSans-Regular";
    font-size: 4vw;
    border-left: 1.4vw solid #00a29a;
    padding-left: 1.5vw;
    margin-bottom: 3vw;
  }

  .about_technology_right_word p {
    font-size: 3.5vw;
    line-height: 1.65em;
  }
}

/* about */
/* about introdiction +*/

.inside_about_container{ width: 100%; background: #f7f7f7; overflow:hidden; padding-top: 4%;}
.inside_about_content {
  position: relative;
}

.inside_about_right{ width: 54%; float: right; text-align: right; position:relative;z-index: 2;}
.inside_about_right h3{    font-weight: normal;
    font-family: "SourceHanSans-Bold";
    font-size: 0.56rem;
    line-height: 1.1em;
    color: #00a29a;}
.inside_about_right h4{    font-weight: normal;
    font-family: "SourceHanSans-Bold";
    color: #565656;
    font-size: 0.2rem;
    line-height: 1.3em; margin-top: 0.45rem;}

.inside_about_right p {
  font-size: 0.16rem;
  line-height: 2em;
  color: #636363;
   margin-top: 0.35rem;
}
.inside_about_right p:first-child{ margin-top: 0.25rem;}

.inside_about_logo{ width: 8.53rem; position: absolute; left: 0; top: 0;}
.inside_about_logo img{ display: block; width: 100%; height: auto; opacity: 0.6;}

.inside_about_incorporation h5{ font-weight: normal;
    font-family: "SourceHanSans-Bold";
    color: #333333;
    font-size: 0.18rem;
    line-height: 1.3em; margin-top: 0.35rem; }
.inside_about_incorporation h6{ float: right; line-height: 1.3em;}
.inside_about_incorporation i{ width: 0.34rem; float: left; margin: 0.13rem 0.13rem 0 0;}
.inside_about_incorporation i img{ width: 100%;}
.inside_about_incorporation b{ color: #00a29a; font-size: 0.42rem; line-height: 1.2em; float: left;}
.inside_about_incorporation span{ font-weight: normal; font-size: 0.22rem; color: #333333; float: left;margin: 0.28rem 0 0 0.08rem;}

.company_main_container{ width: 100%; position: relative; margin-top: -15%; float: left;}
.company_main_container img.company_main_img{ width: 11.99rem; display: block;}
.company_main_container img.m_company_main_img{display:none;}
.company_main_bottom_container{ width: 100%; background: linear-gradient(to right, rgba(0, 162, 154, 0.91), rgba(13, 87, 167, 0.91)); position:absolute; left: 0; bottom: 0; padding: 0.4rem 0; box-sizing: border-box;}
.company_main_bottom_content h3{ font-weight: normal;
    font-family: "SourceHanSans-Bold"; font-size: 0.32rem; line-height: 1em; color: #fff; float: left;}

.company_main_list{ float: right; width: 89%;}
.company_main_list ul{  display: -webkit-flex;
  display: flex;
  justify-content: space-between;}


.company_main_list ul li.about_main_line{ width: 2px; height: 0.66rem; background: rgba(255,255,255,0.55); min-width: 2px;}

.company_main_list ul li img{ width: auto; height: 0.66rem; float: left;}
.company_main_list ul li .company_main_list_word{ float: left; margin: 0 0 0 0.2rem;}
.company_main_list ul li .company_main_list_word h4{ font-size: 0.24rem; line-height: 1.4em; color: #fff;font-weight: normal;
    font-family: "SourceHanSans-Bold";}
.company_main_list ul li .company_main_list_word p{ font-size: 0.18rem; line-height: 1.3em; color: #ffffff; margin-top: 0.1rem;}

.inside_about_bottom{ margin-top: 0.6rem;}
.inside_about_bottom p {
  font-size: 0.16rem;
  line-height: 2em;
  color: #636363;
   margin-top: 0.35rem;
   text-align: center;
}
.inside_about_bottom h4{display: none;}



@media screen and (max-width:1920px) {
.company_main_container img.company_main_img{ width: 62%;}
}

@media screen and (max-width:1450px) {
  .inside_about_right{ width: 80%;}
  .company_main_container{margin-top: -13%;}

}

@media screen and (max-width:1200px) {
.company_main_container{margin-top: -10%;}
}

@media screen and (max-width:1024px) {
.inside_about_container{ padding: 0; margin-top: 4vw; background: none;}
.inside_about_logo,.inside_about_right h3,.inside_about_incorporation{ display: none;}
.inside_about_right{ width: 100%; float: none; text-align: left;}
.inside_about_right p {
  width: 100%;
  font-size: 3.5vw;
  line-height: 1.65em;
  margin-top: 2.5vw;}
.inside_about_right p:first-child{  margin-top: 3.5vw;}
.inside_about_right h4{ margin-top: 0; font-size: 4vw; text-align: center;}

.company_main_container{ float: none; margin: 4.5vw auto 0;width: 92%;}
.company_main_container img.company_main_img{ display: none;}
.company_main_container img.m_company_main_img{display:block; width: 100%; height: auto;}

.company_main_bottom_container{ position: static;background: linear-gradient(to right, rgba(0, 162, 154, 1), rgba(13, 87, 167, 1)); padding: 6vw 1vw; box-sizing: border-box;
}
.company_main_bottom_content{ width: 100%!important;}
.company_main_bottom_content h3{ width: 100%; float: none;text-align: center; font-size: 5.8vw;}
.company_main_bottom_content h3 br{ display: none; }
.company_main_list{ width: 100%;}
.company_main_list ul{ display: block;}
.company_main_list ul li.about_main_line{ display: none;}

.company_main_list ul li{ display:table; margin:4.5vw auto 0;}
.company_main_list ul li img{ float: none; display:block; margin: 0 auto; height: 9vw;}
.company_main_list ul li .company_main_list_word{ float: none; margin: 3.8vw 0 0 0; overflow: hidden;}
.company_main_list ul li .company_main_list_word h4{ float:left; font-size: 4vw;}
.company_main_list ul li .company_main_list_word p{ float: left; font-size: 3.5vw; margin: 0.5vw 0 0 3vw;}

.inside_about_bottom{ margin-top: 2.5vw;}
.inside_about_bottom h4{display: block; font-size: 4vw; color: #333333;}
.inside_about_bottom h4 span{ font-size: 5.8vw; color: #00a29a;}

.inside_about_bottom p {
    font-size: 3.5vw;
    line-height: 1.65em;
    margin-top: 2.5vw; text-align: left;}
}

/* about_main_product + */
.main_product_title{ text-align: center;}
.main_product_list ul{display: -webkit-flex;display: flex; justify-content: space-between;}
.main_product_list ul li{ width: 13.75%;/* float: left;*//* margin: 0 3.5% 0 0;*/}
.main_product_list ul li:nth-child(6n){ margin-right: 0;}
.main_product_img{ width: 100%; overflow: hidden; border-radius: 50%;}
.main_product_img img{ display: block; width: 100%; height: auto;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s; -webkit-transition-duration: 1s;}
.main_product_list ul li:hover img{-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);}

.main_product_word{ width: 100%; border-radius: 27px; background: #fff; box-shadow: 0 0 18px rgba(0,162,154,0.34); text-align: center; padding: 0.11rem 0;  box-sizing: border-box;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; position: relative; margin-top: -0.3rem;}
.main_product_word h4{ font-weight: normal;font-family: "SourceHanSans-Bold"; font-size: 0.24rem; color: #099892; line-height: 1.3em;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}

.main_product_list ul li:hover .main_product_word{ background: #099892;}
.main_product_list ul li:hover .main_product_word h4{ color: #fff;}

@media screen and (max-width:1024px) {
.main_product_list ul{flex-wrap: wrap;justify-content: flex-start;}
.main_product_list ul li{ width: 29%;/* float: left;*/ margin: 0 6.5% 0 0;}
.main_product_list ul li:nth-child(6n){ margin-right: 6.5%;}
.main_product_list ul li:nth-child(3n){ margin-right: 0;}
.main_product_list ul li:nth-child(n+4){ margin-top: 5.5%;}
.main_product_word h4{ font-size: 3.8vw;}
.main_product_word{ border-radius: 3.8vw; padding: 1.3vw 0;box-shadow: 0 0 1.8vw rgba(0,162,154,0.34);margin-top: -3.5vw;}
.main_product_list ul li:hover img{-moz-transform: none;
-webkit-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;}
}

/* abour area +*/
.about_area_container{ width: 100%; box-sizing: border-box; width: 100%; background: #f7f7f7; padding: 5.7% 0;}

.about_area_word{ margin-top: 2%;}
.about_area_word p{ font-size: 0.16rem; color: #636363; line-height: 2em;}

.about_area_word_img{ width: 100%; text-align:center;}
.about_area_word_img img{width: 100%; height: auto;}
.about_area_word_img img.area_pc{ width: 1450px; margin: 0 auto;transform: scale(1);-mo-transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);transition: all 0.8s ease-out 0s;-webkit-transition: all 0.8s ease-out 0s; -moz-transition: all 0.8s ease-out 0s; -mo-transition: all 0.8s ease-out 0s;}
.about_area_word_img:hover img.area_pc{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transition: all 0.6s ease-out 0s; -webkit-transition: all 0.6s ease-out 0s;-moz-transition: all 0.6s
ease-out 0s;-mo-transition: all 1s ease-out 0s;}

@media screen and (max-width:1450px) {
.about_area_word_img{ width: 90%; margin: 2.8% auto 0;}
.about_area_word_img img.area_pc{ width: 100%; height: auto;}
}
@media screen and (max-width:1024px) {
.about_area_word{ margin-top: 5vw;}
.about_area_word_img{ width: 92%; margin-top: 6vw;}
.about_area_word p{font-size: 3.5vw; color: #636363; line-height: 1.65em;}
.about_area_word_img img.area_m{	image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;}
.about_area_container{ padding: 0 0 8vw; overflow: hidden;}
}



/* about factory+ */
.factory_title{ text-align: center;}
.about_factory_list {
  width: 1380px;
  margin: 2% auto 0;
  padding: 3% 2% 6%;
}

.about_factory_list .swiper-slide {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.about_factory_list .swiper-slide-active, .about_factory_list .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.2, 1.2) !important;
  transform: scale(1.2, 1.2) !important;
  z-index: 2;
  overflow: visible;
}

.about_factory_content {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 6px solid #00a29a;
  background: #00a29a;
  overflow: hidden;
  box-shadow: 6px 6px 20px rgba(0, 162, 154, 0.4);
}

.about_factory_content img {
  width: 100%;
  height: auto;
  display: block;
}

.about_factory_page .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.14rem !important;
  background: #00a29a;
  opacity: 0.5;
}

.about_factory_page .swiper-pagination-bullet-active {
  background: #00a29a;
  opacity: 1;
}

.swiper-container-horizontal>.about_factory_page {
  bottom: 0 !important;
}

@media screen and (max-width:1450px) {
.about_factory_list{ width: 90%;padding: 3% 2% 7%;}
}

@media screen and (max-width:1024px) {
  .about_factory_page{ padding-bottom: 0.5vw;}
  .about_factory_page .swiper-pagination-bullet {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 1.4vw !important;
  }

  .about_factory_content {
    border-radius: 1vw;
    border: 0.6vw solid #00a29a;
    box-shadow: 0.6vw 0.6vw 2vw rgba(0, 162, 154, 0.4);
  }

  .about_factory_list {
    padding: 3vw 3vw 9vw;
    margin-top: 4vw;
    width: 92%
  }
}


/* product */
/* navigation */
.product_navigation_container{padding: 0.3rem 0;}
.product_navigation{float: left;margin-top: 0.3rem;}
.product_list_secondary{display: none;}
/* form */
.product_form_container {
  background: #f8f8f8;
  border-radius: 35px;
  height: 0.7rem;
  width: 7.3rem;
  float: right;
}

.product_form_container input {
  border: none;
  outline: none;
  box-sizing: border-box;
  width: 62%;
  float: left;
  height: 0.7rem;
  background: none;
  font-size: 0.16rem;
  box-sizing: border-box;
  padding: 0 0.4rem;
  letter-spacing: 0.4px;
  color: rgba(99, 99, 99, 0.6);
  font-family: "SourceHanSans-Regular";
}

.product_form_container input::-webkit-input-placeholder {
  color: rgba(99, 99, 99, 0.6);
}

.product_form_container input:-moz-placeholder {
  color: rgba(99, 99, 99, 0.6);
}

.product_form_container input::-moz-placeholder {
  color: rgba(99, 99, 99, 0.6);
}

.product_form_container input::-ms-input-placeholder {
  color: rgba(99, 99, 99, 0.6);
}

.product_form_container button {
  border: none;
  outline: none;
  width: 38%;
  float: right;
  border-radius: 35px;
  height: 0.7rem;
  box-shadow: 10px 10px 20px rgba(0, 162, 154, 0.4);
  background: #00a29a;
  font-size: 0.2rem;
  color: #fff;
  font-family: "SourceHanSans-Regular";
  line-height: 0.7rem;
}

.product_form_container button i {
  width: 0.17rem;
  display: inline-block;
  margin: 0 0.1rem 0 0;
}

.product_form_container button i img {
  width: 100%;
  height: auto;
}

.product_form_container button span {
  display: inline-block;
}

@media screen and (max-width:1024px) {
  .product_list_secondary{display:block;}
  .product_navigation_container{display: block; padding: 0; border-bottom: none; margin-bottom: 0; margin-top: 3vw;}
  .product_navigation{display: none;}

  .product_form_container {
    height: 10vw;
    border-radius: 1vw;
    width: 100%;
  }

  .product_form_container input {
    height: 10vw;
    padding: 0 3.6vw;
    font-size: 3.5vw;
    width: 71%;
  }

  .product_form_container button {
    width: 29%;
    border-radius: 1vw;
    height: 10vw;
    line-height: 10vw;
    box-shadow: 1vw 1vw 2vw rgba(0, 162, 154, 0.4);
    font-size: 3.5vw;
  }

  .product_form_container input:focus {
    font-size: 16px !important;
  }

  .product_form_container button i {
    width: 3.2vw;
    margin: 0 1.5vw 0 0;
  }
}
/* product_list_top*/
.product_list_top_word {
  width: 100%;
  position: relative;
}

.product_list_top_left {
  width: 35.5%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.product_list_top_left img {
  display: block;
  width: 100%;
  height: auto;
}

.product_list_top_right{ width: 65.5%;
  position: absolute;
  right: 0;
  top: 0; height: 100%;}
.product_list_word_inside {

  box-sizing: border-box;
  background: #fafafa;
padding: 5% 5% 5% 10%;
  border-radius: 0 10px 10px 0;
}

.product_list_word_inside h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  font-size: 0.24rem;
  line-height: 1.4em;
  margin-bottom: 0.15rem;
}

.product_list_word_inside h3 a {
  color: #636363;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.product_list_word_inside h3 a:hover {
  color: #00a29a;
}

.product_list_right_word p {
  font-size: 0.16rem;
  line-height: 1.7em;
  color: #636363;

}

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

.product_right_list_parameter { width: 100%; margin-top: 0.55rem;}
.product_right_list_parameter ul{ display: -webkit-flex;
  display: flex;  justify-content: space-between;}
.product_right_list_parameter ul li{ overflow: hidden; min-width: 14%; box-sizing: border-box; padding:0 1%;
  display: flex;
      display: -webkit-flex;
      display: -ms-flex;

      justify-content: center;}
.product_right_list_parameter ul li:first-child{ display: none;}
.product_right_list_parameter ul li h4{ color: #00a29a; line-height: 1.7em; font-weight: normal; font-size: 0.18rem; margin-bottom: 0.25rem;}
.product_right_list_parameter ul li h4 span{display: block; text-transform: uppercase;margin-left: -0.1rem;}
.product_right_list_parameter ul li p{ color: #636363; font-size: 0.16rem; line-height: 1.5em;}
.product_right_list_parameter ul li.parameter_line{ width: 1px;background: #e6e6e6;min-width: auto; padding: 0;}


.product_top_page {
  text-align: left !important;
}

.product_top_page .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.14rem !important;
  background: #00a29a;
  opacity: 0.5;
}

.product_top_page .swiper-pagination-bullet-active {
  background: #00a29a;
  opacity: 1;
}

.swiper-container-horizontal>.product_top_page {
  bottom: 0.1rem !important;
  left: 40% !important;
  width: auto!important;
}

@media screen and (max-width:1300px) {
.product_right_list_parameter{margin-top: 0.3rem;}
}


@media screen and (max-width:1024px) {
  .product_list_top_left {
    width: 100%;
    float: none;
    border-radius: 1vw;
  }

.product_list_top_right{
  width: 100%;
  position: static;
  border-radius: 0 0 1vw 1vw;
  margin-top: -1vw;}

  .product_list_word_inside {
  padding: 6vw 3.5vw 7vw;

  }

  .product_list_word_inside h3 {
    font-size: 4.2vw;
    line-height: 1.5em;
    margin-bottom: 2.5vw;
  }

  .product_list_right_word p {
    font-size: 3.5vw;
    line-height: 1.65em;
  }

.product_right_list_parameter{display: none;}

  .product_list_top {
    padding-bottom: 8vw;
  }
  .product_top_page{ padding-bottom: 0.5vw;}

  .product_top_page .swiper-pagination-bullet {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 1.4vw !important;
  }

  .swiper-container-horizontal>.product_top_page {
    bottom: 0 !important;
    left: 0 !important;
    width: 100%!important;
  }

  .product_top_page {
    text-align: center !important;
  }

  .product_list_word_inside h5.more{ position: static; display:block;margin-top: 5vw;}
}



/* product_list_bottom*/
.product_list_content{ margin-top: 4%;}
.product_list_content ul li {
  width: 31%;
  float: left;
  margin: 3.5% 3.5% 0 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.product_list_content ul li:nth-child(1), .product_list_content ul li:nth-child(2), .product_list_content ul li:nth-child(3) {
  margin-top: 0;
}

.product_list_content ul li:nth-child(3n) {
  margin-right: 0;
}

.product_list_content ul li img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -mo-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.8s ease-out 0s;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -mo-transition: all 0.8s ease-out 0s;
}

.product_list_content ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -mo-transition: all 1s ease-out 0s;
}

.product_list_content ul li h3 {
  text-align: center;
  font-size: 0.22rem;
  line-height: 1.4em;
  color: #fff;
  background: rgba(0, 162, 154, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  padding: 0.25rem 0.1rem;
}

@media screen and (max-width:1024px) {
  .inside_product_list_nav{display: none;}
  .product_list_content{ margin-top: 0;}
  .product_list_content ul li {
    width: 100%;
    margin: 5.5vw 0 0 0;
    border-radius: 1vw;
  }

  .product_list_content ul li:nth-child(2),  .product_list_content ul li:nth-child(3) {
    margin-top: 5.5vw;
  }

  .product_list_content ul li h3 {
    font-size: 4vw;
    padding: 3vw 1vw;
    background: rgba(0, 162, 154, 0.7);
  }
  .publicize_product_container{display: none;}
}

/* product_detail */
/* product_detail_top +*/
.product_detail_title{display: none;}
.product_detail_top_container{margin-top: 1.4rem;}
.product_detail_top_content {
  position: relative;
}
.product_detail_top_right {
  width: 50%;
  float: right;
  height: 7rem;
  background: linear-gradient(to right, rgba(0, 162, 154, 1), rgba(13, 87, 167, 1));
}

.product_detail_img {
  width: 690px;
  float: left;
  overflow: hidden;
  height: 100%;
  display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      align-items: center;
      justify-content: center;
}

.product_detail_img img {
  display: block;
  width: auto;
  max-height: 5.4rem;
}

.product_detail_top_right h6 {
  width: 2.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.2rem;
  background: #0d57a7;
  text-align: center;
  color: #fff;
  font-weight: normal;
  margin: 0.25rem auto 0;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}



.product_detail_top_left {
  width: 50%;
  float: left;
  background: #f0f0f0;
  height: 7rem;
}
.product_detail_top_left_container{ width: 690px; height: 100%; float: right; box-sizing: border-box; padding-right: 60px;
  display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;

}


.product_left_top h3 {
  font-weight: normal;
  font-size: 0.56rem;
  color: #00a29a;
  line-height: 1.1em;
  margin-bottom: 5%;
  width: 4.5rem;
}

.product_left_top h4{ font-weight: normal; color: #565656; font-size: 0.2rem; float: left;}
.product_left_top h4 span{ margin-left: 0.2rem;}

.product_share_container{ float: right;}


.product_right_word {
  width: 100%;
  margin-top: 5%;
  overflow: hidden;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;overflow: hidden;
}

.product_right_word p {
  color: #636363;
  font-size: 0.16rem;
  line-height: 2em;
}

.product_right_button{ margin-top: 0.5rem; float: left;}
.product_right_button ul li,.product_right_3dlink {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  width: 1.55rem;
  height: 0.5rem;
/*  line-height: calc(0.5rem - 4px);*/
  text-align: center;
  border: 2px solid #00a29a;
  color: #00a29a;
  box-sizing: border-box;
  margin-right: 0.08rem;
  font-size: 0.2rem;
  float: left;
  cursor: pointer;
  display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;
}
.product_right_3dlink{ margin-top: 0.5rem;}

.product_right_button ul li:hover,.product_right_3dlink:hover{ background: #00a29a; color: #fff;}
.product_right_button ul li i,.product_right_3dlink i{ height: 0.23rem; width: auto; display: block; float:left; position: relative; overflow: hidden;margin: 0.04rem 0.06rem 0 0;}
.product_right_button ul li i img,.product_right_3dlink i img{ height: 100%; width: auto;  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;}
.product_right_button ul li i img.product_white_icon,.product_right_3dlink i img.product_white_icon{ position: absolute; left: 0; top: 0; z-index: -1;}
.product_right_button ul li span{ float: left;}

.product_right_button ul li:hover i img.product_white_icon,.product_right_3dlink:hover i img.product_white_icon{z-index: 0;}



@media screen and (max-width:1450px) {
.product_detail_top_left_container{ width: 90%;padding-right: 7%;}
.product_detail_img{ width: 90%;}
.product_detail_img img{max-height: 5rem;}

}

@media screen and (max-width:1024px) {
.product_detail_title{display: block;}
.product_detail_top_container{ width: 92%; margin: 6vw auto 0;}
.product_detail_top_right{ float: none; width: 100%; border-radius: 1vw; height: 95vw; position: relative;z-index: 1;}
.product_detail_img{ width: 100%;}
.product_detail_img img{max-height: 70vw;}

.product_detail_top_left{ width: 100%; float: none; height: auto; margin-top: -1vw; background: #fafafa;}

.product_detail_top_left_container{ width: 100%; padding: 0; box-sizing: border-box; padding: 5vw 5vw 8vw;}
.product_left_top h3{ width: 100%; font-weight: normal;font-family: "SourceHanSans-Bold"; font-size: 5vw; line-height: 1.3em; color: #636363; margin-bottom: 3vw;}
.product_left_top h4{ font-size: 3.4vw; color: #9d9d9d;}
.product_left_top h4 span{ margin-left: 3.6vw;}

.product_left_top{ border-bottom: 1px solid #e1e1e1; padding-bottom: 4vw;}
.product_right_word{ margin-top: 4vw;}
.product_right_word p{ font-size: 3.5vw; line-height: 1.65em;}
.product_right_button ul li:first-child{display: none;}

.product_right_3dlink,.product_right_button,.product_right_button ul li,.product_right_button ul li span{ float: none;}
.product_right_button ul li i,.product_right_3dlink i{display: none;}

.product_right_button ul li, .product_right_3dlink{margin: 0;
    width: 37vw;
    height: 11vw;
    line-height: 11vw;
    font-size: 3.5vw;display:block; border: none; background: #00a29a;
     color: #fff; text-align: center;border-radius: 1vw;margin: 0 auto;
  }
.product_right_button ul li:hover{box-shadow: 0.6vw 0.6vw 2vw rgba(0,162,154,0.4);}
.product_right_button{ margin-top: 5.5vw;}
.product_right_3dlink{ border-radius: 0;background: #0d57a7; margin-bottom: 6vw;}
.product_right_3dlink:hover{background: #0d57a7;}

}

/* product Industry recommendations +*/
.industry_container_content{ margin-bottom: 5.7%;}
.product_industry_container ul{  display: -webkit-flex;
  display: flex;
 align-content: flex-start; flex-wrap:wrap;}

.product_industry_container ul li{ width: 22.75%;box-sizing: border-box; border-right: 2px solid #e7e7e8; margin-left: 3%;}
.product_industry_container ul li:first-child{ margin-left: 0;}
.product_industry_container ul li:nth-child(4n){ border-right:none;}
.product_industry_container ul li:nth-child(n+5){ margin-top: 3%;}
.product_industry_container ul li:nth-child(1),.product_industry_container ul li:nth-child(5),.product_industry_container ul li:nth-child(9){ margin-left: 0;}

.product_industry_container ul li img{ display: block; height: 1rem; width: auto;}
.product_industry_container ul li h3{font-weight: normal;font-family: "SourceHanSans-Bold"; color: #00a29a; font-size: 0.24rem; line-height: 1.4em; margin: 0.2rem 0 0.1rem;}
.product_industry_container ul li p{ color: #636363; font-size: 0.16rem; line-height: 1.5em;}
.mobile_line5{display: none;}

@media screen and (max-width:1024px) {
.industry_container_content{ margin-bottom: 0;}
.product_industry_container{position: relative;}
.mobile_line6{ display: -webkit-flex;
  display: flex;
 align-content: flex-start; flex-wrap:wrap; width: 100%;}
.product_industry_container ul{display: block;}
.product_industry_container ul li{ width: 50%; margin: 0; border: none; text-align: center; padding: 0 5vw;}

.product_industry_container .mobile_line6:nth-child(n+2){ margin-top: 4vw; padding-top: 4vw; border-top: 2px solid #e7e7e8;}
.product_industry_container ul li img{ margin: 0 auto; height: 10vw;}
.product_industry_container ul li h3{ font-size: 4vw; margin: 1.5vw 0 2.5vw;}
.product_industry_container ul li p{ font-size: 3.5vw; line-height: 1.42em;}
.mobile_line5{ width: 2px; height: 100%; background: #e7e7e8; position:absolute; top: 0; left: 50%; margin-left: -1px; display:block;}
}


/* product show + */

.product_show_outside{ padding: 5.7% 0; background: #f9f9f9;margin-bottom: 5.7%;}

.product_show_container{ position: relative; }
.product_show_top{ position: relative; margin-top: 0.07rem;}
.product_show_top_left{ width: 70%; float:left;}
.product_show_top_left p{ font-size: 0.2rem; line-height: 1.6em; color: #666666;}
.product-show-next,.product-show-prev{position: absolute; width: 0.54rem; height: 0.29rem; z-index: 2;}
.product-show-next{ background: url(../../images/product_show_right.png) no-repeat center center; background-size: 100%; right: 0; bottom:0;}
.product-show-prev{background: url(../../images/product_show_left.png) no-repeat center center; background-size: 100%; right: 0.62rem; bottom:0;}

.product_show_content_img{ width: 100%; border-radius: 10px; overflow: hidden;}
.product_show_content_img img{ display:block; width: 100%; height: auto;transform: scale(1);-mo-transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);transition: all 0.8s ease-out 0s;-webkit-transition: all 0.8s ease-out 0s; -moz-transition: all 0.8s ease-out 0s; -mo-transition: all 0.8s ease-out 0s;}
.product_show_content_img:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transition: all 0.6s ease-out 0s; -webkit-transition: all 0.6s ease-out 0s;-moz-transition: all 0.6s
ease-out 0s;-mo-transition: all 1s ease-out 0s;}

.product_show_page{ margin-top: 0.55rem;}
.product_show_bg{display: none;}

@media screen and (max-width:1024px) {
.product_show_outside{ padding: 0;  background: none;overflow: hidden;margin-bottom: 0; }
.product_show_container{padding-bottom: 11vw;position: relative;}
.product_show_top_left{ width: 100%;}
.product_show_top_left p{ line-height: 1.65em; font-size:3.5vw;}
.product_show_top{ margin-top: 4.5vw; position: static;}
.product_show_page{display: none;}

.product-show-next, .product-show-prev {
  width: 10vw;
  height: 6vw;
}

.product-show-prev {
  background: url(../../images/product_left.png) no-repeat center center;
  background-size: 100%;
  left: calc(50% - 10.6vw);
}

.product-show-next {
  background: url(../../images/product_right.png) no-repeat center center;
  background-size: 100%;
  right: calc(50% - 10.6vw);
}

.product_show_content{ padding: 8vw 0;}
.product_show_content_img{ border-radius: 1vw;}


.product_show_bg {
  display: block;
  border-radius: 1vw;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(0, 162, 154, 0.5), rgba(13, 87, 167, 0.5));
}


.product_show_content .swiper-slide {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.product_show_content .swiper-slide-active, .product_show_content .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.4, 1.4) !important;
  transform: scale(1.4, 1.4) !important;
  z-index: 2;
  overflow: visible;
}

.product_show_content .swiper-slide-active .product_show_bg, .product_show_content .swiper-slide-duplicate-active .product_show_bg {
display: none;
}



}

/* product_display +*/
.d_content_container{ margin-bottom: 5.7%;}
.external {
  height: 7rem;
  border: none;
}
div.external{ height: auto!important;}
.product_dispaly_content img.external{ max-width: 100%!!important; width: auto; height: auto; display: block; margin: 0 auto;}

.product_lunbo{ width: 60%; margin: 0 auto; padding-bottom: 5.5%;}

.product_lunbo_img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 5px solid #00a29a;
    box-sizing: border-box;
}
.product_lunbo_img img{display: block; width: 100%; height: auto;}



.product_lunbo_page .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.14rem !important;
  background: #00a29a;
  opacity: 0.5;
}

.product_lunbo_page .swiper-pagination-bullet-active {
  background: #00a29a;
  opacity: 1;
}

.swiper-container-horizontal>.product_lunbo_page {
  bottom: 0 !important;
}


@media screen and (max-width:1024px) {
  .d_content_container{ margin-bottom: 0;}
  .external {
    height: 50vw;
  }
  div.external{ height: auto!important;}

  .product_lunbo_page .swiper-pagination-bullet {
  width: 2.5vw;
  height: 2.5vw;
  margin: 0 1.4vw !important;
}
.product_lunbo{ width: 100%; padding-bottom: 9vw;}
}

/* parameters +*/
.parameters_content_list{ box-sizing: border-box; padding: 0.5rem 0.6rem; box-sizing:border-box; background: #fff; box-shadow:0 0 18px rgba(0,162,154,0.34); border-radius: 10px;}
.parameters_top_content{ width: 100%; box-sizing: border-box; border-bottom: 2px solid #e7e7e8; padding: 0 0.2rem 0.4rem;}
.parameters_top_content ul{ display: -webkit-flex;
  display: flex;
  justify-content: space-between;}
.parameters_top_content ul li h3,.parameters_bottom_content h3{ font-weight: normal; font-size: 0.16rem; line-height: 1.3em; color: #333333; margin-bottom: 0.13rem;}
.parameters_top_content ul li p,.parameters_bottom_content p{ font-size: 0.24rem; line-height: 1.5em; color: #636363;font-family: "SourceHanSans-Bold";}

.parameters_bottom_content{ width: 100%; box-sizing: border-box;padding: 0 0.2rem; margin-top: 0.4rem;}
.mobile_line{display: none;}

@media screen and (max-width:1024px) {
.parameters_content_list{ width: 100%!important; box-shadow: none; border-radius: 0; padding: 5vw 0 7vw; background: #f8f8f8;}
.parameters_top_content{ width: 92%; margin: 0 auto; padding: 0; border: none; }
.parameters_bottom_content{ padding: 0; margin: 0 auto;width: 92%; margin-top: 4vw;}
.parameters_top_content ul{ display: block;}
.parameters_top_content ul .mobile_parame{display: -webkit-flex;
  display: flex;
  justify-content: space-between; flex-wrap: wrap;
   justify-content: flex-start;}

.parameters_top_content ul li{ width: 26%; margin-right: 11%;}
.parameters_top_content ul li:nth-child(3n){ margin-right: 0;}


.parameters_top_content ul li h3,.parameters_bottom_content h3{  font-size: 3.5vw; line-height: 1.3em; margin-bottom: 2vw; color: #9d9d9d;}
.parameters_top_content ul li p,.parameters_bottom_content p{ font-size: 3.5vw; line-height: 1.4em;}

.mobile_parame{ width: 100%; border-bottom: 2px solid #e7e7e8; margin-top: 4vw; padding-bottom: 4vw;}
.mobile_parame:first-child{ margin-top: 0;}
}

/* product recommend */

.product_recomment_slide {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.product_recomment_slide img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -mo-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.8s ease-out 0s;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -mo-transition: all 0.8s ease-out 0s;
}

.product_recomment_slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -mo-transition: all 1s ease-out 0s;
}

.product_recomment_slide h3 {
  text-align: center;
  font-size: 0.22rem;
  line-height: 1.4em;
  color: #fff;
  background: rgba(0, 162, 154, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  padding: 0.15rem 0.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}

.recommend-page{display: none;}

@media screen and (max-width:1024px) {
.publicize_product_co{ margin-bottom: 0;}
.recommend-page{display: block;}
.product_recomment_slide{ border-radius: 1vw;}
.product_recomment_slide h3{background: rgba(0, 162, 154, 0.7); font-size: 4vw;padding: 3vw 1vw; text-overflow: inherit; white-space: normal;}
}


/* product_eject */
.product_eject ul li {
  display: none;
}

.product_eject ul li.product_corres {
  display: block;
}

.product_form {
  border: none;
  height: 70vh;
  border-radius: 10px;
}

/* search */
/*.search_container_content {
  margin-top: 12%;
}*/

.search_title h4 {
  font-size: 0.36rem;
  color: #00a29a;
  line-height: 1em;
  border-left: 10px solid #00a29a;
  padding-left: 0.15rem;
}

.search_news ul li:first-child {
  margin-top: 1%;
}

.search_nav_content ul{ display: table;margin: 0 auto;}
.search_nav_content ul li{ width: 2rem; height: 0.5rem; line-height: 0.5rem; border-radius: 10px; background: #efefef; text-align: center;font-family: "SourceHanSans-Bold";font-size: 0.2rem; box-sizing: border-box; color: #636363; float: left; margin: 0 0.1rem;}
.search_nav_content ul li:hover{background: linear-gradient(to right, rgba(0, 162, 154, 1), rgba(13, 87, 167, 1));
    color: #fff;}


@media screen and (max-width:1024px) {
  .search_product_list{ margin-top: 6vw;}
  .search_container_content {
    margin-top: 20vw;
  }

  .search_title h4 {
    font-size: 4.4vw;
    border-left: 1.4vw solid #00a29a;
    padding-left: 2vw;
  }

  .search_news ul li:first-child {
    margin-top: 6vw;
  }

  .search_nav_content{display: none;}
}
