@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;
}

.inside_banner {
  width: 100%;
}

.inside_banner img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation: animate 4s linear;
  -moz-animation: animate 4s linear;
  animation: animate 4s linear;
}

/* secondary nav */
.secondary_nav_list {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -690px;
}

.secondary_nav_list ul {
  display: table;
  margin: 0 auto;
}

.secondary_nav_list ul li {
  width: 1.4rem;
  float: left;
}

.secondary_nav_list ul li a {
  width: 100%;
  display: block;
  font-size: 0.16rem;
  line-height: 1.3em;
  padding: 0.2rem 0;
  box-sizing: border-box;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  color: #636363;
}

.secondary_nav_list ul li a:hover, .secondary_nav_list ul li.cur a {
  color: #fff;
  background: #e8320e;
}

.case_nav_list ul {
  display: block;
}

.case_nav_list ul li {
  width: 12.5%;
}

.about_technology_nav ul li {
  width: 2.3rem;
}

.nav_fold {
  display: none;
}

/* product_nav */
.sub_nav_content {
  padding-bottom: 0.55rem;
}

.sub_nav_content ul {
  position: relative;
  width: 100%;
  display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;
}

.sublist {
  position: absolute;
  left: 0;
  bottom: -0.55rem;
  display: none;
  font-size: 0;
    text-align: center;
    width: 100%;
}

.sub_nav_content ul li p {
  width: 1.4rem;
   display: inline-block;*display:inline;*zoom:1;vertical-align: top;
}

.sub_nav_content ul li p a {
  font-size: 0.15rem;
  padding: 0;
  background: rgba(37, 37, 37, 0.8);
  height: 0.5rem;
  line-height: 0.5rem;
}

.sub_nav_content ul li.cur p a {
  background: rgba(37, 37, 37, 0.8);
}

.sub_nav_content ul li p.cur2 a, .sub_nav_content ul li p:hover a {
  background: rgba(0, 0, 0, 1);
}

.sub_nav_content ul li p a {
  color: #fff;
}

.sub_nav_content ul li.cur .sublist {
  display: block;
}

@media screen and (max-width:1450px) {
  .secondary_nav_list {
    left: 5%;
    margin: 0;
  }

  .case_nav_list {
    width: 95% !important;
    left: 2.5%;
  }
}

@media screen and (max-width:1200px) {
  .case_nav_list ul li a {
    padding: 0.15rem 0;
  }
}

@media screen and (max-width:1024px) {
  .inside_banner {
    display: none;
  }

  .secondary_nav_list {
    position: static;
    left: 0;
    margin-top: 16vw;
  }

  .secondary_nav_list ul li a {
    background: rgba(250, 250, 250, 0.8);
  }

  .secondary_nav_list ul li a:hover, .secondary_nav_list ul li.cur a {
    background: #e8320e;
  }

  .secondary_nav_list ul {
    display: block;
  }

  .secondary_nav_list ul li {
    width: 33.333%;
  }

  .secondary_nav_list ul li a {
    height: 10vw;
    line-height: 10vw;
    padding: 0;
    font-size: 3.5vw;
  }

  .secondary_nav_list {
    width: 100% !important;
  }

  /* case_fold_nav */
  .case_nav_list, .fold_nav_list {
    width: 92% !important;
    margin: 16vw auto 3vw;
  }

  .nav_fold {
    display: block;
    width: 100%;
    background: #f8f8f8;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    padding: 2.5vw 4vw;
  }

  .nav_fold h3 {
    font-size: 4vw;
    line-height: 1.3em;
    color: #636363;
    font-weight: normal;
  }

  .nav_fold h3 i {
    display: block;
    position: absolute;
    right: 4vw;
    top: 0;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    height: 100%;
  }

  .nav_fold h3 i span {
    font-style: normal;
    text-align: center;
    display: block;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    background: url(../images/m_icon1.png) no-repeat center center;
    background-size: 100%;
    width: 4.8vw;
    height: 100%;
  }

  .nav_fold h3 i span.daohang2 {
    display: none;
    background: url(../images/m_icon2.png) no-repeat center center;
    background-size: 100%;
  }

  .nav_fold h3 i.nav_close {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
  }

  .nav_fold h3 i.nav_close span.daohang1 {
    display: none;
  }

  .nav_fold h3 i.nav_close span.daohang2 {
    display: block;
  }

  .case_nav_list ul, .fold_nav_list ul {
    margin: 0;
    display: none;
    border-top: 1px solid #eaeaea;
    box-sizing: border-box;
    background: rgba(250, 250, 250, 0.6);
    overflow: hidden;
  }

  .case_nav_list ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 0;
    text-align: center;
    width: 50%;
  }

  .fold_nav_list ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .case_nav_list ul li a, .fold_nav_list ul li a {
    background: none;
    height: 9.5vw;
    line-height: 9.5vw;
  }

  .nav_nobottom {
    margin-bottom: 0;
  }

  /* two_nav_list */
  .two_nav_list ul li {
    width: 50%;
  }

  /* three_nav_list */
  .three_nav_list ul li {
    width: 33.3333%;
  }

  /* product_nav */
  .sub_nav_content {
    padding-bottom: 0;
  }

  .sub_nav_content ul li.cur .sublist {
    display: table;
  }

  .sublist {
    display: block;
    position: static;
    left: 0;
    bottom: 0;
    width: auto;
    display: table;
    margin: 1vw auto 2vw;
  }

  .sub_nav_content ul li p a {
    font-size: 3.4vw;
    width: auto;
    padding: 1.5vw 0;
    height: auto;
    line-height: 1.3em;
    box-sizing: border-box;
    width: 28vw;
    margin: 0.5vw;
    border-radius: 1vw;
    overflow: hidden;
    background: #e2e3e3;
    color: #636363;
  }

  .sub_nav_content ul li.cur .sublist p:first-child a {
    margin-left: 0.5vw;
  }

  .sub_nav_content ul li p {
    width: auto;
  }

  .sub_nav_content ul li a {
    font-size: 4vw;
    color: #333333;
  }

  .sub_nav_content ul li.cur p a {
    background: #e2e3e3;
    color: #636363;
  }

  .sub_nav_content ul li p.cur2 a, .sub_nav_content ul li p:hover a {
    color: #fff;
    background: rgba(232, 50, 14, 1);
  }
}

/* navigation */
.navigation_container {
  width: 100%;
  margin: 2.8% 0;
}

.navigation_container p {
  font-size: 0.14rem;
  line-height: 1em;
  color: #444444;
}

.navigation_container p a {
  color: #444444;
}

.navigation_container p a:last-child, .navigation_container p a:hover {
  color: #e8320e;
}

.navigation_container p i {
  display: block;
  float: left;
  width: 0.18rem;
  margin: -0.04rem 0.12rem 0 0;
}

.navigation_container p span {
  margin: 0 7px;
}

.navigation_container p i img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width:1024px) {
  .navigation_container {
    display: none;
  }
}

/* recruit */
/*1 recruit_list */
.recruit_list_content {
  margin-top: 2.8%;
}

.recruit_list_top ul {
  overflow: hidden;
  background: #eeeeee;
  border-radius: 10px;
  padding: 0.2rem 0.1rem;
  box-sizing: border-box;
}

.recruit_list_top ul li, .recruit_list_bottom ul li {
  color: #666666;
  font-size: 0.16rem;
  line-height: 1.3em;
  float: left;
  box-sizing: border-box;
  padding: 0 0.1rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.recruit_list_top ul li:first-child, .recruit_list_bottom ul li:first-child {
  width: 31%;
}

.recruit_list_top ul li:first-child+li, .recruit_list_bottom ul li:first-child+li {
  width: 23%;
}

.recruit_list_top ul li:first-child+li+li, .recruit_list_bottom ul li:first-child+li+li {
  width: 20%;
}

.recruit_list_top ul li:first-child+li+li+li, .recruit_list_bottom ul li:first-child+li+li+li {
  width: 17%;
}

.recruit_list_top ul li:first-child+li+li+li+li, .recruit_list_bottom ul li:first-child+li+li+li+li {
  width: 9%;
}

.recruit_list_bottom {
  width: 100%;
  margin-top: 0.3rem;
}

.recruit_list_bottom ul {
  overflow: hidden;
  border-radius: 10px;
  padding: 0.2rem 0.1rem;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  margin-top: 0.2rem;
  background: #fff;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.recruit_list_bottom ul:first-child {
  margin-top: 0;
}

.recruit_list_bottom ul li span {
  display: none;
}

.recruit_list_bottom ul li a {
  color: #666666;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.recruit_list_bottom ul:hover {
  background: #e8320e;
}

.recruit_list_bottom ul:hover li {
  color: #fff;
}

.recruit_list_bottom ul:hover li a {
  color: #fff;
}

@media screen and (max-width:1024px) {
  .recruit_list_content {
    margin-top: 6vw;
  }

  .recruit_list_top {
    display: none;
  }

  .recruit_list_bottom {
    margin-top: 0;
  }

  .recruit_list_bottom ul {
    padding: 4vw 3.5vw;
    border-radius: 1vw;
  }

  .recruit_list_bottom ul li:first-child {
    width: 100%;
    float: none;
  }

  .recruit_list_bottom ul li {
    font-size: 3.5vw;
  }

  .recruit_list_bottom ul li span {
    display: block;
    color: #8f8f8f;
    margin-bottom: 1.5vw;
  }

  .recruit_list_bottom ul li:first-child+li {
    width: 40%;
    margin-top: 4.5vw;
  }

  .recruit_list_bottom ul li:first-child+li+li {
    width: 30%;
    margin-top: 4.5vw;
  }

  .recruit_list_bottom ul li:first-child+li+li+li {
    width: 30%;
    margin-top: 4.5vw;
  }

  .recruit_list_bottom ul li:first-child+li+li+li+li {
    float: left;
    width: 100%;
    margin-top: 4.5vw;
  }

  .recruit_list_bottom ul li:first-child+li+li+li+li a {
    color: #e8320e;
  }

  .recruit_list_bottom ul:hover {
    background: #fff;
  }

  .recruit_list_bottom ul:hover li {
    color: #666666;
  }

  .recruit_list_bottom ul:hover li a {
    color: #666666;
  }

  .recruit_list_bottom ul:hover li:first-child+li+li+li+li a {
    color: #e8320e;
  }
}

/*2.1 recruit_concept */
.recruit_concept_container {
  position: relative;
}

.recruit_concept_left {
  width: 65%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

.recruit_concept_left img {
  display: block;
  width: 100%;
  height: auto;
}

.recruit_concept_right {
  width: 43.5%;
  position: absolute;
  right: 0;
  background: #5f5f5f;
  color: #fff;
  box-sizing: border-box;
  padding: 5% 4%;
  border-radius: 10px;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.recruit_concept_right p {
  font-size: 0.2rem;
  line-height: 2.1em;
}

@media screen and (max-width:1400px) {
  .recruit_concept_right {
    padding: 8% 3%;
  }
}

@media screen and (max-width:1024px) {
  .recruit_concept_left {
    width: 95%;
    border-radius: 1vw;
  }

  .recruit_concept_right {
    width: 69vw;
    padding: 6vw;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    top: 0;
    position: static;
    float: right;
    position: relative;
    margin-top: -11vw;
    border-radius: 1vw;
  }

  .recruit_concept_right p {
    font-size: 3.5vw;
    line-height: 1.7em;
  }
}

/*2.2 recruit_vision */
.recruit_vision_content {
  position: relative;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.recruit_vision_content img {
  display: block;
  width: 100%;
  height: auto;
}

.recruit_vision_content img.m_recruit_vision {
  display: none;
}

.recruit_word_content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 0 5%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
}

.recruit_vision_title h6, .recruit_vision_title h3 {
  color: #fff;
}

.recruit_word p {
  font-size: 0.24rem;
  line-height: 1.3em;
  margin-top: 0.3rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width:1024px) {
  .recruit_vision_title {
    margin-top: 0;
  }

  .recruit_vision_content img.m_recruit_vision {
    display: block;
  }

  .recruit_vision_content img.pc_recruit_vision {
    display: none;
  }

  .recruit_word p {
    line-height: 1.45em;
    font-size: 4vw;
    margin-top: 3vw;
  }

  .recruit_word_content {
    padding: 0 10vw;
  }

  .recruit_vision_content {
    border-radius: 3vw 3vw 0 0;
  }
}

/* 3.1 recruit process */
.recruit_process_list ul {
  display: table;
  margin: 0 auto;
}

.recruit_process_list ul li {
  width: 5.8rem;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-right: 0.4rem;
  cursor: pointer;
}

.recruit_process_list ul li:nth-child(2n) {
  margin-right: 0;
}

.recruit_process_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;
}

.recruit_process_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;
}

.recruit_process_list ul li .recruit_process_bg {
  width: 100%;
  height: 100%;
  background: url(../images/recruit_process_bg.png) no-repeat center bottom;
  background-size: 101%;
  position: absolute;
  left: 0;
  top: 0;
}

.recruit_process_list ul li h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  font-size: 0.26rem;
  line-height: 1.5em;
  color: #fff;
  padding: 0 6%;
  box-sizing: border-box;
  position: absolute;
  bottom: 4%;
  width: 100%;
  left: 0;
}

