﻿@charset "utf-8";

/*==========@@HTML默认 始====@@==========*/
/*基本*/
* {
  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-left:1%;
  margin-top: 50px;
  width: 3.6%;
}
.logos img:last-child {
  width: 9.3%;
  margin-left: 8px;
}

.navsBanners {
  display: flex;
  margin-right: 0px;
  width: 100%;
}
.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: 20px;
  height: 20px;
  margin-top: 39px;
  position: absolute;
  margin-left: 7.6%;
}

.navs {
  padding-top: 40px;
  width: 98%;
  height: 440px;
  overflow: hidden;
  margin-right: 2%;
}
.navs_div{
  width: 17.5%;
  overflow: hidden;
}
.navs li {
  min-height: 24px;
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin-bottom: 18px;
}
.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;
}
.itemActive{
  background-color: #002c89;
  box-shadow: 0px 4px 5px 1px rgba(17, 17, 17, 0.18);
  border-radius: 9px;
  min-height: 36px;
}
.xiala2{
  width: 15px;
  height: 10px;
  margin-top:8px;
}
.has_child {
  display: flex;
  justify-content: space-between;
}
.has_child2 {
  display: flex;
  justify-content: space-between;
}
.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: 36px;
  color: #010101;
  margin-top: 12px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .itemTitle {
    height: 90px;
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: #010101;
    margin-top: 12px;
    overflow: hidden;
    line-height: 30px;
  }
}
.dots {
  display: flex;
}
.dot {
  height: 25px;
  width: 16%;
  border-bottom: 1px solid #000;
}
.activeDot {
  height: 22px;
  border-bottom: 4px solid #000;
}
.itemSlogan {
  margin-top: 38px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  font-family: Arial;
  font-weight: 400;
  font-size: 22px;
  color: #010101;
}

.props {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  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: 18px;
  margin-right: 10px;
  overflow: hidden;
}
.itemRight {
  width: 59%;
  height: 560px;
  border-radius: 10px;
  margin-left: 5.2%;
  /*background-image: url("/public/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;
  overflow: hidden;
}
.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: 60px;
  margin-left: 19.6%;
}

.banItem {
  width: 100%;
  display: flex;
}
.proSLeft {
  width: 63%;
  height: 475px;
  overflow: hidden;
}
.banPic {
  width: 100%;
  max-height: 420px;
  /*height: 343px;*/
}
.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: 30%;
  height: 396px;
  background-image: url("/public/assets/addons/official/images/indexbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  margin-left: 2%;
  margin-right: 5%;
  box-sizing: border-box;
  padding: 0 2%;
  overflow: hidden;
}
.rightTitle {
  font-family: Arial;
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  line-height: 36px;
  margin-top:10px;
}
.rightContent {
  font-family: ArialMT;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  margin-top:15px;
}

.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: 121px;
  font-family: Arial;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
}
.subheading {
  font-family: Arial;
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}

.soluBanItem {
  display: flex;
  flex-direction: column;
}

.itemTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
  overflow: hidden;
}
.soluBanItemLeft {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.soluBanItemLeftNo {
  padding-top: 35px;
}
.iteLeftProps {
  display: none;
  /*flex-wrap: wrap;*/
  margin-top: 5px;
  /*margin-left: 50px;*/
}
.soluBanItem_active .iteLeftProps {
  display: flex;
}
.active_icon1 {
  display: none;
}
.soluBanItem_active .active_icon1 {
  display: block;
}
.soluBanItem_active .active_icon2 {
  display: none;
}
.bansoluItem{
  display: flex;
  flex-wrap: wrap;
}
.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;
  max-width: 100%;
  overflow: hidden;
  margin-top:5px;
}
.itemLeftTop {
  display: flex;
}
.soluBanItem_active .banTitle {
  color: #ffffff;
}
.soluBanItem img {
  width: 25px;
  height: 15px;
  margin-left: 10px;
  padding-top: 10px;
}
.banIndex {
  font-family: Arial-BoldMT;
  font-weight: bold;
  font-size: 24px;
  color: #010101;
  margin-right: 20px;
  line-height: 50px;
}
.banTitle {
  font-family: Arial-BoldMT;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  min-height: 50px;
  line-height: 32px;
  max-height: 65px;
  overflow: hidden;
  margin-top: 5px;
}
.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: 140px;*/
  background-image: url("/public/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: 60%;
  margin-top: 150px;
}
.aboutLine {
  width: 400px;
  height: 1px;
  position: absolute;
  margin-left: 60%;
  margin-top: 220px;
  background: linear-gradient(89deg, rgba(246, 216, 35, 0.98) 4%, rgba(255, 255, 255, 0.63) 85%);
}
.aboutIcons {
  position: absolute;
  margin-left: 60%;
  margin-top: 255px;
  display: flex;
}
.aboutIconsLeft {
  display: flex;
  margin-right: 3%;
  width: 47%;
}
.aboutIconsLeft img {
  width: 36px;
  height: 35px;
}
.titles {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
.titleTop {
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color: #f6d823;
}
.titleBottom {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  margin-top: 3px;
}

.aboutContent {
  position: absolute;
  margin-left: 60%;
  margin-top: 360px;
  width: 36%;
  font-family: Arial;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  line-height: 29px;
  max-height: 310px;
  overflow: hidden;
}
.aboutContent span {
  font-size: 22px;
  color: #0066d9;
}
.aboutSub {
  position: absolute;
  margin-left: 80%;
  margin-top: 680px;
  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: 100px;
}
.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: 35px;
  margin-bottom: 35px;
  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: 38px;
  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%;
}

