﻿@charset "utf-8";

/*==========@@HTML默认 始====@@==========*/
/*基本*/
@media (min-width:769px) and (max-width: 1024px) {
  * {
    padding: 0px;
    margin: 0px;
  }

  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  form,
  fieldset,
  legend,
  input,
  button,
  textarea,
  p,
  blockquote,
  th,
  td {
    margin: 0;
    padding: 0;
  }

  body {
    color: #000;
    margin: 0px auto;
    font-family: "Arial", "Microsoft YaHei";
    font-size: 16px;
    background: #fff;
  }

  div {
    margin: 0;
    padding: 0;
    border: 0;
  }

  img {
    margin: 0;
    padding: 0;
    border: 0;
  }

  p {
    margin: 0px;
    line-height: 1.8em;
  }

  b,
  strong {
    font-weight: bold;
  }

  /* 表格样式 */
  table {
    width: 100%;
    /* 表格宽度设置为100% */
    border-collapse: collapse;
    /* 边框合并为一个单一的边框 */
  }

  /* 表格边框样式 */
  table,
  th,
  td {
    border: 1px solid #dedede;
    /* 设置边框为1px黑色实线 */
  }

  /* 表头样式 */
  th {
    background-color: #f2f2f2;
    /* 设置背景色 */
    color: black;
    /* 设置文字颜色 */
    padding: 8px;
    /* 设置内边距 */
    text-align: left;
    /* 文本左对齐 */
  }

  /* 表格单元格样式 */
  td {
    padding: 8px;
    /* 设置内边距 */
    text-align: left;
    /* 文本左对齐 */
  }

  /* 鼠标悬停在表格行上的样式 */
  tr:hover {
    background-color: #f6f6f6;
    /* 鼠标悬停时改变背景色 */
  }

  li {
    list-style: none outside none;
  }

  /*链接*/
  a {
    text-decoration: none;
    color: #626262;
    background: transparent;
    outline: none;
  }

  a:visited {
    color: #aaa;
  }

  a:focus {
    outline: none;
  }

  a:hover {
    color: #000;
  }

  a:active {
    outline: none;
  }

  /*标题*/
  h1 {
    font-size: 1.3em;
    margin: 0;
  }

  h2 {
    font-size: 1.2em;
    margin: 0;
  }

  h3 {
    font-size: 1.17em;
    margin: 0;
  }

  h4 {
    font-size: 1em;
    margin: 0;
  }

  h5 {
    font-size: 0.83em;
    margin: 0;
  }

  h6 {
    font-size: 0.67em;
    margin: 0;
  }

  /*其它*/
  blockquote {
    margin: 1em 40px;
  }

  dfn {
    font-style: italic;
  }

  hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }

  code,
  kbd,
  pre,
  samp {
    font-size: 1em;
  }

  pre {
    margin: 1em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
  }

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }

  dl {
    margin: 1em 0;
  }

  dd {
    margin: 0 0 0 40px;
  }
  .swiper {
    width: 100%;
  }

  /*==========@@HTML默认  结束@@==========*/
  .mobile-head {
    display: none;
  }
  .topNav {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 1%;
  }
  .logos img:first-child {
    margin-top: 50px;
    width: 3.6%;
    margin-left: 1%;
  }
  .logos img:last-child {
    width: 9.3%;
    margin-left: 8px;
    margin-top: 50px;
  }

  .navsBanners {
    display: flex;
    margin-right: 0px;
    width: 98%;
    margin-right: 2%;
  }
  .topSearch {
    display: flex;
    align-items: center;
  }
  .ipt {
    width: 61.5%;
    height: 40px;
    border-radius: 11px;
    border: 2px solid #002c89;
    margin-top: 40px;
    box-sizing: border-box;
    padding-left: 8px;
    position: relative;
  }
  .search {
    width: 24px;
    height: 23px;
    margin-top: 39px;
    position: absolute;
    margin-left: 7.6%;
  }

  .navs {
    padding-top: 40px;
    width: 100%;
    height: 540px;
    overflow: hidden;
  }
  .navs li {
    height: auto;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 24px;
  }
  .navs .activeNav {
    height: 36px;
    background-color: #002c89;
    box-shadow: 0px 4px 5px 1px rgba(17, 17, 17, 0.18);
    border-radius: 9px;
    color: #fff;
    text-align: left;
    line-height: 36px;
    padding-right: 11px;
    padding-left: 5px;
  }
  .banners {
    margin-left: 1%;
    flex: 1;
    padding-top: 18px;
    overflow: hidden;
    margin-right: 3%;
  }
  .item_banner {
    display: flex;
    height: 560px;
    flex-direction: row;
  }
  .itemLeft {
    width: 35.8%;
    overflow: hidden;
  }
  .itemTitle {
    height: 126px;
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: #010101;
    margin-top: 12px;
  }
  .dots {
    display: flex;
  }
  .dot {
    height: 25px;
    width: 16%;
    border-bottom: 1px solid #000;
  }
  .activeDot {
    height: 22px;
    border-bottom: 4px solid #000;
  }
  .itemSlogan {
    margin-top: 50px;
    height: 24px;
    font-family: Arial;
    font-weight: 400;
    font-size: 24px;
    color: #010101;
  }

  .props {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 69px;
    padding-left: 1%;
    overflow: hidden;
  }
  .property {
    width: auto;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #000;
    font-family: Arial;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 14px;
    margin-right: 10px;
    overflow: hidden;
  }
  .itemRight {
    width: 50%;
    height: 460px;
    border-radius: 10px;
    margin-left: 70px;
    /*background-image: url("/assets/addons/official/images/swiperbg.png");*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    position: relative;
  }
  .bannerImg {
    position: absolute;
    margin-top: 25px;
    margin-left: -7%;
    width: 120%;
    max-height: 530px;
  }
  .mobile_menu {
    display: none;
  }
  .pics {
    width: 96%;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
  }
  .pics img {
    width: 25px;
    height: 25px;
  }
  .mob-banners {
    display: none;
  }

  /* 首页产品banner */
  .proBans {
    box-sizing: border-box;
    margin-top: 100px;
    margin-left: 19.6%;
  }

  .banItem {
    width: 100%;
    display: flex;
  }
  .proSLeft {
    width: 60%;
  }
  .banPic {
    height: 243px;
  }
  .leftPics {
    /*display: flex;*/
    display: none;
  }
  .leftPics .leftFirst {
    width: 24.5%;
    height: 100px;
  }
  .leftFirst:nth-child(2) {
    width: 21%;
    height: 100px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 40px;
  }
  .leftFirst:nth-child(3) {
    width: 22%;
    margin-top: 60px;
    height: 100px;
  }
  /* .leftSecond {
    width: 21%;
    height: 100px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 40px;
  }
  .leftThird {
    width: 22%;
    margin-top: 60px;
    height: 100px;
  } */

  .proSRight {
    width: 38%;
    height: 330px;
    background-image: url("/assets/addons/official/images/indexbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
    margin-left: 3%;
    margin-right: 3%;
    box-sizing: border-box;
    padding: 0 2%;
    overflow: hidden;
  }
  .rightTitle {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    line-height: 36px;
  }
  .rightContent {
    font-family: ArialMT;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* 约等于 5 行 */
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .proBanDot {
    margin-left: 40px;
    margin-top: 14px;
    display: flex;
  }
  .proDotItem {
    width: 20px;
    height: 20px;
    border-radius: 12px;
    border: 2px solid #005ac9;
    color: #005ac9;
    text-align: center;
    line-height: 20px;
    margin-right: 20px;
  }
  .proDotActive {
    background-color: #005ac9;
    color: #ffff;
  }
  .proSub {
    width: 190px;
    height: 48px;
    background: #002c89;
    border-radius: 24px;
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    line-height: 48px;
    top: 425px;
    text-align: center;
    position: absolute;
    right: 6%;
    z-index: 9999;
  }

  /* 首页解决方案banner */
  .soluBans {
    width: 100%;
    margin-top: 150px;
    display: flex;
  }
  .soluItem {
    width: 70%;
    display: flex;
  }
  .soluItemLeft {
    width: 26.5%;
    height: 570px;
  }
  .soluItemMid {
    flex: 1;
    height: 570px;
  }

  .soluTitle {
    height: 100px;
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    overflow: hidden;
  }
  .subheading {
    font-family: Arial;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    line-height: 28px;
  }

  .soluBanItem {
    display: flex;
    flex-direction: column;
  }

  .itemTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 30px;
  }
  .soluBanItemLeft {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
  }
  .soluBanItemLeftNo {
    padding-top: 35px;
  }
  .iteLeftProps {
    display: none;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-left: 50px;
  }
  .soluBanItem_active .iteLeftProps {
    display: flex;
    margin-left: 0px;
    flex-wrap: nowrap;
  }
  .active_icon1 {
    display: none;
  }
  .soluBanItem_active .active_icon1 {
    display: block;
  }
  .soluBanItem_active .active_icon2 {
    display: none;
  }
  .leftPropItem {
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    border: 1px solid black;
    height: 30px;
    border-radius: 15px;
    padding: 0 10px;
    border: 1px solid #000000;
    line-height: 30px;
    margin-right: 20px;
    overflow: hidden;
  }
  .itemLeftTop {
    display: flex;
  }
  .soluBanItem_active .banTitle {
    color: #ffffff;
  }
  .soluBanItem img {
    width: 25px;
    height: 15px;
    margin-left: 10px;
    padding-top: 47px;
  }
  .banIndex {
    font-family: Arial-BoldMT;
    font-weight: bold;
    font-size: 24px;
    color: #010101;
    margin-right: 20px;
    line-height: 46px;
  }
  .banTitle {
    font-family: Arial-BoldMT;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    max-height: 50px;
    color: #000000;
    overflow: hidden;
  }
  .line {
    height: 1px;
    background: linear-gradient(to right, #000, #fff);
    width: 80%;
  }
  .itemTopAct {
    color: #fff;
  }
  .soluItemRight {
    width: 30%;
    height: 570px;
    box-sizing: border-box;
    padding-right: 55px;
  }
  .soluItemRight img {
    display: none;
    width: 100%;
    object-fit: cover;
  }
  img.soluItemRight-active {
    display: block;
  }
  .soluDots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
  }
  .soluDot {
    width: 20px;
    height: 20px;
    border: 2px solid #002c89;
    color: #002c89;
    border-radius: 50%;
    margin-right: 20px;
    line-height: 20px;
    text-align: center;
  }
  .soluDot-active {
    background: #002c89;
    color: #ffffff;
  }
  .soluAct {
    color: #fff;
    background-color: #002c89;
  }

  /* aoout */
  .about {
    width: 79%;
    height: 755px;
    margin-left: 18%;
    margin-top: 50px;
    background-image: url("/assets/addons/official/images/aboutbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .aboutTitle {
    height: 95px;
    font-family: Arial;
    font-weight: bold;
    font-size: 38px;
    color: #f6d823;
    line-height: 48px;
    position: absolute;
    margin-left: 40%;
    margin-top: 130px;
  }
  .aboutLine {
    width: 400px;
    height: 1px;
    position: absolute;
    margin-left: 40%;
    margin-top: 210px;
    background: linear-gradient(89deg, rgba(246, 216, 35, 0.98) 4%, rgba(255, 255, 255, 0.63) 85%);
  }
  .aboutIcons {
    position: absolute;
    margin-left: 40%;
    margin-top: 240px;
    display: flex;
    max-height: 90px;
    overflow: hidden;
  }
  .aboutIconsLeft {
    display: flex;
    margin-right: 16px;
  }
  .aboutIconsLeft img {
    width: 45px;
    height: 42px;
  }
  .titles {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
  }
  .titleTop {
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    color: #f6d823;
  }
  .titleBottom {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
  }

  .aboutContent {
    position: absolute;
    margin-left: 40%;
    margin-top: 340px;
    width: 50%;
    font-family: Arial;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    line-height: 28px;
  }
  .aboutContent span {
    font-size: 22px;
    color: #0066d9;
  }
  .aboutSub {
    position: absolute;
    margin-left: 75%;
    margin-top: 700px;
    width: 159px;
    height: 50px;
    border-radius: 25px;
    background-color: #005ac9;
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
  }

  /* news */
  .newsList-list {
    width: 79%;
    margin-left: 18%;
    margin-top: 200px;
  }
  .newsTop {
    display: flex;
    margin-bottom: 15px;
  }
  .newsTopLeft {
    width: 33%;
    font-family: Arial;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    margin-left: 14%;
    margin-right: 7%;
  }
  .newsTopRight {
    width: 38%;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
  }
  .newsSub {
    width: 190px;
    height: 48px;
    background: #002c89;
    border-radius: 24px;
    margin-top: 20px;
    font-family: Arial;
    font-weight: bold;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
  }
  .cate {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 14px;
    font-family: Arial;
    font-weight: bold;
    font-size: 19px;
    color: #92979f;
    line-height: 9px;
    width: 90%;
    margin-left: 5%;
  }
  .newsTit {
    font-family: Arial;
    font-weight: bold;
    font-size: 23px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    margin-left: 5%;
  }
  .newsDis {
    margin-top: 15px;
    font-family: Arial;
    font-size: 19px;
    line-height: 26px;
    color: #000000;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: 90%;
    margin-left: 5%;
    margin-bottom:5px;
  }

  /* footer */
  .logosBottom {
    width: 79%;
    margin-left: 18%;
    margin-top: 120px;
    display: flex;
    align-items: flex-end;
  }
  .logoLeft {
    width: 69px;
    height: 57px;
  }
  .logoRight {
    height: 57px;
    padding: 0;
    margin-left: 10px;
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    color: #172f6d;
    line-height: 57px;
  }

  .bottom {
    margin-left: 18%;
    display: flex;
  }
  .bottom .bottomLeft {
    margin-top: 40px;
    width: 45%;
  }
  .bottom .address {
    display: flex;
  }
  .bottom .address img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }

  .bottom .address .addCon {
    width: 96%;
    max-height: 200px;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #010101;
    line-height: 24px;
    overflow: hidden;
  }
  .bottom .address .addCon2{
    font-size: 16px;
  }
  .email {
    display: flex;
    align-items: center;
    margin-top: 25px;
  }

  .email img {
    width: 36px;
    height: 25px;
    margin-right: 10px;
  }

  .email .emailCon {
    height: 22px;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
  }

  .email img.bottomPdf {
    height: auto;
    margin-right: 11px;
  }

  .company {
    margin-top: 50px;
    height: 41px;
    font-family: Arial;
    font-weight: bold;
    font-size: 17px;
    color: #000000;
  }
  .copy {
    height: 41px;
    font-family: Arial;
    font-size: 13px;
    color: #000000;
  }
  .bottomRight {
    width: 45%;
    margin-left: 60px;
    margin-right: 30px;
  }
  .mobbottomRight {
    display: none;
  }
  .rightTit {
    height: 60px;
    font-family: Arial;
    font-weight: bold;
    font-size: 28px;
    color: #010101;
    margin-bottom: 30px;
  }

  .probItem {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    word-wrap: break-word;
  }
  .probItem img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 10px;
  }
  .probItem .probTit {
    height: 45px;
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #010101;
    line-height: 45px;
  }
  .probItem .itemAfter {
    display: none;
  }
  .probItem .line {
    width: 84%;
    height: 1px;
    background-color: #000000;
    margin-top: 10px;
    margin-left: 35px;
  }
  .probItem .answer {
    max-width: 95%;
    word-wrap: break-word;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #010101;
    line-height: 26px;
    margin-left: 35px;
    margin-top: 12px;
    margin-bottom: 25px;
  }
  .probItem:hover .itemAfter {
    word-wrap: break-word;
    display: block;
  }

  .cookie {
    height: 13px;
    font-family: Arial;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    line-height: 36px;
    margin-top: 60px;
    text-align: right;
    margin-right: 100px;
  }

  /* home news swiper vue */
  .newsList .swiper-container {
    /* margin-top: 130px; */
    background-color: white;
  }
  .newsList .slideItem {
    /* overflow: hidden; */
    /* height: 500px; */
    padding-top: 30px;
    /* border: 1px solid red; */
  }
  .newsList .item {
    /* border: 2px solid green; */
    width: 100%;
    height: 230px;
    transition: transform 0.5s ease;
    display: block;
  }
  .newsList .item:hover {
    transform: scaleY(1.2);
    /* height: 290px; */
    /* transform: scale(1.2); */
  }

  /* newsList */
  .newsList {
    margin-top: 120px;
    margin-left: 13%;
  }
  .newsList .thumblist {
    width: 100%;
  }
  .newsList .thumblist li {
    width: 100%;
    display: flex;
    margin-top: 10px;
  }
  .newsList .thumblist li .info_wrap {
    margin-left: 10px;
    margin-right: 3%;
  }
  .newsList .thumblist li .info_wrap .InfoTitle {
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
  }
  .newsList .thumblist li .info_wrap p {
    width: 93%;
  }
  .newsList .thumblist li .info_wrap .InfoTime {
    margin-top: 20px;
    display: inline-block;
  }
  .newsList .thumblist li .info_wrap .more {
    float: right;
    margin-right: 10%;
    margin-top: 40px;
  }
  .newsList .thumblist li .InfoPicture {
    width: 20%;
  }
  .newsList .thumblist li .InfoPicture img {
    width: 90%;
    margin: 0 5%;
  }

  /* NEWSDETAIL */
  .newsDetails {
    margin-top: 120px;
    margin-left: 19.5%;
    margin-right: 3%;
    overflow: hidden;
  }
  .newsTIt {
    width: 100%;
    font-family: Arial;
    font-weight: bold;
    font-size: 38px;
    color: #ffffff;
    line-height: 54px;
    background-image: url("/assets/addons/official/images/detailsbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 10px;
  }
  .firstBottom {
    margin-top: 50px;
    display: flex;
  }

  .firstBottom img {
    width: 47.7%;
    height: 100%;
    background: #002c89;
    border-radius: 22px;
  }
  .firstBottom .firstCon {
    margin-left: 20px;
    width: 48.5%;
    height: auto;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
  }

  .secondBottom {
    margin-top: 50px;
    display: flex;
  }
  .secondBottom .secondCon {
    width: 48.5%;
    height: auto;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
  }
  .secondBottom img {
    width: 47.7%;
    margin-left: 20px;
    height: 100%;
    background: #002c89;
    border-radius: 22px;
  }

  .thiedBottom {
    height: 24px;
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #002c89;
    line-height: 9px;
    margin-top: 50px;
  }

  .thirdCon {
    display: flex;
  }

  .thirdCon .thierLeft {
    width: 55%;
  }
  .thirdCon .thierLeft .thirdHeading {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
  }
  .thirdCon .thierLeft .leftTitle {
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #002c89;
    margin-top: 50px;
  }
  .thirdCon .thierLeft .titName {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin-top: 14px;
  }

  .thirdCon .thirdRight {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .thirdCon .thirdRight img {
    width: 35%;
  }

  .bottomTit {
    font-family: Arial;
    font-weight: bold;
    font-size: 26px;
    color: #002c89;
    margin-left: 17%;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .bottomSwiper {
    margin-left: 36%;
    margin-right: 60px;
    position: relative;
    width: 58%;
    height: 250px;
  }
  .common2-prev {
    position: absolute;
    left: -50px;
    width: 18px;
    height: 30px;
    color: black;
  }
  .common2-next {
    position: absolute;
    right: -50px;
    width: 18px;
    height: 30px;
    color: black;
  }

  .swiper2 .slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 250px;
    width: 22%;
  }

  .swiper2 .slide img {
    width: 100%;
    height: 73%;
    object-fit: cover;
  }

  .swiper2 .slide .bottomDesc {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
  }

  /* prolist */
  .proList {
    margin-left: 18%;
  }
  .proList .title {
    margin-top: 120px;
    font-family: Arial;
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin-left: 6px;
  }
  .newsList .title {
    margin-top: 120px;
    font-family: Arial;
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin-left: 20px;
  }
  .proList .productlist {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
  }
  .proList .productlist li {
    width: 33%;
    margin-top: 80px;
  }
  .proList .productlist li .info_wrap {
    width: 80%;
    margin: 0 auto;
    display: block;
    background: url("/assets/addons/official/images/listbg.png");
    background-size: cover;
    border-radius: 20px;
    min-height: 450px;
    overflow: hidden;
  }
  .proList .productlist .InfoPicture {
    width: 90%;
    margin: 20px 5%;
    background: #ffffff;
    border-radius: 18px;
    display: inline-block;
    height: 226px;
    line-height: 226px;
  }
  .proList .InfoPicture img {
    width: 90%;
    margin: 0 5%;
    vertical-align: middle;
  }
  .proList .InfoWrap .InfoTitle {
    width: 90%;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    margin: 0 auto;
  }
  .proList .InfoWrap .list_button {
    width: 72%;
    background: #ffffff;
    color: #002c89;
    margin: 30px 14%;
    border-radius: 18px;
    line-height: 35px;
    border: 1px solid #ffffff;
    font-weight: bold;
    font-size: 18px;
  }

  /* prodet */
  .containe {
    margin-top: 120px;
    display: flex;
  }
  .detSpace {
    width: 17%;
  }
  .detLeft {
    width: 100%;
    overflow: hidden;
  }
  .detLeft .leftItem {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }

  .leftItem .itemTit {
    margin-left: 5px;
    max-height: 40px;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
  }
  .leftItem .nav_active_right{
    display: block;
  }
  .itemActive .itemTit{
    color: #FFFFFF;
  }
  .itemActive .nav_active_right{
    display: none;
  }
  .detLeft .active {
    background-color: #002c89;
    height: 38px;
    width: 93%;
    color: #fff;
    font-family: Arial;
    font-weight: 400;
    font-size: 15px;
    border-radius: 19px;
    text-align: center;
  }

  .detRight {
    flex: 1;
    display: flex;
  }
  .detRight .rightPic {
    width: 400px;
    height: 500px;
  }

  .detRight .rightCon {
    margin-left: 30px;
    margin-right: 40px;
  }

  .rightCon .conTit {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #002c89;
  }
  .rightCon .desc {
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    margin-top: 26px;
    color: #000000;
  }
  .rightCon .desc .descCon {
    font-size: 18px;
    line-height: 30px;
  }

  .rightSub {
    width: 160px;
    height: 48px;
    background: #002c89;
    border-radius: 24px;
    font-family: Arial;
    font-weight: bold;
    font-size: 26px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    margin-top: 40px;
  }

  .detContents {
    margin-top: 80px;
    margin-left: 32.8%;
    margin-right: 3%;
  }
  .detContents img {
    width: 100%;
  }

  .bottomTit {
    font-family: Arial;
    font-weight: bold;
    font-size: 26px;
    color: #002c89;
    margin-left: 33%;
    margin-top: 50px;
  }

  .bottomSwiper1 {
    width: 750px;
    margin-left: 36%;
    margin-right: 50px;
    position: relative;
  }
  .bottomSwiper1 .swiper2 {
    margin-top: 50px;
  }
  .bottomSwiper1 .swiper2 .swiper-slide {
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    /* border: 1px solid red; */
    height: 240px;
  }

  .bottomSwiper1 .swiper2 .swiper-slide img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .bottomSwiper1 .swiper2 .swiper-slide .bottomDesc {
    font-family: Arial;
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
    height: 32px;
    color: #000000;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  /* newsList */
  .newsList {
    margin-top: 120px;
    margin-left: 18%;
    margin-right: 25px;
  }
  .newsList .thumblist {
    width: 100%;
  }
  .newsList .thumblist li {
    display: flex;
    margin-top: 10px;
  }
  .newsList .thumblist li .info_wrap {
    margin-left: 20px;
  }
  .newsList .thumblist li .info_wrap .InfoTitle {
    font-size: 18px;
    margin-bottom: 2px;
    display: inline-block;
  }
  .newsList .thumblist li .info_wrap p {
    width: 100%;
    height: 55px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 约等于 5 行 */
    text-overflow: ellipsis;
  }
  .newsList .thumblist li .info_wrap .InfoTime {
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 5px;
  }
  .newsList .thumblist li .info_wrap .more {
    float: right;
    margin-right: 4%;
    margin-top: 2px;
  }
  .newsList .thumblist li .InfoPicture {
    width: 160px;
    height: 160px;
  }
  .newsList .thumblist li .InfoPicture img {
    width: 160px;
    margin: 0 5%;
  }

  .bottomSwiper3 {
    width: 75%;
    margin-left: 18%;
    margin-right: 50px;
    position: relative;
  }
  .bottomSwiper3 .swiper3 {
    margin-top: 50px;
  }
  .bottomSwiper3 .swiper3 .swiper-slide {
    height: auto;
  }

  .bottomSwiper3 .swiper3 .swiper-slide img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .bottomSwiper3 .swiper3 .swiper-slide .bottomDesc {
    font-family: Arial;
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
    height: 40px;
    color: #000000;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .bottomSwiper3 .common3-prev {
    position: absolute;
    left: -50px;
    width: 18px;
    height: 30px;
    color: black;
  }
  .bottomSwiper3 .common3-next {
    position: absolute;
    right: -50px;
    width: 18px;
    height: 30px;
    color: black;
  }
  .info_from_wrap2 {
    display: flex;
    line-height: 50px;
  }
  .bottomSwiper3_mobile{
    display: none;
  }
  .ContactInfo img{
    width: 100%;
  }
  .topSearch{
    display: none;
  }
}
/*==========@@通用列表  结束@@==========*/