.zbanner {
  overflow: hidden;
  text-align: center;
  height: 420px;
  margin-top: 100px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center top;
  display:flex;
  align-items: center;
  justify-content: center;
}
.zbanner h3 {
  position:relative;
}
.zbanner h3:before{
  display:block;
  content:attr(data-name);
  position:absolute;
  font-weight: bold;
  left:50%;
  line-height: 10rem;
  bottom: 0;
  font-size: 11.2rem;
  color: transparent; /* 文字内部填充透明（关键，实现“中空”） */
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3); /* webkit内核（Chrome/Safari/Edge） */
  text-stroke: 1x rgba(255, 255, 255, 0.3); /* 标准语法（部分浏览器已支持） */
  transform: translateX(-50%);
}
.zbanner h3 span{
  position:relative;
  font-weight: bold;
  text-align: center;
  font-size: 4rem;
  color: #fff;
}
.zbanner p {
  font-size: 1.6rem;
  color: #fff;
  padding-left:25px;
  background:url("../images/home.png") no-repeat left center;
}
.zbanner p a{
  font-size: 1.6rem;
  color: #fff;
}

/*zproduct*/
.protype{
  background:#f1f1f1;
  box-sizing: border-box;
  padding:10px 20px;
  border-radius: 20px;
  margin-top: 4vw;
  display:grid;
  grid-template-columns: repeat(auto-fill,minmax(230px,14.2%));
}
.protype a{
  background:#fff;
  transition: 350ms 0s all ease;
  margin:10px;
  display:flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  border-radius: 8px;
}
.protype a>img{
  margin-right: 5px;
}
.protype a span{
  font-size: 1.8rem;
  color: #4a4a4a;
  transition: 350ms 0s all ease;
}
.protype a:hover{
  background:#0058b1;
}
.protype a:hover img{
  filter:grayscale(100) brightness(100);
}
.protype a:hover span{
  color: #fff;
}
.de-product-list {
  margin-top: 2vw;
}
.de-product-list ul{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.de-product-list ul li a{
  display: block;
  background: #f1f1f1;
  border-radius: 8px;
  overflow: hidden;
}



/*zcompany*/
.znav{
  background:#f4f4f4;
  display:flex;
  height: 80px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.znav a{
  font-size: 1.8rem;
  color: #000000;
  position:relative;
  margin:0 20px;
}
.znav a span{
  position:relative;
}
.znav a:before{
  position:absolute;
  display:block;
  content: '';
  bottom:0;
  width: 100%;
  background:#0058b1;
  height: 8px;
}

.zcompany01{
  padding:4vw 0;
  position:relative;
  display:flex;
  align-items: center;
  justify-content: flex-start;
}
.zcom01pic{
  width: 46%;
  height: 24vw;
  margin-right: 2%;
}
.zcom01text{
  width: 49%;
}
.zcom01text>h1{
  font-size: 3.6rem;
  color: #353535;
  font-weight: bold;
}
.zcom01text>p{
  font-size: 2.2rem;
  color: #353535;
}
.zcom01text>b{
  display:block;
  width: 32px;
  height: 4px;
  background:#1a479c;
  margin:10px 0;
}
.zcom01text>small{
  display:block;
  font-size: 1.6rem;
  color: #5d5d5d;
  line-height: 28px;
}


.zcompany02{
  background:#f3f3f3;
  padding:4vw 0;
}
.zcompany02 ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zcompany02 ul li{
  border-radius: 20px;
  overflow:hidden;
  width: 32%;
  background:#fff;
  transition: 350ms 0s all ease;
}
.zcompany02 ul li:hover{
  box-shadow: 0 0 10px #ddd;
  transform: translateY(-10px);
}
.zcompany02 ul li b{
  width: 100%;
  height: 20vw;
}
.zcom02text{
  box-sizing: border-box;
  padding:10px 30px;
}
.zcom02text>i{
  margin:2vw auto;
  display:flex;
  position:relative;
  align-items: center;
  justify-content: center;
}
.zcom02text>i:before{
  display:block;
  content: '';
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%) rotate(45deg);
  width: 55px;
  height: 55px;
  background: rgba(26, 71, 156, 0.37);
  border-radius: 6px;
  transition: 350ms 0s all ease;
}
.zcompany02 li:hover .zcom02text>i:before {
  transform: translate(-50%,-50%) rotate(0deg);
}
.zcom02text>i>span{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  display:block;
  width: 55px;
  height: 55px;
  background:#1a479c;
  border-radius: 6px;
  transition: 350ms 0s all ease;
}
.zcompany02 li:hover .zcom02text>i>span {
  transform: translate(-50%,-50%) rotate(45deg);
}
.zcom02text>i>img{
  position:relative;
}
.zcom02text>h3{
  font-size: 2.4rem;
  font-weight: bold;
  color: #2e2e2e;
  text-align: center;
}
.zcom02text>small{
  font-size: 1.6rem;
  line-height: 26px;
  color: #5d5d5d;
  display:block;
  height: 180px;
  margin-top: 10px;
}
.zcompany03{
  padding:4vw 0;
  background:url("../images/zcoopbg.jpg") no-repeat center/cover;
}
.zcoopSwiper{
  width: 100%;
  height: 400px;
}
.zcoopSwiper .swiper-slide{
  border-radius: 6px;
  overflow:hidden;
  height: calc((100% - 30px) / 2);
  cursor: pointer;
}
.zcoopSwiper .swiper-slide b{
  background:#fff;
  width: 100%;
  height: calc(100% - 50px);
}
.zcoopSwiper .swiper-slide p{
  font-size: 1.8rem;
  color: #313131;
  background:#f3f3f3;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  border-radius: 0 0 6px 6px;
  line-height: 50px;
  transition: 350ms 0s all ease;
}
.zcoopSwiper .swiper-slide:hover p{
  background:#0058b1;
  color: #fff;
}

/*zcontact*/
.zcontact{
  padding:3vw 0;
}
.zcontact ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zcontact ul li{
  width: 19%;
  background:#f4f4f4;
  padding:10px 5px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 8px;
}
.zcontact ul li b{
  height: 60px;
  width: 90px;
  margin:0 auto;
  margin-top: 15px;
}
.zcontact ul li>i{
  display:block;
  width:18px;
  height: 2px;
  background:#1a479c;
  margin:7px auto;
}
.zcontact ul li>p{
  font-size: 2.2rem;
  color: #343434;
}
.zcontact ul li>h5{
  font-size: 2.2rem;
  font-weight: bold;
  color:#343434;
  height: 80px;
}
#dituContent{
  width: 100%;
  height: 25vw;
  margin-top: 1vw;
}
.zmessage{
  padding:4vw 0;
  background:url("../images/zmsgbg.jpg") no-repeat center/cover;
}
.zmessage .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zmessage .warpper>b{
  width: 50%;
  height: 480px;
}


