* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4 {
  margin: 0;
  padding: 0;
}

   table { width: 100%; border-collapse: collapse; margin: 16px 0; border: 1px solid #ddd; }
        th, td { padding: 10px; text-align: left; border: 1px solid #ddd; vertical-align: top; }
        th { background-color: #f8f8f8; font-weight: 700; white-space: nowrap; }
.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;
}
.container_padding {
  padding: 100px 0 80px;
}
.container_main {
  padding-top: 50px;
}
ul,
li {
  list-style: none;
}
html,
body {
  overflow-x: hidden;
  color: #333;
  font: 14px / 1.6 PingFang SC, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
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 3px 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: 1400px;
  width: 100%;
  margin: auto;
}
.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;
}
.gaodu {height: 550px;}
.pointer {
  cursor: pointer;
}
.inline_block {
  display: inline-block;
}
.animate {
  transition: 0.4s ease;
}
.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;
}
.head {
  margin: auto;
  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: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  overflow: hidden;
  border-radius: 12px;
  margin-left: 30px;
  cursor: pointer;
  background: #fff;
  user-select: none;
}
.head .arrow .icon .iconfont {
  font-size: 18px;
}
.head .arrow .icon:hover {
  background: #00398B;
}
.head .arrow .icon:hover .iconfont {
  color: #fff;
}
.line {
  margin: 5px 0;
  height: 3px;
  background: #00398B;
  width: 100px;
}
.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: #00398B;
}
.paging .nav_box .pagination .active a {
  background-color: #00398B;
  border-color: #00398B;
  color: #fff;
}
.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;
}
.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 .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: #FF8000;
}
.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;
}
.to_more .link {
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  background: #00398B;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
}
.to_more .link:hover {
  background: #FF8000;
}
.tabs {
  padding: 30px 10px;
}
.tabs .tabs_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tabs .item {
  padding: 0 14px;
  margin-bottom: 20px;
}
.link9
 {
    font-size: 16px;
    font-weight: 800;
    width: 100%;
    margin: 0 auto;
    text-align: center;
        padding: 0 0 20px 0px;
}
.tabs .item .link {
  border-radius: 45px;
  padding: 10px 25px;
  background: #F6F6F6;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  line-height: 1.8;
}
.tabs .item .link .text {
  font-size: 18px;
  padding: 0 2px;
  white-space: nowrap;
  color: #A4A4A4;
}
.tabs .item .link .lead {
  font-weight: 600;
}
.tabs .active .link {
  background: #00398B;
  border-color: #618BC8;
}
.tabs .active .link .text {
  color: #fff;
}
.tabs .active .link .lead {
  color: #fff;
}
.more {
  padding-top: 10px;
}
.more .box {
  display: inline-block;
}
.more .link {
  min-width: 164px;
  height: 46px;
  line-height: 46px;
  padding: 0 40px;
  font-size: 16px;
  color: #fff;
  background: #00398B;
  width: auto;
  border-radius: 50px;
  position: relative;
}
.more .link .lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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: #FF8000;
  opacity: 0;
  animation-delay: 0.5s;
}
.more .link .icon .iconfont {
  color: #fff;
}
.more .link:hover .lead {
  left: 20px;
  transform: translate(0, -50%);
}
.more .link:hover .icon {
  opacity: 1;
  right: 7px;
}
.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: #00398B;
  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;
  padding: 10px 0;
  white-space: nowrap;
  margin-right: 20px;
  color: #00398B;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .content {
  width: 100%;
  transition: 1s ease;
  background: #00398B;
  padding: 0;
}
.header .content .wrap {
  margin: auto;
  max-width: 1400px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.header .content .logo {
  /*width: 140px;*/
  flex: none;
  padding: 10px 0;
}
.header .content .logo .link,
.header .content .logo .cover {
  width: 100%;
  object-fit: contain;
  height: 70px;
}
.header .content .right {
  flex: auto;
}
.header .content .right .nav {
  justify-content: center;
}
.header .content .right .nav .li {
  cursor: pointer;
}
.header .content .right .nav .li .head_title {
  height: 80px;
  line-height: 80px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  color: #fff;
}
.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 .child {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100vw;
  display: none;
  background: #fff;
  z-index: 10;
}
.header .content .right .nav .li .child .child_main {
  padding: 40px 0;
}
.header .content .right .nav .li .child .child_main .child_list {
  flex-wrap: wrap;
}
.header .content .right .nav .li .child .child_main .child_list .col_md:first-child {
  margin-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.header .content .right .nav .li .child .child_main .child_list .child_li .link {
  width: auto;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #949494;
}
.header .content .right .nav .li .child .child_main .child_list .child_li .link:hover {
  color: #00398B;
}
.header .content .right .nav .li .child .child_main .cover_box {
  border-radius: 24px;
}
.header .content .right .nav .li .child .child_main .cover_box .cover {
  height: 210px;
}
.header .content .right .nav .li .child .child_main .cover_box:hover .cover {
  transform: scale(1.05);
}
.header .content .right .nav .li:hover .child {
  display: block;
}
.header .content .right .nav .active {
  background: #FF8000;
}
.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 .circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  display: none;
}
.header .content .right .function .circle .cover {
  width: 15px;
}
.header .content .right .function .item {
  background: rgba(255, 255, 255, 0.3);
  margin-left: 14px;
  cursor: pointer;
  border-radius: 34px;
}
.header .content .right .function .item .iconfont {
  color: #fff;
}
.header .content .right .function .photo {
  background: none;
  line-height: normal;
  width: 38px !important;
  padding: 0;
}
.header .content .right .function .photo .link {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.header .content .right .function .photo .cover {
  width: 100% !important;
  height: 38px;
}
.header .content .right .function .contact_item {
  height: 34px;
  line-height: 34px;
  background: #FF8000;
}
.header .content .right .function .contact_item .link {
  padding: 0 14px;
  color: #fff;
}
.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: #fff;
  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: #00398B;
  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(255, 255, 255, 0.3);
}
.h5_nav .li .head_title .title,
.h5_nav .li .head_title .iconfont {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}
.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(255, 255, 255, 0.3);
}
.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: #fff;
}
.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: #FF8000;
  border-radius: 3px;
  user-select: none;
}
.h5_nav .child_li .rotateIcon {
  transform: rotate(-180deg);
}
.h5_nav_active {
  opacity: 1;
  height: 100vh;
  visibility: visible;
}
.header_height {
  height: 80px;
}
.footer {
  background: #EBEBEB;
}
.footer .main {
  padding: 80px 0;
}
.footer .main .left_box .logo {
  width: 180px;
  margin: auto;
}
.footer .main .left_box .logo .cover {
  width: 100%;
}
.footer .main .left_box .title {
  font-size: 18px;
  text-align: center;
  padding: 14px 0 20px;
}
.footer .main .content .title {
  padding: 20px 0;
  color: #00398B;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
.footer .main .content .ul .li {
  padding: 5px 0;
}
.footer .main .content .ul .li .link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}
.footer .main .content .ul .li .link .iconfont {
  font-size: 20px;
  color: #00398B;
}
.footer .main .content .ul .li .link:hover {
  color: #00398B;
}
.footer .main .content .code {
  text-align: center;
}
.footer .main .content .code .lead {
  font-size: 16px;
  font-weight: 600;
  padding: 7px 0;
}
.footer .copyright {
  border-top: 1px solid #fff;
  padding: 20px 0;
}
.footer .copyright .wrap {
  flex-wrap: wrap;
  align-items: center;
}
.footer .copyright .wrap .text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  font-weight: 600;
}
.index_swiper {
  overflow: hidden;
}
.index_swiper .item {
  position: relative;
}
.index_swiper .item .cover_box .cover {
  min-height: 500px;
}
.index_swiper .item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1500px;
}
.index_swiper .item .content .wrap {
  width: 800px;
  padding: 0 10px;
}
.index_swiper .item .content .title {
  font-size: 46px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
}
.index_swiper .item .content .sub_head {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.index_swiper .swiper-pagination {
  bottom: 20px;
}
.index_swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}
.index_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 12px;
  opacity: 1;
}
.about_introduce .title {
  color: #00398B;
}
.about_introduce .cover_box {
  margin: 20px 0;
  border-radius: 24px;
}
.about_introduce .cover_box:hover .cover {
  transform: scale(1.07);
}
.about_introduce .more {
  text-align: right;
}
.about_introduce .content {
  padding-left: 60px;
}
.about_introduce .content .lead {
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 20px;
}
.about_introduce .content .video_box {
  width: 100%;
}
.solutions .head {
  margin-bottom: 20px;
}
.solutions .head .title {
  color: #00398B;
}
.solutions .content {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 30px;
}
.solutions .content .solution_swiper .row {
  margin: 0;
}
.solutions .content .solution_swiper .item .cover_box {
  border-radius: 8px;
}
.solutions .content .solution_swiper .item:hover .cover {
  transform: scale(1.07);
}
.solutions .content .solution_swiper .item .name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.solutions .content .solution_swiper .item .lead {
  font-size: 16px;
  line-height: 1.7;
}
.solutions .solutions_menus {
  height: 400px;
}
.solutions .solutions_menus .item {
  background: #fff;
  padding: 0 30px;
  font-weight: 600;
  border-radius: 50px;
  font-size: 18px;
  justify-content: start;
  border: 2px solid transparent;
}
.solutions .solutions_menus .item .num {
  font-size: 22px;
  flex: none;
}
.solutions .solutions_menus .item .text {
  padding-left: 8px;
  flex: 1;
}
.solutions .solutions_menus .swiper-slide-thumb-active {
  border-color: #FF8000;
  color: #FF8000;
}
.goods_shelf {
  background-position: -800px;
}
.goods_shelf .head {
  text-align: left;
}
.goods_shelf .head .title {
  color: #00398B;
}
.goods_shelf .main .row {
  display: none;
}
.goods_shelf .main .cover_box {
  border-radius: 24px;
}
.goods_shelf .main .cover_box .cover {
  height: 400px;
}
.goods_shelf .main .cover_box:hover .cover {
  transform: scale(1.07);
}
.goods_shelf .main .content {
  height: 400px;
  padding: 50px;
  flex-direction: column;
  align-items: start;
  line-height: 1.7;
}
.goods_shelf .main .content .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.goods_shelf .main .content .lead {
  line-height: 1.8;
  margin-bottom: 20px;
}
.goods_shelf .main .active {
  display: block;
}
.store .head {
  width: 50%;
}
.store .head .title {
  color: #fff;
  line-height: 1.5;
}
.store .head .title .text {
  color: #FF8000;
}
.store .list {
  margin-bottom: 20px;
}
.store .list .item {
  background: #fff;
  padding: 30px;
  text-align: center;
  min-height: 174px;
}
.store .list .item .to_head {
  line-height: 1.6;
  padding-bottom: 5px;
}
.store .list .item .to_head .num {
  font-size: 40px;
  color: #00398B;
  font-weight: 600;
}
.store .list .item .to_head .ide,
.store .list .item .to_head .text {
  color: #717171;
  font-size: 18px;
}
.store .list .item .lead {
  color: #717171;
}
.store .list .item:hover {
  transform: translateY(-10px);
  background: #00398B;
}
.store .list .item:hover .to_head .ide,
.store .list .item:hover .to_head .num,
.store .list .item:hover .to_head .text {
  color: #fff;
}
.store .list .item:hover .lead {
  color: #fff;
}
.store .more {
  text-align: center;
}
.store .more .box .link {
  min-width: 268px;
}
.partnerships .head .title {
  color: #00398B;
}
.partnerships .head .line {
  margin: 5px auto;
}
.partnerships .cooperative_partner {
  padding: 40px 20px 10px;
  position: relative;
}
.partnerships .cooperative_partner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  opacity: 0.3;
  background: rgba(255, 255, 255, 0.3);
}
.partnerships .cooperative_partner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  opacity: 0.3;
  background: rgba(255, 255, 255, 0.3);
}
.partnerships .cooperative_partner .swiper_list {
  display: flex;
  align-items: center;
}
.partnerships .cooperative_partner .item {
  overflow: hidden;
  background: #fff;
  text-align: center;
  height: 100px;
}
.partnerships .cooperative_partner .item .cover {
  object-fit: initial;
}
.news {
  padding-top: 0;
}
.news .head .title {
  color: #00398B;
}
.news .head .line {
  margin: 7px auto;
}
.news .main .item .link {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}
.news .main .item .link .cover_box {
  height: 280px;
}
.news .main .item .link .cover_box .cover {
  height: 100%;
}
.news .main .item .link .content {
  padding: 10px 0;
}
.news .main .item .link .content .name {
  color: #333;
  line-height: 1.5;
}
.news .main .item .link .content .lead {
  color: #828282;
  line-height: 1.6;
  font-weight: 500;
}
.news .main .item .link .content .date {
  font-size: 14px;
  display: inline-block;
  padding: 10px 0 5px;
  position: relative;
  color: #828282;
}
.news .main .item .link .content .date::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
}
.news .main .item .link:hover .cover {
  transform: scale(1.06);
}
.news .main .item .link:hover .content .name {
  color: #FF8000;
}
.get_form .form .row {
  margin: 0;
}
.get_form .form .item {
  margin-bottom: 10px;
}
.get_form .form .box {
  padding: 0;
}
.get_form .form .two_box {
  padding-left: 10px;
}
.get_form .form .input_box {
  padding-left: 10px;
}
.get_form .form .input {
  height: 60px;
  font-size: 16px;
  padding: 0 20px;
}
.get_form .form .layui-form-select .layui-input {
  padding: 0 20px;
  height: 60px;
  font-size: 16px;
}
.get_form .form .textarea {
  padding: 20px 20px;
  font-size: 16px;
}
.get_form .form .btn_box {
  margin-top: 20px;
  text-align: center;
}
.get_form .form .btn_box .btn {
  background: #00398B;
  min-width: 180px;
  height: 50px;
  font-size: 18px;
  padding: 0;
}
.get_message .content {
  height: 440px;
  color: #fff;
  flex-direction: column;
  align-items: start;
}
.get_message .content .name {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
.get_message .content .lead {
  font-size: 20px;
  line-height: 1.7;
}
.get_message .get_form {
  background: rgba(255, 255, 255, 0.7);
  padding: 40px;
  border-radius: 12px;
}
.get_message .get_form .title {
  color: #00398B;
}
.get_message .get_form .form {
  padding-top: 20px;
}
.get_message .get_form .form .btn_box .btn {
  width: 100%;
  border-radius: 50px;
}
.news_details .content .lead {
  font-size: 14px;
  line-height: 2.2;
  padding: 6px 0;
  font-weight: 500;
}
.news_details .content .cover_box {
  margin: 10px 0;
}
.news_details .content .content_cover {
  padding: 20px 0;
  text-align: center;
}
.news_details .content .content_cover .cover {
  display: inline-block;
  max-width: 47%;
  padding: 0 10px;
}
.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: #00398B;
}
.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: #00398B;
  font-size: 16px;
  text-align: center;
}
.company_explain .main .content {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 50px;
}
.company_explain .main .content .title {
  color: #00398B;
  margin-bottom: 20px;
}
.company_explain .main .content .lead {
  font-size: 20px;
  line-height: 1.8;
  color: #5B5B5B;
}
.company_explain .main .content .cover_box {
  max-width: 70%;
  margin: auto;
  padding: 40px 0 0;
}
.company_explain .main .list .item .cover_box {
  width: 70px;
  text-align: center;
}
.company_explain .main .list .item .cover_box .cover {
  width: auto;
  object-fit: contain;
}
.company_explain .main .list .item .box {
  padding-left: 14px;
}
.company_explain .main .list .item .box .name {
  font-size: 20px;
  font-weight: 600;
  color: #00398B;
}
.company_explain .main .list .item .box .text {
  font-weight: 500;
}
.company_explain .cover_box {
  padding: 0 80px;
}
.company_list .item {
  padding: 40px 0;
}
.company_list .item .content {
  height: 400px;
  flex-direction: column;
  align-items: start;
}
.company_list .item .content .name {
  font-size: 34px;
  font-weight: 600;
  color: #00398B;
  line-height: 1.4;
  margin-bottom: 14px;
}
.company_list .item .content .lead {
  font-size: 18px;
  color: #989898;
  line-height: 1.7;
}
.company_list .item .cover_box {
  border-radius: 24px;
}
.company_list .item .cover_box .cover {
  max-height: 400px;
  object-fit: contain;
}
.company_list .item .cover_box:hover .cover {
  transform: scale(1.07);
}
.company_list .item:nth-child(even) .row {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row-reverse;
}
.company_list .item:nth-child(even) .content {
  padding-left: 50px;
}
.company_serve .row {
  margin: 0;
}
.company_serve .content {
  height: 600px;
  padding-top: 50px;
}
.company_serve .content .title {
  color: #00398B;
  margin-bottom: 14px;
  line-height: 1.8;
}
.company_serve .content .lead {
  color: #5E5E5E;
  line-height: 1.8;
}
.company_serve2 .content {
  flex-direction: column;
  align-items: start;
  height: 450px;
}
.company_serve2 .content .title {
  color: #fff;
}
.company_serve2 .content .lead {
  color: #fff;
  line-height: 2.3;
}
.company_info .cover_box {
  border-radius: 20px;
}
.company_info .cover_box .cover {
  height: 500px;
}
.company_info .cover_box:hover .cover {
  transform: scale(1.07);
}
.company_info .content {
  height: 500px;
  flex-direction: column;
  align-items: start;
  padding-left: 50px;
}
.company_info .content .title {
  color: #00398B;
  margin-bottom: 20px;
  line-height: 1.6;
}
.company_info .content .lead {
  color: #5E5E5E;
  line-height: 1.8;
}
.corporate_environment .main {
  text-align: center;
}
.corporate_environment .main .title {
  color: #00398B;
  line-height: 1.7;
  margin-bottom: 14px;
}
.corporate_environment .main .lead {
  font-size: 20px;
  color: #747474;
  line-height: 1.8;
}
.corporate_environment .main .list {
  width: 70%;
  margin: auto;
  padding-top: 50px;
}
.corporate_environment .main .list .name {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
.company_image .title {
  color: #00398B;
  text-align: center;
  line-height: 1.7;
}
.company_image .company_image_swiper {
  height: 440px;
}
.company_image .company_image_swiper .item .cover_box {
  border-radius: 20px;
  height: 100%;
}
.company_image .company_image_swiper .item .cover_box .cover {
  height: 100%;
}
.company_image .company_image_swiper .item .cover_box:hover .cover {
  transform: scale(1.05);
}
.company_image .company_image_menus {
  height: 440px;
  padding-left: 30px;
}
.company_image .company_image_menus .item {
  opacity: 0.2;
  font-size: 22px;
  font-weight: 600;
  justify-content: start;
}
.company_image .company_image_menus .my-slide-thumb-active {
  opacity: 1;
  color: #00398B;
}
.company_image .company_image_menus .active {
  opacity: 1;
  color: #00398B;
}
.case_category .case_category_swiper {
  height: 500px;
}
.case_category .case_category_swiper .item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.case_category .case_category_swiper .item .cover_box {
  height: 100%;
}
.case_category .case_category_swiper .item .cover_box .cover {
  height: 100%;
}
.case_category .case_category_swiper .item .name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
.case_category .menus {
  justify-content: space-between;
}
.case_category .menus .arrow {
  flex: none;
}
.case_category .menus .arrow .content {
  flex-direction: column;
}
.case_category .menus .arrow .content .icon {
  padding: 20px;
}
.case_category .menus .arrow .content .icon .iconfont {
  font-size: 24px;
  font-weight: 500;
  opacity: 0.3;
}
.case_category .menus .arrow .content .icon:hover .iconfont {
  opacity: 1;
  color: #00398B;
}
.case_category .case_category_menu_swiper {
  flex: 1;
  height: 500px;
}
.case_category .case_category_menu_swiper .item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.case_category .case_category_menu_swiper .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 57, 139, 0.6);
  opacity: 0;
}
.case_category .case_category_menu_swiper .item .cover_box {
  height: 100%;
}
.case_category .case_category_menu_swiper .item .cover_box .cover {
  height: 100%;
}
.case_category .case_category_menu_swiper .item .name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  z-index: 1;
}
.case_category .case_category_menu_swiper .my-slide-thumb-active::after {
  opacity: 1;
}
.case_main .title {
  text-align: center;
  color: #00398B;
}
.case_main .case_tabs {
  padding: 30px 0 50px;
}
.case_main .case_tabs .tabs_li {
  padding: 0 4px;
}
.case_main .case_tabs .tabs_li .link {
  padding: 6px 24px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 50px;
}
.case_main .case_tabs .active .link {
  background: #00398B;
  color: #fff;
}
.case_main .name {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.case_main .lead {
  text-align: center;
  line-height: 1.7;
}
.case_main .list .itme {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
}
.case_main .list .itme .item_head {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  font-weight: 600;
}
.case_main .list .itme .item_head .iconfont {
  color: #00398B;
}
.case_main .list .itme .item_head .text {
  padding-left: 6px;
}
.case_main .list .itme .up {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s ease-out;
}
.case_main .list .itme:hover .up {
  bottom: 0;
}
.case_main .case_body {
  display: none;
}
.case_main .active {
  display: block;
}
.case_details .left_box {
  background: #fff;
  padding: 20px;
}
.case_details .left_box .card .title {
  padding-bottom: 6px;
}
.case_details .left_box .card .title .iconfont {
  font-size: 28px;
  color: #00398B;
}
.case_details .left_box .card .lead {
  font-size: 18px;
  line-height: 1.7;
  color: #727272;
}
.case_details .left_box .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  padding: 10px 0;
}
.case_details .left_box .lead {
  font-size: 18px;
  line-height: 1.7;
  padding: 10px 0;
}
.case_details .right_box {
  border-top: 7px solid #00398B;
}
.case_details .right_box .user_main {
  background: #fff;
  margin-bottom: 30px;
  padding: 0 20px;
}
.case_details .right_box .user_main .user {
  padding: 30px 0;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.case_details .right_box .user_main .user .photo_image {
  width: 80px;
  height: 80px;
}
.case_details .right_box .user_main .user .content {
  flex: 1;
  padding: 0 14px;
  line-height: 1.8;
}
.case_details .right_box .user_main .user .content .name {
  font-size: 20px;
  font-weight: 600;
  color: #00398B;
}
.case_details .right_box .user_main .user .content .store_label {
  display: inline-block;
  border: 1px solid #00398B;
  padding: 4px 16px;
  color: #00398B;
}
.case_details .right_box .user_main .store_list {
  padding: 20px 0 40px;
}
.case_details .right_box .user_main .store_list .cover_box {
  width: 24px;
}
.case_details .right_box .user_main .store_list .lis {
  padding: 10px 0;
}
.case_details .right_box .user_main .store_list .lis .content {
  padding-left: 20px;
}
.case_details .right_box .user_main .store_list .lis .content .name {
  font-size: 18px;
  font-weight: 600;
  color: #00398B;
}
.case_details .right_box .user_main .store_list .lis .content .lead {
  font-size: 15px;
  font-weight: 500;
  color: #6A6A6A;
}
.case_details .right_box .next {
  background: #fff;
  border-top: 7px solid #00398B;
  padding: 20px;
}
.case_details .right_box .next .title {
  color: #00398B;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.case_details .right_box .next .name {
  font-size: 18px;
  padding: 20px 0;
  font-weight: 600;
  margin-bottom: 10px;
}
.case_details .right_box .next .date {
  color: #9C9C9C;
  font-size: 16px;
}
.recommend_case {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 0 0;
}
.recommend_case .title {
  color: #00398B;
}
.recommend_case .list {
  padding-top: 20px;
}
.recommend_case .list .display_flex {
  flex-wrap: wrap;
}
.recommend_case .list .item {
  margin-bottom: 20px;
}
.recommend_case .list .item .link .cover_box {
  border-radius: 12px;
}
.recommend_case .list .item .link .date {
  color: #9C9C9C;
}
.recommend_case .list .item .link:hover .cover {
  transform: scale(1.07);
}
.recommend_case .list .item .link:hover .name {
  color: #00398B;
}
.about_explain .content {
  width: 70%;
  margin: auto;
  text-align: center;
}
.about_explain .content .title {
  color: #00398B;
  margin-bottom: 14px;
}
.about_explain .content .lead {
  font-size: 16px;
  line-height: 1.7;
}
.company_aspiration .title {
  color: #00398B;
}
.company_aspiration .main .content {
  padding-top: 30px;
}
.company_aspiration .main .content .name {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 5px;
}
.company_aspiration .main .content .lead {
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 10px;
  color: #8D8D8D;
}
.company_aspiration .list .item {
  height: 140px;
  background: linear-gradient(to bottom, #F1F1F1, #F1F1F1);
  border: 2px solid #fff;
  border-radius: 12px;
  text-align: center;
  flex-direction: column;
  margin-bottom: 15px;
}
.company_aspiration .list .item .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #FF8000;
  border-radius: 50px;
  margin-bottom: 10px;
}
.company_aspiration .list .item .icon .iconfont {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
.company_aspiration .list .item .name {
  font-weight: 600;
  font-size: 17px;
}
.company_aspiration .list .item:hover {
  border-color: #00398B;
  transform: translateY(-7px);
}
.about_company_list .title {
  text-align: center;
  color: #00398B;
}
.about_company_list .list {
  padding-bottom: 40px;
}
.about_company_list .list .item {
  margin-bottom: 20px;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.about_company_list .list .item .cover_box .cover {
  height: 150px;
}
.about_company_list .list .item .content {
  height: 94px;
  padding-top: 14px;
  line-height: 1.7;
}
.about_company_list .list .item .content .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.about_company_list .list .item .content .lead {
  color: #828282;
}
.about_company_list .list .item:hover .cover {
  transform: scale(1.06);
}
.about_company_list .list .item:hover .name {
  color: #00398B;
}
.service_main {
  background-position: -800px;
}
.service_main .company_image_swiper .item {
  overflow: hidden;
}
.service_main .company_image_swiper .item .cover {
  height: 450px;
}
.service_main .company_image_swiper .item:hover .cover {
  transform: scale(1.06);
}
.service_main .menus {
  margin-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.service_main .menus .company_image_menus {
  height: 1000px;
}
.service_main .menus .company_image_menus .item {
  padding: 10px 30px 10px 60px;
  align-items: start;
}
.service_main .menus .company_image_menus .item .serial_number {
  width: 60px;
  height: 60px;
  border: 2px solid #00398B;
  text-align: center;
  line-height: 60px;
  flex: none;
  font-size: 24px;
  font-weight: 600;
  color: #00398B;
  position: relative;
  background: #fff;
}
.service_main .menus .company_image_menus .item .serial_number::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -70px;
  width: 70px;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}
.service_main .menus .company_image_menus .item .content {
  flex: 1;
  margin-left: 30px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  max-height: 250px;
  overflow: hidden;
}
.service_main .menus .company_image_menus .item .content .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.7;
}
.service_main .menus .company_image_menus .item .content .lead {
  line-height: 1.8;
}
.service_main .menus .company_image_menus .my-slide-thumb-active .serial_number {
  background: #00398B;
  color: #fff;
}
.shop_history_swiper {
  position: relative;
  height: 1200px;
}
.shop_history_swiper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.1);
}
.shop_history_swiper .item {
  position: relative;
  height: 550px;
}
.shop_history_swiper .item .col_md {
  padding: 0 70px;
}
.shop_history_swiper .item .center_line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
}
.shop_history_swiper .item .center_line .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 50px;
  text-align: center;
  line-height: 34px;
  background: #CCCCCC;
}
.shop_history_swiper .item .center_line .icon .iconfont {
  font-size: 18px;
  color: #fff;
}
.shop_history_swiper .item .content {
  padding: 20px;
  background: #F1F1F1;
}
.shop_history_swiper .item .content .cover_box {
  margin-bottom: 14px;
}
.shop_history_swiper .item .content .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 10px;
}
.shop_history_swiper .item .content .lead {
  font-size: 16px;
  line-height: 1.7;
  color: #989898;
}
.shop_history_swiper .item .content:hover .cover {
  transform: scale(1.06);
}
.shop_history_swiper .item .date {
  height: 550px;
  justify-content: start;
}
.shop_history_swiper .item .date .year {
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid #fff;
  background: #CCCCCC;
}
.shop_history_swiper .item:nth-child(even) .row {
  display: flex;
  flex-flow: row-reverse;
}
.shop_history_swiper .item:nth-child(even) .row .date {
  justify-content: flex-end;
}
.shop_history_swiper .swiper-slide-active .date .year {
  background: #00398B;
  border-color: #00398B;
}
.shop_history_swiper .swiper-slide-active .center_line {
  background: #00398B;
}
.shop_history_swiper .swiper-slide-active .center_line .icon {
  background: #00398B;
}
.information_list {
  padding: 100px 0 60px;
}
.information_list .item {
  margin-bottom: 30px;
}
.information_list .item .link {
  overflow: hidden;
  transition: 0.4s ease;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.information_list .item .link .cover_box {
  height: 240px;
}
.information_list .item .link .cover_box .cover {
  height: 100%;
}
.information_list .item .link .content {
  padding: 10px 0;
}
.information_list .item .link .content .name {
  line-height: 1.8;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.information_list .item .link .content .lead {
  color: #828282;
  line-height: 1.7;
}
.information_list .item .link .content .date {
  display: inline-block;
  font-size: 16px;
  line-height: 2;
  color: #828282;
  position: relative;
  margin-bottom: 10px;
}
.information_list .item .link .content .date::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #828282;
}
.information_list .item .link:hover {
  transform: translateY(-10px);
}
.information_list .item .link:hover .cover {
  transform: scale(1.1);
}
.information_list .item .link:hover .content .name {
  color: #00398B;
}
.message_box {
  padding: 100px 0 60px;
}
.message_box .head .title {
  font-size: 40px;
  margin-bottom: 12px;
  color: #00398B;
}
.message_box .head .lead {
  line-height: 1.7;
  margin-bottom: 10px;
}
.message_box .form .item {
  margin-bottom: 10px;
}
.message_box .form .item .row {
  margin: 0;
}
.message_box .form .box {
  padding: 0;
}
.message_box .form .two_box {
  padding-left: 10px;
}
.message_box .form .input_box {
  padding-left: 10px;
}
.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: 20px;
  text-align: center;
}
.message_box .form .btn_box .btn {
  background: #00398B;
  min-width: 180px;
  height: 50px;
  font-size: 18px;
  padding: 0;
}
.contact_page .list .item {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 146px;
  display: flex;
  align-items: start;
  transition: 0.7s ease-in-out;
}
.contact_page .list .item .icon {
  line-height: 1.2;
}
.contact_page .list .item .icon .iconfont {
  font-size: 44px;
  color: #00398B;
}
.contact_page .list .item .content {
  padding-left: 20px;
}
.contact_page .list .item .content .name {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.contact_page .list .item .content .text {
  font-size: 16px;
  color: #787878;
  line-height: 26px;
  margin-top: 8px;
}
.map_wrap {
  padding-bottom: 40px;
}
.map_wrap .map {
  height: 500px;
  background: #f5f5f5;
}
.login {
  height: 100vh;
}
.login .main {
  padding-top: 160px;
}
.login .main .login_box {
  padding: 50px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
.login .main .login_box .title {
  font-size: 28px;
  color: #00398B;
  margin-bottom: 10px;
}
.login .main .login_box .sub_head {
  font-size: 18px;
  color: #A4A4A4;
  line-height: 1.5;
}
.login .main .login_box .form {
  padding-top: 20px;
}
.login .main .login_box .form .item {
  margin-bottom: 14px;
  background: #F2F5FB;
  border-radius: 50px;
  padding: 0 20px;
}
.login .main .login_box .form .item .iconfont {
  font-size: 24px;
  color: #00398B;
}
.login .main .login_box .form .item .input {
  border: none;
  box-shadow: none;
  background: none;
  height: 54px;
  padding: 0 12px;
}
.login .main .login_box .form .item .cover {
  width: 100px;
}
.login .main .login_box .form .submit_box {
  padding-top: 10px;
}
.login .main .login_box .form .submit_box .btn {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: #00398B;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.login .main .login_box .form .lead {
  padding: 24px 0 0;
}
.login .main .login_box .form .lead .link {
  width: auto;
  font-size: 16px;
  color: #00398B;
}













@media (min-width: 992px) {
  .col-md-999 {
    width: 41.66666667%;
    margin-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.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;
}






 /* 标签容器样式 */
/* 基础样式设置 */
:root {
    --gray: #f0f0f0;
    --orange: #ff7d00;
    --border-gray: #e0e0e0;
    --text-gray: #333;
    --text-white: #fff;
}

/* 确保所有元素使用边框盒模型 */
* {
    box-sizing: border-box;
}




/* 标签项基础样式 */
.page_tabs .item {
    list-style: none;    margin-right: 10px;
}

/* 链接样式 */
.page_tabs .item .link {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    border: 1px solid var(--border-gray);
    background-color: var(--gray);
    color: var(--text-gray);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}

/* 悬停效果 */
.page_tabs .item .link:hover {
    background-color: #e0e0e0;
}

/* 选中状态样式 */
.page_tabs .item.active .link {
    background-color: var(--orange);
    color: var(--text-white);
    border-color: var(--orange);
    font-weight: 500;
}

/* 响应式设计 */
@media (max-width: 600px) {
    .page_tabs {
        gap: 8px;
    }
    
    .page_tabs .item .link {
        padding: 8px 15px;
        font-size: 13px;
    }
} 


















/*    ----下载  ---*/
















#translate {    display: none;}






   
         /* 使用独特前缀减少冲突 */
        .lang-selector {
            position: relative;
            display: inline-block;
            z-index: 9999; /* 确保在其他元素上方 */
            margin-left: 5px;
        }
        
        /* 触发器样式 - 使用更具体的选择器 */
        .lang-selector .lang-trigger {
           display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 5px 16px !important;
    background-color: #ff8000 !important;
    border: 1px solid #ff8000 !important;
    border-radius: 30px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    text-decoration: none !important;
    margin: 0 !important;
    outline: none !important;
        }
        
        .lang-selector .lang-trigger:hover {
            border-color: #2563eb !important;
        }
        
        .lang-selector .lang-trigger .lang-icon {
            color: #2563eb !important;
            margin: 0 !important;
            padding: 0 !important;
        }
        
        .lang-selector .lang-trigger .lang-arrow {
            transition: transform 0.2s ease !important;
            font-size: 12px !important;
            margin: 0 !important;
            padding: 0 !important;
        }
        
        /* 下拉菜单 - 强制样式 */
        .lang-selector .lang-dropdown {
            position: absolute !important;
            top: 100% !important;
            right: 0 !important;
            margin-top: 4px !important;
            width: 160px !important;
            background-color: white !important;
            border-radius: 6px !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            opacity: 0 !important;
            visibility: hidden !important;
            transform: translateY(-8px) scale(0.95) !important;
            transform-origin: top right !important;
            transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s !important;
            z-index: 9999 !important;
            list-style: none !important;
            padding: 4px 0 !important;
            margin: 0 !important;
            border: none !important;
        }
        
        /* 悬停触发显示 - 使用直接子选择器 */
        .lang-selector:hover > .lang-dropdown {
            opacity: 1 !important;
            visibility: visible !important;
            transform: translateY(0) scale(1) !important;
        }
        
        /* 悬停时旋转箭头 */
        .lang-selector:hover .lang-arrow {
            transform: rotate(180deg) !important;
        }
        
        /* 菜单项样式 */
        .lang-selector .lang-dropdown .lang-item {
            margin: 0 !important;
            padding: 0 !important;
        }
        
        .lang-selector .lang-dropdown .lang-link {
            display: block !important;
            padding: 10px 16px !important;
            color: #334155 !important;
            text-decoration: none !important;
            font-size: 14px !important;
            transition: background-color 0.2s ease, color 0.2s ease !important;
            cursor: pointer !important;
        }
        
        .lang-selector .lang-dropdown .lang-link:hover {
            background-color: #eff6ff !important;
            color: #2563eb !important;
        }
        
        /* 分隔线 */
        .lang-selector .lang-divider {
            height: 1px !important;
            background-color: #e2e8f0 !important;
            margin: 4px 0 !important;
            padding: 0 !important;
            border: none !important;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        






     .prod-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 16px;
        }

        /* ---------- 工具类 ---------- */
        .prod-text-center {
            text-align: center;
        }
        .prod-mb-0 {
            margin-bottom: 0;
        }
        .prod-mb-1 {
            margin-bottom: 0.5rem;
        }
        .prod-mb-2 {
            margin-bottom: 1rem;
        }
        .prod-mb-3 {
            margin-bottom: 1.5rem;
        }
        .prod-mt-2 {
            margin-top: 1rem;
        }
        .prod-mt-3 {
            margin-top: 1.5rem;
        }
        .prod-mt-4 {
            margin-top: 2rem;
        }
        .prod-fw-bold {
            font-weight: 700;
        }
        .prod-text-999 {
            color: #999;
        }
        .prod-bg-white {
            background: #fff;
        }
        .prod-border-bottom {
            border-bottom: 2px solid #e9ecf0;
        }

        /* ---------- 1. Banner ---------- */
        .prod-banner {
            position: relative;
            width: 100%;
            border-radius: 16px;
            overflow: hidden;
            margin-bottom: 24px;
            background: #1e2a3a;
            min-height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-image: linear-gradient(135deg, #1e2a3a 0%, #2c3e50 100%);
        }
        .prod-banner-img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            max-height: 200px;
            opacity: 0.3;
        }
        .prod-banner-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px 24px;
            text-align: center;
            color: #fff;
        }
        .prod-banner-content h1 {
            font-size: 2.2rem;
            font-weight: 700;
            letter-spacing: 1px;
            text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
            margin-bottom: 6px;
        }
        .prod-breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 0.95rem;
            gap: 4px;
            color: rgba(255, 255, 255, 0.8);
        }
        .prod-breadcrumb li {
            display: inline-flex;
            align-items: center;
        }
        .prod-breadcrumb li+li::before {
            content: "›";
            margin: 0 6px;
            color: rgba(255, 255, 255, 0.5);
            font-size: 1.2rem;
        }
        .prod-breadcrumb a {
            color: #fff;
            text-decoration: none;
            transition: color 0.2s;
        }
        .prod-breadcrumb a:hover {
            color: #ffd700;
        }
        .prod-breadcrumb .prod-home-icon {
            display: inline-block;
            width: 18px;
            height: 18px;
            margin-right: 4px;
            vertical-align: middle;
            background: currentColor;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6'/%3E%3C/svg%3E") no-repeat center;
            mask-size: contain;
            background-color: currentColor;
        }

        /* ---------- 2. 主内容（左图右文） ---------- */
        .prod-main {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            background: #fff;
            border-radius: 16px;
            padding: 28px 28px 20px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
            margin-bottom: 24px;
        }
        .prod-gallery {
            flex: 1 1 50%;
            min-width: 280px;
        }
        .prod-info {
            flex: 1 1 40%;
            min-width: 260px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

        /* ----- 轮播图 (Swiper) ----- */
        .prod-swiper-main {
            width: 100%;
            border-radius: 12px;
            overflow: hidden;
            background: #f1f3f5;
        }
        .prod-swiper-main .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            aspect-ratio: 1 / 1;
            background: #f8f9fc;
        }
        .prod-swiper-main .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        /* 分页器 & 导航 */
        .prod-swiper-main .swiper-pagination-bullet {
            background: #fff;
            opacity: 0.7;
        }
        .prod-swiper-main .swiper-pagination-bullet-active {
            background: #0077ff;
            opacity: 1;
        }
        .prod-swiper-main .swiper-button-next,
        .prod-swiper-main .swiper-button-prev {
            color: #fff;
            background: rgba(0, 0, 0, 0.3);
            width: 38px;
            height: 38px;
            border-radius: 50%;
            transition: background 0.25s;
        }
        .prod-swiper-main .swiper-button-next:hover,
        .prod-swiper-main .swiper-button-prev:hover {
            background: rgba(0, 0, 0, 0.6);
        }
        .prod-swiper-main .swiper-button-next::after,
        .prod-swiper-main .swiper-button-prev::after {
            font-size: 16px;
            font-weight: 700;
        }

        /* ----- 产品信息 ----- */
        .prod-info h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #0b1a2a;
            margin-bottom: 6px;
            line-height: 1.2;
        }
        .prod-category {
            display: inline-block;
            font-size: 0.9rem;
            font-weight: 600;
            color: #0077ff;
            background: #e6f0ff;
            padding: 4px 18px;
            border-radius: 30px;
            margin-bottom: 14px;
            align-self: flex-start;
        }
        .prod-desc-list {
            list-style: none;
            padding: 0;
            margin: 0 0 14px 0;
        }
        .prod-desc-list li {
            position: relative;
            padding-left: 22px;
            margin-bottom: 8px;
            font-size: 0.98rem;
            line-height: 1.5;
            color: #2c3e50;
        }
        .prod-desc-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #0077ff;
            font-size: 1.4rem;
            line-height: 1;
        }

        /* 颜色选择器 */
        .prod-color-wrap {
            margin: 12px 0 18px;
        }
        .prod-color-label {
            font-weight: 600;
            font-size: 1rem;
            margin-bottom: 8px;
            display: block;
        }
        .prod-color-list {
            display: flex;
            gap: 14px;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .prod-color-list li {
            display: inline-block;
        }
        .prod-color-list a {
            display: block;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            border: 2px solid #dce0e6;
            transition: border-color 0.25s, transform 0.2s;
            text-decoration: none;
        }
        .prod-color-list a:hover {
            border-color: #0077ff;
            transform: scale(1.1);
        }
        .prod-color-1 {
            background: #e74c3c;
        }
        .prod-color-2 {
            background: #3498db;
        }
        .prod-color-3 {
            background: #2ecc71;
        }
        .prod-color-4 {
            background: #f39c12;
        }

        /* 操作按钮 */
        .prod-actions {
           display: flex
;
    flex-wrap: nowrap;
    gap: 14px;
    margin-top: 6px;
    justify-content: space-between;
    flex-direction: row-reverse;
        }
        .prod-actions a {
            display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #c3c3c2;
    color: #131314;
    background: transparent;
    letter-spacing: 0.3px;
    background: #c3c3c2;
        }
        .prod-actions a:hover {
            background: #0077ff;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 119, 255, 0.3);
        }
        .prod-actions .prod-btn-secondary {
            
    border-color: #00398b;
    color: #ffffff;
    background: #00398b;
        }
        .prod-actions .prod-btn-secondary:hover {
            background: #6c7a8a;
            color: #fff;
            box-shadow: 0 6px 20px rgba(108, 122, 138, 0.3);
            border-color: #6c7a8a;
        }

        /* ---------- 3. 参数表格 ---------- */
        .prod-params {
            background: #fff;
            border-radius: 16px;
            padding: 48px 28px 42px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
            margin-bottom: 24px;
        }
.prod-params p {line-height: 30px;}
        .prod-params h3 {
            font-size: 1.6rem;
            font-weight: 700;
            color: #0b1a2a;
            padding-bottom: 14px;
            border-bottom: 2px solid #e9ecf0;
            margin-bottom: 18px;
            text-align: center;
            position: relative;
        }
        .prod-params h3::after {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 50%;
            transform: translateX(-50%);
            width: 70px;
            height: 3px;
            background: #0077ff;
            border-radius: 4px;
        }
        .prod-params-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 1rem;
        }
        .prod-params-table tr {
            border-bottom: 1px solid #eef0f2;
        }
        .prod-params-table tr:last-child {
            border-bottom: none;
        }
        .prod-params-table td {
            padding: 12px 8px;
            vertical-align: middle;
        }
        .prod-params-table td:first-child {
            font-weight: 600;
            color: #2c3e50;
            width: 40%;
        }
        .prod-params-table td:last-child {
            color: #1a2a3a;
            width: 60%;
        }

        /* ---------- 4. 推荐产品 ---------- */
        .prod-recommend {
            background: #fff;
            border-radius: 16px;
            padding: 28px 28px 24px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
        }
        .prod-recommend h3 {
            font-size: 1.6rem;
            font-weight: 700;
            color: #0b1a2a;
            padding-bottom: 14px;
            border-bottom: 2px solid #e9ecf0;
            margin-bottom: 22px;
            text-align: center;
            position: relative;
        }
        .prod-recommend h3::after {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 50%;
            transform: translateX(-50%);
            width: 70px;
            height: 3px;
            background: #0077ff;
            border-radius: 4px;
        }
        .prod-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }
        .prod-card {
            display: block;
            text-decoration: none;
            color: inherit;
            background: #fafbfc;
            border-radius: 14px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #eaedf0;
        }
        .prod-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
            text-decoration: none;
            color: inherit;
        }
        .prod-card img {
            width: 100%;
            aspect-ratio: 1 / 1;
            object-fit: cover;
            background: #f0f2f5;
            display: block;
        }
        .prod-card-body {
            padding: 16px 18px 18px;
        }
        .prod-card-body h4 {
            font-size: 1.05rem;
            font-weight: 700;
            color: #0b1a2a;
            margin-bottom: 4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .prod-card-body p {
            color: #999;
            font-size: 0.9rem;
            margin: 0;
        }

        /* ============================================================
                   响应式适配
                   ============================================================ */

        @media (max-width: 991.98px) {
            .prod-main {
                /*flex-direction: column;*/
                padding: 20px;
            }
            .prod-gallery {
                flex: 1 1 100%;
                min-width: 0;
            }
            .prod-info {
                flex: 1 1 100%;
                min-width: 0;
                padding-top: 8px;
            }
            .prod-banner-content h1 {
                font-size: 1.8rem;
            }
            .prod-params h3,
            .prod-recommend h3 {
                font-size: 1.4rem;
            }
            .prod-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 18px;
            }
        }

        @media (max-width: 575.98px) {
            .prod-wrapper {
                padding: 0 10px;
            }
            .prod-banner {
                border-radius: 12px;
                min-height: 100px;
            }
            .prod-banner-content h1 {
                font-size: 1.3rem;
            }
            .prod-breadcrumb {
                font-size: 0.8rem;
                gap: 2px;
            }
            .prod-breadcrumb li+li::before {
                margin: 0 4px;
                font-size: 1rem;
            }
            .prod-breadcrumb .prod-home-icon {
                width: 14px;
                height: 14px;
            }
            .prod-main {
                padding: 14px 14px 16px;
                gap: 18px;
            }
            .prod-info h2 {
                font-size: 1.5rem;
            }
            .prod-category {
                font-size: 0.8rem;
                padding: 2px 14px;
            }
            .prod-desc-list li {
                font-size: 0.9rem;
                padding-left: 18px;
                margin-bottom: 6px;
            }
            .prod-color-list a {
                width: 32px;
                height: 32px;
            }
            .prod-actions a {
                padding: 8px 20px;
                font-size: 0.85rem;
                border-width: 1.5px;
            }
            .prod-params {
                padding: 18px 14px 16px;
            }
            .prod-params h3 {
                font-size: 1.2rem;
            }
            .prod-params-table td {
                padding: 10px 6px;
                font-size: 0.9rem;
            }
            .prod-recommend {
                padding: 18px 14px 16px;
            }
            .prod-recommend h3 {
                font-size: 1.2rem;
            }
            .prod-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px;
            }
            .prod-card-body {
                padding: 12px 12px 14px;
            }
            .prod-card-body h4 {
                font-size: 0.9rem;
                white-space: normal;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
            .prod-card-body p {
                font-size: 0.78rem;
            }
        }

        @media (max-width: 374.98px) {
            .prod-grid {
                grid-template-columns: 1fr 1fr;
                gap: 10px;
            }
            .prod-actions a {
                padding: 6px 14px;
                font-size: 0.78rem;
            }
            .prod-info h2 {
                font-size: 1.2rem;
            }
        }