.recruit_process_list ul li h3 span {
  float: right;
  font-size: 0.16rem;
  font-family: "SourceHanSans-Regular";
  margin-top: 0.05rem;
}

@media screen and (max-width:1450px) {
  .recruit_process_list ul {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .recruit_process_list ul li {
    width: 48%;
    margin-right: 4%;
  }

  .recruit_process_list ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width:1024px) {
  .recruit_process_list ul {
    width: 100%;
  }

  .recruit_process_list ul li {
    border-radius: 1vw;
  }

  .recruit_process_list ul li h3 span {
    display: none;
  }

  .recruit_process_list ul li h3 {
    font-size: 4vw;
    text-align: center;
    bottom: 1.5vw;
  }
}

/* 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 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: #e8320e;
}

.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: #e8320e;
  border: 2px solid #e8320e;
}

@media screen and (max-width:1024px) {
  .disclosure_content {
    margin-top: 6vw;
  }

  .disclosure_content ul li {
    font-size: 3.5vw;
    padding: 3vw 0;
    border-bottom: 0.2vw solid #e5e5e5;
  }

  .disclosure_content ul li a {
    width: 100%;
  }

  .disclosure_content ul li span {
    position: static;
    font-size: 3.5vw;
    color: #8d8d8d;
    margin-top: 0.5vw;
    display: block;
  }

  .page_content {
    margin-top: 8vw;
  }

  .page_content a {
    border-radius: 1vw;
    border: 0.2vw solid #e2e2e2;
    font-size: 2.9vw;
    width: 7.6vw;
    height: 7.6vw;
    margin: 0 1.8vw;
  }

  .page_content a:hover, .page_content a.cur {
    border: 0.2vw solid #00a29a;
  }
}

/* supplier */
.supplier_content {
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 10px;
  height: 6.6rem;
}

.supplier_content_left {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 2% 0 3%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  height: 6.6rem;
}

.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: 6.6rem;
  overflow: hidden;
}

.supplier_content_right img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.supplier_content_right .m_supplier {
  display: none;
}

.supplier_contact {
  width: 100%;
  box-sizing: border-box;
  background: url(../images/supplier_icon.png) no-repeat left top;
  background-size: 0.52rem;
  padding-left: 0.65rem;
  margin-top: 0.4rem;
}

.supplier_contact h4 {
  font-weight: normal;
  font-size: 0.14rem;
  line-height: 1.3em;
  color: #00a29a;
  margin-top: 0.05rem;
}

.supplier_contact h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  font-size: 0.28rem;
  line-height: 1.3em;
  color: #00a29a;
}