#formData{
  width: 49%;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#formData input {
  box-sizing: border-box;
  padding-left:38px;
  background-repeat: no-repeat;
  background-position:15px center;
  background-color:#fff;
  border-radius: 8px;
  line-height: 74px;
  width: 49%;
  margin-bottom: 15px;
  font-size: 1.4rem;
  color: #303030;
  position:relative;
}
#formData input[name=name]{background-image:url("../images/msg01.png");}
#formData input[name=tel]{background-image:url("../images/msg02.png");}
#formData input[name=email]{background-image:url("../images/msg03.png");}
#formData input[name=captcha]{background-image:url("../images/msg04.png");margin-bottom:0;}
#formData input[name=name]::after {
  content: "*";
  color: red;
  margin-left: 4px;
  position:absolute;
  left:120px;
}
#formData .code{
  width: 49%;
  background:#fff;
  display:flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow:hidden;
}
#formData .code .verify{
  background:#f3fbfe;
  width: 40%;
  height: 74px;
}
#formData textarea{
  font-size: 1.4rem;
  color: #303030;
  box-sizing: border-box;
  background:#fff url("../images/msg05.png") no-repeat 15px 0;
  padding:0 15px;
  padding-left:38px;
  line-height: 50px;
  border-radius: 8px;
  margin-bottom: 15px;
  width: 100%;
  height: 196px;
  background-position:15px 15px;
}

