﻿/*网站通用样式*/
body {
  font-family: "HarmonyOS Sans SC", sans-serif;
}
/*header头部样式*/
header .header-container {
  width: 100vw;
  height: 90px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0 0 20px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 20px rgba(204, 204, 204, 0.5);
  position: fixed;
  z-index: 999;
  top: 0px;
}
.xiala {
  background: #fff;
  display: none;
  height: 266px;
  padding: 49px 259px;
}
.xl-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  display: none;
}
.xlcd a {
  color: #221815;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 28px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
  margin-right: 44px;
  text-decoration: none;
}
.xlcd a:hover {
  color: #2878ff;
  border-bottom: 1px solid #2878ff;
}

.xltp1 {
  width: 263px;
  height: 167px;
}

.xltp2 {
  width: 190px;
  height: 165px;
}

.xltp3 {
  width: 263px;
  height: 166px;
}

.xltp4 {
  width: 263px;
  height: 166px;
}

.xltp5 {
  width: 263px;
  height: 166px;
}
header .header-container .nav-box {
  /* width: 1200px; */
  width: 90%;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-container .nav-box .nav-left {
  width: 200px;
  height: 80px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-container .nav-box .nav-left #logo_top {
  width: 200px;
  height: 80px;
  float: left;
  margin-top: 5px;
  background: url("../img/logo.png") no-repeat center;
  background-size: 100%;
}
header .header-container .nav-box .nav-mid {
  flex: 1;
  height: 70px;
  float: right;
  margin-bottom: 20px;
}
header .header-container .nav-box .nav-mid #lang {
  width: 125px;
  height: 29px;
  float: right;
  margin-left: 44px;
  margin-top: 34px;
  cursor: pointer;
}
header .header-container .nav-box .nav-mid #lang a {
  float: right;
  width: 125px;
  height: 29px;
  background: url("../img/cn.png") no-repeat center;
}
header .header-container .nav-box .nav-mid .navbar-nav {
  position: relative;
  display: inline-block;
}
header .header-container .nav-box .nav-mid .navbar-nav li {
  float: left;
  height: 70px;
  margin: 0 40px 0 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
}
header .header-container .nav-box .nav-mid .navbar-nav li a {
  min-width: 20px;
  font-size: 16px;
  font-family: "Microsoft YaHei UI";
  color: #898989;
  height: 70px;
  line-height: 59px;
  padding-bottom: 15px;
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
header .header-container .nav-box .nav-mid .navbar-nav li a::after {
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  content: "";
  display: block;
  height: 2px;
  background: #2878ff;
  position: absolute;
  bottom: 0;
  opacity: 0.3;
  left: -1px;
  width: calc(102%);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
header .header-container .nav-box .nav-mid .navbar-nav li a:hover::after {
  opacity: 1;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
header .header-container .nav-box .nav-mid .navbar-nav li a.active {
  border-bottom: 2px solid #2878ff;
  box-sizing: border-box;
  color: #434343;
}
header
  .header-container
  .nav-box
  .nav-mid
  .navbar-nav
  li
  a.active:hover::after {
  display: none;
}
header .header-container .nav-box .nav-mid .navbar-nav li.last {
  margin-right: 0;
}
header .header-container .nav-box .nav-mid .navbar-nav li.line-item {
  line-height: 87px;
  color: #999;
}

/*footer样式*/
/* footer{
    width: 100%;
    background-color: #fff; 
    padding-top: 40px;
    -webkit-box-shadow:0 0 10px rgba(204,204,204, .5); 
    -moz-box-shadow:0 0 10px rgba(204, 204, 204, .5);  
    box-shadow:0 0 10px rgba(204, 204, 204, .5);
} */

footer .footer-box {
  width: 90%;
  margin: 0 auto;
}

footer .footer-left {
  float: left;
  display: inline-block;
  margin-left: 10px;
  padding-left: 10%;
}

footer .footer-right {
  float: right;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10%;
}
footer .globle {
  display: inline-block;
  margin: 0 auto;
  width: 240px;
  height: 150px;
  background-image: url("../img/globle.png");
  background-repeat: no-repeat;
  background-size: contain;
}

footer ul {
  float: left;
  list-style: none;
  text-align: left;
}

footer ul li a {
  color: #555;
  font-size: 16px;
  line-height: 40px;
}

footer ul li a:hover {
  color: #2878ff;
  text-decoration: none;
}

footer ul .footer-contact {
  font-size: 14px;
  line-height: 30px;
  color: #898989;
}

footer ul:last-child {
  padding-top: 4px;
}

/*版权信息样式*/
.copy {
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.5); /*透明度绿色高亮*/
  -moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.5);
}
.copyright {
  padding-top: 15px;
  font-size: 12px;
}
.tech-support {
  padding-top: 15px;
  margin-right: 20px;
  font-size: 12px;
}

/*返回顶部按钮*/
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-image: url("../img/back2top.png");
  width: 40px;
  height: 40px;
  background-size: cover;
  color: #fff;
  border: none;
  border-radius: 20px;
  outline: none;
  background-color: #c7161e;
  -webkit-box-shadow: 2px 5px 20px gray;
  -moz-box-shadow: 2px 5px 20px gray;
  box-shadow: 2px 5px 20px gray;
  transition: box-shadow 0.2s ease-in;
}

.back-to-top:hover {
  -webkit-box-shadow: 0 10px 50px gray;
  -moz-box-shadow: 0 10px 50px gray;
  box-shadow: 0 10px 50px gray;
}