/*suppliers_download*/
.suppliers_download{width: 3.1rem; height: 0.63rem; overflow: hidden; margin-top: 0.3rem;}
.suppliers_download a{  background:#00a29a; border-radius: 10px; display: block; width: 100%; height: 100%; color: #fff;display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;}
.suppliers_download h6{font-size: 0.2rem; font-weight: normal; line-height: 1.4em; cursor: pointer;}
.suppliers_download h6 i{ display:block; width: 0.24rem; float: left; margin:0.03rem 0.13rem 0 0;}
.suppliers_download h6 i img{ display:block; width: 100%; height: auto;}
.suppliers_download h6 span{ float: left;}

.suppliers_down_container{ width: 5rem;  background: #fff; border-radius: 10px; box-shadow: 0 0 30px rgba(0,162,154,0.3); position: fixed;left: 50%; top: 50%;   transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%); padding: 0.3rem ; box-sizing: border-box; text-align: center;z-index: 2;display: none;}
.suppliers_down_container h3{ font-weight: normal; font-size: 0.2rem; line-height: 1.5em; color:#333333;}
.suppliers_down_container h6{ font-weight: normal; font-size: 0.16rem; line-height: 1.5em; color: #00a29a; margin-top: 0.2rem; cursor: pointer;}
.suppliers_donw_content{box-sizing: border-box; margin-top: 0.2rem;}


@media screen and (max-width:1200px) {
.supplier_contact{margin-top: 0.2rem;}

}

@media screen and (max-width:1024px) {
  .supplier_container {
    margin-top: 18vw;
  }

  .supplier_content {
    height: auto;
    border-radius: 1vw;
  }

  .supplier_content_left {
    width: 100%;
    float: none;
    height: auto;
    display: block;
    padding: 6vw 4vw 5vw;
  }

  .supplier_title {
    margin-top: 0;
    margin-bottom: 4vw;
  }

  .supplier_content_right {
    width: 100%;
    float: none;
    height: auto;
  }

  .supplier_content_right img {
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }

  .supplier_content_right img.pc_supplier {
    display: none;
  }

  .supplier_content_right img.m_supplier {
    display: block;
    width: 100%;
    height: auto;
  }

  .supplier_content_left p {
    color: #666666;
    font-size: 3.5vw;
    line-height: 1.65em;
    margin-top: 3vw;
  }

  .supplier_contact {
    margin-top: 4.5vw;
    background-size: 8.3vw;
    padding-left: 10vw;
  }

  .supplier_contact h4 {
    font-size: 3.2vw;
    margin-top: 0;
  }

  .supplier_contact h3 {
    font-size: 4.2vw;
    line-height: 1.1em;
  }

  /*suppliers_download*/
  .suppliers_download{ width: 100%; height:12vw; margin-top: 4vw; }
  .suppliers_download a{border-radius: 1vw;}
  .suppliers_download h6{ font-size: 4vw;}
  .suppliers_download h6 i{ width: 5vw;margin: 0.3vw 2.5vw 0 0;}
  .suppliers_down_container{ width: 90vw; border-radius: 1vw;box-shadow: 0 0 3vw rgba(0,162,154,0.3);}
  .suppliers_down_container h3{ font-size: 3.6vw;}
  .suppliers_down_container h6{ font-size: 3.4vw;}
  .verify-wrap{ width: 40vw!important;}


}

@media screen and (max-width:500px) {
  .verify-wrap {
      width: 72vw!important;
  }
}

/* category */
.category_container {
  width: 100%;
  background: url(../images/category_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 5.7% 0;
}

.category_content_list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category_content_list ul li {
  width: 24%;
  background: #fff;
  margin: 2.2% 1.3333% 0 0;
  padding: 0.1rem 0.1rem 0.2rem;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

.category_content_list ul li:nth-child(4n) {
  margin-right: 0;
}

.category_content_list ul li:nth-child(1), .category_content_list ul li:nth-child(2), .category_content_list ul li:nth-child(3), .category_content_list ul li:nth-child(4) {
  margin-top: 0;
}

.category_img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.category_content_list ul li img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -mo-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.8s ease-out 0s;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -mo-transition: all 0.8s ease-out 0s;
}

.category_content_list ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -mo-transition: all 1s ease-out 0s;
}

.category_content_list ul li h3 {
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.32em;
  font-weight: normal;
  margin-top: 0.22rem;
  margin-bottom: 0.1rem;
}

.category_content_list ul li p {
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.5em;
}

@media screen and (max-width:1024px) {
  .category_container {
    padding: 8vw 0;
    background: url(../images/category_m_bg.jpg) no-repeat center center;
    background-size: cover;
  }

  .category_content_list ul {
    display: block;
  }

  .category_content_list ul li {
    width: 100%;
    padding: 3vw 3vw 4vw;
    margin: 3vw 0 0 0;
    border-radius: 1vw;
  }

  .category_img {
    border-radius: 1vw;
  }

  .category_content_list ul li:nth-child(1), .category_content_list ul li:nth-child(2), .category_content_list ul li:nth-child(3), .category_content_list ul li:nth-child(4) {
    margin-top: 3vw;
  }

  .category_content_list ul li:nth-child(1) {
    margin-top: 0;
  }

  .category_content_list ul li h3 {
    font-size: 4vw;
    margin: 4.2vw 0 2vw;
  }

  .category_content_list ul li p {
    font-size: 3.5vw;
    line-height: 1.55em;
  }
}

/* case */
/* form */
.case_form_container {
  background: #f8f8f8;
  border-radius: 10px;
  height: 0.8rem;
}

.case_form_container input {
  border: none;
  outline: none;
  box-sizing: border-box;
  width: 75.8%;
  float: left;
  height: 0.8rem;
  background: none;
  font-size: 0.16rem;
  box-sizing: border-box;
  padding: 0 0.4rem;
  letter-spacing: 0.4px;
  color: rgba(99, 99, 99, 0.6);
  font-family: "SourceHanSans-Regular";
}

.case_form_container input::-webkit-input-placeholder {
  color: rgba(99, 99, 99, 0.6);
}

.case_form_container input:-moz-placeholder {
  color: rgba(99, 99, 99, 0.6);
}

.case_form_container input::-moz-placeholder {
  color: rgba(99, 99, 99, 0.6);
}

.case_form_container input::-ms-input-placeholder {
  color: rgba(99, 99, 99, 0.6);
}

.case_form_container button {
  border: none;
  outline: none;
  width: 24.2%;
  float: right;
  border-radius: 10px;
  height: 0.8rem;
  box-shadow: 5px 5px 15px rgba(232, 50, 14, 0.15);
  background: #e3e3e3;
  font-size: 0.2rem;
  color: #444;
  font-family: "SourceHanSans-Regular";
  line-height: 0.8rem;
}

.case_form_container button i {
  width: 0.17rem;
  display: inline-block;
  margin: 0 0.1rem 0 0;
}

.case_form_container button i img {
  width: 100%;
  height: auto;
}

.case_form_container button span {
  display: inline-block;
}

@media screen and (max-width:1024px) {
  .case_form_container {
    height: 10vw;
    border-radius: 1vw;
  }

  .case_form_container18{ margin-top: 18vw;}

  .case_form_container input {
    height: 10vw;
    padding: 0 3.6vw;
    font-size: 3.5vw;
    width: 71%;
  }

  .case_form_container button {
    width: 29%;
    border-radius: 1vw;
    height: 10vw;
    line-height: 10vw;
    box-shadow: 1vw 1vw 2vw rgba(232, 50, 14, 0.3);
    font-size: 3.5vw;
  }

  .case_form_container input:focus {
    font-size: 16px !important;
  }

  .case_form_container button i {
    width: 3.2vw;
    margin: 0 1.5vw 0 0;
  }
}

/* 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 {
  color: #444;
  font-size: 0.26rem;
  line-height: 1.5em;
}

.case_top_img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 5px solid #e0e0e0;
  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: #e8320e;
  opacity: 0.5;
}

.case_page .swiper-pagination-bullet-active {
  background: #e8320e;
  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: #e8320e;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.case_list_content ul li:hover {
  background: #e8320e;
  box-shadow: 10px 10px 20px rgba(232, 50, 14, 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 {

  color: #e8320e;
  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-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: #e8320e;
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
}

.ask_experts_content2 a{ color: #fff;}

@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: 18vw;
  }

  .ask_experts_content2 {
    width: 23vw;
    height: 8vw;
    right: 0;
    top: 0;
    font-size: 3.8vw;
    line-height: 8vw;
  }
}

/* case_button */
.contact_button_container {
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  height: 0.98rem;
  margin-top: 0.15rem;
}

.contact_button_container ul li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  height: 100%;
  height: 0.98rem;
}

.contact_button_container ul li:first-child {
  border-right: 1px solid #e8e8e8;
}

.ask_experts_content {
  width: 2rem;
  height: 0.6rem;
  border-radius: 10px;
  background: #00a29a;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
  float: right;
  margin: 0.2rem 1.1rem 0 0;
}

.share_container {
  margin: 0.33rem 0 0 1.1rem;
}

.share_container p {
  float: left;
  font-size: 0.14rem;
  line-height: 1.3em;
  color: #9d9d9d;
  margin: 0.08rem 0.12rem 0 0;
}

.bshare-custom {
  float: left;
}

.bshare-custom.icon-medium-plus a {
  background-size: 0.28rem !important;
  padding-left: 0.28rem !important;
  height: 0.28rem !important;
}

.bshare-custom a {
  margin-right: 0.05rem;
}

.share_container a.zhihu_share {
  background: url(../images/share_zhihu.png) no-repeat center center;
  background-size: 0.28rem !important;
  height: 0.28rem !important;
  padding-left: 0.28rem !important;
  display: inline-block; margin-left: 0.04rem; cursor: pointer;
}

@media screen and (max-width:1024px) {
  .contact_button_container {
    margin-top: 6vw;
    height: 18.3vw;
  }

  .contact_button_container ul li {
    height: 18.3vw;
  }

  .contact_button_container ul li:first-child {
    border-right: none;
    width: 100%;
  }

  .contact_button_container ul li:nth-child(2) {
    display: none;
  }

  .ask_experts_content {
    margin: 0 auto;
    float: none;
    width: 37vw;
    height: 11vw;
    font-size: 3.5vw;
    line-height: 11vw;
    margin-top: 3.5vw;
  }
}

/* case_eject */
.contact_button_eject_container {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.open_contact_button {
  opacity: 1;
  z-index: 4;
}

.contact_button_eject_content {
  width: 10rem;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 20px #ccc;
  padding: 0.5rem;
  background: #00a29a;
  position: relative;
}

.contact_button_eject_content h4 {
  font-size: 0.24rem;
  text-align: center;
  display: block;
  color: #fff;
  margin: 0.3rem auto 0;
  cursor: pointer;
  line-height: 1.5em;
}

.contact_button_weixin_content_pc {
  display: -webkit-flex;
  display: flex;
}

.contact_button_weixin {
  width: 28%;
  background: #fff;
  float: left;
  border-radius: 10px;
  margin: 0 8% 0 0;
  box-sizing: border-box;
  padding: 0.1rem;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.4);
}

.contact_button_eject_content .contact_button_weixin:nth-child(3) {
  margin-right: 0;
}

.contact_button_eject_content .contact_button_weixin a {
  display: block;
  width: 100%;
  height: 100%;
}

.contact_button_weixin img.wecom {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.contact_button_weixin h3 {
  font-weight: normal;
  font-size: 0.18rem;
  text-align: center;
  color: #00a29a;
  line-height: 1.5em;
  margin-top: 0.1rem;
  font-family: "SourceHanSans-Bold";
}

.contact_button_weixin img.contact_icon {
  width: 1rem;
  margin: 0.38rem auto 0;
  display: block;
}

.contact_button_weixin img.contact_tel_icon {
  width: 0.9rem;
  margin: 0.3rem auto 0;
  display: block;
}

.contact_button_weixin p {
  color: #00a29a;
  font-size: 0.26rem;
  line-height: 1.5em;
  font-family: "SourceHanSans-Bold";
  text-align: center;
}

.contact_button_weixin_content_m {
  display: none;
}

@media screen and (max-width:1024px) {
  .contact_button_weixin_content_pc {
    display: none;
  }

  .contact_button_eject_content {
    width: 92%;
    padding: 4vw;
    border-radius: 1vw;
    box-shadow: 0 0 20px #ccc;
    background: #fff;
    position: relative;
  }

  .contact_button_eject_content h4 {
    font-size: 4vw;
    color: #00a29a;
    margin: 3.5vw auto 0;
  }

  .contact_button_weixin_content_m {
    display: block;
  }

  .contact_button_weixin_m {
    width: 47%;
    float: left;
    border-radius: 1vw;
    background: #00a29a;
    color: #fff;
    box-shadow: 1vw 1vw 2vw rgba(0, 162, 154, 0.4);
    padding: 4vw 2vw;
    box-sizing: border-box;
  }

  .contact_button_weixin_content_m a:nth-child(2) .contact_button_weixin_m {
    margin-left: 6%;
  }

  .contact_button_weixin_m img {
    display: block;
    width: 9vw;
    margin: 0 auto;
  }

  .contact_button_weixin_m p {
    text-align: center;
    font-size: 3.8vw;
    line-height: 1.5em;
    margin-top: 2vw;
  }
}

/* case related products */
.related_product_container ul li {
  width: 29.5%;
  float: left;
  margin: 0 5.75% 0 0;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.related_product_container ul li:nth-child(3n) {
  margin-right: 0;
}

.related_product_container ul li img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -mo-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.8s ease-out 0s;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -mo-transition: all 0.8s ease-out 0s;
}

.related_product_container ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -mo-transition: all 1s ease-out 0s;
}

.related_product_word {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 0.18rem 0.1rem;
}

.related_product_word h3 {
  font-weight: normal;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1.3em;
  text-align: center;
}

@media screen and (max-width:1024px) {
  .related_product_container ul li {
    width: 100%;
    margin: 5vw 0 0 0;
    border-radius: 1vw;
  }

  .related_product_container ul li:first-child {
    margin-top: 0;
  }

  .related_product_word h3 {
    font-size: 4vw;
  }

  .related_product_word {
    padding: 4vw 2vw;
  }
}

/* news */
/* news list*/
.news_list_container ul 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: #fff;
  overflow: hidden;
}

.news_list_container ul li:hover {
  background: #f0f0f0;
}

.news_list_container ul li:first-child {
  margin-top: -2%;
}

.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: #e8320e;
}

.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_list_container ul li:first-child {
    margin-top: -1%;
  }
}

