.w1400 {
  width: 1400px;
  margin: auto;
}
header .head-info {
  height: 40px;
}
header .head-info h6 {
  font-size: 0.875rem;
  color: #666;
}
header .head-info .icon {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
  overflow: hidden;
  color: #666;
  margin-right: 4px;
}
header .head-info p {
  font-size: 0.875rem;
  color: #666;
  line-height: 40px;
  margin-left: 1rem;
  position: relative;
}
header .head-info p img{
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  width: 92px;
  height: 92px;
  display: none;
}
header .head-info p:hover img{
  display: block;
}
header .head-info .tel{
  font-size: 1rem;
  color: #0095d8;
}
header .head-info .tel h4{
  padding: 0 4px;
  position: relative;
}
header .head-info .tel .lat{
  padding: 0 8px;
}
header .head-info .tel .lat::before{
  content: '/';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  color: #0095d8;
  font-weight: bold;
}
header .head-info h4 {
  font-size: 1rem;
  color: #0095d8;
}
header .head-nav {
  height: 90px;
}
header .head-nav .logo p {
  font-size: 0.875rem;
  color: #666;
}
header .head-nav ul li {
  margin-left: 40px;
}
header .head-nav ul li a {
  font-size: 1rem;
  color: #666;
}
header .head-nav ul li:hover a,
header .head-nav ul li.active a {
  color: #0095d8;
  font-weight: bold;
}
header .head-nav ul li:first-child {
  margin-left: 0;
}
header .head-nav .menu .icon {
  width: 30px;
  height: 30px;
  fill: currentColor;
  overflow: hidden;
  color: #333;
}
.menu-container-mask {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}
.menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.top-menu-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.top-menu-list.active {
  transform: translateX(-100%);
}
.top-menu-list > li {
  height: 48px;
  line-height: 48px;
  padding-right: 1rem;
}
.top-menu-list > li li:first-child,
.top-menu-list > li:first-child {
  height: 45px;
}
.top-menu-list > li li:first-child > a,
.top-menu-list > li:first-child > a {
  background-color: #f7f7f7;
  height: 45px;
}
.top-menu-list > li a {
  padding: 0 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: #666;
}
.top-menu-list > li .icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  overflow: hidden;
  color: #666;
}
.top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  height: 100%;
  display: none;
}
.top-menu-list ul.active {
  display: block;
}
/*公共样式*/
.bk-f2 {
  background: #f5f5f5;
}
.font-36 {
  font-size: 36px;
}
.ho-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
  max-height: 100%;
}
.ho-title h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}
.ho-title span {
  width: 52px;
  height: 3px;
  background: #0095d8;
}
.ho-nav li {
  margin: 0 1rem;
}
.ho-nav li a {
  font-size: 1rem;
  color: #666;
}
.ho-nav li a:hover {
  color: #0095d8;
  font-weight: bold;
}
.swiper-common-prev {
  position: absolute;
  top: 140px;
  width: 66px;
  height: 90px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
  --swiper-navigation-size: 30px;
  color: #f1f1f1;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.swiper-common-prev .icon{
  width: 20px;
  height: 20px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}
.swiper-common-prev:hover {
  background: #0095d8;
}
.swiper-common-next {
  position: absolute;
  top: 140px;
  width: 66px;
  height: 90px;
  right: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
  --swiper-navigation-size: 30px;
  color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.swiper-common-next .icon{
  width: 20px;
  height: 20px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}
.swiper-common-next:hover {
  background: #0095d8;
}
.swiper-pagination span {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px #bbb solid;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #0095d8;
  border: 1px #0095d8 solid;
}
.btn a {
  margin: 0 1.4rem;
  font-size: 1rem;
  color: #666;
}
.btn a .icon {
  width: 12px;
  height: 12px;
  fill: currentColor;
  overflow: hidden;
  color: #666;
}
.btn a:hover {
  color: #0095d8;
}
.btn a:hover .icon {
  color: #0095d8;
}
.line {
  background: #0095d8;
  height: 3px;
  width: 52px;
}
.left-prev {
  left: -60px;
  font-weight: bold;
  color: #aaaaaa;
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}
.left-prev:hover {
  color: #0095d8;
}
.right-next {
  right: -60px;
  font-weight: bold;
  color: #aaaaaa;
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}
.right-next:hover {
  color: #0095d8;
}
/*首页banner*/
.home-banner img {
  width: 100%;
  display: block;
}
.home-solution .solution-container .swiper-slide {
  height: 370px;
  position: relative;
  overflow: hidden;
}
.home-solution .solution-container .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.home-solution .solution-container .swiper-slide .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.home-solution .solution-container .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
}
.home-solution .solution-container .swiper-slide .text h3 {
  font-size: 1.5rem;
  color: #fff;
}
.home-solution .solution-container .swiper-slide .text p {
  width: 100%;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5rem;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.home-solution .solution-container .swiper-slide .text span {
  width: 40px;
  height: 40px;
  border: 1px #fff solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s;
}
.home-solution .solution-container .swiper-slide .text span .icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}
.home-solution .solution-container .swiper-slide .text span:hover {
  transform: translateX(10px);
}
.home-solution .solution-container .swiper-slide h4 {
  position: absolute;
  bottom: 2rem;
  width: 50%;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
}
.home-solution .solution-container .swiper-common-prev{
  top: calc(50% - 45px);
}
.home-solution .solution-container .swiper-common-next{
  top: calc(50% - 45px);
}
.home-solution .solution-container .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.home-solution .solution-container .swiper-slide-active .text {
  opacity: 1;
}
.home-solution .solution-container .swiper-slide-active h4 {
  opacity: 0;
}
.home-solution .solution-container .swiper-slide-prev h4 {
  right: 0;
}
.home-solution .solution-container .swiper-slide-next h4 {
  left: 0;
}