/*移动端菜单入口*/
header .header-container .nav-box .nav-mobile-menu {
  margin-top: 16px;
  float: right;
  display: none;
}
header .header-container .nav-box .nav-mobile-menu span {
  display: inline-block;
  width: 40px;
  height: 50px;
  background: url("../img/menu2.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}

/*移动端菜单sidebar*/
.sidebar {
  position: fixed;
  top: 0px;
  width: 200px;
  background-color: #c7161e;
  padding: 20px 0px;
  transition: right 0.2s;
  z-index: 1001;
  right: -200px;
}
.sidebar ul {
  margin: 0;
  padding: 0;
}

.sidebar ul li {
  line-height: 40px;
  list-style: none;
  padding: 0px 20px;
  text-align: center;
}

.sidebar ul li a {
  text-decoration: none;
  color: #fff;
}

.sidebar ul li:hover {
  background-color: #930000;
}

.sidebar ul li .active {
  color: #ff9900;
}
/*关灯遮罩*/
.mask {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
}

/*响应式媒体查询处理*/
@media screen and (max-width: 1200px) {
  .feature {
    width: 900px !important;
  }
}

@media screen and (max-width: 970px) {
  header .header-container .nav-box #lang {
    display: none;
  }
  .feature {
    width: 440px !important;
  }
  .feature-content {
    margin-left: 0px !important;
  }
  .org-group {
    width: 100% !important;
  }
}
@media screen and (max-width: 830px) {
  header .header-container .nav-box {
    width: 90%;
  }
  header .header-container .nav-box .nav-mid {
    display: none;
  }
  header .header-container .nav-box .nav-mobile-menu {
    display: block;
  }
}
/*移动端兼容*/
@media screen and (max-width: 740px) {
  .box-left {
    display: none !important;
  }
  .box-right {
    width: 100% !important;
  }
  .box-right-mid {
    padding: 20px !important;
  }
  .box {
    width: 90% !important;
  }
}

/*移动端banner兼容*/
@media screen and (max-width: 500px) {
  .banner img {
    height: 200px !important;
  }
  .banner h1 {
    font-size: 24px !important;
  }

  .feature {
    width: 90% !important;
  }
  .feature-content {
    width: 100% !important;
  }
  .org-container {
    display: none;
  }
}

.f1 {
  background-image: url("./../img/bgf.png");
  background-size: 100% 100%;
  height: 450px;
  display: flex;
  justify-content: space-evenly;
  padding-top: 70px !important;
  padding: 0 156px;
}

.f-item {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}
.f-item a {
  color: #fff;
}
.f-item > div {
  margin-bottom: 10px;
}
.f-item > div:first-child {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 50px;
}

.a1 {
  background-image: url("./../img/t_gy.jpg");
  background-size: 100% 100%;
  margin-top: 90px;
  height: 421px;
}
.a2 {
  background-image: url("./../img/t_fwzc.jpg");
  background-size: cover;
  height: 421px;
  margin-top: 90px;
  position: relative;
}
.a3 {
  background-image: url("./../img/t_fw.jpg");
  background-size: cover;
  height: 421px;
  margin-top: 90px;
  position: relative;
}
.a4 {
  background-image: url("./../img/t_xw.jpg");
  background-size: cover;
  height: 421px;
  margin-top: 90px;
  position: relative;
}
.a5 {
  background-image: url("./../img/t_cp.jpg");
  background-size: cover;
  height: 421px;
  margin-top: 90px;
  position: relative;
}
.a6 {
  background-image: url("./../img/t_jj.jpg");
  background-size: cover;
  height: 421px;
  margin-top: 90px;
  position: relative;
}
.tab-wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 200px;
  background-color: #2356a1;
}

.tab-container {
  display: flex;
  background-color: #2356a1;
}

.tab {
  flex-grow: 1;
  text-align: center;
  padding: 30px 50px;
  color: white;
  font-size: 16px;
  height: 85px;
  transition: background-color 0.3s;
}

.tab:hover {
  background-color: #fff;
  color: #2356a1;
  cursor: pointer;
}

.active {
  background-color: #fff;
  color: #2356a1;
}

.wz {
  color: #fff;
  display: flex;
  align-items: center;
  padding-right: 100px;
}
.a-content {
  background: #fff;
  padding: 50px 100px;
  padding-bottom: 0;
}

.g4 {
  font-size: 16px;
  line-height: 30px;
  text-indent: 32px;
}

.text1 {
  foont-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.hide {
  display: none;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b-content {
  background-image: url("./../img/a2.jpg");
  background-size: 100% 100%;
  height: 943px;
  padding: 100px 100px;
  padding-right: 0;
}
#jjfa .a-content {
  padding: 100px 157px;
}
.j1-item {
  margin-bottom: 88px;
}
.j1-item .left,
.j1-item .right {
  width: 328px !important;
  height: 328px !important;
}
.jj-name {
  font-size: 26px;
}
.jj-content {
  margin-top: 30px;
  font-size: 18px;
}
.jj-content p {
  margin: 0 !important;
}
.jj-content strong {
  font-weight: normal !important;
}

#cpzx .a-content {
  padding: 99px 156px;
}
#cpzx .tab-item {
  width: 304px;
  height: 99px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px !important;
}
#cpzx .tabs {
  margin-bottom: 99px;
}
#cpzx .product-item {
  width: 658px;
  height: 275px;
  /* margin-right: 52px; */
  margin-bottom: 52px;
  padding: 35px 36px;
}