@media screen and (max-width:1024px) {
  .news_list_container ul li:first-child {
    margin-top: 8vw;
  }

  .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_detail */
.news_detail_top {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 0.05rem;
}

.news_detail_top h1 {
  font-size: 0.28rem;
  color: #333333;
  line-height: 1.5em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0.25rem;
}

.news_source_content {
  display: table;
  margin: 0 auto;
}

.news_source_content h6 {
  font-weight: normal;
  font-size: 0.14rem;
  color: #9d9d9d;
  line-height: 1.5em;
  float: left;
  margin: 0.07rem 0.35rem 0 0;
}

.news_share_container {
  float: left;
  margin: 0;
}

.news_detail_bottom_content p {
  font-size: 0.16rem;
  color: #666666;
  line-height: 2em;
  margin-top: 0.3rem;
  text-indent: 2em;
}

.news_detail_bottom_content img {
  max-width: 100%;
  height: auto;
}

.news_detail_bottom_content p img {
  margin-left: -2em;
}

.news_detail_page_container {
  width: 100%;
  border-top: 2px solid #efefef;
  margin-top: 0.8rem;
}

.news_detail_page {
  margin-top: 0.8rem;
}

.news_detail_page ul li {
  width: 49%;
  float: left;
}

.news_detail_page ul li:first-child {
  margin-right: 2%;
}

/*.news_detail_page ul li a {
  display: block;
  box-sizing: border-box;
  padding: 0.2rem;
  background: #efefef;
  color: #666666;
  font-size: 0.16rem;
  line-height: 1.3em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  overflow: hidden;
  border-radius: 10px;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}*/

.news_detail_page ul li{
  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{color: #666666;  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;}

.news_detail_page ul li:hover {
  background: #e8320e;
  color: #fff;
}
.news_detail_page ul li:hover a {
  color: #fff;
}

@media screen and (max-width:1024px) {
  .news_detail_content {
    margin-top: 8vw;
  }

  .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 {
    margin-top: 0;
  }

  .news_detail_page ul li {
    width: 100%;
    float: none;
    margin: 3vw auto 0;
    font-size: 3.5vw;
    padding: 3vw;
    border-radius: 1vw;
  }
}

/* contact */
/* contact tel */
.contact_title {
  text-align: left;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 0.22rem;
}

.contact_tel_container ul {
  overflow: hidden;
}

.contact_tel_container ul li h4 {
  font-size: 0.2rem;
  line-height: 1.3em;
  color: #333;
  margin-bottom: 0.06rem;
}

.contact_tel_container ul li p {
  color: #636363;
  font-size: 0.18rem;
  line-height: 1.8em;
}

.contact_tel_container ul li p span {
  display: block;
  margin-left: 3em;
}

.contact_tel_container ul li {
  float: left;
  margin-top: 0.5rem;
}

ul.head_office li {
  width: 33.33%;
}

ul.head_officezq li { float: none;
 display: inline-block;*display:inline;*zoom:1;vertical-align: top;box-sizing: border-box; padding-right: 1%;
}
ul.head_officezq{ font-size: 0;}

ul.sale_tell li {
  width: 50%;
}

ul.investor_tell li {
  margin-left: 1.4rem;
}

ul.investor_tell li:first-child {
  margin-left: 0;
}

@media screen and (max-width:1024px) {
  .contact_title {
    padding-bottom: 3vw;
    border-bottom: 0.2vw solid #e5e5e5;
  }

  ul.head_office li {
    width: 100%;
  }

  ul.sale_tell li {
    width: 100%;
  }
  ul.head_officezq li {padding-right: 0;
  }

  .contact_tel_container ul li {
    float: none;
    margin-top: 4vw;
  }

  .contact_tel_container ul li h4 {
    font-size: 3.5vw;
    margin-bottom: 0.5vw;
  }

  .contact_tel_container ul li p {
    font-size: 3.5vw;
    line-height: 1.65em;
  }

  .contact_tel_container ul li p a{color: #636363;}

  ul.head_office2 li {
    float: left;
  }

  ul.head_office2 li:first-child {
    width: 41%;
  }

  ul.head_office2 li:first-child+li {
    width: 59%;
  }

  ul.investor_tell li {
    width: 50%;
    float: left;
    margin-left: 0;
  }

  ul.investor_tell li:first-child {
    width: 100%;
  }
}

/* contact online */
.contact_online_word{ height: 900px; margin-top: -0.5rem;}
.m_contact_online_word{ display: none;}
.online_title{ position: relative;z-index: 2;}
iframe body{background: none!important;}
@media screen and (max-width:1024px) {
.contact_online_word{display: none;}
.m_contact_online_word{ display: block; height: 50vh; margin-top: 6vw;}
.contact_online_content{ width: 92%; margin: 0 auto;}
}


/* service */
/* service_download */
.service_content_container{ position: relative; padding-bottom: 1.8rem;}
.service_download_container{ position: relative; z-index: 1;}
.service_download_container ul li {
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
  position: relative;
  box-sizing: border-box;
  padding: 0.35rem 0.03rem;
}

.service_download_container ul li:first-child {
  border-top: 2px solid #e5e5e5;
}

.service_download_container ul li h3 {
  font-weight: normal;
  line-height: 1.4em;
  font-size: 0.2rem;
  width: 85%;
}

.service_download_container ul li h3 a {
  color: #565656;
}

.service_download_container ul li h3 a:hover {
  color: #e8320e;
}

.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 20px rgba(232, 50, 14, 0.22);
  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-size: 0.22rem;
  color: #444;
  line-height: 1em;
}
.gurantee_tell_word h4 a{color: #00a29a;}

/*.gurantee_tell_word h4:first-child {
  margin-bottom: 0.02rem;
  margin-top: -0.02rem;
}*/

.gurantee_tell_word h4:first-child {
  margin-top: 0.22rem;
}


/* 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: 70%; 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(232, 50, 14,0.15);
    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;
  }*/

  .gurantee_tell_word h4:first-child {
    margin: 3.6vw 0 0 0;
  }

  .guarantee_tell_content {
    margin-top: 3vw;
  }
  /* guarantee_newsadd */
  .guarantee_newsadd_content{ width: 92%;}
  .guarantee_left{ width: 100%; float: none;}
  .guarantee_news_tell_content{ position: static;    right: 0;
    top: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);}
  /* guarantee_newsadd */
    /* guarantee_newsadd2 */
  .guarantee_container2 .guarantee_newsadd_content{ width: 100%;}
  .gurantee_add_left_right_contet .guarantee_left{ margin-top: 0;}
    /* guarantee_newsadd2 */
}

/* methods */
.methods_container {
  width: 100%;
  padding: 6.7% 0;
  margin-top: 4%;
  background: url(../images/methods_bg.jpg) no-repeat center center;
  box-sizing: border-box;
}

.methods_content {
  text-align: center;
}

.methods_content p {
  font-size: 0.16rem;
  line-height: 2em;
  color: #fff;
}

.methods_content {
  margin-top: 2%;
}

@media screen and (max-width:1024px) {
  .methods_container {
    margin-top: 8vw;
    padding: 8vw 0;
    background-size: cover;
  }

  .methods_content {
    text-align: left;
    margin-top: 5vw;
  }

  .methods_content p {
    font-size: 3.5vw;
    line-height: 1.65em;
    letter-spacing: -0.05vw;
  }
}

/* process */
.process_container {
  margin-top: 5%;
  position: relative;
   padding-bottom: 2.4rem;

}

.process_content {
  margin-top: 3%;
  position: relative; z-index: 1;
}

.process_content img.m_process_img {
  display: none;
}

.process_content img.pc_process_img {
  display: block;
  margin: 0 auto;
}

.service_bottom_people{ position: absolute; bottom: 0; left: 50%; margin-left: -7.8rem; z-index: 0;}
.service_bottom_people img{display:block; width: 2.79rem;}
.service_bottom_download img{ width: 1.96rem;}
.service_bottom_download{ left: auto; right: 50%;margin-right: -7rem;}
.service_content_people img{ width: 2.4rem;}


@media screen and (max-width:1450px) {
  .process_container{ padding-bottom: 13%;}
  .process_content img.pc_process_img {
    width: 78%;
  }
  .service_bottom_people{left: 2%; margin-left: 0; width: 16%;}
  .service_bottom_people img{ width: 100%;}
  .service_bottom_download{ left:auto; right: 2%; margin-right: 0;width: 12%;}
  .service_content_people{ width: 14%;}
}

@media screen and (max-width:1024px) {
  .process_container {
    margin-top: 0;
    padding-bottom: 8vw;
  }
  .service_bottom_people{ display: none;}

  .process_content {
    margin-top: 6vw;
  }

  .process_content img.pc_process_img {
    display: none;
  }

  .process_content img.m_process_img {
    display: block;
    width: 100%;
    height: auto;
  }
}

/* charging */
.charging_content {
  overflow: hidden;
  border-radius: 10px;
}

.charging_left_content {
  width: 50%;
  float: left;
  height: 5.9rem;
  overflow: hidden;
  position: relative;
}

.charging_left_content img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.charging_left_content img.m_charging_img {
  display: none;
}

.charging_right_content {
  width: 50%;
  height: 5.9rem;
  float: right;
  background: #f6f7f7;
  box-sizing: border-box;
  padding: 0.2rem 0.4rem 0;
  position: relative;
}

.charging_right_content h5 {
  font-weight: normal;
  font-size: 0.26rem;
  line-height: 1em;
  color: #00a29a;
  border-left: 10px solid #00a29a;
  font-family: "SourceHanSans-Bold";
  padding-left: 0.13rem;
  margin: 0.25rem 0 0.2rem 0;
}

.charging_right_content p {
  font-size: 0.16rem;
  line-height: 2em;
  color: #636363;
}

.charging_word_content {
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  display: block;
  float: right;
  margin-top: 0.4rem;
}

.charging_word_content p {
  margin: 0.18rem 0 0 0;
}

.charging_word_content h4:first-child {
  margin-bottom: 0.03rem;
}

@media screen and (max-width:1320px) {
.charging_right_content{padding: 0.1rem 0.3rem 0;}
}
@media screen and (max-width:1270px) {
.charging_word_content{ margin-top: 0.2rem;}
}

@media screen and (max-width:1024px) {
  .charging_container {
    background: #f6f7f7;
    padding: 0 0 8vw;
    margin-top: 0;
    overflow: hidden;
  }

  .charging_content {
    border-radius: 0;
  }

  .charging_right_content {
    background: none;
    width: 100%;
    float: none;
    height: auto;
    padding: 0;
  }

  .charging_right_content h5 {
    font-size: 4vw;
    font-family: "SourceHanSans-Regular";
    border-left: 1.4vw solid #00a29a;
    padding-left: 1.5vw;
    margin: 4.6vw 0 3vw 0;
  }

  .charging_right_content h5:first-child {
    margin-top: 0;
  }

  .charging_right_content p {
    font-size: 3.5vw;
    line-height: 1.65em;
  }

  .charging_word_content {
    margin-top: 2vw;
  }

  .charging_left_content {
    width: 100%;
    position: static;
    height: auto;
    margin-top: 5vw;
  }

  .charging_left_content img {
    position: static;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }

  .charging_left_content img.m_charging_img {
    display: block;
    width: 100%;
    height: auto;
  }

  .charging_left_content img.pc_charging_img {
    display: none;
  }
}

/* service_content */
.service_word_title p {
  color: #636363;
  font-size: 0.16rem;
  line-height: 1.5em;
  margin-top: 0.15rem;
}


.service_content_bottom_container{ padding-bottom: 5.7%; position: relative;}

.service_content_list ul{    display: -webkit-flex;
    display: flex;  -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap:wrap;}
.service_content_list ul li {
  width: 30.66%;
  float: left;
  margin: 4% 4% 0 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(232, 50, 14,0.15);
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  box-sizing: border-box;
  padding: 0.4rem 0.35rem;
}
.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: #444;
  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: #e0e0e0;
  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: #555;
}

.service_content_list ul li:hover h3, .service_content_list ul li:hover p {
  color: #fff;
}

.service_content_list ul li:hover h6 {
  background: rgba(255, 255, 255, 0.8);
}

.service_content_list ul li:hover h3 i img.service_green_icon {
  display: none;
}


@media screen and (max-width:1024px) {
  .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: 4vw;
  }

  .service_content_list ul {
    display: -webkit-block;
    display: block;
  }

  .service_content_list ul li {
    width: 100%;
    border-radius: 1vw;
    box-shadow: 0.5vw 0.5vw 2vw rgba(232, 50, 14,0.15);
    margin: 5vw 0 0 0;
    padding: 4vw;
    height:auto;
  }

  .service_content_list ul li:nth-child(2),  .service_content_list ul li:nth-child(3) {
    margin-top: 5vw;
  }

  .service_content_list ul li h3 {
    font-size: 4vw;
    line-height: 1.2em;
  }

  .service_content_list ul li h3 i {
    height: 5vw;
    margin-right: 1.5vw;
  }

  .service_content_list ul li h3 i img {
    height: 5vw;
  }

  .service_content_list ul li h6 {
    width: 7.2vw;
    height: 0.5vw;
    margin: 2.7vw 0 2.3vw;
  }

  .service_content_list ul li p {
    font-size: 3.5vw;
    line-height: 1.57em;
  }

  .service_content_list ul li:hover {
    background: #fff;
  }

 .service_content_list ul li:hover p {
    color: #636363;
  }
 .service_content_list ul li:hover h3{ color: #00a29a;}

  .service_content_list ul li:hover h6 {
    background: #00a29a;
  }

  .service_content_list ul li:hover h3 i img.service_green_icon {
    display: block;
  }
}

/* about */
/* social_list */
.social_list_content ul li {
  width: 47%;
  float: left;
  box-shadow: 6px 6px 28px rgba(0, 162, 154, 0.28);
  border-radius: 10px;
  margin: 4.5% 6% 0 0;
  overflow: hidden;
  background: #fff;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.social_list_content ul li:nth-child(2n) {
  margin-right: 0;
}

.social_list_content ul li:nth-child(1), .social_list_content ul li:nth-child(2) {
  margin-top: 0;
}

.social_list_content ul li img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -mo-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.8s ease-out 0s;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -mo-transition: all 0.8s ease-out 0s;
}

