.banner {
  width: 100%;
  height: 540px !important;
  position: relative;
  text-align: center;
}
.banner #bannerContent {
  width: 100%;
  display: inline-block;
  position: relative;
}
.banner .layui-carousel-ind li {
  height: 4px;
  width: 20px;
  display: inline-block;
  background: #999;
  border-radius: 0;
}
.banner .layui-carousel-ind li.layui-this {
  width: 40px;
  background: #fff !important;
}
.banner .banner_text {
  color: #FFFFFF;
  text-align: left;
}
.banner .banner_text .name {
  padding-top: 116px;
  font-size: 44px;
  height: 106px;
  line-height: 106px;
  box-sizing: content-box;
}
.banner .banner_text .name-te {
  line-height: 55px;
  height: 110px;
  padding-top: 122px;
  margin-bottom: 30px;
}
.banner .banner_text .des {
  font-size: 21px;
  line-height: 29px;
}
.banner .banner_text .btn {
  margin-top: 59px;
}
.banner .banner_text .btn .sq {
  width: 212px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  display: inline-block;
  background: #2589FF;
  font-size: 22px;
  color: #FFFFFF;
}
.banner .banner_text .btn .more {
  display: inline-block;
  width: 105px;
  font-size: 20px;
  color: #FFFFFF;
  margin-left: 50px;
  background: url("../../new/image/go_more.png") no-repeat center right;
  border-bottom: 2px solid #2589FF;
  padding-bottom: 3px;
}
.banner .banner_text .btn .red {
  background: transparent;
  border: 1px solid #fff;
  color: #FFFFFF;
}
.banner .item-img {
  width: 100%;
  height: 100%;
}
.banner .carWarp:nth-child(1) .item-img {
  background: #0f131e url('/znmp/ai_files/img/banner.jpg') no-repeat center center / cover;
}