header .header-container .nav-box .nav-mid .navbar-nav {
  padding-left: 110px !important;
}
.icon00 {
  margin-right: 20px;
  cursor: pointer;
}

.icon1 {
  width: 110px;
  height: 110px;
  background-image: url("./../img/icons.png");
  background-size: 500px;

  background-position: 0 582px;
  cursor: pointer;
}
.icon2 {
  background-position: 374px 582px;
}
.icon3 {
  background-position: 241px 582px;
}
.icon4 {
  background-position: 108px 582px;
}

.w-30 {
  width: 30%;
}

.c-content {
  background: #fff;
  padding: 50px 100px;
  padding-bottom: 0;
}
.ryzz-content {
  background-image: url("./../img/ryzz.jpg");
  background-size: 100% 100%;
  padding: 50px 100px;
  padding-bottom: 0;
}
.ry {
  width: 22%;
}
.ry img {
  width: 100%;
  height: 100%;
}

.gsyj {
  margin: 50px 0;
}
.gsyj table {
  width: 100%; /* 设置表格宽度为100% */
  border-collapse: collapse; /* 合并边框 */
}

.gsyj table,
th,
td {
  border: 1px solid #ccc; /* 设置边框颜色和宽度 */
}

.gsyj table tr:nth-child(even) {
  background-color: #e6e8f4; /* 设置偶数行的背景色为紫色 */
}

.gsyj th,
.gsyj td {
  padding: 16px; /* 设置单元格内的填充 */
  text-align: center; /* 设置文本居中 */
}

.a-title {
  text-align: center;
  font-size: 20px;
  color: #255aaa;
  font-weight: bold;
  margin-bottom: 20px;
}

input::placeholder {
  color: black !important; /* 设置占位符文字为黑色 */
}

textarea::placeholder {
  color: black !important; /* 设置占位符文字为黑色 */
}

.dizhi {
  line-height: 26px;
}

.rc-line {
  background: #ccc;
  height: 4px;
  margin-bottom: 20px;
  position: relative;
}
.rc-line > div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background: #24569d;
}

img {
  width: 100%;
  height: 100%;
}

.asd {
  border-collapse: collapse; /* 合并边框 */
  border: 0;
}
.asd td {
  padding: 16px;
}
.asd td,
.asd tr {
  border: 0; /* 设置边框宽度为0，去除边框 */
}

.overflow-ellipsis {
  width: 250px; /* 定义容器的宽度 */
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏超出容器的内容 */
  text-overflow: ellipsis; /* 设置超出文本显示为省略号 */
}

.overflow-ellipsis1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  /* width: 240px;  */
}
.p-content {
  -webkit-line-clamp: 3;
  width: auto;
}

.new-item {
  display: flex;
  margin-bottom: 30px;
  cursor: pointer;
}

.new-item > div:first-child {
  width: 300px;
  height: 158px;
  margin-right: 20px;
}

.new-item > div:last-child {
  border-bottom: 2px solid #ccc;
}

.new-title {
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}

.new-t {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}

.new-title::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 3px;
  left: 0;
  top: 10px;
  background: #255aaa;
}

.new-content {
  width: auto;
}

.new-click {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.new-btn {
  margin: 0 10px;
}

.new-item:hover .new-t {
  color: #255aaa;
}
.new-item:hover .new-btn {
  color: #255aaa;
}

.new-item:hover > div:last-child {
  border-bottom: 2px solid #255aaa;
}

#contentdetail .g4 {
  font-weight: bold;
  margin-bottom: 20px;
}

.tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-item {
  padding: 20px 100px;
  font-weight: bold;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
}

.tab-item.active {
  background: #255aaa;
  color: #fff;
}

.jjfa-img img {
  width: 23%;
  margin-right: 2%;
  height: auto;
}
#zp1 {
  justify-content: space-between;
}

/* .content .product-item:nth-child(even) {
  margin-left: 4%;
} */
.product-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  cursor: pointer;
}

.product-item .right {
  flex: 1;
}

.product-item .right img {
  max-width: 112%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product-item .left {
  width: 354px;
  margin-right: 35px;
}

.product-item .rc-line {
  height: 2px;
  margin-top: 20px;
}

.p-title {
  font-weight: bold;
  font-size: 22px;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-item .p-content {
  color: #221815;
  font-weight: 400;
  line-height: 35px;
}
.product-item .p-content p {
  font-size: 16px;
}
.product-item:hover .p-title {
  color: #255aaa;
}

#contentdetail1 {
  background: #fff;
  margin-top: 50px;
}

.btn-title {
  color: #fff;
  background: #255aaa;
  padding: 10px 20px;
  display: inline-block;
}

.p-a {
  cursor: pointer;
}

.p-a:hover {
  border: 1px solid #255aaa !important;
}

.p-a.active {
  border: 2px solid #255aaa !important;
}

#contentdetail1 .g4 {
  font-weight: bold;
}

.cp {
  padding: 0 50px;
}

.cp table {
  width: 100%; /* 设置表格宽度为100% */
  border-collapse: collapse; /* 合并边框 */
}

.cp table,
th,
td {
  border: 1px solid #ccc; /* 设置边框颜色和宽度 */
}

.cp table tr:nth-child(odd) {
  background-color: #d8eaf9; /* 设置偶数行的背景色为紫色 */
}

.cp th,
.cp td {
  padding: 10px; /* 设置单元格内的填充 */
}

.tab1 {
  display: flex;
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
}

.tab1 > div {
  width: 33%;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 10px;
}

.tab1 > div span {
  padding: 9px;
}

