* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4 {
  margin: 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;
}
.container_padding {
  padding: 100px 0 60px;
}
.container_content_padding {
  padding-top: 60px;
}
.child_padding {
  padding-top: 40px;
}
ul,
li {
  list-style: none;
}
html,
body {
  overflow-x: hidden;
  color: #333;
  line-height: 1.6;
  font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
body {
  padding-top: 100px;
}
a,
.link {
  display: inline-block;
  width: 100%;
}
a:hover {
  text-decoration: none;
  color: #0075C1;
}
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;
}
.uppercase {
  text-transform: uppercase;
}
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;
}
.container-zd {
    max-width: 2440px;
    width: auto;
    padding: 0 36px;
}
.row {
  margin: 0;
  padding: 0;
}
.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;
  line-height: 38px;
  font-weight: 500;
  color: #000;
}
.lead {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
.img_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.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: #0075C1;
}
.paging .nav_box .pagination .active a {
  background-color: #0075C1;
  border-color: #0075C1;
  color: #fff;
}
.head {
  display: flex;
  justify-content: space-between;
}
.head .title {
  font-size: 36px;
  line-height: 46px;
}
.head .sub_title {
  font-size: 18px;
  line-height: 28px;
  padding: 14px 0;
  color: #C1C1C1;
}
.author {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.author .text {
  font-size: 16px;
  color: #B5B5B5;
  padding: 0 14px;
}
.center_head {
  justify-content: center;
  text-align: center;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
}
.tabs .li {
  width: 151px;
  height: 42px;
  line-height: 42px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.tabs .active {
  background: #0075C1;
  color: #fff;
}
.article {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  padding: 20px;
  background: #F9F9F9;
}
.article .up {
  flex: 1;
  padding-right: 20px;
}
.article .up .lead {
  text-align: left;
}
.article .up .lead .link {
  padding: 4px 0;
  width: auto;
  color: #000;
  text-indent: 0;
}
.article .return {
  flex: none;
  width: 160px;
}
.article .return .link {
  height: 54px;
  line-height: 54px;
  background: #0F0964;
  border-radius: 45px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.page_tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
}
.page_tabs .li {
  margin: 0 20px;
}
.page_tabs .li .link {
  min-width: 200px;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #E6E6E6;
  border-radius: 45px;
  background: #E6E6E6;
  text-align: center;
  font-weight: 400;
}
.page_tabs .active .link {
  background: #0F0964;
  color: #fff;
}
.common_tabs {
  background: #F8F8F8;
}
.common_tabs .container {
  padding: 0;
}
.common_tabs .list {
  display: flex;
}
.common_tabs .list .box {
  flex: 1;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #7E7E7E;
  text-align: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.common_tabs .list .active {
  background: #0075C1;
  color: #fff;
}
.header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
}
.header .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .main .logo {
  width: 110px;
}
.header .main .logo .link .cover {
  width: 100%;
}
.header .main .content {
  padding: 10px 10px 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .main .content .nav {
  display: flex;
}
.header .main .content .nav .li {
  height: 80px;
  line-height: 80px;
}
.header .main .content .nav .li .link {
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px;
}
.header .main .content .nav .li .child_head {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
}
.header .main .content .nav .li .child_head .min_h {
  height: 500px;
  overflow-y: auto;
}
.header .main .content .nav .li .child_head .col_md {
  padding: 0;
}
.header .main .content .nav .li .child_head .li {
  height: auto;
  line-height: 1.5;
}
.header .main .content .nav .li .child_head .h4 {
  font-size: 14px;
  color: #000;
}
.header .main .content .nav .li .child_head .type_list {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.header .main .content .nav .li .child_head .type_list .li {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.header .main .content .nav .li .child_head .type_list .active {
  background: #f7f7f7;
  color: #0F0964;
}
.header .main .content .nav .li .child_head .type_child_list {
  background: #f7f7f7;
}
.header .main .content .nav .li .child_head .type_child_list .active {
  background: rgba(0, 0, 0, 0.1);
}
.header .main .content .nav .li .child_head .type_child_content {
  padding: 30px 20px;
}
.header .main .content .nav .li .child_head .type_child_content .content_list {
  display: flex;
  flex-wrap: wrap;
}
.header .main .content .nav .li .child_head .type_child_content .content_list .item {
  padding: 0 20px;
}
.header .main .content .nav .li .child_head .type_child_content .content_list .item .box {
  padding: 4px 0 0;
}
.header .main .content .nav .li .child_head .type_child_content .content_list .item .box .link {
  display: flex;
  padding: 0;
}
.header .main .content .nav .li .child_head .type_child_content .content_list .item .box .cover_box {
  width: 50px;
  height: 60px;
}
.header .main .content .nav .li .child_head .type_child_content .content_list .item .box .explain {
  padding: 14px 0 0 10px;
  font-size: 12px;
  line-height: 22px;
}
.header .main .content .nav .li .child_head .type_child_content .content_list .item .box .explain .name {
  color: #4D4D4D;
}
.header .main .content .nav .li .child_head .type_child_content .content_list .item .box .explain .lead {
  font-size: 12px;
  line-height: 22px;
}
.header .main .content .nav .li:hover .child_head {
  display: block;
}
.header .main .content .search {
  cursor: pointer;
  padding-left: 10px;
}
.header .main .content .search .iconfont {
  color: #0075C1;
  font-size: 16px;
  font-weight: 500;
}
.header .main .content .language {
  position: absolute;
  top: 0;
  right: 0;
}
.header .main .content .language .current {
  width: 102px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 6px;
}
.header .main .content .language .current .cover {
  width: 24px;
}
.header .main .content .language .current .text {
  padding-left: 4px;
}
.header .main .content .language .language_list {
  position: absolute;
  top: 32px;
  right: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  width: 102px;
  display: none;
}
.header .main .content .language .language_list .li .link {
  padding: 8px 6px;
  display: flex;
  align-items: center;
}
.header .main .content .language .language_list .li .link .cover {
  width: 24px;
}
.header .main .content .language .language_list .li .link .text {
  padding-left: 4px;
}
.header .main .content .language:hover .current {
  background: #0075C1;
  color: #fff;
}
.header .main .content .menu {
  position: relative;
  display: none;
}
.header .main .content .menu .line {
  padding: 3px 0;
  display: block;
  transition: all 0.4s ease;
}
.header .main .content .menu .line::before {
  content: '';
  display: block;
  height: 2px;
  width: 22px;
  background-color: #0075C1;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: transform 0.4s ease 0.2s, background-color 0.5s ease 0s;
}
.header .main .content .menu .line:nth-child(2)::before {
  width: 15px;
  margin-left: 7px;
}
.header .main .content .on .line:nth-child(1) {
  transform: translate3d(0, 8px, 0);
}
.header .main .content .on .line:nth-child(1)::before {
  transform: rotate(45deg);
}
.header .main .content .on .line:nth-child(2) {
  opacity: 0;
}
.header .main .content .on .line:nth-child(3) {
  transform: translate3d(0, -8px, 0);
}
.header .main .content .on .line:nth-child(3)::before {
  transform: rotate(-45deg);
}
.header .inner_mid {
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  height: calc(100vh - 78px);
  overflow: hidden;
  background: #fff;
  display: none;
}
.header .inner_mid .child .li {
  padding: 0 5%;
}
.header .inner_mid .child .li .link {
  color: #333;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  white-space: nowrap;
  display: block;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.banner {
  position: relative;
}
.banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
  padding: 0 10px;
}
.banner .content .title {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}
.banner .content .lead {
  color: #fff;
  margin: 16px 0;
  width: 50%;
}
.banner .cover {
  min-height: 340px;
}
.crumbs .list {
  padding: 30px 0;
  display: flex;
}
.crumbs .list .icon-shouye-zhihui {
  color: #0075C1;
}
.crumbs .list .arrow {
  padding: 2px 4px 0;
}
.common_line {
  width: 60px;
  height: 6px;
  border-radius: 3px;
  background: #0F0964;
  margin: 8px 0 30px;
}
.search .search_form {
  margin-top: 60px;
}
.search .search_form .content {
  width: 60%;
  margin: auto;
}
.search .search_form .content .box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
}
.search .search_form .content .input {
  border: none;
  font-size: 20px;
  height: 44px;
  line-height: 44px;
}
.search .search_form .content .input:focus {
  border: none;
  box-shadow: none;
}
.search .search_form .content .submit_btn {
  background: none;
  color: #0075C1;
  font-size: 24px;
  padding: 0;
}
.search .search_form .content .submit_btn .iconfont {
  font-size: 22px;
}
.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;
}
.footer {
  background: #2B2C2E;
  overflow: hidden;
}
.footer .content {
  padding: 30px 0 10px;
  color: #fff;
}
.footer .content .info {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.footer .content .info .lis {
  padding-right: 40px;
  text-align: center;
  margin: 10px 0;
}
.footer .content .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: 80px;
  line-height: 80px;
}
.footer .content .copyright .text {
  padding-right: 40px;
}
.footer .content .copyright .link {
  width: auto;
  color: #fff;
}
.footer .content .code_box {
  display: flex;
}
.footer .content .code_box .code {
  margin-left: 40px;
}
.footer .content .code_box .code .cover {
  width: 100%;
}
.footer .content .code_box .code .lead {
  text-align: center;
  padding: 10px 0;
  color: #fff;
}
.commom_menu {
  background: #2B2C2E;
  overflow: hidden;
}
.commom_menu .content {
  color: #fff;
  padding: 80px 0 40px;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.commom_menu .content .item {
  width: 20%;
}
.commom_menu .content .item .name {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 0;
}
.commom_menu .content .item .note .link {
  width: auto;
  font-size: 14px;
  padding: 8px 0;
  color: #fff;
}
.suspend {
  position: fixed;
  top: 50%;
  right: 4px;
  z-index: 20;
}
.suspend .item {
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
}
.suspend .item .icon {
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 58px;
}
.suspend .item .icon .iconfont {
  font-size: 28px;
  color: #fff;
}
.suspend .item .top {
  height: 44px;
  background: #000;
  text-align: center;
  padding-top: 3px;
}
.suspend .item .top .iconfont {
  font-size: 18px;
  color: #fff;
}
.suspend .item .top .tips {
  font-size: 12px;
  color: #fff;
}
.suspend .item .slide {
  position: absolute;
  left: -104px;
  top: 0;
  width: 100px;
  height: 100px;
  padding: 2px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  display: none;
}
.suspend .item .slide .cover {
  width: 100%;
}
.suspend .item .slide .lead {
  padding: 0 10px;
  font-size: 14px;
  line-height: 58px;
}
.suspend .item .email_item {
  width: 230px;
  height: 58px;
  line-height: 58px;
  left: -234px;
}
.suspend .item .mobile_item {
  width: 130px;
  height: 58px;
  line-height: 58px;
  left: -134px;
}
.suspend .item:hover .slide {
  display: block;
}
.suspend .item:nth-child(1) .icon {
  background: #67b37c;
}
.suspend .item:nth-child(2) .icon {
  background: #69BBF1;
}
.suspend .item:nth-child(3) .icon {
  background: #D58342;
}
.suspend .item:nth-child(4) .icon {
  background: #704B9E;
}
.index_banner .swiper-pagination {
  bottom: 30px;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 24px;
  border-radius: 8px;
}
.product .main {
  padding: 0 30px;
}
.product .main .product_swiper {
  padding-right: 200px;
}
.product .main .slide .link {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.product .main .slide .link .name {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  margin: 14px 0;
}
.product .main .slide .link .lead {
  font-weight: 400;
  text-align: center;
}
.case .main .case_swiper {
  padding: 0 240px;
}
.case .main .case_swiper .slide {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.case .main .case_swiper .slide .cover_box .cover {
  height: 560px;
}
.case .main .case_swiper .slide .content {
  position: absolute;
  width: 400px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  top: 25%;
  right: 50px;
  padding: 30px;
}
.case .main .case_swiper .slide .content .name {
  font-size: 22px;
  line-height: 32px;
}
.case .main .case_swiper .slide .content .date {
  font-size: 20px;
  padding: 10px 0;
}
.case .main .case_swiper .slide .content .lead {
  color: #8D8D8D;
}
.case .main .case_swiper .slide .content .link {
  margin-top: 30px;
  width: 154px;
  height: 45px;
  border-radius: 5px;
  background: #0f0964;
  color: #fff;
  text-align: center;
  line-height: 45px;
}
.cooperative {
  background: #F8F8F8;
}
.cooperative .main .cover_box {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background: #fff;
}
.news .news_swiper .slide {
  background: #F2F2F2;
}
.news .news_swiper .slide .col_md {
  padding: 0;
}
.news .news_swiper .slide .explain {
  height: 400px;
  padding: 30px 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.news .news_swiper .slide .explain .date {
  color: #0075C1;
}
.news .news_swiper .slide .explain .date .day {
  font-size: 78px;
  font-weight: 600;
}
.news .news_swiper .slide .explain .date .year {
  font-size: 20px;
}
.news .news_swiper .slide .content .box {
  height: 400px;
  padding: 30px 50px;
  background: rgba(0, 0, 0, 0.3);
}
.news .news_swiper .slide .content .name {
  font-size: 16px;
  color: #fff;
}
.news .news_swiper .slide .content .lead {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}
.news .news_list {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.news .news_list .col_md {
  padding: 0;
  transition: 0.4s ease;
}
.news .news_list .box {
  height: 250px;
  padding: 50px 20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.news .news_list .box .name {
  font-size: 16px;
  color: #8F8F8F;
}
.news .news_list .box .lead {
  margin: 12px 0;
}
.news .news_list .box .link {
  margin-top: 20px;
  padding: 3px 0;
  width: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news .news_list .active {
  background: #F2F2F2;
}
.blogroll {
  background: #F5F5F5;
}
.blogroll .box .name {
  font-size: 18px;
  font-weight: 600;
}
.blogroll .box .name .iconfont {
  color: #0075C1;
}
.blogroll .box .list {
  padding-top: 30px;
}
.blogroll .box .list .link {
  width: auto;
}
.blogroll .box .list .lis {
  padding: 8px 0;
}
.about_explain .content .name {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
.about_explain .content .lead {
  font-weight: 400;
  text-indent: 2em;
  margin-bottom: 4px;
}
.advantage .list {
  display: flex;
}
.advantage .list .item {
  flex: 1;
  margin: 0 14px 14px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: 0.4s ease;
  overflow: hidden;
}
.advantage .list .item .box {
  padding: 40px 20px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.advantage .list .item .box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.advantage .list .item .box .name {
  text-align: center;
  font-size: 20px;
}
.advantage .list .item .box .string {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 14px 0;
  position: relative;
}
.advantage .list .item .box .string::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 4px;
  border-radius: 2px;
  background: #0075C1;
}
.advantage .list .item .box .lead {
  padding: 20px 0;
  color: #fff;
}
.advantage .list .item .box .adv_logo {
  text-align: right;
}
.advantage .list .item:hover {
  flex: 1.2;
}
.advantage .list .item:hover .box {
  background: transparent;
}
.advantage .list .item:hover .box::before {
  opacity: 1;
}
.advantage .list .item:hover .box .name {
  color: #fff;
}
.advantage .list .item:hover .box .string {
  background: #fff;
}
.development_history .content {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 70px 50px;
}
.development_history .content .head .title {
  text-align: center;
  color: #0F0964;
}
.development_history .content .head .sub_title {
  text-align: center;
  color: #C1C1C1;
}
.development_history .content .date_swiper {
  margin-top: 40px;
}
.development_history .content .date_swiper .item {
  text-align: center;
  font-size: 18px;
  color: #5E5E5E;
  letter-spacing: 1px;
  height: 86px;
  position: relative;
  padding-bottom: 20px;
}
.development_history .content .date_swiper .item .date {
  height: 48px;
  line-height: 48px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
}
.development_history .content .date_swiper .item .dot {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #7f7f7f;
  margin: auto;
  transition: all 0.3s ease-in;
}
.development_history .content .date_swiper .swiper-slide-active {
  color: #000;
  font-weight: 600;
  font-size: 22px;
}
.development_history .content .date_swiper .swiper-slide-active .date {
  color: #0F0964;
}
.development_history .content .date_swiper .swiper-slide-active .dot {
  bottom: 18px;
  width: 16px;
  height: 16px;
  border-color: #0F0964;
  background: #0F0964;
}
.development_history .content .date_swiper .swiper-slide-active .dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  background: #0F0964;
  opacity: 0.1;
  border-radius: 50%;
}
.development_history .content .date_swiper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}
.development_history .content .information_swiper {
  margin-top: 10px;
}
.development_history .content .information_swiper .item .cover_box .cover {
  height: 246px;
}
.development_history .content .information_swiper .item .cover_box:hover .cover {
  transform: scale(1.05);
}
.development_history .content .information_swiper .item .wrap {
  height: 246px;
  background: #fff;
  padding: 20px 30px;
}
.development_history .content .information_swiper .item .wrap .lead,
.development_history .content .information_swiper .item .wrap p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.company .content .name {
  font-size: 36px;
  line-height: 46px;
  color: #0F0964;
}
.company .content .sub_name {
  color: #CBCBCB;
  font-size: 18px;
  line-height: 28px;
}
.company .content .lead {
  padding: 10px 0;
  font-weight: 400;
  text-indent: 2em;
}
.honor {
  background: #F8F8F8;
}
.honor .slide {
  cursor: pointer;
}
.product {
  background: #FBFBFB;
  padding: 50px 0;
}
.product .main {
  display: flex;
}
.product .main .menu {
  margin-top: 15px;
  width: 250px;
  flex: none;
}
.product .main .menu .category {
  background: #fff;
  margin-bottom: 40px;
}
.product .main .menu .category .title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #0075C1;
  font-size: 18px;
}
.product .main .menu .category .category_list .li {
  cursor: pointer;
}
.product .main .menu .category .category_list .li .lead {
  padding: 14px 10px;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.product .main .menu .category .category_list .li .lead .iconfont {
  font-size: 26px;
  font-weight: 700;
  color: #DBDBDB;
}
.product .main .menu .category .category_list .li .lead .text {
  padding-left: 4px;
  font-weight: 600;
}
.product .main .menu .category .category_list .li .lead:hover {
  background: #F8F8F8;
}
.product .main .menu .category .category_list .li .lead:hover .iconfont {
  color: #0075C1;
}
.product .main .menu .category .category_list .li .child {
  display: none;
}
.product .main .menu .category .category_list .li .child .lis {
  padding: 0 10px;
  position: relative;
}
.product .main .menu .category .category_list .li .child .lis .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  font-size: 14px;
  flex: 1;
}
.product .main .menu .category .category_list .li .child .lis .link .iconfont {
  font-size: 26px;
  font-weight: 700;
}
.product .main .menu .category .category_list .li .child .lis .link .text {
  flex: 1;
  padding-right: 10px;
  color: #4D4D4D;
}
.product .main .menu .category .category_list .li .child .lis .link:hover {
  color: #0075C1;
}
.product .main .menu .category .category_list .li .child .lis:hover .son {
  display: block;
}
.product .main .menu .category .category_list .li .child .lis:last-child .link {
  border-bottom: none;
}
.product .main .menu .category .category_list .li:first-child .child {
  display: block;
}
.product .main .list {
  flex: 1;
  padding-left: 30px;
}
.product .main .list .cover_box {
  height: 236px;
}
.product_box .item {
  margin-bottom: 30px;
}
.product_box .item .link {
  background: #fff;
  overflow: hidden;
  padding: 20px;
}
.product_box .item .link .content {
  padding-top: 30px;
}
.product_box .item .link .content .name {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.product_box .item .link .content .lead {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.details {
  text-align: center;
}
.details .lead {
  padding: 10px 0;
}
.details .cover_box {
  width: 64%;
  margin: 30px auto;
}
.details .cover_box img,
.details .cover_box video {
  width: 100%;
}
.mdx_50 .main {
  display: none;
}
.mdx_50 .details {
  padding: 50px 0 0 0;
}
.mdx_50 .details .lead {
  text-align: center;
}
.mdx_50 .explain {
  padding-top: 40px;
}
.mdx_50 .function .list .box {
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-bottom: 30px;
  height: 190px;
  padding: 30px;
  transition: 0.4s ease;
}
.mdx_50 .function .list .box .iconfont {
  font-size: 48px;
  color: #0075C1;
}
.mdx_50 .function .list .box .lead {
  margin-top: 20px;
  font-weight: 400;
  color: #313131;
}
.mdx_50 .function .list .box:hover {
  transform: translateY(-10px);
}
.mdx_50 .introdution .content {
  color: #fff;
  text-align: center;
}
.mdx_50 .introdution .content .name {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
.mdx_50 .introdution .content .lead {
  color: #fff;
  padding: 12px 0;
}
.mdx_50 .device {
  height: 500px;
}
.mdx_50 .device .content {
  text-align: left;
}
.mdx_50 .device .content .name {
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
}
.mdx_50 .device .content .lead {
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 6px 0;
  font-weight: 400;
}
.mdx_50 .active {
  display: block;
}
.mdx_50 .function_main .materials {
  padding-bottom: 30px;
}
.mdx_50 .function_main .materials .list .col-md-4 {
  padding: 0 10px;
}
.mdx_50 .function_main .materials .list .box {
  height: 64px;
  line-height: 64px;
  border-radius: 6px;
  background: #c7e7fc;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}
.mdx_50 .function_main .materials .cover_box {
  text-align: right;
}
.mdx_50 .function_main .materials .cover_box .cover {
  width: 90%;
  height: 236px;
  border-radius: 4px;
}
.mdx_50 .function_main .in_details .content {
  padding: 40px 0;
}
.mdx_50 .function_main .in_details .content .name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 14px;
}
.mdx_50 .function_main .in_details .content .lead {
  font-weight: 400;
}
.mdx_50 .function_main .function_date .content {
  color: #fff;
}
.mdx_50 .function_main .function_date .content .name {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}
.mdx_50 .function_main .function_date .content .lead {
  color: #fff;
  padding: 4px 0;
  font-weight: 400;
}
.mdx_50 .function_main .function_explain .content .name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.mdx_50 .function_main .function_explain .content .lead {
  padding: 10px 0;
  font-weight: 400;
}
.mdx_50 .function_main .function_list .list {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px;
  margin-top: 30px;
}
.mdx_50 .function_main .function_list .list .list_title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
}
.mdx_50 .function_main .function_list .list .col_md {
  padding: 0;
}
.mdx_50 .function_main .function_list .list .box {
  padding-right: 30px;
}
.mdx_50 .function_main .function_list .list .content {
  padding-left: 20px;
}
.mdx_50 .function_main .function_list .list .content .name {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}
.mdx_50 .function_main .function_list .list .content .lead {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.mdx_50 .specification_main .table thead {
  background: #ececec;
}
.mdx_50 .specification_main .content {
  padding: 10px 0;
}
.mdx_50 .contact_main .content .name {
  font-size: 24px;
  line-height: 34px;
}
.mdx_50 .contact_main .content .sub_name {
  color: #8B8B8B;
  margin: 7px 0;
}
.mdx_50 .contact_main .content .form_head {
  padding: 0 15px 20px;
}
.mdx_50 .contact_main .content .form_box .item {
  margin-bottom: 10px;
}
.mdx_50 .contact_main .content .form_box .item .item_name {
  font-size: 14px;
  padding: 6px 0;
  font-weight: 500;
}
.mdx_50 .contact_main .content .form_box .item .item_name .text {
  position: relative;
}
.mdx_50 .contact_main .content .form_box .item .item_name .text::before {
  content: '*';
  position: absolute;
  right: -8px;
  top: -2px;
  font-size: 20px;
  color: #ff0000;
}
.mdx_50 .contact_main .content .form_box .item .input {
  height: 44px;
}
.mdx_50 .contact_main .content .form_box .item .layui-input {
  height: 44px;
}
.mdx_50 .contact_main .content .form_box .item .layui-form-select dl dd.layui-this {
  color: #0075C1;
}
.mdx_50 .contact_main .content .form_box .item .form_btn {
  margin-top: 20px;
  width: 200px;
  height: 44px;
  border-radius: 4px;
  background: #0075C1;
}
.mdx_50 .contact_main .content .right_cover {
  text-align: center;
  padding: 40px 0;
}
.mdx_50 .contact_main .content .right_cover .cover_box {
  max-width: 260px;
  margin: auto;
}
.mdx_50 .contact_main .content .right_cover .download {
  padding: 20px 0;
}
.mdx_50 .contact_main .content .right_cover .download .link {
  width: 200px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  background: #0075c1;
  color: #fff;
}
.bd_8 .description .list .box {
  background: #fff;
  height: 250px;
}
.bd_8 .description .list .box .name {
  font-size: 24px;
  margin-top: 20px;
}
.bd_8 .description .list .box .lead {
  margin-top: 10px;
}
.bd_8 .demo_main .item .name {
  font-size: 22px;
  line-height: 32px;
  padding: 14px 0 0;
}
.bd_8 .demo_main .item .lead {
  font-weight: 400;
  color: #313131;
}
.bd_8 .demo_main .materials .lead {
  text-align: center;
  padding: 14px 0;
}
.bd_8 .demo_main .demo_company .list .item:nth-child(even) .row {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}
.bd_8 .demo_main .demo_company .list .row {
  margin-bottom: 0;
}
.bd_8 .demo_main .demo_company .list .row .col_md {
  padding: 0;
}
.bd_8 .demo_main .demo_company .list .cover_box,
.bd_8 .demo_main .demo_company .list .content {
  height: 450px;
}
.bd_8 .demo_main .demo_company .list .cover_box .cover {
  height: 100%;
}
.bd_8 .demo_main .demo_company .list .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 60px;
}
.bd_8 .demo_main .demo_company .list .content .name {
  font-weight: 500;
}
.bd_8 .demo_main .demo_company .list .content .lead {
  margin-top: 10px;
}
.banner_list .banner {
  display: none;
}
.banner_list .active {
  display: block;
}
.case_list {
  padding: 30px 0 40px;
}
.case_list .item {
  margin-bottom: 30px;
}
.case_list .item .link {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.case_list .item .link .cover_box {
  position: relative;
  height: 300px;
  line-height: 300px;
}
.case_list .item .link .cover_box .cover {
  height: 100%;
}
.case_list .item .link .cover_box .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 300px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  opacity: 0;
  transition: 0.3s ease;
}
.case_list .item .link .cover_box .icon .iconfont {
  font-size: 32px;
  color: #fff;
}
.case_list .item .link .content {
  padding: 20px;
}
.case_list .item .link .content .name {
  font-size: 20px;
  text-align: center;
}
.case_list .item .link .content .lead {
  font-size: 14px;
  line-height: 24px;
  color: #848484;
  margin-top: 10px;
  font-weight: 400;
}
.case_list .item .link:hover .cover_box .icon {
  opacity: 1;
}
.case_details .cover_box {
  max-width: 560px;
  margin: 30px auto;
}
.case_details .lead {
  text-indent: 2em;
  padding: 8px 0;
  font-weight: 400;
}
.case_details .content_cover {
  padding: 20px 0;
  text-align: center;
}
.case_details .content_cover .cover {
  display: inline-block;
}
.introduction {
  padding: 30px 0;
}
.introduction .introduction_swiper .swiper_page {
  text-align: initial;
  padding-left: 23%;
}
.introduction .cover_box {
  height: 400px;
}
.introduction .cover_box .cover {
  height: 100%;
}
.introduction .content {
  padding: 10px 0;
}
.introduction .content .title {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
}
.introduction .content .date {
  font-size: 18px;
  color: #9F9F9F;
  line-height: 28px;
  padding: 16px 0;
}
.introduction .content .lead {
  font-size: 16px;
  line-height: 34px;
  color: #9F9F9F;
}
.introduction .content .more {
  margin-top: 30px;
}
.introduction .content .more .link {
  width: 200px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 27px;
  background: #0075C1;
  color: #fff;
}
.introduction .content .more .link .iconfont,
.introduction .content .more .link span {
  font-size: 16px;
  line-height: 26px;
}
.introduction .swiper_page .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.6;
}
.introduction .swiper_page .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 6px;
  opacity: 1;
}
.information_list {
  padding: 30px 0;
}
.information_list .item {
  margin-bottom: 30px;
}
.information_list .item .link {
  overflow: hidden;
  transition: 0.4s ease;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 14px;
}
.information_list .item .link .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  color: #fff;
  background: #0075C1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  opacity: 0;
}
.information_list .item .link .date .day {
  font-size: 28px;
  font-weight: 600;
}
.information_list .item .link .date .text {
  font-size: 16px;
  padding-top: 4px;
  border-bottom: 1px solid #828282;
}
.information_list .item .link .cover_box {
  height: 280px;
}
.information_list .item .link .cover_box .cover {
  height: 100%;
}
.information_list .item .link .content {
  padding: 20px 7px;
}
.information_list .item .link .content .name {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-weight: 500;
}
.information_list .item .link .content .lead {
  font-size: 14px;
  line-height: 28px;
  color: #9F9F9F;
  margin-top: 10px;
}
.information_list .item .link:hover {
  background: #0F0964;
}
.information_list .item .link:hover .date {
  opacity: 1;
}
.information_list .item .link:hover .content .name {
  color: #fff;
}
.information_list .item .link:hover .content .lead {
  color: #fff;
}
.invite {
  background: #f2f3f6;
}
.invite .invite_banner {
  padding-right: 60px;
}
.invite .invite_banner .slide {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 14px;
  cursor: pointer;
}
.invite .invite_banner .slide .serial {
  font-size: 18px;
  font-weight: 600;
}
.invite .invite_banner .slide .content {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.invite .invite_banner .slide .content .name {
  font-size: 16px;
  font-weight: 600;
}
.invite .invite_banner .slide .content .icon .iconfont {
  font-size: 20px;
  font-weight: 500;
}
.invite .invite_banner .active .serial {
  color: #0F0964;
}
.invite .invite_banner .active .name {
  color: #0F0964;
}
.invite .invite_banner .active .lead {
  color: #0F0964;
}
.invite .invite_banner .active .content .icon .iconfont {
  color: #0F0964;
}
.invite .invite_details {
  margin-top: 40px;
  overflow: hidden;
}
.invite .invite_details_banner .slide {
  padding: 20px 30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.invite .invite_details_banner .slide .name {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.invite .invite_details_banner .slide .content {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.invite .invite_details_banner .slide .content .lead {
  padding: 4px 0;
}
.invite .invite_details_banner .slide .content .more {
  width: 170px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
  background: #0F0964;
  margin-top: 20px;
}
.invite .invite_details_banner .slide .content .more .link {
  color: #fff;
  font-size: 16px;
}
.contact_us .main .information .title {
  text-align: center;
}
.contact_us .main .information .subhead {
  font-size: 16px;
  line-height: 26px;
  color: #B8B8B8;
  text-align: center;
  padding: 10px 0;
}
.contact_us .main .information .mobile {
  text-align: center;
  font-size: 26px;
  color: #0075C1;
  font-weight: 600;
  margin-top: 20px;
}
.contact_us .main .information .list {
  margin-top: 30px;
  padding: 30px 0;
}
.contact_us .main .information .list .item {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 20px 20px 0;
  margin-bottom: 30px;
  min-height: 120px;
  display: flex;
  transition: 0.7s ease-in-out;
}
.contact_us .main .information .list .item .icon .iconfont {
  font-size: 44px;
  color: #DBDBDB;
}
.contact_us .main .information .list .item .content {
  padding-left: 20px;
}
.contact_us .main .information .list .item .content .name {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.contact_us .main .information .list .item .content .text {
  font-size: 16px;
  color: #787878;
  line-height: 26px;
  margin-top: 8px;
}
.contact_us .main .information .map {
  height: 540px;
  margin-top: 20px;
  background: #F5F5F5;
}
.contact_us .main .message_box {
  background: #F8F8F8;
}
.contact_us .main .message_box .left_cover .cover {
  object-fit: contain;
}
.contact_us .main .message_box .right_content {
  padding: 30px 0;
}
.contact_us .main .message_box .title {
  font-size: 36px;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.contact_us .main .message_box .lead {
  font-size: 20px;
  color: #ABABAB;
  line-height: 30px;
  margin-top: 10px;
  text-align: left;
}
.contact_us .main .message_box .form {
  margin-top: 30px;
}
.contact_us .main .message_box .form .item {
  margin-bottom: 20px;
}
.contact_us .main .message_box .form .box {
  padding: 0;
}
.contact_us .main .message_box .form .input_box {
  padding-left: 10px;
}
.contact_us .main .message_box .form .input {
  height: 60px;
  font-size: 16px;
  padding: 0 20px;
}
.contact_us .main .message_box .form .textarea {
  padding: 20px 20px;
  font-size: 16px;
}
.contact_us .main .message_box .form .btn_box {
  margin-top: 20px;
}
.contact_us .main .message_box .form .btn_box .btn {
  background: #0F0964;
  min-width: 180px;
  height: 50px;
  font-size: 18px;
  padding: 0;
}
.contact_us .main .message_box .right {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.contact_us .main .message_box .right .cover_box {
  width: 480px;
  height: 480px;
}
.contact_us .main .message_box .right .cover_box .cover {
  height: 100%;
}
.contact_us .main .message_box .right .text {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-top: 20px;
}
.technology_main {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 40px;
}
.technology_main .content {
  padding: 0 30px;
}
.technology_main .content .lead {
  font-weight: 400;
  padding: 4px 0;
}
.technology_main .content .cover_box {
  padding: 20px 0;
  width: 90%;
  margin: auto;
}
.custom_main .demo_company {
  padding: 40px 0 80px;
}
.custom_main .demo_company .item:nth-child(odd) .custom_logo {
  right: 5%;
}
.custom_main .demo_company .item:nth-child(even) .custom_logo {
  left: 5%;
}
.custom_main .demo_company .content {
  position: relative;
}
.custom_main .demo_company .content .custom_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}
.custom_main .env {
  padding: 40px 0;
}
.custom_main .env .head {
  width: 70%;
  margin: auto;
}
.custom_main .env .head .sub_title {
  color: #000;
}
.custom_main .env .item {
  position: relative;
}
.custom_main .env .item .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  line-height: 72px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