.social_list_content ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -mo-transition: all 0.6s ease-out 0s;
}

.social_img_content {
  width: 100%;
  overflow: hidden;
}

.social_list_content ul li h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  color: #666666;
  font-size: 0.24rem;
  line-height: 1.5em;
  padding: 0.3rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.social_list_content ul li:hover {
  background: #00a29a;
}

.social_list_content ul li:hover h3 {
  color: #fff;
}

@media screen and (max-width:1024px) {
  .social_list_content ul li {
    width: 100%;
    margin: 6.6vw 0 0 0;
    border-radius: 1vw;
    box-shadow: 0.6vw 0.6vw 2.8vw rgba(0, 162, 154, 0.28);
  }

  .social_list_content ul li:nth-child(2) {
    margin-top: 6.6vw;
  }

  .social_list_content ul li h3 {
    font-size: 4vw;
    padding: 4vw;
  }
}

/* social_detail */
.social_detail_content {
  padding: 0 5.5%;
  box-sizing: border-box;
}

.social_top_content h1 {
  font-weight: normal;
  font-size: 0.52rem;
  line-height: 1.4em;
  color: #00a29a;
  font-family: "SourceHanSans-Bold";
  text-align: center;
  margin-bottom: 0.1rem;
}

.social_bottom_content p {
  text-indent: 2em;
  font-size: 0.16rem;
  color: #636363;
  line-height: 2em;
  margin-top: 0.35rem;
}

.social_bottom_content p img {
  margin-left: -2em;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width:1024px) {
  .social_detail_content {
    padding: 0;
    margin-top: 8vw;
  }

  .social_top_content h1 {
    font-size: 5.2vw;
    margin-bottom: 0;
  }

  .social_bottom_content p {
    font-size: 3.5vw;
    line-height: 1.65em;
    margin-top: 5vw;
  }
}

/* culture */
/* culture logo */
.culture_logo_content {
  width: 80%;
  margin: 0 auto;
}

.culture_logo_left {
  width: 42%;
  height: 4.23rem;
  background: #fff;
  box-shadow: 6px 6px 28px rgba(0, 162, 154, 0.28);
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  float: left;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
}

.culture_logo_left img {
  display: block;
  height: auto;
  width: 52%;
}

.culture_logo_right {
  width: 52%;
  float: right;
}

.culture_logo_right ul li {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.2rem 0.3rem;
  margin-top: 0.35rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.culture_logo_right ul li p {
font-weight: bold;
  font-size: 0.24rem;
  line-height: 1.5em;
  color: #636363;
  overflow: hidden;
}

.culture_logo_img {
  width: 0.67rem;
  float: left;
  margin-right: 0.34rem;
  float: left;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.culture_logo_right ul li img {
  width: 100%;
  height: auto;
  display: block;
}

.culture_logo_right ul li img.m_culture_logo {
  display: none;
}

.culture_logo_right ul li:hover, .culture_logo_right ul li.cur {
  background: #00a29a;
  box-shadow: 7px 7px 20px rgba(0, 162, 154, 0.4);
}

.culture_logo_right ul li:hover p, .culture_logo_right ul li.cur p {
  color: #fff;
}

.culture_logo_right ul li:hover img.m_culture_logo, .culture_logo_right ul li.cur img.m_culture_logo {
  display: block;
}

.culture_logo_right ul li:hover img.pc_culture_logo, .culture_logo_right ul li.cur img.pc_culture_logo {
  display: none;
}

.culture_logo_right ul li:nth-child(2) .culture_logo_img {
  margin-top: 0.08rem;
}

/*.culture_logo_right ul li:nth-child(3) {
  margin-top: 0.32rem;
}*/

.culture_logo_right ul li:nth-child(3) p {
  margin-top: 0.25rem;
}

@media screen and (max-width:1400px) {
  .culture_logo_right ul li {
    padding: 0.2rem;
  }
}

@media screen and (max-width:1350px) {
  .culture_logo_img {
    margin-right: 3%;
    width: 12%;
  }
}

@media screen and (max-width:1300px) {
  .culture_logo_right ul li p {
    font-size: 0.22rem;
  }
}

@media screen and (max-width:1024px) {
  .culture_logo_left {
    width: 46vw;
    height: 42.3vw;
    float: none;
    margin: 0 auto;
    float: none;
  }

  .culture_logo_left img {
    width: 23.7vw;
  }

  .culture_logo_content {
    width: 100%;
  }

  .culture_logo_right {
    width: 100%;
    float: none;    margin-top: 6vw;
  }

  .culture_logo_right ul li {
    width: 96%;
    margin: 4.5vw auto 0;
    padding: 3vw 1vw 3vw 4.2vw;
    border-radius: 1vw;
  }

  .culture_logo_img {
    width: 8.9vw;
    margin-right: 3vw;
  }

  .culture_logo_right ul li p {
    font-size: 4vw;
  }

  .culture_logo_right ul li:nth-child(2) .culture_logo_img {
    margin-top: 1.4vw;
  }

  .culture_logo_right ul li:nth-child(3) p {
    margin-top: 2.3vw;
  }

/*  .culture_logo_right ul li:nth-child(3) {
    margin-top: 2.5vw;
  }*/

  .culture_logo_right ul li:hover, .culture_logo_right ul li.cur {
    box-shadow: 0.7vw 0.7vw 2vw rgba(0, 162, 154, 0.4);
  }
}

/* culture word */
.culture_contet ul li {
  width: 48.5%;
  float: left;
  margin: 3% 3% 0 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.culture_contet ul li:nth-child(2n) {
  margin-right: 0;
}

.culture_contet ul li:nth-child(1), .culture_contet ul li:nth-child(2) {
  margin-top: 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-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: 96%;
    margin: 6.5vw auto 0;
    float: none;
    border-radius: 1vw;
  }

  .culture_contet ul li:nth-child(2) {
    margin-top: 6.5vw;
  }

  .culture_contet ul li:nth-child(2n) {
    margin-right: auto;
  }

  .culture_word h3 {
    font-size: 4vw;
    margin-bottom: 1vw;
  }

  .culture_word p {
    font-size: 3.5vw;
    line-height: 1.65em;
  }

  .culture_word {
    padding: 0 6vw;
    bottom: 4vw;
  }
}

/* association */
.association_container {
  padding-bottom: 5.7%;
  background: url(../images/association_bg.jpg) no-repeat center bottom;
  background-size: 100%;
}

.association_list_content ul li {
  width: 100%;
  border-radius: 10px;
  box-shadow: 6px 6px 28px rgba(0, 162, 154, 0.28);
  background: #fff;
  box-sizing: border-box;
  padding: 0.45rem 0.4rem;
  position: relative;
  margin-top: 0.38rem;
}

.association_list_content ul li:first-child {
  margin-top: 0;
}

.association_list_content ul li img.association_logo {
  margin-bottom: 0.27rem;
}

.association_list_content ul li h3 {
  font-weight: normal;
  font-size: 0.2rem;
  line-height: 1.5em;
  color: #00a29a;
  margin-bottom: 0.05rem;
}

.association_list_content ul li p {
  color: #636363;
  font-size: 0.16rem;
  line-height: 2em;
}

.association_more {
  bottom: auto;
  top: 0.4rem;
  right: 0.4rem;
}

@media screen and (max-width:1024px) {
  .association_container {
    background: url(../images/association_m_bg.jpg) no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 8vw;
  }

  .association_list_content ul li img.association_logo {
    width: 30vw;
    margin-bottom: 3vw;
  }
  .association_list_content ul li:nth-child(6) img.association_logo {
    width: 14vw;
  }

  .association_list_content ul li {
    padding: 5vw 4vw;
    border-radius: 1vw;
    box-shadow: 0.6vw 0.6vw 2.8vw rgba(0, 162, 154, 0.28);
    margin-top: 8.5vw;
  }

  .association_list_content ul li h3 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }

  .association_list_content ul li p {
    font-size: 3.5vw;
    line-height: 1.65em;
    color: #636363;
  }

  .association_more {
    position: static;
    margin-top: 4vw;
  }
}

/* research */
/* basic information */
.research_container {
  margin-top: 2%;
}

.research_container p {
  font-size: 0.16rem;
  color: #636363;
  line-height: 2em;
/*  text-align: center;*/
}

@media screen and (max-width:1024px) {
  .research_container {
    margin-top: 5vw;
  }

  .research_container p {
    color: #636363;
    font-size: 3.5vw;
    line-height: 1.65em;
    text-align: left;
    margin-top: 1.5vw;
  }
}

.core_container {
  margin-top: 2%;
}

.core_content {
  width: 100%;
  height: 1.6rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 6px 6px 28px rgba(0, 162, 154, 0.28);
}

.core_content h3 {
  text-align: center;
  font-size: 0.24rem;
  line-height: 1.5em;
  color: #00a29a;
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  margin-top: 0.4rem;
}

.core_content ul {
  display: table;
  margin: 0.25rem auto 0;
  overflow: hidden;
}

.core_content ul li {
  font-size: 0.18rem;
  line-height: 1.3em;
  color: #636363;
  background: url(../images/core_circle.png) no-repeat left center;
  background-size: 0.06rem;
  padding-left: 0.14rem;
  float: left;
  margin-left: 0.3rem;
}

.core_content ul li:first-child {
  margin-left: 0;
}

.core_content1 {
  background: url(../images/core_bg1.jpg) no-repeat center center;
  background-size: cover;
}

.core_content6{background: url(../images/core_bg0.jpg) no-repeat center center;background-size: cover;    height: 2.2rem;}



.core_content_container {
  width: 100%;
}

.core_content_container img {
  display: block;
  margin: 0.25rem auto;
  width: 0.5rem;
}

.core_content2 {
  height: 1.2rem;
  background: #00a29a;
}

.core_content2 h3 {
  color: #fff;
}

.core_content_container2 {
  width: 48.5%;
  float: left;
}

.core_content_container3 {
  margin-left: 3%;
}

.core_content3 {
  background: url(../images/core_bg2.jpg) no-repeat center center;
  background-size: cover;
}

.core_content_container4 img {
  margin-left: 22.5%;
}

@media screen and (max-width:1300px) {
  .core_content ul li {
    margin-left: 0.15rem;
  }
}

@media screen and (max-width:1200px) {
  .core_content ul li {
    margin-left: 0.1rem;
  }
}

@media screen and (max-width:1024px) {
  .core_container {
    margin-top: 6vw;
  }

  .core_content_container img {
    width: 5vw;
    margin: 3.6vw auto;
  }

  .core_content {
    height: auto;
    border-radius: 1vw;
    box-shadow: 0.6vw 0.6vw 2.8vw rgba(0, 162, 154, 0.28);
    box-sizing: border-box;
  }

  .core_content1 {
    background: url(../images/core_m_bg1.jpg) no-repeat center center;
    background-size: cover;
    padding: 4vw 6vw;
  }

  .core_content6{padding: 4vw 3vw;}
  .core_content6 ul.nmag{ margin-top: 0;}

  .core_content h3 {
    margin-top: 0;
    font-size: 4vw;
    font-family: "SourceHanSans-Regular";
    line-height: 1.3em;
  }

  .core_content ul {
    display: block;
    margin-top: 1vw;
  }

  .core_content ul li {
    font-size: 3.5vw;
    line-height: 1.65em;
    margin: 2.2vw 0 0;
    background-size: 0.9vw;
    background-position: left 2.6vw;
    padding-left: 2vw;
    box-sizing: border-box;
  }

  .core_content1 ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
  }

  .core_content1 ul li:nth-child(2n) {
    margin-right: 0;
  }

  .core_content2 {
    padding: 4vw 6vw;
  }

  .core_content_container2 {
    width: 47%;
  }

  .core_content_container3 {
    margin-left: 6%;
  }

  .core_content3 {
    height: 51.4vw;
    padding: 4vw 3.5vw;
    box-sizing: border-box;
    background: url(../images/core_m_bg2.jpg) no-repeat center center;
    background-size: cover;
  }

  .core_content3 h3 {
    padding: 0 2vw;
    box-sizing: border-box;
  }

  .core_content4 {
    background: url(../images/core_m_bg3.jpg) no-repeat center center;
    background-size: cover;
  }

  .core_content_container4 img {
    margin-left: 19vw;
  }

  .core_content5 {
    background: url(../images/core_m_bg4.jpg) no-repeat center center;
    background-size: cover;
    padding: 5vw 6vw;
  }

  .core_content5 ul li {
    width: 100%;
  }
}