.tab1 > div.active {
  color: #255aaa;
}

.tab1 > div.active span {
  border-bottom: 4px solid #255aaa;
}

#j1 > div {
  cursor: pointer;
}

#pagination-nav button {
  width: 26px;
  height: 26px;
  margin-right: 6px;
}

#lxwm {
  background-image: url("./../img/lxwm.jpg");
  background-size: 100% 100%;
}

@media screen and (max-width: 1440px) {
  .gsmz {
    font-size: 22px;
  }
  .xiala {
    height: 228px;
    padding: 42px 222px;
  }
  .xlcd a {
    font-size: 14px;
    padding-bottom: 12px;
    margin-right: 38px;
  }

  .xltp1 {
    width: 226px;
    height: 143px;
  }

  .xltp2 {
    width: 163px;
    height: 142px;
  }

  .xltp3 {
    width: 225px;
    height: 143px;
  }

  .xltp4 {
    width: 225px;
    height: 143px;
  }

  .xltp5 {
    width: 225px;
    height: 143px;
  }
  header .header-container .nav-box .nav-left #logo_top {
    width: 147px !important;
    height: 43px !important;
  }
  header .header-container {
    height: 85px !important;
  }
  header .header-container .nav-box {
    height: 85px !important;
  }
  .banner {
    top: 85px !important;
    margin-bottom: 85px !important;
  }
  header .header-container .nav-box .nav-mid {
    /* width: calc(100% - 250px) !important; */
  }
  header .header-container .nav-box .nav-mid .navbar-nav {
    padding-left: 3% !important;
  }
  header .header-container .nav-box .nav-mid #lang {
    margin-left: 0 !important;
  }
  #b1 img {
    height: 516px !important;
  }
  header .header-container .nav-box .nav-mid .navbar-nav li a {
    line-height: 46px !important;
    height: 60px !important;
  }
  header .header-container .nav-box .nav-mid #lang {
    margin-top: 28px !important;
  }
  .product-center {
    height: 810px !important;
    padding: 0 134px !important;
    padding-top: 77px !important;
  }
  .p-1 {
    margin: 90px 0 73px !important;
  }
  .cp-item {
    width: 260px !important;
  }
  .cp-item img {
    height: 320px !important;
  }
  .cp-text {
    height: 102px !important;
    font-size: 18px !important;
    padding: 29px 71px !important;
  }
  .cp-1 {
    font-size: 16px !important;
    height: 320px !important;
    padding: 0 40px !important;
  }
  .cp-2 {
    font-size: 14px !important;
    height: 102px !important;
    padding: 0 10px !important;
  }
  .jjfa {
    height: 810px !important;
    padding: 0 134px !important;
  }
  .j-1 {
    padding: 75px 0 89px !important;
    font-size: 27px !important;
  }
  .j-2 {
    margin-bottom: 87px !important;
    font-size: 16px !important;
  }
  .p-top > .text-blue {
    font-size: 27px !important;
  }
  #p2， #p3 {
    top: 184px !important;
  }
  .jjfa-item {
    width: 260px !important;
  }

  .jjfa-item img {
    height: 241px !important;
  }
  .jjfa-text {
    height: 76px !important;
    font-size: 19px !important;
  }
  .gsjj {
    height: 810px !important;
    padding: 0 134px !important;
  }
  .g1 {
    padding: 70px 0 75px !important;
    font-size: 27px !important;
  }
  .g3 {
    font-size: 16px !important;
    margin-bottom: 40px !important;
  }
  .g4 {
    font-size: 14px !important;
    line-height: 35px !important;
  }
  .gl {
    height: 480px !important;
  }
  .gr {
    width: 587px !important;
    height: 480px !important;
  }
  .gr img {
    height: 480px !important;
  }
  .index-solutions .main-width {
    height: 105px !important;
  }
  .index-solutions ul li {
    width: 118px !important;
    height: 105px !important;
  }
  .index-solutions ul li .text h3 {
    font-size: 12px !important;
  }
  .index-solutions ul li .text {
    padding-top: 78px !important;
  }
  .index-solutions ul li i {
    top: 22px !important;
  }
  .gswh {
    height: 810px !important;
    padding: 0 134px !important;
  }
  .xwzx {
    height: 810px !important;
    padding: 0 134px !important;
  }
  .text-blue {
    font-size: 27px !important;
    padding-top: 40px !important;
    margin-bottom: 40px !important;
  }
  #x-p-1 {
    height: 335px !important;
  }
  #x-p-2 {
    height: 335px !important;
  }
  .xx {
    width: 285px !important;
    height: 170px !important;
    padding: 16px !important;
  }
  .xx-2 {
    height: 170px !important;
  }
  #x2,
  #x3 {
    top: 105px !important;
  }
  .p-3 {
    padding: 40px 0 !important;
  }
  .lxwm {
    height: 196px !important;
  }
  .lxwm1 {
    font-size: 23px !important;
  }
  .lxwm2 {
    font-size: 38px !important;
  }
  .lxwm .btn-3 {
    width: 98px !important;
    height: 48px !important;
    font-size: 16px !important;
    line-height: 48px !important;
  }
  .a1,
  .a2,
  .a3,
  .a4,
  .a5,
  .a6 {
    height: 361px !important;
    margin-top: 85px;
  }

  #cpzx {
    .tab-item {
      padding: 20px 50px !important;
    }
  }
  .a-content {
    padding: 44px 134px !important;
  }

  .j1-item .left,
  .j1-item .right {
    width: 281px !important;
    height: 281px !important;
  }
  .tech-support {
    padding-top: 15px;
    margin-right: 20px;
    font-size: 12px;
  }
  #cpzx .product-item {
    width: 564px;
    height: 236px;
    margin-bottom: 59px;
    padding: 30px 31px;
  }
  .product-item .left {
    width: 304px;
    margin-right: 40px;
  }
  .p-title {
    font-size: 22px;
    height: 52px;
  }
  .product-item .p-content {
    line-height: 30px;
  }
  .product-item .p-content p {
    font-size: 16px;
  }
  .product-item .rc-line {
    height: 3px;
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .tab-wraper {
    padding-left: 120px;
  }
}

