* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4 {
  margin: 0;
  padding: 0;
}
.over1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over2 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over3 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over4 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over5 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over6 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container_padding {
  padding: 70px 0;
}
.container_main {
  padding-top: 50px;
}
ul,
li {
  list-style: none;
}
/* 定义字体 */
@font-face {
  font-family: 'MyFont';
  /* 自定义字体名称 */
  src: url('../font-family/Daikoku.ttf') format('woff2'), url('../font-family/Daikoku.ttf') format('woff');
  font-weight: 400;
  /* 字重 */
  font-style: normal;
  /* 样式 */
}
html,
body {
  overflow-x: hidden;
  min-height: 100vh;
  color: #333;
  font-family: MyFont, Inter, sans-serif, PingFang SC, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial;
  font-size: 14px;
  line-height: 1.6;
}
a,
.link {
  display: inline-block;
  width: 100%;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
img {
  vertical-align: middle;
  object-fit: cover;
}
.cover_box {
  overflow: hidden;
}
.cover_box .cover {
  width: 100%;
  transition: 0.4s ease-in;
}
.box_shadow {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}
.box_radius {
  border-radius: 4px;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  opacity: 0.2;
}
body::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.container {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  padding: 0 5px;
}
.btn:focus {
  border: none !important;
  outline: none !important;
}
.layui-input:focus {
  border-color: #eee !important;
  box-shadow: 0 0 0 1px rgba(233, 47, 47, 0.6);
}
.layui-textarea:focus {
  border-color: #eee !important;
  box-shadow: 0 0 0 1px rgba(233, 47, 47, 0.6);
}
.btn:focus {
  border: none !important;
  outline: none !important;
}
.title {
  font-size: 28px;
  font-weight: 600;
}
.lead {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}
.img_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.animate {
  transition: 0.4s ease;
}
.pointer {
  cursor: pointer;
}
.inline_block {
  display: inline-block;
}
.animate {
  transition: 0.4s ease;
}
.flex {
  display: flex;
}
.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}
.justify_space {
  display: flex;
  justify-content: space-between;
}
.display_flex {
  display: flex;
  align-items: center;
}
.justify_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.justify_column {
  display: flex;
  flex-direction: column;
}
.justify_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row {
  padding: 0;
  margin: 0;
}
.head {
  padding: 10px;
  text-align: center;
}
.head .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
.head .sub_head {
  font-size: 16px;
  line-height: 1.8;
}
.head .sub_title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}
.head .arrow .icon {
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  border-radius: 45px;
  margin-left: 30px;
  cursor: pointer;
  user-select: none;
  border: 1px solid #fff;
}
.head .arrow .icon .iconfont {
  font-size: 20px;
  color: #fff;
}
.head .arrow .icon:hover {
  background: #fff;
}
.head .arrow .icon:hover .iconfont {
  color: #000;
}
.title_line {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  z-index: 3;
  color: #000;
}
.title_line::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #C1D7E2;
  z-index: -1;
}
.line {
  padding: 18px 0;
  position: relative;
}
.line .t_l {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 88px;
  height: 8px;
  border-radius: 4px;
  background: #0093DD;
}
.line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.center_line {
  width: 34px;
  height: 3px;
  background: #0093DD;
  border-radius: 1.4px;
  margin: 7px auto;
}
.paging .nav_box {
  text-align: center;
}
.paging .nav_box .pagination {
  display: flex;
  justify-content: center;
}
.paging .nav_box .pagination li {
  display: inline-block;
  margin: 0 3px;
}
.paging .nav_box .pagination li a {
  color: #0093DD;
}
.paging .nav_box .pagination .active a {
  background-color: #0093DD;
  border-color: #0093DD;
  color: #fff;
}
.banner {
  position: relative;
}
.banner .cover {
  min-height: 30vh;
}
.banner .content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
}
.banner .content .wrap {
  width: 1000px;
  padding: 0 10px;
}
.banner .content .title {
  font-size: 46px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.banner .content .team_title {
  text-align: center;
  max-width: 50%;
  margin: auto;
  font-size: 20px;
  color: #fff;
  line-height: 1.7;
  font-weight: 500;
}
.banner .content .page_tabs {
  padding: 40px 0 0;
}
.banner .content .page_tabs .item {
  padding-right: 20px;
}
.banner .content .page_tabs .item .link {
  min-width: 200px;
  text-align: center;
  width: auto;
  padding: 14px 30px;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  border: 1px solid transparent;
}
.banner .content .page_tabs .active .link {
  border-color: #fff;
  background: #5B6168;
}
.crumbs .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs .list .icon-shouye {
  font-size: 24px;
  margin-right: 4px;
  color: #fff;
}
.crumbs .list span,
.crumbs .list .link,
.crumbs .list .box {
  line-height: 2;
}
.crumbs .list .arrow {
  padding: 2px 4px 0;
  color: #fff;
}
.crumbs .link,
.crumbs .box {
  color: #fff;
  font-size: 20px;
}
.contact_btn_wrap {
  padding: 30px 0 10px;
}
.contact_btn_wrap .btn {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 40px;
  padding: 0;
  font-size: 16px;
  background: #F2F2F2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.contact_btn_wrap .btn .text {
  padding: 0 4px;
}
.contact_btn_wrap .btn:hover {
  background: #0093DD;
  color: #fff;
}
.contact_btn_wrap .btn:first-child {
  margin-right: 24px;
}
.modal {
  padding: 0 !important;
}
.modal .sub_head {
  font-size: 14px;
  line-height: 24px;
  color: #B4B4B4;
  margin: 10px 0 0;
}
.modal .modal-dialog {
  margin-top: 200px;
}
.modal .modal-body {
  padding: 20px;
}
.tabs {
  padding: 0 10px 50px;
}
.tabs .tabs_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tabs .item {
  padding: 0 14px;
  margin-bottom: 20px;
}
.tabs .item .link {
  border-radius: 45px;
  padding: 0 24px;
  background: #F6F6F6;
  height: 50px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.tabs .item .link .iconfont,
.tabs .item .link .text {
  font-size: 18px;
  padding: 0 2px;
  white-space: nowrap;
}
.tabs .item .link .iconfont {
  font-size: 24px;
}
.tabs .active .link {
  background: #0093DD;
}
.tabs .active .link .iconfont,
.tabs .active .link .text {
  color: #fff;
}
.more {
  padding-top: 10px;
}
.more .box {
  display: inline-block;
}
.more .link {
  min-width: 190px;
  height: 46px;
  line-height: 46px;
  padding: 0 40px;
  font-size: 16px;
  color: #fff;
  background: #0093DD;
  width: auto;
  border-radius: 50px;
  position: relative;
}
.more .link .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.more .link .icon {
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  background: #fff;
  opacity: 0;
  animation-delay: 0.5s;
}
.more .link .icon .iconfont {
  color: #0093DD;
  font-size: 20px;
  font-weight: 500;
}
.more .link:hover .name {
  left: 20px;
  transform: translate(0, -50%);
}
.more .link:hover .icon {
  opacity: 1;
  right: 7px;
}
.author {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 20px;
}
.author .text {
  font-size: 16px;
  color: #B5B5B5;
  padding: 0 14px;
}
.article {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  padding: 20px;
  background: #0093DD;
}
.article .up {
  flex: 1;
  padding-right: 20px;
}
.article .up .lead {
  text-align: left;
}
.article .up .lead .link {
  padding: 4px 0;
  width: auto;
  color: #fff;
  text-indent: 0;
}
.article .return {
  flex: none;
  width: 160px;
}
.article .return .link {
  height: 54px;
  line-height: 54px;
  background: #fff;
  border-radius: 45px;
  color: #0093DD;
  font-size: 16px;
  text-align: center;
  color: #5B6168;
}
.recommend_common_swiper .swiper-button-prev,
.recommend_common_swiper .swiper-button-next {
  background: none;
  width: auto;
}
.recommend_common_swiper .swiper-button-prev .icon,
.recommend_common_swiper .swiper-button-next .icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
}
.recommend_common_swiper .swiper-button-prev .icon .iconfont,
.recommend_common_swiper .swiper-button-next .icon .iconfont {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.recommend_common_swiper .swiper-button-prev .icon:hover,
.recommend_common_swiper .swiper-button-next .icon:hover {
  background: #0093DD;
}
.recommend_common_swiper .swiper-button-prev .icon:hover .iconfont,
.recommend_common_swiper .swiper-button-next .icon:hover .iconfont {
  color: #fff;
}
.recommend_common_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 4px;
}
.recommend_common_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0093DD;
}
.search .main {
  margin: auto;
  padding: 100px 0 0;
}
.search .head .title {
  color: #000;
}
.search .search_form {
  margin-top: 60px;
}
.search .search_form .content {
  width: 60%;
  margin: auto;
}
.search .search_form .content .box {
  display: flex;
  align-items: center;
}
.search .search_form .content .input {
  font-size: 20px;
  height: 60px;
  line-height: 60px;
}
.search .search_form .content .input:focus {
  box-shadow: none;
}
.search .search_form .content .submit_btn {
  width: 100px;
  height: 60px;
  background: #0093DD;
  color: #fff;
  font-size: 24px;
  padding: 0;
  border: none;
}
.search .search_form .content .submit_btn .iconfont {
  font-size: 28px;
  color: #fff;
}
.search .search_form .content .note {
  margin-top: 10px;
}
.search .search_form .content .note .link {
  width: auto;
  line-height: 1.4;
  font-size: 14px;

  white-space: nowrap;
  margin-right: 20px;
  color: #fff;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .top_height {
  height: 10px;
  background: #0093DD;
}
.header .content {
  width: 100%;
  transition: 1s ease;
  background: #fff;
  padding: 0;
}
.header .content .wrap {
  margin: auto;
  max-width: 1500px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.header .content .logo {
  width: 82px;
  flex: none;
  padding: 10px 0;
}
.header .content .logo .link,
.header .content .logo .cover {
  width: 100%;
  object-fit: contain;
}
.header .content .logo .cover {
  max-height: 60px;
}
.header .content .right {
  flex: auto;
}
.header .content .right .nav {
  justify-content: center;
}
.header .content .right .nav .li {
  cursor: pointer;
  position: relative;
}
.header .content .right .nav .li .head_title {
  height: 80px;
  line-height: 80px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  color: #000;
}
.header .content .right .nav .li .head_title::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  transition: 0.4s ease;
  opacity: 0;
}
.header .content .right .nav .li .head_title .iconfont {
  display: inline-block;
}
.header .content .right .nav .li .child_nav {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 120px;
  width: auto;
  padding: 10px 14px;
  display: none;
  background: #0093DD;
}
.header .content .right .nav .li .child_nav .lis .link {
  padding: 14px 0;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  white-space: nowrap;
  justify-content: start;
}
.header .content .right .nav .li .child_nav .lis:last-child {
  border-bottom: none;
}
.header .content .right .nav .li:hover .head_title .iconfont {
  transform: rotate(-180deg);
}
.header .content .right .nav .li:hover .child_nav {
  display: block;
}
.header .content .right .nav .active {
  background: #0093DD;
}
.header .content .right .nav .active .head_title {
  color: #fff;
}
.header .content .right .nav .active .head_title .link {
  color: #fff;
}
.header .content .right .nav .active .head_title::before {
  opacity: 1;
  bottom: 18px;
}
.header .content .right .function {
  flex: none;
  display: flex;
  align-items: center;
}
.header .content .right .function .item {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background: #0093DD;
  margin-left: 14px;
  cursor: pointer;
}
.header .content .right .function .item .iconfont {
  color: #fff;
}
.header .content .right .function .item .cover {
  width: 100%;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.header .content .right .function .photo {
  background: none;
  line-height: normal;
  padding: 0;
  border: 1px solid #0093DD;
}
.header .content .right .function .photo .link {
  width: 100%;
  height: 100%;
}
.header .content .right .function .photo .link .cover {
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}
.header .content .right .function .language {
  position: relative;
  margin-left: 14px;
  border-radius: 46px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.header .content .right .function .language_head {
  text-align: center;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  color: #fff;
  border-radius: 24px;
  background: #0093DD;
  padding: 0 12px;
}
.header .content .right .function .language_head .icon-duoyuyan {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.header .content .right .function .language_head .icon_bottom {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.header .content .right .function .language_head .text {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 0 5px;
}
.header .content .right .function .language_list {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  background: #0093DD;
  padding: 6px 6px;
  display: none;
}
.header .content .right .function .language_list .language_li .link {
  padding: 6px 0;
}
.header .content .right .function .language_list .language_li .link .cover {
  width: 20px;
}
.header .content .right .function .language_list .language_li .link .text {
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
}
.header .content .right .function .menu {
  cursor: pointer;
  width: 30px;
  height: 18px;
  position: relative;
  display: none;
  margin-left: 6px;
  user-select: none;
}
.header .content .right .function .menu .lis {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
  border-radius: 2px;
  background: #0093DD;
  transform-origin: 50% 50%;
}
.header .content .right .function .menu .lis:nth-child(1) {
  top: 0;
}
.header .content .right .function .menu .lis:nth-child(2) {
  width: 60%;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
}
.header .content .right .function .menu .lis:nth-child(3) {
  top: 98%;
}
.header .content .right .function .active .lis:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .content .right .function .active .lis:nth-child(2) {
  display: none;
}
.header .content .right .function .active .lis:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header .content .right .function .item:hover {
  transform: translateY(-2px);
}
.header .content .right .function .language:hover {
  border-radius: 0;
}
.header .content .right .function .language:hover .icon_bottom {
  transform: rotate(-180deg);
}
.header .content .right .function .language:hover .language_list {
  display: block;
}
.h5_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: 0.7s ease;
  overflow: hidden;
  overflow-y: auto;
  z-index: 99;
  opacity: 1;
  visibility: hidden;
  padding-top: 80px;
}
.h5_nav .li .head_title {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.h5_nav .li .head_title .title,
.h5_nav .li .head_title .iconfont {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: inline-block;
}
.h5_nav .li .child {
  display: none;
}
.h5_nav .li .child .lis {
  text-align: right;
}
.h5_nav .li .child .lis .child_head_title {
  padding: 14px 10px 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.h5_nav .li .child .lis .child_head_title .child_title,
.h5_nav .li .child .lis .child_head_title .iconfont {
  font-size: 16px;
  font-weight: 500;
  color: #616161;
}
.h5_nav .li .box {
  text-align: right;
}
.h5_nav .child_li .link {
  flex: 1;
  padding: 0 10px;
}
.h5_nav .child_li .spread {
  flex: none;
  width: 50px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background: #0093DD;
  border-radius: 3px;
  user-select: none;
}
.h5_nav .child_li .rotateIcon {
  transform: rotate(-180deg);
}
.h5_nav .h5_language {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.h5_nav .h5_language .box {
  flex: 1;
  text-align: center;
  position: relative;
}
.h5_nav .h5_language .box .link {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h5_nav .h5_language .box .link .cover {
  width: 24px;
}
.h5_nav .h5_language .box .link .text {
  padding-left: 6px;
}
.h5_nav .h5_language .box:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 70%;
  background: rgba(255, 255, 255, 0.3);
}
.h5_nav_active {
  opacity: 1;
  height: 100vh;
  visibility: visible;
}
.search_popup {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 10;
  background: #fff;
}
.search_popup .wrap {
  padding: 20px 0 40px;
}
.search_popup .wrap .clear {
  text-align: right;
}
.search_popup .wrap .clear .icon {
  padding: 20px;
}
.search_popup .wrap .clear .icon .iconfont {
  font-size: 28px;
}
.search_popup .wrap .input {
  height: 56px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
}
.search_popup .wrap .input:focus {
  box-shadow: none;
}
.search_popup .wrap .submit {
  width: 100px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  background: #0093DD;
  border: none;
}
.search_popup .wrap .submit .iconfont {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.search_popup .wrap .hot {
  padding: 20px 10px 0;
  align-items: start;
}
.search_popup .wrap .hot .name {
  font-size: 18px;
  font-weight: 600;
  flex: none;
  margin-bottom: 10px;
}
.search_popup .wrap .hot .list {
  flex: 1;
  padding-left: 10px;
}
.search_popup .wrap .hot .list .link {
  width: auto;
  font-size: 18px;
  font-weight: 500;
  padding: 0 10px;
  margin-bottom: 10px;
}
.header_height {
  height: 80px;
}
.footer {
  background: #242321;
}
.footer .content {
  padding: 80px 0 40px;
}
.footer .content .contact {
  padding: 0;
}
.footer .content .footer_list {
  text-align: left;
}
.footer .content .footer_list .title {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
.footer .content .footer_list .lead {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  color: #C2C2C2;
}
.footer .content .footer_list .ul {
  margin-top: 10px;
}
.footer .content .footer_list .ul .li .link {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 0;
  transition: 0.3s ease-out;
  display: flex;
  line-height: 1.8;
  color: #fff;
}
.footer .content .footer_list .ul .li .link .iconfont {
  padding-right: 10px;
  color: #0093DD;
}
.footer .content .footer_list .ul .li .link:hover {
  transform: skew(6deg) translateX(10px);
  color: #0093DD;
}
.footer .content .blogroll_list {
  padding-top: 14px;
  display: flex;
}
.footer .content .blogroll_list .b_li {
  margin-right: 10px;
}
.footer .content .blogroll_list .cover_box {
  width: 30px;
  height: 30px;
}
.footer .content .right .code_box {
  width: 80%;
  margin: auto;
  padding: 0 10px;
}
.footer .content .right .lead {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.footer .copyright {
  padding: 24px 0;
  background: #000;
}
.footer .copyright span,
.footer .copyright .link {
  width: auto;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 20px;
  color: #fff;
}
.about {
  background: #F7F7F7;
}
.about .media_box {
  position: relative;
  padding-left: 60px;
}
.about .media_box .two {
  position: absolute;
  bottom: -20px;
  left: -10px;
  width: 360px;
  overflow: hidden;
  border-radius: 4px;
}
.about .content {
  padding: 40px 0 0 40px;
}
.about .content .about_name {
  font-size: 20px;
  color: #0093DD;
}
.about .content .title {
  color: #000;
  font-weight: 500;
}
.about .content .lead {
  padding: 10px 0;
  line-height: 1.8;
  color: #646464;
}
.achievement {
  background: #0093DD;
}
.achievement .main .box {
  text-align: center;
}
.achievement .main .box .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background: #FFBB00;
}
.achievement .main .box .icon .iconfont {
  font-size: 26px;
  color: #fff;
}
.achievement .main .box .content {
  padding-left: 20px;
}
.achievement .main .box .num {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
}
.achievement .main .box .ide {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.achievement .main .box .lead {
  color: #fff;
}
.advantage .cover_box:hover .cover {
  transform: scale(1.07);
}
.advantage .content {
  padding: 40px 0 0 40px;
}
.advantage .content .name {
  color: #0093DD;
  font-size: 18px;
}
.advantage .content .title {
  font-weight: 500;
  margin: 10px 0 20px;
}
.advantage .content .lead {
  color: #646464;
  line-height: 1.9;
  margin-bottom: 20px;
}
.advantage .content li {
  margin-bottom: 16px;
}
.advantage .content .serial_number {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  background: #0093DD;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.advantage .content .text {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
}
.business_swiper .item {
  position: relative;
}
.business_swiper .item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 10px 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.business_swiper .item .content .top {
  text-align: center;
  line-height: 1.8;
}
.business_swiper .item .content .top .name {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.business_swiper .item .content .top .title {
  color: #fff;
  font-weight: 500;
}
.business_swiper .item .content .media {
  text-align: center;
}
.business_swiper .item .content .media .cover {
  width: auto;
  max-width: 340px;
}
.domain_swiper .item:hover .cover {
  transform: scale(1.07);
}
.domain_swiper .item .content {
  padding: 20px 60px;
}
.domain_swiper .item .content .name {
  font-size: 20px;
  color: #0093DD;
}
.domain_swiper .item .content .title {
  font-weight: 500;
  margin: 10px 0 30px;
}
.domain_swiper .item .content .lead {
  color: #646464;
  line-height: 1.8;
  margin-bottom: 10px;
}
.domain_swiper .item .content li {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.7;
}
.domain_swiper .swiper-button-prev .icon,
.domain_swiper .swiper-button-next .icon {
  background: #E9E9E9;
}
.news_recommend {
  background: rgba(3, 146, 221, 0.1);
}
.news_recommend .head {
  align-items: center;
  padding: 10px 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.news_recommend .head .wrap {
  width: 100%;
}
.news_recommend .head .more {
  width: 100%;
  text-align: right;
}
.news_recommend .head .more .link {
  padding: 0;
  text-align: center;
  min-width: 140px;
  height: 44px;
  line-height: 44px;
}
.news_recommend .head .name {
  font-size: 20px;
  color: #0093DD;
  font-weight: 500;
  margin-bottom: 10px;
}
.news_recommend .head .title {
  font-weight: 500;
}
.news_recommend .main {
  padding-top: 10px;
}
.news_recommend .news_recommend_swiper .item .link .cover_box {
  height: 280px;
}
.news_recommend .news_recommend_swiper .item .link .cover_box .cover {
  height: 100%;
}
.news_recommend .news_recommend_swiper .item .link .content {
  padding: 10px 0;
}
.news_recommend .news_recommend_swiper .item .link .content .lead {
  color: #000;
  line-height: 1.8;
  font-weight: 500;
  margin: 7px 0;
  font-size: 16px;
}
.news_recommend .news_recommend_swiper .item .link .content .date {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  background: #0093DD;
  padding: 6px 24px;
  border-radius: 6px;
}
.news_recommend .news_recommend_swiper .item .link:hover .cover {
  transform: scale(1.06);
}
.news_recommend .news_recommend_swiper .item .link:hover .content .name {
  color: #0093DD;
}
.contact_us {
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact_us .container {
  max-width: 1000px;
}
.contact_us .head .title {
  font-size: 38px;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
}
.contact_us .head .lead {
  color: #fff;
  margin-bottom: 20px;
}
.contact_us .head .map_line {
  width: 58px;
  height: 6px;
  background: #0093DD;
  border-radius: 6px;
  margin: 40px auto;
}
.tabs_head {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tabs_head .wrap {
  padding: 20px 0;
}
.tabs_head .wrap .item {
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0 10px;
  border-radius: 46px;
}
.tabs_head .wrap .active {
  color: #fff;
  background: #0093DD;
}
.company {
  padding: 20px 0 40px;
}
.company .main .lead,
.company .main p,
.company .main span {
  font-size: 14px;
  line-height: 1.8;
  padding: 4px 0;
}
.company .main .company_data {
  padding: 40px 0 0;
}
.company .main .company_data .wrap .col_md:last-child .box::before {
  display: none;
}
.company .main .company_data .wrap .box {
  text-align: center;
  position: relative;
}
.company .main .company_data .wrap .box::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) skew(-20deg);
  right: 0;
  width: 1.4px;
  height: 60%;
  background: #B4B4B4;
}
.company .main .company_data .wrap .box .name .num {
  font-size: 54px;
  font-weight: 600;
  color: #0093DD;
}
.company .main .company_data .wrap .box .name .ide {
  font-size: 28px;
  color: #000;
}
.company .main .company_data .wrap .box .lead {
  font-size: 18px;
  font-weight: 500;
}
.company .main .company_swiper {
  margin-top: 40px;
}
.company .main .company_swiper .item .cover_box:hover .cover {
  transform: scale(1.07);
}
.tabs_main .main_li {
  display: none;
}
.tabs_main .active {
  display: block;
}
.swiper_navigation .swiper_prev {
  background: none;
  margin: 0;
  left: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  border-radius: 4px;
}
.swiper_navigation .swiper_prev .iconfont {
  font-size: 22px;
  color: #fff;
}
.swiper_navigation .swiper_prev:hover {
  background: #0093DD;
  left: 0;
}
.swiper_navigation .swiper_next {
  background: none;
  margin: 0;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  border-radius: 4px;
}
.swiper_navigation .swiper_next .iconfont {
  font-size: 22px;
  color: #fff;
}
.swiper_navigation .swiper_next:hover {
  background: #0093DD;
  right: 0;
}
.corporate_culture .head .title {
  color: #fff;
}
.corporate_culture .list {
  padding-top: 20px;
}
.corporate_culture .list .row {
  flex-wrap: wrap;
}
.corporate_culture .list .item {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px 20px 20px;
  text-align: center;
  min-height: 200px;
}
.corporate_culture .list .item .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  background: #fff;
  text-align: center;
  line-height: 50px;
}
.corporate_culture .list .item .icon .iconfont {
  font-size: 20px;
  color: #0093DD;
}
.corporate_culture .list .item .name {
  font-size: 16px;
  color: #000;
  margin: 10px 0;
}
.corporate_culture .list .item .lead {
  color: #787878;
  line-height: 1.8;
  font-size: 14px;
}
.corporate_culture .list .item:hover {
  transform: translateY(-10px);
  background: #fff;
}
.corporate_culture .list .item:hover .icon {
  background: #0093DD;
}
.corporate_culture .list .item:hover .icon .iconfont {
  color: #fff;
}
.choose_us {
  background: #F5F5F5;
}
.choose_us .main {
  padding-top: 30px;
}
.choose_us .corporate_environment {
  position: relative;
  overflow: hidden;
}
.choose_us .corporate_environment .corporate_environment_swiper .item {
  position: relative;
}
.choose_us .corporate_environment .corporate_environment_swiper .item .cover_box .cover {
  height: 80vh;
}
.choose_us .corporate_environment .corporate_environment_swiper .item .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.choose_us .corporate_environment .corporate_environment_swiper .item .content .wrap {
  width: 50%;
}
.choose_us .corporate_environment .corporate_environment_swiper .item .content .wrap .title {
  font-size: 34px;
  color: #fff;
}
.choose_us .corporate_environment .corporate_environment_swiper .item .content .wrap .lead {
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
  font-weight: 500;
}
.choose_us .corporate_environment .menus {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  z-index: 3;
}
.choose_us .corporate_environment .menus .arrow {
  flex: none;
  padding: 0 40px;
}
.choose_us .corporate_environment .menus .arrow .icon {
  padding: 0 10px;
}
.choose_us .corporate_environment .menus .arrow .icon .iconfont {
  font-size: 40px;
  color: #fff;
}
.choose_us .corporate_environment .menus .arrow .icon:hover .iconfont {
  color: #0093DD;
}
.choose_us .corporate_environment .menus .corporate_environment_menus {
  flex: 1;
}
.choose_us .corporate_environment .menus .corporate_environment_menus .item {
  position: relative;
  overflow: hidden;
}
.choose_us .corporate_environment .menus .corporate_environment_menus .item .cover {
  height: 200px;
}
.choose_us .corporate_environment .menus .corporate_environment_menus .item .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  flex-direction: column;
  padding: 10px;
  text-align: center;
}
.choose_us .corporate_environment .menus .corporate_environment_menus .item .shadow .num {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
}
.choose_us .corporate_environment .menus .corporate_environment_menus .item .shadow .name {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 4px 0;
}
.choose_us .corporate_environment .menus .corporate_environment_menus .item .shadow .line {
  display: inline-block;
  background: #0093DD;
  width: 30px;
  height: 6px;
  border-radius: 4px;
  padding: 0;
  opacity: 0;
}
.choose_us .corporate_environment .menus .corporate_environment_menus .item:hover .cover {
  transform: scale(1.07);
}
.choose_us .corporate_environment .menus .corporate_environment_menus .my-slide-thumb-active .shadow {
  background: rgba(0, 0, 0, 0.5);
}
.choose_us .corporate_environment .menus .corporate_environment_menus .my-slide-thumb-active .shadow .line {
  opacity: 1;
}
.choose_us .choose_menus_swiper {
  display: flex;
  align-items: center;
}
.choose_us .choose_menus_swiper::before {
  content: '';
  position: absolute;
  top: 62%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.choose_us .choose_menus_swiper .item {
  text-align: center;
  padding: 40px 0;
}
.choose_us .choose_menus_swiper .item .name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.choose_us .choose_menus_swiper .item .serial_number {
  padding-top: 20px;
}
.choose_us .choose_menus_swiper .item .serial_number .num {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #D6D6D6;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.choose_us .choose_menus_swiper .my-slide-thumb-active .name {
  font-size: 18px;
}
.choose_us .choose_menus_swiper .my-slide-thumb-active .serial_number .num {
  background: #0093DD;
  transform: scale(1.2);
}
.choose_us .choose_content_swiper {
  padding-top: 30px;
}
.choose_us .choose_content_swiper .item .row {
  opacity: 0;
}
.choose_us .choose_content_swiper .item .content {
  padding-right: 50px;
}
.choose_us .choose_content_swiper .item .content .title {
  font-size: 28px;
  margin-bottom: 10px;
}
.choose_us .choose_content_swiper .item .content .lead,
.choose_us .choose_content_swiper .item .content p {
  line-height: 1.8;
  font-weight: 500;
}
.choose_us .choose_content_swiper .item .cover_box .cover {
  max-width: 80%;
  border-radius: 14px;
}
.choose_us .choose_content_swiper .swiper-slide-active .row {
  opacity: 1;
}
.applied_range {
  background: #0392DD;
}
.applied_range .item {
  opacity: 0.6;
}
.applied_range .item .cover_box .cover {
  width: auto;
}
.applied_range .item:hover {
  opacity: 1;
}
.cooperative_partner {
  background: #F5F5F5;
}
.cooperative_partner .item {
  margin-bottom: 30px;
  overflow: hidden;
  border: 3px solid #F5F5F5;
}
.cooperative_partner .item:hover {
  border-color: #0093DD;
}
.honor {
  padding: 50px 0 20px;
  background: #F5F5F5;
}
.honor .item {
  padding: 10px;
  margin-bottom: 30px;
  background: #fff;
}
.honor .item .item_line {
  width: 20%;
  background: #0093DD;
  border-radius: 12px;
  margin: 14px auto;
  height: 4px;
}
.honor .item .name {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 4px;
}
.honor .item .lead {
  text-align: center;
  color: #AAAAAA;
}
.honor .item:hover .cover {
  transform: scale(1.07);
}
.honor .item:hover .name {
  color: #0093DD;
}
.contact_us_page {
  padding-bottom: 0;
}
.contact_us_page .head .sub_title {
  color: #0093DD;
}
.contact_us_page .list .item {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 134px;
  display: flex;
  align-items: start;
  transition: 0.7s ease-in-out;
  background: #fff;
}
.contact_us_page .list .item .icon {
  line-height: 1.2;
}
.contact_us_page .list .item .icon .iconfont {
  font-size: 46px;
  color: #0093DD;
}
.contact_us_page .list .item .content {
  padding-left: 20px;
}
.contact_us_page .list .item .content .name {
  font-size: 22px;
  color: #7E7E7E;
  font-weight: 500;
}
.contact_us_page .list .item .content .text {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  font-weight: 600;
}
.message_box {
  background: #F5F5F5;
}
.message_box .head .sub_head {
  font-weight: 500;
}
.message_box .form .item {
  margin-bottom: 20px;
}
.message_box .form .item .row {
  margin: 0;
}
.message_box .form .box {
  padding: 0 20px;
}
.message_box .form .two_box {
  padding-left: 10px;
}
.message_box .form .input_box {
  padding-left: 10px;
}
.message_box .form .name {
  font-weight: 600;
  padding: 7px 0;
  font-size: 16px;
}
.message_box .form .input {
  height: 60px;
  font-size: 16px;
  padding: 0 20px;
}
.message_box .form .layui-form-select .layui-input {
  padding: 0 20px;
  height: 60px;
  font-size: 16px;
}
.message_box .form .textarea {
  padding: 20px 20px;
  font-size: 16px;
}
.message_box .form .btn_box {
  margin-top: 40px;
  text-align: center;
}
.message_box .form .btn_box .btn {
  background: #0093DD;
  min-width: 240px;
  height: 50px;
  font-size: 18px;
  padding: 0;
}
.list_wrap .product_menus .category {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #0093DD;
}
.list_wrap .product_menus .box {
  overflow: hidden;
  margin-bottom: 40px;
}
.list_wrap .product_menus .product_nav {
  background: #fff;
}
.list_wrap .product_menus .product_nav .type .lis .link {
  padding: 10px;
  align-items: center;
}
.list_wrap .product_menus .product_nav .type .lis .link .icon {
  width: 48px;
}
.list_wrap .product_menus .product_nav .type .lis .link .name {
  flex: 1;
  padding: 0 20px;
}
.list_wrap .product_menus .product_nav .type .lis .link .name,
.list_wrap .product_menus .product_nav .type .lis .link .iconfont {
  font-size: 16px;
  font-weight: 500;
}
.list_wrap .product_menus .product_nav .type .lis .link .iconfont {
  display: inline-block;
}
.list_wrap .product_menus .product_nav .type .lis .son {
  padding: 10px 14px;
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list_wrap .product_menus .product_nav .type .lis .son .link {
  cursor: pointer;
  padding: 7px 0;
  position: relative;
  z-index: 2;
}
.list_wrap .product_menus .product_nav .type .lis .son .link .select_box {
  width: 26px;
  height: 26px;
  border: 1px solid #E2E2E2;
  padding: 0 4px 4px;
  text-align: center;
}
.list_wrap .product_menus .product_nav .type .lis .son .link .select_box .iconfont {
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
}
.list_wrap .product_menus .product_nav .type .lis .son .link .text {
  font-size: 16px;
  padding-left: 10px;
  user-select: none;
  font-weight: 500;
}
.list_wrap .product_menus .product_nav .type .lis .son .active .select_box .iconfont {
  opacity: 1;
  color: #000;
}
.list_wrap .product_menus .product_nav .type .active {
  background: #fff;
}
.list_wrap .product_menus .product_nav .type .active .lis_head {
  background: #000;
}
.list_wrap .product_menus .product_nav .type .active .name,
.list_wrap .product_menus .product_nav .type .active .iconfont {
  color: #fff;
}
.list_wrap .product_menus .product_nav .type .active .arrow_icon {
  transform: rotate(90deg);
}
.list_wrap .product_menus .recommend {
  background: #fff;
}
.list_wrap .product_menus .recommend .recommend_wrap .item {
  margin-bottom: 0;
}
.list_wrap .product_menus .recommend .recommend_wrap .item .link {
  text-align: center;
}
.list_wrap .product_menus .recommend .recommend_wrap .item .link .cover_box .cover {
  height: 240px;
}
.list_wrap .product_menus .recommend .recommend_wrap .item .link .lead {
  font-size: 14px;
  line-height: 1.8;
  color: #959595;
}
.list_wrap .product_menus .recommend .recommend_wrap .item .link:hover .cover {
  transform: scale(1.07);
}
.list_wrap .product_menus .recommend .recommend_wrap .item .link:hover .name {
  color: #0093DD;
}
.list_wrap .product_menus .recommend .recommend_wrap .swiper-button-prev,
.list_wrap .product_menus .recommend .recommend_wrap .swiper-button-next {
  background: rgba(0, 0, 0, 0.5);
}
.list_wrap .product_list .row {
  flex-wrap: wrap;
}
.list_wrap .product_list .item {
  margin-bottom: 30px;
}
.list_wrap .product_list .item .link {
  text-align: center;
  padding: 10px;
}
.list_wrap .product_list .item .link .name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-top: 7px;
}
.list_wrap .product_list .item .link .lead {
  font-size: 14px;
  color: #A4A4A4;
}
.list_wrap .product_list .item .link:hover .cover {
  transform: scale(1.07);
}
.list_wrap .details {
  padding: 60px 0 80px;
}
.list_wrap .details .product_swiper {
  height: 500px;
  margin-bottom: 20px;
  background: #F8F8F8;
  padding: 20px;
}
.list_wrap .details .product_swiper .product_menu {
  width: 100px;
  flex: none;
  height: 100%;
}
.list_wrap .details .product_swiper .product_menu .item {
  width: 100% !important;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  background: #fff;
}
.list_wrap .details .product_swiper .product_menu .item .cover_box {
  height: 100%;
}
.list_wrap .details .product_swiper .product_menu .item .cover_box .cover {
  height: 100%;
}
.list_wrap .details .product_swiper .product_menu .active {
  border-color: #0093DD;
}
.list_wrap .details .product_swiper .product_demo {
  flex: 1;
  height: 100%;
  margin-right: 10px;
}
.list_wrap .details .product_swiper .product_demo .cover_box {
  height: 100%;
  text-align: center;
}
.list_wrap .details .product_swiper .product_demo .cover_box .cover {
  object-fit: contain;
  height: 100%;
}
.list_wrap .details .product_swiper .product_demo .item {
  overflow: hidden;
}
.list_wrap .details .product_swiper .product_demo .item:hover .cover {
  transform: scale(1.07);
}
.list_wrap .details .content {
  padding: 20px;
}
.list_wrap .details .content .c_title {
  font-weight: 600;
  font-size: 28px;
}
.list_wrap .details .content .line {
  margin-bottom: 20px;
}
.list_wrap .details .content .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
}
.list_wrap .details .content .lead,
.list_wrap .details .content p {
  line-height: 1.8;
  color: #464646;
  padding: 7px 0;
}
.list_wrap .details .content .share {
  justify-content: start;
  padding: 20px 0 0;
}
.list_wrap .details .content .share .text {
  padding-right: 10px;
  font-size: 18px;
  font-weight: 500;
}
.list_wrap .details .content .share .blogroll .box .link {
  background: #F8F8F8;
}
.list_wrap .details .content .share .blogroll .box .link:hover {
  background: #0093DD;
}
.list_wrap .details .content .cover_box {
  width: 60%;
  margin: auto;
}
.list_wrap .details .description {
  padding: 40px 0;
}
.list_wrap .details .description .table_wrap {
  overflow-x: auto;
}
.list_wrap .details .description table {
  width: 100%;
  min-width: 1000px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.list_wrap .details .description table td {
  padding: 16px 10px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.list_wrap .details .description table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.recommend_swiper .item {
  margin-bottom: 30px;
}
.recommend_swiper .item .link {
  text-align: center;
  padding: 10px;
  background: #fff;
}
.recommend_swiper .item .link .name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-top: 7px;
}
.recommend_swiper .item .link .lead {
  font-size: 14px;
  color: #A4A4A4;
}
.recommend_swiper .item .link:hover .cover {
  transform: scale(1.07);
}
.recommend_swiper .swiper-button-prev,
.recommend_swiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.5);
}
.product_content .product_head {
  height: 70px;
  background: #EFEFEF;
}
.product_content .product_head .tabs_title {
  padding: 0 40px;
  line-height: 70px;
  font-size: 20px;
  font-weight: 500;
}
.product_content .product_head .active {
  background: #0093DD;
  color: #fff;
}
.product_content .product_main {
  padding: 40px 0;
  line-height: 1.8;
}
.product_content .product_main .product_li {
  display: none;
}
.product_content .product_main .product_li .name {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
.product_content .product_main .product_li .lead,
.product_content .product_main .product_li p,
.product_content .product_main .product_li span {
  line-height: 1.8;
}
.product_content .product_main .product_li .specification {
  padding: 10px 0 30px;
}
.product_content .product_main .product_li .specification .box {
  padding-right: 30px;
}
.product_content .product_main .product_li .specification .box .cover_box {
  margin-bottom: 20px;
}
.product_content .product_main .product_li .specification .box .lead {
  text-align: center;
}
.product_content .product_main .product_li .table {
  overflow-x: auto;
}
.product_content .product_main .product_li .table .over_x {
  min-width: 992px;
}
.product_content .product_main .product_li .table .table_header {
  background: #000;
}
.product_content .product_main .product_li .table .table_header .th {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 16px 0;
  flex: 1;
  text-align: center;
}
.product_content .product_main .product_li .table .table_header .th:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.product_content .product_main .product_li .table .table_body {
  background: #E3F2F9;
}
.product_content .product_main .product_li .table .table_body .table_li:nth-child(even) {
  background: #B2DAEF;
}
.product_content .product_main .product_li .table .table_body .td {
  padding: 20px;
  flex: 1;
  font-size: 14px;
  line-height: 1.8;
}
.product_content .product_main .product_li .table .table_body .td:nth-child(1) {
  text-align: center;
}
.product_content .product_main .product_li .table .table_body .td:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.product_content .product_main .product_li .product_list .link {
  padding: 10px;
  background: #EFEFEF;
}
.product_content .product_main .product_li .product_list .link .content {
  text-align: center;
}
.product_content .product_main .active {
  display: block;
}
.news_list {
  padding: 0 0 40px;
}
.news_list .item .link {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news_list .item .link .content {
  padding: 20px;
}
.news_list .item .link .content .name {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.news_list .item .link .content .lead {
  color: #919191;
  line-height: 1.8;
}
.news_list .item .link .content .date {
  justify-content: start;
  color: #0093DD;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
}
.news_list .item .link .content .date .text {
  padding-left: 6px;
}
.news_list .item .link .content .more {
  margin-top: 40px;
}
.news_list .item .link:hover .cover_box .cover {
  transform: scale(1.07);
}
.common_details .content,
.common_details .child_padding {
  padding: 30px 0;
}
.common_details .content .lead,
.common_details .child_padding .lead,
.common_details .content p,
.common_details .child_padding p {
  font-size: 16px;
  line-height: 1.8;
  padding: 10px 0;
  font-weight: 500;
}
.applicationList .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.applicationList .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.4s;
}
.applicationList .item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.applicationList .item .content .name {
  position: absolute;
  top: 90%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.applicationList .item .content .name::after {
  content: '';
  width: 50px;
  height: 4px;
  border-radius: 2px;
  background: #0093DD;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.applicationList .item .content .details {
  position: absolute;
  top: 85%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.applicationList .item .content .details .link {
  width: 40%;
  height: 40px;
  line-height: 40px;
  background: #0093DD;
  color: #fff;
  border-radius: 45px;
}
.applicationList .item:hover::before {
  opacity: 0.7;
}
.applicationList .item:hover .content .name {
  top: 40%;
}
.applicationList .item:hover .content .lead {
  top: 40%;
  opacity: 1;
}
.applicationList .item:hover .content .details {
  top: 56%;
  opacity: 1;
}


















.mbx {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 4px;
}

.mbx a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 8px;
    width: auto;
    text-decoration: none;
}

.mbx a:hover {
    text-decoration: underline;
}

.mbx a i {
    margin-right: 5px;
}

.mbx > span:not(.display_flex)::before {
    content: '>';
    color: white;
    margin: 0 8px;
}


#translate {    display: none;}











    table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        th, td {
            padding: 12px 15px;
            text-align: left;
            border: 1px solid #ddd;
            font-size: 18px;
            text-align: center;
        }
        thead th {
            background-color: #000;
            color: white;
            font-size: 18px;   
            text-align: center;
            font-weight: bold;
        }
        tbody tr:nth-child(odd) {
            background-color: #E3F2F9;
        }
        tbody tr:nth-child(even) {
            background-color: #B2DAEF;
        }
        .product-model {
            font-weight: bold;
            color: #2c3e50; 
        }
        .battery-specs div {
            margin-bottom: 5px;
        }
        @media (max-width: 768px) {
            .container {
                padding: 10px;
            }
            table {
                font-size: 14px;
            }
            th, td {
                padding: 8px 10px;
            }
        }