/* Patent certificate */
.patent_container_content {
  position: relative;
}

.patent_right_container {
  width: 36.5%;
  background: #f6f6f6;
  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: #555;
  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;
  margin-top: 0.2rem;
  font-weight: bold;
}

.patent_right_container ul li h3 {
  font-size: 0.44rem;
  line-height: 1.5em;
  color: #e8320e;
}

.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 #e0e0e0;
  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 #e0e0e0;
  }

  .patent_left_container ul li:nth-child(2n) {
    margin-right: 0;
  }

  .patent_right_container {
    width: 58.6%;
    float: right;
    position: static;
    display: block;
    padding: 8.5vw 5% 8.5vw 0;
    box-sizing: border-box;
  }

  .patent_right_container ul {
    float: right;
    width: 37vw;
    padding-left: 0;
  }

  .patent_right_container ul li {
    margin-top: 3vw;
  }

  .patent_right_container ul li p {
    font-size: 3.5vw;
    width: 27vw;
    margin-top: 3vw;
  }

  .patent_right_container ul li h3 {
    font-size: 6.8vw;
  }
}

/* about technology */
.about_technology_content ul li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 162, 154, 0.28);
  box-sizing: border-box;
  padding: 0.25rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.4rem;
}

.about_technology_content ul li:first-child {
  margin-top: 0;
}

.about_technology_img {
  width: 2.7rem;
  float: left;
  overflow: hidden;
  border-radius: 10px;
}

.about_technology_img img {
  display: block;
  width: 100%;
  height: auto;
}

.about_technology_img img.m_technology_img {
  display: none;
}

.about_technology_right_word {
  width: 73%;
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.about_technology_right_word h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  font-size: 0.26rem;
  line-height: 1em;
  border-left: 10px solid #00a29a;
  box-sizing: border-box;
  padding-left: 0.15rem;
  color: #00a29a;
  margin-bottom: 0.3rem;
}

.about_technology_right_word p {
  font-size: 0.16rem;
  line-height: 2em;
  color: #636363;
}

@media screen and (max-width:1300px) {
  .about_technology_right_word {
    width: 70%;
  }
}

@media screen and (max-width:1160px) {
  .about_technology_right_word {
    width: 68%;
  }
}

@media screen and (max-width:1150px) {
  .about_technology_right_word {
    width: 71%;
  }
}

@media screen and (max-width:1090px) {
  .about_technology_right_word {
    width: 70%;
  }
}

@media screen and (max-width:1024px) {
  .about_technology_right_word {
    position: static;
    width: 100%;
    right: 0;
    top: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
  }

  .about_technology_img img.pc_technology_img {
    display: none;
  }

  .about_technology_img img.m_technology_img {
    display: block;
  }

  .about_technology_img {
    width: 100%;
    margin-top: 4vw;
  }

  .about_technology_content ul li {
    margin-top: 4vw;
    padding: 5vw 4vw 4vw;
    margin-top: 6vw;
  }

  .about_technology_right_word h3 {
    font-family: "SourceHanSans-Regular";
    font-size: 4vw;
    border-left: 1.4vw solid #00a29a;
    padding-left: 1.5vw;
    margin-bottom: 3vw;
  }

  .about_technology_right_word p {
    font-size: 3.5vw;
    line-height: 1.65em;
  }
}

/* about */
/* about introdiction */
.inside_about_title p {
  color: #565656;
  font-size: 0.2rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 1.8%;
}

.inside_about_content {
  margin-top: 1.8%;
}

.inside_about_content p {
  font-size: 0.16rem;
  line-height: 2em;
  color: #636363;
  z-index: 2;
  position: relative;
}

.inside_about_content p:first-child+p {
  width: 100%;
}

.inside_about_number_content {
  width: 100%;
  margin: 0.2rem 0;
}

.inside_about_number_content img.inside_about_img {
  display: block;
  width: 100%;
  height: auto;
}

.inside_about_number_content ul {
  display: block;
  overflow: hidden;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 162, 154, 1), rgba(13, 87, 167, 1));
  box-sizing: border-box;
  padding: 2.5% 5% 1.8%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.inside_about_number_content ul li h3 {
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.5em;
}

.inside_about_number_content ul li h6 {
  font-weight: normal;
  font-size: 0.22rem;
  line-height: 1.5em;
  color: #fff;
  background: url(../images/about_icon1.png) no-repeat left 0.16rem;
  background-size: 0.35rem;
  padding-left: 0.5rem;height: 0.58rem;
}

.inside_about_number_content ul li h6 span {
  font-size: 0.42rem;
  line-height: 1.5em;
  color: #fff;
  font-family: "SourceHanSans-Bold";
  margin-right: 0.1rem; float: left;
}
.inside_about_number_content ul li h6 b{font-weight: normal; margin-right: 0.05rem; float: left;    margin-top: 0.21rem;}

.inside_about_number_content ul li:nth-child(2) h6 {
  background: url(../images/about_icon2.png) no-repeat left 0.16rem;
  background-size: 0.35rem;
}

.inside_about_number_content ul li:nth-child(3) h6 {
  background: url(../images/about_icon3.png) no-repeat left 0.16rem;
  background-size: 0.35rem;
}

.inside_about_number_content ul li:nth-child(4) h6 {
  background: url(../images/changqu_icon22.png) no-repeat left 0.16rem;
  background-size: 0.35rem;
}

@media screen and (max-width:1024px) {

  .inside_about_title p {
    font-size: 4vw;
    margin-top: 3vw;
    padding: 0 8vw;
  }

  .inside_about_content p {
    width: 100%;
    font-size: 3.5vw;
    line-height: 1.65em;
    margin-top: 2.5vw;
  }

  .inside_about_content p:first-child+p {
    width: 100%;
  }

  .inside_about_content {
    margin-top: 3.5vw;
  }

  .inside_about_number_content {
    margin: 3vw 0;
  }

  .inside_about_number_content img.inside_about_img {
    width: 100%;
    float: none;
  }

  .inside_about_number_content ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10vw 6vw 10vw 8vw;
    box-sizing: border-box;
  }

  .inside_about_number_content ul li {
    width: 50%;
  }

  .inside_about_number_content ul li h3 {
    font-size: 3vw;
  }

  .inside_about_number_content ul li h6 {
    font-size: 3.4vw;
    background-size: 3.5vw;
    background-position: left 2.6vw;
    padding-left: 5vw;    height: 6.5vw;
  }

  .inside_about_number_content ul li:nth-child(2) h6, .inside_about_number_content ul li:nth-child(3) h6, .inside_about_number_content ul li:nth-child(4) h6 {
    background-size: 3.5vw;
    background-position: left 2.6vw;
  }

  .inside_about_number_content ul li h6 span {
    font-size: 5.6vw;
    margin-right: 1vw;
    line-height: 1.3em;
  }

  .inside_about_number_content ul li h6 b{ margin-right: 1vw;    margin-top: 1.7vw;}

  .inside_about_number_content ul li:nth-child(3), .inside_about_number_content ul li:nth-child(4) {
    margin-top: 7vw;
  }
}

