.zbanner {
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 700px;
  position:relative;
  overflow: hidden;
  background-size:cover;
}
.zbanner>div>h3{
  font-size: 4.8rem;
  font-family: alimama;
  color: #fff;
}
.zbanner>div>p{
  font-weight: lighter;
  font-size: 1.6rem;
  color: #fff;
}

.rig-title{
 position:absolute;
  bottom:0;
  left:0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.crumbs{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.crumbs_left{
  display:flex;
  align-items: center;
}
.crumbs_left a{
  font-size: 1.6rem;
  font-weight: lighter;
  color: #fff;
  line-height: 40px;
  border-radius: 20px;
  padding:0 22px;
  -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;
}
.crumbs_left a:hover,.crumbs_left a.active{
  background:#d4a879;
}

.crumbs_right span,.crumbs_right a,.crumbs_right{
  color: #fff;
  font-weight: lighter;
  font-size: 1.6rem;
}



/*zcompany*/
.zcomcont1{
  padding-bottom:4vw;
  overflow:hidden;
}
.zcomcont1>h4:after{
  display:block;
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  height: 4px;
  width:45px;
  background:#d4a879;
}
.zcomcont1>h4{
  font-size: 3.6rem;
  color: #333333;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
  display:block;
  position:relative;
}
.zcomcont1>small{
  font-size: 1.6rem;
  font-weight: lighter;
  color: #333333;
  line-height: 3.2rem;
}

.zcomul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zcomul li{
  background:#f7f7f7;
  width: 24%;
  margin-top:1vw;
  height: 160px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:0 2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  overflow:hidden;
}
.zcomul li h3{
  font-size: 3rem;
  color: #333333;
}
.zcomul li h3 sub{
  vertical-align: middle;
}
.zcomul li small{
  font-size: 1.6rem;
  color: #333333;
  font-weight: lighter;
}

/*histoyr*/
.history{
  background: url("../images/historybg.jpg") no-repeat center;
  background-size:cover;
  position: relative;
  width:100%;
  padding:4vw 0;
  overflow:hidden;
}
.history .title h3{
  color: #fff;
}
.history .title small{
  color: rgba(255, 255, 255, 0.08);
}
.his_text{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:600px;
  min-height: 153px;
  margin:0 auto;
  border-radius: 20px;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  padding:20px;
}
.history_top{
  height: 550px;
}
.history_top .swiper-slide{
  position:relative;
}

.history_top .swiper-slide>h2{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  font-size: 46rem;
  color: rgba(0, 0, 0, 0.2);
  font-family: barlow;
}
.history_bombg{
  position:relative;
  margin-top:2vw;
}
.his_text>h3{
  font-size: 4.8rem;
  color: #333333;
  font-weight: bold;
}
.his_text>small{
  font-weight: lighter;
  display:block;
  font-size: 2rem;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.history_top .swiper-button-next:after,.history_top .swiper-button-prev:after{
  display:none;
}
.history_top .swiper-button-next,.history_top .swiper-button-prev{
  border-radius: 50%;
  border: 1px solid #fff;
  width: 66px;
  height: 66px;
  transition: 350ms 0s all ease;
}
.history_top .swiper-button-prev{
  left:0;
  background: url(../images/newsjt_l.png) no-repeat center;
}
.history_top .swiper-button-next{
  right:0;
  background: url(../images/newsjt_r.png) no-repeat center;
}
.history_top .swiper-button-next:hover{
  border:1px solid #d4a879;
  background:#d4a879 url(../images/newsjt_r.png) no-repeat center;
}
.history_top .swiper-button-prev:hover{
  border:1px solid #d4a879;
  background:#d4a879 url(../images/newsjt_l.png) no-repeat center;
}



.hisline{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width:100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.history_bom .swiper-slide>div{
  position: relative;
  height: 135px;
  width: 100%;
}
.history_bom .swiper-slide>div:before{
  display:block;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  content: '';
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background:#455169;
}
.history_bom .swiper-slide h3{
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.4rem;
  font-family: barlow;
  position: absolute;
  bottom:0;
  width:100%;
  text-align: center;
  -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;
}
.history_bom .swiper-slide.swiper-slide-thumb-active>div:before{
  background:url("../images/his_in.png") no-repeat center;
}
.history_bom .swiper-slide.swiper-slide-thumb-active h3{
  color: #fff;
  font-size: 3.6rem;
}

/*cultrue*/
.culture{
  padding-bottom: 4vw;
  overflow:hidden;
}
.culture ul{
  display:flex;
  justify-content: space-between;
}
.culture ul li:first-of-type{
  background:url(../images/c1bg.jpg) no-repeat center;
  background-size:cover;
}
.culture ul li:nth-of-type(2){
  background:url(../images/c2bg.jpg) no-repeat center;
  background-size:cover;
}
.culture ul li:nth-of-type(3){
  background:url(../images/c3bg.jpg) no-repeat center;
  background-size:cover;
}
.culture ul li{
  width: 32%;
  height: 406px;
  display:flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.culture ul li img{
  margin:0 auto;
  -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: 0;
}
.culture ul li:hover img{
  opacity: 1;
}
.culture ul li h3{
  color: #fff;
  font-size: 3.2rem;
}
.culture ul li b{
  background:#fff;
  display:block;
  width: 40px;
  margin:18px auto;
  -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;
  height: 2px;
}
.culture ul li:hover b{
  height: 0;
  margin:0 auto;
}
.culture ul li div>p{
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  opacity: 1;
  -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;
  height: initial;
}
.culture ul li:hover div>p{
  opacity: 0;
  height: 0;
}
.culture ul li small{
  color: #fff;
  font-size: 2.4rem;
  -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: 0;
}
.culture ul li:hover small{
  opacity: 1;
}

.fcstyle{
  background:url(../images/fcbg.jpg) no-repeat center;
  background-size:cover;
  padding-bottom:4vw;
  overflow:hidden;
}
.fcstyle .title small{
  color: rgba(0, 0, 0, 0.03);
}
.fc_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.fc_btn{
  position:relative;
  width: 125px;
}
.fc_btn .swiper-button-next:after,.fc_btn .swiper-button-prev:after{
  display:none;
}
.fc_btn .swiper-button-next,.fc_btn .swiper-button-prev{
  border-radius: 50%;
  width: 46px;
  height: 46px;
  transition: 350ms 0s all ease;
}
.fc_btn .swiper-button-prev{
  left:0;
  background: rgba(0, 0, 0, 0.2) url(../images/fc_l.png) no-repeat center;
}
.fc_btn .swiper-button-next{
  right:0;
  background:rgba(0, 0, 0, 0.2) url(../images/fc_r.png) no-repeat center;
}
.fc_btn .swiper-button-next:hover{
  background:#d4a879 url(../images/fc_r.png) no-repeat center;
}
.fc_btn .swiper-button-prev:hover{
  background:#d4a879 url(../images/fc_l.png) no-repeat center;
}



.fc_bom a{
  display:block;
  width: 100%;
}
.fc_bom a b{
  display:block;
  width:100%;
  height: 15vw;
  position:relative;
  overflow:hidden;
}
.fc_bom a b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fc_bom a b i{
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background:url(../images/fcicon.png) no-repeat center;
  -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: 0;
}
.fc_bom a:hover b i{
  opacity: 1;
}
.fc_bom a>p{
  line-height: 66px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#fff;
  padding:0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 2.4rem;
  color: #333333;
  text-align: center;
}
.fc_bom a:hover>p{
  background:#d4a879;
  color: #fff;
}

.zhonorbg{
  padding-bottom: 4vw;
  overflow:hidden;
}
.zhonor a{
  display:block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #eeeeee;
}
.zhonor a b{
  display:block;
  background:#f7f7f7;
  width: 100%;
  height: 21.5vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw;
  -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;
}
.zhonor a b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zhonor a:hover b{
  background:#d4a879;
}
.zhonor a p{
  background:#fff;
  border-top: 2px solid #eeeeee;
  line-height: 66px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 2rem;
  color: #282828;
  text-align: center;
  -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;
}
.zhonor a:hover p{
  color: #d4a879;
}


.zvideo{
  background:url("../images/videobg.jpg") no-repeat center top;
  background-size:100% auto;
  padding-bottom: 4vw;
}
.zvideo .title small{
  color: rgba(255, 255, 255, 0.08);
}
.zvideo .title h3{
  color: #fff;
}
.zvideo_bom{
  display:flex;
  justify-content: space-between;
}
.zvideo_bom li{
  width: 32%;
  height: 21vw;
}
.zvideo_top>div{
  width: 100%!important;
  height: 39vw!important;
  margin-bottom: 2vw;
}
.zvideo_bom li>div{
  width: 100%!important;
  height: 100%!important;
}
.jw-skin-bce .jw-controlbar{
  width: 100%;
}
.zvideo_top .jw-skin-bce .jw-display-icon-container{
  width: 147px;
  height: 147px;
  border:none;
  background:url("../images/videoicon1.png") no-repeat center;
}
.zvideo_top .jw-state-idle .jw-icon-display:before{
  display:none;
}
.zvideo_top .jwplayer:hover .jw-display-icon-container{
  border:none;
  background:url("../images/videoicon1.png") no-repeat center;
}
.zvideo_bom .jw-skin-bce .jw-display-icon-container{
  border:1px solid #d4a879;
  background:#d4a879 url("../images/videojt.png") no-repeat center;
}
.zvideo_bom .jw-state-idle .jw-icon-display:before{
  display:none;
}
.zvideo_bom .jwplayer:hover .jw-display-icon-container{
  border:1px solid #d4a879;
  background:#d4a879 url("../images/videojt.png") no-repeat center;
}


/*company-end*/

/*zgoods*/
.bg-gray{
  background:#f5f5f5;
}
.zgoods{
  padding-bottom: 4vw;
}
.zgoods_list a{
  float:left;
  display:block;
  width:32%;
  margin-right: 2%;
  margin-bottom: 2vw;
  background:#fff;
  -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;
  position:relative;
  top:0;
}
.zgoods_list a:hover{
  top:-5px;
  background:#d4a879;
  box-shadow: 0 0 10px #ddd;
}
.zgoods_list a:nth-of-type(3n){
  margin-right: 0;
}
.zgoods_list a b{
  width: 100%;
  height: 23vw;
  position:relative;
  overflow:hidden;
}
.zgoods_list a b img{
  width: 100%;
  height:100%;
  object-fit:cover;
}
.zgoods_list a b>i{
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url("../images/proadd.png") no-repeat center;
  opacity: 0;
  -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;
}
.zgoods_list a:hover b>i{
  opacity: 1;
}

.zgoods_list a>div{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:30px 35px;
}
.zgoods_list a small{
  font-size: 1.6rem;
  color: #9f9f9f;
  font-weight: lighter;
    -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;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.zgoods_list a p{
  font-size: 2rem;
  color: #242424;
  margin-top: 10px;
  font-weight: lighter;
    -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;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.zgoods_list a:hover small,.zgoods_list a:hover p{
  color: #fff;
}





/*zgoods-end*/


.infoCenter-right p strong {
  line-height: 30px;
  color: #113870;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  margin-top: 4vw;
}

.infoCenter-right p strong:after{
  display: block;
  content: '';
  background: #113870;
  position: absolute;
  width: 3px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.center-content{
  line-height: 25px;
}
.center-content img{
  display:inline-block;
  max-width:100%;
}

/*zmsg*/
.zmesg{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
  height: 530px;
  background: url("../images/lybg.jpg") no-repeat center;
  margin-bottom: 72px;
}
.zmsg_left{
  float:left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px
}
.zmsg_left>h4{
  font-size: 24px;
  color: #1857a4;
  position: relative;
  padding-bottom:30px;
  margin-bottom: 30px;
}
.zmsg_left>h4:after{
  position:absolute;
  display: block;
  content: '';
  left:0;
  bottom:0;
  width: 45px;
  height: 2px;
  background: #1857a4;
}
.zmsg_left>p{
  color: #878787;
  line-height: 20px;
}
.zmsg_left>div{
  margin-top: 40px;
}
.zmsg_left>div span{
  color: #878787;
  font-size: 14px;
}
.zmsg_left>div h3{
  font-size: 24px;
  color: #117cc0;
  line-height: 23px;
}
.zmsg_left .tel{
  float:none;
}
.zmsg_right{
  float:right;
  width: 43%;
  padding-right: 45px;
}
.zmsg_right>p{
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}
#formData>input,#formData textarea{
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 0 18px;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  background: none;
  overflow: hidden;
}
#formData input::placeholder{
  font-size: 14px;
  color: #999;
}
#formData textarea{
  height: 100px;
}
#formData .code{
  width: 100%;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  padding-left: 0;
  background:none;
}
#formData .code input{
  font-size: 14px;
  color: #999;
  padding: 0 18px;
  box-sizing: border-box;
  background:none;
  height: 50px;
  line-height: 50px;
  float:left;
  width: 73%;
}
#formData .code .verify{
  float:right;
  width: 25%;
  height: 50px;
}
#formData .submit{
  display: inline-block;
  width: 100px;
  height: 45px;
  line-height: 45px;
  background: #1857a4;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  text-align: center;
  margin-top: 20px;
  -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;
}
#formData .submit:hover{
  background: #117cc0;
}