@media screen and (max-width: 1280px) {
  .tab-wraper {
    padding-left: 70px;
  }
  #cpzx .tab {
    width: 220px !important;
    padding: 30px !important;
  }
  #cpzx .xlitem {
    width: 220px !important;
  }
  #cpzx .cpxl {
    max-width: 220px !important;
  }
  .gsmz {
    font-size: 19px;
  }
  .xiala {
    height: 304px;
    padding: 37px 197px;
  }
  .xlcd a {
    font-size: 12px;
    padding-bottom: 11px;
    margin-right: 33px;
  }

  .xltp1 {
    width: 201px;
    height: 127px;
  }

  .xltp2 {
    width: 145px;
    height: 126px;
  }

  .xltp3 {
    width: 200px;
    height: 127px;
  }

  .xltp4 {
    width: 200px;
    height: 127px;
  }

  .xltp5 {
    width: 200px;
    height: 127px;
  }
  header .header-container .nav-box .nav-left #logo_top {
    width: 131px !important;
    height: 39px !important;
  }
  header .header-container {
    height: 75px !important;
  }
  header .header-container .nav-box {
    height: 75px !important;
  }
  .banner {
    top: 75px !important;
    margin-bottom: 75px !important;
  }
  header .header-container .nav-box .nav-mid #lang {
    margin-left: 0 !important;
    margin-top: 26px !important;
  }
  header .header-container .nav-box .nav-mid .navbar-nav {
    padding-left: 0px !important;
  }
  header .header-container .nav-box .nav-mid .navbar-nav li {
    margin-right: 20px !important;
  }
  header .header-container .nav-box .nav-mid .navbar-nav li a {
    font-size: 12px !important;
  }
  #b1 img {
    height: 459px !important;
  }
  header .header-container .nav-box .nav-mid .navbar-nav li a {
    line-height: 40px !important;
    height: 54px !important;
  }
  .product-center {
    height: 720px !important;
    padding: 0 119px !important;
    padding-top: 69px !important;
  }
  .p-1 {
    margin: 80px 0 65px !important;
  }
  .cp-item {
    width: 231px !important;
  }
  .cp-item img {
    height: 285px !important;
  }
  .cp-text {
    height: 91px !important;
    font-size: 16px !important;
    padding: 26px 63px !important;
  }
  .cp-1 {
    font-size: 14px !important;
    height: 285px !important;
    padding: 0 30px !important;
  }
  .cp-2 {
    font-size: 12px !important;
    height: 91px !important;
    padding: 0 8px !important;
  }
  .jjfa {
    height: 720px !important;
    padding: 0 119px !important;
  }
  .j-1 {
    padding: 67px 0 79px !important;
    font-size: 24px !important;
  }
  .j-2 {
    margin-bottom: 77px !important;
    font-size: 14px !important;
  }
  .p-top > .text-blue {
    font-size: 24px !important;
  }
  #p2， #p3 {
    top: 158px !important;
  }
  .jjfa-item {
    width: 231px !important;
  }

  .jjfa-item img {
    height: 215px !important;
  }
  .jjfa-text {
    height: 68px !important;
    font-size: 17px !important;
  }
  .gsjj {
    height: 720px !important;
    padding: 0 119px !important;
  }
  .g1 {
    padding: 50px 0 55px !important;
    font-size: 24px !important;
  }
  .g3 {
    font-size: 14px !important;
    margin-bottom: 40px !important;
  }
  .g4 {
    font-size: 12px !important;
    line-height: 30px !important;
  }
  .gl {
    height: 427px !important;
  }
  .gr {
    width: 522px !important;
    height: 427px !important;
  }
  .gr img {
    height: 427px !important;
  }
  .index-solutions .main-width {
    height: 90px !important;
  }
  .index-solutions ul li {
    width: 100px !important;
    height: 90px !important;
  }
  .index-solutions ul li .text h3 {
    font-size: 10px !important;
  }
  .index-solutions ul li .text {
    padding-top: 68px !important;
  }
  .index-solutions ul li i {
    top: 22px !important;
  }
  .index-solutions ul li i {
    width: 30px !important;
    height: 30px !important;
  }
  .gswh {
    height: 720px !important;
    padding: 0 119px !important;
  }
  .xwzx {
    height: 720px !important;
    padding: 0 119px !important;
  }
  .text-blue {
    font-size: 24px !important;
    padding-top: 25px !important;
    margin-bottom: 25px !important;
  }
  #x-p-1 {
    height: 298px !important;
  }
  #x-p-2 {
    height: 298px !important;
  }
  .xx {
    width: 235px !important;
    height: 145px !important;
    padding: 12px !important;
  }
  .xx-2 {
    height: 145px !important;
  }
  #x2,
  #x3 {
    top: 83px !important;
  }
  .p-3 {
    padding: 28px 0 !important;
  }
  .xx .overflow-ellipsis {
    font-size: 14px !important;
  }
  .xx .overflow-ellipsis1 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .lxwm {
    height: 174px !important;
  }
  .lxwm1 {
    font-size: 20px !important;
  }
  .lxwm2 {
    font-size: 33px !important;
  }
  .lxwm .btn-3 {
    width: 87px !important;
    height: 43px !important;
    font-size: 14px !important;
    line-height: 43px !important;
  }

  .a1,
  .a2,
  .a3,
  .a4,
  .a5,
  .a6 {
    height: 321px !important;
    margin-top: 75px;
  }

  #cpzx {
    .tab-item {
      padding: 18px 40px !important;
    }
  }

  .a-content {
    padding: 39px 115px !important;
  }

  .j1-item .left,
  .j1-item .right {
    width: 250px !important;
    height: 250px !important;
  }

  #cpzx .product-item {
    width: 501px;
    height: 209px;
    margin-bottom: 59px;
    padding: 27px;
  }
  .product-item .left {
    width: 270px;
    margin-right: 40px;
  }
  .p-title {
    font-size: 19px;
    height: 46px;
  }
  .product-item .p-content {
    line-height: 27px;
  }
  .product-item .p-content p {
    font-size: 14px;
  }
  .product-item .rc-line {
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#aboutus .b-content {
  padding: 105px 157px;
}