/* footer */
.logosBottom {
  width: 79%;
  margin-left: 18%;
  margin-top: 120px;
  display: flex;
  align-items: flex-end;
}
.logoLeft {
  width: 66px;
  height: 54px;
}
.logoRight {
  height: 57px;
  padding: 0;
  margin-left: 10px;
  font-family: Arial;
  font-weight: bold;
  font-size: 46px;
  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: 120px;
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #010101;
  line-height: 30px;
  overflow: hidden;
}
.bottom .address .addCon2{
  font-size: 16px;
}

.email {
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.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: 40px;
  font-family: Arial;
  font-weight: bold;
  font-size: 34px;
  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;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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;
}
.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;
  color:#626262;
}
.newsList .thumblist li .info_wrap .more {
  float: right;
  margin-right: 3%;
  margin-top: -5px;
  position: absolute;
  right: 0%;
}
.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("/public/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: 461px;
  background: #002c89;
  border-radius: 22px;
}
.firstBottom .firstCon {
  margin-left: 60px;
  width: 47.3%;
  height: 385px;
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 36px;
}

.secondBottom {
  margin-top: 50px;
  display: flex;
}
.secondBottom .secondCon {
  width: 47.3%;
  height: 385px;
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 36px;
}
.secondBottom img {
  width: 47.7%;
  margin-left: 60px;
  height: 461px;
  background: #002c89;
  border-radius: 22px;
}

.thiedBottom {
  height: 24px;
  font-family: Arial;
  font-weight: bold;
  font-size: 22px;
  color: #002c89;
  line-height: 9px;
  margin-top: 20px;
}

.thirdCon {
  display: flex;
}

.thirdCon .thierLeft {
  width: 580px;
}
.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: 70px;
}
.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: 23%;
  margin-right: 6%;
  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: 20px;
}
.newsList .title {
  margin-top: 120px;
  font-family: Arial;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  margin-left: 6px;
}
.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("/public/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;
  height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;    /* 超出部分显示省略号 */
  display: -webkit-box;               /* 必须使用弹性盒子布局 */
  -webkit-box-orient: vertical;       /* 设置子元素垂直排列 */
  -webkit-line-clamp: 3;              /* 显示的行数为 3 行 */
}
.proList .InfoWrap .list_button {
  width: 54%;
  background: #ffffff;
  color: #002c89;
  margin: 30px 28%;
  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: 16%;*/
  overflow: hidden;
}
.detLeft .leftItem {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.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: 600px;
  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: 26px;
  margin-top: 30px;
  color: #000000;
}
.rightCon .desc .descCon {
  margin-top: 8px;
  font-size: 20px;
  line-height: 30px;
  max-height: 240px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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: 40px;
  margin-left: 20%;
  margin-right: 3%;
  line-height: 30px;
}
.detContents img {
  width: 100%;
}

.bottomTit {
  font-family: Arial;
  font-weight: bold;
  font-size: 26px;
  color: #002c89;
  margin-left: 20%;
  margin-top: 50px;
}

.bottomSwiper1 {
  width: auto;
  margin-left: 23%;
  margin-right: 6%;
  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;
  margin-top: 10px;
}

.bottomSwiper1 .swiper2 .swiper-slide img {
  /*width: 100%;*/
  height: 220px;
  object-fit: contain;
}

.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;
}

.bottomSwiper .swiper2 .swiper-slide img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.bottomSwiper .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: 19%;
  margin-right: 25px;
}
.newsList .thumblist {
  width: 100%;
}
.newsList .thumblist li {
  display: flex;
  margin-top: 10px;
}
.newsList .thumblist li .info_wrap {
  margin-left: 20px;
  margin-right: 3%;
}
.newsList .thumblist li .info_wrap .InfoTitle {
  font-size: 18px;
  margin-bottom: 2px;
  display: inline-block;
  width: 100%;
}
.newsList .thumblist li .info_wrap p {
  width: 100%;
}
.newsList .thumblist li .info_wrap .InfoTime {
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 5px;
}
.newsList .thumblist li .InfoPicture {
  width: 160px;
  height: 160px;
}
.newsList .thumblist li .InfoPicture img {
  width: 160px;
  margin: 0 5%;
}

.bottomSwiper3 {
  width: auto;
  margin-left: 22%;
  margin-right: 6%;
  position: relative;
}
.bottomSwiper3 .swiper3 {
  margin-top: 50px;
}
.bottomSwiper3 .swiper3 .swiper-slide {
  height: 320px;
}

.bottomSwiper3 .swiper3 .swiper-slide img {
  width: 100%;
  height: 260px;
  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;
}
.online {
  margin-left: 20%;
  margin-right: 5%;
}
.online .title {
  margin-top: 90px;
  font-family: Arial;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  margin-bottom: 30px;
}
table,
th,
td {
  border: 1px solid #dedede;
}
table.resume_table {
  margin: 3px;
  text-align: center;
  width: 97%;
  border-collapse: collapse;
}
table.resume_table .btn {
  background-color: #2b2b2b;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  height: 32px;
  line-height: 32px;
  padding: 0px 20px;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  text-indent: 0;
  cursor: pointer;
  border: 1px solid #d4d4d4;
}
.related_a{
  display: flex;
  flex-direction: column;
}
.bottomDesc{
  display: inline;
  margin-top:10px;
}
.address2{
  margin-right: 16px;
}
