#box {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 15;
}

body {
  font-family: "Source Han Sans CN";
  font-weight: 100;
}

#box .one {
  /* width: 650px; */
  position: absolute;
  left: 50%;
  margin-left: -650px;
}

#big-container {
  height: 100vh;
  overflow: hidden;
}

#navbarBox {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  background: url(../imgs/navbg.png) top center no-repeat;
  background-size: 100% 100%;
  z-index: 100;
  display: none;
}

#navbarBoxone {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  background: url(../imgs/writeBg.png) top center no-repeat;
  background-size: 100% 100%;
  z-index: 100;
  display: none;
}

#navbar {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  /* line-height: 60px;    */
  background-size: 100% 100%;
  z-index: 200;
  min-width: 1000px;
}

#navbarone {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  /* line-height: 60px;    */
  background-size: 100% 100%;
  z-index: 200;
}

.nav-word {
  float: left;
  width: 20%;
  height: auto;
  margin: 0 0 0 135px;
  line-height: 60px;
}

.nav-word img {
  width: 290px;
}

.nav-word a {
  color: #fff;
}

.nav-menu {
  margin-right: 185px;
  margin-top: 20px;
  width: 40%;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  right: 0;
}

.productP {
  font-weight: 600
}

.menu-ist img {
  width: 20px;
}

.newsoutline {
  padding-left: 10px;
}

.menu-word {
  color: #fff;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  /* font-size: 16px; */
  float: left;
  position: relative;
  /* letter-spacing: 1.8px; */
  /* padding-left: 30px; */
  width: 14%;
  text-align: center;
}

.menu-wordone {
  color: black;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  /* font-size: 16px; */
  float: left;
  position: relative;
  /* letter-spacing: 1.8px; */
  /* padding-left: 30px; */
  width: 100px;
  text-align: center;
}

/* .menu-word:hover {
  color: #F1A66E;
} */

.menu-list a:hover {
  color: #F1A66E;
}

.menu-ist a:hover {
  color: #F1A66E;
}

.menu-line {
  margin-right: 15px;
  margin-left: 15px;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}

.menu-list {
  display: inline-block;
  /* width: 120px; */
  /* padding-left: 15px; */
  margin-bottom: 10px;
}

.menu-ist {
  display: inline-block;
  width: 250px;
  /* padding-left: 15px; */
  margin-bottom: 10px;
  position: absolute;
  top: -1px;
  left: 0;
}

#feature-menu {
  width: 90px;
  display: none;
  background-color: #fff;
  text-align: center;
  padding: 10px 0 20px 0;
  border-radius: 5px;
  position: relative;
  left: 3px;
  color: #fff;
  font-size: 14px;
  /* margin-top: 10px; */
  font-family: PingFangSC-Regular;
  letter-spacing: 1.8px;
}

#feature-menu div {
  margin: 5px auto;
}

#feature-menu a {
  color: #282828;
}

#feature-menu a:hover {
  color: #F1A66E;
}

.listenOur {
  width: 100%;
  height: 200px;
  background: url(../imgs/listenOur.png) center center no-repeat;
  background-size: cover;
}

/*向上*/
.triangle {
  position: absolute;
  top: -21px;
  left: 47.5%;
  width: 0px;
  height: 0px;
  *width: 4px;
  *height: 4px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
}

.topjj {
  width: 550px !important;
  left: -219px !important;
  padding-top: 30px !important;
}

.topjj ul {
  width: 33%;
  float: left;
}

.topjj ul li {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: left;
  margin-left: 30px;
}

.topjj ul p {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #282828;
  letter-spacing: 1.08px;
  text-align: left;
  border-bottom: 1px solid rgba(151, 151, 151, .3);
  width: 110px;
  margin-left: 30px;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

#nav-icon a {
  width: 26px;
  height: 26px;
  display: block;
}

#big-container .swiper-container {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#big-container .swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  border-radius: 3px;
  background: #fff;
  opacity: 1;
}

#big-container .swiper-pagination-bullet-active {
  width: 45px;
  height: 5px;
  border-radius: 3px;
  background: #FFF;
}

#big-container .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 8vh;
  left: 0;
  width: 100%;
}

.banner1,

.banner4,
.banner5,
.banner6,
.banner7,
.banner8,
.banner9,
.banner10 {
  width: 100%;
  height: 100%;
  background: url(../imgs/banner-12.png) center center no-repeat;
  background-size: cover;
}

.banner2 {
  width: 100%;
  height: 100%;
  background: url(../imgs/banner-21.png) center center no-repeat;
  background-size: cover;
}

.banner3 {
  width: 100%;
  height: 100%;
  background: url(../imgs/banner-311.png) center center no-repeat;
  background-size: cover;
}

.bannerImg {
  width: 100%;
  height: 100%;
}

.bannerBtn {
  width: 150px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: center;
  letter-spacing: 1.56px;
  /* background: url(../imgs/btn-bg1.png) center center no-repeat; */
  border: solid 2px #fff;
  border-radius: 60px;
  border-radius: 44px;
  cursor: pointer;
  margin: auto;
  margin-top: 5%;

}

.bannerBtnone {
  width: 150px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #000;
  text-align: center;
  letter-spacing: 1.56px;
  /* background: url(../imgs/btn-bg1.png) center center no-repeat; */
  border: solid 2px #fff;
  border-radius: 60px;
  border-radius: 44px;
  cursor: pointer;
  margin: auto;
  margin-top: 5%;
  font-weight: 600
}

.bannerBtn1 {
  position: absolute;
  top: -120px;
  left: 85px;
  width: 100px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 900;
  color: #000;
  text-align: center;
  letter-spacing: 1.56px;
  background: url(../imgs/btn-bg2.png) center center no-repeat;
  border-radius: 44px;
  cursor: pointer;
  margin: 510px 100px;
}

