@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.5rem;
}
.inside_banner_content img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation: animate 4s linear;
-moz-animation: animate 4s linear;
animation: animate 4s linear;
}
@media screen and (max-width:1024px) {
.inside_banner_content{ display: none;}
}

/* secondary nav +*/
/*.secondary_nav_list +*/
.secondary_nav_list_container{ float:right; margin-top: 0.06rem;}



.secondary_nav_list ul li {
  float: left;

}
.secondary_nav_list ul li a {
  display: block;
  font-size: 0.3rem;
  color: #494949;
  line-height: 1.2em;

  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  box-sizing: border-box;
  padding-left: 0.55rem;
   border-left: 1px solid #e5e5e4;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-left: 0.55rem;

}
.secondary_nav_list ul li a i{ width: auto; height: 0.28rem; display: block;    margin: 0.05rem 0.15rem 0 0;}
.secondary_nav_list ul li a i img{display: block; height: 100%; width:auto; }

.secondary_nav_list ul li a span{ font-weight: normal; display: block;}


.secondary_nav_list ul li:first-child a{ border-left: none;}
.secondary_nav_list ul li a:hover{ color: #2861a3;}


.secondary_nav_list ul li:first-child a{border-left:none;}
.secondary_nav_list ul li:first-child a{ padding-left: 0; margin-left: 0;}


.product_nav_list{ width: 100%; float: none; margin-top: 4%;}
.product_nav_list ul{display: table; margin: 0 auto;}
.product_nav_list ul li a{ font-size: 0.24rem; color: #00a29a; border-left: none; padding: 0 0.6rem; margin: 0 0.15rem; line-height: 0.55rem; background: #eceded; border-radius: 0.3rem;}
.product_nav_list ul li:first-child a{ padding-left: 0.6rem;}
.product_nav_list ul li a:hover,.product_nav_list ul li.cur a{ color: #fff; background: linear-gradient(to right, #2861a3, #14819f);}

.nav_fold {
  display: none;
}




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

  .secondary_nav_list_container{ background: none; height: auto; float: none; margin-top: 16vw;}

  .secondary_nav_list ul li {
    float: none;
  }

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

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

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

  .secondary_nav_list ul {
    display: block;
  }

  .secondary_nav_list ul li {
    width: 25%;
  }

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




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

  .nav_fold h3 {
    font-size: 4vw;
    line-height: 1.3em;
    color: #636363;
    font-weight: normal;
    text-align: left;
    font-family: "SourceHanSans-Regular";
  }

  .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%;
    margin: 0;
  }

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

    .secondary_nav_list ul li a i{display: none;}

 .fold_nav_list ul li a {
    background: none;
    height: 9.5vw;
    line-height: 9.5vw;
    display: block;
    padding-left: 0; margin-left: 0;
    border-left: none;
  }

  .secondary_nav_list ul li a:hover, .secondary_nav_list ul li.cur a {
    background: #2861a3; color: #fff;
  }

  .nav_nobottom {
    margin-bottom: 0;
  }

  .product_nav_list{ width: 92%; margin: 16vw auto 0;}
  .product_nav_list ul li:first-child a{ padding-left: 0;}
  .product_nav_list ul li a{ margin: 0;}
  .product_nav_list ul li a:hover,.product_nav_list ul li.cur a{ color: #fff; background:#2861a3;}


}

/* navigation +*/
.navigation_container {
  width: 100%;
  box-sizing: border-box;
  padding: 1.5% 0;
  background: #f7f7f7;
  border-bottom: 2px solid #dbdbdb;
}

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

.navigation_container p a {
  color: #515151;
}

.navigation_container p a:hover {
  color: #2861a3;
}


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


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

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

/* recruit */
/*1 recruit_list +*/
.recruit_list_container{ margin-top: 4%;}


.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: #2861a3;
}

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

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

@media screen and (max-width:1024px) {
  .recruit_list_container{ margin-top: 6vw;}
  .recruit_list_bottom ul:hover li a {
    color: #666666;
  }
  .recruit_list_bottom ul:hover li {
    color: #666666;
  }
  .recruit_list_content {
    margin-top: 6vw;
  }

  .recruit_list_top {
    display: none;
  }

  .recruit_list_bottom {
    margin-top: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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




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

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

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

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

.recruit_process_eject_content img.m_process {
  display: none;
}

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

.recruit_process_eject_content ul li {
  display: none;
}

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

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

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

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

  .recruit_process_eject_content img.pc_process {
    display: none;
  }

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

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

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

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

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

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

.promotion_channerl_content img.m_channel_img {
  display: none;
}

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

  .white_title {
    margin-top: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .development_word {
    padding: 4vw 3vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .investor_nav_list {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .interaction_content_left {
    width: 100%;
  }

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

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

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

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

  .interaction_content_left h3 i {
    width: 95%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.disclosure_content ul li p {
  position: relative;
}

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

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

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

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

.page_content h6 {
  font-weight: normal;
}

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

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

@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 #2861a3;
  }
}

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

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

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

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

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

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

.supplier_content_right .m_supplier {
  display: none;
}

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

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

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

/*suppliers_download*/
.supplier_container{ margin-top: 4%; padding-bottom: 5%; background: url(../../images/supplier_bg.png) no-repeat right bottom;}
.suppliers_download{width: 3.1rem; height: 0.63rem; overflow: hidden; margin-top: 0.3rem;}
.suppliers_download a{  background:#2861a3; 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: #2861a3; margin-top: 0.2rem; cursor: pointer;}
.suppliers_donw_content{box-sizing: border-box; margin-top: 0.2rem;}


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

}

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

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

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

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

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

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

  .supplier_content_right img.pc_supplier {
    display: none;
  }

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

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

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

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

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

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


}

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


/* case */


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.case_list_img {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .case_list_word {
    padding: 2vw 3.5vw;
  }

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

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

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

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

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

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

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

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

.case_information {
  margin-bottom: 2%;
}

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

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

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

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

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

  .case_information {
    margin-bottom: 4vw;
  }

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

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

  .case_detail_container {
    margin-top: 2vw;
  }

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

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

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

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

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

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

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

.bshare-custom {
  float: left;
}
.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: 6;
}

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

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

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

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

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

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

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

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

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

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

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

.contact_button_weixin_content_m {
  display: none;
}

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

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

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

  .contact_button_weixin_content_m {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* news */
/* news list +*/
.news_list_content_container{ width: 100%; background: url(../../images/news_list_bg.png) no-repeat right center; background-size: 7.88rem;}
.news_list_container ul li {
  padding: 0.5rem;
  width: 1380px;
  margin: 0 auto;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  background:transparent;
  overflow: hidden;
  position: relative;
}
.news_bottom_line{ width: calc(100% - 1rem); height:2px; background: #e2e2e2; position: absolute; bottom: 0; left: 0.5rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;

}

.news_list_container ul li:hover {
  background: #f0f0f0;
}

.news_list_container ul li:hover .news_bottom_line{ width: 100%; left: 0;}

.news_list_container ul li:first-child {
  margin-top: 0.2rem;
}

.news_list_img {
  width: 2.8rem;
  overflow: hidden;
  height: 0;
  padding-bottom: 1.56rem;
  border-radius: 10px;
  float: left;
  margin-right: 0.35rem;
}

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

.news_list_word {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.09rem;
}

.news_list_word h3 {
  font-weight: normal;
  font-size: 0.2rem;
  color: #333333;
  line-height: 1.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  margin-top: 0.05rem;
}

.news_list_container ul li:hover h3 {
  color: #2861a3;
}

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

.news_list_word h5 {
  font-weight: normal;
  font-size: 0.14rem;
  color: #333333;
  line-height: 1.3em;
  margin-top: 0.2rem;
}

.news_more {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width:1500px) {
  .news_list_container ul li {
    width: 90%;
    padding: 2.5%;
  }

  .news_bottom_line{ width:calc(100% - 5%); height:2px; left:2.5%;
  }

}

@media screen and (max-width:1024px) {
  .news_list_content_container{ background: none;}
  .news_list_container ul li:first-child {
    margin-top: 18vw;
  }

  .news_list_container ul li {
    padding: 0;
    width: 92%;
    margin-top: 7vw;
  }

  .news_more {
    display: block;
  }

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

  .news_list_img {
    width: 100%;
    padding-bottom: 55.55%;
    float: none;
    margin: 0;
    border-radius: 1vw;
  }

  .news_list_word h3 {
    font-size: 4vw;
    text-overflow: inherit;
    white-space: normal;
    line-height: 1.4em;
    margin-top: 3.5vw;
  }

  .news_list_word p {
    display: none;
  }

  .news_list_word h5 {
    font-size: 3.5vw;
    color: #666666;
    margin-top: 2.5vw;
  }

  .news_more h6 {
    font-size: 3.5vw;
  }

  .news_more h6 span {
    margin: -0.2vw 1vw 0 0;
  }

  .news_more h6 i {
    width: 8.7vw;
  }

  .news_list_word {
    padding-bottom: 0.5vw;
  }
  .news_bottom_line{display: none;}
}




/* news_ad +*/
.publicize_container{ position: relative;}
.publicize_container_img{ width: 100%; overflow: hidden;}
.publicize_container_img img{ display: block; width: 100%; height: auto;transform: scale(1);-mo-transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);transition: all 0.8s ease-out 0s;-webkit-transition: all 0.8s ease-out 0s; -moz-transition: all 0.8s ease-out 0s; -mo-transition: all 0.8s ease-out 0s;}

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

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

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

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

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

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

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

.publicize_right_news h5{ font-size: 0.24rem;font-family: "SourceHanSans-Bold"; font-weight: normal; text-align:center; color: #fff; margin-top: 0.15rem; line-height: 1.2em;}

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

.news_bottom{ padding: 5.7% 0;}

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

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


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

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


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

.publicize_container_right:before {
      display: none;
  }

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


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

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

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

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

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

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

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

}


/* news_detail +*/
.news_detail_content_container{    background: url(../../images/news_list_bg.png) no-repeat right center; background-size: 7.88rem; width: 100%;}
.inside_news_container{ padding: 2% 0 5.7%; box-sizing: border-box; background: #f7f7f7;}

.news_detail_top {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 0.05rem;
  margin-top: 4%;
}

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

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

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

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

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

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

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

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

.news_detail_page {
  margin-top: 0.8rem;
}

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

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

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

.news_detail_page ul li a:hover {
  background: #2861a3;
  color: #fff;
}

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

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

  .news_detail_page {
    margin-top: 8vw;
  }

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

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

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


/* contact */

/* contact_map */
.contact_content_container{ margin-top: 4%; padding-bottom: 5.7%; background: url(../../images/contact_bg.png) no-repeat right bottom; background-size: 4.62rem;}
.contact_map_tel_content{ margin-top: 3%;}
.contact_map_tel_content ul {  width: 100%;
  display: flex;
      display: -webkit-flex;
      display: -ms-flex;}
.contact_map_tel_content ul li{ margin-right: 1.1%; width: 32.6%; float: left; background: #f5f5f5; border-radius: 0.1rem; box-sizing: border-box; padding: 0.35rem;}
.contact_map_tel_content ul li:nth-child(3n){ margin-right: 0;}
.contact_map_tel_content ul li img{display: block; width: auto; height: 0.4rem;}
.contact_line{ width: 100%; overflow: hidden; position: relative; margin-top: 0.2rem; margin-bottom: 0.3rem;}
.contact_line1{ width: 100%; height: 2px; background: #e2e2e2;}
.contact_line2{ width: 22%; background: #00a29a; height: 2px; position: absolute; left: 0; top: 0;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
.contact_map_tel_content ul li:hover .contact_line2{ width: 100%;}


.contact_map_tel_content ul li h3{  font-weight: normal;
  font-family: "SourceHanSans-Bold"; font-size: 0.2rem; line-height: 1.2em; color:#00a29a; margin: 0.2rem 0 0.1rem 0;}
 .contact_map_tel_content ul li p{ color: #636363; font-size: 0.2rem; line-height: 1.9em;}
.contact_map_tel_content ul li p b{ color: #2861a3; float: left;}
.contact_map_tel_content ul li p span{ font-size: 0.18rem; display:block; overflow:hidden;}

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

@media screen and (max-width:1024px) {
.contact_content_container{ background: none;}
.contact_map_top{margin-top: 18vw;}
.contact_top_title{ text-align: left;}
#map{ margin-top: 4.5vw; border-radius: 1vw; height: 48vw; box-shadow: 0 0 1.8vw rgba(40,97,163,0.4);}
.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(40,97,163,0.4); padding: 7px 15px!important; color: #565656!important;}

.contact_map_tel_content{ margin-top: 2vw;}
.contact_map_tel_content ul li img{ height: 3.8vw;}
.contact_line{margin-top: 2vw; margin-bottom: 2vw;}
.contact_line2{ width: 8vw;}
.contact_map_tel_content ul li{ width: 100%; float: left; margin: 2vw 0 0 0;    padding: 3.5vw; border-radius: 1vw;}
.contact_map_tel_content ul{ display:block;}
.contact_map_tel_content ul li h3{ font-size: 3.5vw; margin: 0 0 0.5vw 0; line-height: 1.3em;}
.contact_map_tel_content ul li p span{ font-size: 3.5vw;}
.contact_map_tel_content ul li p{ font-size: 3.5vw; line-height: 1.65em;}
}




/* 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;
  text-align: center;
}


.service_content_bottom_container{ padding-bottom: 5.7%; position: relative;}
.service_content_list ul{display: flex;
    display: -webkit-flex;
    display: -ms-flex;}
.service_content_list ul li {
  width: 30.66%;
  float: left;
  margin: 4% 4% 0 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 0.25rem rgba(40,97,163, 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 0.5rem;
}
.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: #2861a3;
  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: #2861a3;
}

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


.culture_bg_right{ background: url(../../images/news_list_bg.png) no-repeat right center; background-size: 7.88rem;}


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

  .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(40,97,163, 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: #2861a3;}

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

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


/* about culture+*/
/* part1 */

.publicize_right_content h3{ font-size: 0.44rem; line-height: 1.3em; color: #fff;font-family: "SourceHanSans-Bold"; font-weight: normal; margin-bottom: 0.5rem;}
.publicize_right_content ul li{ width: 100%; overflow: hidden; margin-top: 0.3rem;}
.publicize_right_content ul li i{ width:auto; height: 0.4rem; display: block; float: left;}
.publicize_right_content ul li i img{ display: block; height: 100%; width: auto;}
.publicize_right_content ul li h4{ float: left;font-family: "SourceHanSans-Bold"; font-weight: normal; font-size: 0.4rem; line-height: 1.1em; color: #fff;margin: -0.03rem 0 0 0.22rem;}
.publicize_right_content ul li p{ color: #fff; font-size: 0.2rem; line-height: 1.3em; float: left;margin: 0.12rem 0 0 0.1rem;}

@media screen and (max-width:1610px) {
.publicize_right_content h3{margin-bottom: 0.25rem;}
.publicize_right_content ul li{margin-top: 0.2rem;}
}


@media screen and (max-width:1200px) {
.publicize_right_content h3{margin-bottom: 0.2rem;}
.publicize_right_content ul li{margin-top: 0.13rem;}
}
@media screen and (max-width:1024px) {

.publicize_container_right{ width: 100%; position: static; left: 0; top: 0; background:#00a29a; box-sizing: border-box; padding: 48vw 0 4vw 0; margin-top: -44vw;}
.publicize_right_content{ width: 92%; padding: 0; margin: 0 auto;}
.publicize_right_content h3{ display: none;}



.publicize_right_content ul li{box-sizing:border-box; border-left: 1px solid rgba(255,255,255,0.4); margin-top: 0; float: left; width: 33.33%;}
.publicize_right_content ul li i{ height: 5.5vw; float: none;}
.publicize_right_content ul li h4{ font-size: 5.6vw; margin:1vw 0 0 0; float: none;}
.publicize_right_content ul li p{ font-size: 3.5vw; float: none; margin: 0.5vw 0 0 0;}
.publicize_right_content ul li:first-child{border-left: none;}
.publicize_right_content ul li:nth-child(2){ display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center; }
.publicize_right_content ul li:nth-child(3){ display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        justify-content: flex-end;}


}


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

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

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


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


.mission_line{ width: 100%;    background: linear-gradient(to right, #2861a3, #14819f); height: 0.1rem;}


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

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

.mission_top h3{ font-size: 5vw;    margin-bottom: 3vw;}
.mission_top p{ font-size: 3.4vw;font-family: "SourceHanSans-Regular";}

.mission_content { position: relative;}

.mission_bottom_left{ width: 100%; float:none;  box-sizing: border-box;}
.mission_left_word{ margin-top: 0;z-index: 1; position:relative;}
.mission_left_word ul li{border-left: 1px solid rgba(211,211,211,1); margin-top: 5.5vw;}
.mission_left_word h3{display: none;}
.mission_left_word h6{ font-weight: normal;font-family: "SourceHanSans-Bold"; font-size: 3.5vw; color: #565656; display: block;}
img.mission_logo{ display: none;}
.mission_left_word ul li h4{ font-size: 4.6vw; margin-top: 1.5vw;}
.mission_left_word ul li i{ height: 6.6vw;}

.mission_bottom_right{ width: 100%; margin: 5vw auto 0; height: auto; border-radius: 1vw;box-shadow: 0 0 2.8vw rgba(40,97,163,0.4); float: none;}
.mission_bottom_right img{display: block; position:static; left: 0; top: 0;   transform: translate(0,0);
        -ms-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        -moz-transform: translate(0,0); width: 100%; height: auto;}
.mission_line{ display: none;}


.m_mission_img{ width: 7.2vw; float: left; margin-right: 3.5vw;}
.m_mission_img img{display: block; width: 100%; height: auto;}
.mission_bottom_content{ margin-top: 0;}

}


/* about culture content */
.culture_contet ul li {
  width: 48.5%;
  float: left;
  margin: 0 3% 0 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 0.2rem rgba(40,97,163,0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* about culture advantage */



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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

  .patent_right_container ul {
    width: 90%;
  }
}

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

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

  .patent_left_container ul {
    width: 100%;
  }

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

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

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

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

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

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

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

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


/* about */
/*about honor */
.about_honor_container{ margin-top: 4%; padding-bottom: 5%; background: url(../../images/supplier_bg.png) no-repeat right bottom; background-size: 7.88rem;}
.about_product_list ul{font-size:0;}
.about_product_list ul li{ width: 31.33%; margin: 0 3% 0 0; border-radius: 0.1rem; box-sizing: border-box; border: 6px solid #2861a3; box-shadow: 0 0 0.18rem rgba(40,97,163,0.4); display: inline-block;*display:inline;*zoom:1;vertical-align: top; overflow: hidden;background: #2861a3;}

.about_product_list ul li:nth-child(3n){ margin-right: 0;}
.about_product_list ul li:nth-child(n+4){ margin-top: 3%;}
.about_product_list ul li img{display: block; width: 100%; height: auto; border-radius: 0.1rem;}

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

.about_product_list ul li{ width: 49%; margin: 0 2% 0 0; border: none; box-shadow: none;box-shadow: 0 0 1.8vw rgba(40,97,163,0.4);border: 0.8vw solid #2861a3; border-radius: 1vw; background: #2861a3;}
.about_product_list ul li:nth-child(3n){ margin-right: 2%;}
.about_product_list ul li:nth-child(2n){ margin-right: 0;}
.about_product_list ul li:nth-child(n+3){ margin-top: 5vw;}
.about_product_list ul li img{border-radius: 1vw;}
.about_honor_container{ margin-top: 6vw; background: none; padding-bottom: 8vw;}
}



/* about introdiction +*/

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

.inside_about_content{ position: relative; margin-top: 1.2%;}

.about_top_img{height: 0; overflow: hidden; padding-bottom: 65%; border: 4px solid #fff;}
.about_top_img img{ display: block; width: 100%; height: auto;transform: scale(1);-mo-transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);transition: all 0.8s ease-out 0s;-webkit-transition: all 0.8s ease-out 0s; -moz-transition: all 0.8s ease-out 0s; -mo-transition: all 0.8s ease-out 0s;}
.about_top_img:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transition: all 0.6s ease-out 0s; -webkit-transition: all 0.6s ease-out 0s;-moz-transition: all 0.6s
  ease-out 0s;-mo-transition: all 1s ease-out 0s;}

.about_top_content p{ text-align: center; color: #323232;}

.about_top_container{ margin-top: 2.5%;}

.about_top_circle{ position: static!important; left: 0; bottom: 0; margin-top: 0.5rem;text-align: center;}
.about_top_circle .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.14rem !important;
  background: #2861a3;
  opacity: 0.5;
}

.about_top_circle .swiper-pagination-bullet-active {
  background: #2861a3;
  opacity: 1;
}

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



@media screen and (max-width:1024px) {
.about_container{ padding: 0 0 8vw 0;background: url(../../images/about_m_bg.jpg) no-repeat center bottom; background-size: 100%; }
.about_top_content{ margin-top: 3vw;}
.about_top_content p br{display: none;}

.about_top_circle{ padding-bottom: 1vw; margin-top: 7vw;}
.about_top_circle .swiper-pagination-bullet {
  width: 2.5vw;
  height: 2.5vw;
  margin: 0 1.4vw !important;
}

.about_top_img{box-sizing: border-box;border: 2px solid #fff; position: relative;}
.about_top_container { padding-top: 4vw;}

.about_top_m_bg{ position: absolute; left: 0; top: 0; width: 100%;
    height: 100%;  background: linear-gradient(to right, rgba(179,196,214,0.5), rgba(40,97,163,0.5),rgba(179,196,214,0.5));}

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

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

.about_top_container .swiper-slide-active .about_top_m_bg, .about_top_container .swiper-slide-duplicate-active .about_top_m_bg{ display: none;}




}

/* about_branch + */
.inside_branch_container{ padding-bottom: 5.7%; background:url(../../images/news_list_bg.png) no-repeat right 130%; background-size: 7.88rem; overflow:hidden;}
.about_branch_left_content{ width: 39%; float: left; height: 6.3rem; overflow:hidden;}
.about_branch_left_content img{ display: block; min-height: 100%; min-width: 100%;}

.about_branch_right_content{ width: 55.8%; float: right;    margin-top: 0.3rem;}
.about_branch_right_content h3{ line-height: 1.15em; font-size: 0.46rem; color: #2861a3;font-family: "SourceHanSans-Bold";}
.about_branch_right_content h6{ font-size: 0.32rem;font-family: "SourceHanSans-Regular"; line-height: 1.3em; font-weight:normal; color: #2861a3; margin-top: 0.25rem;}
.about_branch_word{ margin-top: 0.25rem;}
.about_branch_word p{ color: #323232;}

.about_bottom_logo{ width: 100%; margin-top: 0.8rem;}
.about_bottom_logo ul{  display: -webkit-flex;
  display: flex; justify-content: space-between;align-items: center;}

.about_bottom_logo ul li:first-child img{ display:block; height: 0.57rem;}
.about_bottom_logo ul li:first-child+li+li img{ display:block; height: 1.01rem;}
.about_branch_line{ width: 1px; height: 0.6rem; background: #e5e4e3;}

@media screen and (max-width:1350px) {
  .about_bottom_logo ul li:first-child img{ display:block; height: 0.46rem;}
  .about_bottom_logo ul li:first-child+li+li img{ display:block; height: 0.96rem;}
}

@media screen and (max-width:1024px) {
.inside_branch_container{ padding: 0 0 8vw; background: none; margin-top: 8vw;}
.about_branch_left_content{ width: 100%; float: none; height:auto;}
.about_branch_left_content img{ width: 100%;}

.about_branch_right_content { float: none; width: 100%; margin-top: 6vw;}

.about_branch_right_content h3{ line-height: 1.2em; font-size: 6.4vw; }
.about_branch_right_content h6{ font-size: 4vw;margin-top: 3vw;}
.about_branch_word{ margin-top: 3.5vw;}
.about_bottom_logo ul{   flex-wrap: wrap;
   justify-content: flex-start;}
.about_bottom_logo ul li { margin-right: 4vw;}
.about_bottom_logo ul li:first-child img{ height: 5.6vw;}
.about_bottom_logo ul li:first-child+li+li img{ height: 10vw;}
.about_branch_line{ height: 6vw;}
.about_bottom_logo{ margin-top: 3.5vw;}
}

/* about strength */

.about_strength_content_container{ width: 100%; background: url(../../images/about_strength_bg.jpg) no-repeat center center; background-size: cover; padding: 5.7% 0;}

.about_strength_container{display: flex;
  justify-content: space-between;  align-items: center; overflow: hidden;}
.about_strength_left_content{ width: 30%; float: left;}
.about_strength_left_content h3{ line-height: 1.4em;font-family: "SourceHanSans-Bold"; color: #d8d8d8; font-size: 0.24rem;}

.about_strength_word{ margin-top: 0.2rem;}
.about_strength_word p{ color: #d8d8d8; line-height: 1.68em;}


.about_strength_right{ width: 60%; float: right; margin-top: 0; padding: 0; background: none;}
.about_strength_right ul li{ height: 1.3rem;}
.about_strength_right ul li.about_line{ height: 1.3rem; border-left: 1px dotted #a5c8da; background: none;}
.about_strength_right ul li h3{ font-size: 0.66rem; color: #fff;font-family: "SourceHanSans-Regular";}
.about_strength_right ul li h3 b{font-size: 0.66rem;}
.about_strength_right ul li i{ color: #fff;}
.about_strength_right ul li p{ font-size: 0.26rem; color: #fff;}

@media screen and (max-width:1024px) {
.about_strength_container{display: block;}
.about_strength_content_container{ padding: 8vw 0;background: url(../../images/about_m_strength_bg.jpg) no-repeat center center; background-size: cover;}
.about_strength_left_content{ width: 100%; float: none;}
.about_strength_left_content h3{ font-size: 4.6vw; color: #fff;}
.about_strength_word{ margin-top: 3vw;}
.about_strength_word p{ color: #fff; line-height: 1.65em;}


.about_strength_right{ width: 100%; float: none; margin-top: 5vw;}
.about_strength_right ul li{ height: 14vw;}
.about_strength_right ul li.about_line{ height: 14vw;}

.about_strength_right ul li h3,.about_strength_right ul li h3 b{ font-size: 7.6vw;}
.about_strength_right ul li i{font-size: 3.4vw;}
.about_strength_right ul li p{ font-size: 3vw;}

}

/* about technology */
.about_technology_content{ margin-top: 1.2%; }

.about_technology_bottom{ margin-top: 2.5%;overflow: hidden;}
.about_technology_left{ width: 54.34%; float:left; height: 0; overflow: hidden; padding-bottom: 23.22%;}
.about_technology_left img{ width: 100%; height: auto; display: block;}

.about_technology_right{ width: 45.66%; float: right;height: 0; overflow: hidden; padding-bottom: 23.22%; position: relative;}
.about_technology_right img{width: 100%; height: auto; display: block;}
.about_technology_right_word{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(40,120,185,0.8);display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;}
.about_technology_right_word p{font-family: "SourceHanSans-Bold"; font-size: 0.4rem; color: #fff; line-height: 1.15em;}
@media screen and (max-width:1024px) {
.about_technology_bottom{ margin-top: 4vw;}
.about_technology_left{ width: 100%; float:none; height: auto; padding-bottom: 0;}
.about_technology_right{ width: 100%; float: none;; height: auto; padding-bottom: 0;}
.about_technology_right_word p{ font-size: 5.6vw;}
.about_technology_word p br{display: block;}

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

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



/* product list +*/
.product_container{ margin-top: 3%;}
.product_list_content ul li {
  width: 48%;
  float: left;
  margin: 4% 4% 0 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 0;
padding-bottom: 35%;
}

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

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

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

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

.product_list_content ul li h3 {
  text-align: center;
  font-size: 0.22rem;
  line-height: 1.4em;
  color: #fff;
  background: rgba(40,97,163,0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  padding: 0.25rem 0.1rem;
  text-overflow: ellipsis;
white-space: nowrap;
overflow:hidden;
}

@media screen and (max-width:1024px) {
  .product_container{ margin-top: 6vw;}
  .product_list_content ul li {
    width: 100%;
    margin: 5vw 0 0 0;
    border-radius: 1vw;
    padding-bottom: 72.5%;
  }

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

  .product_list_content ul li h3 {
    font-size: 4vw;
    padding: 3vw 1vw;
  }
}


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


.product_detail_top_container {
  position: relative;
  margin-top: 3.5%;
}
.product_detail_top_right {
  width: 50%;
  float: left;
  height: 5.1rem;
  background: linear-gradient(to right, #2861a3, #14819f);
}

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

.product_detail_img img {
  display: block;
  width: auto;
  max-height: 4.3rem;
  border-radius: 0.1rem;
}

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

}

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

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

.product_share_container{ float: right;}


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

}

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

.product_right_word p {
  color: #2d2d2d;
  font-size: 0.16rem;
  line-height: 2em;
  overflow: hidden;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;overflow: hidden;
}

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

.product_right_button ul li:hover,.product_right_3dlink:hover,.product_button_download:hover{ background: #2861a3; color: #fff;}
.product_right_button ul li i,.product_right_3dlink i,.product_button_download 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,.product_button_download 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,.product_button_download i img.product_white_icon{ position: absolute; left: 0; top: 0; z-index: -1;}
.product_right_button ul li span,.product_button_download span{ float: left; color: #2861a3;  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;}
.product_right_button ul li:hover span,.product_button_download:hover span{ color: #fff;}

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



@media screen and (max-width:1450px) {
.product_detail_top_left_container{ width: 90%;padding-left: 7%;}
.product_detail_img{ width: 90%;}
.product_detail_img img{ max-width: 95%;}

}

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

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

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


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

.product_left_top{padding-bottom: 4vw;}
.product_right_word{ margin-top: 4vw;}
.product_right_word h3{ font-size: 5vw; line-height: 1.3em; margin-bottom: 2.5vw;}
.product_right_word p{ font-size: 3.5vw; line-height: 1.65em;-webkit-line-clamp: 10;}
.product_right_button ul li:first-child{display: none;}

.product_right_button ul li span, .product_button_download span{ color: #fff;}

.product_right_button ul li,.product_right_button ul li span,.product_button_download span{ float: none;}

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

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

.product_button_download{ float: right; margin-top: 5.5vw; width: 49%;}

}

/* Product Introduction +*/
.product_introduction_container{ margin-top: 4%;}
.product_introduction_content h3{font-family: "SourceHanSans-Bold"; font-weight: normal;font-size: 0.32rem;color: #00a29a;line-height: 1.1em;margin-bottom: 2%;}
.product_introduction_content{ margin-top: 1%;}
.product_introduction_content p{  color: #2d2d2d;
  font-size: 0.16rem;
  line-height: 2em;margin-top: 0.1rem;}
@media screen and (max-width:1024px) {
.product_introduction_content{ margin-top: 4vw;}
.product_introduction_container{ margin-top: 8vw;}
.product_introduction_content h3{ font-size: 5vw; line-height: 1.3em; margin-bottom: 2.5vw;}
.product_introduction_content p{ font-size: 3.5vw; line-height: 1.65em; margin-top: 2vw;}

}

/* product detail word */
.product_word_detail_container{ margin-top: 3%; background: url(../../images/news_list_bg.png) no-repeat right center; background-size: 7.88rem;}
.product_detail_word_content{ background: #f8f8f8; box-sizing: border-box; padding: 0.2rem 0.2rem 0.35rem;}
.product_detail_word_content p img{max-width: 100%;}
.product_detail_word_content{ margin-top: 2%;}

@media screen and (max-width:1024px) {
.product_word_detail_container{ background: none;}
.product_detail_word_content{padding: 2vw 4% 4vw; width: 100%!important;}
.product_detail_word_content{ margin-top: 6vw;}
}




/* Product parameters +*/
.parameters_container{ margin-top: 4%;}
.parameters_content table {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 5px solid #2861a3;
}

.parameters_content table tr {
  height: 0.9rem;
}

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

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

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

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

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

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

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

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

  }

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

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

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

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


/* product area +*/
/*.product_area_word_container{ margin-top: 2%;}*/
.product_area_word_content{ margin-top: 2.8%;}

.product_area_word_content .swiper-wrapper{display: -webkit-flex;display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap:wrap;}

.product_area_list{ float: left; width:calc(calc(100% - 60px)/3); margin: 0 30px 0 0;}
.product_area_list:nth-child(3n){ margin-right: 0;}
.product_area_list:nth-child(n+4){ margin-top: 30px;}
.product_area_circle{ display:none;}

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

.product_area_circle{ display:block;}
.product_area_word_content .swiper-wrapper{-webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap; -ms-flex-wrap: nowrap; -o-flex-wrap: nowrap; flex-wrap:nowrap;}

.product_area_word_content{ margin-top: 6vw;}
}




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

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

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

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

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

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

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


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

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

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

  .search_nav_content{display: none;}
}


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

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

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

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

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

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

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