@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.1rem;
}
.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%; position: absolute; left: 0;bottom:0;}

.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: #eceded;
  line-height: 1.3em;
  width:2.4rem;
  height: 0.7rem;
  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;
  background: rgba(255,255,255,0.15);
   text-align: center;
   margin: 0 0.01rem;
   display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;

}

.secondary_nav_list ul li a:hover,.secondary_nav_list ul li.cur a{ background: rgba(3,110,184,1);}

.nav_fold {
  display: none;
}



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

  .about_banner_content{display: block; margin-top: 0;}
  .about_banner_content img{display: none;}

  .secondary_nav_list_container{ background: none; height: auto; position: static;}

  .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: #036eb8; color: #fff;
  }

  .secondary_nav_list ul {
    display: block;
  }



  .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;
    display: block;
  }




  .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: 1.4% 0;
  background: #f5f5f5;
}

.navigation_container2{background: #efefef;}

.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: #036eb8;
}

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

.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: #036eb8;
}

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

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

@media screen and (max-width:1024px) {
  .recruit_container_content{ margin-top: 0;}
  .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: #666666;
  }

  .recruit_list_bottom ul:hover li a {
    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 */


/*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: #036eb8;
  border: 2px solid #036eb8;
}

@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{ position: relative;}

.supplier_bottom_word{ width: 54%; float:right; margin-top: 4%;}

.supplier_bottom_word p {
  color: #434343;
  font-size: 0.18rem;
  line-height: 2em;
}

.supplier_bottom_word h4{ font-size: 0.36rem; color: #202020; font-weight: normal;font-family: "SourceHanSans-Bold"; margin-bottom: 0.2rem;}

.supplier_contact {
  box-sizing: border-box;
  background: url(../../images/supplier_icon.png) no-repeat left top;
  background-size: 0.52rem;
  padding-left: 0.65rem;
  height: 0.52rem;
  margin-top: 0.25rem;
}
.supplier_contact h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  font-size: 0.28rem;
  line-height: 1.3em;
  color: #0768ac; float: left;margin-top: 0.07rem;
}

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

.supplier_img_content{ position: absolute; width: 8.58rem; top: 0.1rem;
    left: -1.6rem;}
.supplier_img_content img{display: block; width: 100%; height: auto;}


/*suppliers_download +*/
.suppliers_download{width: 3.1rem; height: 0.63rem; overflow: hidden; margin-top: 0.25rem;}
.suppliers_download a{  background:#0768ac; 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: #0768ac; margin-top: 0.2rem; cursor: pointer;}
.suppliers_donw_content{box-sizing: border-box; margin-top: 0.2rem;}


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

.supplier_img_content{width: 8rem;top: 0.4rem;}
}

@media screen and (max-width:1200px) {
.supplier_img_content{width: 7.5rem;top: 0.6rem;}
}



@media screen and (max-width:1024px) {
  .supplier_container {
    margin-top: 12vw; overflow: hidden
  }
  .supplier_bottom_word {  width: 100%; margin-top: 0; float: none; position: relative; background: #f5f5f5; box-sizing: border-box; padding: 6vw 4vw;margin-top: -25vw;}

  .supplier_bottom_word h4{ font-size: 4.6vw; margin-bottom: 4.5vw;}
  .supplier_bottom_word p{ font-size: 3.6vw; line-height: 1.6em; color: #666666;}

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


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

  .supplier_contact h3 span{  font-size: 3.2vw; display: block; float:none;}

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


  .supplier_img_content{ position: static; width: 120%; left: 0; top: 0; margin-left: -10%;margin-top: -11vw;}


}

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

/* category +*/
.category_container {
  width: 100%;
  background: #f5f5f5;
  padding: 5.7% 0;
}

.category_list_content ul li{ margin-top: 0.5rem; position: relative; padding-top: 0.28rem;}

.category_list_word{ width: 100%; height: 2.1rem; background: #fff; overflow: hidden; box-sizing:border-box; padding-top: 0.7rem;}
.category_list_word p{ width: 58%; margin: 0 0 0 0.35rem; color: #434343; line-height: 1.83em; font-size: 0.18rem;}


.category_list_title{ width: 3.15rem; background: #0768ac; position: absolute; left: 0; top: 0; padding: 0.1rem 0 0.1rem 0.35rem; box-sizing: border-box;}
.category_list_title h3{ font-weight: normal;font-family: "SourceHanSans-Bold"; font-size: 0.3rem; color: #fff; line-height: 1.3em;}

.category_img_content{ position: absolute; right: 0.15rem; top: 0;width: 3.9rem; overflow:hidden;}
.category_img_content img{ width: 100%; height: auto; display: block; transform: scale(1);-mo-transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);transition: all 0.8s ease-out 0s;-webkit-transition: all 0.8s ease-out 0s; -moz-transition: all 0.8s ease-out 0s; -mo-transition: all 0.8s ease-out 0s;}
.category_img_content: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;}
.m_category_list_title{display: none;}



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

.category_list_content ul li{ margin-top: 4.5vw; background: #fff; padding: 3vw;}

.category_list_word{ height: auto; padding: 0;}

.category_img_content{ position: static; width: 100%;right: 0; margin-bottom: 2vw; position:relative;}

.category_list_word p{ margin: 0; width: 100%; font-size: 3.6vw; line-height: 1.55em;}

.category_list_title{ width: 39.5vw; padding: 1vw 0 1vw 3vw; box-sizing:border-box; left: 3vw; top:auto; bottom: 10vw; display: none;}

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

.m_category_list_title{ position: absolute; left: 0; bottom: 0; display: block;}

}

/* case */


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

.bdsharebuttonbox{ float: left;}

.bshare-custom.icon-medium-plus a,.bdshare-button-style0-16 a {
  background-size: 0.28rem !important;
  padding-left: 0.28rem !important;
  height: 0.28rem !important;
  margin: 0!important;
}
.bdshare-button-style0-16 a.bds_weixin{background: url(../../images/weixin_share.png) no-repeat center center; background-size:100%;}

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

.contact_button_eject_content {
  width: 10rem;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 20px #ccc;
  padding: 0.5rem;
  background: linear-gradient(to right, #036eb8 20%,#009944);
  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: #036eb8;
  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: #036eb8;
  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: #036eb8;
    margin: 3.5vw auto 0;
  }

  .contact_button_weixin_content_m {
    display: block;
  }

  .contact_button_weixin_m {
    width: 47%;
    float: left;
    border-radius: 1vw;
    background: #036eb8;
    color: #fff;
    box-shadow: 1vw 1vw 2vw rgba(3, 110, 184, 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: #f5f5f5; padding: 3.2% 0;}


.news_list_container ul li {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  width: 100%; position: relative;
  overflow:hidden; padding-top: 0.3rem;
  margin-top: 0.45rem;
}

.news_list_container ul li a{display: block; background: #fff;  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
padding: 0.2rem 0.2rem 0.2rem 0.35rem;
overflow: hidden;
}

.news_list_img{ width: 3.7rem; float: right; box-sizing: border-box; border: 1px solid #fff; height: 0; padding-bottom: 2.6rem; overflow: hidden; margin-left: 1rem;}
.news_list_img img{display: block; width: 100%; height: auto;}

.news_list_word{ overflow: hidden;}
.news_list_word h3{ color: #262626; font-weight: normal; font-size: 0.3rem; line-height: 1.3em;
text-overflow: ellipsis;
white-space: nowrap; 
overflow:hidden;
 border-bottom: 1px solid #dedede; padding-bottom: 0.18rem; margin-top: 0.4rem;   transition-duration: .5s;
   -ms-transition-duration: .5s;
   -moz-transition-duration: .5s;
   -webkit-transition-duration: .5s; }
.news_list_word p{ color: #404040; font-size: 0.16rem; line-height: 2.25em; margin-top: 0.15rem;  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;overflow: hidden;}

.news_list_word h6{ width: 0.19rem; height: 0.4rem; background: url(../../images/pc_jiantou2.png) no-repeat center center; background-size: 100%; margin-top: 0.25rem;}

.news_list_date{ width: 3rem; position: absolute; top: 0; left: 0;}

.news_date{ position: relative; width: 100%; height: 0.6rem;display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;}

.news_date:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background: #0768ac;
     ms-transform: skew(-15deg,0deg);
      -webkit-transform: skew(-15deg,0deg);
      -moz-transform: skew(-15deg,0deg);
      transform: skew(-15deg,0deg);
      transform-origin: bottom;
      right:0.5rem;
      top: 0;
      box-sizing:border-box;
    }

.news_list_date h5{ position: relative; z-index: 2; font-size: 0.25rem; color: #fff; font-weight: normal; background:url(../../images/date.png) no-repeat left 0.07rem; background-size: 0.26rem; padding-left: 0.35rem; margin-left: 0.4rem;}


.news_list_container ul li a:hover{ background: linear-gradient(to right, #036eb8 20%,#009944);}
.news_list_container ul li:hover .news_list_word h3{ color: #fff;}
.news_list_container ul li:hover .news_list_word p{color: #fff;}
.news_list_container ul li:hover .news_list_word h6{  background: url(../../images/pc_jiantou.png) no-repeat center center; background-size: 100%;}

.news_list_date_m{display: none;}


@media screen and (max-width:1024px) {
.news_list_container_content{ margin-top: 12vw; overflow: hidden;padding: 0; background: #fff; padding-bottom: 8vw;}
.news_list_container ul li a{ background: linear-gradient(to right, #036eb8 20%,#009944);}

.news_list_img{ width: 100%; float: none; margin-left: 0; padding-bottom: 70.14%; border: none; position: relative;}
.news_list_container ul li{ padding: 0; border-radius: 1vw; margin-top: 6vw;}
.news_list_container ul li a{ padding: 3vw 3vw 4vw;}

.news_list_word{display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
     justify-content: space-between; margin-top: 3vw;
}
.news_list_word p{display: none;}
.news_list_word h3{ color: #fff; width: 88%; border-right: 1px solid rgba(255,255,255,0.4); border-bottom: none; font-size: 3.6vw; line-height: 1.6em;  padding-bottom: 0; box-sizing: border-box; padding-right: 4vw; float: left; margin-top: 0;text-overflow: inherit;
white-space: inherit;}

.news_list_word h6{ width: 2.9vw; height: 6vw;background: url(../../images/pc_jiantou.png) no-repeat center center;background-size: 100%; float: right; margin-right: 2.5vw; margin-top: unset;}

.news_date:before{display: none;}

.news_list_date{background: #0768ac; width: 31.5vw;left: 3vw;
    top: auto;
    bottom: 18.3vw;}
.news_date{justify-content: center; height: 7.5vw;}
.news_list_date h5{ margin-left: 0; font-size: 3vw; background-size: 2.6vw; background-position: left 1.1vw; padding-left: 3.7vw;}

.news_list_date{display: none;}
.news_list_date_m{display:block; position: absolute; left: 0; bottom: 0;}

}

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

.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);
  background: #036eb8;
}
.news_page_left_content{ float: left; width: 1.1rem;}
.news_page_left_content h6{  width: 0.19rem;
    height: 0.4rem;
    background: url(../../images/pc_jiantou4.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/pc_jiantou3.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.12rem 0 0 0.4rem;  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;}
.news_page_right_content p span{display: none;}

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

.news_page_left_line{ width: 1px; height: 0.92rem; background: #e2e2e2; float: left; margin: 0 0.4rem;}

.news_detail_page ul li a:hover .news_page_left_line{ background: #4b8bb7;}


.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;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}

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

.news_page_right_content h5{  font-weight: normal;
    font-size: 0.14rem;
    color: #333333;
    line-height: 1.7em;
    background: url(../../images/date2.png) no-repeat left center;
    background-size: 0.22rem;
    box-sizing: border-box;
    padding-left: 0.3rem; margin-top: 0.12rem;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}

.news_detail_page ul li a:hover h5{  background: url(../../images/date.png) no-repeat left center;background-size: 0.22rem; color: #fff;}

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


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


@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_title h3{font-family: "SourceHanSans-Bold";}

.contact_map_content{margin-top: 4%;}


#map{width:100%;border-radius: 10px; height: 4.8rem; box-shadow: 0 0 18px rgba(0,162,154,0.34);}
.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;box-shadow: 0 0 18px rgba(0,162,154,0.34);}

.contact_word_container ul{ display: -webkit-flex;display: flex;}
.contact_word_container ul li{ width: 32.6%; margin: 3% 1.1% 0 0; float: left; background: #f5f5f5; border-radius: 10px; box-sizing: border-box; padding: 0.3rem 0.3rem 0.55rem;}
.contact_word_container ul li:nth-child(3n){ margin-right: 0;}

.contact_word_container ul li img.contact_icon{ height: 0.4rem;}

.contact_line{ position: relative; margin-top: 0.18rem;}
.contact_line1{ width: 100%; height: 2px; background: #e2e2e2;}
.contact_line2{ width: 20%;height: 2px; background: #036eb8; position:absolute; left: 0; top: 0;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}

.contact_word_container ul li p{ font-size: 0.18rem; color: #636363; margin-top: 0.32rem;}
.contact_word_container ul li p i{ font-style: normal;}
.contact_word_container ul li p span{ font-size: 0.2rem; color: #036eb8; font-weight: bold;}

.contact_word_container ul li:hover .contact_line2{ width: 100%;}


@media screen and (max-width:1024px) {
.contact_container{ margin-top: 12vw; overflow: hidden;}
.contact_title h3{ font-size: 5.6vw; text-align: left; color: #262626; display: block;}
.contact_map_content{ margin-top: 6vw;}

#map{border-radius: 1vw; height: 45vw; width: 100%; box-shadow: none;}
.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_word_container ul{display: block;}
.contact_word_container ul li{ width: 100%; padding: 0; background: none; margin: 4vw 0 0;}
.contact_word_container ul li img.contact_icon,.contact_line{display: none;}

.contact_word_container ul li p{ margin-top: 0; font-size: 3.5vw; color: #636363; line-height: 1.42em;}
.contact_word_container ul li p span{display: block; font-size: 3.5vw;}
.contact_word_container ul li:nth-child(2),.contact_word_container ul li:nth-child(3){ width: 50%; float: left;}
.contact_word_container{ margin-top: 1vw;}

}








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





/* 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 top+ */

@keyframes img_keyif {
  0% {transform: scale(1);-mo-transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);}
  50% {transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);}
  100% {transform: scale(1);-mo-transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);}

}
@-webkit-keyframes "img_keyif" {
  0% {transform: scale(1);-mo-transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);}
  50% {transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);}
  100% {transform: scale(1);-mo-transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);}

}

.about_technology_container{ margin-top: 4%;}

.about_technology_word_content{ text-align: center;}
.about_technology_word_content h3{ font-size: 0.36rem; line-height: 1.3em; color: #231815; font-weight: normal;font-family: "SourceHanSans-Bold"; margin-bottom: 0.2rem;}
.about_technology_word_content h3 i{ font-style: normal;}
.about_technology_word_content h3 span{ color: #bcbbba; margin-right: 0.05rem;}
.about_technology_word_content p{ color: #231815; font-size: 0.18rem; line-height: 1.77em;}

.about_technology_top_img{  margin-top: 3%; text-align: center;}
.about_technology_top_img img{display: block; margin:0 auto;}
.img_keyif{animation: img_keyif 2s linear infinite;
-moz-animation: img_keyif 2s linear infinite;
-webkit-animation: img_keyif 2s linear infinite;
-o-animation: img_keyif 2s linear infinite;}


@media screen and (max-width:1450px) {
.about_technology_top_img img{ width: 60%;}
}

@media screen and (max-width:1024px) {
.about_technology_word_content h3{ font-size: 4.6vw; margin-bottom: 1.5vw;}
.about_technology_word_content h3 span{ font-size: 4vw; margin-right: 0.5vw;}
.about_technology_word_content p{ color: #231815; font-size: 3.6vw; line-height: 1.6em; }
.about_technology_top_img img{ width: 86%;}
.about_technology_top_img{ margin-top: 5vw;}
}


/* about technology bottom+ */
.about_technology_content{ margin-top: 4%;}
.about_technology_content ul li{width: 100%; height: 5.2rem; margin-top: 0.6rem; position: relative;}

.about_technology_bottom_img{ width: 59%; float: left; height: 5.2rem; overflow: hidden;}
.about_technology_bottom_img img{display: block; height: 100%;}

.about_technology_bottom_word_content{ width: 7.79rem; height: 100%; background: url(../../images/technology_bg1.png) no-repeat center center; background-size: 100%; position:absolute; right: 0; top: 0;display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: right;
  }
.about_technology_word{ width: 5.1rem; float: right; padding-right: 0.75rem; box-sizing: border-box;}
.about_technology_word h4{ color: rgba(255,255,255,0.4); font-size:0.4rem; line-height: 1.2em; font-weight: normal;font-family: "SourceHanSans-Bold";}
.about_technology_word h3{ font-weight: normal; font-size: 0.46rem;font-family: "SourceHanSans-Bold"; color: #fff;}
.about_technology_word p{ font-size: 0.2rem; line-height: 1.8em; color: #fff;}

.about_technology_line{ width: 2.7rem; position: relative; margin: 0.2rem 0 0.3rem;}
.about_tec_line1{ width: 0.53rem; height: 4px; background: #fff; position: relative; z-index: 2;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
.about_tec_line2{ width: 100%; height: 1px; background: rgba(255,255,255,0.4); position:absolute; left: 0; bottom: 0;}
.about_technology_content ul li:hover .about_tec_line1{ width: 100%;}

.about_technology_content ul li:nth-child(even) .about_technology_bottom_img{ float: right;}

.about_technology_content ul li:nth-child(even) .about_technology_bottom_word_content{ width: 8.13rem; background: url(../../images/technology_bg2.png) no-repeat center center; background-size: 100%;left: 0; top: 0; right: auto;    justify-content: left;
  }

.about_technology_content ul li:nth-child(even) .about_technology_word{ float:none;padding-right: 0;padding-left: 0.75rem;}

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

.about_technology_content{ margin-top: 6vw;}


.about_technology_content ul li{ height: auto;background: linear-gradient(to right, #036eb8 20%,#009944); box-sizing: border-box; padding: 2.5vw 2.5vw 5vw; margin-top: 4vw;}
.about_technology_bottom_img{ width: 100%; height: auto; float: none;}
.about_technology_bottom_img img{display: block; width: 100%; height: auto;}
.about_technology_bottom_word_content{ position: static;}

.about_technology_bottom_word_content{ width: 100%;justify-content: left; background: none;}
.about_technology_word{ padding: 0; width: 100%; float: none;}

.about_technology_content ul li:nth-child(even) .about_technology_bottom_img{ float: none;}
.about_technology_content ul li:nth-child(even) .about_technology_bottom_word_content{ width:100%; background: none;   justify-content: left;
  }
  .about_technology_content ul li:nth-child(even) .about_technology_word{ padding-left: 0;}

  .about_technology_word h4{ font-size: 4vw; float: left; display: block;margin: 1.2vw 1.5vw 0 0;}
  .about_technology_word h3{ font-size: 4.6vw; float: left; display: block;}
  .about_technology_word{ margin-top: 3.5vw; padding: 0 1vw;}

  .about_technology_line{ width: 100%; margin: 1vw 0 2.5vw;}
  .about_tec_line1{ width: 5.3vw; height: 0.4vw;}
  .about_technology_word p{ font-size: 3.6vw; line-height: 1.6em;}

}



/* about honor +*/
.about_honor_container{ margin-top: 4%;}
.about_honot_content_list ul{ font-size: 0;}
.about_honot_content_list ul li{ width: 32%; box-sizing: border-box; margin: 0 2% 0 0; display: inline-block;*display:inline;*zoom:1;vertical-align: top; box-sizing: border-box; padding: 0.17rem; background: #fff;box-shadow: 6px 6px 25px rgba(0,162,154,0.28);}
.about_honot_content_list ul li img{display: block; width: 100%; height: auto;}

.about_honot_content_list ul li:nth-child(3n){ margin-right: 0;}
.about_honot_content_list ul li:nth-child(n+4){ margin-top: 2%;}

@media screen and (max-width:1024px) {
  .about_honor_container{ margin-top: 0;}
.about_honot_content_list ul li{ width: 49%; padding: 1.7vw;box-shadow: 0.6vw 0.6vw 2.5vw rgba(0,162,154,0.28);}
.about_honot_content_list ul li:nth-child(3n){ margin-right: 2%;}
.about_honot_content_list ul li:nth-child(2n){ margin-right: 0;}
.about_honot_content_list ul li:nth-child(n+3){ margin-top: 2%;}
}

/* about culture+*/
/*mission+*/
.mission_container{ margin-top: 4%;}

.mission_word_content{ position: relative;}
.mission_word_content .mission_word_img img{ width: 100%; height: auto;}

.about_mission_line{ width: 100%;}

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

.mission_word_container h3{ color: #fff; font-size: 0.46rem; font-weight: normal; line-height: 1.3em;font-family: "SourceHanSans-Bold";}

.mission_word_container p{ font-size: 0.3rem; color: #fff; line-height: 1.3em; background: url(../../images/mission_bg.jpg) no-repeat left center; box-sizing:border-box; padding-left: 0.25rem; margin-top: 0.15rem; background-size: 0.14rem;}


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

.mission_word_container{ position: static; right: 0; height: auto; display: block;background: linear-gradient(to right, #036eb8 20%,#009944); box-sizing: border-box; padding: 4vw 3vw; overflow: hidden;}

.about_mission_line{display: none;}

.mission_word_container h3{ font-size: 4.6vw;}
.mission_word_container p{ font-size: 3.6vw; float: left; line-height: 1.3em;background: url(../../images/mission_bg2.jpg) no-repeat left center; box-sizing:border-box; background-size: 1.4vw; padding-left: 2.3vw; margin-right: 2vw; margin-top: 2vw;}
.mission_word_container p:last-child{ margin-right: 0;}

}

/* culture vision +  */
.about_vision_container{ background: #f5f5f5; padding: 4% 0; box-sizing: border-box; margin-top: 4%;}
.vision_title .line1{ width: 100%;}
.about_vision_content_word{ position: relative; text-align: center; margin-top:1%; padding-top:0.3rem;}
.about_vision_content_word h3{ font-size: 0.36rem; color: #202020; line-height: 1.4em; font-weight: normal;font-family: "SourceHanSans-Bold"; margin-bottom: 0.15rem;}
.about_vision_content_word p{ color: #dedede; font-size: 0.16rem; line-height: 1.5em; text-transform: uppercase;}
.maohao_left,.maohao_right{ width: 0.66rem; position:absolute;}
.maohao_left img,.maohao_right img{display: block; width: 100%; height: auto;}
.maohao_left{ top: 0; left: 0;}
.maohao_right{ right: 0; bottom: 0.2rem;}



.about_vision_bottom_container{ margin-top: 2%; position: relative;}

.about_vision_bottom .swiper-slide img{ display:block; width: 100%; height: auto;}

.about_vision_bottom{ width: 1200px; margin: 0 auto; padding:60px 20px 60px;}
.about_vision_img_content{ width: 100%; height: auto; background: #fff; padding: 0.14rem; box-sizing: border-box;box-shadow: 6px 6px 10px rgba(0,162,154,0.28);}

.about_vision_bottom .swiper-wrapper .swiper-slide {
transition-duration: .5s;
-ms-transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
opacity: 0.6;
}

.about_vision_bottom .swiper-slide-active, .about_vision_bottom .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.3, 1.3) !important;
  transform: scale(1.3, 1.3) !important;
  z-index: 2;
  overflow: visible;
  opacity: 1!important;}
.vision-button-next,.vision-button-prev{ width: 0.7rem; height: 0.7rem; position: absolute; top: 50%; margin-top: -0.35rem; z-index: 2;}
.vision-button-next{ background: url(../../images/product_right.jpg) no-repeat center center; background-size: 100%; right: 0;}
.vision-button-prev{ background: url(../../images/product_left.jpg) no-repeat center center; background-size: 100%; left: 0;}


@media screen and (max-width:1450px) {
.about_vision_bottom{ width: 88%; padding: 6% 1.5%;}
}

@media screen and (max-width:1300px) {
.vision-button-next,.vision-button-prev{ width: 0.6rem; height: 0.6rem; margin-top: -0.3rem; }
}

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

.about_vision_content_word{ margin-top: 2.5vw; padding: 6vw 0 3vw;}

.about_vision_content_word h3{ font-size: 3.6vw; line-height: 1.6em; color: #202020; width: 88%; margin: 0 auto 1vw;}
.about_vision_content_word p{ font-size: 2vw; line-height: 1.8em;}

.maohao_left,.maohao_right{ width: 6.6vw;}
.maohao_right{ bottom: 0;}


.about_vision_bottom_container { width: 100%!important;}
.about_vision_bottom{ width: 92%; margin: 0 auto;padding: 7.5vw 1vw;}
.about_vision_img_content{ padding: 1.5vw;box-shadow: 0.6vw 0.6vw 1vw rgba(0,162,154,0.28);}

.about_vision_bottom .swiper-slide-active, .about_vision_bottom .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.5, 1.5) !important;
  transform: scale(1.5, 1.5) !important;
  z-index: 2;
  overflow: visible;
  opacity: 1!important;}

  .vision-button-next,.vision-button-prev{ width: 7vw; height: 7vw; margin-top: -3.5vw;}
  .vision-button-next{right: 4%;}
  .vision-button-prev{ left: 4%;}

}

/* about value +*/

.about_value_container{ margin-top: 4%;}

.about_value_container ul{  display: -webkit-flex;
  display: flex;
  justify-content: space-between;}
.about_value_container ul li{/*min-width: 28%;*/ width: 28%;}

.about_value_img{ width: 46.6%; float: left; margin-right: 0.25rem;}
.about_value_img img{ display:block; width: 100%; height: auto;}

.about_value_word{ overflow: hidden; margin-top: 0.45rem;}

.about_value_word h3{ font-size: 0.36rem; color: #036eb8; line-height: 1.2em; font-weight:normal;font-family: "SourceHanSans-Bold"; margin-bottom: 0.1rem;}
.about_value_word p{ font-size: 0.2rem; color: #1b1b1b; line-height: 1.65em;}
.about_value_word p br{display: none;}

@media screen and (max-width:1450px) {
.about_value_container ul li{ width: 30%;}
.about_value_word h3{ font-size: 0.34rem;}
}

@media screen and (max-width:1300px) {
.about_value_word h3{ font-size: 0.32rem;}
}

@media screen and (max-width:1024px) {
.about_value_container{ margin-top: 8vw;}
.about_value_container ul li{ min-width: 22vw; text-align: center;}
.about_value_img{ width: 21vw; float:none; margin: 0 auto;}
.about_value_word{ margin-top: 1vw;}
.about_value_word h3{ font-size: 3.6vw;margin-bottom: 1.6vw;}
.about_value_word p br{display:block;}
.about_value_word p{ font-size: 3.6vw; line-height: 1.38em;}
.about_value_word p span{display: none;}
}



/* about introdiction +*/

.about_container{ width: 100%; margin-top: 4%;}
.about_top_content_container{ margin-top: 2%;}

.about_top_content_left{ width: 41%; float: left; height: 5.2rem; background: url(../../images/inside_about_left.jpg) no-repeat center center; background-size: cover; padding: 0 0.6rem; box-sizing: border-box;display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;}

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

.about_left_img{ width: 100%; height: auto; margin-top: 0.3rem;}
.about_left_img img{display: block; width: 100%; height: auto;}

.about_left_word{ width: 100%; margin-top: 0.3rem;}
.about_left_word ul li{ width: 50%; float:left;}
.about_left_word ul li h3{ font-size: 0.56rem; line-height: 1.3em; font-weight: normal;font-family: "SourceHanSans-Bold"; color: #eceded;}
.about_left_word ul li h3 span{ font-size: 0.32rem; line-height: 1.3em; font-weight: normal;font-family: "SourceHanSans-Regular"; float:left;margin: 0.22rem 0 0 0.04rem;}
.about_left_word ul li h3 sup{ font-size: 0.26rem; float: left; line-height: 1.1em;margin: 0.08rem 0 0 0.05rem;}
.about_left_word ul li h3 i{ font-style: normal; display: block;float: left;}
.about_left_word ul li p{color: #eceded; font-size: 0.27rem; line-height: 1.3em;}


.about_top_content_right{ width: 59%; float: right;height: 5.2rem; position:relative; overflow: hidden;}
.about_top_content_right img.about_img{ display:block; position: absolute; min-height: 100%; left: 50%;transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-moz-transform: translateX(-50%); top: 0;}

.about_img_top{ width: 2.89rem; position: absolute; right: -1px; bottom: -1px;}
.about_img_top img{display:block; width: 100%;}

@media screen and (max-width:1300px) {
.about_left_word ul li h3{ font-size: 0.5rem;}
.about_left_word ul li h3 span { margin: 0.24rem 0 0 0.04rem;font-size: 0.28rem;}
}

@media screen and (max-width:1024px) {
.about_container{ margin-top: 0;}
.about_top_content_container{ margin-top: 5vw;position: relative;}
.about_top_word_container p br{ display: none;}
.about_top_word_container p{ text-align: left;}

.about_top_content_right{ width: 100%; height: auto; float: none;}
.about_top_content_right img.about_img{ position: static;left: 0;min-height: auto; width: 100%;    transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -moz-transform: translateX(0%);}

.about_logo{background: linear-gradient(to right, #036eb8 20%,#009944); position: absolute;left:0;top: 0; z-index: 2; width: auto; box-sizing: border-box; padding: 3vw;}

.about_logo img{ width: 28vw; height: auto;}

.about_top_content_left{ width: 100%;background: linear-gradient(to right, #036eb8 20%,#009944); box-sizing: border-box; padding: 3vw; display: block; height: auto;}

.about_left_img{ float: none; margin-top: 0; width: 37vw;}

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

.about_left_word{ margin-top: 0.8vw; width: 53%;}

.about_left_word ul{  display: -webkit-flex;
  display: flex;
  justify-content: space-between;}
.about_left_word ul li{ width: auto;}
.about_left_word ul li h3{ font-size: 5.8vw;}
.about_left_word ul li h3 span{ font-size: 3.5vw;margin: 2.6vw 0 0 0.5vw;}
.about_left_word ul li h3 sup{ font-size: 3.5vw;margin: 0.8vw 0 0 0.5vw;}
.about_left_word ul li p{ font-size: 3.6vw;}
.about_img_top{ width: 29vw;}

}

/* about_bottom_content_container +*/
.about_bottom_content_container{ margin-top: 4%;}
.about_bottom_content{ position: relative;}

.about_bottom_content_left{ position: relative; width: 53.5%; float: left; box-sizing: border-box; padding-left: 4%; height: 5.85rem;display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
}

.about_bottom_content_left h3{ color: #036eb8; font-size: 0.36rem; line-height: 1.3em; font-weight:normal;font-family: "SourceHanSans-Bold"; margin-bottom: 0.2rem;}
.about_bottom_content_left p{ font-size: 0.18rem; color: #646464; line-height: 2.4em;}


.left_colon,.right_colon{ width: 0.66rem; position: absolute; z-index: 2;}
.left_colon img,.right_colon img{display: block; width: 100%; height: auto;}
.left_colon{left: 0;top: 0;}
.right_colon{ right: 0; bottom: 0;}

.about_bottom_content_right{ width: 38%; float: right; position: relative; }
.grey_bg{ width: 95%; height: 5.85rem; background: #ececec; float: right;margin-top: 5%;}

.about_bottom_right_img{ width: 95%; overflow: hidden; height: 5.85rem; left: 0; top: 0; position: absolute;}
.about_bottom_right_img img{ min-height:100%; width: auto;}

@media screen and (max-width:1024px) {
.about_bottom_content_container{ margin-top: 5vw;}
.about_bottom_content_left { width: 100%; height: auto; float: none; padding: 8vw;}
.left_colon,.right_colon{ width: 6.6vw;}
.about_bottom_content_left h3{ font-size: 4.6vw; text-align: center; margin-bottom: 2vw;}
.about_bottom_content_left p{ color: #646464; font-size: 3.6vw; line-height: 1.6em; text-align: center;}

.about_bottom_content_right{ width: 100%; float: none; margin-top: 5vw;}

.about_bottom_right_img{ width: 97%; height: auto;position:relative; z-index: 2;}
.about_bottom_right_img img{min-height: 0; width: 100%;}

.grey_bg{ position:absolute; width: 97%; right: 0;top: 3vw;
    height: 100%; margin-top: 0;}

}


/* about_ad+ */
.about_ad_container{background: linear-gradient(to right, #036eb8 20%,#009944);margin-top: 4%; padding-top: 4%;}
.about_ad_word p{ text-align: center; color: #fff; font-size: 0.32rem; line-height: 1.56em;}

.about_ad_img{ width: 100%; margin-top: -0.8rem;}
.about_ad_img img{ display: block; margin: 0 auto;}

@media screen and (max-width:1100px) {
.about_ad_img img{ width: 100%;}
}

@media screen and (max-width:1024px) {
.about_ad_container{ margin-top: 9vw; padding-top: 6vw;}
.about_ad_word p{ font-size: 3.5vw; line-height: 1.6em;}
.about_ad_img{ margin-top: -4.5vw;}
}

/* about honor + */
.inside_about_honor_container{ padding: 4% 0; background: #f5f5f5; box-sizing: border-box;}

.inside_honor_about_word h3{ color: #036eb8; font-size: 0.36rem; line-height: 1.3em; font-weight:normal;font-family: "SourceHanSans-Bold"; margin-bottom: 0.2rem;}
.inside_honor_about_word p{ font-size: 0.18rem; color: #646464; line-height: 2em;}

.inside_about_honot_list_content{ margin-top: 3%;}
.inside_about_honot_list_content ul li{ width: 32%; float: left; background: #fff; margin: 0 2% 0 0; /*height: 2.47rem;*/ padding: 0.18rem; box-sizing: border-box;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; position: relative;}
.inside_about_honot_list_content ul li:nth-child(3n){ margin-right: 0;}

.inside_honor_about{ width: 100%;background: #f6f7f8;/*display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;*/
    height: 0;
    padding-bottom: 65.8%;
}

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


.inside_about_honot_list_content ul li:hover{box-shadow: 6px 6px 25px rgba(0,162,154,0.28);}

.inside_honor{ text-align: center; width: 100%; text-align: center; /*padding: 0 0.1rem;*/}
.inside_honor p{ font-size: 0.22rem; color: #646464; line-height: 1.3em;margin-bottom: 0.08rem;}
.inside_honor h3{ font-weight: normal;font-family: "SourceHanSans-Bold"; font-size: 0.26rem; line-height: 1.3em; color: #036eb8; }
.inside_honor_bg{ width: 0.53rem; position: absolute; left: 0; top: 0;}
.inside_honor_bg img{display: block; width: 100%; height: auto;}

@media screen and (max-width:1024px) {
.inside_about_honor_container{ padding: 8vw 0;}
.inside_honor_about_word h3{ font-size: 4.6vw; text-align: center; margin-bottom: 2vw;}

.inside_honor_about_word p br{display: none;}
.inside_honor_about_word p{ font-size: 3.6vw; line-height: 1.6em;}

.inside_about_honot_list_content{ margin-top: 4vw;}

.inside_about_honot_list_content ul li{ /*height: 35vw;*/ padding: 1vw;}
.inside_honor_bg{ width: 5.3vw;}
/*.inside_honor{ padding: 0 2vw;}*/
.inside_honor p{ font-size: 3.6vw;margin-bottom: 0.5vw;}
.inside_honor h3{ font-size: 3.6vw;}

.inside_about_honot_list_content ul li:hover{box-shadow:none;}

}

/* about persist +*/
.about_persist_container{ margin-top: 4%;}
.about_persist_word{ text-align: center;}

.about_persist_list_content{ margin-top: 3%;}
.about_persist_list_content ul li{ width: 23%; float: left; margin-right: 2.666%; position: relative; overflow: hidden;}
.about_persist_list_content ul li:nth-child(4n){ margin-right: 0;}
.about_persist_list_img{ width: 100%; overflow: hidden;}
.about_persist_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;}
.about_persist_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;}

.about_persist_list_word{ width: 100%; box-sizing: border-box; padding: 0 0.35rem; position: absolute;}
.about_persist_list_word p{ font-size: 0.36rem; color: #fff; line-height: 1.3em;font-family: "SourceHanSans-Bold";}
.about_persist_list_word h6{ width: 0.4rem; height: 3px; background: #f6f7f8; margin: 0.3rem 0;}
.about_persist_list_word h3{ color: #fff;font-size: 0.36rem; line-height: 1.3em; font-weight: normal;font-family: "SourceHanSans-Bold";}
.about_persist_list_content ul li:nth-child(even) .about_persist_list_word{ left: 0; top: 0.35rem;}
.about_persist_list_content ul li:nth-child(odd) .about_persist_list_word{ left: 0; bottom: 0.35rem;}

@media screen and (max-width:1300px) {
.about_persist_list_word h3{    font-size: 0.3rem;}
}

@media screen and (max-width:1024px) {
.about_persist_list_content ul li{ width: 48.5%; margin-right: 3%;}
.about_persist_list_content ul li:nth-child(n+3){ margin-top: 3%;}
.about_persist_list_content ul li:nth-child(4n){ margin-right: 3%;}
.about_persist_list_content ul li:nth-child(2n){ margin-right: 0;}

.about_persist_list_img{ height: 58vw;}
.about_persist_list_word{ padding: 0 3vw;}

.about_persist_list_content ul li:nth-child(even) .about_persist_list_word,.about_persist_list_content ul li:nth-child(odd) .about_persist_list_word{left: 0; bottom:4vw; top: auto;}

.about_persist_list_word p{ font-size: 3.6vw;}
.about_persist_list_word h6{ width: 4vw; margin: 3vw 0;}
.about_persist_list_word h3{ font-size: 3.6vw;}
.about_persist_list_content ul li:nth-child(n+3) .about_persist_list_word{ bottom: auto; top: 4vw;}
.about_persist_container{ margin-top: 8vw;}
.about_persist_list_content{ margin-top: 4vw;}

}



/* product list +*/

.inside_product_list_container{ margin-top: 4%;}


.inside_product_list_content ul{  display: -webkit-flex;
  display: flex; flex-wrap: wrap;
   justify-content: flex-start;}
.inside_product_list_content ul li{ width: 49%; float: left; margin-right: 2%;background: #f5f5f5; border-radius: 10px; transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
.inside_product_list_content ul li a{display: block; box-sizing: border-box;padding: 0.2rem 0.2rem 0.3rem;}
.inside_product_list_content ul li:nth-child(2n){ margin-right: 0;}
.inside_product_list_content ul li:nth-child(n+3){ margin-top: 2%;}

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

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

.inside_product_list_content ul li:hover{background: linear-gradient(to right, #036eb8 20%,#009944);}

.inside_product_list_content ul li h3{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; font-weight: normal; font-size: 0.3rem; color: #313131; line-height: 1.4em; text-align: center; margin-top: 0.2rem;}
.inside_product_list_content ul li:hover h3{ color: #fff;}



@media screen and (max-width:1024px) {
.inside_product_list_container{ margin-top: 12vw; overflow: hidden;}
.inside_product_list_content ul li{ width: 100%;margin-right: 0; float:none; border-radius: 0;background: linear-gradient(to right, #009944, #036eb8); position: relative;}
.inside_product_list_content ul li:nth-child(n+2){ margin-top: 4.5vw;}

.inside_product_list_content ul li a{ padding: 3vw;}

.inside_product_list_content ul li h3{ color: #fff; font-size: 3.6vw; line-height: 1.5em; position: absolute; left: 3vw; bottom: 3vw;background: linear-gradient(to right, rgba(0,153,68,0.8), rgba(3,110,184,0.8)); width: calc(100% - 6vw); padding: 2.5vw 0.5vw; box-sizing: border-box; margin-top: 0;}
}

/* product list ad+*/
.product_advantage_container{ width: 100%; background: url(../../images/product_ad_bg.jpg) no-repeat center center; padding: 4% 0; box-sizing: border-box; margin-top: 4%; background-size:cover;}

.product_ad_title h3{ color: #fff;}
.product_ad_title h6{ color: #dedede;}

.product_advantage_list_content{ margin-top: 3%;}

.product_advantage_list_content ul li:hover h3,.product_advantage_list_content ul li:hover h6,.product_advantage_list_content ul li:hover .advantage_list_icon img{ opacity: 1;}

.advantage_list_content ul{justify-content: space-between;}

.product_advantage_list_content ul li{ padding: 0; background: none; width: auto; border-radius: 0; margin-right: 0;}

.product_advantage_list_content ul li .advantage_list_icon img.mobile_img{display: block;}

.product_advantage_list_content ul li.inside_product_ad_line{ width: 1px; background: rgba(255,255,255,0.2);}

.product_advantage_list_content ul li h6{background: #fff;}
.product_advantage_list_content ul li h3{ color: #fff;}

@media screen and (max-width:1024px) {
.product_advantage_container{ background: none; padding: 0; margin: 0;}
.product_ad_title h3{ color: #149243; font-size: 6.2vw;}
.product_ad_title h6{display: none;}

.product_advantage_list_content{ margin-top: 6vw;}

.advantage_list_content ul{ justify-content: flex-start;}

.product_advantage_list_content ul li.inside_product_ad_line{display: none;}

.product_advantage_list_content ul li{    width: 33.33%;padding: 5vw 1vw 4vw;}

}


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

.product_detail_top_container {
  margin-top: 4%;
}

.product_detail_top_content{ box-sizing: border-box; padding: 0.3rem; background: #f5f5f5;}

.producct_detail_top{position: relative;}

.product_detail_top_right {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 0;
  padding-bottom: 33.4%;
  box-shadow: 6px 6px 25px rgba(0,162,154,0.28);
}

.product_detail_top_right img{ width: 100%; height: auto; display: block;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_detail_top_right: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_detail_top_left {
  width:45.5%;
  position: absolute;
  right:0;
  height: 100%;
  box-sizing: border-box;

}
.product_detail_top_left_container{ width: 100%;}

.product_left_top{ border-bottom: 1px solid #c9c9c9; padding-bottom: 3%; margin-top: 0.2rem;}
.product_left_top h3 {
 font-weight: normal;
  font-size: 0.36rem;
  color: #1f1f1f;
  line-height: 1.2em;
  margin-bottom: 3%;
}


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

}

.product_right_word h4{font-family: "SourceHanSans-Bold"; font-weight: normal; font-size: 0.24rem;color: #1f1f1f;line-height: 1.1em;  margin-bottom: 2%;}

.product_right_word p {
  color: #1f1f1f;
  font-size: 0.18rem;
  line-height: 1.8em;
  overflow: hidden;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;overflow: hidden;
}

.product_right_button{ position: absolute; bottom:0.2rem; }
.product_right_button ul li,.product_right_3dlink {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  float: left;
  background: #fff;
  border-radius: 10px;
  width: 2rem;
  height: 0.6rem;
  text-align: center;
  color: #036eb8;
  box-sizing: border-box;
  margin-right: 0.4rem;
  font-size: 0.2rem;
  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: #036eb8; color: #fff;   box-shadow: 6px 6px 20px rgba(0,162,154,0.4); }
.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:1300px) {
.product_right_word p{    -webkit-line-clamp: 3; line-height: 1.6em;}
.product_left_top h3{font-size: 0.3rem;}

}

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

.product_detail_top_container{ width: 100%; margin: 20vw auto 0;}
.product_detail_top_content{ padding: 3vw 3vw 6vw;}
.product_detail_top_right{ width: 100%; height: auto; padding-bottom: 0;box-shadow: 0.6vw 0.6vw 2.5vw rgba(0,162,154,0.28); float: none;}

.product_detail_top_left{ width: 100%; position: static;    height: auto;}

.product_right_button ul li:first-child{display: none;}
.product_right_button{ position:static; left: 0; bottom: 0;}
.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: #036eb8;
     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_left_top{ padding-bottom: 2.3vw; margin-top: 5vw;}
.product_left_top h3{ font-size: 4.6vw; margin-bottom: 0;}
.product_right_word{ margin-top: 3vw;}
.product_right_word h4{ font-size: 4vw;font-family: "SourceHanSans-Bold"; margin-bottom: 2.5vw;}
.product_right_word p{-webkit-line-clamp: 10; font-size: 3.6vw; line-height: 1.6em;}

}

/* Product Introduction +*/
.product_introduction_container{ margin-top: 4%;}
.product_introduction_content{ padding: 3% 0.5rem; box-sizing: border-box;background: linear-gradient(to right, #036eb8 20%,#009944);}


.product_introduction_content ul{ display: -webkit-flex; display: flex;justify-content: space-between;}
.product_introduction_content ul li{ min-width: 46.5%; float: left; margin-right: 7%;}
.product_introduction_content ul li:nth-child(2n){ margin-right: 0;}
.product_introduction_content ul li h3{ font-size: 0.36rem; color: #fff; line-height: 1.2em; background: url(../../images/product_cricle2.png) no-repeat left 0.14rem; background-size: 0.17rem; padding-left: 0.35rem; box-sizing: border-box; border-bottom: 1px solid rgba(255,255,255,0.4); padding-bottom: 0.25rem; margin-bottom: 0.3rem;}

.product_introduction_content ul li p{font-size: 0.18rem;
    line-height: 1.5em;
    background: url(../../images/product_cricle.png) no-repeat left 0.09rem;
    background-size: 0.11rem;
    box-sizing: border-box;
    padding-left: 0.23rem;
    color: #fff;
    margin-top: 0.2rem;}

@media screen and (max-width:1024px) {
.product_introduction_container{ margin-top: 8vw;}
.product_introduction_content{ width: 100%!important; padding: 8vw 4%;}
.product_introduction_content ul li{ min-width: 100%;}
.product_introduction_content ul li:nth-child(2){ margin-top: 6vw;}

.product_introduction_content ul{ display: -webkit-flex; display: flex;   flex-wrap: wrap;
   justify-content: flex-start;}

.product_introduction_content ul li h3{ font-size: 4.6vw; background-size: 1.7vw; padding-bottom: 2.5vw; background-position:left 2vw; padding-left: 3.8vw;}

.product_introduction_content ul li p {
    line-height: 1.6em;
    font-size: 3.6vw;
    background-size: 1.7vw;
    background-position: left 2.2vw;
    padding-left: 3.8vw;
    margin-top: 1vw;
}

}


/* product display */
.display_container{ margin-top: 4%;}
.product_lunbo{ width: 60%; margin: 0 auto; padding-bottom: 5.5%;}
.product_lunbo_img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 5px solid #036eb8;
    box-sizing: border-box;
}
.product_lunbo_img img{display: block; width: 100%; height: auto;}

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

.product_lunbo_page .swiper-pagination-bullet-active {
  background: #036eb8;
  opacity: 1;
}

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

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

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



/* Product parameters +*/
.parameters_container{ margin-top: 4%;}
.parameters_content table {
  border-collapse: collapse;
  width: 100%;
}

.parameters_content table tr {
  height:1rem; width: 690px; float: left;border-collapse: collapse;
}

.parameters_content table tr td:first-child{ width: 166px; background: #f5f5f5; color: #036eb8;}
.parameters_content table tr td:first-child+td{ width: 524px; text-align: left;}

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

.parameters_content table tr:nth-child(2n) td:first-child{ border-left: none;}

@media screen and (max-width:1450px) {
.parameters_content table tr{width: 50%;}
.parameters_content table tr td:first-child{ width: 25%;}
}

@media screen and (max-width:1024px) {
  .parameters_content table tr {
    height:auto;
  }

  .parameters_content table tr{width: 100%;}
  .parameters_content table tr td:first-child{ width: 28%; font-size: 3.4vw;}
  .parameters_content table tr:nth-child(2n) td:first-child{  border: 1px solid #c7c7c7; }
  .parameters_content table tr:nth-child(n+2) td{border-top: none!important;}
  .parameters_content table tr td{height: auto; padding: 3.5vw 4vw;}

  .parameters_content table tr td:first-child+td{ width: 69vw; font-size: 3vw;}

}


/* 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{ 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 right, #009944, #036eb8);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;}
}