.bannerBtn1 {
  width: 150px;
}

.bannerBtn a {
  color: #fff;
}


.xhtit {
  width: 250px;
  position: absolute;
  left: 50%;
  top: 47%;
  margin-left: -125px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  letter-spacing: 2px;
  z-index: 20;
}

.tybtn {
  width: 120px;
  height: 40px;
  position: absolute;
  border-radius: 20px;
  bottom: 16%;
  left: 50%;
  margin-left: -61px;
  z-index: 20;
  font-size: 14px;
  letter-spacing: 2px;
  background: -webkit-linear-gradient(top, #0ec3f5, #3142dd);
  background: -o-linear-gradient(top, #0ec3f5, #3142dd);
  background: -moz-linear-gradient(top, #0ec3f5, #3142dd);
  background: linear-gradient(top, #0ec3f5, #3142dd);
  transition: all .2s ease;
}

.tybtn a {
  display: inline-block;
  height: 100%;
  width: 100%;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  transition: all .3s ease;
}

.tybtn a:hover {
  background: #fff;
  color: #3c29a7;
}

/* 第二屏 */
#bigBg {
  width: 100%;
  height: auto;
  /* background: url(../imgs/bigbg.jpg) top center no-repeat;
    background-size: cover; */
}

.cpalbj {
  /* width: 100%; */
  height: auto;
  background: url(../imgs/productBgone.png) top center no-repeat;
  background-size: cover;
  padding-bottom: 10px;
}

.cpal {
  width: 136px;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
}


.cpal .cpalimg {
  width: 240%;
  position: relative;
  top: 27px;
  left: -95px;
}

.cpal h2,
.cpal p,
.cpld h2,
.cpld p {

  text-align: center;
  color: #FFFFFF;
  line-height: 28px;
}

.txt {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: PingFangSC-Thin, Arial, sans-serif;
  opacity: 0.7;
  text-align: center;
  margin-top: 25px;
}

/* 产品案例 */
.titleJX {
  margin-top: 60px;
}

/* {
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
  } */
.tabCon {
  width: 100%;
}

.btn {
  text-align: center;
  margin-bottom: 50px;
}

.btn span {
  width: 100px;
  display: inline-block;
  margin-left: -10px;
  font-family: PingFangSC-Thin, Arial, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.48px;
  cursor: pointer;
  padding: 5px 0;
}

.btn span:hover {
  color: #129AFF;
  /*background: url(../imgs/Rectangle@2x.png) center center no-repeat;*/
  background-size: 100% 100%;
}

.btn .clickSpan {
  color: #129AFF;
  /*background: url(../imgs/Rectangle@2x.png) center center no-repeat;*/
  background-size: 100% 100%;
}

.btn .lspan {
  margin-left: 50px;
  margin-right: 50px;
}

.zhengwu {
  width: 100%;
  min-width: 1000px;
}

.zhengwu>ul>li {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-bottom: 8px;
  /*hover时img原图放大*/
  /*hover时遮罩dark 透明度增加 变大*/
  /*没hover*/
  /*遮罩*/
}

.erImg {
  width: 100px;
  height: 100px;
  background: #ffffff;
  padding: 2px;
  /* margin: 17px; */
  margin-top: 18px;
  display: inline-block;
}

.erImg img {
  width: 96px !important;
  height: 99px !important;
  border-radius: 0 !important;
}

.zhengwu>ul>li:hover {
  z-index: 1;
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
}

.zhengwu>ul>li:hover .dark {
  opacity: 1;
  transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transition: opacity 0.3s;
}

.zhengwu>ul>li .list-warp {
  box-sizing: border-box;
  margin: 0 8px;
  position: relative;
  border-radius: 10px;
}

.zhengwu>ul>li img {
  width: 100%;
  height: 370px;
  transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  border-radius: 10px;
}

.zhengwu>ul>li .dark {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #2A3059;
  text-align: center;
  border-radius: 10px;
  /*扫码那段字取消 否则二维码太小扫不上*/
}

.zhengwu>ul>li .dark p {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: PingFangSC-Thin, Arial, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
}

.zhengwu>ul>li .dark .span1 {
  font-family: PingFangSC-Thin, Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1.33px;
  text-align: center;
  display: block;
}

.zhengwu>ul>li .dark .ertu {
  width: 145px;
  height: 145px;
  background: url(../imgs/Group8@2x.png);
  background-size: cover;
  margin: 10px auto;
}

.zhengwu>ul>li .dark .ishide {
  display: none;
}

.zhengwu>ul>li .dark .erImg {
  width: 100px;
  height: 100px;
  background: #ffffff;
  padding: 2px;
  /* margin: 17px; */
  margin-top: 18px;
  display: inline-block;
}

.zhengwu>ul>li .dark .erImg canvas {
  width: 99px;
}

.zhengwu>ul>li .dark .span2 {
  margin: 0 auto;
  margin-top: 13px;
  font-family: PingFangSC-Thin, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-align: center;
}

.zhengwu>ul>li .tanc {
  display: block;
  position: absolute;
  width: 80px;
  height: 26px;
  line-height: 24px;
  font-size: 13px;
  color: #fff;
  margin: 0 auto;
  left: 50%;
  margin-left: -40px;
  bottom: 45px;
  border: 1px solid rgba(255, 255, 255, .6);
  ;
  border-radius: 15px;
  box-sizing: border-box;
  cursor: pointer;
  /*hover后的图片定位 但是透明度为0 不显示*/
}

.zhengwu>ul>li .dark .tanc:hover {
  background: #fff;
  color: #000;
}

.zhengwu>ul>li .dark a img:first-child {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.zhengwu>ul>li .dark a img:last-child {
  width: 92px;
  /* height: 28px; */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.zhengwu>ul>li .dark a:hover img:first-child {
  opacity: 0;
  transition: opacity .4s;
}

.zhengwu>ul>li .dark a:hover img:last-child {
  opacity: 1;
  transition: opacity .3s;
}

.more {
  width: 100%;
  margin-top: 88px;
}

.more a {
  width: 127px;
  height: 39px;
  display: block;
  margin: 0 auto;
  position: relative;
  /*hover后的图片定位 但是透明度为0 不显示*/
}

.more a img:first-child {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.more a img:last-child {
  width: 127px;
  height: 39px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.more a:hover img:first-child {
  opacity: 0;
  transition: opacity .4s;
}

.more a:hover img:last-child {
  opacity: 1;
  transition: opacity .3s;
}


.swiperCon {
  width: 1000px;
  /* height: 400px; */
  margin: 110px auto;
  position: relative;
}

.conSwiper {
  margin-top: 50px;
  width: 1000px;
  /* height: 400px;  */
}

.swiperCon .swiper-pagination {
  width: 100%;
  top: -70px;
  left: 0;
}

.swiperCon .swiper-pagination-bullet {
  width: 105px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(1, 1, 1, 0);
  border: 1px solid rgba(1, 1, 1, 0);
  opacity: 1;
  margin: 0 15px;
  outline: none;
}

.swiperCon .swiper-pagination-bullet:hover {
  color: #000;
  background: url(../imgs/btnbg.png) center center no-repeat;
  border-radius: 18px;
}

.swiperCon .swiper-pagination-bullet-active {
  width: 105px;
  height: 30px;
  line-height: 30px;
  color: #000;
  background: url(../imgs/btnbg.png) center center no-repeat;
  /* linear-gradient(-180deg, #FFCCA6 0%, #F0A36A 100%); */
  border-radius: 18px;
  /* margin: 0 30px; */
  outline: none;
}

.anliBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
}

.anli {
  width: 1280px;
  height: 720px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -640px;
  margin-top: -360px;
}

.anli iframe {
  width: 100%;
  height: 100%;
}

.close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  left: 30px;
  cursor: pointer;
}

.close img {
  width: 40px;
  height: 40px;
}

/* 产品优势 */
.cpysbj {
  width: 100%;
  height: auto;
  background: url(../imgs/businessProcess.png) center center no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-left: 6.9%;
  padding-right: 6.9%;
  box-sizing: border-box;
}

.cpld {
  width: 136px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 50px;
}

.cpld .cpalimg {

  width: 240%;
  position: relative;
  top: 27px;
  left: -95px;

}

.advantage {
  width: 1200px;
  height: 500px;
  margin: 50px auto 0;
  position: relative;
  overflow: hidden;
}

.advantage ul li:nth-child(1) {
  position: absolute;
  width: 67%;
  height: auto;
  bottom: 0px;
  right: 4%;
}

.advantage ul li:nth-child(2) {
  position: absolute;
  width: 50%;
  height: auto;
  bottom: 4%;
  left: 7%;
}

.advantage ul li:nth-child(3) {
  position: absolute;
  width: 21%;
  height: auto;
  bottom: 0;
  left: 44%;
}

.advantage ul li img {
  width: 100%;
}

/* 解决方案 */
.jjfabj {
  width: 100%;
  height: auto;
  background: url(../imgs/ourAdvantageBG.png) center center no-repeat;
  background-size: cover;
  padding-top: 60px;
}

.jjfa {
  color: #FFFFFF;
  width: 150px;
  height: auto;
  margin: 0 auto 60px;
  text-align: center;
}

.jjfa .cpalimg {
  width: 263%;
  position: relative;
  top: 36px;
  left: -125px;
}

#ulcontainer {
  width: 1000px;
  margin: 50px auto 0;
  padding-bottom: 100px;
}

#ulcontainer ul {
  width: 120px;
  border-right: 1px solid rgba(255, 255, 255, .4);
  padding-right: 25px;
  text-align: right;
  float: left;
}

#ulcontainer ul li {
  line-height: 36px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.7px;
  cursor: pointer;
}

#ulcontainer ul li:hover {
  color: #FFF;
}

.onss {
  color: #FFF !important;
}

.soulution {
  width: 810px;
  height: 300px;
  float: left;
  padding: 30px 0 0 40px;
}

.souluSolide {
  padding-bottom: 50px;
  border-bottom: 1px dashed rgba(255, 255, 255, .2);
}

.souluSolide p:nth-child(1) {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
}

.souluSolide p:nth-child(2) {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
}

.about {
  width: 100px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #000;
  text-align: center;
  background: url(../imgs/btnbg.png) center center no-repeat;
  border-radius: 17.5px;
  margin: 30px 0 0;
  cursor: pointer;
}

.about a {
  color: #000;
}

.about:hover {
  background: #fff;
}

.falogo img {
  width: auto;
  height: 50px;
  margin: 20px 0;
}

/* 合作伙伴 */
.hzhbbj {
  width: 100%;
  height: auto;
  /* background: url(../img/cooperation/cooperationBg.jpg) center center no-repeat; */
  background-size: cover;
  background-color: black;
  box-sizing: border-box;
  padding: 60px 15% 85px;
}

.partnerTit {

  height: auto;
  margin: 0 auto;
  color: #FFFFFF;
}

.partnerTit img {
  width: 100%;
}

.partner {
  width: 1000px;
  height: auto;
  margin: 55px auto 0;
}

.partner img {
  width: 100%;
}

.footer {
  width: 100%;
  height: 180px;
  background: url(../imgs/footer.png) top center no-repeat;
  background-size: 100% 100%;

}

.contact {
  width: 1000px;
  margin: 0 auto;
  font-family: PingFangSC-Thin, Arial, sans-serif;
  position: relative;
}

.contact p {
  color: #fff;
  font-size: 16px;
  margin: 0 0 15px 0;
  padding-top: 30px;
  letter-spacing: 1.6px;
}

.contact ul {
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 2px;
  line-height: 24px;
  opacity: 0.8;
}

.logo {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.logo img {
  width: 75px;
}



.contactBg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../imgs/contactBg.jpg) top center no-repeat;
  background-size: 100% 100%;
}

