@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.7rem;
}
.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 +*/
.secondary_nav_list_container{ width: 100%; height: 1.2rem; background: #eceded;}


.secondary_nav_list ul {
  display: table;
  margin: 0 auto;
}
.secondary_nav_list ul li {
  float: left;
}
.secondary_nav_list ul li a {
  display: block;
  font-size: 0.24rem;
  color: #00a29a;
  line-height: 1.3em;
  width: 3.3rem;
  height: 1.2rem;
  box-sizing: border-box;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  font-family: "SourceHanSans-Bold";
  position:relative;

}

.secondary_nav_list ul li a b{ position:absolute; z-index: 2; 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%); font-weight: normal;}

  .secondary_nav_list ul li a:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
     ms-transform: skew(-8deg,0deg);
      -webkit-transform: skew(-8deg,0deg);
      -moz-transform: skew(-8deg,0deg);
      transform: skew(-8deg,0deg);
      transform-origin: bottom;
      right:0;
      top: 0;
      box-sizing:border-box;
      border-left: 2px solid #fff;

    }

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


.secondary_nav_list ul li:first-child a:before{border-left:none;}

.nav_fold {
  display: none;
}



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

  .secondary_nav_list_container{ background: none; height: auto;}
  .secondary_nav_list ul li a:before{display: none;}
  .secondary_nav_list ul li a:hover:before, .secondary_nav_list ul li.cur a:before {display: none;}
  .secondary_nav_list ul li a b{ position:static; z-index: 2; 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);}

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

  .secondary_nav_list ul li a {
    background: rgba(250, 250, 250, 0.8); width: 100%; height:auto;
  }

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

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

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

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

  .nav_nobottom {
    margin-bottom: 0;
  }


}

/* navigation +*/
.navigation_container {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5% 0;
  background: #fff;
}

.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_container{ margin-top: 4%;}

.supplier_content{ background: url(../../images/supplier_bg.png) no-repeat center bottom; background-size: 90%; padding-bottom: 15%;}

.supplier_bottom_word p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 2em;
   text-align: center;
}

.supplier_contact {
  box-sizing: border-box;
  background: url(../../images/supplier_icon.png) no-repeat left top;
  background-size: 0.52rem;
  padding-left: 0.65rem;
  display:table;
  margin: 0.4rem auto 0;
  height: 0.52rem;
}
.supplier_contact h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  font-size: 0.28rem;
  line-height: 1.3em;
  color: #00a29a;
  margin-top: 0.08rem;
}

.supplier_contact h3 span{  font-size: 0.2rem;font-weight: normal;font-family: "SourceHanSans-Regular"; float: left;}
.supplier_contact h3 i{ font-style: normal; overflow: hidden;margin-top: 0.01rem;}

/*suppliers_download +*/
.suppliers_download{width: 3.1rem; height: 0.63rem; overflow: hidden; margin: 0.3rem auto 0;}
.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:1450px) {
.supplier_content{ background-size: 100%;}
}



@media screen and (max-width:1024px) {
  .supplier_container {
    margin-top: 12vw; overflow: hidden;background: url(../../images/supplier_bg.png) no-repeat center bottom; background-size: 140%; padding-bottom: 35vw;
  }
  .supplier_content{ background: none; padding-bottom: 0;}
  .supplier_bottom_word { margin-top: 3vw!important;}
  .supplier_bottom_word p{ font-size: 3.5vw; line-height: 1.65em; text-align: left;}
  .supplier_bottom_word p br{display: none;}

  .supplier_contact {
    margin-top: 3vw;
    background-size: 5.2vw;
    padding-left: 6.5vw;
     height: 5.2vw;
     margin-top: 4vw;
  }


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

  .supplier_contact h3 span{  font-size: 3.5vw;}

  /*suppliers_download +*/
  .suppliers_download{ width: 100%; height:14vw; margin-top: 4vw; }
  .suppliers_download a{border-radius: 1vw;  width: auto; height: auto;
    box-shadow: 1vw 1vw 2vw rgba(0,162,154,0.4); padding: 3vw; margin: 0 auto; display: table;}
  .suppliers_download h6{ font-size: 4vw;}
  .suppliers_download h6 i{ display: none;}
  .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/supplier_bg2.jpg) no-repeat center center;
  background-size: cover;
  padding: 5.7% 0;
}
.category_one_content{ position: relative;}
.category_one_left{ width: 47.5%; float: left; height: 2.46rem; overflow: hidden;}
.category_one_left img,.category_two_right_img img{width:100%; display: block; height: auto; min-height: 100%;}
.category_one_left img.mobile_img{display: none;}