.home-product {
  background: #f5f5f5;
}
.home-product .content {
  position: relative;
}
.home-product .content .swiper-product-prev {
  position: absolute;
  top: 210px;
  left: -60px;
  font-weight: bold;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-product .content .swiper-product-prev .icon{
  width: 30px;
  height: 30px;
  fill: currentColor;
  overflow: hidden;
  color: #aaaaaa;
}
.home-product .content .swiper-product-prev:hover .icon{
  color: #0095d8;
}
.home-product .content .swiper-product-next {
  position: absolute;
  top: 210px;
  right: -60px;
  font-weight: bold;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-product .content .swiper-product-next .icon{
  width: 30px;
  height: 30px;
  fill: currentColor;
  overflow: hidden;
  color: #aaaaaa;
}
.home-product .content .swiper-product-next:hover .icon{
  color: #0095d8;
}
.home-product .product-pagination {
  position: relative;
}
.home-product .product-pagination span {
  margin: 0 2px;
}
.home-product .swiper-slide {
  padding: 4px;
}
.home-product .item {
  background: #fff;
  transition: z-index 0.5s, box-shadow 0.5s, transform 0.5s;
}
.home-product .item .img {
  height: 248px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-product .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.home-product .item h3 {
  font-size: 1.125rem;
  color: #333;
}
.home-product .item span {
  padding: 4px 10px;
  font-size: 0.875rem;
  color: #999;
  border-bottom: 1px #999 solid;
  position: relative;
}
.home-product .item span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  bottom: -1px;
  background: #0095d8;
  height: 1px;
  overflow: hidden;
  transition: width 0.5s;
}
.home-product .item span .icon {
  width: 10px;
  height: 10px;
  fill: currentColor;
  overflow: hidden;
  color: #999;
  margin-bottom: 2px;
}
.home-product .item span:hover {
  color: #0095d8;
}
.home-product .item span:hover .icon {
  color: #0095d8;
}
.home-product .item span:hover::before {
  width: 100%;
}
.home-product .item:hover {
  z-index: 2;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.home-product .item:hover h3 {
  color: #0095d8;
}
.home-case .swiper-case-prev {
  top: 107px;
}
.home-case .swiper-case-next {
  top: 107px;
}
.home-case .item .img {
  height: 280px;
  overflow: hidden;
  position: relative;
}
.home-case .item h3 {
  font-size: 1.125rem;
  color: #333;
}
.home-case .item p {
  font-size: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #666;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}
.home-case .item:hover img {
  transform: scale(1.1);
}
.home-case .item:hover h3 {
  color: #0095d8;
}
.home-case .case-pagination {
  position: relative;
}
.home-adv {
  position: relative;
  height: 840px;
}
.home-adv .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.home-adv .content .item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(3rem);
  transition: 0.5s;
}
.home-adv .content .item span {
  font-size: 7.5rem;
  color: rgba(255, 255, 255, 0.1);
  line-height: 5rem;
  transform: translateY(1rem);
}
.home-adv .content .item h2 {
  color: #fff;
}
.home-adv .content .item p {
  width: 540px;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 2rem;
}
.home-adv .content .item a {
  width: 124px;
  height: 36px;
  border: 1px #fff solid;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  color: #fff;
}
.home-adv .content .item a .icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
  margin-right: 4px;
}
.home-adv .content .item a:hover {
  background: #fff;
  color: #0095d8;
}
.home-adv .content .item a:hover .icon {
  color: #0095d8;
}
.home-adv .tab-content > div.active .item {
  animation: tab 1s forwards;
}
@keyframes tab {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-adv ol {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 248px;
  z-index: 2;
}
.home-adv ol li {
  height: 25%;
}
.home-adv ol li a {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.home-adv ol li a .icon {
  width: 40px;
  height: 40px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}
.home-adv ol li a p {
  font-size: 1.125rem;
  color: #fff;
}
.home-adv ol li a.active {
  background: #0095d8;
}
.home-news {
  background: #f5f5f5;
}
.home-news .img {
  height: 226px;
  position: relative;
  overflow: hidden;
}
.home-news .img:hover img {
  transform: scale(1.1);
}
.home-news .text {
  height: 210px;
}
.home-news .text span {
  font-size: 14px;
  color: #0095d8;
  background: #e9f6fc;
  padding: 4px 8px;
  border-radius: 4px;
}
.home-news .text h3 {
  font-size: 1.375rem;
  height: 1.375rem;
  line-height: 1.375rem;
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  margin: 10px 0 1rem;
}
.home-news .text p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5rem;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.home-news .text i {
  font-size: 12px;
  color: #999;
}
.home-news .text:hover h3 {
  color: #0095d8;
}
.home-news ol li {
  padding: 0;
  border-left: 1px #f5f5f5 solid;
}
.home-news ol li:nth-child(1) {
  border-bottom: 1px #f5f5f5 solid;
}
.home-news ol li:nth-child(2) {
  border-bottom: 1px #f5f5f5 solid;
}
footer ol li {
  margin-right: 10rem;
}
footer ol li:last-child {
  margin-right: 0;
}
footer ol li .icon {
  width: 46px;
  height: 46px;
  fill: currentColor;
  overflow: hidden;
  color: #0095d8;
}
footer ol li p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5rem;
}
footer ol li h5 {
  font-size: 1rem;
  color: #666;
  line-height: 1.5rem;
}
footer .foot-info ul li {
  margin-left: 7rem;
}
footer .foot-info ul li:first-child {
  margin-left: 0;
}
footer .foot-info ul li h3 {
  font-size: 1.125rem;
  color: #333;
}
footer .foot-info ul li h3 a {
  font-size: 1.125rem;
  color: #333;
}
footer .foot-info ul li h3 a:hover {
  color: #0095d8;
}
footer .foot-info ul li > a {
  font-size: 1rem;
  color: #666;
  line-height: 1.8rem;
  display: block;
}
footer .foot-info ul li > a:hover {
  color: #0095d8;
}
footer .foot-info .code img {
  width: 120px;
  height: 120px;
  display: block;
}
footer .foot-info .code p {
  font-size: 14px;
  color: #999;
}
footer .foot-info .code:first-child {
  margin-right: 3rem;
}
footer .foot-product{
  margin-bottom: 10px;
  flex-wrap: wrap;
}
footer .foot-product p{
  color: #999;
  font-size: 14px;
}
footer .foot-product a{
  color: #999;
  font-size: 14px;
  margin-right: 10px;
}
footer .foot-product a:hover{
  color: #0095d8;
}
footer .links span {
  font-size: 12px;
  color: #999;
}
footer .links a {
  font-size: 12px;
  color: #999;
  margin-right: 12px;
}
footer .links a:hover {
  color: #0095d8;
}
footer .copyright p {
  font-size: 14px;
  color: #999;
}
footer .copyright a {
  font-size: 14px;
  color: #999;
  margin-left: 10px;
}
footer .copyright a:hover {
  color: #0095d8;
}
.position {
  height: 50px;
}
.product-page .content1 {
  background: #f5f5f5;
}
.product-page .content1 .page-container {
  background: #fff;
  height: 500px;
}
.product-page .content1 .page-container .img {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page .content1 .page-container .img img {
  max-width: 90%;
  max-height: 90%;
}
.product-page .content1 .page-container .swiper-page-next {
  position: absolute;
  right: 10px;
  top: 46%;
  z-index: 10;
}
.product-page .content1 .page-container .swiper-page-next .icon{
  width: 30px;
  height: 30px;
  fill: currentColor;
  overflow: hidden;
  color: #999;
}
.product-page .content1 .page-container .swiper-page-next:hover .icon{
  color: #0095d8;
}
.product-page .content1 .page-container .swiper-page-prev {
  position: absolute;
  left: 10px;
  top: 46%;
  z-index: 10;
}
.product-page .content1 .page-container .swiper-page-prev .icon{
  width: 30px;
  height: 30px;
  fill: currentColor;
  overflow: hidden;
  color: #999;
}
.product-page .content1 .page-container .swiper-page-prev:hover .icon{
  color: #0095d8;
}
.product-page .content1 .info h2 {
  font-size: 30px;
}
.product-page .content1 .info .desc {
  line-height: 1.8rem;
  font-size: 1rem;
  color: #666;
}
.product-page .content1 .bttn a {
  width: 170px;
  height: 40px;
  background: #0095d8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff;
}
.product-page .content1 .bttn a:hover{
  color: rgba(255, 255, 255, 0.6);
}
.product-page .content1 .tel {
  border: 1px #666 solid;
  width: 300px;
  font-size: 1.125;
  color: #666;
}
.product-page .content1 .tel .icon {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
  overflow: hidden;
  color: #666;
}
.product-page .content2 .product-details-content .img img {
  width: 100%;
}
.product-page .content2 .product-details-content .desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.8rem;
}
.product-page .content2 .product-details-content > div:nth-child(odd) {
  background: #f5f5f5;
}
.product-page .content2 ol li a {
  width: 240px;
  height: 70px;
  font-size: 1rem;
  color: #666;
}
.product-page .content2 ol li.active a,
.product-page .content2 ol li:hover a {
  background: url(../images/bg.png) no-repeat;
  background-size: 100% auto;
}
.product-page .content2 #product-1 {
  background: url(../images/page-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.product-page .content2 #product-1 i {
  background: #0095d8;
  height: 3px;
  width: 52px;
}
.product-page .content2 #product-1 .desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.8rem;
}
.product-page .content2 #product-1 .adv span {
  border: 1px #c4c4c4 solid;
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #666;
  margin: 4px 8px 4px 0;
}
.product-page .content2 #product-3 img {
  max-width: 100%;
}
.product-page .content2 #product-4 ul {
  max-height: 620px;
  overflow-y: auto;
  width: 100%;
  overflow-x: auto;
  padding-right: 2rem;
}
.product-page .content2 #product-4 ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px #ccc solid;
  padding: 1rem 0;
}
.product-page .content2 #product-4 ul li > P {
  width: 200px;
  font-weight: bold;
}
.product-page .content2 #product-4 ul li div {
  flex: 1;
}
.product-page .content2 #product-4 ul li h3 {
  line-height: 2rem;
}
.product-page .content2 #product-4 ul li span {
  font-size: 0.875rem;
  color: #666;
}
.product-page .content2 #product-4 ul li p {
  font-size: 0.875rem;
  color: #666;
}
.product-page .content2 #product-4 ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.product-page .content2 #product-4 ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  background-color: skyblue;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.product-page .content2 #product-4 ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 4px;
}
.product-page .content2 #product-5 .product-solution {
  position: relative;
}
.product-page .content2 #product-5 .product-solution .i {
  height: 240px;
  position: relative;
  overflow: hidden;
}
.product-page .content2 #product-5 .product-solution h3 {
  font-size: 1rem;
  color: #666;
}
.product-page .content2 #product-5 .solution-pagination {
  position: relative;
}
.product-page .content2 #product-5 .solution-pagination span {
  margin: 0 2px;
}
.product-page .content2 #product-5 .swiper-solution-prev{
  position: absolute;
  top: 46%;
}
.product-page .content2 #product-5 .icon{
  width: 30px;
  height: 30px;
  fill: currentColor;
  overflow: hidden;
  color: #aaa;
}
.product-page .content2 #product-5 .swiper-solution-prev:hover .icon{
  color: #0095d8;
}
.product-page .content2 #product-5 .swiper-solution-next{
  position: absolute;
  top: 46%;
}
.product-page .content2 #product-5 .swiper-solution-next:hover .icon{
  color: #0095d8;
}
.case-page .case-position {
  background: #f5f5f5;
}
.case-page .case-position ul li {
  margin-left: 1.8rem;
}
.case-page .case-position ul li a {
  font-size: 0.875rem;
  color: #666;
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
}
.case-page .case-position ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #0095d8;
  overflow: hidden;
  transition: width 0.5s;
}
.case-page .case-position ul li.active a,
.case-page .case-position ul li:hover a {
  color: #0095d8;
}
.case-page .case-position ul li.active a::before,
.case-page .case-position ul li:hover a::before {
  width: 100%;
}
.case-page .case-details-content > div:nth-child(even) {
  background: #f5f5f5;
}
.case-page .case-details-content .desc {
  width: 100%;
  font-size: 1rem;
  color: #666;
  line-height: 1.8rem;
  word-wrap: break-word; 
  word-break : normal;
  -webkit-word-break: break-all;
　　-moz-word-break: break-all;
　　-ms-word-break: break-all;
　　-o-word-break: break-all;
　　word-break: break-all;
}
.case-page .case-details-content .desc p{
  width: 100%;
  word-wrap: break-word; 
  word-break : normal;
  -webkit-word-break: break-all;
　　-moz-word-break: break-all;
　　-ms-word-break: break-all;
　　-o-word-break: break-all;
　　word-break: break-all;
}
.case-page .case-details-content #tab-1 .item{
  width: 50%;
  background: #f5f5f5;
}
.case-page .case-details-content #tab-1 .img{
  width: 50%;
  display: flex;
  align-items: center;
}
.case-page .case-details-content #tab-1 .img img {
  width: 100%;
  display: block;
}
.case-page .case-details-content #tab-2 ul li {
  margin-bottom: 1.5rem;
}
.case-page .case-details-content #tab-2 ul li .item {
  height: 76px;
  border: 1px #eee solid;
  border-bottom: 2px #0095d8 solid;
}
.case-page .case-details-content #tab-2 ul li .item span {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.1);
  margin-right: 2.5rem;
}
.case-page .case-details-content #tab-2 ul li .item p {
  font-size: 1rem;
  color: #666;
}
.case-page .case-details-content #tab-3 img {
  max-width: 100%;
}
.case-page .case-details-content #tab-4 ul li {
  margin-bottom: 1rem;
}
.case-page .case-details-content #tab-4 ul li .item {
  height: 200px;
  position: relative;
  border: 1px #eee solid;
  border-left: 2px #0095d8 solid;
}
.case-page .case-details-content #tab-4 ul li .item span {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.1);
}
.case-page .case-details-content #tab-4 ul li .item p {
  font-size: 14px;
  color: #666;
}
.case-page .case-details-content #tab-5 .case-photo {
  position: relative;
}
.case-page .case-details-content #tab-5 .case-photo .i {
  position: relative;
  height: 390px;
  overflow: hidden;
}
.case-page .case-details-content #tab-5 .case-photo h3 {
  font-size: 1rem;
  color: #666;
}
.case-page .case-details-content #tab-5 .swiper-pagination {
  position: relative;
}
.case-page .case-details-content #tab-5 .swiper-pagination span {
  margin: 0 2px;
}
.case-page .case-details-content #tab-6 ul li {
  margin-bottom: 1.5rem;
}
.case-page .case-details-content #tab-6 ul li .item {
  height: 160px;
  border: 1px #eee solid;
}
.case-page .case-details-content #tab-6 ul li .item h3 {
  padding: 0 1rem 8px;
  position: relative;
  color: #0095d8;
  font-size: 1.5rem;
}
.case-page .case-details-content #tab-6 ul li .item h3::before {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  width: 60px;
  background: #0095d8;
  bottom: -1px;
}
.case-page .case-details-content #tab-6 ul li .item p {
  font-size: 1rem;
  color: #666;
  margin-top: 1rem;
}
.case-page .case-details-content #tab-7 .related-case {
  position: relative;
}
.case-page .case-details-content #tab-7 .related-case .i {
  position: relative;
  height: 268px;
  overflow: hidden;
}
.case-page .case-details-content #tab-7 .related-case h3 {
  font-size: 1rem;
  color: #666;
}
.case-page .case-details-content #tab-7 .swiper-pagination {
  position: relative;
}
.case-page .case-details-content #tab-7 .swiper-pagination span {
  margin: 0 2px;
}
.page-nav .category ul {
  display: flex;
  margin-bottom: 0;
  flex-direction: row!important;
}
.page-nav .category ul li {
  position: relative;
  margin-right: 1.25rem;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-nav .category ul li a {
  padding: 1rem 1.625rem;
  font-size: 1rem;
  color: #666;
}
.page-nav .category ul li:hover,
.page-nav .category ul li.active {
  background: #0095d8;
}
.page-nav .category ul li:hover > a,
.page-nav .category ul li.active > a {
  color: #FFF;
}
.page-nav.fixed {
  transition: 0.5s all;
  background: #FFF;
  border-top: 1px solid #eee;
}
.page-nav .breadcrumb {
  margin-bottom: 0;
}
.page-nav .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}
.page-nav .breadcrumb-item a {
  font-size: 14px;
  color: #666;
}
.page-nav .breadcrumb-item a:hover {
  color: #0095d8;
}
/* 产品中心 start */
.product-list ul li {
  margin-bottom: 1.5rem;
  padding: 0 .75rem;
}
/* 产品中心 end */
/* 翻页 start */
.pagination-box {
  text-align: center;
  line-height: 32px;
  color: #595959;
}
.pagination-box select {
  margin: 0 8px;
}
.pagination-box a,
.pagination-box span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  text-align: center;
  margin-right: 8px;
  cursor: pointer;
  vertical-align: top;
}
.pagination-box a:last-child,
.pagination-box span:last-child {
  margin-right: 0;
}
.pagination-box a.active,
.pagination-box span.active,
.pagination-box a.current,
.pagination-box span.current,
.pagination-box a:hover,
.pagination-box span:hover {
  background-color: #0095d8;
  border-color: #0095d8;
  color: #fff !important;
}
.pagination-box select {
  height: 32px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
}
.pagination-box .prev_disabled,
.pagination-box .next_disabled {
  background-color: transparent !important;
  border-color: #e2e2e2 !important;
  color: #e2e2e2 !important;
  cursor: no-drop;
}
.pagination-box .prev_disabled:hover,
.pagination-box .next_disabled:hover {
  color: #e2e2e2 !important;
}
.pagination-box .page_num {
  border: none;
}
.pagination-box .prev::before,
.pagination-box .prev_disabled::before {
  content: '<';
}
.pagination-box .next::before,
.pagination-box .next_disabled::before {
  content: '>';
}
/* 翻页 end */
/* 解决方案start */
.solution-list {
  background: #f5f5f5;
}
.solution-list ul li {
  margin-bottom: 1.5rem;
  padding: 0 .75rem;
}
.solution-list ul li .img {
  height: 290px;
  position: relative;
  overflow: hidden;
}
.solution-list ul li .text div {
  flex: 1;
  padding-right: 1rem;
}
.solution-list ul li .text h3 {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  color: #333;
}
.solution-list ul li .text p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5rem;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  height: 3rem;
}
.solution-list ul li .text span {
  background: #fff;
  border: 1px #0095d8 solid;
  width: 90px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #0095d8;
}
.solution-list ul li .text span .icon {
  width: 10px;
  height: 10px;
  fill: currentColor;
  overflow: hidden;
  color: #0095d8;
}
.solution-list ul li .text span::before {
  left: 50%;
  right: 50%;
  width: 0;
}
.solution-list ul li .text span:hover {
  background: #0095d8;
  color: #fff;
}
.solution-list ul li .text span:hover .icon {
  color: #fff;
}
.solution-list ul li .text span:hover::before {
  left: 0;
  right: 0;
  width: 100%;
}
.solution-list ul li .item:hover img {
  transform: scale(1.1);
}
.solution-list ul li .item:hover .text h3 {
  color: #0095d8;
}
/* 解决方案end */
/* 客户案例 start */
.case-list {
  background: #f5f5f5;
}
.case-list ul li {
  margin-bottom: 1.5rem;
  padding: 0 .75rem;
}
/* 客户案例 end */
/* 公司介绍 start */
.page-about {
  background: #f5f5f5;
}
.page-about .desc {
  margin: 2rem 0;
  font-size: 1rem;
  color: #666;
  line-height: 30px;
}
.page-about .desc p {
  font-size: 1rem;
  color: #666;
  line-height: 30px;
}
.page-about .desc .content p {
  font-size: 1rem;
  color: #666;
  line-height: 30px;
}
.page-about .desc .content img {
  max-width: 100%;
}
/* 公司介绍 end */
/* 企业文化 start */
.culture-list {
  background: #f5f5f5;
}
.culture-list ul li:nth-child(even) .item {
  flex-direction: row-reverse;
}
.culture-list .item .content {
  width: 50%;
}
.culture-list .item .desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.6rem;
}
.culture-list .item .img {
  width: 50%;
}
.culture-list .item .img img {
  width: 100%;
  display: block;
}
/* 企业文化 end */
/* 资质证书start */
.honor-list {
  background: #f5f5f5;
}
.honor-list .row > * {
  padding-right: calc(var(--bs-gutter-x)/3);
  padding-left: calc(var(--bs-gutter-x)/3);
}
.honor-list ul li {
  margin-bottom: 1rem;
  padding: 0 .5rem;
}
.honor-list ul li .item {
  border: 1px #e8e8e8 solid;
  background: #fff;
  padding: 1rem;
}
.honor-list ul li .item .img {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow-y: hidden;
}
.honor-list ul li .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  display: flex;
  margin: auto;
  width: 90%;
  height: 90%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
  max-height: 90%;
}
.honor-list ul li .item h4 {
  font-size: 1rem;
  color: #666;
  line-height: 1rem;
  height: 1rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  text-align: center;
}
.honor-list ul li .item:hover {
  border: 1px #0095d8 solid;
}
/*  资质证书end */
/* 企业相册start */
.photo-list {
  background: #f5f5f5;
}
.photo-list ul li{
  padding: 0 .75rem;
}
.photo-list ul li .img {
  height: 340px;
  position: relative;
  overflow: hidden;
}
.photo-list ul li h3 {
  font-size: 1rem;
  color: #666;
}
/* 企业相册end */
/* 资讯中心 start */
.news-list {
  background: #f5f5f5;
}
.news-list .postion-news {
  overflow: hidden;
  background-color: #fff;
  border-bottom: solid 1px #d9d9d9;
}
.news-list .postion-news:last-child {
  border: none;
}
.news-list .postion-news .pic {
  width: 300px;
  height: 200px;
  margin-right: 2.875rem;
  position: relative;
  overflow: hidden;
}
.news-list .postion-news .news-container {
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-list .postion-news .news-container h3 {
  font-size: 1.375rem;
  height: 1.375rem;
  line-height: 1.375rem;
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.news-list .postion-news .news-container .desc {
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 48px;
  color: #666;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-list .postion-news .news-container span {
  font-size: 12px;
  color: #999;
}
.news-list .postion-news .news-container .bottom {
  margin-top: auto;
  font-size: 0.875rem;
  color: #666;
  display: flex;
}
.news-list .postion-news .news-container .bottom span {
  display: flex;
  align-items: center;
}
.news-list .postion-news .news-container .bottom span .icon {
  font-size: 1.4375rem;
}
.news-list .postion-news .news-container .bottom span:last-child {
  display: none;
}
.news-list .postion-news:hover .news-container {
  transform: translateX(10px);
}
.news-list .postion-news:hover h3 {
  color: #0095d8;
}
.news-list .postion-news .times {
  width: 15.75rem;
  font-size: 1rem;
  text-align: right;
  color: #999;
}
.news-list .postion-news .times p {
  font-size: 1.875rem;
  margin: 0;
}
.news-list ul li{
  padding: 0 .75rem;
}
.news-list ul li .text {
  height: 230px;
}
.news-list ul li .text span {
  font-size: 14px;
  color: #0095d8;
  background: #e9f6fc;
  padding: 4px 8px;
  border-radius: 4px;
}
.news-list ul li .text h3 {
  font-size: 1.375rem;
  line-height: 25px;
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  margin: 10px 0 1rem;
}
.news-list ul li .text p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5rem;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.news-list ul li .text i {
  font-size: 12px;
  color: #999;
}
.news-list ul li .text:hover h3 {
  color: #0095d8;
}
/* 资讯中心 end */
/* 联系我们start */
.contact-list {
  background: #f5f5f5;
}
.contact-list h2 {
  font-size: 30px;
  color: #333;
}
.contact-list ul li {
  margin-bottom: 1.5rem;
}
.contact-list ul li .item {
  background: #fff;
  height: 180px;
  padding: 0 2rem;
}
.contact-list ul li span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px #0095d8 solid;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-list ul li span .icon {
  width: 36px;
  height: 36px;
  fill: currentColor;
  overflow: hidden;
  color: #333;
}
.contact-list ul li p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 8px;
}
.contact-list ul li h4 {
  font-size: 20px;
  color: #333;
}
.contact-list ul li h5 {
  font-size: 0.875rem;
  color: #333;
}
.contact-list ul li .flex-1 {
  flex: 1;
}
.contact-list ul li .more {
  width: 120px;
  height: 36px;
  border-radius: 18px;
  background: #0095d8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.contact-list ul li .more:hover{
  color: rgba(255, 255, 255, 0.7);
}
.contact-list ul li .more .icon {
  width: 12px;
  height: 12px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
  margin-top: 2px;
}
.contact-list .pro-list li {
  margin: 0 6px;
}
.contact-list .pro-list li a {
  height: 32px;
  border-radius: 16px;
  min-width: 140px;
  box-sizing: border-box;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  background: #666;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.contact-list .pro-list li a::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  width: 0;
  background: #0095d8;
  transition: 0.5s;
  z-index: -1;
}
.contact-list .pro-list li a:hover,
.contact-list .pro-list li a.active {
  color: #fff;
}
.contact-list .pro-list li a:hover::before,
.contact-list .pro-list li a.active::before {
  left: 0;
  right: 0;
  width: 100%;
}
.contact-list .con-info-list ol li {
  margin-bottom: 1.5rem;
}
.contact-list .con-info-list ol li .item {
  font-size: 20px;
  color: #333;
  height: 100%;
}
.contact-list .con-info-list ol li p {
  font-size: 1rem;
  color: #666;
  line-height: 24px;
  margin-bottom: .5rem;
}