.contactBgo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../imgs/callOur.png) top center;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: cover;

}

/* 公司介绍页面 */
.companyBg {
  width: 100%;
  /* height: 700px; */
  overflow: hidden;
  background: url(../imgs/companyProfileBg.jpg) top center no-repeat;
  background-size: 100% 100%;
}

.gsjsbj {
  width: 1000px;
  margin: 20px auto 30px;
}

.gsjs {
  width: 160px;
  height: 5%;
  margin: 0 auto;
}

.gsjs img,
.zzry img {
  width: 100%;
}

.gsjsTit {
  width: 100%;

  padding-bottom: 45px;
  border-bottom: 1px dashed rgba(67, 79, 138, .7);
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #fff;
  opacity: .8;
  letter-spacing: 1.3px;
  text-align: justify;
  line-height: 31px;
}

.gsjsTit1 {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 20px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #fff;
  opacity: .8;
  letter-spacing: 1.3px;
  text-align: justify;
  line-height: 31px;
}

.zzry {
  width: 164px;
  height: auto;
  margin: 50px auto 35px;
}

.zzryTxt {
  border: 1px solid rgba(67, 79, 138, .8);
  padding: 30px 0 0 85px;
  position: relative;
}

.zzryUl {
  opacity: 0.8;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1.3px;
  text-align: justify;
  line-height: 31px;
  margin-bottom: 40px;
}