.category_one_right{ width: 51.8%; height: 100%; background: #00a29a; position: absolute; right: 0; top: 0; box-sizing: border-box; padding: 0 0.5rem;display: flex;display: -webkit-flex;display: -ms-flex;align-items: center;}
.category_word_content h3{ color: #ffffff; font-size: 0.26rem; line-height: 1.3em;font-family: "SourceHanSans-Bold"; font-weight: normal; margin-bottom: 0.22rem;}
.category_word_content p{ font-size: 0.18rem; line-height: 1.77em; color: #fff;}

.category_two_content{ margin-top: 0.15rem;}

.category_two_left{ width: 25.75%;height: 2.46rem;}

.category_two_right{ float: left; right: auto; left: 25.75%; width: 42.7%;}

.category_two_right_img{ width: 30.85%; float: right;height: 2.46rem; overflow: hidden;}



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

  .category_one_left{ width: 38%; height: 52.5vw;}
  .category_one_left img.mobile_img{display:block;}
  .category_one_left img.pc_img{display:none;}
  .category_one_right{ width: 60.5%; padding: 0 2.5vw;}
  .category_word_content h3{ font-size: 4.2vw; margin-bottom: 1.5vw;}
  .category_word_content p{ font-size: 3.5vw; line-height: 1.5em;}
  .category_two_left{display: none;}
  .category_two_right_img{ width: 38.7%; height: 24.5vw;}
  .category_two_right{ left: 0; top: 0; width: 61.3%;}
  .category_two_content{ margin-top: 1.5vw;}
}

/* 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: 6;
}

.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_content{ background: #f7f7f7; padding: 5.7% 0;}
.news_list_container ul li {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  background: #fff;
  overflow: hidden;
  width: 48.5%; float: left; margin: 0 3% 0 0;
  border-radius: 10px; box-sizing: border-box; padding: 2% 2% 3%;
  border-bottom: 8px solid transparent;

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

.news_list_container ul li:hover {
  box-shadow: 0 0 18px rgba(0,162,154,0.34);
  border-bottom: 8px solid #00a29a;
}

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

.news_list_img {
  overflow: hidden;
  width: 47.8%; float: left;
  height: 0;
  padding-bottom:37.38%;
}

.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_content{ position: relative; overflow: hidden;}


.news_list_word {
width: 47.8%; position: absolute; right: 0; height: 100%;
}

.news_list_word h3 {
  font-weight: normal;
  font-size: 0.2rem;
  color: #333333;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;overflow: hidden;
  margin-top: 0.1rem;
}

.news_list_word p {
  font-size: 0.16rem;
  color: #666666;
  margin-top: 0.12rem;
  line-height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.12rem;
}

.news_list_word h5 {
  font-weight: normal;
  font-size: 0.14rem;
  color: #333333;
  line-height: 1.7em;
  background: url(../../images/date.png) no-repeat left center;
  background-size: 0.22rem; box-sizing: border-box; padding-left: 0.3rem;

  position: absolute; left: 0;bottom: 0.1rem;

}

.news_list_word h6.more{ width: 0.5rem; height: 0.5rem;  background: url(../../images/more2.png) no-repeat center center; background-size: 100%; position: absolute; right: 0; bottom: 0.05rem;}

.news_list_container ul li:hover .news_list_word h6.more{background: url(../../images/more.png) no-repeat center center; background-size: 100%;}

@media screen and (max-width:1250px) {
.news_list_word p{ display: none;}
.news_list_word h3{    -webkit-line-clamp: 3;}

}


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

  .news_list_container_content{padding-top: 12vw; padding-bottom: 8vw;}

  .news_list_container ul li {

    box-shadow: none;
    width: 100%; float: none; margin: 0;
    border-radius: 1vw;
    box-shadow: 0 0 1.8vw rgba(0,162,154,0.34);
    border-bottom: 0.8vw solid #00a29a;
    padding: 4vw 4vw 5vw;
  }

  .news_list_container ul li:hover {
    box-shadow: 0 0 1.8vw rgba(0,162,154,0.34);
    border-bottom: 0.8vw solid #00a29a;
  }


  .news_list_container ul li:nth-child(n+1){ margin-top: 5vw;}
  .news_list_img{width: 100%; float: none;    padding-bottom: 77.77%;}
  .news_list_word p{ display: none;}

  .news_list_word{ width: 100%; position: static; margin-top: 4vw;}

  .news_list_word h3{font-family: "SourceHanSans-Regular"; font-size: 3.5vw; color: #00a29a; line-height: 1.38em;-webkit-line-clamp: 20;}

  .news_list_word h5{ position:static; left: 0; bottom: 0; font-size: 3.2vw; background-size: 3.2vw; color: #666666; padding-left: 4.5vw; margin-top: 2.2vw; line-height: 1.4em;}

  .news_list_word h6.more{background: url(../../images/more.png) no-repeat center center; background-size: 100%;width: 5vw; height: 5vw; right: 0; bottom: 2vw;}
}





/* news_ad +*/
.publicize_container{ position: relative;}
.publicize_container_img{ width: 100%; overflow: hidden;}
.publicize_container_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;}

.publicize_container_img:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);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;}

.publicize_container_right{ position: absolute; width: 55%; height: 100%; right: 0; top: 0; display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;}

.publicize_container_right:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
      background: linear-gradient(to right, rgba(0,162,154,0.88), rgba(13,87,167,0.88));
       ms-transform: skew(-8deg,0deg);
        -webkit-transform: skew(-8deg,0deg);
        -moz-transform: skew(-8deg,0deg);
        transform: skew(-8deg,0deg);
        transform-origin: bottom;
        right:0;
        top: 0;
        box-sizing:border-box;
  }

.publicize_right_news{ width: 760px; box-sizing:border-box; padding-left: 0.95rem;  z-index: 2;}