@media screen and (max-width:380px) {
  .inside_about_number_content ul {
    padding: 10vw 5vw;
  }
}

@media screen and (max-width:360px) {
  .inside_about_number_content ul li:nth-child(1), .inside_about_number_content ul li:nth-child(3) {
    width: 45%;
  }

  .inside_about_number_content ul li:nth-child(2), .inside_about_number_content ul li:nth-child(4) {
    width: 55%;
  }
}

/* sector */
.pc_sector_img {
  width: 100%;
  text-align: center;
  margin-top: 4%;
}

.m_sector_container {
  display: none;
}

@media screen and (max-width:1450px) {
  .pc_sector_img {
    width: 72%;
    margin: 4% auto 0;
  }

  .pc_sector_img img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width:1024px) {
  .pc_sector_img {
    display: none;
  }

  .m_sector_container {
    display: block;
    padding: 8vw 0;
  }

  .sector_container {
    background: url(../images/sector_bg.jpg) no-repeat center center;
    background-size: 100%;
  }

  .m_sector_content ul {
    display: table;
    margin: 0 auto;
  }

  .m_sector_content ul li {
    overflow: hidden;
    margin-top: 6vw;
  }

  .m_sector_content ul li:first-child {
    margin-top: 0;
  }

  .m_sector_content ul li .m_sector_icon {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
    float: left;
    border: 2px solid #00a29a;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2.8vw;
  }

  .m_sector_content ul li .m_sector_icon img {
    display: block;
    width: 5.2vw;
  }

  .m_sector_word {
    overflow: hidden;
  }

  .m_sector_word h3 {
    font-size: 4vw;
    line-height: 1.3em;
    color: #00a29a;
    font-weight: normal;
    font-family: "SourceHanSans-Bold";
    margin-bottom: 1vw;
  }

  .m_sector_word p {
    color: #636363;
    font-size: 3.5vw;
    line-height: 1.2em;
  }

  .m_sector_container .inside_about_title {
    margin-top: 0;
  }
}

/* productive */
.productive_container {
  margin-top: 3.5%;
}

.productive_nav_content ul li {
  width: 1.76rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.56rem;
  font-size: 0.24rem;
  font-family: "SourceHanSans-Bold";
  font-weight: normal;
  border-radius: 5px;
  border: 2px solid rgba(0, 162, 154, 1);
  color: #00a29a;
  float: left;
  margin-left: 0.3rem;
  box-sizing: border-box;
  cursor: pointer;
}

.productive_nav_content ul li:first-child {
  margin-left: 0;
}

.productive_nav_content ul {
  display: table;
  margin: 0 auto;
}

.productive_nav_content ul li.cur, .productive_nav_content ul li:hover {
  background: linear-gradient(to right, rgba(0, 162, 154, 1), rgba(13, 87, 167, 1));
  border: none;
  color: #fff;
  line-height: 0.6rem;
  box-shadow: 6px 6px 20px rgba(0, 162, 154, 0.4);
}

.productive_bottom_container {
  padding-bottom: 20px;
}

.productive_about_content {
  margin-top: 0;
}

.productive_about_content p:first-child+p {
  width: 100%;
}

.productive_list_content {
  width: 90%;
  margin: 0 auto;
}

.productive_list_content ul li {
  width: 100%;
  margin-top: 6.5%;
  position: relative;
}

.productive_img {
  width: 62.5%;
  float: right;
  height: 3.83rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 6px 6px 28px rgba(232, 50, 14, 0.15);
  box-sizing: border-box;
}

.productive_word {
  width: 5.62rem;
  border-radius: 10px;
  background: #fafafa;
  box-sizing: border-box;
  padding: 0.4rem 0.35rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  box-shadow: 6px 6px 28px rgba(232, 50, 14, 0.15);
}

.productive_word h3 {
  color: #636363;
  font-size: 0.24rem;
  line-height: 1.3em;
  margin-bottom: 0.22rem;
}

.productive_word p {
  color: #636363;
  font-size: 0.16rem;
  line-height: 2em;
}

.productive_list_content ul li:nth-child(even) .productive_img {
  float: left;
}

.productive_list_content ul li:nth-child(even) .productive_word {
  left: auto;
  right: 0;
}

@media screen and (max-width:1024px) {
  .productive_container{ margin-top: 8vw;}
  .productive_container .inside_about_title {
    margin-top: 0;
  }

  .productive_nav_content ul {
    display: block;
  }

  .productive_nav_content ul li {
    width: 22.5%;
    margin-left: 3.333%;
    border-radius: 0.5vw;
    height: 8vw;
    line-height: 7.6vw;
    border: 0.2vw solid rgba(0, 162, 154, 1);
    font-size: 3.8vw;
  }

  .productive_nav_content ul li:first-child {
    margin-left: 0;
  }

  .productive_nav_content ul li.cur, .productive_nav_content ul li:hover {
    line-height: 8vw;
    box-shadow: none;
  }

  .productive_list_content ul li {
    border-radius: 1vw;
    box-shadow: 0.6vw 0.6vw 2.8vw rgba(232, 50, 14, 0.12);
    overflow: hidden;
  }

  .productive_list_content ul li:nth-child(even) .productive_img {
    float: none;
  }

  .productive_list_content {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }

  .productive_about_content {
    margin-top: -2.5vw;
  }

  .productive_img {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    float: none;
  }

  .productive_img img {
    display: block;
    width: 100%;
    height: auto;
  }

  .productive_word {
    width: 100%;
    position: static;
    border-radius: 0;
    top: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    box-shadow: none;
    padding: 3vw 1vw;
  }

  .productive_word p {
    display: none;
  }

  .productive_word h3 {
    font-size: 4vw;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 0;
  }
}

/* about honor */
.about_honor_list {
  width: 1050px;
  margin: 2.5% auto 0;
  padding: 0 2% 5.5%;
}

.about_honor_content {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 6px solid #e0e0e0;
  overflow: hidden;
  box-shadow: 6px 6px 16px rgba(232, 50, 14, 0.12);
}

.about_honor_content img {
  width: 100%;
  height: auto;
  display: block;
}

.about_honor_page .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.14rem !important;
  background: #e8320e;
  opacity: 0.5;
}

.about_honor_page .swiper-pagination-bullet-active {
  background: #e8320e;
  opacity: 1;
}

.swiper-container-horizontal>.about_honor_page {
  bottom: 0 !important;
}

@media screen and (max-width:1300px) {
  .about_honor_list {
    width: 80%;
  }
}

@media screen and (max-width:1024px) {
  .about_honor_page .swiper-pagination-bullet {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 1.4vw !important;
  }

  .about_honor_content {
    border-radius: 1vw;
    border: 0.6vw solid #e0e0e0;
    box-shadow: 0.6vw 0.6vw 2vw rgba(232, 50, 14, 0.12);
  }

  .about_honor_list {
    padding: 0 2% 9vw;
    margin-top: 6vw;
  }
}

/* about course */
.course_bg {
  width: 100%;
  background: url(../images/course_bg.jpg) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 5% 0;
}

.course_list_container {
  position: relative;
  padding-bottom: 0.41rem;
  margin-top: 4%;
}

.course_List_content {
  height: 7.5rem;
}

.course_List_content .swiper-slide {
  background: url(../images/course_bg.png) no-repeat center top;
  background-size: 0.82rem;
}

.course_word_content {
  width: 100%;
}

.course_word_content h3 {
  width: 41%;
  float: left;
  font-size: 0.24rem;
  line-height: 1.5em;
  color: #fff;
  text-align: right;
  margin-top: 0.25rem;
}

.course_word {
  width: 41%;
  float: right;
  color: #fff;
  height: 0.9rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
}

.course_word p {
  font-size: 0.16rem;
  line-height: 2em;
}

.course_List_content .swiper-slide:nth-child(even) .course_word_content h3 {
  float: right;
  text-align: left;
}

.course_List_content .swiper-slide:nth-child(even) .course_word {
  float: left;
  text-align: right;
      justify-content: flex-end;
}

