@charset "utf-8";

/* CSS Document */
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 0.14rem;
  color: #333;
  font-family: '微软雅黑';
  /* min-width: 15rem; */
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: '微软雅黑';
}

:hover {
  /* transition: all 0.3s ease-in 0.1s,color 0.2s ease-out 0.1s; */
}

a {
  color: #2b2b2b;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ol,
ul,
li,
p,
h1,
h5,
h2,
h3,
h4,
h6 {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
  height: auto;
}

form {
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  outline: 0;
}

.animated {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animationName {
  animation-name: sfs !important;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wd1200 {
  /* width: 15rem !important; */
  /* padding: 0 0.3rem; */
  margin: 0 auto;
  height: auto;
  width: 80vw !important;
}

.mobileNavbar {
  display: none;
}

.top {
  color: #fff;
  background: #002060;
  float: left;
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.topcat {
  padding-top: 10px;
}

.topcat li {
  float: right;
  padding: 0 0.1rem;
  border-left: 1px solid #fff;
  font-size: 16px;
}

.topcat li a {
  color: #fff;
}

.index-nav {
  float: left;
  height: 55px;
  width: 100%;
  line-height: 55px;
  position: relative;
}

.navlogo {
  float: left;
  color: #16468d;
  /* width: 2.6rem; */
  text-align: center;
  height: 55px;
  position: relative;
  width: 10vw;
}

.navlogo img {
  max-width: 75%;
  max-height: 100%;
  /* margin: auto; */
  margin: auto 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.navlogo a {
  color: #16468d;
  font-size: 20px;
}

.nav {
  /* width: 9.7rem; */
  float: left;
  width: 54vw;
}

.nav li {
  float: left;
  /* padding: 0 0.5rem; */
  /* padding: 0 20px; */
  padding: 0 1vw;
  position: relative;
}

.nav li:hover a {
  color: #16468d;
}

.nav li.on a {
  color: #16468d;
}

.nav li a {
  font-size: 18px;
  display: block;
  text-wrap: nowrap;
}

.nav li.product_and_solution_affiliated_menu_class:hover .navtab {
  height: 100vh;
  /* height: 0; */
  border-top: 2px solid #f2f2f2;
}

.navsearch {
  float: right;
  background: url(../images/search.png) no-repeat 50%;
  width: 0.4rem;
  height: 55px;
  margin-right: 0.2rem;
  background-size: 0.3rem;
}

.navsearch a {
  font-size: 0;
}

.nav li .navtab {
  width: 100%;
  height: 0;
  background: #fff;
  left: 0;
  top: 95px;
  position: fixed;
  z-index: 999;
  overflow: hidden;
}

.nav li .navtab .tab {
  width: 3.2rem;
  font-size: 0.2rem;
  float: left;
  border-right: 2px solid #f2f2f2;
  margin-top: 0.05rem;
}

.nav li .navtab .tab01 {
  width: calc(15rem - 3.3rem);
  float: right;
  display: none;
}

.nav li .navtab .tab01.on {
  display: block;
}

.nav li .navtab .tab .on,
.nav li .navtab .tab li:hover {
  background: #16468d;
  color: #fff;
}

.nav li:hover .tab li a {
  color: #333;
}

.nav li .navtab .tab li {
  margin: 0.2rem 0;
  width: calc(100% - 0.8rem);
  padding: 0.05rem 0.4rem;
  position: relative;
  line-height: 1.5;
}

.nav li .navtab .tab .on a,
.nav li .navtab .tab li:hover a {
  color: #fff;
}

.nav li .navtab .tab01 .twotab {
  /* display:none; */
  z-index: 1000;
  width: 3.2rem;
  font-size: 0.18rem;
  border-right: 2px solid #f2f2f2;
  /*padding-top: 0.1rem;*/
  min-height: 2.96rem;
  position: relative;
}

.nav li .navtab .tab01 .threetab {
  display: none;
}

.nav li .navtab .tab01 .on > .twotab {
  display: block;
}

.nav li .navtab .tab01 .twotab li {
  color: #333;
  padding: 0.1rem 0.1rem;
  margin: 0 0.2rem;
  height: auto;
  line-height: 0.25rem;
  position: static;
  width: calc(100% - 0.6rem);
  border-bottom: 1px solid #f2f2f2;
}

.nav li .navtab .tab01 .twotab li.active > .twotab {
  display: block;
}

.nav li .navtab .tab01 .twotab li a {
  color: #000;
  font-size: 0.18rem;
  text-wrap: wrap;
}

.nav li .navtab .tab01 .twotab li:hover {
  background: none;
}

.nav li .navtab .tab01 .twotab li a:hover {
  color: #16468d;
}

.nav li .navtab .tab01 .threetab {
  position: absolute;
  left: 3.2rem;
  top: 0;
}

.nav li .navtab0 {
  position: absolute;
  color: #333;
  z-index: 999;
  background: #fff;
  width: 100%;
  left: 0;
  height: 0;
  overflow: hidden;
}

.nav li:hover .navtab0 {
  height: auto;
}

.nav .navtab0 li {
  text-align: center;
  padding: 0 0.2rem;
  width: calc(100% - 0.4rem);
  font-size: 0.18rem;
}

.nav .navtab0 li a {
  font-size: 0.18rem;
}

.nav .navtab0 li:hover a {
  color: #16468d;
}

.nav li .navtab .tab01 .twotab li:first-child {
  padding-top: 0.1rem;
}

.nav li .navtab .tab01 .threetab li:first-child {
  padding-top: 0.1rem;
}
.nav li .navtab .wd1200{
  justify-content: center;
}

/*搜索*/
.search_in {
  margin-left: 0.1rem;
  padding: 0rem 0.3rem 0 0;
  font-size: 0.14rem;
  color: #9f9f9f;
  position: relative;
  float: right;
  border-radius: 0.2rem;
  background: #fff;
  margin-top: 0.06rem;
  border: 1px solid #e5e5e5;
  height: 28px;
  width: auto;
  margin: auto 0;
}

.search_in form {
  /* width: 2.78rem; */
  height: 28px;
  line-height: 28px;
  display: block;
}

.search_in form input {
  background: none;
  border: 0 none;
  color: #333333;
  font-size: 0.16rem;
}

.search_in form #search-i {
  /* width: 0.5rem; */
  width: 30px;
  height: 28px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0px;
  background: url(../images/search.png) no-repeat 50%;
  background-size: 0.2rem;
}

.search_in form #search-bg input {
  /* line-height: 0.4rem; */
  display: block;
  /* width: 2.1rem; */
  padding-left: 0.1rem;
}

.search_in form #search-i input {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
}

.text {
  color: #888;
  display: inline;
  float: left;
  font: 0.12rem/0.3rem 'Arial';
  height: 0.27rem;
  margin-left: 0px;
  text-indent: 0.1rem;
  width: 1.45rem;
  margin-top: 0.08rem;
  border: 0;
  border-radius: 0.15rem 0 0 0.15rem;
}

.fixed {
  position: fixed;
  top: 0;
  margin-top: 0px;
  z-index: 9999999;
}

.button {
  background: url('../images/search.png') no-repeat scroll 0.05rem 0.04rem #fff;
  float: left;
  height: 0.27rem;
  margin-top: 0.08rem;
  width: 0.25rem;
  border: 0;
  border-left: 0;
  background-size: 0.22rem;
  border-radius: 0 0.15rem 0.15rem 0;
}

/*轮播广告*/
/*.bn-alp { width:100%; height:6.5rem; position:relative; float:left;  background: #ffed29 no-repeat;background-position:50% 0%; overflow:hidden }
.bn-alp ul,.bn-alp li { margin:0; padding:0; list-style:none; }
.bn-alp .abox { height:100%; position:relative; }
.bn-alp .abox li { width:100%; height:6.5rem; background-position:50% 0%; background-repeat:no-repeat; background-color:#dddddd; background-size:cover; position:absolute; top:0; left:0; z-index:10; }
.bn-alp .abox li.on { z-index:99; }
.bn-alp .abox li img.bg { display:none; }
.bn-alp .abox li a.b { display:block; width:100%; height:100%; }
.bn-alp .i { bottom:0.25rem; left:50%; text-align:center; position:absolute; z-index:100;-webkit-transform: translateX(-50%); transform: translateX(-50%);}
.bn-alp .i i {display:inline-block;margin-left: 0.2rem;width: 1rem;height: 0.06rem;background: #fff;cursor:pointer;}
.bn-alp .i i:first-child{margin-left:0}
.bn-alp .i i.on {background-position: -1.3rem 0;background: #16468D;}
.bn-alp .abox h2{position: absolute;z-index:1000;bottom: 2.2rem;color: #fff;font-size: 0.4rem;margin-left: 0.9rem;}*/

.bn-alp {
  width: 100%;
  position: relative;
  float: left;
  background-position: 50% 0%;
  overflow: hidden;
  z-index: 1;
  background: #fff;
}

.bn-alp ul,
.bn-alp li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bn-alp .abox {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.bn-alp .abox li {
  width: 100%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  /* top:0; */
  /* left:0; */
  /* z-index:10; */
  height: auto;
}

.bn-alp .abox li img.bg {
  width: auto;
  /* transition: All 6s ease; */
  margin: auto;
  display: block;
  min-width: 100%;
  height: 500px;
}

.bn-alp .abox li a.b {
  display: block;
  width: 100%;
  height: 100%;
}

.bn-alp .i {
  bottom: 0.25rem;
  left: 50%;
  margin-left: -0.5rem;
  text-align: center;
  position: absolute;
  z-index: 10;
}

.bn-alp .i i {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.2rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 0.05rem;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

.bn-alp .i i.on {
  background: #373737;
  width: 0.4rem;
}

.bn-alp.indexBanner,
.bn-alp.indexBanner .abox li img.bg {
  /* height: 860px; */
}

.banner-swiper {
  width: 100%;
}

.banner-video,
.banner-video-img,
.banner-swiper a {
  display: block;
  /* height: 42.5vw; */
  /* height: 6.5rem; */
  overflow: hidden;
}

.home-banner.banner-swiper .banner-video,
.home-banner.banner-swiper .banner-video-img,
.home-banner.banner-swiper a {
  /* height: 8.2rem; */
  height: calc(100vh - 1.05rem);
}

.inside-banner a {
  height: 26.04175vw;
}

.banner-video-img img,
.banner-swiper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-swiper .swiper-pagination {
  bottom: 0.25rem !important;
}

.banner-swiper .swiper-pagination-bullet {
  width: 15px;
  border-radius: 30px;
}

.banner-swiper .swiper-pagination-bullet-active {
  width: 30px;
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #16468d;
}

/*首页产品及方案推荐*/
.prosol {
  width: 100%;
  float: left;
  margin: 0.4rem 0;
}

.wd1200 .sytitle {
  width: 100%;
  font-size: 0.4rem;
  float: left;
  text-align: center;
  position: relative;
  padding-bottom: 0.2rem;
  margin: 0.4rem 0;
}

.wd1200 .sytitle:after {
  content: '';
  background: #16468d;
  width: 0.68rem;
  height: 0.05rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tjlist {
  float: left;
  width: 100%;
}

.tjlist li {
  float: left;
  margin: 1vw;
  /* height: 4rem; */
  /* height: 5rem; */
  height: 26vw;
  overflow: hidden;
  position: relative;
}

.tjlist li span {
  width: 100%;
  /* height: 5rem; */
  height: 26vw;
  float: left;
  overflow: hidden;
  position: relative;
}

.tjlist li span img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.tjlist li span:after {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  opacity: 0.6;
}

.tjlist li:hover span:after {
  height: 100%;
}

.tjlist .li01,
.tjlist .li04 {
  /* width: 9.22rem; */
  width: 48vw;
}

.tjlist .li02,
.tjlist .li03 {
  /* width: 5.38rem; */
  width: 28vw;
}

.tjlist .li02 .tjnr,
.tjlist .li03 .tjnr {
  width: 3.8rem;
}

.tjlist .li01 .tjnr,
.tjlist .li04 .tjnr {
  width: 9.6rem;
}

.tjlist li .tjnr {
  position: absolute;
  bottom: 0.1rem;
  left: 0.2rem;
  color: #fff;
}

.tjlist li .tjnr h4 {
  font-size: 0.2rem;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 0 0 1px #ccc;
}

.tjlist li .tjnr p {
  font-size: 0.16rem;
  padding-bottom: 0.1rem;
  color: #d2d2d2;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tjlist li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.more {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 0.2rem;
}

.pc-prosol .more {
  margin-top: 0.3rem;
}

.more a {
  border: 1px solid #16468d;
  color: #16468d;
  font-size: 0.18rem;
  padding: 0.1rem 0.3rem;
}

.more a:hover {
  background: #16468d;
  color: #fff;
}

.mobile-prosol {
  display: none;
}

.mobile-banner-image {
  display: none;
}

/*视频观看*/
.video {
  float: left;
  width: 100%;
  margin: 0.4rem 0;
}

.video li {
  float: left;
  /* margin: 0.2rem; */
  /* width: 4.6rem; */
  /* height: 3.2rem; */
  /* width: 29.3%; */
  width: 24.66vw;
  margin: 1vw;
  height: 16.66672vw;
  position: relative;
  overflow: hidden;
}

.video li span {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  transition: all 0.5s ease;
}

.video li span:after {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.video li span img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.video li .videoxq {
  position: absolute;
  color: #fff;
  bottom: 0.1rem;
  left: 0.2rem;
  /* opacity: 0; */
  opacity: 1;
  transition: all 0.5s ease;
  width: 4.2rem;
}

.video li:hover .videoxq {
  opacity: 1;
  transition: all 0.5s ease;
}

.video li:hover span:after {
  opacity: 0.4;
  transition: all 0.5s ease;
}

.video li .videoxq h4 {
  font-size: 0.2rem;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.video li .videoxq p {
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #e2e2e2;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.video[bopt='1'] li .videoxq {
  opacity: 1;
}

/*新闻资讯*/
.news {
  width: 100%;
  float: left;
  margin: 0.4rem 0 1.2rem;
}

.news .newsnr li {
  float: left;
  /* width: 4.6rem; */
  /* width: 29.3%; */
  width: 24.66vw;
  margin: 1vw;
}

.news .newsnr li span {
  width: 100%;
  /* height: 3.2rem; */
  height: 16.66672vw;
  float: left;
  position: relative;
  overflow: hidden;
}

.news .newsnr li span img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.news .newsnr li .newsxq {
  /* width: 4.2rem; */
  /* width: 4.6rem; */
  width: 100%;
  height: 2.3rem;
  float: left;
  background: #f8f8f8;
  padding: 0.2rem 0.2rem 0 0.2rem;
}

.news .newsnr li .newsxq h4 {
  font-size: 0.2rem;
  padding-bottom: 0.1rem;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news .newsnr li .newsxq .cav {
  margin-bottom: 0.2rem;
}

.news .newsnr li .newsxq .cav i {
  font-style: normal;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  font-size: 0.16rem;
  color: #666;
}

.news .newsnr li .newsxq .cav .view {
  background: url(../images/view.png) no-repeat 0 50%;
  background-size: 0.25rem;
}

.news .newsnr li .newsxq .cav .time {
  background: url(../images/time.png) no-repeat 0 50%;
  background-size: 0.2rem;
}

.news .newsnr li .newsxq p {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news .newsnr li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.5s ease;
}

/*底部*/
.bottom {
  float: left;
  width: 100%;
  background: #404040;
  padding: 0.3rem 0;
  color: #fff;
}

.bottom .link {
  float: left;
  width: 100%;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #f2f2f2;
}

.bottom .link a {
  color: #fff;
  padding-right: 0.2rem;
  font-size: 0.18rem;
}

.bottom .botnav {
  margin-top: 0.4rem;
  float: left;
}

.bottom .botnav ul {
  float: left;
  margin-right: 0.2rem;
  width: calc(100% / 5 - 0.25rem);
}

.bottom .botnav ul li {
  float: left;
  width: 100%;
  line-height: 0.3rem;
  overflow: hidden;
  /*height: 0.3rem;*/
  font-size: 0.16rem;
  color: #999;
}

.bottom .botnav ul .onenav {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0.1rem;
}

.bottom .botnav ul li a {
  color: #ffffff50;
}

.bottom .botnav ul li a:hover {
  color: #fff;
}

.foot {
  float: left;
  background: #262626;
  color: #fff;
  padding: 0.3rem 0;
  width: 100%;
}

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

.foot p {
  /*font-size: 0.16rem;*/
  font-size: 0.15rem;
  /* font-weight: bold; */
  white-space: pre;
  line-height: 0.3rem;
}

.foot p a {
  color: #ffffff;
}

.foot .footer {
  width: 9rem;
  float: left;
}

.foot .footyl {
  float: right;
  width: 5.5rem;
}

.foot .footyl p {
  padding-bottom: 0.2rem;
}

.foot .footyl li {
  float: left;
  margin-right: 0.2rem;
}

.foot .footyl li img {
  width: 0.25rem;
  height: 0.25rem;
}

/*右侧悬浮菜单*/
.slide {
  width: 0.5rem;
  height: auto;
  position: fixed;
  top: 50%;
  margin-top: -1.26rem;
  background: #002060;
  right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 999;
}

.slide ul {
  list-style: none;
}

.slide .icon li {
  width: 0.49rem;
  height: 0.5rem;
  background: url(../images/iconright.png) no-repeat;
  background-size: 5rem;
}

.slide .icon .up {
  background-position: -3.3rem -1.2rem;
}

.slide .icon li.qq {
  background-position: -3.85rem -0.73rem;
}

.slide .icon li.tel {
  background-position: -3.85rem -1.6rem;
}

.slide .icon li.wx {
  background-position: -3.85rem -1.2rem;
}

.slide .icon li.down {
  background-position: -3.3rem -1.6rem;
}

.slide .info {
  top: 50%;
  height: 1.47rem;
  position: absolute;
  right: 100%;
  background: #002060;
  width: 0px;
  overflow: hidden;
  margin-top: -0.735rem;
  transition: 0.5s;
  border-radius: 4px 0 0 4px;
}

.slide .info.hover {
  width: 1.45rem;
}

.slide .info li {
  width: 1.45rem;
  color: #ffffff;
  text-align: center;
}

.slide .info li p {
  font-size: 1.1em;
  line-height: 2em;
  padding: 0.1rem;
  text-align: left;
}

.slide .info li.qq p a {
  display: block;
  margin-top: 0.12rem;
  width: 1rem;
  height: 0.32rem;
  line-height: 0.32rem;
  color: #ffffff;
  font-size: 0.16rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 5px;
}

.slide .info li.qq p a:hover {
  color: #002060;
  border: none;
  background: #ffffff;
}

.slide .info li div.img {
  height: 100%;
  background: #defff9;
  margin: 0.15rem;
}

.slide .info li div.img img {
  width: 100%;
  height: 100%;
}

/*内页*/
.mbxtab {
  float: left;
  width: 100%;
  margin: 0.2rem 0;
}

.mbxtab .mbx {
  width: calc(100% - 0.2rem);
  /* margin-left: 0.2rem; */
  margin-left: 0;
  float: left;
  font-size: 0.16rem;
}

.mbxtab .mbx a {
  font-size: 0.16rem;
}

.mbxtab .mbx a:hover {
  color: #16468d;
}

/*   内页-翻页  */

.hpage {
  font-size: 0.14rem;
  width: 15rem;
  margin: 0 auto;
  text-align: center;
  padding: 0.5rem 0px 0.5rem 0px;
  color: #333333;
  overflow: hidden;
}

.hpage span {
  font-size: 0.12rem;
  color: #ffffff;
  background: #002060;
  padding: 0.02rem 0.08rem;
  border: 1px solid #002060;
  margin-right: 0px;
  font-size: 0.14rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.hpage a {
  margin: 0 0.05rem;
  text-decoration: none;
  color: #303030;
  padding: 0.02rem 0.08rem;
  border: 1px solid #b1b1b1;
  font-size: 0.14rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.hpage a:hover {
  color: #ff6600;
  text-decoration: none;
}

/*方案及产品列表页*/
.solu {
  float: left;
  width: 100%;
  padding: 0.9rem 0 0.45rem 0;
}

.wd1200 .lbtitle {
  font-size: 0.4rem;
  width: calc(100% - 0.2rem);
  float: left;
  margin-bottom: 0.4rem;
  position: relative;
  padding-top: 0.1rem;
  margin-left: 0.2rem;
  margin-top: 0.2rem;
}

.wd1200 .lbtitle:before {
  content: '';
  position: absolute;
  background: #16468d;
  width: 0.68rem;
  height: 0.05rem;
  top: 0;
  left: 0;
}

.solu .solu_nr {
  width: 100%;
  float: left;
  margin: 0.3rem 0;
}

.solu .solu_nr li {
  margin: 0 0.2rem 0.2rem;
  width: 7.1rem;
  position: relative;
  float: left;
  height: 4.2rem;
  overflow: hidden;
}

.solu .solu_nr li span {
  width: 100%;
  height: 4.2rem;
  float: left;
}

.solu .solu_nr li span img {
  width: 100%;
  height: 100%;
}

.solu .solu_nr li p {
  position: absolute;
  color: #fff;
  width: 100%;
  left: 50%;
  bottom: 0.2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.3rem;
  text-align: center;
  font-weight: 700;
  text-shadow: 0px 0px 2px #6b6969;
}

.prolist {
  width: 100%;
  float: left;
  margin: 0.2rem 0 0.6rem;
}

.prolist .profl {
  float: left;
  margin: 0 0.2rem;
  width: calc(100% - 0.4rem);
}

.prolist .profl li {
  float: left;
  width: 2.92rem;
  height: 2.92rem;
  overflow: hidden;
  position: relative;
}

.prolist .profl li a {
  width: 100%;
  height: 100%;
  float: left;
}

.prolist .profl li span {
  width: 100%;
  height: 100%;
  float: left;
  background: #eaeaea;
  position: relative;
}

.prolist .profl li span img {
  position: absolute;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.prolist .profl li p {
  position: absolute;
  font-size: 0.22rem;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
  z-index: 110;
  top: 50%;
}

.prolist .profl li a:before {
  content: '';
  background: #fafafa;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 100;
}

.prolist .profl li:nth-child(2n) a:before {
  background: #f1f1f1;
}

.prolist .profl li a:hover:before {
  opacity: 0;
}

.prolist .profl li a:hover p {
  color: #fff;
  bottom: 0.2rem;
  top: auto;
}

/*产品列表页*/
.pro02 {
  float: left;
  width: 100%;
  padding: 0.6rem 0;
  /* margin: 0.4rem 0; */
}

div.pro02:nth-child(2n + 1) {
  background: #f8f8f8;
}

.protitle {
  margin-left: 0.2rem;
  width: calc(100% - 0.2rem);
  float: left;
  position: relative;
  font-weight: 400;
  font-size: 0.4rem;
  padding-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.protitle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.68rem;
  height: 0.05rem;
  background: #16468d;
}

.pro02 .prolb {
  float: left;
  width: calc(100% - 0.4rem);
  margin: 0.8rem 0.2rem;
  border-bottom: 1px solid #dcdddd;
  overflow-y: hidden;
  overflow-x: auto;
  height: 0.8rem;
  display: -webkit-box;
}

.pro02 .prolb li {
  font-size: 0.24rem;
  padding-right: 0.4rem;
}

.pro02 .prolb .active a {
  color: #c7000b;
}

.pro02 .pro02nr {
  float: left;
  width: 100%;
  margin: 0.2rem 0 0.2rem 0;
}

.pro02.Products .pro02nr li {
  float: left;
  width: 18vw;
  margin: 0 1vw 2vw 1vw;
}

.pro02.Products .pro02nr li span {
  /* width: 3.35rem; */
  height: 3.35rem;
  width: 100%;
  float: left;
  position: relative;
  background: #f8f8f8;
}

.pro02.Solutions .pro02nr li {
  float: left;
  width: 24.66vw;
  margin: 0 1vw 1vw;
}

.pro02.Solutions .pro02nr li span {
  width: 24.66vw;
  height: 14vw;
  float: left;
  position: relative;
  background: #f8f8f8;
}

.pro02:nth-child(2n + 1) .pro02nr li span,
.pro02:nth-child(2n + 1) .pro02nr li p {
  background-color: #fff;
  border-top: 1px solid #eee;
}

.pro02 .pro02nr li span img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pro02 .pro02nr li p {
  padding: 15px;
  width: 100%;
  float: left;
  font-size: 0.22rem;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
}

.pro02 .xgpro {
  float: left;
  width: 100%;
  margin: 0.6rem 0 0.8rem 0;
}

.pro02 .xgpro li {
  float: left;
  width: 24.66vw;
  margin: 0 1vw 1vw;
}

.pro02 .xgpro li span {
  float: left;
  position: relative;
}

.pro02 .xgpro li span img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pro02 .xgpro li p {
  padding: 0.3rem 0.15rem;
  width: calc(100% - 0.3rem);
  float: left;
  background: #f8f8f8;
  font-size: 0.22rem;
}

.pro02[bopt='1'] {
  background: #f1f1f1;
  padding-top: 0.6rem;
}

.pro02[bopt='1'] .pro02nr li {
  background: #fff;
}

.pro02[bopt='1'] .sotitle {
  margin-bottom: 0.4rem;
}

/*方案列表页*/
.solu02 {
  width: 100%;
  float: left;
  margin: 0.4rem 0;
}

.sotitle {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  font-size: 0.4rem;
  font-weight: normal;
  padding-top: 0.2rem;
}

.sotitle:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.68rem;
  height: 0.05rem;
  background: #16468d;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.solu02nr {
  float: left;
  margin: 0.5rem 0.2rem;
  width: calc(100% - 0.4rem);
}

.solu02nr .nrimg {
  width: 7.4rem;
  height: 5rem;
  float: left;
  margin-right: 0.2rem;
}

.solu02nr .nrimg img {
  width: 100%;
  height: 100%;
}

.solu02nr .nrxq {
  float: right;
  width: calc(100% - 7.8rem);
  margin-top: 1.4rem;
  padding-top: 0.3rem;
  border-top: 2px solid #9b0000;
}

.solu02nr .nrxq li {
  width: 100%;
  float: left;
  font-size: 0.18rem;
  line-height: 0.4rem;
  height: 0.4rem;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.solu02nr .nrxq li b {
  float: left;
  padding-right: 0.2rem;
  font-weight: 400;
}

/*方案详情页*/
.soluxq {
  width: 100%;
  float: left;
  margin: 0.2rem 0;
}

.soluxq .describe {
  float: left;
  width: calc(100% - 0.8rem);
  margin: 0 0.4rem;
}

.soluxq .describe li {
  float: left;
  width: 100%;
  margin-bottom: 0.8rem;
}

.soluxq .describe li .destitle {
  width: 100%;
  float: left;
  font-size: 0.4rem;
  font-weight: 400;
  padding-bottom: 0.2rem;
}

.soluxq .describe li .desnr {
  float: left;
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.36rem;
  margin-bottom: 0.5rem;
}

.soluxq .describe li .desimg {
  width: 100%;
  float: left;
}

.soluxq .describe li .desimg img {
  max-width: 100%;
}

.soluxq .describe h4 {
  width: 100%;
  float: left;
  font-size: 0.4rem;
  font-weight: 400;
  padding-bottom: 0.2rem;
}

.soluxq .describe p {
  float: left;
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.36rem;
  margin-bottom: 0.5rem;
}

.soluxq .describe img {
  max-width: 100%;
}

/*产品详情页*/
.soluxq .describe02 {
  width: 100%;
  /* float: left; */
  margin: 0.6rem 0 0.2rem 0;
}

.soluxq h1 {
  font-size: 40px;
  margin-bottom: 30px;
}

.soluxq .describe02 ul {
  padding-left: 20px;
  list-style: disc;
}

.soluxq .describe02 li {
  /* width: 100%; */
  /* float: left; */
  font-size: 18px;
  list-style: disc;
  margin-bottom: 10px;
}

.soluxq .describe02 table li {
  font-size: 16px;
}

.soluxq .describe02 p {
  margin-bottom: 30px;
  font-size: 16px;
}

.soluxq .describe02 h3 {
  font-size: 24px;
  margin: 20px 0;
}

.soluxq .describe02 .desimg02 {
  width: 50%;
  float: left;
}

.soluxq .describe02 img,
.soluxq .describe02 .desimg02 img {
  max-width: 100%;
  height: auto;
}

.soluxq .describe02 .desnr02 {
  float: right;
  width: 40%;
  padding: 0.6rem 0.4rem 0.6rem 0;
}

.soluxq .describe02 .desnr02 h4 {
  float: left;
  width: 100%;
  font-size: 0.36rem;
  font-weight: 400;
  margin-bottom: 0.2rem;
}

.soluxq .describe02 .desnr02 p {
  padding-left: 0.1rem;
  color: #727272;
  line-height: 0.32rem;
  font-size: 0.17rem;
  position: relative;
  float: left;
}

.soluxq .describe02 p {
  line-height: 1.5;
}

.soluxq .describe02 .desnr02 p:before {
  content: '';
  position: absolute;
  background: #727272;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  left: 0;
  top: 0.14rem;
}

.soluxq .describe02 .aligncenter {
  display: flex;
}

.soluxq .describe02 .aligncenter img {
  margin: auto;
}

.soluxq .describe02 li:nth-child(2n) .desimg02 {
  float: right;
}

.soluxq .describe02 li:nth-child(2n) .desnr02 {
  float: left;
}

.soluxq .describe02 figure {
  width: 100%;
  overflow: auto;
}

.soluxq .describe02 table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

.soluxq .describe02 table tr,
.soluxq .describe02 table td {
  border: 1px solid #eee;
  padding: 10px;
}

/*用户服务*/
.user {
  width: 100%;
  float: left;
  margin: 0.8rem 0;
  height: 9rem;
}

.user .userys {
  float: left;
  width: 100%;
  position: relative;
}

.user .userys li {
  float: left;
  position: absolute;
}

.user .userys li span {
  width: 4.25rem;
  height: 3.6rem;
  float: left;
  overflow: hidden;
}

.user .userys li span img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.user .userys li .usernr {
  width: calc(100% - 0.6rem);
  position: relative;
  z-index: 10;
  height: 1.2rem;
  background: #fafafa;
  float: left;
  padding: 0.3rem 0.3rem;
  overflow: hidden;
}

.user .userys li h4 {
  width: 100%;
  float: left;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 10;
}

.user .userys li p {
  float: left;
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.34rem;
  color: #727272;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 10;
}

.user .userys li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.user .userys li .usernr:after {
  position: absolute;
  content: '';
  z-index: 9;
  background: #c7000b;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
}

.user .userys li:hover .usernr:after {
  width: 100%;
  z-index: 9;
}

.user .userys li:hover .usernr,
.user .userys li:hover .usernr p {
  color: #fff;
}

.user .userys .title {
  width: 6.5rem;
  height: 3.6rem;
  border-bottom: 1.8rem solid #fafafa;
  position: relative;
}

.user .userys .title h3 {
  font-size: 0.4rem;
  width: 4rem;
}

.user .userys .title:before {
  position: absolute;
  width: 1.95rem;
  height: 1.8rem;
  content: '';
  background: #f1f1f1;
  right: 0;
  top: 0;
}

.user .userys .title:after {
  position: absolute;
  width: 1.95rem;
  height: 1.8rem;
  content: '';
  background: #aa1514;
  right: 0;
  bottom: -1.8rem;
}

.user .userys .li01 {
  width: 4.25rem;
  height: 5.4rem;
  left: 6.5rem;
  top: 0;
}

.user .userys .li02 {
  width: 4.25rem;
  height: 5.4rem;
  right: 0;
  top: 2rem;
}

.user .userys .li02 .usernr {
  position: absolute;
  top: 0;
}

.user .userys .li02 span {
  position: absolute;
  top: 1.4rem;
  height: 4.1rem;
  z-index: 8;
}

.user .userys .li03 {
  width: 6.5rem;
  height: 3.9rem;
  top: 5.4rem;
  left: 0;
}

.user .userys .li03 span {
  width: 4.55rem;
  height: 3.9rem;
}

.user .userys .li03 .usernr {
  width: 1.35rem;
  height: 3.3rem;
}

.user .userys .li03 p {
  -webkit-line-clamp: 7;
}

.user .userys .li04 {
  width: 8.5rem;
  height: 3.9rem;
  top: 5.4rem;
  right: 0;
}

.user .userys .li04 span {
  width: 4.25rem;
  height: 3.9rem;
}

.user .userys .li04 .usernr {
  width: 3.65rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.jszc {
  width: 100%;
  float: left;
  margin: 0.4rem 0;
}

.jszc:nth-child(2) {
  margin: 0;
}

.jszc ul {
  float: left;
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -0.15rem; */
}

.jszc li {
  float: left;
  /* margin: 0 0.2rem; */
  /* width: 4.6rem; */
  /* background: #F2F2F2; */
  margin: 0 0.15rem 0.3rem;
  width: 30.333333%;
}

.jszc li span {
  float: left;
  width: 100%;
  /* height: 2.9rem; */
  display: flex;
  position: relative;
  overflow: hidden;
}

.jszc li span img {
  max-width: 100%;
  width: 100%;
  height: auto;
  /* position: absolute; */
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.desc {
  display: block;
  background: #f2f2f2;
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0.15rem 0.2rem;
}

.jszc li h3 {
  float: none !important;
  /* width: 4.2rem; */
  padding: 0.2rem 0 0.1rem;
  font-size: 0.24rem;
}

.jszc li p {
  /* width: 4.2rem; */
  float: none !important;
  /* height: 0.52rem; */
  font-size: 0.16rem;
  line-height: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fltab {
  width: 100%;
  float: left;
  border-bottom: 1px solid #dcdddd;
}

.fltab ul {
  /* width: calc(100% - 0.8rem); */
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* padding-right: 0.8rem; */
  padding-right: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  background-color: #fff;
  z-index: 3;
  overflow-x: auto;
  overflow-y: hidden;
}

.fltab ul li {
  padding: 0 0.2rem;
  font-size: 0.24rem;
}

.fltab ul li.click a {
  color: #16468d;
}

/*人才招聘*/
.why {
  width: 100%;
  float: left;
  margin: 1rem 0;
  /* height: 4.3rem; */
}

.why .Wtitle {
  margin-bottom: 30px;
  font-size: 0.4rem;
}

.why .Wimg {
  float: left;
  width: 50%;
  overflow: hidden;
  position: relative;
}

.why .Wimg img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.why .Wdes {
  float: left;
  width: 50%;
  padding: 0.4rem 0.4rem 0;
}

.why .Wdes h4 {
  font-size: 0.24rem;
  float: left;
  width: 100%;
  margin-bottom: 0.2rem;
}

.why .Wdes p {
  width: 100%;
  float: left;
  line-height: 0.36rem;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.qyss {
  float: left;
  background: #ffffff;
  width: 100%;
  padding: 0.3rem 0 0 0;
  font-size: 0.16rem;
}

.weizhi {
  float: left;
  width: calc(100% - 0.2rem);
  line-height: 0.25rem;
  padding: 0 0 0.1rem 0.25rem;
  font-size: 0.16rem;
}

.weizhi span {
  color: #333333;
  font-weight: bold;
  float: left;
  padding: 0.1rem 0 0 0;
  line-height: 0.25rem;
  width: 0.8rem;
}

.weizhi a {
  float: left;
  margin: 0.1rem 0.1rem 0 0.1rem;
  line-height: 0.25rem;
  font-size: 0.16rem;
}

.weizhi div {
  float: right;
  width: calc(100% - 0.8rem);
}

.weizhi a:hover {
  float: left;
  color: #16468d;
}

.weizhi .current {
  float: left;
  color: #16468d;
}

.qyss .li01 {
  background: url(../images/zhiwei.png) no-repeat 0;
  background-size: 0.22rem;
}

.qyss .li02 {
  background: url(../images/didian.png) no-repeat 0;
  background-size: 0.22rem;
}

.qyss .li03 {
  background: url(../images/rili.png) no-repeat 0;
  background-size: 0.2rem;
}

.zpnr {
  width: 100%;
  float: left;
  margin: 0.4rem 0;
}

.zpnr .zplist {
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
}

.zpnr .zplist th {
  background: #16468d;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
}

.zpnr .zplist th:first-child {
  border-left: 1px solid #d7d7d7;
}

.zpnr .zplist td {
  border-left: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  padding: 0.15rem 0.05rem;
  line-height: 0.24rem;
  font-size: 0.16rem;
}

.zpnr .zplist td:hover a {
  color: #16468d;
}

/*关于我们*/
.about {
  width: 100%;
  float: left;
  margin: 0.8rem 0 0;
}

.about .abxq {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
}

.about .abxq .abimg {
  float: left;
  width: 7.68rem;
  height: 4.68rem;
  overflow: hidden;
}

.about .abxq .abimg img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

.about .abxq:hover .abimg img {
  transform: scale(1.1);
  transition: all 0.4s;
}

.about .Wtitle {
  position: relative;
}

.about .Wtitle:before {
  content: '';
  position: absolute;
  background: #16468d;
  width: 0.6rem;
  height: 0.05rem;
  top: -5px;
  left: 0;
}

.about .abxq .abnr {
  position: relative;
  width: 50%;
  background: #fafafa;
  padding: 0.4rem;
  margin-left: -0.5rem;
  overflow: hidden;
}

.about .abxq .abnr h5 {
  float: left;
  width: 100%;
  font-size: 0.28rem;
  margin-bottom: 0.2rem;
  font-weight: 400;
  color: #16468d;
}

.about .abxq .abnr p {
  position: relative;
  float: left;
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #999;
}

.about .abxq .abnr:after {
  position: absolute;
  content: '';
  background: #16468d;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  z-index: 9;
}

.about .abxq:hover .abnr p,
.about .abxq:hover .abnr p span {
  color: #fff !important;
  z-index: 10;
}

.about .abxq:hover .abnr:after {
  width: 100%;
  transition: all 0.4s;
}

.about .Wtitle {
  float: none;
  font-size: 0.3rem;
  margin-bottom: 30px;
}

.about .Wtitle a {
  font-size: 16px;
  color: #16468d;
  font-weight: 400;
  border: 1px solid #16468d;
  padding: 0.06rem 0.3rem;
  width: max-content;
  display: flex;
  margin-top: 15px;
}

.about .Wtitle a:hover {
  background: #16468d;
  color: #fff;
}

/*历史*/
.history {
  float: left;
  width: 100%;
  margin: 1rem 0 0.4rem;
  overflow: hidden;
}

.history .wd1200 {
  display: flex;
  flex-wrap: wrap;
}

.history .lslc {
  width: 50%;
  float: left;
  position: relative;
}

.history .lslc li {
  float: left;
  width: calc(100% - 1px);
  /* border-right:1px solid #dcdddd; */
  padding-top: 0.9rem;
  border-top: 1px solid #dcdddd;
  padding-bottom: 0.2rem;

  display: flex;
  justify-content: space-between;
}

.history .lslc li:first-child {
  border-top: 0;
}

.history .lslc li .lsnr {
  float: left;
  width: 5.2rem;
}

.history .lslc li .lsnr span {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}

.history .lslc li .lsnr span img {
  max-width: 100%;
}

.history .lslc li .lsnr h4 {
  float: left;
  width: 100%;
  font-size: 0.24rem;
  margin: 0.2rem 0;
}

.history .lslc li .lsnr p {
  font-size: 0.18rem;
  float: left;
  width: 100%;
  line-height: 0.32rem;
}

.history .lslc li .lstime {
  /* width: calc(100% - 6rem); */
  width: auto;
  float: right;
  font-size: 0.4rem;
  font-weight: 600;
  text-align: right;
  padding-right: 0.2rem;
  position: relative;
}

.history .lcright li {
  flex-direction: row-reverse;
}

.history .lslc.lcright li .lstime {
  padding-right: 0;
  padding-left: 0.2rem;
}

.history .lslc li .lstime p {
  position: relative;
}

.history .lslc li .lstime p::before {
  content: '';
  position: absolute;
  width: 0.15rem;
  height: 0.15rem;
  /*background: #c7000b;*/
  background: #16468d;
  /* right: -0.08rem; */
  right: -0.3rem;
  bottom: -0.06rem;
  border-radius: 50%;
  z-index: 9;
}

.history .lcright.lslc li .lstime p::before {
  left: -0.27rem;
  right: auto;
}

.history .lslc li .lstime p::after {
  position: absolute;
  bottom: -1px;
  right: -0.2rem;
  width: 123%;
  height: 1px;
  content: '';
  background: #dcdddd;
}

.history .lcright.lslc li .lstime p::after {
  left: -0.27rem;
  right: auto;
}

.history .lcright li .lsnr {
  /* width: auto; */
  padding-left: 0.2rem;
}

.history .lcright {
  padding-top: 4rem;
  border-left: 1px solid #dcdddd;
  width: calc(50% - 1px);
}

.history .lcright li {
  border-right: 0;
}

.history .lcright li .lsnr {
  float: right;
}

.history .lcright li .lstime {
  float: left;
}

.history .lcright li .lstime:after {
  left: -0.08rem;
}

.history .lcright li:first-child {
  border-top: 1px solid #dcdddd;
}

/*联系我们*/
.contant {
  width: 100%;
  float: left;
  margin: 0.6rem 0;
}

.contant .Cleft {
  width: 6rem;
  float: left;
}

.contant .Cleft .p1 {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.contant .Cleft .p2 {
  font-size: 0.24rem;
  margin-bottom: 0.4rem;
}

.contant .divmap {
  width: calc(100% - 7rem);
  height: 5rem;
  float: right;
}

.contant .divmap img {
  max-width: 100%;
}

.contant .Cleft .p3 {
  font-size: 0.24rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  padding-top: 0.4rem;
  padding-left: 0.5rem;
  background: url(../images/address.png) no-repeat 0;
  background-size: 0.5rem;
}

/*在线留言*/
.message {
  width: 100%;
  float: left;
  margin: 0.6rem 0;
}

.message .wd1200 {
  border-top: 1px solid #ebebeb;
  padding-top: 0.8rem;
}

.product-box {
  width: 12rem;
  float: left;
  min-height: 5.5rem;
}

.contact-txt2 {
  width: 3.7rem;
  float: left;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #333;
  padding-top: 0.4rem;
  min-height: 6.82rem;
}

.contact-ly {
  width: 9rem;
  float: left;
  padding-top: 0;
}

.ly-box {
  margin-bottom: 0.2rem;
}

.ly-box label {
  padding-right: 0.2rem;
}

.ly-box label input {
  height: auto;
}

.ly-box input {
  height: 0.5rem;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #999;
}

.ly-box textarea {
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #999;
  font-family: 'Microsoft YaHei', Arial;
}

.ly-txt1 {
  width: 4.4rem;
}

.ly-txt2 {
  width: 1.7rem;
}

.ly-txt3 {
  width: 8rem;
  height: 2rem;
  padding-top: 0.1rem;
}

.ly-button {
  width: 1.8rem;
  height: 0.52rem;
  background: #16468d;
  border: none;
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
  border-radius: 3px;
}

.message .wd1200 .lbtitle:before {
  width: 0;
}

.message .wd1200 .lbtitle {
  border-top: 1px solid #ebebeb;
  padding-top: 0.5rem;
  margin-left: 0;
}

.message .gzwm {
  float: left;
  width: 100%;
}

.message .gzwm li {
  float: left;
  margin: 0 0.1rem;
}

.message .gzwm li:first-child {
  margin-left: 0;
}

.message .gzwm li a {
  float: left;
}

.message .gzwm li p {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 0.18rem;
}

/*脑客中国*/
.nkzg {
  width: 100%;
  float: left;
  margin: 0.4rem 0;
}

.nkzg .outline {
  width: calc(100% - 0.4rem);
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #ebebeb;
  float: left;
  margin-bottom: 0.4rem;
  margin: 0.4rem 0;
}

.nkzg .outline .nknr {
  width: 12rem;
  float: left;
}

.nkzg .outline .nknr li {
  width: 100%;
  float: left;
  font-size: 0.18rem;
  /* font-weight: 600; */
  line-height: 0.3rem;
}

.nkzg .outline .nkwx {
  width: 2rem;
  float: right;
}

.nkzg .wp-block-column figure img,
.nkzg .outline .nkwx img {
  width: 1.4rem;
  height: 1.4rem;
}

.nklist {
  width: 100%;
  float: left;
  margin: 0.4rem -0.2rem;
}

.nklist li {
  float: left;
  /*margin: 0 0.2rem 0.2rem 0.2rem;*/
  /* width: 4.6rem; */
  /*width: 4.73rem;*/
  padding: 0 0.2rem 0.2rem 0.2rem;
  width: 33%;
}

.nklist li .zbimg {
  /* float: left; */
  /* width: 4.6rem; */
  /*width: 4.73rem;*/
  /* width: 100%; */
  /* height: 2.8rem; */
  overflow: hidden;
  display: block;
  aspect-ratio: 16/9;
}

.nklist li .zbimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nklist li .nkzb {
  float: left;
  /*width: 4.73rem;*/
  width: 100%;
  background: #f2f2f2;
  padding: 0.2rem 0.2rem;
}

.nklist li .nkzb h2 {
  float: left;
  /* height: 0.4rem; */
  line-height: 0.4rem;
  width: 100%;
  text-align: center;
  /* text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; */
  font-size: 0.2rem;
  color: #666;
  margin-bottom: 10px;
  height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}

.nklist li .nkzb i {
  position: relative;
  font-style: normal;
  height: 0.4rem;
  line-height: 0.4rem;
  float: none;
  padding-left: 0;
  width: max-content;
  background-size: 0.16rem;
  font-size: 0.18rem;
  display: flex;
  justify-content: center;
  margin: auto;
}

.nklist li .nkzb i::before {
  position: absolute;
  top: 5px;
  left: -25px;
  width: 30px;
  content: '';
  background: url(../images/weizhi.png) no-repeat left center;
  height: 30px;
  background-size: 60%;
}

.nklist li .nkzb p {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 0.4rem;
  margin-bottom: 0.1rem;
}

.nklist li .nkzb p a {
  font-size: 0.16rem;
  color: #16468d;
  border: 1px solid #16468d;
  padding: 0.1rem 0.4rem;
}

.brain-hacker .wp-block-group__inner-container .wp-block-quote.is-style-large {
  margin: 0;
}

/*新闻资讯*/
.news02 {
  width: 100%;
  float: left;
  margin: 0.4rem 0;
}

.news02 .zxnews {
  width: 8.5rem;
}

.news02 .zxnews span {
  float: left;
  width: 8.5rem;
  height: 5.5rem;
}

.news02 .zxnews span img {
  width: 100%;
  height: 100%;
}

.news02 .zxnews p {
  float: left;
  background: #e9e9e9;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  font-size: 0.24rem;
}

.news02 .allnews {
  width: 5.9rem;
  background: #f8f8f8;
}

.news02 .allnews .Nlist {
  float: left;
  width: 5.5rem;
  padding: 0 0.2rem;
  height: 5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.news02 .allnews .Nlist li {
  float: left;
  width: 100%;
  margin: 0.1rem 0 0.1rem;
}

.news02 .allnews .Nlist li p {
  font-size: 0.18rem;
  float: left;
  width: 100%;
  font-weight: 600;
  line-height: 0.3rem;
}

.news02 .allnews .Nlist li span {
  font-size: 0.2rem;
  color: #666;
}

.news02 .allnews .Nmore {
  float: left;
  width: 100%;
  background: #f2f2f2;
  height: calc(1.1rem - 2px);
  border-top: 2px solid #fff;
  text-align: center;
  position: relative;
}

.news02 .allnews .Nmore a {
  color: #16468d;
  border: 1px solid #16468d;
  padding: 0.1rem 0.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
  font-size: 0.18rem;
}

/*滚动条样式*/
.test-1::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.05rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.test-1::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #bdbcbc;
}

.test-1::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.test-1 {
  scrollbar-width: thin;
  /* 比默认滚动条窄*/
  scrollbar-color: #bdbcbc #ededed;
}

/*新闻详情页*/
.newsdes {
  width: 100%;
  float: left;
  margin: 0.2rem 0;
}

.newsdes h1 {
  width: 100%;
  font-size: 0.35rem;
  margin: 0.2rem 0 0.05rem;
}

.newsdes .publish {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}

.newsdes .publish p {
  color: #999;
  margin-right: 0.2rem;
  font-size: 14px;
}

.newsdes .newms {
  width: 100%;
  line-height: 1.5;
  font-size: 0.16rem;
}

.newsdes .newms p {
  margin-bottom: 30px;
  font-size: 16px;
}

.newsdes .newms img {
  max-width: 100%;
  height: auto;
}

.newsdes .newms ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}

.newsdes .newms ul li {
  list-style: disc;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
}

.newsdes .newms h3 {
  font-size: 24px;
  margin: 20px 0;
}

/*新闻列表*/
.inner-tab {
  text-align: center;
  margin: 0.2rem 0 0.2rem 0;
  float: left;
  width: 100%;
}

.inner-tab li {
  display: inline-block;
  padding: 0 0.3rem;
}

.inner-tab li .icon {
  position: relative;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: #56667a;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.inner-tab li.on .icon {
  background: #da251e;
}

.inner-tab li .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.21rem 0 0 -0.21rem;
  width: 0.42rem;
  height: 0.42rem;
}

.inner-tab li strong {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  color: #000;
}

.inner-tab li.on strong {
  color: #da251e;
}

.inner-content {
  padding: 0.4rem 0 1rem;
}

.news-list {
  float: left;
  width: 100%;
  margin: 0.2rem 0;
}

.news-list .item-list li .picture {
  float: left;
  width: 2.6rem;
  height: 1.6rem;
  position: relative;
}

.news-list .item-list li .picture img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
}

.news-list .item-list li .text-inner {
  float: right;
  width: 12rem;
  color: #999;
  font-size: 0.16rem;
}

.news-list .item-list li .text-inner .date {
  padding: 0.2rem 0 0.1rem 0;
  float: left;
  width: 100%;
}

.news-list .item-list li .text-inner .title {
  width: 100%;
  font-size: 0.18rem;
  float: left;
  padding-bottom: 0.1rem;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
}

.news-list .item-list li .text-inner .descrition {
  float: left;
  width: 100%;
  line-height: 0.3rem;
  color: #bbbbbb;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list .item-list li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.news-list .item-list li:hover .title a {
  color: #cc0000;
  transition: all 0.5s ease;
}

.news-list li {
  box-sizing: border-box;
  margin-bottom: 30px;
}

.news-list li .item {
  padding: 30px;
  background: #f9f9f9;
}

.news-list li:nth-child(2n) {
  margin-right: 0;
}

.news-list .news-img {
  width: 100%;
}

.news-list .news-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 0.5s ease;
}

.news-list .news-desc {
  margin-top: 20px;
}

.news-list .news-desc .title {
  font-size: 20px;
  margin: 10px 0;
}

.news-list .news-desc .descrition {
  line-height: 1.5;
}

.news-list .news-desc .descrition i {
  display: block;
  margin-top: 0.1rem;
}

.news-list li:hover .news-img img {
  transform: scale(0.9);
  transition: all 0.5s ease;
}

/*职位介绍弹窗*/
.back {
  opacity: 0.7;
  background: rgb(0, 0, 0);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  display: none;
}

.close {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  background: #fff;
  /* border:1px solid #ccc; */
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  z-index: 1004;
  font-size: 0.2rem;
  color: #383636;
  box-shadow: 1px 1px 2px #565353;
  cursor: pointer;
}

.zwjs {
  width: 10.6rem;
  padding: 0.6rem 0.4rem;
  height: 6rem;
  background: #fff;
  box-shadow: 1px 1px 2px #f2f2f2;
  z-index: 1001;
  top: 14%;
  left: 50%;
  margin-left: -5.3rem;
  position: fixed;
  display: none;
}

.zwjs h3 {
  background: #cc0000;
  padding: 0.2rem;
  color: #fff;
  font-size: 0.3rem;
  font-weight: normal;
  margin-bottom: 0.2rem;
}

.zwjs .zwdes {
  white-space: pre;
  line-height: 0.42rem;
  font-size: 0.22rem;
  overflow: auto;
  height: 5.4rem;
}

/* 悬浮侧边栏 */
.fixed-aside {
  position: fixed;
  right: 0;
  bottom: 300px;
  z-index: 999;
  padding: 20px 6px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #002060;
}

.fixed-aside .item {
  margin-bottom: 15px;
  transition: all 0.5s;
}

.fixed-aside .item:hover {
  transform: scale(0.9);
  transition: all 0.5s;
}

.fixed-aside .fixed-up {
  transition: all 0.5s;
}

.fixed-aside .fixed-up:hover {
  transform: translateY(-5px);
  transition: all 0.5s;
}

.fixed-aside .item.fixed-tel img {
  width: 30px;
}

/* 新修改的导航 20220317 */
.index-nav {
  float: none;
  display: flex;
  align-items: center;
  height: 65px;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 40px;
  z-index: 9999;
  background: #fff;
}

.index-nav .wd1200 {
  display: flex;
  justify-content: space-between;
}

.index-nav .wd1200 .navlogo {
  float: none;
}

.index-nav .wd1200 .nav {
  float: none;
  color: #2b2b2b;
}

.index-nav .wd1200 .nav > ul {
  display: flex;
}

.index-nav .wd1200 .nav > li {
  float: none;
}

ul.sub-menu {
  position: absolute;
  top: 106%;
  left: 0;
  width: max-content;
  z-index: 1000;
  background: #fff;
  display: none;
  border-top: 1px solid #eee;
}

.nav li {
  float: none;
}

.nav li:hover a {
  color: initial;
}

.nav li a:hover {
  color: #16468d;
}

ul.sub-menu .sub-menu {
  top: 0;
  left: 100%;
  display: none;
}

.brick {
  height: 1.05rem;
}

/* 弹窗视频 */

.c-video {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
}

.c-video.show {
  display: flex;
}

.c-video__container {
  width: 800px;
  position: relative;
  border: 1px solid #ccc;
}

.video-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.video-wrap iframe,
.video-wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-video__close {
  position: absolute;
  right: -5px;
  top: -30px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.c-video__close span {
  display: inline-block;
  width: 2px;
  height: 20px;
  border-radius: 2px;
  background-color: #fff;
}

.c-video__close span:nth-child(1) {
  transform: translate(7px) rotate(-45deg);
}

.c-video__close span:nth-child(2) {
  transform: translate(1px) rotate(45deg);
}

/* banner video */
.banner-video {
  position: relative;
}

.banner-video-desc {
  position: absolute;
  max-width: 600px;
  top: 75%;
  left: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.banner-video-desc p {
  font-size: 24px;
  margin-bottom: 20px;
}

.video-play {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 1.562505vw;
  border: 2px solid #16468d;
  color: #16468d;
}

.video-play img {
  margin-right: 10px;
}

.has-text-color.has-contrast-color {
  color: #222222;
}

.has-text-color.has-contrast-2-color {
  color: #575760;
}

.has-text-color.has-contrast-3-color {
  color: #f0f0f0;
}

.has-text-color.has-base-color {
  color: #f0f0f0;
}

.has-text-color.has-base-2-color {
  color: #f7f8f9;
}

.has-text-color.has-base-3-color {
  color: #ffffff;
}

.has-text-color.has-accent-color {
  color: #1e73be;
}

.has-contrast-1-color {
  color: #222222;
}

.has-contrast-2-color {
  color: #575760;
}

.has-contrast-3-color {
  color: #b2b2be;
}

.has-contrast-4-color {
  color: #f0f0f0;
}

.has-contrast-5-color {
  color: #f7f8f9;
}

.has-contrast-6-color {
  color: #ffffff;
}

.has-contrast-7-color {
  color: #1e73be;
}

.has-base-background-color {
  background: #f0f0f0;
}

.has-contrast-background-color {
  background: #222222;
}

.has-contrast-2-background-color {
  background: #575760;
}

.has-contrast-3-background-color {
  background: #b2b2be;
}

.has-base-background-color {
  background: #f0f0f0;
}

.has-base-2-background-color {
  background: #f7f8f9;
}

.has-base-3-background-color {
  background: #ffffff;
}

.has-accent-background-color {
  background: #1e73be;
}

.has-medium-font-size {
  font-size: 20px;
}

@media (max-width: 1540px) {
  .nav li a,
  .topcat li {
    font-size: 16px;
  }
  .search_in{
    width: 160px;
  }
}

@media (max-width: 1250px) {
  .nav li a,
  .topcat li {
    font-size: 12px;
  }
}

@media (max-width: 1023px) {
  .video li,
  .news .newsnr li {
    margin: 0.1rem;
  }
}

@media (max-width: 900px) {
  .nav li a,
  .topcat li {
    font-size: 12px;
  }

  .nav {
    width: 53vw;
  }

  .search_in form #search-bg input {
    /* width: 1.7rem; */
  }
}

/* ------- HQT --------------- */
.nktab {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid #ebebeb;
  font-weight: bold;
  margin: 0.2rem 0;
}

.nktab li {
  font-size: 0.24rem;
  margin: 0 0.8rem 0 0;
  float: left;
}

.nktab li.lick a {
  color: #16468d;
  position: relative;
}

.nktab li.lick a:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #16468d;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.37rem;
}

@media screen and (max-width: 749px) {
  .nktab li {
    font-size: 0.28rem;
  }
}

/* HQT */
.nkzg .item-list li {
  float: left;
  width: 100%;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  width: calc(100% - 0.4rem);
}

.nkzg .item-list li:nth-child(2n) {
  background: #f9f9f9;
}

.nkzg .item-list li a {
  display: block;
}

.nkzg .item-list li .picture {
  float: left;
  width: 2.6rem;
  /* height: 1.6rem; */
  position: relative;
  width: 20vw;
  height: 11.2vw;
  overflow: hidden;
}

.nkzg .item-list li .picture img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
}

.nkzg .item-list li a:hover .picture img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.nkzg .item-list li .text-inner {
  width: 55vw;
  float: right;
  color: #999;
  font-size: 0.16rem;
}

.nkzg .item-list li .text-inner .date {
  padding: 0.2rem 0 0.1rem 0;
  float: left;
  width: 100%;
}

.nkzg .item-list li .text-inner .title {
  width: 100%;
  color: #2b2b2b;
  font-size: 0.18rem;
  float: left;
  padding-bottom: 0.1rem;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
}

.nkzg .item-list li a:hover .text-inner .title {
  color: #cc0000;
  transition: all 0.5s ease;
}

.nkzg .item-list li .text-inner .descrition {
  float: left;
  width: 100%;
  line-height: 0.3rem;
  color: #bbbbbb;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wpcf7-response-output {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 768.98px) {
  .nkzg .item-list li {
    float: left;
    width: calc(100% - 0.4rem);
    padding: 0.4rem 0.2rem;
    margin: 0;
  }

  .nkzg .item-list li .picture {
    float: left;
    width: 2.6rem;
    height: 1.8rem;
    position: relative;
  }

  .nkzg .item-list li .picture img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
  }

  .nkzg .item-list li .text-inner {
    float: right;
    width: calc(100% - 2.8rem);
    color: #999;
    font-size: 0.26rem;
  }

  .nkzg .item-list li .text-inner .date {
    padding: 0.1rem 0 0.1rem 0;
    float: left;
    width: 100%;
  }

  .nkzg .item-list li .text-inner .title {
    width: 100%;
    font-size: 0.28rem;
    float: left;
    padding-bottom: 0.1rem;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
  }

  .nkzg .item-list li .text-inner .descrition {
    float: left;
    width: 100%;
    line-height: 0.36rem;
    color: #bbbbbb;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .wpcf7-response-output {
    font-size: 16px;
  }
}