.zzryUl span {
  width: 17px;
  height: 17px;
  background-color: #434F8A;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 17px;
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: #fff;
  margin-right: 10px;
}

.txtbg {
  width: 13px;
  height: 13px;
  border: 2px solid #434F8A;
}

.txtleft1 {
  border-bottom-style: none;
  top: -2px;
}

.txtleft1,
.txtleft2 {
  border-right-style: none;
  position: absolute;
  left: -2px
}

.txtleft2 {
  border-top-style: none;
  bottom: -2px
}

.txtright1 {
  border-bottom-style: none;
  top: -2px
}

.txtright1,
.txtright2 {
  border-left-style: none;
  position: absolute;
  right: -2px
}

.txtright2 {
  border-top-style: none;
  bottom: -2px
}

.zzryImg {
  width: 800px;
  height: auto;
  margin-bottom: 35px;
}

.zzryImg img {
  width: 100%;
  height: 150px;
  margin-bottom: 30px;
}

.zzryImg ul li {
  width: 100px;
  /* height: 200px; */
  float: left;
  margin-right: 10px;
  margin-bottom: 60px;
}

.zzryImg ul li p {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  line-height: 22px;
  opacity: .8;
  color: #fff;
  text-align: center;
}



/* 新闻页 */
.newsBg {
  width: 100%;
  height: auto;
}

.titleImg {
  width: 100%;
  position: relative;
  overflow: hidden;
  /*头图*/
  /*头图渐渐变远的动画*/
  /*文字图*/
}

.clearfix:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

.titleImg img:nth-child(1) {
  width: 100%;
  vertical-align: middle;
  animation: touImg 15s linear;
  -moz-animation: touImg 15s linear;
  /* Firefox */
  -webkit-animation: touImg 15s linear;
  /* Safari 和 Chrome */
  -o-animation: touImg 15s linear;
  /* Opera */
}

@keyframes touImg {
  from {
    transform: scale(2);
  }

  to {
    transform: scale(1);
  }
}

@-moz-keyframes touImg {
  from {
    transform: scale(2);
  }

  to {
    transform: scale(1);
  }
}

@-webkit-keyframes touImg {
  from {
    transform: scale(2);
  }

  to {
    transform: scale(1);
  }
}

@-o-keyframes touImg {
  from {
    transform: scale(2);
  }

  to {
    transform: scale(1);
  }
}

.titleImg img:nth-child(2) {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 190px;
  vertical-align: middle;
}

.newsbj {
  width: 100%;
  /* height: 700px; */
  overflow: hidden;
  background: url(../imgs/newsbg.jpg) top center no-repeat;
  background-size: 100% 100%;
  padding-bottom: 100px;
  position: relative;
}

#topNews {
  width: 1000px;
  margin: 50px auto 0;
}

#topNews ul {
  width: 290px;
  float: left;
}

#topNews ul li {
  padding-left: 20px;
  margin-bottom: 15px;
  height: 117px;
  background: rgb(81, 87, 130, .4);
  border-radius: 5px;
  cursor: pointer;
}

#topNews ul li:hover {
  background: rgb(81, 87, 130, .9);
}

.newActive {
  background: rgb(81, 87, 130, .9) !important;
}

#topNews ul li p:nth-child(1) {
  height: 47px;
  width: 94%;
  padding: 10px 0 3px 0;
  overflow: hidden;
  font-family: PingFangSC-Medium;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 1.07px;
}

#topNews ul li p:nth-child(2) {
  opacity: 0.7;
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.56px;
}

#topNews ul li p:nth-child(3) {
  margin-top: 10px;
  width: 65px;
  height: 20px;
  line-height: 19px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 0.6;
  font-family: PingFangSC-Regular;
  font-size: 10px;
  letter-spacing: 1.1px;
}

#topNews ul li p:nth-child(3):hover {
  opacity: 1;
}

.newImg {
  width: 695px;
  height: 380px;
  border-radius: 5px;
  float: right;
  overflow: hidden;
}

