.container {
  max-width: 1520px !important;
}
.head_layer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headernavmove {
  background-color: transparent;
  background-image: linear-gradient(120deg, #fff 25%, #232c39 20%);
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.headercenter {
  flex: 0 70%;
  padding-left: 70px;
}
.header_top {
  padding-top: 20px;
  padding-bottom: 10px;
  /* margin-bottom: 10px; */
  border-bottom: 1px solid #91969c;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_top_left ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header_top_left li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_top_left li:nth-child(1) {
  border-right: 1px solid #91969c;
  padding-right: 30px;
  margin-right: 30px;
}
.header_top_left li i {
  font-size: 16px;
  color: #fff;
  margin-right: 15px;
}
.header_top_left li a,
.header_top_left li p {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  flex: 1;
  white-space: nowrap;
}
.header_top_left li a:hover {
  color: #1357e3;
}
/* indexadvantage */
.indexadvantage {
  background-color: #f4f4f4;
  padding: 80px 0;
}
.indexadvantage_title {
  margin-bottom: 50px;
}
.indexadvantage_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.indexadvantage_title span {
  display: block;
  width: 20%;
  text-align: center;
  margin: 20px auto 0 auto;
  height: 4px;
  background-color: #1357e3;
}
.indexadvantage_flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.indexadvantage_box {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.indexadvantage_box span {
  font-size: 80px;
  font-family: "impact";
  color: #fff;
  background: -webkit-linear-gradient(45deg, #c2c0c0, #f8f8f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-top: -20px;
}
.indexadvantage_txt {
  flex: 1;
  margin-left: 20px;
}
.indexadvantage_txt img {
  width: 80px;
  height: 80px;
  display: block;
  vertical-align: middle;
}
.indexadvantage_txt h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin: 15px 0;
  word-break: break-all;
  word-wrap: break-word;
}
.indexadvantage_txt p {
  font-size: 14px;
  color: #000;
  word-break: break-all;
  word-wrap: break-word;
}
/* indexabout */
.indexabout {
  padding: 80px 0;
  background-color: #fff;
}
.indexabout_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.indexabout_img {
  border-radius: 15px;
  overflow: hidden;
}
.indexabout_img img {
  width: 100%;
  vertical-align: middle;
}
.indexabout_content h1 {
  font-size: 42px;
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 4px solid #1357e3;
  margin-bottom: 20px;
  word-break: break-all;
  word-wrap: break-word;
}
.indexabout_content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 38px;
}
.indexabout_content p {
  font-size: 16px;
  color: #666;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexabout_more {
  display: inline-block;
  padding: 12px 60px;
  background-color: #1357e3;
  border-radius: 30px;
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexabout_more:hover {
  background-color: #232c39;
}
/* indexintro */
.indexintro {
  background-color: #f4f4f4;
  padding: 40px 0;
  box-shadow: 0 -6px 10px -1px rgba(0, 0, 0, 0.1);
}
.indexintro_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.indexintro_img img {
  max-height: 150px;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.indexintro_main {
  border-left: 2px solid #cecece;
  padding-left: 80px;
}
.indexintro_main h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  word-break: break-all;
  word-wrap: break-word;
}
.indexintro_main p {
  font-size: 16px;
  color: #666;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* indexvideo */
.indexvideo {
  background: url(../images/indexbackjpg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 90px 0;
}
.indexvideo_title {
  margin-bottom: 40px;
}
.indexvideo_title h2 {
  font-size: 38px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  word-break: break-all;
  word-wrap: break-word;
}
.indexvideo_title span {
  display: block;
  margin: 30px auto;
  width: 10%;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
}
.indexvideo_title p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.indexwhy_img {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.indexwhy_img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.indexabout_video_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
#indexabout_videobtn {
  z-index: 9999;
}
.indexvideo_more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexvideo_btn {
  margin: 40px auto 0 auto;
  text-align: center;
  display: inline-block;
  padding: 12px 70px;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexvideo_btn:hover {
  background-color: #1357e3;
  border: 2px solid #1357e3;
}
/* indexproduct */
.indexproduct {
  padding: 90px 0;
}
.indexproduct_tab_maincon:nth-child(n + 2) {
  display: none;
}
.indexproduct_tabbtn {
  margin-bottom: 50px;
}
.indexproduct_tabbtn ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexproduct_tabbtn li {
  overflow: hidden;
  text-align: center;
  padding: 12px 30px;
  background-color: #333333;
  margin: 0 60px;
  border-radius: 30px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.indexproduct_tabbtn_active {
  background-color: #1357e3 !important;
}
.indexproduct_flex {
  display: flex;
  flex-wrap: wrap;
}
.indexproduct_li {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.indexproduct_box {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.indexproduct_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.indexproduct_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexproduct_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  padding: 15px 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexproduct_content h3 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexproduct_li:hover .indexproduct_img img {
  transform: scale(1.2);
}
.indexproduct_li:hover .indexproduct_content {
  background-color: rgba(19, 87, 227, 1);
}
/* indexnews */
.indexnews {
  background-color: #f4f4f4;
  padding: 80px 0;
}
.indexnews_flex {
  display: flex;
  flex-wrap: wrap;
}
.indexnews_box {
  height: 100%;
  position: relative;
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 100%;
  display: block;
}
.indexnews_img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_content {
  margin-top: 30px;
}
.indexnews_content h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_content a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_content p {
  font-size: 16px;
  color: #666;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_content span {
  font-size: 14px;
  color: #999;
  text-align: right;
  display: block;
  margin-top: 20px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_box:hover {
  background-color: #1357e3;
}
.indexnews_box:hover .indexnews_content h3,
.indexnews_box:hover .indexnews_content a,
.indexnews_box:hover .indexnews_content p,
.indexnews_box:hover .indexnews_content span {
  color: #fff;
}
.indexnews_box:hover .indexnews_img img {
  transform: scale(1.2);
}
.indexnews_boxlist {
  background-color: #fff;
  height: 100%;
}
.indexnews_boxlist li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 30px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_boxlist li:last-child {
  border-bottom: none;
}
.indexnews_boxlist_time {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indexnews_boxlist_time p {
  font-size: 14px;
  color: #999;
  text-align: center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_boxlist_time span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_boxlist_content {
  flex: 1;
  border-left: 1px solid #e5e5e5;
  padding-left: 30px;
  margin-left: 30px;
}
.indexnews_boxlist_content a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_boxlist_content p {
  font-size: 14px;
  color: #666;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_boxlist li:hover {
  background-color: #1357e3;
}
.indexnews_boxlist li:hover .indexnews_boxlist_content a,
.indexnews_boxlist li:hover .indexnews_boxlist_content p,
.indexnews_boxlist li:hover .indexnews_boxlist_time span,
.indexnews_boxlist li:hover .indexnews_boxlist_time p {
  color: #fff;
}

/* indexform */
.indexform {
  padding: 80px 0;
}
.indexform_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.indexform_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
}
.indexform_title span {
  display: block;
  width: 150px;
  height: 4px;
  background-color: #1357e3;
  margin: 15px 0 30px 0;
}
.indexform_title h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.indexform_title p {
  font-size: 16px;
  color: #666;
  word-break: break-all;
  word-wrap: break-word;
}
.indexform_btns {
  margin-top: 40px;
}
.indexform_btns a {
  display: block;
  padding: 13px 30px;
  border-radius: 30px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #1357e3;
  border: 2px solid #1357e3;
  margin: 15px 0;
  width: 70%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexform_btns a:hover {
  background-color: #1357e3;
  color: #fff;
}
.indexform_table {
  padding: 40px;
  background-color: #fff;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}
.indexform_table .yandex-form #form .list {
  margin-bottom: 30px;
}
.indexform_table .yandex-form #form .list input {
  padding: 15px 10px;
}
/* footer */
.footer {
  background-color: #232c39;
}
.footer_hd {
  padding: 70px 0 50px 0;
  border-bottom: 1px solid #fff;
}
.footer_hd_flex {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.footer_logo img {
  max-height: 100px;
  vertical-align: middle;
}
.footer_ways {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer_ways i {
  font-size: 18px;
  color: #fff;
}
.footer_ways div {
  flex: 1;
}
.footer_ways a {
  font-size: 16px;
  color: #fff;
  flex: 1;
  display: inline-block;
  white-space: nowrap;
}
.footer_ways a:hover {
  color: #1357e3;
}
.footer_ways p {
  font-size: 16px;
  color: #fff;
  flex: 1;
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
  margin-left: 15px;
}
.footer_ways span {
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 0 10px;
}
.footer_bd {
  padding: 50px 0 70px 0;
}
.footer_bd_flex {
  display: flex;
  flex-wrap: wrap;
}
.footer_bd_li h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  word-break: break-all;
  word-wrap: break-word;
}
.footer_bd_li a {
  font-size: 16px;
  color: #fff;
  word-break: break-all;
  word-wrap: break-word;
  display: block;
  margin-bottom: 15px;
}
.footer_bd_li a:hover {
  color: #1357e3;
  text-decoration: underline;
}
.copyrights {
  padding: 20px 0 40px 0;
  background-color: #1f1f1f;
}
.copyrights .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.copyrights p {
  font-size: 14px;
  color: #cecece;
}
.copyrights_media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.copyrights_media a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin: 0 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyrights_media a i {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.copyrights_media a:hover {
  background-color: #1357e3;
  border: 1px solid #1357e3;
}
.saf-col .swiper-prev svg {
  transform: rotate(-90deg);
  width: 70px;
  height: 70px;
}
.saf-col .swiper-next svg {
  transform: rotate(270deg);
  width: 70px;
  height: 70px;
}
/* shi pei */
@media (max-width: 360px) {
  .indexadvantage_box span {
    font-size: 55px;
    display: none!important;
  }
  #c_static_001_P_10966-16856905949800 .e_button-15 {
    margin-left: 0 !important;
    margin: 15px auto !important;
  }
  .indexform_btns a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
    .indexadvantage_box span {
    font-size: 55px;
    display: none!important;
  }
  .bg-dark {
    background-color: #232c39 !important;
  }
  #c_static_001_P_10966-16856905949800 .e_button-15 {
    margin-left: 0 !important;
    margin: 15px auto !important;
  }
  .dropdown-menu-dark {
    background-color: #fff !important;
  }
  .indexadvantage {
    padding: 40px 0;
  }
  .indexadvantage_title h2 {
    font-size: 22px;
  }
  .indexproduct_content h3{ font-size:14px;}
  
  .indexadvantage_txt h3{ font-size:17px;}
  .indexadvantage_li {
    margin: 15px 0;
  }
  .indexadvantage_txt img {
    width: 45px;
    height: 45px;
  }
  .indexadvantage_title {
    margin-bottom: 30px;
  }
  .indexabout {
    padding: 40px 0;
  }
  .indexabout_img {
    margin-bottom: 30px;
  }
  .indexabout_content h1 {
    font-size: 22px;
  }
  .indexabout_content h3{ font-size:18px;}
  .indexintro_main {
    padding-left: 0;
    border-left: none;
    margin-top: 30px;
  }
  .indexvideo {
    padding: 40px 0;
  }
  .indexvideo_title h2 {
    font-size: 20px;
  }
  .indexwhy_img {
    width: 100%;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_tabbtn ul {
    flex-wrap: wrap;
  }
  .indexproduct_tabbtn li {
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 14px;
  }
  .indexproduct_tabbtn {
    margin-bottom: 30px;
  }
  .indexproduct_content {
    padding: 10px;
  }
  .cn-show .saf-cn-proSwiper .saf-left .saf-proTitle h2 {
    font-size: 2rem !important;
    margin-bottom: 20px !important;
  }
  .cn-show .saf-cn-proSwiper {
    padding-top: 0 !important;
  }
  .saf-cn-proSwiper .saf-right .swiper_btn svg {
    display: none;
  }
  .cbox-9-0 p {
    max-height: none !important;
  }
  .indexnews {
    padding: 40px 0 10px 0;
  }
  .indexnews_li {
    margin-bottom: 30px;
  }
  .indexform {
    padding: 40px 0;
  }
  .indexform_title h2 {
    font-size: 26px;
  }
  .indexform_btns a {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
  }
  .footer_hd {
    padding: 40px 0 20px 0;
    border-bottom: none;
  }
  .footer_hd_li {
    margin-bottom: 15px;
  }
  .footer_bd {
    display: none;
  }
  .copyrights {
    padding: 15px 0 100px 0;
  }
  .copyrights_media a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .copyrights_media a i {
    font-size: 18px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
    .indexadvantage_box span {
    font-size: 55px;
    display: none!important;
  }
  .bg-dark {
    background-color: #232c39 !important;
  }
  #c_static_001_P_10966-16856905949800 .e_button-15 {
    margin-left: 0 !important;
    margin: 15px auto !important;
  }
  .dropdown-menu-dark {
    /*background-color: #fff !important;*/
  }
  .indexadvantage {
    padding: 40px 0;
  }
  .indexadvantage_title h2 {
    font-size: 36px;
  }
  .indexadvantage_li {
    margin: 15px 0;
  }
  .indexadvantage_txt img {
    width: 45px;
    height: 45px;
  }
  .indexadvantage_title {
    margin-bottom: 30px;
  }
  .indexabout {
    padding: 40px 0;
  }
  .indexabout_img {
    margin-bottom: 30px;
  }
  .indexabout_content h1 {
    font-size: 36px;
  }
  .indexintro_main {
    padding-left: 0;
    border-left: none;
    margin-top: 30px;
  }
  .indexvideo {
    padding: 40px 0;
  }
  .indexvideo_title h2 {
    font-size: 32px;
  }
  .indexwhy_img {
    width: 100%;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_tabbtn ul {
    flex-wrap: wrap;
  }
  .indexproduct_tabbtn li {
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 14px;
  }
  .indexproduct_tabbtn {
    margin-bottom: 30px;
  }
  .indexproduct_content {
    padding: 10px;
  }
  .cn-show .saf-cn-proSwiper .saf-left .saf-proTitle h2 {
    font-size: 2rem !important;
    margin-bottom: 20px !important;
  }
  .cn-show .saf-cn-proSwiper {
    padding-top: 0 !important;
  }
  .saf-cn-proSwiper .saf-right .swiper_btn svg {
    display: none;
  }
  .cbox-9-0 p {
    max-height: none !important;
  }
  .indexnews {
    padding: 40px 0 10px 0;
  }
  .indexnews_li {
    margin-bottom: 30px;
  }
  .indexform {
    padding: 40px 0;
  }
  .indexform_title h2 {
    font-size: 36px;
  }
  .indexform_btns a {
    font-size: 16px;
    padding: 10px 20px;
  }
  .footer_hd {
    padding: 40px 0 20px 0;
    border-bottom: none;
  }
  .footer_hd_li {
    margin-bottom: 15px;
  }
  .footer_bd {
    display: none;
  }
  .copyrights {
    padding: 15px 0 130px 0;
  }
  .copyrights_media a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .copyrights_media a i {
    font-size: 18px;
  }
  .indexadvantage_li {
    margin: 15px 0;
  }
  #c_static_001_P_10966-16856905949800 .e_button-15 {
    margin: 30px auto 0 auto !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .bg-dark {
    background-color: #232c39 !important;
  }
  #c_static_001_P_10966-16856905949800 .e_button-15 {
    margin-left: 0 !important;
    margin: 15px auto !important;
  }
  .dropdown-menu-dark {
    background-color: #fff !important;
  }
  .indexadvantage {
    padding: 40px 0;
  }
  .indexadvantage_title h2 {
    font-size: 36px;
  }
  .indexadvantage_li {
    margin: 15px 0;
  }
  .indexadvantage_txt img {
    width: 45px;
    height: 45px;
  }
  .indexadvantage_title {
    margin-bottom: 30px;
  }
  .indexabout {
    padding: 40px 0;
  }
  .indexabout_img {
    margin-bottom: 30px;
  }
  .indexabout_content h1 {
    font-size: 36px;
  }
  .indexintro_main {
    padding-left: 0;
    border-left: none;
    margin-top: 30px;
  }
  .indexvideo {
    padding: 40px 0;
  }
  .indexvideo_title h2 {
    font-size: 32px;
  }
  .indexwhy_img {
    width: 100%;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_tabbtn ul {
    flex-wrap: wrap;
  }
  .indexproduct_tabbtn li {
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 14px;
  }
  .indexproduct_tabbtn {
    margin-bottom: 30px;
  }
  .indexproduct_content {
    padding: 10px;
  }
  .cn-show .saf-cn-proSwiper .saf-left .saf-proTitle h2 {
    font-size: 2rem !important;
    margin-bottom: 20px !important;
  }
  .cn-show .saf-cn-proSwiper {
    padding-top: 0 !important;
  }
  .saf-cn-proSwiper .saf-right .swiper_btn svg {
    display: none;
  }
  .cbox-9-0 p {
    max-height: none !important;
  }
  .indexnews {
    padding: 40px 0 10px 0;
  }
  .indexnews_li {
    margin-bottom: 30px;
  }
  .indexform {
    padding: 40px 0;
  }
  .indexform_title h2 {
    font-size: 36px;
  }
  .indexform_btns a {
    font-size: 16px;
    padding: 10px 20px;
  }
  .footer_hd {
    padding: 40px 0 20px 0;
    border-bottom: none;
  }
  .footer_hd_li {
    margin-bottom: 15px;
  }
  .footer_bd {
    display: none;
  }
  .copyrights {
    padding: 15px 0 130px 0;
  }
  .copyrights_media a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .copyrights_media a i {
    font-size: 18px;
  }
  .indexadvantage_li {
    margin: 15px 0;
  }

  .cn-show .saf-cn-proSwiper .saf-left {
    width: 100% !important;
  }
  .cn-show .saf-cn-proSwiper {
    flex-wrap: wrap !important;
  }
  .cn-show .saf-cn-proSwiper {
    height: auto !important;
  }
  .cn-show .saf-cn-proSwiper .saf-middle {
    width: 100% !important;
    height: auto !important;
  }
  #c_static_001_P_10966-16856905949800 .e_container-1 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .bg-dark {
    background-color: #232c39 !important;
  }
  #c_static_001_P_10966-16856905949800 .e_button-15 {
    margin-left: 0 !important;
    margin: 15px auto !important;
  }
  .dropdown-menu-dark {
    background-color: #fff !important;
  }
  .indexadvantage {
    padding: 40px 0;
  }
  .indexadvantage_title h2 {
    font-size: 36px;
  }
  .indexadvantage_li {
    margin: 15px 0;
  }
  .indexadvantage_txt img {
    width: 45px;
    height: 45px;
  }
  .indexadvantage_title {
    margin-bottom: 30px;
  }
  .indexabout {
    padding: 40px 0;
  }
  .indexabout_img {
    margin-bottom: 30px;
  }
  .indexabout_content h1 {
    font-size: 36px;
  }
  .indexintro_main {
    padding-left: 0;
    border-left: none;
    margin-top: 30px;
  }
  .indexvideo {
    padding: 40px 0;
  }
  .indexvideo_title h2 {
    font-size: 32px;
  }
  .indexwhy_img {
    width: 100%;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_tabbtn ul {
    flex-wrap: wrap;
  }
  .indexproduct_tabbtn li {
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 14px;
  }
  .indexproduct_tabbtn {
    margin-bottom: 30px;
  }
  .indexproduct_content {
    padding: 10px;
  }
  .cn-show .saf-cn-proSwiper .saf-left .saf-proTitle h2 {
    font-size: 2rem !important;
    margin-bottom: 20px !important;
  }
  .cn-show .saf-cn-proSwiper {
    padding-top: 0 !important;
  }
  .saf-cn-proSwiper .saf-right .swiper_btn svg {
    display: none;
  }
  .cbox-9-0 p {
    max-height: none !important;
  }
  .indexnews {
    padding: 40px 0 10px 0;
  }
  .indexnews_li {
    margin-bottom: 30px;
  }
  .indexform {
    padding: 40px 0;
  }
  .indexform_title h2 {
    font-size: 36px;
  }
  .indexform_btns a {
    font-size: 16px;
    padding: 10px 20px;
  }
  .footer_hd {
    padding: 40px 0 20px 0;
    border-bottom: none;
  }
  .footer_hd_li {
    margin-bottom: 15px;
  }
  .footer_bd {
    display: none;
  }
  .copyrights {
    padding: 15px 0 130px 0;
  }
  .copyrights_media a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .copyrights_media a i {
    font-size: 18px;
  }
  .indexadvantage_li {
    margin: 15px 0;
  }
  .indexform_btns a {
    width: 100%;
  }
  .cn-show .saf-cn-proSwiper .saf-left {
    width: 100% !important;
  }
  .cn-show .saf-cn-proSwiper {
    flex-wrap: wrap;
  }
  .cn-show .saf-cn-proSwiper {
    height: auto !important;
  }
  .cn-show .saf-cn-proSwiper .saf-middle {
    width: 100% !important;
    height: auto !important;
  }
  #c_static_001_P_10966-16856905949800 .e_container-1 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1330px) {
  .headernavmove {
    background-image: linear-gradient(120deg, #fff 20%, #232c39 10%);
  }
  .cn-show .saf-cn-proSwiper .saf-left {
    width: 100% !important;
  }
  .cn-show .saf-cn-proSwiper {
    flex-wrap: wrap;
  }
  .cn-show .saf-cn-proSwiper {
    height: auto !important;
  }
  #c_static_001_P_10966-16856905949800 .e_container-1 {
    margin-bottom: 60px !important;
  }
  .logo-fixed img {
    margin-left: 40px;
  }
}
@media (min-width: 1331px) and (max-width: 1440px) {
  .logo-fixed img {
    margin-left: 60px;
  }
  .headernavmove {
    background-image: linear-gradient(120deg, #fff 20%, #232c39 10%);
  }
}
@media (min-width: 1401px) and (max-width: 1680px) {
}
.fl-rich-text{
    overflow: auto;
}