.contact-list .con-info-list ol li p span {
  font-size: 1rem;
  color: #666;
}
.contact-list .con-info-list ol li p a .icon {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
  overflow: hidden;
  color: #666;
}
/* 联系我们end */
/*  人才招聘start */
.join-list {
  background: #f5f5f5;
}
.join-list ul li {
  margin-bottom: 1rem;
}
.join-list ul li .name {
  height: 40px;
  cursor: pointer;
  background: #0095d8;
  border-radius: 4px;
}
.join-list ul li .name h4 {
  font-size: 1rem;
  color: #fff;
}
.join-list ul li .name .icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.join-list ul li .name:hover {
  background: #0095d8;
}
.join-list ul li .name:hover h4 {
  color: #fff;
}
.join-list ul li .name:hover .icon {
  color: #fff;
}

.join-list ul li .name.collapsed {
  background: #fff;
}
.join-list ul li .name.collapsed h4 {
  font-size: 1rem;
  color: #333;
}
.join-list ul li .name.collapsed .icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
  overflow: hidden;
  color: #666;
  transform: rotate(0);
}
.join-list ul li .name:hover h4{
  color: #eee;
}
.join-list ul li .desc p {
  font-size: 1rem;
  color: #666;
  line-height: 2rem;
}
/*  人才招聘end */
/*  行业新闻详情start */
.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  color: #0095d8;
  font-size: 14px;
}
.breadcrumb li a {
  color: #666;
  font-size: 14px;
}
.breadcrumb li a:hover {
  color: #0095d8;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}
.news-detail {
  background: #f5f5f5;
}
.news-detail .content-box {
  background-color: #FFF;
  padding: 2.75rem 2.25rem;
}
.news-detail .content-box .title {
  border-bottom: 1px solid #f5f5f5;
}
.news-detail .content-box .title h1 {
  font-size: 1.5rem;
  margin-bottom: 2.25rem;
}
.news-detail .content-box .title p {
  color: #d9d9d9;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.news-detail .content-box .title p span {
  margin-left: 2.5rem;
  display: flex;
  align-items: center;
}
.news-detail .content-box .title p .icon {
  font-size: 1.4375rem;
  margin-right: 2px;
}
.news-detail .content-box .content {
  padding: 2.5rem 0;
  color: #666;
  line-height: 28px;
}
.news-detail .content-box .content p {
  color: #666;
  line-height: 28px;
}
.news-detail .content-box .content img {
  max-width: 100%;
}
.news-detail .content-box .news-detail-footer {
  padding-top: 1.5rem;
  border-top: 1px solid #f5f5f5;
}
.news-detail .content-box .news-detail-footer p {
  line-height: 2rem;
  font-size: 0.8rem;
  color: #666;
}
.news-detail .content-box .news-detail-footer p span {
  font-size: 0.8rem;
  color: #666;
}
.news-detail .content-box .news-detail-footer p a {
  font-size: 0.8rem;
  color: #666;
}
.news-detail .content-box .news-detail-footer p a:hover {
  color: #0095d8;
}
.news-detail .related {
  background-color: #FFF;
  padding: 1.5rem 1.25rem;
}
.news-detail .related h4 {
  font-size: 1.25rem;
  font-weight: normal;
}
.news-detail .related h4 span {
  z-index: 11;
  padding-bottom: 1rem;
  display: inline-table;
  text-align: justify;
  position: relative;
}
.news-detail .related a .figure-caption {
  color: #525252;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-detail .related a img {
  width: 100%;
}
.news-detail .related a:hover .figure .figure-caption {
  color: #0095d8 !important;
}
.news-detail .news {
  background-color: #FFF;
  padding: 1.5rem 1.25rem;
}
.news-detail .news h4 {
  font-size: 1.25rem;
  font-weight: normal;
}
.news-detail .news h4 span {
  z-index: 11;
  padding-bottom: 1rem;
  display: inline-table;
  text-align: justify;
  position: relative;
}
.news-detail .news a {
  font-size: 0.875rem !important;
}
.news-detail .news a img {
  max-width: 7.5rem;
}
.news-detail .news a:hover div {
  color: #0095d8;
}
.news-detail .news a .flex-grow-1 {
  color: #525252;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}

body #newBridge .icon-right-top {
  top: 165px!important;
}





.qqkefu{
  position: fixed;
  top: 325px;
  z-index: 9999;
  right: 0;
  width: 50px;
}
.qqkefu ul li{
  margin: 4px 0;
  background: rgba(69,135,232,.5);
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.qqkefu ul li:hover{
  background: #0095d8;
}
.qqkefu ul li .icon{
    width: 24px;
    height: 24px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}
.qqkefu ul li a{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #0095d8;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.qqkefu ul li .ewm{
  position: absolute;
  right: 110%;
  bottom: 0;
  width: 130px;
  height: 80px;
  background: rgba(153, 153, 153, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  display: none;
  transition: .5s;
}
.qqkefu ul li .f_code{
  position: absolute;
  right: 110%;
  bottom: 0;
  width: 100px;
  height: 100px;
  display: none;
  transition: .5s;
}

.qqkefu ul li:hover .f_code,
.qqkefu ul li:hover .ewm{
  display: flex;
}
.qqkefu ul li:hover a{
  opacity: 1;
}
.qqkefu ul li .f_code img{
  width: 100%;
  height: 100%;
}



















/*  行业新闻详情end */
@media all and (max-width: 1600px) {
  .w1400 {
    width: 86%;
  }
  footer ol li {
    margin-right: 8rem;
  }
  footer .foot-info ul li {
    margin-left: 6rem;
  }
}
@media all and (max-width: 1400px) {
  footer ol li {
    margin-right: 6rem;
  }
  footer .foot-info ul li {
    margin-left: 4rem;
  }
  footer .foot-info .code:first-child {
    margin-right: 1rem;
  }
  header .head-nav ul li {
    margin-left: 32px;
  }
  .font-36 {
    font-size: 30px;
  }
}
@media all and (max-width: 1200px) {
  footer ol li {
    margin-right: 2rem;
  }
  footer .foot-info ul li {
    margin-left: 2rem;
  }
  header .head-nav ul li {
    margin-left: 22px;
  }
  .culture-list .item {
    margin-bottom: 1.5rem;
  }
  .culture-list .item .content {
    width: 100%;
  }
  .culture-list .item .img {
    width: 100%;
  }
}
@media all and (max-width: 992px) {
  .w1400 {
    width: 94%;
  }
  .home-adv {
    height: 600px;
  }
  .home-adv ol {
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    display: flex;
    flex-direction: row !important;
  }
  .home-adv ol li {
    height: 60px;
    width: 25%;
  }
  .home-adv ol li a .icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
  }
  .home-adv ol li a p {
    font-size: 14px;
  }
  .home-news .text {
    height: 200px;
  }
  .home-news ol li {
    border-left: none;
    padding: 0 1rem;
    border-bottom: 1px #f5f5f5 solid;
  }
  .home-news ol li:first-child {
    border-top: 1px #f5f5f5 solid;
  }
  .case-page .case-details-content #tab-1 .item{
    width: 100%;
  }
  .case-page .case-details-content #tab-1 .img{
    width: 100%;
  }
  .home-solution .solution-container .swiper-slide .text p{
    width: 100%;
  }
  footer ol {
    flex-direction: column;
  }
  footer ol li {
    margin-bottom: 1rem;
  }
  footer ol li:last-child {
    margin-bottom: 0;
  }
  header .head-nav {
    height: 60px;
  }
  header .head-nav .logo img {
    height: 48px;
  }
  .home-adv .content .item p {
    width: 100%;
  }
  .ho-nav {
    white-space: nowrap;
    overflow-x: auto;
    display: block !important;
    text-align: center;
  }
  .ho-nav li {
    display: inline-block;
  }
  .ho-title h2 {
    font-size: 1.875rem;
  }
  .font-36 {
    font-size: 1.5rem;
  }
  .page-nav .category {
    overflow: hidden;
  }
  .page-nav .category ul {
    white-space: nowrap;
    overflow-x: auto;
    display: block !important;
    text-align: center;
  }
  .page-nav .category ul li {
    display: inline-block;
  }
  .contact-list .pro-list {
    white-space: nowrap;
    overflow-x: auto;
    display: block !important;
    text-align: center;
  }
  .contact-list .pro-list li {
    display: inline-block;
  }
  .news-list .postion-news .pic {
    width: 260px;
    height: 170px;
  }
  .contact-list h2 {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  .honor-list ul li .item .img {
    height: 220px;
  }
  .news-list .postion-news .pic {
    width: 200px;
    height: 130px;
  }
  .news-list .postion-news .news-container h3 {
    margin-bottom: 0.5rem;
  }
  .product-page .content2 #product-4 ul li > P {
    width: 120px;
    font-weight: bold;
  }
}
@media all and (max-width: 576px) {
  .honor-list ul li .item .img {
    height: 180px;
  }
  .news-list .postion-news .pic {
    width: 160px;
    height: 100px;
  }
}