.publicize_right_news h3{ font-size: 0.44rem; line-height: 1.3em; color: #fff;font-family: "SourceHanSans-Bold"; font-weight: normal; margin-bottom: 0.25rem;}
.publicize_right_news p{ font-size: 0.2rem; line-height: 1.3em; color: #fff;}

.publicize_right_news ul{display: -webkit-flex;
  display: flex;
  justify-content: space-between; margin-top: 0.7rem;}

.publicize_right_news ul li{ width: auto; margin-top: 0; border-left: 1px solid rgba(255,255,255,0.4); padding-left: 6.5%;}
.publicize_right_news ul li:first-child{padding-left: 0; border-left: none;}
.publicize_right_news ul li i{height: 0.55rem; display: block;}
.publicize_right_news ul li i img{ margin: 0 auto; height: 100%;width: auto;display: block;}
.publicize_right_news ul li i img.mobile_img{display: none;}

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

.publicize_right_news ul li p{ display: none;}
.publicize_title{display: none;}

.news_bottom{ padding: 5.7% 0;}

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

@media screen and (max-width:1450px) {
.publicize_right_news{ width: 91%;}
}


@media screen and (max-width:1250px) {
.publicize_right_news p{ display: none;}
.publicize_right_news ul li{padding-left: 5.5%;}
}

@media screen and (max-width:1024px) {
.publicize_right_news ul li i img.mobile_img{display:block;}
.publicize_right_news ul li i img.pc_img{display:none;}
.publicize_right_news h3{display: none;}
.publicize_title{display: block;}
.publicize_container_img{display: none;}


.publicize_container{box-sizing: border-box;background: linear-gradient(to right, #00a29a, #0d57a7); overflow: hidden; padding-bottom: 8vw;}

.publicize_container_right:before {
      display: none;
  }

.publicize_right_news{ width: 92%; margin: 0 auto; padding: 0;}


.publicize_container .publicize_container_right{ padding: 0; margin-top: 0; background: none; width: 100%; position: static;}
.publicize_container .pc_img{display: block;}
.publicize_container .publicize_container_left{ border: none; margin-top: 0;}

.publicize_container ul li i{ height: 8vw;}

.publicize_right_news h5{ color: #00a29a; font-size: 4vw; margin: 4vw 0 0;}
.publicize_container .publicize_right_news ul{ margin-top: 6vw; flex-wrap: wrap;
   justify-content: flex-start;}

.publicize_container .publicize_right_news ul li{ width: 49%; border: none; padding: 5vw 3.5vw; background: #fff; box-sizing: border-box; margin: 0 2% 0 0;}
.publicize_container .publicize_right_news ul li:nth-child(2n){ margin-right: 0;}
.publicize_container .publicize_right_news ul li:nth-child(n+3){ margin-top: 2%;}

.publicize_right_news ul li p{ color: #636363; font-size: 3.5vw; line-height: 1.3em; display: block;}

.publicize_title h3{ color: #f9f9f9;}
.publicize_title h6{ color: #f4f4f4;}

.news_bottom{ margin-top: 0; padding: 0 0 8vw; overflow: hidden;}
.news_bottom .product_list_word_content{ margin-top: 4vw;}

}


/* news_detail +*/
.inside_news_container{ padding: 2% 0 5.7%; box-sizing: border-box; background: #f7f7f7;}

.news_detail_top {
  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{ background: #fff; border-radius: 10px;    overflow: hidden; margin-top: 0.15rem; box-sizing: border-box; padding: 0.1rem 0.5rem 0.5rem;}


.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%;
  margin-top: 0.3rem;
}

.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;
 height: 1.58rem;
  padding: 0 0.3rem;
  background: #fff;
  border-radius: 10px;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  border-bottom: 8px solid transparent;
  display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      align-items: center;
      justify-content: center;


}

.news_detail_page ul li a:hover {
  box-shadow: 0 0 1.8vw rgba(0,162,154,0.34);
  border-bottom: 8px solid #00a29a;
}
.news_page_left_content{ float: left; width: 1.1rem;}
.news_page_left_content h6{  width: 0.5rem;
    height: 0.5rem;
    background: url(../../images/more4.png) no-repeat center center;
    background-size: 100%; display: block; float: left;}

.news_detail_page ul li a:hover .news_page_left_content h6 {background: url(../../images/more3.png) no-repeat center center; background-size: 100%;}
.news_page_left_content h4{ display: block; float: left; font-weight: normal; font-size: 0.14rem; color: #333333; line-height: 1.3em; margin: 0.16rem 0 0 0.15rem;}
.news_page_right_content p span{display: none;}

.news_page_left_line{ width: 1px; height: 0.92rem; background: #e2e2e2; float: left; margin: 0 0.4rem;}
.news_page_right_content{ overflow: hidden; width: 4.3rem;}
.news_page_right_content p{ font-size: 0.2rem; color: #333333; line-height: 1.3em;text-overflow: ellipsis;
white-space: nowrap;
overflow:hidden;}
.news_page_right_content h5{  font-weight: normal;
    font-size: 0.14rem;
    color: #333333;
    line-height: 1.7em;
    background: url(../../images/date.png) no-repeat left center;
    background-size: 0.22rem;
    box-sizing: border-box;
    padding-left: 0.3rem; margin-top: 0.12rem;}

.news_detail_page ul li:first-child+li h6{background: url(../../images/more2.png) no-repeat center center; background-size: 100%;}
.news_detail_page ul li:first-child+li:hover h6{background: url(../../images/more.png) no-repeat center center; background-size: 100%;}
.news_detail_page ul li:first-child+li .news_page_left_content h4{margin: 0.16rem 0.15rem 0 0;}


@media screen and (max-width:1450px) {
.news_page_left_content h4{display: none;}
.news_page_left_content{ width: auto;}
}


@media screen and (max-width:1024px) {
  .inside_news_container{ padding: 0 0 8vw;}
  .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 h6,.news_detail_page ul li h6 .news_page_left_line,.news_detail_page ul li h5,.news_detail_page ul li .news_page_left_line,.news_detail_page ul li .news_page_left_content{display: none;}

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

.news_page_left_content{ width: auto;}
.news_page_left_content h4{display: block; margin: 0;font-size: 3.5vw;  color: #666666;}
.news_detail_page ul li:first-child+li .news_page_left_content h4{ margin: 0;}
.news_page_right_content{ width: auto;}
.news_page_right_content p{  font-size: 3.5vw;  color: #666666;}
.news_page_right_content p span{display:inline-block;}
  .news_detail_page ul li a {
   display:block;
    width: 100%;
    height: auto;
    border-bottom: none;
    float: none;
    margin: 3vw auto 0;
    padding: 3vw;
    border-radius: 1vw;
    background: #efefef;
  }
  .news_detail_page ul li a:hover{box-shadow: none; border: none;}
  .inside_news_container{ background: #fff;}
  .news_detail_bottom_content{ padding: 0; margin-top: 0;}


}

/* contact */
/* contact_map +*/

.contact_container{ margin-top: 4%;}


.contact_map_content{ width: 100%; border-radius: 10px; background: linear-gradient(to right, rgba(0,162,154,0.88), rgba(13,87,167,0.88)),url(../../images/contact_bg.jpg) no-repeat right bottom; background-size: cover;box-sizing: border-box; padding: 0.1rem; margin-top: 4.5%;box-shadow: 0 0 18px rgba(0,162,154,0.34); position: relative;}

.contact_right_word_content{ width: 50%; position: absolute; right: 0; top: 0; height: 100%; box-sizing: border-box; padding-right: 0.2rem;
  display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      align-items: center;

}

.contact_right_word_content h3{ font-size: 0.32rem; line-height: 1.3em; color: #fff;font-family: "SourceHanSans-Bold"; font-weight: normal;}
.contact_right_word_content h4{ font-weight: normal; font-size: 0.18rem; line-height: 1.2em; letter-spacing: -0.15px; color: #fff; margin-top: 0.06rem; margin-bottom: 0.6rem;}
.contact_right_word_content p{ width: 100%; overflow: hidden; font-size: 0.2rem; line-height: 1.4em; color: #fff; margin-top: 0.5rem;}
.contact_right_word_content p i{display:block; width: 0.46rem; float: left;}
.contact_right_word_content p i img{ width: 100%; height:auto; display: block;}
.contact_right_word_content p b{ font-family: "SourceHanSans-Bold"; font-weight: normal; display: block; float: left; margin: 0.1rem 0 0 0.15rem;}
.contact_right_word_content p span{ overflow: hidden; display: block; margin-top: 0.1rem;}


#map{width:100%;height:4.8rem;border-radius: 10px; width: 45%; float: left;}
.BMapLabel{left: 30px!important; top: -6px!important; font-size: 0.17rem!important; background: #fff; border: none!important; border-radius: 10px; padding: 8px 15px!important; color: #565656!important;}

@media screen and (max-width:1024px) {
.contact_container{ margin-top: 12vw; overflow: hidden;}
.contact_map_content{ border-radius: 1vw; padding: 2vw 2vw 5vw;background: linear-gradient(to right, rgba(0,162,154,0.88), rgba(13,87,167,0.88)),url(../../images/contact_m_bg.jpg) no-repeat left bottom; background-size: 100%;box-shadow: 0 0 1.8vw rgba(0,162,154,0.34); margin-top: 6vw;}

#map{border-radius: 1vw; height: 45vw; width: 100%; float:none; height: 48vw;}
.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_right_word_content{ position: static; left: 0; top: 0; height: auto; padding: 0 2vw; width: 100%; display:block; margin-top: 5vw;}
.contact_right_word_content h3{ font-size: 4.1vw;}
.contact_right_word_content h4{ font-size: 2.3vw;margin: 0.5vw 0 0;}

.contact_right_word_content p{ margin-top: 5vw; line-height: 1.65em; font-size: 3.5vw;}
.contact_right_word_content p i{ width: 4.6vw;}
.contact_right_word_content p b{margin: -0.4vw 0 0 2vw;}
.contact_right_word_content p span{ margin-top: -0.4vw;}
}

@media screen and (max-width:700px) {
.contact_right_word_content p b{ margin-left: 1vw;}

}


/* 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 +*/
/* culture +*/
.mission_container{ width: 100%; background: url(../../images/culture_bg.jpg) no-repeat center center; background-size: cover; box-sizing: border-box; height: 9.15rem;background-attachment:fixed; position: relative; overflow: hidden;}

.mission_word_content{ width: 32%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,162,154,0.8);}

.mission_title{ margin-top: 1rem;}
.mission_title h3{ color: #fff;}
.mission_title h6{ color: rgba(255,255,255,0.7);}

.mission_word_container{ width: 345px; float: right; height: 100%;
    }

.mission_word_container ul{ border-left: 1px solid rgba(255,255,255,0.4); padding-bottom: 300%; box-sizing:border-box; padding-left: 15%; margin-top: 0.7rem;}
.mission_word_container ul li{ width: 100%; margin-bottom: 0.6rem; box-sizing: border-box; padding-right: 0.1rem;}
.mission_word_container ul li h3{ line-height: 1.14em; font-size: 0.5rem; color: #fff;font-family: "SourceHanSans-Bold"; font-weight: normal; margin-bottom: 0.1rem;}
.mission_word_container ul li p{ font-size: 0.2rem; line-height: 1.6em; color: #fff;}
.mission_word_container ul li h6{ width: 0.4rem; height: 0.05rem; background: #fff; margin-top: 0.2rem;}


.mission_word_right_content{ width: 68%; position: absolute; height: 100%; right: 0; top: 0;  display: -webkit-flex;
  display: flex;align-items:flex-end;justify-content: center;}
.mission_word_right_content h4{ font-size: 0.34rem; line-height: 1.3em; color: #fff;  margin-bottom: 0.6rem;}
.mission_word_right_content h4 b{ font-size: 0.12rem;display: block; float: left;}
.mission_word_right_content h4 i{ width: 1.17rem; height: 1px; background: #fff; float: left; margin-top: 0.23rem;}
.mission_word_right_content h4 span{ display: block; float: left; margin: 0 0.1rem;}


@media screen and (max-width:1140px) {
.mission_word_container{ width: 90%;}
}

@media screen and (max-width:1024px) {
.mission_title{ margin-top: 8vw;}
.mission_title h3,.mission_title h6{ color: #00a29a;}
.mission_container{ margin-top: 6vw; height: auto;background-attachment:scroll;background: url(../../images/culture_m_bg.jpg) no-repeat top center; background-size: 100%; height: 84.8vw;}

.mission_word_content{ width: 100%; height: auto; position:absolute; box-sizing: border-box; padding: 6vw 0; top: auto; left: 0; bottom: 17vw;}
.mission_word_container{ width: 92%; float: none; margin: 0 auto;}
.mission_word_container ul{ padding: 0; border: none; margin: 0;}

.mission_word_container ul li{ width: 50%; float:left; padding-right: 1vw; margin: 0; border-left: 1px solid rgba(255,255,255,0.4); padding-left: 4vw;}
.mission_word_container ul li h3 br{display: none;}
.mission_word_container ul li h3{ font-size: 5vw;margin-bottom: 2vw;}
.mission_word_container ul li p{ font-size: 3.5vw; line-height: 1.3em;}
.mission_word_container ul li h6{ width: 4vw; height: 0.5vw; margin-top: 2vw;}

.mission_word_right_content{ width: 100%; position:absolute; height: 17vw;background:rgba(0,162,154,0.8);    align-items: center; left: 0; bottom: 0; top: auto;}
.mission_word_right_content h4{ margin-bottom: 0; font-size: 4vw;}
.mission_word_right_content h4 b{ font-size: 1.2vw;}
.mission_word_right_content h4 i{ width: 12vw;margin-top:2.8vw;}
.mission_word_right_content h4 span{ margin: 0 2vw;}


}

/* culture value + */

.about_value_container{ position: relative;}

.about_value_left_content{ width: 73.1%; float: left;}

.about_value_left_one{ width: 100%; height: 2.95rem; overflow: hidden;}
.about_value_one_img{ width: 67.2%; float:left; height: 100%;}

.about_value_one_img img {display: block; min-height: 100%;}
.about_value_one_word{ width: 32.8%; float: right; height: 100%; background: #f4f4f4;display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;}
.about_value_one_word div{ padding: 0 0.25rem; width: 100%;box-sizing: border-box;}
.about_value_one_word h3{ font-size: 0.36rem; line-height: 1.3em; color: #00a29a;font-family: "SourceHanSans-Bold"; font-weight: normal; margin-bottom: 0.35rem;}
.about_value_one_word p{ color: #636363; font-size: 0.26rem; line-height: 1.5em;}

.about_value_two_img{ width: 63.4%; float: right;}

.about_value_two_word{ width: 36.6%; float: left;}

.about_value_left_two{ margin-top: 2%;}

.about_value_right_content{ width: 25%; position: absolute; height: 100%; right: 0; top: 0; overflow: hidden;}
.about_value_right_content img{display: block;height: 100%; min-width: 100%;}

.about_value_right_content img.mobile_img{display: none;}

.about_value_right_word{ width: 100%; height: 100%; position: absolute; left: 0; top: 0;background: linear-gradient(to right, rgba(0,162,154,0.88), rgba(13,87,167,0.88));display: flex;display: -webkit-flex;display: -ms-flex;align-items: center;justify-content: center; text-align: center;}
.about_value_right_word h3{ color: #fff;font-size: 0.36rem; line-height: 1.3em;font-family: "SourceHanSans-Bold"; font-weight: normal;}
.about_value_right_word h6{ width: 0.4rem; height: 0.05rem; background: #fff; margin: 0.25rem auto;}
.about_value_right_word p{color: #fff; font-size: 0.26rem; line-height: 1.5em;}

@media screen and (max-width:1300px) {
.about_value_one_word h3{ margin-bottom: 0.2rem;}
.about_value_one_word p{ font-size: 0.24rem;}
.about_value_right_word p{font-size: 0.24rem;}
}

@media screen and (max-width:1024px) {
.about_value_left_content{ width: 100%; float: none;}
.about_value_left_one{ height: 30vw;}
.about_value_one_img img{ height: 100%; min-width: 100%;margin-left: -8vw;}
.about_value_one_img{ width: 61.5%; overflow: hidden;}
.about_value_one_word{ width: 38.5%;}
.about_value_one_word div{ padding: 0 2vw;}
.about_value_one_word h3{ font-size: 4vw; margin-bottom: 2vw;}
.about_value_one_word p{ font-size: 3.5vw; line-height: 1.4em;}
.about_value_left_two{ margin-top: 1.3vw;}
.about_value_two_img{ width: 48.8%;}
.about_value_two_img img{margin-left: -5vw;}
.about_value_two_word{ width: 51.2%;}

.about_value_right_content{ width: 100%; position: static; height: auto; margin-top: 1.3vw;}
.about_value_right_content img.mobile_img{display:block;}
.about_value_right_content img.pc_img{display:none;}
.about_value_right_content img{ height: auto; width: 100%; display: block;}
.about_value_right_word h3{font-size: 4vw; }
.about_value_right_word p{ font-size: 3.5vw; line-height: 1.4em;}

.about_value_right_word h6{ width: 4vw; height: 0.5vw; margin: 2.5vw auto;}

}

@media screen and (max-width:500px) {
  .about_value_two_img{ width: 47.8%;}
  .about_value_two_word{ width: 52.2%;}
}

/* mission +*/

.about_culture_container{ background: #00a29a; padding-top: 5%;}
.culture_title{ text-align: left;}
.culture_title h6{ color: rgba(255,255,255,0.7);}

.about_culture_content{ margin-top: 1.8%;}
.about_culture_content p{font-family: "SourceHanSans-Bold"; color: #fff; font-size: 0.34rem; line-height: 1.4em;}

.about_culture_img{ width: 100%; overflow: hidden; margin-top: 0.7rem;}
.about_culture_img img{display: block; width: 100%; height: auto;}
.about_culture_img img.mobile_img{display: none;}

@media screen and (max-width:1024px) {
.about_culture_img img.pc_img{display: none;}
.about_culture_img img.mobile_img{display:block;}

.about_culture_container{ background: none; padding: 0;}
.culture_title{ margin-top: 8vw; text-align:center;}
.culture_title h3,.culture_title h6{ color: #00a29a;}
.about_culture_container2{background: #00a29a; margin-top: 6vw; padding-top: 6vw;}
.about_culture_content{ margin-top: 0; width: 84%!important;}
.about_culture_img{ margin-top: 5vw;}
.about_culture_content p{ font-size: 3.5vw; line-height: 1.7em; text-align:center;}

}


/* 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;
  }
}



/* 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 */
/* about technology +*/
.about_technology_content ul li{ width: 100%; background: #eceded; border-radius: 10px; box-sizing: border-box; border-top: 6px solid #00a29a; padding: 0.4rem; position: relative;}
.about_technology_top_content{ width: 100%; margin-bottom: 0.4rem;}

.about_technology_content ul li:nth-child(n+2){ margin-top: 5%;}

.about_technology_left{ width: 46.2%; float: left; overflow: hidden;}
.about_technology_left 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_technology_left: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;}

.about_technology_right{ width: 50%; float: right;}

.about_technology_content ul li h3{ color: #00a29a; font-size: 0.32rem; line-height: 1.3em;font-family: "SourceHanSans-Bold"; font-weight: normal; margin:0.4rem 0 0.18rem;}

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

.about_technology_right_top{ border-bottom: 1px solid #c3c3c3; box-sizing: border-box; padding-bottom: 0.3rem; overflow: hidden;}
.about_technology_right h4{ color: #565656;font-family: "SourceHanSans-Bold"; font-weight: normal; font-size: 0.26rem; line-height: 1.2em;}

.about_technology_right h3{margin-top: 0.3rem!important;}
.about_technology_right_top h3{ margin-top: 0.15rem!important;}
.about_technology_bottom_content h3{ margin-bottom: 0.3rem!important;}

.technology_num_content{ position:absolute; right: 0.4rem; top: 0.4rem;}
.technology_num_content img{ float: right;display: block; margin-right: 0.1rem; width: 0.39rem;}
.technology_num_content h6{ font-size: 0.7rem; line-height: 1.1em; color: #fff;}

@media screen and (max-width:1024px) {
.about_technology_content ul li{ padding: 0; border-radius: 1vw;border-top: 0.6vw solid #00a29a;}
.technology_num_content{display: none;}
.about_technology_left{ width: 100%; float: none;}
.about_technology_right{ float: none; width: 100%; padding: 0 3.5vw; box-sizing: border-box;}
.about_technology_bottom_content{padding: 0 3.5vw 5.5vw; box-sizing: border-box;}

.about_technology_content ul li h3{ font-size: 4vw;margin: 4vw 0 2.5vw;}
.about_technology_content ul li p{ font-size: 3.5vw; line-height: 1.42em;}


.about_technology_right h4{ display: block; float: left; font-size: 3.5vw; line-height: 1.4em;margin-top: 0.4vw;}

.about_technology_right_top{ padding-bottom: 2vw; margin-top: 5.5vw;}

.about_technology_right h3{margin-top: 4vw!important;}
.about_technology_bottom_content h3{ margin-bottom: 2.5vw!important;}
.about_technology_right_top h3{ margin-top: 0!important; display:block; float: left;}

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

.about_technology_top_content{ margin-bottom: 4vw;}
}


/* about introdiction +*/

.about_container{ width: 100%; background: url(../../images/about_bg1.jpg) no-repeat center center; background-size: cover; box-sizing: border-box; padding: 5.7% 0;}

.inside_about_content{ position: relative;}

.inside_about_right_content{ width: 50.7%; float: right; position: relative;}
.about_right_bg{ width: 6.75rem; height: 5.45rem;background: linear-gradient(to right, rgba(0,162,154,1), rgba(13,87,167,1));}
.about_right_img{ width: 6.75rem; position: absolute; left: 0.2rem; top: 0.2rem;height: 5.45rem;}
.about_right_img img{display: block; position:absolute; left: 50%;transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-moz-transform: translateX(-50%); height: 100%;}

.inside_about_left{ width: 43.5%; position: absolute; left: 0; top: 0; height: 100%;display: flex;display: -webkit-flex;display: -ms-flex;align-items: center;}

.inside_about_left h3{ font-size: 0.4rem; color: #00a29a; line-height: 1.2em;font-family: "SourceHanSans-Bold"; font-weight: normal; margin-bottom: 0.4rem;}
.inside_about_left h4{font-family: "SourceHanSans-Bold"; font-weight: normal; font-size: 0.2rem; color: #565656; line-height: 1.6em; margin-bottom: 0.25rem;}
.inside_about_left p{ font-size: 0.16rem; color: #636363; line-height: 2em;}

@media screen and (max-width:1450px) {
.about_right_bg{ width: 95%;}
.about_right_img{ width: 95%; left: 3%; top: 4%; overflow: hidden;}
}

@media screen and (max-width:1024px) {
.about_container{ padding: 0; background: none;}
.inside_about_right_content{ width: 100%; float:none;}

.about_right_bg{ width: 97%;height: 70vw;}

.about_right_img{ width: 97%; left: auto; right: 0;top: 3vw; height: auto;}
.about_right_img img{ width: 100%; height: auto; position: static;    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
  }

.inside_about_left{ position: static; height: auto; width: 100%; display: block; margin-top: 10vw;}
.inside_about_left h3{ font-size: 4vw; margin-bottom: 3vw;}
.inside_about_left h4{ font-size: 3.5vw; line-height: 1.65em; margin-bottom: 2vw;}
.inside_about_left p{ color: #636363; font-size: 3.5vw; line-height: 1.65em;}

}

/* about_main_product + */

.main_product_list ul{display: -webkit-flex;
  display: flex;
  justify-content: space-between;}

.main_product_img{ width: 100%; overflow: hidden; border-radius: 50%; width: 0.6rem; background: #fff; padding: 0.15rem;box-shadow: 0 0 18px rgba(0,162,154,0.34); float: left;}
.main_product_img img{ width: 100%; height: auto; display: block; }


.main_product_word{ width: 1.2rem; float: left; margin: 0.1rem 0 0 0.22rem;}
.main_product_word h4{ font-weight: normal;font-family: "SourceHanSans-Bold"; font-size: 0.3rem; color: #099892; line-height: 1.2em;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}


@media screen and (max-width:1024px) {
.main_product_list{ border-radius: 1vw; background: #fff;box-shadow: 0 0 1.8vw rgba(0,162,154,0.34);}
.main_product_img{ border-radius: 0; width: 8vw; background: #fff; padding:0;box-shadow:none; float: left; margin-top: 2vw;}
.main_product_list ul{display: block;}
.main_product_list ul li{ width: 50%; overflow: hidden; float: left; height: 23vw;display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center; border-top: 1px solid rgba(0,162,154,0.4);border-right: 1px solid rgba(0,162,154,0.4); box-sizing: border-box;}

.main_product_list ul li:nth-child(1),.main_product_list ul li:nth-child(2){ border-top: none;}

.main_product_list ul li:nth-child(2),.main_product_list ul li:nth-child(4){ border-right: none;}

.main_product_word{ width: 17vw; margin: 0 0 0 4vw;}
.main_product_word h4{font-size: 4vw; line-height: 1.45em;}

}

.main_product_list_word{ margin-top: 5.7%;}
.main_product_list_word p{ color: #636363; text-align: center; font-size: 0.16rem; line-height: 2em;}
@media screen and (max-width:1024px) {
.main_product_list_word{ margin-top: 6vw;}
.main_product_list_word p{ text-align: left; font-size: 3.5vw; line-height: 1.65em;}
}

/* about_research +*/

.about_research_container{ position: relative; background: url(../../images/research_left.png) no-repeat left bottom; background-size: 0.67rem;}

.abour_research_title{ overflow: hidden;}
.abour_research_title h3{ float: left; display: block;}
.abour_research_title h6{display:block; float: left; margin-top: 0.38rem; margin-left: 0.08rem;}

.about_research_left{float: left;}
.about_research_right_container{ width: 92.2%; float: right;}

.about_research_one_container{ width: 100%; position: relative; margin-top: -0.5rem;}

.about_one_right{ width: 49%; float: right;}
.about_one_right img{display: block; width: 100%; height: auto;}

.about_one_right img.mobile_img{display: none;}

.about_one_left{ width: 51%; position: absolute; left: 0; bottom: 0;}
.about_one_left ul li{ width: 50%; text-align: center; background: #f9f9f9; float: left; padding: 0.5rem 0.05rem; box-sizing: border-box;}
.about_one_left ul li:first-child+li{ background: #f4f4f4;}
.about_one_left ul li h5{font-family: "SourceHanSans-Bold"; font-weight: normal; font-size: 0.66rem; color: #d4d4d4; line-height: 1.1em;}
.about_one_left ul li h3{ font-size: 0.26rem; color: #2a2a2a; line-height: 1.2em; margin-top: 0.12rem;}
.about_one_left ul li h6{ font-weight: normal; color: #c2c2c2; font-size: 0.18rem; line-height: 1.3em; text-transform: uppercase; margin-top: 0.05rem;}


.about_research_two_container{ margin-top: 0;}
.about_two_right{ width: 51%; float: left;}
.about_two_left{ width: 44%; height: 100%; left:51%;}
.about_two_left ul{ height: 100%;}
.about_two_left ul li{ height: 100%; padding: 0 0.05rem;display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;}

.about_two_left ul li:first-child{ background: #00a29a;}
.about_two_left ul li:first-child h5,.about_two_left ul li:first-child h3,.about_two_left ul li:first-child h6{ color: #fff;}
.about_two_left ul li:first-child+li{ background: #f4f4f4;}

@media screen and (max-width:1300px) {
.about_research_one_container{margin-top: -3%;}
.about_research_two_container{ margin-top: 0;}
.about_research_container{ background-size: 4.8%;}
}

@media screen and (max-width:1200px) {
  .about_research_one_container{margin-top: -2%;}
  .about_research_two_container{ margin-top: 0;}
}

@media screen and (max-width:1024px) {
.about_research_container{ background: none;}
.about_research_right_container{ width: 100%; float: none;}
.abour_research_title{ overflow: hidden; margin-top: 0;}
.abour_research_title h3{ float: none; display: block;}
.abour_research_title h6{display:block; float: none; margin-top: 0; margin-left: 0;}

.about_research_one_container{ margin-top: 6vw;}
.about_research_two_container{ margin-top: 0;}

.about_one_right img.mobile_img{display:block;}
.about_one_right img.pc_img{display:none;}

.about_one_right{ width: 50%;}
.about_one_left{ width: 50%; height: 100%;}
.about_one_left ul{ height: 100%;}
.about_one_left ul li{ width: 100%; float: none; height: 50%; padding: 0;display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;}

.about_one_left ul li h5{ font-size: 9vw;}
.about_one_left ul li h3{ font-size: 4vw; margin-top: 1.2vw;}
.about_one_left ul li h6{ font-size: 3vw; margin-top: 0.8vw;}

.about_two_right{ width: 100%;}
.about_two_left{ width: 100%; float:none; position: static; left: 0; bottom: 0; height: auto;}
.about_two_left ul{height: auto;}

.about_two_left ul li{ width: 50%; float: left; height: 26.4vw;}

}
/* about area +*/
.about_area_container{background: linear-gradient(to right, rgba(0,162,154,1), rgba(13,87,167,1)); padding: 5.7% 0;}

@media screen and (max-width:1024px) {
.about_area_container{ padding: 8vw 0;}
.about_area_container ul li{ width: 48.25%; margin-right: 3.5%;}
.about_area_container ul li p{ line-height: 1.28em;}
}



/* product list +*/
.inside_product_list_container{ margin-top: 2.5%;}

.inside_product_list_content .about_technology_top_content{ margin-bottom: 0;}

.inside_product_list_content ul li p{ display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;overflow: hidden;}
.inside_product_list_content ul li{ background: #fff; border-top: none;box-shadow:0 0 18px rgba(0,162,154,0.34);transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}

.product_more_list{ width: 0.5rem; height: 0.5rem;  background: url(../../images/more.png) no-repeat center center; background-size: 100%; position: absolute; right: 0.4rem; bottom: 0.4rem;}

.inside_product_list_content ul li:hover .product_more_list{background: url(../../images/more5.png) no-repeat center center; background-size: 100%;}

.inside_product_list_content ul li h3,.inside_product_list_content ul li .about_technology_right h4,.inside_product_list_content ul li p,.inside_product_list_content ul li .about_technology_right_top{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}

.product_num_content h6{ color: #00a29a;}
.product_num_circle{ width: 0.39rem; height: 0.07rem; background: url(../../images/num_top2.png) no-repeat center center; float: right; background-size: 100%; margin-right: 0.1rem;}

.inside_product_list_content ul li:hover{ background: #00a29a;}
.inside_product_list_content ul li:hover h3,.inside_product_list_content ul li:hover h4,.inside_product_list_content ul li:hover p,.inside_product_list_content ul li:hover .product_num_content h6{ color: #fff;}
.inside_product_list_content ul li:hover .about_technology_right_top{border-bottom: 1px solid #fff; }
.inside_product_list_content ul li:hover .product_num_circle{background: url(../../images/num_top.png) no-repeat center center; background-size: 100%;}


@media screen and (max-width:1024px) {
.product_more_list{background: url(../../images/more5.png) no-repeat center center; background-size: 100%;width: 6vw; height: 6vw; right: 4vw; bottom: 3.5vw;}
.inside_product_list_container{ margin-top: 12vw; overflow: hidden;}
.inside_product_list_content ul li{ background: #00a29a; padding: 4vw;box-shadow: 0 0 1.8vw rgba(0,162,154,0.34);}
.inside_product_list_content ul li .about_technology_right{ padding: 0;}
.inside_product_list_content ul li h3,.inside_product_list_content ul li p{display: none;}
.inside_product_list_content ul li .about_technology_right_top{ padding: 0; border: none; margin-top: 4vw;}
.inside_product_list_content ul li:hover .about_technology_right_top{border-bottom: none; }
.inside_product_list_content ul li .about_technology_right h4{ margin-top: 0; color: #fff;}

}



/* product_detail +*/
/* product_detail_top +*/

.product_detail_title{ margin-top: 3%;}

.product_detail_top_container {
  position: relative;
}
.product_detail_top_right {
  width: 50%;
  float: left;
  height: 5.1rem;
  background: linear-gradient(to right, rgba(0, 162, 154, 1), rgba(13, 87, 167, 1));
}

.product_detail_img {
  width: 690px;
  float: right;
  overflow: hidden;
  height: 100%;
  display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      align-items: center;
      justify-content: center;
 box-sizing: border-box; padding-right: 0.42rem;
}

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

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

}

.product_left_top{ border-bottom: 1px solid #c9c9c9; padding-bottom: 4%;}
.product_left_top h3 {
font-family: "SourceHanSans-Bold"; font-weight: normal;
  font-size: 0.32rem;
  color: #00a29a;
  line-height: 1.1em;
  margin-bottom: 3%;
}

.product_left_top h4{ font-family: "SourceHanSans-Bold"; font-weight: normal; font-size: 0.26rem; color: #2d2d2d; float: left;}

.product_share_container{ float: right;}


.product_right_word {
  width: 100%;
  margin-top: 4%;

}

.product_right_word h3{font-family: "SourceHanSans-Bold"; font-weight: normal;
  font-size: 0.32rem;
  color: #00a29a;
  line-height: 1.1em;  margin-bottom: 3%;}

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

.produ_word_con{ display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;overflow: hidden;}

.product_right_button{ margin-top: 0.3rem; 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_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-left: 7%;}
.product_detail_img{ width: 90%;}
.product_detail_img img{ max-width: 95%;}

}

@media screen and (max-width:1024px) {
.product_detail_title{ margin-top: 8vw;}
.product_detail_title2{ margin-top: 20vw;}
.product_detail_top_container{ width: 100%; margin: 6vw auto 0;}
.product_detail_top_right{ float: none; width: 100%;height:auto; position: relative;z-index: 1;overflow: hidden; padding: 5% 4%; box-sizing: border-box;}
.product_detail_img{ width: 100%;display: block; padding: 0;}
.product_detail_img img{max-height: 100%;max-width:100%;width: 100%; height: auto;}

.product_detail_top_left{ width: 100%; float: none; height: auto; background: #fafafa;}

.product_detail_top_left_container{ width: 100%; padding: 0; box-sizing: border-box; padding: 5vw 4% 8vw;}


.product_left_top h3{font-weight: normal;font-family: "SourceHanSans-Bold"; font-size: 5vw; line-height: 1.3em;  margin-bottom: 0; display: block; float: left;}
.product_left_top h4{ font-size: 5vw;line-height: 1.3em;display: block; float: left; color: #636363;}

.product_left_top{padding-bottom: 4vw;}
.product_right_word{ margin-top: 4vw;}
.product_right_word h3{ font-size: 5vw; line-height: 1.3em; margin-bottom: 2.5vw;}
.product_right_word p{ font-size: 3.5vw; line-height: 1.65em;}
.produ_word_con{ -webkit-line-clamp: 10;}
.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 Introduction +*/
.product_introduction_container{ margin-top: 4%;}
.product_introduction_content h3{font-family: "SourceHanSans-Bold"; font-weight: normal;font-size: 0.32rem;color: #00a29a;line-height: 1.1em;margin-bottom: 2%;}
.product_introduction_content p{  color: #2d2d2d;
  font-size: 0.16rem;
  line-height: 2em;}
@media screen and (max-width:1024px) {
.product_introduction_container{ margin-top: 8vw;}
.product_introduction_content h3{ font-size: 5vw; line-height: 1.3em; margin-bottom: 2.5vw;}
.product_introduction_content p{ font-size: 3.5vw; line-height: 1.65em;}

}


/* product show + */

.product_show_container{ background: #f8f8f8; padding: 1.5%; box-sizing: border-box;}
.product_show_container ul li{ width: 49%; float: left; margin-right: 2%; overflow: hidden; height: 0; padding-bottom: 32.6%;}
.product_show_container ul li:nth-child(2n){ margin-right: 0;}
.product_show_container ul li:nth-child(n+3){ margin-top: 2%;}
.product_show_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;}
.product_show_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;}
@media screen and (max-width:1024px) {
.product_show_container { width: 100%!important; padding: 5% 4%;}
.product_show_container ul li{ width: 100%; padding-bottom: 66.66%; margin: 0;}
.product_show_container ul li:nth-child(n+3){ margin-top: 0;}
.product_show_container ul li:nth-child(n+2){ margin-top: 5vw;}
}

/* Product parameters +*/
.parameters_content table {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 5px solid #00a29a;
}

.parameters_content table tr {
  height: 0.9rem;
}

.parameters_content table tr:nth-child(odd){ background: #f8f8f8;}

.parameters_content table tr:first-child{ height: 1.2rem;}
.parameters_content table th {
  text-align: left;
  line-height: 1.5em;
  font-size: 0.18rem;
  color: #00a29a;
  font-weight: normal;
  box-sizing: border-box;
  padding: 0.1rem;
  text-align: center;
  vertical-align:middle;
}

.parameters_content table td {
  font-size: 0.16rem;
  line-height: 1.5em;
  box-sizing: border-box;
  color: #636363;
  padding: 0.1rem;
word-break: break-all; word-wrap:break-word;
  text-align:center;
  vertical-align:middle;
}

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

  .parameters_content {
    width: 100% !important;
    overflow-x: auto;
    box-sizing: border-box;
    overflow-x: auto;
  }

  .parameters_content table {
    width: auto;
   border-bottom: none;
  }
  .parameters_content table tr:first-child{ height: auto;}
  .parameters_content table tr{ height: auto;}

  .parameters_content table th {
    font-size: 3.5vw;
    padding: 4vw 1vw;
    min-width: 28vw;
  }

  .parameters_content table td {
    font-size: 3.5vw;
    padding: 2.5vw 1vw;
    word-break:normal; word-wrap:normal;

  }

  .parameters_content::-webkit-scrollbar {
    width: 15px;
    height: 15px;
  }

  .parameters_content::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #dddddd;
  }

  .parameters_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #00a29a;
  }

  .parameters_content::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background: #00a29a;
  }
}


/* product area +*/
.product_area_word_container{ margin-top: 2%;}
.product_area_word_container p{ font-size: 0.2rem; color: #666666; line-height: 1.8em;}


.product_recommend_list_content{ padding: 18px;}
.product_recomment_slide {
  width: 100%;
  overflow: hidden;box-shadow: 0 0 18px rgba(0,162,154,0.34);
  background: #fff;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;
  box-sizing: border-box; padding: 5%;
}

.product_recomment_img{ overflow: hidden;}
.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.26rem;
  line-height: 1.4em;
  color: #00a29a;
  width: 100%;
  margin: 0.25rem auto 0.1rem;
  box-sizing: border-box;
  font-family: "SourceHanSans-Bold"; font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;
}

.product_recomment_slide:hover{ background: #00a29a;}
.product_recomment_slide:hover h3{ color: #fff;}


@media screen and (max-width:1024px) {
.product_area_word_container p{    font-size: 3.5vw;line-height: 1.65em;}
.product_area_word_container{ margin-top: 6vw;}
.product_recomment_slide{box-shadow: 0 0 1.8vw rgba(0,162,154,0.34); padding: 3vw;}
.product_recommend_list_content{ padding: 2vw;}
.product_recomment_slide h3{ font-size: 4.2vw;margin: 3vw auto 0;}
}


/* 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;}
}


/* 404 */
.error_container{ width: 100%; height: 100vh;background: linear-gradient(to bottom right, rgba(0,162,154,1), rgba(13,87,167,1));display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;}

.error_container h3{ font-size: 1.2rem;  line-height: 1.1em;color: #fff; text-align: center;font-family: "SourceHanSans-Bold"; font-weight: normal;}

.error_container p{ text-align: center; font-size: 0.24rem; color:#fff; line-height: 1.5em; margin-top: 0.1rem;}

.error_container ul{ width: 7.5rem; margin: 0.4rem auto;font-size: 0; text-align: center;}

.error_container ul li{font-size: 0.2rem;width: 1.4rem;margin:0.05rem;display: inline-block;}
.error_container ul li a{ color: #fff; display: block;width: 100%; padding: 0.1rem 0; text-align: center;border: 1px solid rgba(255,255,255,0.6);  border-radius: 10px;}

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

.error_content{ width: 92vw;}
.error_container h3{ font-size: 14vw;}
.error_container p{ font-size: 3.2vw; margin-top: 2vw;}
.error_container ul{ width: 100%; margin-top: 4vw; }
.error_container ul li{ width: 49%; margin: 2% 2% 0 0; font-size: 4vw;}
.error_container ul li:nth-child(2n){ margin-right: 0;}
.error_container ul li a{ padding: 2vw 0;}
}
