@charset "UTF-8";
html {
  position: relative;
  overflow-y: auto;
  scroll-padding-top: 6.25rem;
}
body {
  width: 100%;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #999;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.bgbx {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.swiper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateY(-50%);
  width: 80px;
  height: 100px;
  color: #283593;
  line-height: 100px;
  z-index: 1;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
}
.swiper-btn span {
  color: #fff;
  font-size: 30px;
}
.swiper-btn:hover {
  background: #c9d3cd;
}
.container {
  width: 93.75rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.inner-header-icon {
  display: none;
  color: #333;
  height: 3.625rem;
  font-size: 1.563rem;
  text-align: center;
  float: right;
  width: 3.125rem;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 3;
  transform: scale(1.3);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 1px) / 2);
  width: 1.563rem;
  height: 1px;
  background-color: #283593;
}
.inner-header-icon span:nth-child(1) {
  transform: translateY(0.625rem) rotate(0deg);
}
.inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.inner-header-icon span:nth-child(3) {
  transform: translateY(-0.625rem) rotate(0deg);
}
.inner-header-icon-click span {
  background: #333;
}
.inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clickthird {
  0% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
.inner-header-icon-out span {
  background: #666;
}
.inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(0.625rem) rotate(0deg);
  }
}
.common_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 6.25rem;
}
.common_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.common_banner_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.common_banner_text .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.common_banner_text .container h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 2.5rem;
}
.common_banner_text .container em {
  display: block;
  width: 6.25rem;
  height: 0.125rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.common_crumb {
  background-color: #E5E5E5;
}
.common_crumb_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.125rem;
}
.common_crumb_content p {
  font-size: 1rem;
  color: #232323;
}
.common_crumb_content p a {
  color: #232323;
}
.common_crumb_content p a:hover {
  color: #00A1E9;
}
.common_navbox {
  margin-bottom: 2.5rem;
}
.common_navbox ul {
  display: flex;
  justify-content: center;
}
.common_navbox ul li:not(:last-child) {
  margin-right: 2%;
}
.common_navbox ul li.active a,
.common_navbox ul li:hover a {
  background-color: #00A1E9;
  color: #fff;
}
.common_navbox ul li a {
  display: inline-block;
  height: 2.5rem;
  padding: 0 1.25rem;
  border: 1px solid #00A1E9;
  border-radius: 1.25rem;
  font-size: 1rem;
  text-align: center;
  line-height: 2.5rem;
  color: #00A1E9;
  box-sizing: border-box;
  transition: all 0.3s;
}
.common_pagination {
  width: 100%;
}
.common_pagination ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.common_pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.875rem;
  color: #333;
  margin: 0 0.375rem;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  border-color: #00A1E9;
  background-color: #00A1E9;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  border-color: #00A1E9;
  background-color: #00A1E9;
}
.common_pagination li {
  display: flex;
}
.common_pagination li:first-child > a,
.common_pagination li:last-child > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
}
.common_pagination li:first-child > a i,
.common_pagination li:last-child > a i {
  font-size: 1rem;
  color: #333;
}
.common_pagination li:first-child > a:hover,
.common_pagination li:last-child > a:hover {
  border-color: #00A1E9;
  background-color: #00A1E9;
}
.common_pagination li:first-child > a:hover i,
.common_pagination li:last-child > a:hover i {
  color: #fff;
}
.common_pagebtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.common_pagebtn a {
  display: flex;
  max-width: 80%;
  font-size: 0.75rem;
  line-height: 2rem;
  color: #232323;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #00A1E9;
}
.showhonor {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.showhonor.active {
  display: block;
}
.showhonor .closebtn {
  position: fixed;
  top: 85%;
  left: 50%;
  z-index: 5;
  margin-left: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #333;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.showhonor .closebtn:hover {
  background: #ccc;
}
.showhonor .closebtn:hover i {
  color: #fff;
}
.showhonor .closebtn i {
  font-size: 1.25rem;
  color: #333;
  font-weight: 700;
}
.showhonor_content {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showhonor_content .imgbx img {
  display: block;
  width: 60vw;
  height: 60vh;
  object-fit: contain;
  margin: 0 auto;
}
.searchbd_content {
  padding: 12rem 0 3rem;
}
.searchbd_content_item {
  position: relative;
}
.searchbd_content_item:not(:last-child) {
  margin-bottom: 2rem;
}
.searchbd_content_item h3 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1.75rem;
}
.searchbd_content_item p {
  font-size: 1rem;
  color: #666;
  line-height: 1.625rem;
}
.searchbd_content_item:hover h3 {
  color: #00A1E9;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9999;
  transition: all 0.4s;
}
.index_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.index_header_navbox {
  width: 100%;
  height: 6.25rem;
}
.index_header_navbox .logobox {
  display: flex;
  align-items: center;
}
.index_header_navbox .logobox_M {
  display: none;
}
.index_header_navbox .logobox .logoimg {
  display: block;
  width: auto;
  height: 3.75rem;
}
.index_header_navbox .logobox .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}
.index_header .navbx {
  display: flex;
  align-items: center;
  height: 6.25rem;
}
.index_header_nav {
  display: flex;
  height: 100%;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: flex;
  height: 100%;
}
.index_header_nav_item {
  position: relative;
  display: flex;
  align-items: center;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 6.25rem;
  font-size: 1rem;
  color: #111;
  padding: 0 1.25rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 5.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9rem;
  max-height: 0;
  background-color: #fff;
  overflow: hidden;
  padding: 0;
  z-index: 49;
  transition: all 0.3s;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
}
.index_header_nav_item .dropdown.dropdowm2 {
  left: 50%;
  transform: translateX(-50%);
  width: 10.5rem;
}
.index_header_nav_item .dropdown_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.index_header_nav_item .dropdown_list li {
  width: 100%;
}
.index_header_nav_item .dropdown_list li a {
  display: block;
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  color: #333;
  text-align: center;
  line-height: 2.5rem;
}
.index_header_nav_item .dropdown_list li a:hover {
  color: #00A1E9;
}
.index_header_nav_item.active > a {
  color: #00A1E9;
}
.index_header_nav_item:hover > a {
  color: #00A1E9;
}
.index_header_nav_item:hover .dropdown {
  max-height: 42rem;
  opacity: 1;
}
.index_header .rightbx {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 4rem;
}
.index_header .rightbx .langbx {
  position: relative;
  margin-right: 1rem;
}
.index_header .rightbx .langbx a {
  font-size: 0.875rem;
  color: #111111;
  opacity: 0.5;
}
.index_header .rightbx .langbx a:hover {
  color: #00A1E9;
}
.index_header .rightbx .searchbx {
  position: relative;
  height: 100%;
}
.index_header .rightbx .searchbx::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 0.0625rem;
  height: 1rem;
  background-color: rgba(17, 17, 17, 0.2);
}
.index_header .rightbx .searchbx:hover .dropdown {
  width: 10rem;
  opacity: 1;
}
.index_header .rightbx .searchbx .iconbx {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
}
.index_header .rightbx .searchbx .iconbx i {
  font-size: 1.125rem;
  color: #111;
  opacity: 0.5;
}
.index_header .rightbx .searchbx .iconbx:hover i {
  color: #00A1E9;
}
.index_header .rightbx .searchbx .dropdown {
  position: absolute;
  top: 6.25rem;
  right: 0;
  width: 0;
  opacity: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.index_header .rightbx .searchbx .dropdown form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.625rem;
  background-color: #fff;
  box-sizing: border-box;
}
.index_header .rightbx .searchbx .dropdown form input {
  display: block;
  width: 100%;
  height: 2rem;
  padding: 0 1.875rem 0 0;
  box-sizing: border-box;
  font-size: 0.75rem;
  color: #333;
  outline: none;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.index_header .rightbx .searchbx .dropdown form .sousuobtn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: transparent;
  border: 0;
  outline: none;
}
.index_header .rightbx .searchbx .dropdown form .sousuobtn em {
  font-size: 1.125rem;
  color: #111;
  opacity: 0.5;
}
.index_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 6.25rem;
  overflow: hidden;
  background: #fff;
  background-attachment: fixed;
  z-index: 1;
}
.index_banner_swiper {
  width: 100%;
  height: auto;
}
.index_banner_swiper .swiper-slide {
  position: relative;
  width: auto;
}
.index_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_banner_swiper .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.index_banner_swiper .swiper-slide .text .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.index_banner_swiper .swiper-slide .text_center {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.index_banner_swiper .swiper-slide .text_center h2 {
  font-size: 3.75rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.index_banner_swiper .swiper-slide .text_center em {
  display: block;
  width: 2.75rem;
  height: 0.375rem;
  margin: 1.375rem 0;
  background-color: #75CB1E;
}
.index_banner_swiper .swiper-slide .text_center p {
  font-size: 1.125rem;
  color: #fff;
}
.index_banner_swiper .swiper-slide .text_center p:last-child {
  letter-spacing: 0.125rem;
}
.index_banner .swiper-pagination {
  width: 100%;
  bottom: 5%;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.5rem;
  color: #fff;
  opacity: 1;
  margin: 0 0.375rem;
  background: transparent;
  transition: all 0.5s;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  color: #00A1E9;
  border-color: #00A1E9;
}
.index_banner .searchmd {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 8.75rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.index_banner .searchmd .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.index_banner .searchmd_title {
  position: relative;
  margin-right: 2.5rem;
  margin-left: 1.25rem;
}
.index_banner .searchmd_title h3 {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 400;
}
.index_banner .searchmd_title p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.5rem;
  color: #fff;
  font-weight: 700;
  opacity: 0.1;
}
.index_banner .searchmd_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.index_banner .searchmd_content form {
  display: flex;
  margin-bottom: 1.125rem;
}
.index_banner .searchmd_content form input {
  display: block;
  width: 70%;
  height: 3.75rem;
  padding-left: 3rem;
  font-size: 1rem;
  color: #333;
  outline: none;
  border: 0;
}
.index_banner .searchmd_content form input::-webkit-input-placeholder,
.index_banner .searchmd_content form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.index_banner .searchmd_content form input:-moz-placeholder,
.index_banner .searchmd_content form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.index_banner .searchmd_content form input::-moz-placeholder,
.index_banner .searchmd_content form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.index_banner .searchmd_content form input:-ms-input-placeholder,
.index_banner .searchmd_content form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.index_banner .searchmd_content form button {
  display: block;
  width: 6.25rem;
  height: 3.75rem;
  background-color: #00A1E9;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.125rem;
  outline: none;
  border: 0;
}
.index_banner .searchmd_content .searchlist p {
  display: flex;
  font-size: 1rem;
  color: #fff;
}
.index_banner .searchmd_content .searchlist p a {
  color: #fff;
}
.index_banner .searchmd_content .searchlist p a:hover {
  color: #00A1E9;
}
.index_banner_M {
  display: none;
}
.index_common_title h3 {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  color: #111;
  margin-bottom: 0.75rem;
}
.index_common_title h3 span {
  color: #0000F9;
}
.index_common_title p {
  font-size: 0.875rem;
  color: #111;
  text-align: center;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.index_common_title em {
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #0000f9;
  opacity: 0.2;
  margin: 0 auto;
}
.index_about {
  padding: 8.75rem 0 4.375rem;
  background: url(../images/index-aboutbg.jpg) no-repeat top center;
  background-size: cover;
}
.index_about_content .title {
  margin-bottom: 4.5rem;
}
.index_about_content .title h3 {
  font-size: 2.25rem;
  color: #111;
  text-align: center;
}
.index_about_content .intro {
  padding: 0 10%;
  margin-bottom: 6.25rem;
}
.index_about_content .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2em;
  text-align: center;
}
.index_about_content .numlist ul {
  display: flex;
}
.index_about_content .numlist ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}
.index_about_content .numlist ul li .num {
  margin-bottom: 1rem;
}
.index_about_content .numlist ul li .num p {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #00A1E9;
}
.index_about_content .numlist ul li .num p span {
  font-size: 4.5rem;
  color: #00A1E9;
  line-height: 1em;
  font-weight: 700;
  margin-right: 0.625rem;
}
.index_about_content .numlist ul li > p {
  font-size: 1rem;
  color: #00A1E9;
}
.index_productinfo {
  padding: 4.375rem 0;
}
.index_productinfo .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
.index_productinfo .head .title h3 {
  font-size: 2.25rem;
  color: #111;
  margin-bottom: 0.625rem;
}
.index_productinfo .head .title span {
  font-size: 1rem;
  color: #111;
  opacity: 0.5;
}
.index_productinfo .head .descbtn {
  width: 8.125rem;
  height: 2.5rem;
}
.index_productinfo .head .descbtn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.875rem;
  border: 1px solid #00A1E9;
  box-sizing: border-box;
}
.index_productinfo .head .descbtn a:hover {
  background-color: #00A1E9;
}
.index_productinfo .head .descbtn a:hover span,
.index_productinfo .head .descbtn a:hover i {
  color: #fff;
  opacity: 1;
}
.index_productinfo .head .descbtn a span {
  font-size: 0.875rem;
  color: #333;
  opacity: 0.6;
}
.index_productinfo .head .descbtn a i {
  font-size: 1.5rem;
  color: #666;
}
.index_productinfo_content {
  display: flex;
}
.index_productinfo_content .textbx {
  width: 50%;
  padding: 3.5rem 2.5rem;
  background: #00A1E9;
}
.index_productinfo_content .textbx .title {
  margin-bottom: 8%;
}
.index_productinfo_content .textbx .title h4 {
  font-size: 1.75rem;
  color: #fff;
  margin-bottom: 0.75rem;
}
.index_productinfo_content .textbx .title span {
  font-size: 1.125rem;
  color: #fff;
  opacity: 0.6;
}
.index_productinfo_content .textbx .title em {
  display: block;
  width: 4.375rem;
  height: 0.125rem;
  background-color: #fff;
  opacity: 0.5;
  margin-top: 1.875rem;
}
.index_productinfo_content .textbx .intro {
  margin-bottom: 6%;
}
.index_productinfo_content .textbx .intro p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2em;
}
.index_productinfo_content .textbx .descbtn {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}
.index_productinfo_content .textbx .descbtn:hover {
  color: #fff;
}
.index_productinfo_content .imgbx {
  position: relative;
  width: 50%;
  height: auto;
}
.index_productinfo_content .imgbx .bg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_productinfo_content .imgbx .product {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.index_quality {
  padding: 4.375rem 0;
  background: url(../images/index-productbg2.jpg) no-repeat top center;
  background-size: 100% 70%;
}
.index_quality .title {
  margin-bottom: 3.75rem;
}
.index_quality .title h3 {
  font-size: 2.25rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
.index_quality .title p {
  font-size: 1.625rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.index_quality_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_quality_content .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48.67%;
  height: 18.75rem;
  padding: 2.125rem;
  background: url(../images/index-productbg.jpg) no-repeat center center;
  background-size: cover;
}
.index_quality_content .item::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  background-size: contain;
}
.index_quality_content .item:first-child,
.index_quality_content .item:nth-child(2) {
  margin-bottom: 2.5rem;
}
.index_quality_content .item .iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_quality_content .item .text h4 {
  font-size: 1.25rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.index_quality_content .item .text .intro p {
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.5);
  line-height: 1.5rem;
}
.index_quality_content .item:first-child .iconbx {
  width: 6.9375rem;
  height: 6.4375rem;
}
.index_quality_content .item:first-child::after {
  width: 15.875rem;
  height: 14.0625rem;
  background: url(../images/index-productbg4.png) no-repeat center center;
}
.index_quality_content .item:nth-child(2) .iconbx {
  width: 5.875rem;
  height: 7.125rem;
}
.index_quality_content .item:nth-child(2)::after {
  width: 16.875rem;
  height: 15.4375rem;
  background: url(../images/index-productbg5.png) no-repeat center center;
}
.index_quality_content .item:nth-child(3) .iconbx {
  width: 6.6875rem;
  height: 6.25rem;
}
.index_quality_content .item:nth-child(3)::after {
  width: 16.125rem;
  height: 14.125rem;
  background: url(../images/index-productbg6.png) no-repeat center center;
}
.index_quality_content .item:nth-child(4) .iconbx {
  width: 6.625rem;
  height: 6.375rem;
}
.index_quality_content .item:nth-child(4)::after {
  width: 15.5625rem;
  height: 12.9375rem;
  background: url(../images/index-productbg7.png) no-repeat center center;
}
.index_espc {
  padding: 4.375rem 0 10rem;
}
.index_espc_content {
  display: flex;
  justify-content: center;
}
.index_espc_content .imgbx {
  position: relative;
  width: 47.33%;
  height: auto;
}
.index_espc_content .imgbx::after {
  position: absolute;
  bottom: -1.875rem;
  left: -1.875rem;
  content: '';
  display: block;
  width: 31.25rem;
  height: 23.125rem;
  background-color: #00A1E9;
  z-index: 1;
}
.index_espc_content .imgbx img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 2;
}
.index_espc_content .textbx {
  width: 49%;
  padding: 2.5rem 3.375rem 0;
  box-sizing: border-box;
}
.index_espc_content .textbx h3 {
  font-size: 2.25rem;
  color: #111;
  margin-bottom: 10%;
}
.index_espc_content .textbx .intro {
  margin-bottom: 8%;
}
.index_espc_content .textbx .intro p {
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.5);
  line-height: 2em;
}
.index_espc_content .descbtn {
  width: 8.125rem;
  height: 2.5rem;
}
.index_espc_content .descbtn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background-color: #00A1E9;
  box-sizing: border-box;
}
.index_espc_content .descbtn a span {
  font-size: 0.875rem;
  color: #fff;
}
.index_espc_content .descbtn a i {
  font-size: 1.5rem;
  color: #fff;
}
.index_adva {
  display: flex;
}
.index_adva .item {
  position: relative;
  width: 25%;
  height: auto;
}
.index_adva .item:hover .text {
  top: 60%;
}
.index_adva .item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_adva .item .text {
  position: absolute;
  top: 74%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64%;
  transition: all 0.5s;
}
.index_adva .item .text h4 {
  font-size: 2.125rem;
  color: #fff;
}
.index_adva .item .text em {
  display: block;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #fff;
  margin: 1.5rem auto;
}
.index_adva .item .text p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.index_news {
  padding: 4.375rem 0;
}
.index_news .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
.index_news .head .title h3 {
  font-size: 2.25rem;
  color: #111;
  margin-bottom: 0.625rem;
}
.index_news .head .title span {
  font-size: 1rem;
  color: #111;
  opacity: 0.5;
}
.index_news .head .descbtn {
  width: 8.125rem;
  height: 2.5rem;
}
.index_news .head .descbtn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.875rem;
  border: 1px solid #00A1E9;
  box-sizing: border-box;
}
.index_news .head .descbtn a:hover {
  background-color: #00A1E9;
}
.index_news .head .descbtn a:hover span,
.index_news .head .descbtn a:hover i {
  color: #fff;
  opacity: 1;
}
.index_news .head .descbtn a span {
  font-size: 0.875rem;
  color: #333;
  opacity: 0.6;
}
.index_news .head .descbtn a i {
  font-size: 1.5rem;
  color: #666;
}
.index_news .body .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_news .body .item:not(:last-child) {
  margin-bottom: 2.75rem;
}
.index_news .body .item:hover .textbx .center h4 {
  color: #00A1E9;
}
.index_news .body .item:hover .textbx .descbtn {
  color: #00A1E9;
}
.index_news .body .item:hover .imgbx img {
  transform: scale(1.1);
}
.index_news .body .item .textbx {
  width: 65.33%;
  padding-right: 11%;
}
.index_news .body .item .textbx span {
  display: inline-block;
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.5);
  margin-bottom: 4%;
}
.index_news .body .item .textbx .center {
  margin-bottom: 4%;
}
.index_news .body .item .textbx .center h4 {
  font-size: 1rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 1.875rem;
  transition: all 0.4s;
}
.index_news .body .item .textbx .center .intro p {
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.5);
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_news .body .item .textbx .descbtn {
  font-size: 1.5rem;
  color: rgba(17, 17, 17, 0.5);
  transition: all 0.4s;
}
.index_news .body .item .imgbx {
  width: 34.67%;
  height: 15.625rem;
  overflow: hidden;
}
.index_news .body .item .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.index_footer {
  background: #00A1E9;
}
.index_footer_content {
  padding: 2.25rem 0;
}
.index_footer_content .container {
  display: flex;
  justify-content: space-between;
}
.index_footer_content .leftbx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1% 0;
}
.index_footer_content .leftbx .links ul {
  display: flex;
  align-items: center;
}
.index_footer_content .leftbx .links ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_footer_content .leftbx .links ul li:not(:last-child) {
  margin-right: 1.25rem;
}
.index_footer_content .leftbx .links ul li a {
  font-size: 1rem;
  color: #fff;
}
.index_footer_content .leftbx .links ul li em {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 50%;
}
.index_footer_content .leftbx .copyright {
  display: flex;
}
.index_footer_content .leftbx .copyright p,
.index_footer_content .leftbx .copyright a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.3);
}
.index_footer_content .leftbx .copyright a {
  margin-left: 0.5rem;
}
.index_footer_content .leftbx .copyright a:hover {
  color: #fff;
}
.index_footer_content .leftbx .copyright p:last-child {
  margin-left: 1rem;
}
.index_footer_content .rightbx {
  display: flex;
  align-items: center;
}
.index_footer_content .rightbx .infobx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 2.25rem;
}
.index_footer_content .rightbx .infobx .text h4 {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  margin-bottom: 1rem;
}
.index_footer_content .rightbx .infobx .text p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}
.index_footer_content .rightbx .infobx .media ul {
  display: flex;
  justify-content: flex-end;
}
.index_footer_content .rightbx .infobx .media ul li:not(:last-child) {
  margin-right: 1rem;
}
.index_footer_content .rightbx .infobx .media ul li a {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.2);
}
.index_footer_content .rightbx .erweima {
  display: block;
  width: 7.25rem;
  height: 7.25rem;
}
.index_footer_content .rightbx .erweima img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_sidebar {
  position: fixed;
  bottom: 20%;
  z-index: 23;
  transition: all 0.3s;
  right: 1rem;
  opacity: 1;
}
.index_sidebar.show {
  right: 1rem;
  opacity: 1;
}
.index_sidebar ul li {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
}
.index_sidebar ul li:hover {
  cursor: pointer;
}
.index_sidebar ul li:hover .text {
  display: block;
}
.index_sidebar ul li:hover .erweima {
  display: block;
}
.index_sidebar ul li:not(:last-child) {
  margin-bottom: 0.0625rem;
}
.index_sidebar ul li .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #00A1E9;
  transition: all 0.4s;
}
.index_sidebar ul li .item_icon {
  margin-bottom: 0.625rem;
}
.index_sidebar ul li .item_icon i {
  font-size: 2.25rem;
  color: #fff;
}
.index_sidebar ul li .item p {
  font-size: 0.875rem;
  color: #fff;
}
.index_sidebar ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-104%);
  display: none;
  width: 9rem;
  height: 100%;
  background-color: #00A1E9;
  box-sizing: border-box;
}
.index_sidebar ul li .text p {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  line-height: 6.25rem;
}
.index_sidebar ul li .erweima {
  position: absolute;
  top: 0;
  left: -101%;
  display: none;
  width: 6.25rem;
  height: 6.25rem;
  background-color: #fff;
  box-sizing: 0 0 0.5rem 0px rgba(0, 0, 0, 0.1);
}
.index_sidebar ul li .erweima img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_infobx {
  padding: 6.875rem 0;
}
.about_infobx .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_infobx .textbx {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.about_infobx .textbx h3 {
  font-size: 2.25rem;
  color: #111;
  margin-bottom: 2rem;
}
.about_infobx .textbx .intro {
  margin-bottom: 2rem;
}
.about_infobx .textbx .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2rem;
}
.about_infobx .textbx .numlist ul {
  display: flex;
  justify-content: space-between;
}
.about_infobx .textbx .numlist ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_infobx .textbx .numlist ul li .num p {
  display: flex;
  align-items: flex-start;
  font-size: 0.875rem;
  color: #00a1e9;
}
.about_infobx .textbx .numlist ul li .num p span {
  font-size: 3.25rem;
  color: #00a1e9;
  font-weight: 700;
  margin-left: 0.5rem;
}
.about_infobx .textbx .numlist ul li > p {
  font-size: 1rem;
  color: #00A1E9;
  text-align: center;
  margin-top: 0.875rem;
}
.about_infobx .imgbx {
  width: 46.67%;
  height: auto;
}
.about_infobx .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about_ideabx {
  padding: 6.25rem 0;
  background: #ECECEC;
}
.about_ideabx .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_ideabx .imgbx {
  width: 46.67%;
  height: auto;
}
.about_ideabx .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about_ideabx .textbx {
  width: 50%;
}
.about_ideabx .textbx h3 {
  font-size: 2.25rem;
  color: #111;
  margin-bottom: 2rem;
}
.about_ideabx .textbx .intro p {
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.8);
  line-height: 2em;
}
.products {
  position: relative;
  padding: 1.875rem 0;
}
.products .leftbx {
  float: left;
  width: 25%;
}
.products .leftbx_M {
  display: none;
}
.products .leftbx_title {
  width: 100%;
  height: 5rem;
  padding: 0 1.5rem;
  background-color: #00A1E9;
}
.products .leftbx_title h3 {
  position: relative;
  font-size: 1.875rem;
  line-height: 5rem;
  color: #fff;
  text-align: center;
}
.products .leftbx_content > ul > li {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  box-sizing: border-box;
}
.products .leftbx_content > ul > li .level1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.125rem;
  padding: 0 1.25rem;
  background-color: #eee;
  transition: all 0.3s;
  box-sizing: border-box;
}
.products .leftbx_content > ul > li .level1 p {
  font-size: 1rem;
  color: #111;
  line-height: 3.125rem;
}
.products .leftbx_content > ul > li:hover {
  cursor: pointer;
}
.products .leftbx_content > ul > li:hover .level1 p {
  color: #00A1E9;
}
.products .leftbx_content > ul > li.active .level1 p {
  color: #00A1E9;
}
.products .leftbx_content > ul > li.active .dropdown {
  max-height: 60rem;
}
.products .leftbx_content > ul > li .dropdown {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
  z-index: 3;
}
.products .leftbx_content > ul > li .dropdown ul li {
  width: 100%;
  height: 2.5rem;
  box-sizing: border-box;
}
.products .leftbx_content > ul > li .dropdown ul li:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
.products .leftbx_content > ul > li .dropdown ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #111;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  background-color: #fff;
  box-sizing: border-box;
}
.products .leftbx_content > ul > li .dropdown ul li a:hover {
  color: #00A1E9;
}
.products .leftbxM {
  display: none;
}
.products .rightbx {
  float: right;
  width: 72%;
}
.products .rightbx .listbx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.products .rightbx .listbx > i {
  display: block;
  width: 23%;
  height: 0;
}
.products .rightbx .listbx .item {
  width: 23%;
  height: 2.5rem;
  margin-bottom: 1.625rem;
}
.products .rightbx .listbx .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  background: #EEEEEE;
  font-size: 0.875rem;
  color: #666;
  line-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