.course_next {
  width: 0.29rem;
  height: 0.41rem;
  background: url(../images/course_jiantou.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -0.145rem;
  bottom: 0;
  background-size: 100%;
  z-index: 2;
}

@media screen and (max-width:1450px) {
  .course_word_content h3 {
    margin-top: 0.2rem;
  }
.course_word{ height: 0.8rem;}
  .course_word p {
    line-height: 1.4em;
  }
}

@media screen and (max-width:1024px) {
  .course_bg {
    width: 100%;
    background: url(../images/course_m_bg2.jpg) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    padding: 8vw 0;
  }

  .course_List_content .swiper-slide {
    background: url(../images/course_m_bg.png) no-repeat left top;
    background-size: 12.3vw;
  }

  .course_List_content {
    height: 150vw;
  }

  .course_word_content {
    width: 75vw;
    float: right;
  }

  .course_word_content h3 {
    width: 100%;
    float: none;
    text-align: left;
    font-size: 4vw;
    margin-top: 0;
  }

  .course_word {
    width: 100%;
    float: none;
    height: auto;
  }

  .course_List_content .swiper-slide:nth-child(even) .course_word{ float: none; text-align: left;justify-content: flex-start;}

  .course_word p {
    text-align: left;
    font-size: 3.4vw;
    line-height: 1.5em;
  }

  .course_list_container {
    margin-top: 6vw;
    padding-bottom: 7vw;
  }

  .course_next {
    width: 4.3vw;
    height: 6.1vw;
    left: 5.3vw;
  }
}

@media screen and (max-width:700px) {
  .course_next {
    left: 5.8vw;
  }
}

@media screen and (max-width:500px) {
  .course_next {
    left: 6.4vw;
  }
}

@media screen and (max-width:450px) {
  .course_next {
    left: 6.6vw;
  }
}

@media screen and (max-width:420px) {
  .course_next {
    left: 6.9vw;
  }
}

@media screen and (max-width:380px) {
  .course_next {
    left: 7.2vw;
  }
}

/* product */
/* product_list_top*/
.product_list_top_word {
  width: 100%;
  position: relative;
}

.product_list_top_left {
  width: 42%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.product_list_top_left img {
  display: block;
  width: 100%;
  height: auto;
}

.product_list_word {
  width: 58.5%;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  background: #fafafa;
  padding: 3.5% 4%;
  border-radius: 0 10px 10px 0;
}

.product_list_word h3 {
  font-size: 0.24rem;
  line-height: 1.4em;
  margin-bottom: 0.15rem;
}

.product_list_word h3 a {
  color: #636363;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.product_list_word h3 a:hover {
  color: #e8320e;
}

.product_list_word p {
  font-size: 0.16rem;
  line-height: 1.7em;
  color: #636363;

}

.product_list_word_xq{  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;}
.product_more {
  position: static;
  right: 0;
  top: 0;
  margin-top: 0.3rem;
}

.product_top_page {
  text-align: left !important;
}

.product_top_page .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.14rem !important;
  background: #e8320e;
  opacity: 0.5;
}

.product_top_page .swiper-pagination-bullet-active {
  background: #e8320e;
  opacity: 1;
}

.swiper-container-horizontal>.product_top_page {
  bottom: 0.1rem !important;
  left: 45% !important;
  width: auto;
}

@media screen and (max-width:1024px) {
  .product_list_top_left {
    width: 100%;
    float: none;
    border-radius: 1vw;
  }

  .product_list_word {
    width: 100%;
    position: static;
    padding: 6vw 3.5vw 5vw;
    border-radius: 0 0 1vw 1vw;
    margin-top: -1vw;
  }

  .product_list_word h3 {
    font-size: 4.2vw;
    line-height: 1.5em;
    margin-bottom: 2.5vw;
  }

  .product_list_word p {
    font-size: 3.5vw;
    line-height: 1.65em;

  }
  .product_list_word_xq{-webkit-line-clamp: 3;}

  .product_more {
    margin-top: 4vw;
  }

  .product_more a {
    float: left;
  }

  .product_list_top {
    padding-bottom: 8vw;
  }

  .product_top_page .swiper-pagination-bullet {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 1.4vw !important;
  }

  .swiper-container-horizontal>.product_top_page {
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
  }

  .product_top_page {
    text-align: center !important;
  }
}

/* product_list_bottom*/
.product_list_content ul li {
  width: 48%;
  float: left;
  margin: 4% 4% 0 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.product_list_content ul li:nth-child(1), .product_list_content ul li:nth-child(2) {
  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(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  padding: 0.25rem 0.1rem;
}

@media screen and (max-width:1024px) {
  .product_list_content ul li {
    width: 100%;
    margin: 5vw 0 0 0;
    border-radius: 1vw;
  }

  .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_container{ margin-bottom: 5.7%;}
.product_detail_top_content {
  position: relative;
}

.product_detail_top_left {
  width: 47%;
  float: left;
}

.product_detail_img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.product_detail_img img {
  display: block;
  width: 100%;
  height: auto;
}

.product_detail_top_left h6 {
  width: 2.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.2rem;
  background: #0d57a7;
  text-align: center;
  color: #fff;
  font-weight: normal;
  margin: 0.25rem auto 0;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.product_detail_top_left h6:hover {
  background: #00a29a;
}

.product_detail_top_right {
  width: 48%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.product_right_top h3 {
  font-size: 0.52rem;
  color: #636363;
  line-height: 1.2em;
  margin-bottom: 4%;
}

.product_right_top {
/*  padding-bottom: 5%;*/
  border-bottom: 2px solid #e5e5e5;
}

.product_right_word {
  width: 100%;
  margin-top: 4%;
  height: 2.24rem;
  overflow: hidden;
}

.product_right_word p {
  color: #636363;
  font-size: 0.16rem;
  line-height: 1.75em;
}

.product_right_button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.product_right_button ul li {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  width: 2rem;
  height: 0.6rem;
  border-radius: 10px;
  line-height: 0.6rem;
  text-align: center;
  background: #e8320e;
  color: #fff;
  font-size: 0.2rem;
  float: left;
  margin-left: 0.4rem;
  cursor: pointer;
}

.product_right_button ul li:first-child {
  margin-left: 0;
}

.product_right_button ul li:hover {
  box-shadow: 6px 6px 20px rgba(232, 50, 14, 0.28);
}

.product_right_button ul {
  display: table;
  margin: 0 auto;
}

@media screen and (max-width:1024px) {
 .product_detail_top_container{ margin-bottom: 8vw;}
  .product_detail_top_left {
    width: 100%;
    float: none;
  }

  .product_detail_img {
    border-radius: 1vw;
  }

  .product_detail_top_left h6 {
    width: 37vw;
    height: 11vw;
    line-height: 11vw;
    font-size: 3.5vw;
    margin: 6vw auto 0;
  }

  .product_detail_top_right {
    width: 100%;
    position: static;
    height: auto;
    margin-top: 7vw;
  }

  .product_right_word {
    height: auto;
    margin-top: 4.2vw;
  }

  .product_right_top h3 {
    margin-bottom: 0;
    font-size: 5vw;
  }

  .product_right_top {
  padding-bottom: 3.5vw;
    border-bottom: 0.2vw solid #e5e5e5;
  }

  .product_right_word p {
    font-size: 3.5vw;
    line-height: 1.65em;
  }

  .product_right_button {
    position: static;
    left: 0;
    top: 0;
    margin-top: 5.5vw;
  }

  .product_right_button ul li:first-child {
    display: none;
  }

  .product_right_button ul li {
    margin: 0;
    width: 37vw;
    height: 11vw;
    line-height: 11vw;
    font-size: 3.5vw;
  }
}

/* product feature */
.product_feature_container {
  width: 100%;
  box-sizing: border-box;
  padding: 5.7% 0;
  background: #00a29a;
}

.product_feature_content {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.product_feature_list:first-child {
  padding-left: 0;
}

.product_feature_list {
  padding-left: 5%;
  min-width: 26%;
  display: none;
}

.product_feature_list.open_feature {
  display: block;
}

.product_feature_list h3 {
  color: #fff;
  font-size: 0.34rem;
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: 0.45rem;
}

.product_feature_list p {
  font-size: 0.2rem;
  line-height: 1.5em;
  background: url(../images/product_cricle.png) no-repeat left 0.1rem;
  ;
  background-size: 0.11rem;
  box-sizing: border-box;
  padding-left: 0.23rem;
  color: #fff;
  margin-top: 0.25rem;
}

.product_feature_list p a {
  color: #fff;
}

/*Only one column*/
.feature_pailie{ width: 100%; font-size: 0;}
.feature_pailie p{ width: 25%; box-sizing: border-box; padding-right: 0.1rem;display: inline-block;*display:inline;*zoom:1;vertical-align: top;}
.feature_pailie p:nth-child(1),.feature_pailie p:nth-child(2),.feature_pailie p:nth-child(3),.feature_pailie p:nth-child(4){ margin-top: 0;}

/* Two columns */
.feature_pailie2{ min-width: 47.5%;}
.feature_pailie2 p{ width: 49.5%; padding-right: 0.1rem;display: inline-block;*display:inline;*zoom:1;vertical-align: top; box-sizing: border-box;}
.feature_pailie2 p:nth-child(1),.feature_pailie2 p:nth-child(2){ margin-top: 0;}


@media screen and (max-width:1024px) {
  .product_feature_container {
    padding: 8vw 0;
  }

  .product_feature_content {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .product_feature_list {
    padding: 0;
    min-width: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 7vw;
    margin-top: 7vw;
  }

  .product_feature_list:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }

  .product_feature_list h3 {
    font-size: 4vw;
    margin-bottom: 1vw;
  }

  .product_feature_list p {
    line-height: 1.6em;
    font-size: 3.5vw;
    background-size: 2vw;
    background-position: left 1.8vw;
    padding-left: 3.8vw;
    margin-top: 4vw;
  }

 /*Only one column*/
  .feature_pailie p{ width: 100%; display:block;}
  .feature_pailie p:nth-child(1),.feature_pailie p:nth-child(2),.feature_pailie p:nth-child(3),.feature_pailie p:nth-child(4){ margin-top: 4vw;}

/* Two columns */
.feature_pailie2 p{ width: 100%; display:block;}
.feature_pailie2 p:nth-child(1),.feature_pailie2 p:nth-child(2){ margin-top: 4vw;}

}

/* product_display */
.external {
  height: 7rem;
  border: none;
}
div.external{ height: auto!important;}
.product_dispaly_content img.external{ max-width: 100%!!important; width: auto; height: auto; display: block; margin: 0 auto;}

.display_container{ margin-bottom: 5.7%;}

.product_lunbo{ width: 60%; margin: 0 auto; padding-bottom: 5.5%;}

.product_lunbo_img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 5px solid #e0e0e0;
    box-sizing: border-box;
}
.product_lunbo_img img{display: block; width: 100%; height: auto;}



.product_lunbo_page .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.14rem !important;
  background: #e8320e;
  opacity: 0.5;
}

.product_lunbo_page .swiper-pagination-bullet-active {
  background: #e8320e;
  opacity: 1;
}

.swiper-container-horizontal>.product_lunbo_page {
  bottom: 0 !important;
}


@media screen and (max-width:1024px) {
  .external {
    height: 50vw;
  }
  div.external{ height: auto!important;}

  .product_lunbo_page .swiper-pagination-bullet {
  width: 2.5vw;
  height: 2.5vw;
  margin: 0 1.4vw !important;
}
.product_lunbo{ width: 100%; padding-bottom: 9vw;}
.display_container{ margin-bottom: 8vw;}
}

/* parameters */
.parameters_content table {
  border-collapse: collapse;
  width: 100%;
}

.parameters_container {
  background: #f8f8f8;
  padding: 5.7% 0;
}

.parameters_content table tr {
  border-bottom: 1px solid #c2c2c2;
}

.parameters_content table th {
  text-align: left;
  line-height: 1.7em;
  font-size: 0.18rem;
  color: #e8320e;
  font-weight: normal;
  box-sizing: border-box;
  padding: 0 0.1rem 0.2rem 0;
  width: auto;
}

.parameters_content table td {
  font-size: 0.16rem;
  line-height: 1.5em;
  box-sizing: border-box;
  color: #636363;
  padding: 0.2rem 0.1rem 0.2rem 0;
  word-wrap: break-word;
   width: auto;
}

@media screen and (max-width:1024px) {
  .parameters_container {
    padding: 0;
    background: none;
  }

  .parameters_content {
    background: #f8f8f8;
    width: 100% !important;
    overflow-x: auto;
    box-sizing: border-box;
    padding: 4vw 0 6vw 4%;
    overflow-x: auto;
  }

  .parameters_content table {
    width: 280vw;
  }

  .parameters_content table th {
    font-size: 3.5vw;
    line-height: 1.7em;
    padding: 0 1vw 3vw 0;
  }

  .parameters_content table td {
    font-size: 3.5vw;
    padding: 3vw 1vw 3vw 0;
  }

  .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: #e8320e;
  }

  .parameters_content::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background: #e8320e;
  }
}

/* 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_container_content {
    margin-top: 18vw;
  }

  .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;}

.error_container ul li{ float:left; font-size: 0.2rem;width: 1.4rem;margin:0.05rem;}
.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;}
}