.newImg img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all .4s ease-in-out;
  cursor: pointer;
}

.newImg img:hover {
  transform: scale(1.1);
  transition: all .4s ease-in-out
}

.paginationc {
  width: 1000px;
  margin: 40px auto 0;
}

#news-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-content: center;
  height: 100%
}

.newsone {
  width: 32%;
  /* min-height: 200px; */
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px
}

.newsone p:nth-child(2) {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #fff;
  letter-spacing: .89px;
  margin-top: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.newsone p:nth-child(3) {
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: #9b9b9b;
  letter-spacing: .56px;
  margin-top: 8px
}


.news-picture {
  overflow: hidden;
  border-radius: 5px;
  height: 180px;
  text-align: center;
  position: relative
}

.news-picture img {
  width: 100%;
  height: 180px;
  cursor: pointer;
  transition: all .4s ease-in-out;
  border-radius: 5px
}

.newsone img:hover {
  transform: scale(1.1);
  transition: all .4s ease-in-out
}

.essay {
  margin-top: 14px;
  width: 65px;
  height: 20px;
  line-height: 19px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 0.6;
  font-family: PingFangSC-Regular;
  font-size: 10px;
  letter-spacing: 1.1px;
}

.essay:hover {
  opacity: 1;
}

.newsContent {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(14, 17, 29, .6);
  z-index: 1000;
  display: none;
}

#news_container {
  width: 960px;
  height: 84%;
  position: absolute;
  top: 5%;
  background-color: #fff;
  overflow-y: scroll;
  padding: 30px 20px;
  left: 50%;
  margin-left: -500px;
  border-radius: 10px;
}

#news_container::-webkit-scrollbar {
  display: none;
}

#news_container p {
  font-size: 18px !important;
  line-height: 40px;
}

#close {
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: 5%;
  left: 50%;
  margin-left: 515px;
}

#close img {
  width: 100%;
  cursor: pointer;
}

#news_container div:nth-child(1) {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 10px;
}

#news_container div:nth-child(2) {
  font-size: 14px;
  margin: 20px 0;
  color: gray;
}

#news_container img {
  width: 80%;
}

.conVideo {
  width: 100%;
  height: 100%;
}

.whj_jqueryPaginationCss-1 {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 40px;
  margin-left: -395px;
}




/* 解决方案页面 */
.solveBg {
  width: 100%;
  height: auto;
}

.solveTit {
  position: absolute;
  top: 30%;
  width: 100%;
  font-family: PingFangSC-Regular;
  font-size: 26px;
  letter-spacing: 1.1px;
  color: #fff;
  text-align: center;
}

.solveDic {
  position: absolute;
  top: 52%;
  width: 100%;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 1.1px;
  color: rgb(255, 255, 255, .8);
  text-align: center;
}

.solbox {
  position: absolute;
  top: 70%;
  width: 100%;
  text-align: center;
}