#aboutus .w-30 {
  justify-content: center;
}

#aboutus .w-30 > div {
  width: 250px;
}
.container {
  width: 100vw;
}
.ftb {
  padding-left: 156px;
}

.wz a {
  color: #fff;
}
#cpzx .tab {
  width: 248px;
}
.cpxl {
  position: absolute;
  top: 85px;
  left: 200px;
  z-index: 888;
  max-height: 370px;
  overflow: auto;
  background: #fff;
  max-width: 248px;
  /* max-width: 992px; */
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.cpxl .xlitem {
  width: 248px;
  height: 74px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px 31px;
  box-sizing: border-box; /* 1 */
  cursor: pointer;
}
.gsmz {
  font-size: 18px;
}
@media screen and (min-width: 1681px) {
  .gsmz {
    font-size: 24px;
  }
  .xiala {
    height: 304px;
    padding: 56px 296px;
  }
  .xlcd a {
    font-size: 18px;
    padding-bottom: 16px;
    margin-right: 48px;
  }

  .xltp1 {
    width: 301px;
    height: 191px;
  }

  .xltp2 {
    width: 217px;
    height: 189px;
  }

  .xltp3 {
    width: 300px;
    height: 190px;
  }

  .xltp4 {
    width: 300px;
    height: 190px;
  }

  .xltp5 {
    width: 300px;
    height: 190px;
  }

  .a1,
  .a2,
  .a3,
  .a4,
  .a5,
  .a6 {
    height: 481px !important;
    margin-top: 90px;
  }
  header .header-container .nav-box .nav-mid .navbar-nav {
    padding-left: 20% !important;
  }
  .b-content {
    height: 1078px;
  }
  footer,
  .f1 {
    height: 488px !important;
  }
  .f-item > div {
    font-size: 18px;
  }
  .f-item > div:first-child {
    font-size: 21px;
  }
  .f1 {
    padding: 0 178px;
    padding-top: 66px !important;
  }
  #aboutus .b-content {
    padding: 105px 157px;
  }
  .container {
    width: 1920px;
  }
  .ftb {
    padding-left: 178px;
  }
  .copyright {
    font-size: 18px;
  }

  #aboutus .w-30 {
    width: 450px;
  }

  #aboutus #zhanlve {
    justify-content: flex-end;
  }

  #aboutus #gongzuo {
    justify-content: flex-end;
  }

  #aboutus #name2 {
    font-size: 36px !important;
    padding-left: 3% !important;
  }

  #aboutus .name2 {
    font-size: 30px !important;
  }
  .qp1 {
    width: 98px;
    height: 101px;
  }
  .qp2 {
    width: 81px;
    height: 109px;
  }
  .qp3 {
    width: 102px;
    height: 103px;
  }
  .qp4 {
    width: 103px;
    height: 106px;
  }
  .qp5 {
    width: 102px;
    height: 92px;
  }
  .qp6 {
    width: 97px;
    height: 92px;
  }

  #aboutus .name3 {
    font-size: 21px !important;
    margin-top: 19px;
    line-height: 30px;
  }

  #aboutus .w-30 {
    justify-content: center;
  }

  #aboutus .w-30 > div {
    width: 350px;
  }
  #jjfa .a-content {
    padding: 114px 179px;
  }
  .j1-item {
    margin-bottom: 100px;
  }
  .j1-item .left,
  .j1-item .right {
    width: 375px !important;
    height: 375px !important;
  }
  .jj-name {
    font-size: 30px;
  }
  .jj-content {
    margin-top: 30px;
    font-size: 21px;
  }

  #cpzx .a-content {
    padding: 113px 178px;
  }
  #cpzx .tab-item {
    width: 347px;
    height: 113px;
    font-size: 29px !important;
  }
  #cpzx .tabs {
    margin-bottom: 113px;
  }
  #cpzx .product-item {
    width: 752px;
    height: 314px;
    margin-bottom: 59px;
    padding: 40px 41px;
  }
  .product-item .left {
    width: 405px;
    margin-right: 40px;
  }
  .p-title {
    font-size: 30px;
    height: 69px;
  }
  .product-item .p-content {
    line-height: 40px;
  }
  .product-item .p-content p {
    font-size: 21px;
  }
  .product-item .rc-line {
    height: 3px;
    margin-top: 28px;
  }
  #pagination-nav button {
    width: 35px;
    height: 35px;
  }

  .tech-support {
    padding-top: 15px;
    margin-right: 40px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1921px) {
  header .header-container .nav-box .nav-mid .navbar-nav {
    padding-left: 30% !important;
  }
  .tech-support {
    padding-top: 15px;
    margin-right: -40px;
    font-size: 18px;
  }
}