#formData input::placeholder,
#formData textarea::placeholder{
  font-size: 1.4rem;
  color: #303030;
}
#formData .submit{
  width: 100%;
  line-height: 74px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background:#1a479c;
  border-radius: 8px;
  transition: 350ms 0s all ease;
}
#formData .submit:hover{
  background:linear-gradient(30deg,#ff8a00, #f3c04b);
}


/*znews*/
.znewslist{
  padding:4vw 0;
}
.znewslist ul {
  display:grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(475px, 1fr));
}
.znewslist ul li{
}
.znewslist ul li a{
  display:block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.znewslist ul li a:hover{
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.znewslist ul li a>b{
  width: 100%;
  height: 15vw;
}
.znewsText{
  box-sizing: border-box;
  padding:20px;
}
.znewsText>p{
  display: inline-block;
  padding: 3px 10px;
  background-color: #e8f3ff;
  color: #1a56db;
  font-size: 1.2rem;
  border-radius: 4px;
  margin-bottom: 10px;
}
.znewsText>h3{
  font-size: 1.8rem;
  font-weight:bold;
  color: #333;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
.znewsText>small{
  color: #6c757d;
  font-size: 1.4rem;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 63px;
  line-height: 23px;
}
.znewsText>div{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.znewsText>div svg{
  width: 18px;
  height: 20px;
  margin-right: 5px;
}
.znewsText>div span{
  font-size: 1.4rem;
  color: #adb5bd;
  display:flex;
  align-items: center;
}

.znewsinfobg{
  background:#f7fafc;
  box-sizing: border-box;
  padding:4vw 0;
}
.znewsDetail{
  display:grid;
  grid-template-columns:auto  350px;
  grid-gap: 3vw;
}
.znewsinfoLeft{
  background:#fff;
  padding:3vw;
  box-sizing: border-box;
}
.znewsinfoLeft>h3{
  font-weight: bold;
  font-size: 2.3rem;
  color: #454545;
}
.iconlist{
  display:flex;
  align-items: center;
  margin-top: 1vw;
  margin-bottom: 1.5vw;
}
.iconlist span{
  margin-left: 5px;
  margin-right: 20px;
  font-size: 1.4rem;
  color: #8b8b8b;
}
.iconlist svg{
  width: 20px;
  height: 20px;
}

.znewscontent{
  line-height: 35px;
  font-size: 1.5rem;
  color: #666;
}
.znewscontent img{
  max-width: 80%;
  margin:0 auto;
}
.newsPage .page-a {
  background: #f7fafc;
  font-size: 1.5rem;
  padding: 14px;
  color: #666;
  margin-top: 10px;
  transition: 350ms 0s all ease;
}
.newsPage .page-a a{
  font-size: 1.5rem;
  color: #666;
  transition: 350ms 0s all ease;
}
.newsPage .page-a:hover{
  background:#1a479c;
}
.newsPage .page-a:hover,
.newsPage .page-a:hover a{
  color: #fff;
}
.znewsCard01{
  background:#fff;
  box-sizing: border-box;
  padding:20px;
  box-shadow: 0 0 10px #f3f3f3;
  border-radius: 8px;
}
.znewsCard01>h4{
  font-weight: bold;
  font-size: 2.3rem;
  color: #454545;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 1vw;
  padding-bottom: 15px;
}
.znewsCard01>div a{
  display:flex;
  align-items: center;
  margin-top: 15px;
}
.znewsCard01>div a span{
  display:block;
  width: 30px;
  line-height: 30px;
  background:#6a87bf;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 50%;
  text-align: center;
  transition: 350ms 0s all ease;
}
.znewsCard01>div a:hover span {
  background:#1a479c;
}
.znewsCard01>div a h5{
  width: calc(97% - 30px);
  margin-left: 3%;
  font-weight: normal;
  font-size: 1.6rem;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  transition: 350ms 0s all ease;
}
.znewsCard01>div a:hover h5 {
  color:#1a479c;
}
.znewsCard02{
  box-sizing: border-box;
  padding:20px;
  box-shadow: 0 0 10px #f3f3f3;
  border-radius: 8px;
  background:#1a479c;
  margin-top: 1vw;
}
.znewsCard02>h4{
  font-weight: bold;
  font-size: 2.3rem;
  color: #fff;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 1vw;
  padding-bottom: 15px;
}
.znewsCard02>p{
  color: #fff;
  font-size: 1.5rem;
}
.znewsCard02>h2{
  color: #fff;
  font-size: 3rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  display:flex;
  align-items: center;
}
.znewsCard02>h2 svg{
  width: 38px;
  height: 38px;
  margin-right: 10px;
}
.znewsCard02>a{
  display:block;
  width: 100%;
  line-height: 45px;
  background:#ffbf2b;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}



/*zcase*/
.zcaselist{
  padding:3vw 0;
}
.zcaselist ul {
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(500px, 1fr));
  gap:2vw 30px;
}
.zcaselist ul li{
  position:relative;
  overflow:hidden;
  height: 22vw;
  border-radius: 8px;
  transition: 350ms 0s all ease;
}
.zcaselist ul li:hover{
  transform: translateY(-15px);
  box-shadow: 0 0 10px #ababab;
}
.zcaselist ul li>b{
  position:relative;
  display:flex;
  align-items: center;
  justify-content: center;
}
.zcaselist ul li>b>img{
  object-fit: cover;
}
.zcaselist ul li>b>i{
  position:absolute;
  left:0;
  top:0;
  background:#1a479c;
  width: 85px;
  height: 84px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.zcaseText{
  position:absolute;
  bottom:0;
  left:0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding:30px 35px;
}
.zcaseText h3{
  font-size: 2.6rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.zcaseText small{
  font-size: 1.6rem;
  color: #333333;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: 350ms 0s all ease;
}
.zcaselist ul li:hover .zcaseText small{
  display: block;
}



/*zproinfo*/
.zproinfoMain{
  margin-top: 3vw;
}
.prowarpper{
  width: 1600px;
  margin:0 auto;
}
.zpro_top{
  background:#f7fafc;
  box-sizing: border-box;
  padding:30px;
  display:flex;
  justify-content: space-between;
  align-items:center;
}
.zpro_top_left{
  width: 45%;
  height: 450px;
  border:1px solid #ddd;
  box-sizing: border-box;
}
.zproSwiper{
  width: 100%;
  height: 100%;
}
.zproSwiper b{
  width: 100%;
  height: 100%;
  display:flex;
  align-items: center;
  justify-content: center;
}
.zpro_top_right{
  width: 52%;
}
.zpro_top_right>h2{
  font-size: 2.5rem;
  font-weight: bold;
  color: #454545;
}
.zpro_top_right>b{
  display:block;
  width: 100%;
  height: 2px;
  background:#f1f1f1;
  margin-top: 1vw;
  margin-bottom: 1vw;
  position:relative;
}
.zpro_top_right>b:after {
  position: absolute;
  display: block;
  content: '';
  left:0;
  top:0;
  background:#1a479c;
  height: 100%;
  width: 50px;
}
.zpro_top_right>small{
  display:block;
  line-height: 24px;
  font-size: 1.5rem;
  color: #656565;
  margin:1vw 0;
}
.zpro_top_right ul{
  display:flex;
  justify-content: flex-start;
  align-items:center;
}
.zpro_top_right ul li{
  margin-right: 15px;
  background: #e3eaf2;
  text-align: center;
  font-size: 1.4rem;
  color: #1f62a6;
  font-weight: lighter;
  border: 1px solid #c1d3e4;
  line-height: 29px;
  padding: 0 12px;
}
.zpro_top_right ul li:last-of-type{
  margin-right: 0;
}
.zpro_top_right>a{
  width: 225px;
}

.zpro_bom{
  margin-top: 3vw;
  margin-bottom: 3vw;
}
.zpro_bom_left {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.zpro_bom_left>h4{
  font-weight: bold;
  font-size: 2.3rem;
  color: #454545;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 1vw;
  padding-bottom: 15px;
}
.goodscont{
  font-size: 1.6rem;
  color: #666;
  min-height:350px;
  margin-bottom: 2vw;
}
.goodscont img{
  max-width: 100%;
}
.goodscont table{
  width: 100%!important;
}
.goodscont table td{
  background:#f7fafc;
  border:2px solid #fff;
  box-sizing: border-box;
  padding:15px 20px;
}

.zpro_bom .znewsCard01{
  background:#f7fafc;
}
















.common-inner .inner-right .de-job-list {
  overflow: hidden;
  padding-bottom: 19px;
  min-height: 645px;
  padding: 5px 5px;
}
.common-inner .inner-right .de-job-list ul li {
  overflow: hidden;
  padding: 0 55px 0 25px;
  height: 128px;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-job-list ul li .job-title {
  float: left;
  width: 260px;
  margin-right: 10px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-title h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-title p {
  font-size: 16px;
  color: #1a479c;
  line-height: 20px;
  font-weight: bold;
}
.common-inner .inner-right .de-job-list ul li .job-title p em {
  font-weight: normal;
  font-size: 12px;
}
.common-inner .inner-right .de-job-list ul li .job-info {
  float: left;
  width: 200px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-info p {
  font-size: 13px;
  color: #b2b2b2;
  line-height: 20px;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-info p span {
  color: #737373;
}
.common-inner .inner-right .de-job-list ul li .job-btn {
  display: none;
  float: right;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #1a479c;
  margin-top: 50px;
}
.common-inner .inner-right .de-job-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-job-list ul li:hover .job-btn {
  display: block;
}
.common-inner .inner-right .jobs-info {
  padding: 40px 10px 30px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #ededed;
}
.common-inner .inner-right .jobs-info .h3 {
  overflow: hidden;
  margin-bottom: 15px;
}
.common-inner .inner-right .jobs-info .h3 .job-name {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  width: 450px;
}
.common-inner .inner-right .jobs-info .h3 .job-price {
  float: right;
  font-weight: bold;
  font-size: 24px;
  color: #1a479c;
  line-height: 1.1;
  max-width: 360px;
}
.common-inner .inner-right .jobs-info .h3 .job-price em {
  font-weight: normal;
  font-size: 16px;
}
.common-inner .inner-right .jobs-info .p {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info .p span {
  color: #595959;
}
.common-inner .inner-right .jobs-info .btn {
  padding-top: 10px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info .btn a {
  display: block;
  width: 230px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: #1a479c;
  font-size: 14px;
}
.common-inner .inner-right .jobs-info .btn a:hover {
  background: #0058b1;
}
.common-inner .inner-right .jobs-info-content {
  padding: 0 20px 30px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info-content h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info-content p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.common-inner .inner-right .apply-job {
  overflow: hidden;
  margin-top: 20px;
}
.common-inner .inner-right .apply-job .job-tr {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .tr-over {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .error {
  padding-left: 75px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
}
.common-inner .inner-right .apply-job .job-tr .tr-title {
  float: left;
  width: 50px;
  min-height: 20px;
  text-align: right;
  font-size: 14px;
  color: #808080;
  margin-right: 25px;
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont {
  float: left;
  width: 640px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont h3 {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[type=text] {
  line-height: 38px;
  font-size: 14px;
  color: #333;
  display: block;
  padding: 0 10px;
  width: 618px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[name='captcha'] {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  width: 190px;
  float: left;
  margin-right: 30px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont textarea {
  font-size: 14px;
  color: #333;
  display: block;
  height: 170px;
  line-height: 20px;
  padding: 5px 10px;
  width: 618px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont {
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
  margin-right: 10px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont label {
  margin-right: 30px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #1a479c;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message {
  overflow: hidden;
  padding: 0 5px;
}
.common-inner .inner-right .de-message .tips {
  font-size: 13px;
  line-height: 55px;
  color: #737373;
}
.common-inner .inner-right .de-message .mes-form {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr input {
  display: block;
  width: 658px;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr textarea {
  display: block;
  width: 658px;
  padding: 5px 10px;
  height: 168px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code input {
  width: 188px;
  float: left;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify {
  cursor: pointer;
  float: left;
  margin-left: 25px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit {
  margin-top: 15px;
  display: block;
  width: 190px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #1a479c;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message .mes-form .form-tr .error {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
  padding: 0 5px;
}









.play-video {
  width: 350px;
  height: 350px;
  border: 1px solid #e6e6e6;
}
.play-video iframe {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.MagnifierMain img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.MagnifierDrag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: move;
}
.MagnifierPop {
  position: absolute;
  top: 0;
  overflow: hidden;
  background: #fff;
}
.MagnifierImg {
  position: absolute;
  top: 0;
  left: 0;
}
.spec-items {
  position: relative;
  width: 292px;
  height: 69px;
  overflow: hidden;
  padding-top: 20px;
  margin: 0 auto;
}
.spec-items ul {
  width: 500%;
  position: absolute;
  top: 20px;
  left: 0;
}
.spec-items ul * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.spec-items li {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 5px;
  border: 2px solid #fff;
  font-size: 0;
  cursor: pointer;
}
.spec-items li[data-type=video] {
  position: relative;
}
.spec-items li[data-type=video]::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background: url(../images/video-icon.png) no-repeat center;
  background-size: 100% auto;
}
.spec-items li.on {
  border: 2px solid #268ae7;
}
.spec-items li img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
span.spe_leftBtn,
span.spe_rightBtn {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 20px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #ddd;
  cursor: default;
  background-color: #f9f9f9;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
span.on {
  background-color: #f9f9f9;
  color: #0058b1;
  cursor: pointer;
}
span.spe_leftBtn {
  left: 0;
  background: url(../images/p-detail-left.png) no-repeat center;
}
span.spe_leftBtn.on {
  background: url(../images/p-detail-left-active.png) no-repeat center;
}
span.spe_rightBtn {
  right: 0;
  background: url(../images/p-detail-right.png) no-repeat center;
}
span.spe_rightBtn.on {
  background: url(../images/p-detail-right-active.png) no-repeat center;
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin:2vw auto;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  background:#f1f1f1;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #1a479c;
  background: #1a479c;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #f1f1f1 url(../images/prev.png) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #f1f1f1 url(../images/prev.png) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background: #1a479c url(../images/prev-hover.png) no-repeat center;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #f1f1f1 url(../images/next.png) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #f1f1f1 url(../images/next.png) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background: #1a479c url(../images/next-hover.png) no-repeat center;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  background:#f1f1f1;
  transition: 350ms 0s all ease;
}
.de-page-mian .page-inner a.page-btn:hover{
  background:#1a479c;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  background:#f1f1f1;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}


.zcardPro{
  margin-bottom: 1vw;
}

.zcardPro>div a span{
  width: 10px;
  height: 10px;
  border-radius: 0;
  transform: rotate(45deg);
}


/*ipad menu*/
.mmenu{
  margin-right: 0;
}
.mmenu,.mobile_head .close{
  width: 28px;
  height: 28px;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top:-6px;
  margin-left:15px;
}
.mmenu>div,.mobile_head .close>div{
  width: 100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mmenu>div i,.mobile_head .close>div>i{
  background:#424242;
  display:block;
  height: 2px;
  width:100%;
  margin-top:6px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 1;
  position: relative;
}
.menuchange>div .i2{
  opacity: 0;
}
.menuchange>div{
  width: 40px;
}
.menuchange .i1{
  top:8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center;
}
.menuchange .i3{
  top: -8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center;
}



@media only screen and (max-width: 959px) {
  .head{
    height: 60px;
  }
  .navul{
    position:fixed;
    right:0;
    top:60px;
    background: #fff;
    height:calc(100% - 60px);
    z-index: 999;
    display:none;
  }
  .navul li {
    width: 70px;
    text-align: center;
  }
  .navul li a{
    line-height: 80px;
  }
  .head-group{
    margin-left: auto;
  }
  .indexpd{
    padding-top: 60px;
  }
  .zbanner{
    margin-top: 60px;
  }
  .indexSwiper>.swiper-wrapper>.swiper-slide{
    height: initial;
  }
  .banner{
    height: 70vw;
  }
  .indexcom_right{
    padding-top: 13vw;
  }
  .indexcom_right,.indexcoopbg,.newsbg,
  .indexprobg{
    padding-bottom: 12vw;
  }


}