/*znews*/
.de-news-list ul li{
  float:left;
  width: 32%;
  margin-right:2%;
  margin-bottom: 70px;
}
.de-news-list ul li:nth-of-type(3n){
  margin-right: 0;
}
.de-news-list ul li a{
  display: block;
}
.de-news-list ul li a .img_jz{
  width:100%;
  height: 274px;
}
.de-news-list ul li a .img_jz>img{
  min-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;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  object-fit: cover;
}
.de-news-list ul li a:hover .img_jz>img {
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -ms-transform:scale(1.05);
  -o-transform:scale(1.05);
  transform:scale(1.05);
}
.de-news-list ul li a .img_jz>div{
  position: absolute;
  right:0;
  bottom:0;
  text-align: center;
  width: 95px;
  height: 70px;
  color: #fff;
  background: rgba(0,0,0,.5);
  -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;
}
.de-news-list ul li a .img_jz>div>span{
  display: block;
  font-size: 24px;
  margin-top: 10px;
  line-height: 29px;
}
.de-news-list ul li a .img_jz>div>h5{
  font-size: 14px;
}

.de-news-list ul li a:hover .img_jz>div{
  background: rgba(38, 138, 231, 0.6);
}
.znews_text{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.znews_text>h4{
  font-size: 16px;
  padding: 10px 0px;
  color: #333;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zcasebg .znews_text>h4{
  border:2px solid #034898;
  padding: 10px 20px;
}

.znews_text>small{
  color: #909090;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.de-news-list ul li a:hover .znews_text>h4{
  color: #268ae7;
}

/*sidere_buchong*/
.zsidebar .pro_left_mid{
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  min-height: initial;
}







.common-inner{
  padding-bottom:50px;
}

.common-inner .inner-right {
  width: 100%;
  background: #fff;
  padding: 0 25px;
}

.common-inner .inner-right .search-result {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  margin: 12px 0 25px;
  padding: 0 17px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .search-result span {
  color: #0058b1;
  font-weight: bold;
}
.common-inner .inner-right .search-result .search-record {
  float: right;
}
.common-inner .inner-right .search-list,
.common-inner .inner-right .de-product-list {
  overflow: hidden;
  min-height: 622px;
}
.common-inner .inner-right .search-list ul,
.common-inner .inner-right .de-product-list ul {
  margin: 0 -12px;
}
.common-inner .inner-right .search-list ul li,
.common-inner .inner-right .de-product-list ul li {
  border: 2px solid #fff;
  float: left;
  width: 270px;
  margin: 0 12px 25px;
}
.common-inner .inner-right .search-list ul li a,
.common-inner .inner-right .de-product-list ul li a {
  display: block;
}
.common-inner .inner-right .search-list ul li .img,
.common-inner .inner-right .de-product-list ul li .img {
  width: 268px;
  height: 200px;
  background: #e6e6e6;
  font-size: 0;
  line-height: 200px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  overflow: hidden;
}
.common-inner .inner-right .search-list ul li .img img,
.common-inner .inner-right .de-product-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.common-inner .inner-right .search-list ul li .title,
.common-inner .inner-right .de-product-list ul li .title {
  font-size: 14px;
  padding: 0 18px;
  height: 80px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.common-inner .inner-right .search-list ul li .title h3,
.common-inner .inner-right .de-product-list ul li .title h3 {
  color: #595959;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-inner .inner-right .search-list ul li .title em,
.common-inner .inner-right .de-product-list ul li .title em {
  font-weight: bold;
  display: block;
  color: #ff8111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-inner .inner-right .search-list ul li:hover,
.common-inner .inner-right .de-product-list ul li:hover {
  border-color: #268AE7;
}
.common-inner .inner-right .search-list ul li:hover .title,
.common-inner .inner-right .de-product-list ul li:hover .title {
  border-color: #fff;
}
.common-inner .inner-right .search-list ul li:hover .img img,
.common-inner .inner-right .de-product-list ul li:hover .img img {
  transform: scale(1.1);
}
.common-inner .inner-right .de-product-list {
  margin-top: 26px;
}
.common-inner .inner-right .de-about-content {
  padding: 30px 50px;
}
.common-inner .inner-right .de-about-content img {
  margin: 0 auto;
  max-width: 100%;
}
.common-inner .inner-right .de-about-content p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}

.common-inner .inner-right .news-detail-content {
  padding: 0 18px;
}
.common-inner .inner-right .news-detail-content .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .h3 {
  font-size: 18px;
  color: #323232;
  line-height: 24px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .b {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
}
.common-inner .inner-right .news-detail-content .news-detail {
  padding: 0 12px 30px;
}
.common-inner .inner-right .news-detail-content .news-detail p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}
.common-inner .inner-right .news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.newsPage {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  border-top: 1px solid #ddd;
  padding-top:1vw;
}
.newsPage a {
  color: #323232;
}
.newsPage a:hover {
  color: #003f98;
}
.common-inner .inner-right .de-honor-list {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 24px;
  padding-top: 6px;
  min-height: 556px;
}
.common-inner .inner-right .de-honor-list ul {
  margin: 0 -5px;
}
.common-inner .inner-right .de-honor-list ul li {
  float: left;
  margin: 0 10px 30px;
  overflow: hidden;
  width: 270px;
  background: #f6f6f6;
}
.common-inner .inner-right .de-honor-list ul li a {
  display: block;
}
.common-inner .inner-right .de-honor-list ul li .img {
  width: 270px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 0;
  overflow: hidden;
}
.common-inner .inner-right .de-honor-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.common-inner .inner-right .de-honor-list ul li .title {
  text-align: center;
  height: 48px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 48px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .de-honor-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-honor-list ul li:hover .img img {
  transform: scale(1.1);
}
.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: #003f98;
  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: #003f98;
  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: #003f98;
  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: #003f98;
  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: #003f98;
  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: #003f98;
  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;
}
.de-contact {
  overflow: hidden;
}
.de-contact .contact-list {
  overflow: hidden;
  margin: 25px 0 35px;
}
.de-contact .contact-list ul li {
  min-height: 28px;
  padding-left: 50px;
  line-height: 36px;
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  color: #595959;
  margin-bottom: 14px;
  word-wrap: break-word;
}
.de-contact .contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.de-contact .contact-list ul li.icon-01 {
  background: url(../images/contact-icon-01.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-02 {
  background: url(../images/contact-icon-02.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-03 {
  background: url(../images/contact-icon-03.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-04 {
  background: url(../images/contact-icon-04.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-05 {
  background: url(../images/contact-icon-05.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-06 {
  background: url(../images/contact-icon-06.png) no-repeat left top;
}
#cmap{
  padding-bottom: 4vw;
}
.contact-map {
  overflow: hidden;
}
.contact-map #dituContent {
  width: 100%;
  height: 35vw;
}
.zcontact{
  padding: 55px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 45px;
}
.zcontact>h1{
  float:left;
  font-size: 24px;
  color: #333;
  font-weight: normal;
}
.zcontact>div{
  float:right;
}
.zcontact>div>span{
  font-size: 14px;
  color: #c3c3c3;
}
.zcontact>div>p{
  font-size: 24px;
  color: #0093dd;
}

.inner-contact {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 35px;
}
.inner-contact .title {
  height: 80px;
  background:#1a58a5 url("../images/zsideicon.png") no-repeat 203px center;
  line-height: 1;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  padding-left:30px;
}
.inner-contact .title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.inner-contact .title em {
  font-size: 13px;
  color: #728dbc;
}
.inner-contact .contact-box {
  min-height: 180px;
  border: 1px solid #ededed;
  border-top: none;
  background: #fff;
  padding: 20px 20px 10px;
  padding-right: 5px;
}
.inner-contact .contact-box .contact-item {
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.inner-contact .contact-box .contact-item .act {
  float: left;
  width: 60px;
  margin-left: -60px;
  color: #808080;
}
.prodect-Info {
  overflow: hidden;
  background: #f6f6f6;
  min-height: 500px;
  padding-bottom: 48px;
}
.prodect-Info .info-crumbs {
  overflow: hidden;
  height: 54px;
  line-height: 58px;
  font-size: 14px;
  color: #999;
  padding-left: 28px;
  background: url(../images/home-icon.png) no-repeat 5px center;
}
.prodect-Info .info-crumbs a {
  color: #595959;
}
.prodect-Info .info-crumbs a:hover {
  color: #003f98;
  text-decoration: underline;
}
.prodect-Info .info-main {
  overflow: hidden;
  background: #fff;
  padding: 25px 25px 20px;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-preview {
  float: left;
  width: 350px;
}
.prodect-Info .info-main .info-main-rig {
  float: right;
  width: 775px;
  overflow: hidden;
}
.prodect-Info .info-main .info-main-rig .title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 18px 0;
  padding-top: 0;
  padding-left: 12px;
  padding-bottom:0;
  text-align: left;
}
.prodect-Info .info-main .info-main-rig .price {
  height: 65px;
  background: #f6f6f6;
  line-height: 65px;
  padding: 0 20px;
  color: #ff8111;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-main-rig .price span {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}
.prodect-Info .info-main .info-main-rig .de-list {
  overflow: hidden;
  padding: 0 20px;
  min-height: 150px;
  max-height: 223px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item {
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #7d7d7d;
  line-height: 20px;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item .item-title {
  width: 60px;
  float: left;
  margin-left: -60px;
  color: #808080;
}
.prodect-Info .info-main .info-main-rig .order-btn {
  overflow: hidden;
  padding: 0 10px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit {
  display: block;
  width: 155px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #003f98;
  color: #fff;
  font-size: 14px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit:hover {
  background: #0058b1;
}
.prodect-Info .info-center {
  overflow: hidden;
}

.prodect-Info .info-center .infoCenter-left .pro-sider {
  float: none;
}
.prodect-Info .info-center .infoCenter-right {
  width: 100%;
  background: #fff;
  padding: 0 25px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.prodect-Info .info-center .infoCenter-right .center-title {
  font-weight: bold;
  font-size: 18px;
  color: #113870;
  line-height: 60px;
  margin-bottom: 20px;
  height: 59px;
  border-bottom: 1px solid #ededed;
}
.prodect-Info .info-center .infoCenter-right .center-content {
  overflow: hidden;
  padding-bottom: 30px;
}
.prodect-Info .info-center .infoCenter-right .center-content img {
  max-width: 100%;
}
.prodect-Info .info-center .infoCenter-right .center-content table {
  max-width: 100%;
}
.zpro_cont{
  line-height: 30px;
}
.zpro_cont img{
  max-width:100%;
}

.zpro_cont table{
  width: 100%;
  border-collapse: collapse;
}
.zpro_cont table tr:first-of-type{
  background:#d4a879;
}
.zpro_cont table tr td:first-of-type{
  color: #282828;
}
.zpro_cont table tr:first-of-type td{
  color: #fff;
}
.zpro_cont table tr td{
  color: #666;
  border:1px solid #dfdfdf!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 35px;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab {
  font-family: '微软雅黑';
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 20px;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr th {
  width: 50%;
  text-align: center;
  font-size: 15px;
  color: #262626;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  line-height: 48px;
  font-weight: bold;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr td {
  line-height: 45px;
  color: #595959;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e6e6e6;
}


#MagnifierWrap2 {
  position: relative;
  width: 350px;
}
.MagnifierMain {
  position: relative;
  width: 350px;
  height: 350px;
  font-size: 0;
  text-align: center;
  line-height: 350px;
  border: 1px solid #e6e6e6;
}
.MagnifierMain.video {
  cursor: pointer;
}
.MagnifierMain.video::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  z-index: 1;
  background: url(../images/media-icon.png) no-repeat center;
  background-size: 100% auto;
}
.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: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 60px;
  height: 60px;
  border: 1px solid #b4b4b4;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  font-size: 2rem;
  color: #757575;
  margin:0 6px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #d4a879;
  background: #d4a879;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background:url(../images/prev.png) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: url(../images/prev.png) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background: #d4a879 url(../images/prevs.png) no-repeat center;
  border-color: #d4a879;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: url(../images/next.png) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: url(../images/next.png) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background:#d4a879 url(../images/nexts.png) no-repeat center;
  border-color: #d4a879;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  display:none;
}
.de-page-mian .page-inner span {
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
  display:none;

}
.de-page-mian .page-inner input {
  display:none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}


.zginfo_top{
  background:#fff;
  margin-bottom: 2vw;
  padding:4vw 0;
}
.zginfo_top>.warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zfinfo_left{
  width: 740px;
}
.zfinfo_right{
  width: calc(98% - 740px);
}
.sinfo_top{
  width: 100%;
  height: 523px;
}
.sinfo_top .swiper-slide,.sinfo_bom .swiper-slide{
  background:#fff;
}
.sinfo_top .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sinfo_bom .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sinfo_bombg{
  margin-top:20px;
  width: 100%;
  height: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 60px;
  position:relative;
}
.sinfo_bombg .sinfo_bom{
  width: 100%;
  height: 100%;
}


.sinfo_bombg .sinfo_bom .swiper-slide{
  border:2px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sinfo_bombg .sinfo_bom .swiper-slide.swiper-slide-thumb-active{
  border:2px solid #d4a879;
}
.sinfo_bombg .swiper-button-next,.sinfo_bombg .swiper-button-prev{
  width: 50px;
  height: 100%;
  top:0;
  margin-top: 0;
  background-color:#d4a879;
  background-repeat: no-repeat;
  background-position:center;
}
.sinfo_bombg .swiper-button-prev.swiper-button-disabled,.sinfo_bombg .swiper-button-next.swiper-button-disabled{
  opacity: 1;
  background-color:#999999;
}
.sinfo_bombg .swiper-button-next:after,.sinfo_bombg .swiper-button-prev:after{
  display:none;
}
.sinfo_bombg .swiper-button-prev{
  left:0;
  background-image:url("../images/infojt_l.png");
}
.sinfo_bombg .swiper-button-next{
  right:0;
  background-image:url("../images/infojt_r.png");
}

.ztop1{
  display:flex;
  align-content: center;
}
.ztop1>span:first-of-type{
  border-radius: 19px 0 0 19px;
  color: #fff;
  border:1px solid #d4a879;
  padding-left:39px;
  padding-right:20px;
  background:#d4a879 url("../images/icon-2.png") no-repeat 13px center;
  line-height: 38px;
}
.ztop1>span:nth-of-type(2){
  border-radius: 0 19px 19px 0;
  color: #d4a879;
  background:#fff;
  border:1px solid #d4a879;
  padding-left:20px;
  padding-right:20px;
  line-height: 38px;
}
.zfinfo_right>h3{
  padding:15px 0;
  position:relative;
  font-size: 3.6rem;
  color: #333333;
  margin-bottom: 2vw;
}
.zfinfo_right>h3:before{
  width:100%;
  height: 3px;
  background:#efefef;
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
}
.zfinfo_right>h3:after{
  width: 98px;
  height: 3px;
  background:#d4a879;
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
}
.zfinfo_right>small{
  height: 97px;
  display:block;
    font-size: 1.6rem;
    color: #666666;
    font-weight: lighter;
  line-height: 3rem;
}
.order-btn{
  display:flex;
  align-content: center;
}
.order-btn>a:first-of-type{
  display:block;
  width: 216px;
  margin-right: 15px;
  padding-left:88px;
  padding-right: 54px;
  border:1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: #666666;
  line-height: 60px;
  background:#f5f5f5 url("../images/back.png") no-repeat 54px center;
  -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;
}
.order-btn>a:first-of-type:hover{
  background:url("../images/back.png") no-repeat 54px center;
}
.order-btn>a:last-of-type{
  width: 216px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: #fff;
  padding-left:88px;
  padding-right: 54px;
  border:1px solid #d4a879;
  background:#d4a879 url("../images/back2.png") no-repeat 54px center;
  -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;
}
.order-btn>a:nth-of-type(2):hover{
  border:1px solid #0478d7;
  background:#0478d7 url("../images/back2.png") no-repeat 54px center;
}
.lxcard{
  display:flex;
  justify-content: space-between;
  margin-top: 225px;
}

.card_left{
  background:#f5f5f5;
  padding-left: 30px;
  border-left: 5px solid #d4a879;
  width: calc(100% - 193px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:17px;
}

.card_left>p{
  font-size: 1.6rem;
  color: #666666;
  line-height: 36px;
  font-weight:lighter;
}
.card_left>p span{
  font-size: 2.2rem;
  color: #ed1d24;
  font-weight: bold;
}
.card_right{
  height: 140px;
  background:#d4a879;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px;
  padding-right: 0;
  display:flex;
  justify-content: flex-end;
}
.card_right img{
  height: 100%;
}
.card_right>p{
  color: #fff;
  font-weight: lighter;
  font-size: 1.6rem;
  width: 30px;
  line-height: 18px;
  text-align:center;
}
.zproinfo_content{
  display:flex;
  justify-content: space-between;
  padding-bottom:4vw;
}
.zproinfo_left{
  width: 77%;
}
.zprotit{
  font-weight: bold;
  color: #333;
  font-size: 2.4rem;
  padding-bottom: 26px;
}
.zproinfo_right{
  width: 20%;
}
.bg_white{
  width: 100%;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:53px;
}



.zproinfo_list a{
  display:block;
  width:100%;
  margin-bottom: 2vw;
  background:#fff;
  -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;
}
.zproinfo_list a:hover{
  background:#d4a879;
  box-shadow: 0 0 10px #ddd;
}
.zproinfo_list a b{
  width: 100%;
  height: 15vw;
  position:relative;
  overflow:hidden;
}
.zproinfo_list a b img{
  width: 100%;
  height:100%;
  object-fit:cover;
}
.zproinfo_list a b>i{
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url("../images/proadd.png") no-repeat center;
  opacity: 0;
  -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;
}
.zproinfo_list a:hover b>i{
  opacity: 1;
}

.zproinfo_list a>div{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:30px 35px;
}
.zproinfo_list a small{
  font-size: 1.6rem;
  color: #9f9f9f;
  font-weight: lighter;
  -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;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.zproinfo_list a p{
  font-size: 2rem;
  color: #242424;
  margin-top: 10px;
  font-weight: lighter;
  -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;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.zproinfo_list a:hover small,.zproinfo_list a:hover p{
  color: #fff;
}

/*coop*/
.zcoop1{
  padding-bottom: 4vw;
}
.zcoop1 .title{

}
.zcoop1 .title p{
  font-size: 1.8rem;
  font-weight: lighter;
  color: #333333;
}
.zcoop1 ul{
  display:flex;
  justify-content: space-between;
  align-content: center;
}
.zcoop1 ul li{
  background:#f7f7f7;
  position:relative;
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:45px;
}
.zcoop1 ul li>span{
  text-align:center;
  background:#d4a879;
  display:block;
  position:absolute;
  right:0;
  top:-13px;
  width: 60px;
  height: 60px;
  line-height: 60px;

}
.zcoop1 ul li>span p{
  font-weight: bold;
  color: #fff;
  font-size: 2.4rem;
  font-family: alimama;
}
.zcoop1 ul li>h4{
  font-size: 2.2rem;
  color: #333333;
}
.coopul{
  height: 150px;
}
.coopul>p{
  font-size: 1.6rem;
  color: #666666;
  padding-left:25px;
  margin-top: 12px;
  background:url("../images/coopicon.png") no-repeat left center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}

.coop_cont .swiper-slide{
  background:#fff;
  height:100px;
}
.coop_cont .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zcoop2{
  padding-bottom: 4vw;
  background:url("../images/lcbg.jpg") no-repeat center;
}
.zcoop2 .title small{
  color: rgba(255, 255, 255, 0.08);
}
.zcoop2 .title h3{
  color: #fff;
}
.zcoop2 ul{
  margin-top: 3vw;
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  padding:0 2vw;
}
.zcoop2 ul>img{
  margin-top:53px;
}
.zcoop2 ul>img:last-of-type{
  display:none;
}
.zcoop2 ul li{
  position:relative;
  cursor: pointer;
}
.zcoop2 ul li b{
  display:block;
  border-radius: 50%;
  width: 118px;
  height: 118px;
  background:#fff;
  position:relative;
  -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;
}
.zcoop2 ul li b:before{
  display:block;
  content: '';
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: rgba(212, 168, 121, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -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;
}
.zcoop2 ul li:hover b:before{
  -webkit-transform: translate(-50%,-50%) scale(1.2);
  -moz-transform: translate(-50%,-50%) scale(1.2);
  -ms-transform: translate(-50%,-50%) scale(1.2);
  -o-transform: translate(-50%,-50%) scale(1.2);
  transform: translate(-50%,-50%) scale(1.2);
}
.zcoop2 ul li b img{
  position:relative;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  -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;
}
.zcoop2 ul li:hover b{
  background:#d4a879;
}
.zcoop2 ul li:hover b img{
  filter:brightness(100);
}
.zcoop2 ul li p{
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 20px;
}

.zcoop3{
  padding:4vw 0;
  display:flex;
  justify-content: space-between;
}
.zcoop3_left{
  width: 64%;
}
.zcoop3_left .title{
  padding-top: 0;
  padding-bottom: 2vw;
}
.zcoop3_left #formData{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zcoop3_left #formData>input,.zcoop3_left #formData>textarea{
  line-height: 50px;
  width: 49%;
  margin-bottom:23px;
  padding-left:29px;
  font-size: 14px;
  color: #999999;
  border:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#f6f6f6 url("../images/star.png") no-repeat 16px 20px;
}
.zcoop3_left #formData input::placeholder,.zcoop3_left #formData>textarea::placeholder{
  font-size: 14px;
  color: #999999;
}
.zcoop3_left #formData>textarea{
  width: 100%;
  height: 100px;
}
.zcoop3_left #formData .code{
  width: 49%;
  border:none;
  line-height: 50px;
  background:#f6f6f6;
}
.zcoop3_left #formData .code input{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:29px;
  width: 68%;
  background:#f6f6f6 url("../images/star.png") no-repeat 16px 20px;
}
.zcoop3_left #formData .code .verify{
  width: 32%;
}
.zcoop3_left #formData .code img{
  height: 100%;
}
.zcoop3_left #formData .submit{
  width: 49%;
  line-height: 50px;
  height: 50px;
  font-size: 1.6rem;
  color: #fff;
  background:#d4a879;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  -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;
}
.zcoop3_left #formData .submit:hover{
  background:#0478d7;
}

.zcoop3_right{
  width: 32%;
  height: 420px;
  background:url("../images/zcoop3bg.jpg") no-repeat center;
  background-size:cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:45px 40px;
  margin-top: 2.5vw;
}
.zcoop3_right>h3{
  color: #fff;
  font-size: 2.4rem;
}
.zcoop3_right>small{
  font-size: 1.6rem;
  font-weight: lighter;
  color: #fff;
}
.zcoop3_right ul{
  margin-top: 2vw;
}
.zcoop3_right ul li{
  padding-left:77px;
  margin-top: 1vw;
}
.zcoop3_right ul li:first-of-type{
  background:url("../images/zc1.png") no-repeat left center;
}
.zcoop3_right ul li:nth-of-type(2){
  background:url("../images/zc2.png") no-repeat left center;
}
.zcoop3_right ul li:nth-of-type(3){
  background:url("../images/zc3.png") no-repeat left center;
}
.zcoop3_right ul li p{
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 5px;
}
.zcoop3_right ul li h4{
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
}

/*zcontact*/
#zjob{
  background:url("../images/jobbg.jpg") no-repeat center top;
}
#zjob .title small{
  color: rgba(255, 255, 255, 0.08);
}
#zjob .title h3{
  color: #fff;
}

#zlink{
  padding-bottom: 4vw;
}
#zlink ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
#zlink ul>li{
  text-align: center;
  width: 24%;
  height: 315px;
  display:flex;
  justify-content: center;
  align-items: center;
  background:#f7f7f7;
}
#zlink ul>li div{
  width: 60%;
}
#zlink ul>li img{
  margin:0 auto;
}
#zlink ul>li p{
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 2.6rem;
  color: #303030;
}
#zlink ul>li small{
  font-size: 1.8rem;
  color: #636363;
  display:block;
}
#zlink ul>div{
  width: 24%;
  height: 315px;
  display:flex;
  justify-content: center;
  align-items: center;
  background:url("../images/zcontactbg.jpg") no-repeat center;
}
#zlink ul>div>div>img{
  width: 150px;
  margin:0 auto;
}
#zlink ul>div>div p{
  color: #fff;
  margin-top:5px;
  text-align: center;
}

.zjob_content{
  background:#fff;
  box-shadow: 0 0 10px #ddd;
  padding:45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zjob_tit{
  height: 77px;
  line-height: 77px;
  background:#f4f6f8;
  display:flex;
  justify-content: space-between;
}
.zjob_tit h5{
  font-size: 2rem;
  color: #282828;
  display:flex;
  justify-content: center;
  width: 15%;
}
.zjob_content ul li{
  display:flex;
  justify-content: space-between;
  text-align: center;
  line-height: 80px;
  border-bottom: 1px solid #f0f3fa;
  cursor: pointer;
}
.zjob_content ul li p{
  width: 15%;
  font-size: 1.8rem;
  color: #6f6d6d;
}
.zjob_tit h5:first-of-type,.zjob_content ul li p:first-of-type{
  width: 20%;
}
.zjob_tit h5 span{
  background:url("../images/j1.png") no-repeat left center;
  padding-left:40px;
}
.zjob_tit h5:nth-of-type(2) span{background:url("../images/j2.png") no-repeat left center;}
.zjob_tit h5:nth-of-type(3) span{background:url("../images/j3.png") no-repeat left center;}
.zjob_tit h5:nth-of-type(4) span{background:url("../images/j4.png") no-repeat left center;}
.zjob_tit h5:nth-of-type(5) span{background:url("../images/j5.png") no-repeat left center;}

.jobs-infotit{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f7fb;
  padding: 30px 40px;
}
.job-name{
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.jobs-infotit ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.jobs-infotit ul li{
  display: inline-block;
  font-size: 1.8rem;
}
.jobs-infotit ul i{
  background:#cbcbcb;
  display:block;
  width: 1px;
  height: 18px;
}
.jobinfo_cont{
  overflow-y:auto;
}
.ask>h5{
  color: #333;
  font-size: 2.2rem;
  font-weight: bold;
}
.ask>div{
  font-size: 1.6rem;
  margin-top: 1vw;
  line-height: 30px;
  padding-bottom: 30px;
}
.ask>p{
  line-height: 80px;
  text-align: center;
  font-size: 1.6rem;
  color: #585858;
  background: #efefef;
}
.ask>p>a{
  color: #d4a879;
}
.ask{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 40px;
}

/*newsinfo*/
.znewsinfobg{
  padding-top: 4vw;
}
.znewsinfo>.inner-right{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 68%;
  float:left;
  padding-top:2vw;
  padding-bottom: 2vw;
}
.znewsinfo>.znewsinfo_right{
  float:right;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#fff;
  padding:20px 30px;
}
.znewsinfo_right .bot_tit{
  text-align: left;
  margin-bottom: 1.5vw;
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.znewsinfo_list a{
  display:block;
  width:100%;
  background:#fff;
  padding:10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1vw;
  border-bottom: 1px solid #eee;
}
.znewsinfo_list a b{
  width: 100%;
  height: 15vw;
  margin-bottom: 0.6vw;
}
.znewsinfo_list a b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.znewsinfo_list a>p{
  font-size: 1.8rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  -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;
}
.znewsinfo_list a:hover>p{
  color: #d4a879;
}
.znewsinfo_list a>small{
  line-height: 3rem;
  font-size: 1.4rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/*case*/
.zcasebg{
  padding-top: 4vw;
}
.de-case-list ul li{
  float:left;
  width: 24%;
  margin-right:1.3%;
  margin-bottom: 1.3vw;
}
.de-case-list ul li:nth-of-type(4n){
  margin-right: 0;
}
.de-case-list ul li a{
  display: block;
}
.de-case-list ul li a .img_jz{
  width:100%;
  height: 14vw;
}
.de-case-list ul li a .img_jz>img{
  min-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;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  object-fit: cover;
}
.de-case-list ul li a:hover .img_jz>img {
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -ms-transform:scale(1.05);
  -o-transform:scale(1.05);
  transform:scale(1.05);
}
.de-case-list ul li a .img_jz>div{
  position: absolute;
  right:0;
  bottom:0;
  text-align: center;
  width: 95px;
  height: 70px;
  color: #fff;
  background: rgba(0,0,0,.5);
  -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;
}
.de-case-list ul li a .img_jz>div>span{
  display: block;
  font-size: 24px;
  margin-top: 10px;
  line-height: 29px;
}
.zslovent ul li a{
  position:relative;
}
.zcase_text{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
}
.zcase_text h4{
  font-size: 20px;
  font-family: lianmeng;
  line-height: 36px;
  position: relative;
  padding:0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  -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;
}
.zslovent a:hover .zcase_text h4{
  font-size: 22px;
}
.zcase_text h4:before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(212, 168, 121, 0.8);
  width: 100%;
  height: 14px;
  -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;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transition: -webkit-transform .32s cubic-bezier(.4,0,.2,1);
  transition: transform .6s cubic-bezier(.4,0,.2,1);
  transition: transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
}
.zslovent a:hover .zcase_text h4:before{
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.zcase_text h4 i{
  position:relative;
  font-style: normal;
  color: #fff;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.zslovent a:hover .zcase_text h4 i{
  font-style: italic;
}
.news-detail img{
  max-width: 100%;
  margin:0 auto;
}


/*ipad menu*/


.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:#fff;
  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;
}
.headfix .mmenu>div i{
  background:#505050;
}
.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;
}



/*手机端下拉展示*/
.mnavbar{
  position:fixed;
  top:80px;
  left:0;
  width: 100%;
  height:calc(100% - 60px);
  background:#fff;
  z-index: 10000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:block;
  overflow-y:auto;
  display:none;
}
.mnavbar li{
  width: 100%;
  line-height: 48px;
  padding:0 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
.mnavbar li a{color: #333;}
.mnavbar li.mousein{
  background:#f7f9fa;
}