.cardBody {
  padding-top: 44px ;
  text-align: center;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.cardBody .xt {
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  height: 30px;
  padding: 0 11px;
}
.cardBody .ts {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
  height: 20px;
  margin: 20px 0 68px;
}
.cardBody .tabLine {
  display: inline-block;
  position: relative;
  background: url(/znmp/ai_files/img/nav_bg1.png);
  padding-top: 30px;
}
.cardBody .tabLine .line {
	height: 162px;
	width: 196px;
  background: url(/znmp/ai_files/img/light_bg.png);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.cardBody .cardUl li {
  float: left;
  width: 186px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
.cardBody .cardUl li .pc {
  height: 60px;
  line-height: 60px;
}
.cardBody .cardUl li .pc .cmIcon {
  max-height: 60px;
}
.cardBody .cardUl li .pc .cmIconActive {
  display: none;
  max-height: 60px;
}
.cardBody .cardUl li .name {
  font-size: 20px;
  color: #fff;
  text-align: center;
  height: 34px;
  line-height: 34px;
  margin: 14px 0 34px;
}
.cardBody .cardUl .activeLi .name {
  color: #2589FF;
}
.cmContent {
  height: 602.87px;
  position: relative;
}
.sectionCard {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
.sectionCard .tyImg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.7;
}
.sectionCard .tyImg img {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 80px;
  left: 50%;
}
.sectionCard .Card {
  padding: 0  50px 54px;
}
.sectionCard .sectionName {
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  height: 34px;
  padding: 60px 52px;
}
.sectionCard .sectionCardWarp .cardWarpText {
  width: 43%;
  float: left;
  padding-top: 100px;
}
.sectionCard .sectionCardWarp .cardWarpText .cardTab {
  font-size: 18px;
  width: 360px;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 28px;
  cursor: pointer;
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.83);
  border: 1px solid  transparent;
  transition: all 0.1s;
}
.sectionCard .sectionCardWarp .cardWarpText .cardTab span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 12px;
  top: 21px;
}
.sectionCard .sectionCardWarp .cardWarpText .rightTab {
  margin-left: 70px;
}
.sectionCard .sectionCardWarp .cardWarpText .active {
  border: 1px solid  #2589FF;
  color: #FFFFFF !important;
  opacity: 1;
}
.sectionCard .sectionCardWarp .cardWarpPic {
  float: left;
  width: 57%;
  height: 334px;
  position: relative;
}
.sectionCard .sectionCardWarp .cardWarpPic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.sectionCard .sectionCardWarp .cardWarpPic img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.sectionCard .bnt {
  text-align: center;
  margin-top: 59px;
}
.sectionCard .bnt a {
  width: 138px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  background: #2589FF;
  position: relative;
}
.sectionCard .bnt .first {
  margin-right: 30px;
}
.sectionCard .bnt .ty {
  margin-left: 0!important;
  left: 0 !important;
}
.sectionCard .bnt img {
  position: absolute;
  height: 138px;
  width: 138px;
  bottom: 42px;
  left: 0px;
  display: none;
}
.sectionCard .bnt .ty:hover img {
  display: block;
}
.show {
  padding-bottom: 75px;
}
.showName {
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
  height: 34px;
  padding: 90px 0 56px;
}
.produceShow {
  background: #060843;
}
.produceShow .showUl li {
  width: 16%;
  float: left;
  text-align: center;
  margin-bottom: 37px;
}
.produceShow .showUl li .company .text {
  margin-top: 14px;
  opacity: 0.8;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  height: 16px;
  line-height: 16px;
}
.produceShow .showUl li .company .pc {
  height: 60px;
  line-height: 60px;
}
.produceShow .showUl li .company .pc img {
  vertical-align: middle;
}
.jszc {
  background: url('https://cdn-static-www.jiatui.com/website-new/image-test/jczcbj.png') #121723 no-repeat;
  background-size: 100%;
}
.jszc .jszcUl li {
  height: 131px;
  width: 200px;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0.8;
  background: #262a34;
  float: left;
  position: relative;
  margin-right: 30px;
}
.jszc .jszcUl li .jsName {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 34px;
  height: 34px;
  margin-bottom: 10px;
}
.jszc .jszcUl li .jsDes {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
}
.jszc .jszcUl li .leftsj {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 6px;
  top: 6px;
  border-left: 1px solid #2589FF;
  border-top: 1px solid #2589FF;
}
.jszc .jszcUl li .rightsj {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  border-bottom: 1px solid #2589FF;
  border-right: 1px solid #2589FF;
}
.security {
  background: #262a34;
}
.security .securityUl li {
  float: left;
  width: 20%;
  text-align: center;
}
.security .securityUl li .pc {
  display: inline-block;
  width: 161px;
  height: 161px;
  padding: 7px;
  box-sizing: border-box;
  border: 1px solid #2589FF;
  border-radius: 50%;
  background: #262A34;
}
.security .securityUl li .pc .jbs {
  width: 146px;
  height: 146px;
  line-height: 146px;
  border-radius: 50%;
  background: #323641;
}
.security .securityUl li .pc img {
  width: 63px;
}
.security .securityUl li .pc:hover {
  transition: all 1s;
  transform: rotate(360deg) scale(1.1);
  -ms-transform: rotate(360deg) scale(1.1);
  /* IE 9 */
  -moz-transform: rotate(360deg) scale(1.1);
  /* Firefox */
  -webkit-transform: rotate(360deg) scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: rotate(360deg) scale(1.1);
  /* Opera */
}
.security .securityUl li .securityName {
  text-align: center;
  padding: 31px 0 26px;
}
.security .securityUl li .des {
  opacity: 0.7;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
}
.applyWarp {
  text-align: center;
  background: url("/znmp/ai_files/img/experience_bg.jpg") top center no-repeat;
  height: 258px;
}
.applyWarp .bjpc {
}
.applyWarp .apply {
  background: #2589FF;
  width: 200px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #FFFFFF;
}
.way {
  background: #22252D;
}
.way .wayBody {
  height: 350px;
  position: relative;
  width: 100%;
  overflow: hidden ;
}
.way .wayBody .wayUl {
  height: 350px;
  width: 999%;
  position: absolute;
  left: 0;
  top: 0;
}
.way .wayBody .wayUl li {
  height: 100%;
  width: 280px;
  float: left;
  position: relative;
}
.way .wayBody .wayUl li .pc {
  width: 100%;
  height: 100%;
  position: relative;
}
.way .wayBody .wayUl li .pc .mt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li .pc .bj {
  width: 100%;
  height: 100%;
}
.way .wayBody .wayUl li .fa {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.way .wayBody .wayUl li .fa .faPic {
  padding: 110px 0 0px;
}
.way .wayBody .wayUl li .fa .faPic img {
  height: 58px ;
}
.way .wayBody .wayUl li .fa .line {
  width: 17px;
  height: 2px;
  display: inline-block;
  background: #FFFFFF;
  margin: 23px 0 5px;
}
.way .wayBody .wayUl li .fa .faText {
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  height: 34px;
}
.way .wayBody .wayUl li .faMore {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li .faMore .faActive {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 150px;
  left: 0;
  box-sizing: border-box;
  padding-top: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li .faMore .faMorePc img {
  height: 48px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li .faMore .line {
  width: 17px;
  height: 2px;
  display: inline-block;
  background: #FFFFFF;
  margin: 23px 0 5px;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li .faMore .faTitle {
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  height: 34px;
  padding-bottom: 15px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li .faMore .faMoreText {
  opacity: 0;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
  padding: 0 23px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li .faMore a {
  opacity: 0;
  border: 1px solid #FFFFFF;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 31px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li:hover .mt {
  background: #2589FF;
  opacity: 0.89;
}
.way .wayBody .wayUl li:hover .faActive {
  top: 0px;
  padding-top: 90px;
}
.way .wayBody .wayUl li:hover .faActive .faMorePc img {
  height: 48px;
}
.way .wayBody .wayUl li:hover .faActive .line {
  opacity: 0;
}
.way .wayBody .wayUl li:hover .faActive .faMoreText {
  opacity: 1;
}
.way .wayBody .wayUl li:hover .faActive a {
  opacity: 1;
}
.way .wayBody .Go {
  height: 100%;
  width: 36px;
  line-height: 350px;
  text-align: center;
  opacity: 0.5;
  background: #22252D;
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 99;
  cursor: pointer;
}
.way .wayBody .preGo {
  left: 0;
}
.way .wayBody .nextGo {
  right: 0;
}
.indexVideo .title {
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  padding: 90px 0 70px;
}
.jtwa {
  background: #060843;
}
.jtwa .jtwaTitle {
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  height: 34px;
  padding: 90px 0 40px;
}
.jtwa .v {
  width: 1120px;
  margin: 0 auto;
}
.jtwa .c {
  width: 100%;
  padding: 0 0  116px 0;
  box-sizing: border-box;
}
.jtwa .c-item {
  width: 260px;
  height: 300px;
  float: left;
  margin-left: 20px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.jtwa .itemText {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 150px !important;
}
.jtwa .itemText .itemLogo {
  height: 76px;
  line-height: 76px;
  text-align: center;
}
.jtwa .itemText .itemLogo img {
  max-height: 55px;
  max-width: 80%;
}
.jtwa .itemText .hy {
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  padding: 10px 0 30px;
  text-align: center;
}
.jtwa .c-item-t {
  height: 150px;
  width: 100%;
}
.jtwa .c-item-t img {
  width: 100%;
  height: 100%;
}
.jtwa .c-item-time {
  height: 22px;
  line-height: 22px;
  margin-top: 15px;
  color: #A0A0A0;
  font-size: 16px;
}
.jtwa .c-item h2 {

  padding: 15px;
  font-size: 20px;
  color: #019AFA;
  font-family: PingFangSC-Semibold;
  height: 20px;
  line-height: 20px;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: bold;
}
.jtwa .c-item-p {
  padding:0 15px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: calc(96px);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.jtwa .c-item a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.casea {
  background: #060843;
}
.casea2 {
  background: #060843;
}
.plays {
  background: #121723;
}
.effect {
  background: #262a34;
  padding-bottom: 73px;
}
.effect .title {
  padding: 90px 0 60px;
}
.effect .effectWarp {
  padding: 0 70px;
  position: relative;
}
.effect .effectWarp .go {
  height: 35px;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 73px;
  cursor: pointer;
}
.effect .effectWarp .effectPre {
  left: 0px;
}
.effect .effectWarp .effectNext {
  right: 0px;
}
.effect .effectWarp .effectBody {
  height: 210px;
  position: relative;
  width: 980px;
  overflow: hidden;
}
.effect .effectWarp .effectBody ul {
  position: absolute;
  height: 100%;
  width: 999%;
  left: 0;
  top: 0;
}
.effect .effectWarp .effectBody ul li {
  float: left;
  width: 300px;
  margin-left: 40px;
  height: 210px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.effect .effectWarp .effectBody ul li .pc {
  height: 122px;
  line-height: 122px;
}
.effect .effectWarp .effectBody ul li .pc img {
  max-height: 122px;
}
.effect .effectWarp .effectBody ul li .text .time {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  margin: 24px 0 7px;
}
.effect .effectWarp .effectBody ul li .text .name {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}
.effect .effectWarp .effectBody ul li:first-child {
  margin-left: 0 !important;
}
@media screen and (min-width: 1920px) {
  #bannerContent .carWarp .item-img {
    background-size: auto !important;
  }
}
@media screen and (max-width: 1920px) {
  #bannerContent .carWarp .item-img {
    background-size: cover !important;
  }
}
.Contentbg{background: url(/znmp/ai_files/img/nav_bg2.png) no-repeat top center;}
.part1_bg{background: url(/znmp/ai_files/img/part1_bg.jpg) top center no-repeat;}
.casea .jtwaTitle {
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    line-height: 34px;
    height: 34px;
    padding: 90px 0 40px;
}
.casea2 .jtwaTitle2 {
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    line-height: 34px;
    height: 34px;
    padding: 90px 0 40px;
}
.c-item:hover {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}



.jjwt{background:url(/znmp/ai_files/img/line_bg.png) no-repeat top center #060843;overflow: hidden;}
.jjwt .jtwaTitle{
font-size: 28px;
color: #FFFFFF;
text-align: center;
line-height: 34px;
height: 34px;
padding: 0 0 40px;}
.jjwt li{
width: 210px;
background: #fff;
height: 270px;
text-align: center;
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
float: left;
margin-left: 10px;
}
.jjwt li:hover{
background: url(/znmp/ai_files/img/sol_click.png) no-repeat top center;
opacity: 0.89;
}
.jjwt li .mt {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.jjwt li .tu {padding: 110px 0 30px 0;background: url(/znmp/ai_files/img/enter1.png) no-repeat 80px 60px;}
.jjwt li .tu2 {padding: 110px 0 30px 0;background: url(/znmp/ai_files/img/enter2.png) no-repeat 80px 60px;}
.jjwt li .tu3 {padding: 110px 0 30px 0;background: url(/znmp/ai_files/img/enter3.png) no-repeat 80px 60px;}
.jjwt li .tu4 {padding: 110px 0 30px 0;background: url(/znmp/ai_files/img/enter4.png) no-repeat 80px 60px;}
.jjwt li .tu5 {padding: 110px 0 30px 0;background: url(/znmp/ai_files/img/enter5.png) no-repeat 80px 60px;}

.jjwt li:hover .tu{background: url(/znmp/ai_files/img/enter1_1.png) no-repeat 80px 60px;}
.jjwt li:hover .tu2{background: url(/znmp/ai_files/img/enter2_2.png) no-repeat 80px 60px;}
.jjwt li:hover .tu3{background: url(/znmp/ai_files/img/enter3_3.png) no-repeat 80px 60px;}
.jjwt li:hover .tu4{background: url(/znmp/ai_files/img/enter4_4.png) no-repeat 80px 60px;}
.jjwt li:hover .tu5{background: url(/znmp/ai_files/img/enter5_5.png) no-repeat 80px 60px;}

.jjwt li:hover p{color:#fff;}
.khzs{background: url(/znmp/ai_files/img/logo.jpg) no-repeat;height: 272px;background-size: 1120px;}