.products .rightbx .listbx .item a:hover {
  color: #fff;
  background: #00A1E9;
}
.productdetail .rightbx .contentbx {
  padding-top: 2%;
  min-height: 65vh;
}
.productdetail .rightbx .contentbx h3 {
  font-size: 1.25rem;
  color: #111;
  line-height: 2em;
  margin-bottom: 2rem;
}
.productdetail .rightbx .contentbx .desc h4,
.productdetail .rightbx .contentbx .desc p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.75em;
}
.productdetail .rightbx .contentbx .desc h4 {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.software_espc {
  padding: 6.25rem 0 3.375rem;
  background-color: #fff;
}
.software_espc .container {
  display: flex;
  justify-content: space-between;
}
.software_espc .textbx {
  width: 48.67%;
}
.software_espc .textbx h3 {
  font-size: 2.25rem;
  color: #111;
  line-height: 1.5em;
  margin-bottom: 1.5rem;
}
.software_espc .textbx .intro p {
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.8);
  line-height: 2em;
}
.software_espc .imgbx {
  width: 46.67%;
  height: auto;
}
.software_espc .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.software_train {
  background: #ECECEC;
  padding: 3.5rem 0 6.25rem;
}
.software_train .head {
  margin-bottom: 3.375rem;
}
.software_train .head h3 {
  font-size: 2.25rem;
  color: #111;
  text-align: center;
}
.software_train .lists {
  display: flex;
  justify-content: space-between;
}
.software_train .lists .item {
  position: relative;
  width: 30%;
  height: 18.75rem;
  overflow: hidden;
}
.software_train .lists .item:hover img {
  transform: scale(1.06);
}
.software_train .lists .item:hover .title {
  bottom: -3rem;
}
.software_train .lists .item:hover .mask {
  opacity: 1;
}
.software_train .lists .item:hover .mask em {
  opacity: 1;
}
.software_train .lists .item:hover .mask h4 {
  padding: 0.5rem 0;
}
.software_train .lists .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.software_train .lists .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 0.2s;
}
.software_train .lists .item .title h4 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
}
.software_train .lists .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.2s;
}
.software_train .lists .item .mask em {
  display: block;
  width: 2.5rem;
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.3s ease-in 0.2s;
}
.software_train .lists .item .mask h4 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  padding: 3rem 0;
  transition: all 0.3s ease-in 0.2s;
}
.software_down {
  padding: 3.5rem 0 4.375rem;
}
.software_down .head {
  margin-bottom: 3.375rem;
}
.software_down .head h3 {
  font-size: 2.25rem;
  color: #111;
  text-align: center;
}
.software_down .lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.software_down .lists .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  height: 3.75rem;
  padding: 0 4% 0 2%;
  margin-bottom: 1.875rem;
  background: #EDEDED;
  box-sizing: border-box;
  transition: all 0.3s;
}
.software_down .lists .item:hover {
  background-color: #00A1E9;
}
.software_down .lists .item:hover .leftbx i,
.software_down .lists .item:hover .leftbx h4 {
  color: #fff;
}
.software_down .lists .item:hover .right i {
  color: #fff;
}
.software_down .lists .item .leftbx {
  display: flex;
  align-items: center;
}
.software_down .lists .item .leftbx i {
  font-size: 1.25rem;
  color: #00A1E9;
  margin-right: 1rem;
  transition: all 0.3s;
}
.software_down .lists .item .leftbx h4 {
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
  transition: all 0.3s;
}
.software_down .lists .item .right i {
  font-size: 1.25rem;
  color: rgba(17, 17, 17, 0.8);
  transition: all 0.3s;
}
.softwaredetail {
  padding-bottom: 6.25rem;
}
.softwaredetail .contentbx {
  padding: 4rem 0;
}
.softwaredetail .contentbx .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ECECEC;
}
.softwaredetail .contentbx .title h3 {
  font-size: 1.125rem;
  color: #333;
  text-align: center;
}
.softwaredetail .contentbx .descbx {
  padding-top: 1rem;
}
.softwaredetail .contentbx .descbx h4 {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
}
.softwaredetail .contentbx .descbx p {
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.5);
  line-height: 2em;
}
.softwaredetail .contentbx .descbx p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.education {
  padding: 3rem 0;
}
.education_content p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.news {
  padding: 1.875rem 0;
}
.news .listbx {
  margin-bottom: 1.875rem;
}
.news .listbx .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .listbx .item:not(:last-child) {
  margin-bottom: 2.75rem;
}
.news .listbx .item:hover .item_img img {
  transform: scale(1.1);
}
.news .listbx .item:hover .item_text h4 {
  color: #00A1E9;
}
.news .listbx .item_img {
  width: 26.67%;
  height: 15.625rem;
  overflow: hidden;
}
.news .listbx .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.news .listbx .item_text {
  width: 70%;
}
.news .listbx .item_text h4 {
  font-size: 1rem;
  color: #333;
  margin-bottom: 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.news .listbx .item_text .time {
  display: inline-block;
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.5);
  margin-bottom: 2%;
}
.news .listbx .item_text .intro {
  margin-bottom: 2%;
}
.news .listbx .item_text .intro p {
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.5);
  line-height: 1.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .listbx .item_text .descbtn {
  font-size: 1.5rem;
  color: #333;
  opacity: 0.5;
}
.newdetail {
  padding-bottom: 6.25rem;
}
.newdetail .contentbx {
  padding: 4rem 0;
}
.newdetail .contentbx .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ECECEC;
}
.newdetail .contentbx .title h3 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1.25rem;
}
.newdetail .contentbx .title span {
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.5);
}
.newdetail .contentbx .descbx {
  padding-top: 1rem;
}
.newdetail .contentbx .descbx p {
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.5);
  line-height: 2em;
}
.newdetail .contentbx .descbx p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.contact_mapmd {
  padding: 1.875rem 0 3.375rem;
}
.contact_mapmd .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
}
.contact_mapmd .infobx {
  width: 40%;
  padding-left: 6%;
  padding-right: 4%;
}
.contact_mapmd .infobx h3 {
  font-size: 1.625rem;
  color: #00A1E9;
  margin-bottom: 1.25rem;
}
.contact_mapmd .infobx ul li {
  display: flex;
}
.contact_mapmd .infobx ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.contact_mapmd .infobx ul li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.125rem;
  color: #333;
  margin-right: 1rem;
}
.contact_mapmd .infobx ul li p {
  flex: 1;
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
}
.contact_mapmd #map {
  width: 60%;
  height: 25rem;
}
.contact_message {
  background: #F2F2F2;
  padding: 3.75rem 0;
}
.contact_message h3 {
  font-size: 1.625rem;
  color: #00A1E9;
  text-align: center;
  margin-bottom: 3.75rem;
}
.contact_formmd {
  padding: 3.75rem 0 5rem;
}
.contact_formmd .common_title {
  margin-bottom: 4rem;
}
.contact_formmd_body .formbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_formmd_body .formbx_item {
  width: 28.6%;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
.contact_formmd_body .formbx_item:not(:nth-child(3n)) {
  margin-right: calc(14.2%/2);
}
.contact_formmd_body .formbx_item input {
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #333;
  padding: 0 1.25rem;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  outline: none;
  box-sizing: border-box;
}
.contact_formmd_body .formbx_item input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.875rem;
  color: #808080;
}
.contact_formmd_body .formbx_item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.875rem;
  color: #808080;
}
.contact_formmd_body .formbx_item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.875rem;
  color: #808080;
}
.contact_formmd_body .formbx_item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.875rem;
  color: #808080;
}
.contact_formmd_body .formbx_text {
  width: 100%;
}
.contact_formmd_body .formbx_text textarea {
  width: 100%;
  height: 12.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #333;
  padding: 1rem 1.25rem;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  outline: none;
  resize: none;
  box-sizing: border-box;
}
.contact_formmd_body .formbx_btnbx {
  width: 100%;
}
.contact_formmd_body .formbx_btnbx button {
  display: block;
  width: 7.5rem;
  height: 2.5rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
  background: #00A1E9;
  margin: 3.375rem auto 0;
  outline: none;
  border: 0;
}
.contact_formmd_body .formbx_btnbx button:hover {
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 1000px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 1rem;
  }
  .common_banner {
    width: 100%;
    height: 28vh;
    margin-top: 6rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_banner_text h3 {
    font-size: 1.5rem;
  }
  .common_banner_text p {
    white-space: nowrap;
    font-size: 2rem;
  }
  .common_banner_productdetail .common_banner_text h3 {
    font-size: 2rem;
  }
  .common_banner_solution .common_banner_text {
    padding: 0 1.5rem;
  }
  .common_banner_solution .common_banner_text p {
    white-space: normal;
  }
  .common_crumb_content .rightnav {
    display: none;
  }
  .common_pagebtn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .common_pagebtn a {
    max-width: 50%;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 6rem;
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  .index_header_navbox {
    height: 100%;
  }
  .index_header_navbox .logobox {
    max-width: 45%;
  }
  .index_header_navbox .logobox .logoimg {
    height: 2.5rem;
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    display: block;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    background: #fff;
    display: none;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
    z-index: 29;
  }
  .index_header_nav_M .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index_header_nav_M .cd-accordion-menu > li {
    padding: 0 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1,
  .index_header_nav_M .cd-accordion-menu > li .level2 {
    display: flex;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 a,
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    flex: 1;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i {
    display: none;
    color: #333;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.active,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.active {
    display: block;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.icon-jianhao,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index_header_nav_M .cd-accordion-menu a {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.875rem 0;
    line-height: 2rem;
  }
  .index_header_nav_M .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index_header_nav_M .has-children.active > .level1 > a {
    color: #00A1E9;
  }
  .index_header_nav_M .cd-accordion-menu ul a {
    box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index_header_nav_M .cd-accordion-menu > li:last-of-type > a {
    box-shadow: none;
  }
  .index_header_nav_M .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index_header_nav_M .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index_header .searchbx {
    margin-left: 0;
  }
  .index_header .inner-header-icon {
    display: block;
    margin-left: 0.75rem;
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    height: auto;
    margin-top: 6rem;
  }
  .index_banner_M .index_banner_swiper {
    width: 100%;
    height: auto;
  }
  .index_banner_M .index_banner_swiper .swiper-slide {
    position: relative;
  }
  .index_banner_M .index_banner_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .index_about {
    padding: 3rem 0;
    background: none;
  }
  .index_about_content .title {
    margin-bottom: 2rem;
  }
  .index_about_content .title h3 {
    font-size: 2.125rem;
  }
  .index_about_content .intro {
    padding: 0;
    margin-bottom: 3rem;
  }
  .index_about_content .numlist ul {
    flex-wrap: wrap;
  }
  .index_about_content .numlist ul li {
    width: 50%;
  }
  .index_about_content .numlist ul li:first-child,
  .index_about_content .numlist ul li:nth-child(2) {
    margin-bottom: 1.25rem;
  }
  .index_productinfo_content {
    flex-wrap: wrap;
  }
  .index_productinfo_content .textbx {
    width: 100%;
  }
  .index_productinfo_content .imgbx {
    width: 100%;
  }
  .index_quality {
    padding: 2rem 0;
  }
  .index_quality .title {
    margin-bottom: 2rem;
  }
  .index_quality_content .item {
    align-items: center;
    width: 49%;
    height: 21rem;
    padding: 1rem;
  }
  .index_quality_content .item::after {
    display: none;
  }
  .index_quality_content .item .iconbx {
    height: 5rem !important;
  }
  .index_quality_content .item .text h4 {
    text-align: center;
  }
  .index_espc {
    padding: 2rem 0;
  }
  .index_espc_content {
    flex-wrap: wrap;
  }
  .index_espc_content .imgbx {
    width: 100%;
  }
  .index_espc_content .imgbx::after {
    display: none;
  }
  .index_espc_content .textbx {
    width: 100%;
    padding: 1rem 1rem 0;
  }
  .index_adva {
    flex-wrap: wrap;
  }
  .index_adva .item {
    width: 50%;
  }
  .index_adva .item .text {
    top: 50%;
    width: 90%;
  }
  .index_adva .item:hover .text {
    top: 60%;
  }
  .index_news .body .item .textbx {
    width: 100%;
    padding-right: 0;
  }
  .index_news .body .item .imgbx {
    display: none;
  }
  .index_footer_content .container {
    flex-wrap: wrap;
  }
  .index_footer_content .leftbx {
    width: 100%;
  }
  .index_footer_content .leftbx .links {
    max-width: 80%;
    margin: 0 auto;
  }
  .index_footer_content .leftbx .links ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .index_footer_content .leftbx .links ul li {
    margin-bottom: 1rem;
  }
  .index_footer_content .leftbx .links ul li:nth-child(even) {
    display: none;
  }
  .index_footer_content .leftbx .copyright p {
    text-align: center;
    line-height: 1.75em;
  }
  .index_footer_content .leftbx .copyright p:last-child {
    display: none;
  }
  .index_footer_content .rightbx {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .index_footer_content .rightbx .infobx {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.25rem;
    margin-right: 0;
  }
  .index_footer_content .rightbx .infobx .text h4 {
    text-align: center;
  }
  .about_infobx {
    padding: 3rem 0;
  }
  .about_infobx .container {
    flex-wrap: wrap;
  }
  .about_infobx .textbx {
    width: 100%;
    margin-bottom: 1rem;
  }
  .about_infobx .textbx .numlist ul {
    flex-wrap: wrap;
  }
  .about_infobx .textbx .numlist ul li {
    width: 50%;
    margin-bottom: 1rem;
  }
  .about_infobx .imgbx {
    width: 100%;
  }
  .about_ideabx {
    padding: 3rem 0;
  }
  .about_ideabx .container {
    flex-wrap: wrap;
  }
  .about_ideabx .imgbx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .about_ideabx .textbx {
    width: 100%;
  }
  .products .leftbx {
    display: none;
  }
  .products .leftbx_M {
    position: fixed;
    top: 6.25rem;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100vh - 6.25rem);
    background-color: rgba(0, 0, 0, 0);
    z-index: 99;
    pointer-events: none;
    transition: all 0.3s;
  }
  .products .leftbx_M.show {
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: auto;
  }
  .products .leftbx_M.show .content {
    transform: translateX(0);
  }
  .products .leftbx_M.show .guanbibtn {
    display: block;
  }
  .products .leftbx_M .guanbibtn {
    position: absolute;
    top: 1%;
    left: 74%;
    display: none;
  }
  .products .leftbx_M .guanbibtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
  }
  .products .leftbx_M .guanbibtn a i {
    font-size: 1.75rem;
    color: #fff;
  }
  .products .leftbx_M .content {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-105%);
    width: 68%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    transition: all 0.4s;
  }
  .products .leftbx_M .content_title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4.5rem;
    padding: 0 1rem;
    background-color: #00A1E9;
  }
  .products .leftbx_M .content_title em {
    width: 1rem;
    height: 0.25rem;
    margin-right: 0.625rem;
    background-color: #fff;
  }
  .products .leftbx_M .content_title h3 {
    position: relative;
    font-size: 1.5rem;
    color: #fff;
  }
  .products .leftbx_M .content_content .cd-accordion-menuM {
    width: 100%;
  }
  .products .leftbx_M .content_content .cd-accordion-menuM ul {
    /* by default hide all sub menus */
    display: none;
  }
  .products .leftbx_M .content_content .cd-accordion-menuM > li {
    padding: 0 0 0 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .products .leftbx_M .content_content .cd-accordion-menuM > li .level1 {
    display: flex;
  }
  .products .leftbx_M .content_content .cd-accordion-menuM > li .level1 a {
    flex: 1;
  }
  .products .leftbx_M .content_content .cd-accordion-menuM > li .level1 .down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .products .leftbx_M .content_content .cd-accordion-menuM > li .level1 .down i {
    display: none;
    color: #666;
  }
  .products .leftbx_M .content_content .cd-accordion-menuM > li .level1 .down i.active {
    display: block;
  }
  .products .leftbx_M .content_content .cd-accordion-menuM > li .level1 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .products .leftbx_M .content_content .cd-accordion-menuM a {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.875rem 0;
    line-height: 2rem;
    border-bottom: 1px solid #f0f1f2;
  }
  .products .leftbx_M .content_content .cd-accordion-menuM a > i {
    font-size: 1rem;
    font-weight: normal;
    transform: rotate(180deg);
  }
  .products .leftbx_M .content_content .has-children.active > .level1 > a {
    color: #00A1E9;
  }
  .products .leftbx_M .content_content .cd-accordion-menuM ul a {
    box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .products .leftbx_M .content_content .cd-accordion-menuM > li:last-of-type > a {
    box-shadow: none;
  }
  .products .leftbx_M .content_content .cd-accordion-menuM ul ul a {
    padding-left: 3rem;
  }
  .products .leftbx_M .content_content .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .products .leftbxM {
    display: block;
    margin-bottom: 1.25rem;
  }
  .products .leftbxM a {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .products .rightbx {
    width: 100%;
  }
  .products .rightbx .listbx {
    width: 100%;
  }
  .products .rightbx .listbx .item {
    width: 49%;
  }
  .software_espc {
    padding: 3rem 0;
  }
  .software_espc .container {
    flex-wrap: wrap;
  }
  .software_espc .textbx {
    width: 100%;
    margin-bottom: 1rem;
  }
  .software_espc .imgbx {
    width: 100%;
  }
  .software_train {
    padding: 3rem 0;
  }
  .software_train .lists {
    flex-wrap: wrap;
  }
  .software_train .lists .item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .software_down .lists .item {
    width: 100%;
  }
  .news .listbx .item_img {
    width: 32%;
    height: 10rem;
  }
  .news .listbx .item_text {
    width: 64%;
  }
  .newdetail .contentbx .title h3 {
    line-height: 1.5em;
    text-align: center;
  }
  .contact_mapmd .container {
    flex-wrap: wrap;
  }
  .contact_mapmd #map {
    width: 100%;
  }
  .contact_mapmd .infobx {
    width: 100%;
    padding-left: 0;
    margin-top: 1.5rem;
  }
  .contact_formmd_body .formbx_item {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
  .index_header_nav_item > a {
    padding: 0 0.875rem;
  }
  .index_header .rightbx .searchbx {
    margin-left: 0.625rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 4rem;
  }
  .index_header_nav_item > a {
    padding: 0 0.875rem;
  }
  .index_header .rightbx .searchbx {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
  .index_header_nav_item > a {
    padding: 0 1rem;
  }
  .index_header .rightbx {
    margin-left: 0.875rem;
  }
}
@media (min-width: 1601px) and (max-width: 2000px) {
  :root {
    font-size: 16px !important;
  }
}