@media screen and (max-width: 740px) {
  #wenzi {
    left: 35px !important;
    top: 100px !important;
  }
  #wenzi .w1 {
    font-size: 16px !important;
    margin-bottom: 18px;
  }
  #wenzi .w2 {
    font-size: 24px !important;
    font-weight: bold;
    margin-bottom: 29px;
  }
  .swiper-pagination-bullet {
    width: 20px !important;
  }
  .gb {
    flex-wrap: wrap;
  }
  .gl {
    padding-right: 0 !important;
  }
  .gsmz {
    font-size: 19px;
  }
  .index-solutions {
    position: relative !important;
  }
  .index-solutions .main-width {
    overflow: unset !important;
  }
  .xiala {
    height: 304px;
    padding: 37px 197px;
  }
  .xlcd a {
    font-size: 12px;
    padding-bottom: 11px;
    margin-right: 33px;
  }

  .xltp1 {
    width: 201px;
    height: 127px;
  }

  .xltp2 {
    width: 145px;
    height: 126px;
  }

  .xltp3 {
    width: 200px;
    height: 127px;
  }

  .xltp4 {
    width: 200px;
    height: 127px;
  }

  .xltp5 {
    width: 200px;
    height: 127px;
  }
  header .header-container .nav-box .nav-left #logo_top {
    width: 131px !important;
    height: 39px !important;
  }
  header .header-container {
    height: 75px !important;
  }
  header .header-container .nav-box {
    height: 75px !important;
  }
  .banner {
    top: 75px !important;
    margin-bottom: 75px !important;
  }
  header .header-container .nav-box .nav-mid #lang {
    margin-left: 0 !important;
    margin-top: 26px !important;
  }
  header .header-container .nav-box .nav-mid .navbar-nav {
    padding-left: 0px !important;
  }
  header .header-container .nav-box .nav-mid .navbar-nav li {
    margin-right: 20px !important;
  }
  header .header-container .nav-box .nav-mid .navbar-nav li a {
    font-size: 12px !important;
  }
  #b1 img {
    height: 375px !important;
  }
  header .header-container .nav-box .nav-mid .navbar-nav li a {
    line-height: 40px !important;
    height: 54px !important;
  }
  .product-center {
    height: 720px !important;
    padding: 0 20px !important;
    padding-top: 29px !important;
  }
  .p-1 {
    margin: 0 !important;
    flex-wrap: wrap;
  }
  .p-2 {
    width: 100% !important;
  }
  #ts1 {
    margin: 20px auto !important;
  }

  .cp-item {
    width: 100% !important;
  }
  .cp-item img {
    height: 285px !important;
  }
  .cp-text {
    height: 91px !important;
    font-size: 17px !important;
  }
  .cp-1 {
    font-size: 14px !important;
    height: 285px !important;
    padding: 0 30px !important;
  }
  .cp-2 {
    font-size: 12px !important;
    height: 91px !important;
    padding: 0 8px !important;
  }
  .jjfa {
    height: 1430px !important;
    padding: 0 20px !important;
  }
  .j-1 {
    padding: 47px 0 30px !important;
    font-size: 24px !important;
  }
  #s1 {
    flex-wrap: wrap;
  }
  .f1 {
    height: auto !important;
    padding: 20px 30px !important;
    display: block !important;
    padding-bottom: 80px !important;
    background-size: 100% 118% !important;
  }
  .container {
    bottom: 0 !important;
    background: #23569a;
    padding: 0 30px !important;
  }
  .copyright {
    text-align: center;
  }
  .container a {
    display: block;
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .f1 a {
    color: #fff !important;
  }
  .f1 .mb-item > div {
    margin: 10px 0;
  }
  .ftb {
    padding: 0 !important;
  }
  .j-2 {
    margin-bottom: 37px !important;
    font-size: 14px !important;
  }
  .p-top > .text-blue {
    font-size: 24px !important;
  }
  #p2， #p3 {
    top: 158px !important;
  }
  .jjfa-item {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .jjfa-item img {
    height: 215px !important;
  }
  .jjfa-text {
    height: 68px !important;
    font-size: 17px !important;
  }
  .gsjj {
    padding: 0 20px !important;
    height: auto !important;
  }
  .g1 {
    padding: 40px 0 25px !important;
    font-size: 24px !important;
  }
  .g3 {
    font-size: 14px !important;
    margin-bottom: 40px !important;
  }
  .g4 {
    font-size: 12px !important;
    line-height: 30px !important;
  }
  .gl {
    height: 570px !important;
  }
  .gr {
    width: 100% !important;
    height: 330px !important;
  }
  .gr img {
    width: 100% !important;
    height: 300px !important;
  }
  .index-solutions .main-width {
    height: 180px !important;
  }
  .index-solutions ul li {
    width: 48% !important;
    height: 90px !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  .index-solutions ul li:nth-child(2n - 1) {
    margin-right: 4% !important;
  }
  .index-solutions ul li .text h3 {
    font-size: 10px !important;
  }
  .jj-name {
    font-size: 18px;
  }
  .jj-content {
    font-size: 16px;
  }
  .index-solutions ul li .text {
    padding-top: 68px !important;
  }
  .index-solutions ul li i {
    top: 22px !important;
  }
  .index-solutions ul li i {
    width: 30px !important;
    height: 30px !important;
  }
  .gswh {
    height: 720px !important;
    padding: 0 119px !important;
  }
  .xwzx {
    height: auto !important;
    padding: 0 20px 40px !important;
  }
  .text-blue {
    font-size: 24px !important;
    padding-top: 25px !important;
    margin-bottom: 25px !important;
  }

  #x-p-1 {
    height: 298px !important;
  }
  #x-p-2 {
    height: 298px !important;
  }
  .xx {
    width: 235px !important;
    height: 145px !important;
    padding: 12px !important;
  }
  .xx-2 {
    height: 145px !important;
  }
  #x2,
  #x3 {
    top: 83px !important;
  }
  .p-3 {
    padding: 28px 0 !important;
  }
  .xx .overflow-ellipsis {
    font-size: 14px !important;
  }
  .xx .overflow-ellipsis1 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  #mb2 {
  }
  #mb2 .xx {
    width: 100% !important;
  }
  .lxwm .w-80 {
    padding: 0 20px !important;
    flex-wrap: wrap;
  }
  .lxwm {
    height: 174px !important;
  }
  .lxwm1 {
    font-size: 16px !important;
    margin-right: 30px;
  }
  .lxwm2 {
    font-size: 23px !important;
  }
  .lxwm .btn-3 {
    width: 187px !important;
    height: 43px !important;
    font-size: 16px !important;
    line-height: 43px !important;
    margin-top: 20px;
  }
  #lang19 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .a1,
  .a2,
  .a3,
  .a4,
  .a5,
  .a6 {
    height: 200px !important;
    margin-top: 75px;
  }

  #cpzx {
    .tab-item {
      padding: 18px 40px !important;
    }
  }

  .a-content,
  .b-content {
    padding: 40px 20px !important;
  }
  .j1-item {
    margin-bottom: 30px;
  }
  .j1-item .left,
  .j1-item .right {
    width: 50% !important;
    height: 200px !important;
  }

  .tab-wraper {
    padding-left: 0;
    width: 100vw;
  }
  .tab-container {
    width: 100%;
  }
  .tab {
    padding: 0;
    height: 40px;
    line-height: 40px;
    flex: 1;
    font-size: 12px;
  }
  .wz,
  .ab {
    display: none;
  }
  .counter {
    font-size: 23px !important;
  }
  #about1 {
    padding: 10px 20px !important;
    font-size: 12px !important;
  }
  #ab3,
  #ab4 {
    flex-wrap: wrap;
    margin-top: 0 !important;
  }
  #ab4 {
  }
  .icon00 {
    width: 60px;
  }
  #name2 {
    margin-bottom: 20px;
  }
  .name2 {
    font-size: 14px !important;
  }
  .w-30 {
    width: 100%;
    margin-bottom: 20px;
  }
  .b-content {
    height: 700px;
  }
  .ryzz-content {
    padding: 40px 20px 0 !important;
  }
  #content4 .c-content {
    padding: 0 !important;
  }
  #dalei .tab {
    font-size: 10px !important;
  }
  .cpxl {
    top: 40px;
    max-width: calc(100vw / 4) !important;
    max-height: 200px;
  }
  .xlitem {
    width: calc(100vw / 4) !important;
    font-size: 10px !important;
    padding: 10px !important;
  }
  .product-item {
    width: 100% !important;
  }
  #pagination-nav {
    margin: 0 !important;
  }
  .product-item .left {
    margin-right: 0 !important;
  }
  #cpdetail {
    background: #efefef;
  }

  #cpdetail .tab-wraper {
    display: none;
  }

  #cpdetail .a-content {
    padding-top: 0 !important;
  }
  #jjdetail #contentdetail1 .a-content {
    padding: 0 10px !important;
    padding-top: 20px !important;
  }
  #jjdetail #contentdetail1 {
    margin-top: 0px !important;
  }
  #cpdetail #contentdetail1 .a-content {
    padding: 0 10px !important;
    padding-top: 20px !important;
  }
  #cpdetail .cccccc {
    flex-wrap: wrap;
  }
  #cpdetail .cccccc .left {
    flex-wrap: wrap;
  }
  #cpdetail .cp,
  #jjdetail .cp {
    padding: 0 !important;
  }
  #cpdetail .lll {
    width: 100%;
  }
  #cpdetail .rrr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }

  #jjfa .tab-wraper {
    display: none;
  }
  .new-item {
    flex-wrap: wrap;
  }
  .new-item > div:first-child {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
  .new-item > div:last-child {
    flex: 1;
  }
  #detail-box {
    flex-wrap: wrap;
  }
  #x-left {
    flex-wrap: wrap;
  }
  #x-left > div {
    width: 100% !important;
    padding: 0 !important;
  }
  #r1 {
    flex-wrap: wrap;
  }
  #r1 > div {
    width: 100% !important;
    margin-bottom: 50px !important;
  }

  #contactus #name {
    margin-bottom: 30px;
  }

  #contactus #address {
    margin-bottom: 30px;
  }

  #lxwm #llxxx {
    flex-wrap: wrap;
  }
  #lx111 {
    width: 100% !important;
    margin-bottom: 30px;
  }
  #llxxx .lx222 {
    width: 100% !important;
  }
}