.soljzu {
  width: 103px;
  height: 38px;
  line-height: 38px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #000;
  text-align: center;
  letter-spacing: 1.56px;
  background-image: linear-gradient(-180deg, #FFCCA6 0%, #F0A36A 100%);
  border-radius: 17.5px;
  cursor: pointer;
  margin: 0 auto;
}

.soljzu:hover {
  background-image: linear-gradient(-180deg, #fff 0%, #fff 100%);
}

.solveBj {
  width: 100%;
  overflow: hidden;
  background: url(../imgs/solvejjfabg.jpg) top center no-repeat;
  background-size: 100% 100%;
}

.tel {
  width: 13%;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 10px 10px;
  position: absolute;
  top: 55%;
  left: 55%;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #3C3C3C;
  letter-spacing: 1px;
  line-height: 28px;
  display: none;
}

.w {
  width: 1100px;
  margin: 0 auto;
}

.jjfaTit {
  margin: 60px 0 40px 0;
  text-align: center;
}

.solvetit {
  font-family: PingFangSC-Regular;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 2.55px;
  text-align: center;
}

.jjfaImg img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.cptd {
  margin: 40px 0;
}

.jjfaTit img {
  width: 110px;
  height: auto;
  margin-bottom: 10px;
}

.jjfaTit1 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 1.1px;
  color: rgb(255, 255, 255, .7);
  margin-top: 15px;
}

.solveCptd {
  width: 100%;
  overflow: hidden;
  background: url(../imgs/solvecptdbg.jpg) top center no-repeat;
  background-size: 100% 100%;
  margin-top: -2px;
}

.modulars-body {
  margin: 100px 0 180px 0;
}

.modulars-body ul {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}

.product-zhike {
  overflow: hidden;
  width: 192px;
  height: 312px;
  /* flex: 1; */
  transition: background-image .2s;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}

.product-zhike:hover .bg-hover {
  opacity: 1
}

.product-zhike:hover .product-card .icon {
  transform: scale(.49)
}

.product-zhike:hover .product-card .combo {
  transform: translateY(-50px)
}

.product-zhike:hover .product-card .desc {
  opacity: 1;
  transform: translateY(-72px)
}

.product-zhike .bg {
  position: absolute
}

.product-zhike .bg-hover {
  transition: opacity .2s;
  opacity: 0
}

.product-zhike .product-card {
  color: #fff;
  text-align: center;
  transform: translateY(35px)
}

.product-zhike .product-card .combo {
  transition: transform .8s .02s
}

.product-zhike .product-card .combo .icon {
  height: 60px;
  margin: 0 auto;
  transform-origin: bottom;
  transition: transform .6s
}

.product-zhike .product-card .combo .title {
  font-size: 21px;
  margin: 30px 0 52px 0;
  line-height: 36px;
  position: relative
}

.product-zhike .product-card .combo .title1 {
  margin: 10px 0 45px 0;
  position: relative;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.88px;
  text-align: center;
  line-height: 23px;
}


.product-zhike .product-card .combo .title::after {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #fff;
  display: block;
  margin-top: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.product-zhike .product-card .desc {
  width: 176px;
  margin: 0 auto;
  opacity: 0;
  line-height: 26px;
  font-size: 12px;
  transition: opacity .8s .2s, transform .8s .04s;
  text-align: center;
}

.product-zhike .bg img {
  width: 100%;
  height: 100%;
}

/* 客户案例 */
.kehuanli {
  width: 100%;
  overflow: hidden;
  background: url(../imgs/khalbg.jpg) top center no-repeat;
  background-size: 100% 100%;
}

.modulars-body1 {
  margin: 100px 0 180px 0;
}

.modulars-body1 ul {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}

.product-zhike1 {
  overflow: hidden;
  width: 238px;
  height: 355px;
  /* flex: 1; */
  transition: background-image .2s;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}

.product-zhike1:hover .bg-hover1 {
  opacity: 1
}

.product-zhike1:hover .product-card1 .icon1 {
  transform: scale(.49)
}

.product-zhike1:hover .product-card1 .combo1 {
  transform: translateY(-70px)
}

.product-zhike1:hover .product-card1 .desc1 {
  opacity: 1;
  transform: translateY(-72px)
}

.product-zhike1 .bg1 {
  position: absolute
}

.product-zhike1 .bg-hover1 {
  transition: opacity .2s;
  opacity: 0
}

.product-zhike1 .product-card1 {
  color: #fff;
  text-align: center;
  transform: translateY(40px)
}

.product-zhike1 .product-card1 .combo1 {
  transition: transform .8s .02s
}

.product-zhike1 .product-card1 .combo1 .icon1 {
  height: 100px;
  margin: 0 auto;
  transform-origin: bottom;
  transition: transform .6s
}

.product-zhike1 .product-card1 .combo1 .title1 {
  font-size: 21px;
  margin: 30px 0 52px 0;
  line-height: 36px;
  position: relative
}

.product-zhike1 .product-card1 .combo1 .title11 {
  margin: 30px 0 19px 0;
  position: relative;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1.64px;
  text-align: center;
}


.product-zhike1 .product-card1 .combo1 .title1::after {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #fff;
  display: block;
  margin-top: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.product-zhike1 .product-card1 .desc1 {
  width: 180px;
  margin: 0 auto;
  opacity: 0.5;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 23px;
  transition: opacity .8s .2s, transform .8s .04s;
}

.product-zhike1 .bg1 img {
  width: 100%;
  height: 100%;
}

.yycj {
  width: 100%;
  overflow: hidden;
  background: url(../imgs/yycjbg.jpg) top center no-repeat;
  background-size: 100% 100%;
  margin-top: -2px;
}

#topNews1 {
  width: 1000px;
  margin: 50px auto 110px;
}

.topul {
  width: 290px;
  float: left;
}

.topul li {
  /* padding-left: 20px; */
  /* margin-bottom: 15px; */
  text-align: center;
  height: 100px;
  line-height: 100px;
  background: #212747;
  /* border-radius: 5px; */
  cursor: pointer;
}

.topul li:hover {
  background-image: linear-gradient(-184deg, #4266EE 0%, #263270 100%) !important;
}

.newActive1 {
  background-image: linear-gradient(-184deg, #4266EE 0%, #263270 100%) !important;
}

.topul li p:nth-child(1) {
  overflow: hidden;
  font-family: PingFangSC-Medium;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1.07px;
}

.topul li p:nth-child(3):hover {
  opacity: 1;
}

.newImg1 {
  width: 695px;
  height: 400px;
  /* border-radius: 5px; */
  float: left;
  overflow: hidden;
  background: rgba(73, 85, 140, .4);
}

.newImg1 ul {
  margin-top: 100px;
  margin-bottom: 55px;
  display: -webkit-flex;
  display: flex;
  width: 100% !important;
  -webkit-justify-content: center;
  justify-content: center;
}

.newImg1 ul li {
  overflow: hidden;
  width: 104px;
  height: 104px;
  /* flex: 1; */
  /* transition: background-image .2s; */
  position: relative;
  margin-right: 15px;
  cursor: pointer;
  background: none !important;
}

.newImg1 ul li img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.newsTit1 p {
  width: 80%;
  margin: 0 auto;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 26px;
}

.yyicon0 {
  margin-right: 20px !important;
}

.checkItemContent {
  margin: 33px 6.9% 60px;
}

.checkItemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.checkItem {
  display: flex;
  padding: 11px 11px 11px 21px;
  background: #212B3D;
  width: 132px;
  border-radius: 8px;
  margin: 0 16px 16px 0;
}

.checkItem img {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.checkItem p {
  font-size: 14px;
  color: #FFFFFF;
}

.packageTitle {
  width: 1266px;
  height: 24px;
  display: block;
  margin: 40px auto;
}

.fourBasic {
  background: url(../imgs/fourBasic.png) top center no-repeat;
  height: 100%;
  width: 100%;
}

.versionContent {
  display: flex;
  width: 1236px;
  margin: 0 auto;

}

.versionContent .versionItem {
  flex: 1;
  text-align: center;
  /* background-image: linear-gradient(-380deg, #ccdfee 0%, #fff 100%); */
  border-radius: 10px;
  /* padding: 34px 24px; */
}

.versionContent .basicBottom {
  background-image: linear-gradient(-380deg, #ccdfee 0%, #fff 100%);

}



.versionContent .headerTit {
  width: 300px;
  height: 195px;
}

.versionContent .headerTit img {
  position: relative;
  width: 300px;
  height: 195px;
}

.versionContent .headerTit span {
  font-size: 22px;
  color: #FFFFFF;
}

.versionContent .headerTit .basic {
  position: relative;
  top: -124px;
  left: 52px;
  font-weight: 600;
}

.versionContent .headerTit .basicb {
  position: relative;
  top: -124px;
  left: 46px;
  font-weight: 600;
}

.versionContent .headerTit .basicP {
  position: relative;
  top: -96px;
  left: -33px;
  font-size: 15px;
}

.versionContent .headerTit .basica {
  position: relative;
  top: -96px;
  left: -55px;
  font-size: 15px;
}

.versionContent .line {
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(4, 141, 135, 0), rgba(4, 141, 135, 1), rgba(4, 141, 135, 0));
  margin: 19px auto 24px;
}

.versionContent .profession {
  margin: 0 16px;
}

.versionContent .versionItem ul {
  margin: 0 auto;
}

.versionContent .versionItem li {
  list-style: none;
  text-align: left;
  font-size: 14px;
  color: #585555;
  line-height: 32px;
}

.processContent {
  width: 100%;
  overflow: hidden;
  /* background: url(../img/process/decoration.png) no-repeat; */
  background-size: cover;
  height: auto;
  box-sizing: border-box;
  padding-bottom: 210px;
}

.processContent .busNav {
  margin: auto;
  width: 1226px;
}

.processTop {
  display: flex;
  justify-content: center;
  margin: 105px auto 0;
  padding: 0 13.4%;
}

.processTop img {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 9px;
}

.processTop .circle {
  display: flex;
  justify-content: center;
  align-items: center
}

.processTop .circle>img {
  width: 13.6px;
  height: 5.5px;
  display: block;
  margin: 0 27px
}

.processTop .business {

  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background: rgba(89, 113, 191, 0.08);
  border-radius: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #FFFFFF;

  font-size: 15px;
}

.processTop .rectangle {
  display: flex;

  justify-content: center;
  flex-direction: column;
  width: 156px;
  height: 98px;
  background: rgba(89, 113, 191, 0.08);
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 15px;
}

.advantageContent {
  width: 1236px;
  /* height: 1500px; */
  margin: 0 auto;
  padding-bottom: 56px;

}

.firstImgone {
  width: 400px;
  height: 320px;
  border: solid 1px #fff;
  margin-bottom: 56px;
}

.firstImgone img {
  width: 70px;
  position: relative;
  top: -20px;
  left: 40px;

}

.firstImgone span {
  display: block;
  color: #fff;
  font-size: 20px;
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 40px;
  font-weight: 600;
}

.firstImgone p {
  color: #fff;
  font-size: 16px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 27px
}

.firstImgtwo {
  width: 400px;
  height: 320px;
  border: solid 1px #fff;
  margin-bottom: 56px;
}

.firstImgtwo img {
  width: 70px;
  position: relative;
  top: -20px;
  left: 40px;

}

.firstImgtwo span {
  display: block;
  color: #fff;
  font-size: 20px;
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 40px;
  font-weight: 600;

}

.firstImgtwo p {
  color: #fff;
  font-size: 16px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 27px
}

.firstImgthree {
  width: 400px;
  height: 320px;
  border: solid 1px #fff;
  margin-bottom: 56px;
}

.firstImgthree img {
  width: 70px;
  position: relative;
  top: -20px;
  left: 40px;

}

.firstImgthree span {
  display: block;
  color: #fff;
  font-size: 20px;
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 40px;
  font-weight: 600;

}

.firstImgthree p {
  color: #fff;
  font-size: 16px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 27px
}

.firstImgfour {
  width: 400px;
  height: 320px;
  border: solid 1px #fff;
  margin-bottom: 56px;
}

.firstImgfour img {
  width: 70px;
  position: relative;
  top: -20px;
  left: 40px;

}

.firstImgfour span {
  display: block;
  color: #fff;
  font-size: 20px;
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 40px;
  font-weight: 600;

}

.firstImgfour p {
  color: #fff;
  font-size: 16px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 27px
}

.firstImgfive {
  width: 400px;
  height: 320px;
  border: solid 1px #fff;
  margin-bottom: 56px;
}

.firstImgfive img {
  width: 70px;
  position: relative;
  top: -20px;
  left: 40px;

}

.firstImgfive span {
  display: block;
  color: #fff;
  font-size: 20px;
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 40px;
  font-weight: 600;

}

.firstImgfive p {
  color: #fff;
  font-size: 16px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 27px
}

.advantageContent .advantageRow1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  /* padding: 0 8.1% 45px; */
}

.advantageContent .advantageRow1 .firstImg {
  width: 400px;
  height: 320px;
}

.advantageContent .advantageItem {
  width: 400px;
  /* height: 320px; */
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 3.3% 60px;
  background: url(../imgs/advantage/borderOne.png) no-repeat;
  background-size: cover;
  /* height: 100%; */
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 17px;
}

.advantageContent .advantageItem .img {
  width: 400px;
  height: 320px;
}

@keyframes myfirst {

  0% {
    background-position: 0 300px;
  }

  100% {
    background-position: 0 0;
    height: 300px;
  }

}

@-webkit-keyframes myfirst

/* Safari and Chrome */
  {
  0% {
    background-position: 0 300px;
  }

  100% {
    background-position: 0 0;
    height: 300px;
  }

}

.advantageItem:hover {
  background: url(../imgs/advantage/channelConstruction.png) no-repeat;
  background-size: cover;
  animation: myfirst 5s;
  -webkit-animation: myfirst 0s;

}

.firstImgone:hover {
  background: url(../imgs/advantage/firstImgone.png) no-repeat;
  animation: myfirst 5s;
  -webkit-animation: myfirst 0s;
  border: none;
  overflow: hidden;
}

.firstImgtwo:hover {
  background: url(../imgs/advantage/firstImgtwo.png) no-repeat;
  animation: myfirst 5s;
  -webkit-animation: myfirst 0s;
  border: none;
  overflow: hidden;
}

.firstImgthree:hover {
  background: url(../imgs/advantage/channelConstruction.png) no-repeat;
  animation: myfirst 5s;
  -webkit-animation: myfirst 0s;
  border: none;
  overflow: hidden;
}

.firstImgfour:hover {
  background: url(../imgs/advantage/firstImgfour.png) no-repeat;
  animation: myfirst 5s;
  -webkit-animation: myfirst 0s;
  border: none;
  overflow: hidden;
}

.firstImgfive:hover {
  background: url(../imgs/advantage/firstImgfive.png) no-repeat;
  animation: myfirst 5s;
  -webkit-animation: myfirst 0s;
  border: none;
  overflow: hidden;
}

.firstImgone:hover p {

  display: none;
}

.firstImgone:hover span {

  display: none;

}

.firstImgtwo:hover p {

  display: none;
}

.firstImgtwo:hover span {

  display: none;

}

.firstImgthree:hover p {

  display: none;
}

.firstImgthree:hover span {

  display: none;

}

.firstImgfour:hover p {

  display: none;
}

.firstImgfour:hover span {

  display: none;

}

.firstImgfour:hover img {

  display: none;

}

.firstImgfive:hover p {

  display: none;
}

.firstImgfive:hover span {

  display: none;

}

.advantageContent .advantageItem img {
  width: 80px;
  height: 80px;
  display: block;
  margin-bottom: 16px;
}

.advantageContent .advantageItem h4 {
  margin-bottom: 10px;
}

.advantageContent .advantageItem .info {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.advantageContent .advantageItem p {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 23px;

}

.systemService {
  width: 100%;
  height: auto;
  /* background: url(../img/systemService/systemServiceBg.jpg) center center no-repeat; */
  background-color: #FFF;
  background-size: cover;
  padding-top: 60px;
  box-sizing: border-box;
}

.systemNav {
  width: 1236px;
  margin: auto;
  padding-left: 178px;
}

.systemTit {
  display: flex;
  justify-content: center;
  padding: 0 19.4%;
}

.systemTit .systemItem {
  flex: 1;
  width: 100%;
  height: auto;
  /*padding: 90px 0 0;
    background: url(../img/systemService/decorativeFrame.png) center center no-repeat;
    background-size: cover;*/
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}

.systemTit .systemItem img {
  width: 100%;
}

.systemTit .systemItem p {
  position: relative;
  bottom: 25%;
}

.serviceAnimation {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.serviceAnimation .left {
  display: flex;
  justify-content: center;
  padding: 0 21.5%;
}

.serviceAnimation .right {
  display: flex;
  position: relative;
  justify-content: center;
  padding: 0 21.5%;
}

.left img {
  width: 100%;
}

.right img {
  width: 19%;
  display: block;
  position: absolute;
  bottom: 20%;
  left: 65%;
}

@media (min-width: 1700px) {
  .left img {
    width: 821px;
    height: 473px;
  }

  .checkItemList {
    width: 1300px;
    margin: 0 auto;
  }

  .right img {
    width: 12%;
    display: block;
    position: absolute;
    bottom: 20%;
    left: 60%;
  }
}

.titleCooperation {
  margin-top: 65px;
}

.titleCooperation img {
  width: 100%;
}

.areaContent {
  width: 1236px;
  margin: auto;
  display: flex;
}

.areaContent div p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 34px;
}

.honor {
  margin-top: 72px;
  margin-bottom: 30px;
}

.honor img {
  width: 100%;
}

.photoContent {
  display: flex;
}

.photoContent div {
  flex: 1;
}

.photoContent div img {
  width: 100%;
  height: auto;
}

.formInfo {
  width: 800px;
  background-image: linear-gradient(-197deg, #ffffff 0%, #d7d9db 97%);
  border-radius: 20px;
  margin: 0 auto 10px;
  padding: 30px;
  box-shadow: 0px 0px 10px #888888;
}

.mask {
  display: none;
  position: fixed;
  top: 0;
  background: rgba(174, 174, 174, 0.50);
  z-index: 10000000;
  width: 100%;
  height: 100%;
}

.companyBanner {
  /* margin-bottom: 150px; */
  background-color: #FFF;
  /* overflow: hidden; */
  background: url(../imgs/company/companyBg.png) top center no-repeat;

}

.topBanner {
  height: 400px;
  background-size: cover;
}

.companyBanner .bannerImg {
  width: 1236px;
  height: 654px;
  margin: auto;
  padding-top: 150px;
  /* position: relative; */
  /* top: -276px; */
}

.companyBanner .bannerImgone {
  width: 1236px;
  height: 654px;
  margin: auto;
  padding-bottom: 76px;
  /* position: relative; */
  /* top: -100px; */
}

.bgColor {
  background-color: black;
}

.bgColor .legao {
  width: 1236px;
  margin: auto;
}

.bgColor .legao img {
  width: 300px;
  margin: auto;
  padding: 30px 0;
}

.hzhbbj .legao {
  width: 1236px;
  margin: auto;
}

.hzhbbj .legao img {
  width: 300px;
  margin: auto;
  padding: 30px 0;
}

.oneBannerPlus {
  display: flex;
  width: 1236px;
  margin: auto;
  /* height: 1000px; */
  justify-content: center;
  margin-top: 20%;
  height: 158.8px;
}

.oneBannerPlusone {
  display: flex;
  width: 1236px;
  margin: auto;
  /* height: 1000px; */
  justify-content: center;
  margin-top: 20%;

}

.oneBannerPlustwo {
  width: 1000px;
}

