.zbanner {
  overflow: hidden;
  display:flex;
  align-items: center;
  justify-content: center;
  position:relative;
  width: 100%;
  height: 31.5vw;
  background-size:cover;
  background-position:center;
  background-repeat: no-repeat;
}
.zbanner h1 {
  font-size: 4.2rem;
  font-family: almm;
  color: #fff;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.8vw;
}

.crumbs{
  display:flex;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
}
.crumbs span,
.crumbs a{
  font-size: 1.8rem;
  color: #fff;
}


.ztitle{
  text-align: center;
}
.ztitle b{
  margin:0 auto;
}

.ztit_list{
  width: 100%;
  height: 85px;
  display:flex;
  justify-content: center;
  align-items: center;
  background:#f4f4f4;
}
.ztit_list a{
  position:relative;
  overflow:hidden;
  display:inline-block;
  line-height: 42px;
  font-size: 1.8rem;
  color: #333333;
  -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;
  margin:0 45px;
}
.ztit_list a:hover
,.ztit_list a.active
,.ztit_list a.myactive{
  color: #007dc9;
}
.ztit_list a:after{
  position:absolute;
  content: '';
  display:block;
  width: 100%;
  height: 4px;
  background:#007dc9;
  left:0;
  bottom:0;
  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;
}
.ztit_list a:hover:after,.ztit_list a.active:after,.ztit_list a.myactive:after{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}

/*zcompany*/
.zcom_cont01{
  padding:4vw 0;
}
.zcom_cont01 .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
}
.zcom_cont01_text{
  width: 53%;
}
.zcom_cont01_text>p{
  font-size: 2rem;
  color: #007dc9;
}
.zcom_cont01_text>h3{
  font-size: 3rem;
  color: #333333;
  font-weight: bold;
}
.zcom_cont01_text>b{display:block;
  width: 56px;
  height: 4px;
  background:#007dc9;
  margin:20px 0;
}
.zcom_cont01_text>small{
  display:block;
  font-size: 1.6rem;
  color: #666666;
  line-height: 30px;
}
.zcom_cont01 .warpper>b{
  width: 45%;
  height: 500px;
}
.zcom_cont02{
  background:url("../images/zcom_cont02.jpg") no-repeat center;
  background-size:cover;
  background-attachment: fixed;
  padding-top: 3vw;
  padding-bottom: 4vw;
}
.zcom_cont02 .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.zcom_cont02 li{
  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;
  position:relative;
  top:0;
}
.zcom_cont02 li:hover{
  top:-10px;
}
.zcom_cont02 li b{
  display:block;
  margin:0 auto;
  width: 100%;
  height: 90px;
  -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:rotateY(0);
  -webkit-transform:rotateY(0);
}
.zcom_cont02 li:hover b{
  transform:rotateY(180deg);
  -webkit-transform:rotateY(180deg);
}
.zcom_cont02 li b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zcom_cont02 li h4{
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
  font-family: albbpht;
}
.zcom_cont02 li i{
  display:block;
  width: 36px;
  height: 3px;
  background:#fff;
  margin:10px auto;
}
.zcom_cont02 li small{
  font-size: 1.8rem;
  color: #fff;
  font-weight: lighter;
}

.zcom_cont03{
  padding:4vw 0;
}
.zcom_cont03 ul{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zcom_cont03 li{
  background:#f8fafb;
  height: 282px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23%;
  padding:35px 2vw;
  margin-top: 2vw;
  position:relative;
  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;
}
.zcom_cont03 li.active{
  background:#007dc9;
}
.zcom_cont03 li>i{
  font-family: Impact;
  font-size: 14rem;
  color: #f0f5f9;
  position:absolute;
  right:0;
  bottom:-82px;
  -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;
}
.zcom_cont03 li.active>i {
  color: #2a89cd;
}
.zcom_cont03 li>div{
  display:flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position:relative;
}
.zcom_cont03 li>div img{
  -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;
}
.zcom_cont03 li.active>div img{
  filter:grayscale(100) brightness(100);
}

.zcom_cont03 li>h4{
  font-size: 2.4rem;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
  -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;
}
.zcom_cont03 li>small{
  position:relative;
  display:block;
  width: 100%;
  font-size: 1.8rem;
  color: #333333;
  line-height: 30px;
  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;
}
.zcom_cont03 li.active>h4,
.zcom_cont03 li.active>small{
  color: #fff;
}
.zcom_cont04{
  background:url(../images/honorbg.jpg) no-repeat center;
  background-size:cover;
  padding:4vw 0;
}
.zcom_cont04>.warpper{
  margin-top: 2vw;
}
.swiper-zhonor .swiper-slide{
  width: 400px;
}
.swiper-zhonor a{
  display:block;
  width:100%;
}
.swiper-zhonor a b{
  display:block;
  width: 100%;
  height: 565px;
  background:#fff;
  position:relative;
  box-shadow: 0 0 10px #ddd;
}
.swiper-zhonor a b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.swiper-zhonor a p{
  text-align: center;
  font-size: 2.4rem;
  color: #333333;
  opacity:0;
  margin-top: 1vw;
  width: 100%;
  position:relative;
  top:3vw;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.swiper-zhonor .swiper-slide-active a p{
  opacity: 1;
}

.zcom04_btn{
  margin:0 auto;
  width: 595px;
  position:relative;
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  top:-22px;
}
.zcom04_btn h3{
  font-size: 7.2rem;
  opacity: 0.1;
  -webkit-text-stroke: 2px #007dc9;
  color: transparent;
  line-height: 54px;
  text-transform: uppercase;
}
.zcom04_btn .swiper-button-next {
  background-image:url("../images/jt_r.png");
}
.zcom04_btn .swiper-button-prev{
  background-image:url("../images/jt_l.png");
}
.zcom04_btn .swiper-button-prev,
.zcom04_btn .swiper-button-next{
  position:inherit;
  top:inherit;
  left:inherit;
  right:inherit;
  bottom:inherit;
  margin-top: auto;
  background-color:#fff;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position:center;
  background-size:auto;
}
.zcom04_btn .swiper-button-next:hover{
  background-image:url("../images/jt_rs.png");
}
.zcom04_btn .swiper-button-prev:hover{
  background-image:url("../images/jt_ls.png");
}

/*zgoods*/
/*siderbar*/
.sider{
  width:370px;
}
.sidetit{
  padding:2.5vw 3vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:url("../images/sidebg.jpg") no-repeat center;
  background-size:cover;
}
.sidetit>h3{
  font-size: 3rem;
  color: #fff;
  font-family: almm;
  font-weight: normal;
}
.sidetit>b{
  font-size: 1.6rem;
  color: #fff;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: "Arial";
}
.sider ul li{
  margin-bottom:4px;
  background: #f8fafb;
}

.infoimg img{
  max-width: 100%;
  margin:0 auto;
}
/*样式已*/
.sider ul li>a{
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:7%;
  line-height: 80px;
  font-size: 20px;
  color: #717171;
  background:url("../images/sidemore.png") no-repeat 80% 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;
}
.sider ul li>a:hover,.sider ul li>a.hight_linght{
  color: #a91f24;
  background:url("../images/sidemores.png") no-repeat 80% center;
}


.zside_fltit{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 3vw;
}
.zside_fltit>a{
  float:left;
  display:block;
  width: 80%;
  line-height:70px;
  font-size: 1.8rem;
  color: #666666;
  font-weight: bold;
}
.zside_fltit:hover{
  background:#dbf2ff;
}
.sider ul li.lightfa .zside_fltit{
  background:#dbf2ff;
}
.zside_fltit:hover>a,.sider ul li.light_heightpro .zside_fltit>a,.sider ul li.lightfa .zside_fltit>a{
  color: #007dc9;
}
.zside_fltit:hover>span:before,.zside_fltit:hover>span:after {
  background: #007dc9;
}
.zside_fltit>span{
  float:right;
  display:block;
  width:16px;
  height: 16px;
  position: relative;
  margin-top: 10%;
  cursor: pointer;
}
.zside_fltit>span:before,.zside_fltit>span:after{
  height: 2px;
  background:#b5b5b5;
  width:100%;
  position: absolute;
  content: '';
  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%);
  -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;
}
.zside_fltit>span:after{
  -webkit-transform: translate(-50%,-50%) rotate(90deg);
  -moz-transform: translate(-50%,-50%) rotate(90deg);
  -ms-transform: translate(-50%,-50%) rotate(90deg);
  -o-transform: translate(-50%,-50%) rotate(90deg);
  transform: translate(-50%,-50%) rotate(90deg);
}
.sider ul li.light3 .zside_fltit>span:after,.sider ul li.lightfa .zside_fltit>span:after{
  -webkit-transform: translate(-50%,-50%) rotate(0);
  -moz-transform: translate(-50%,-50%) rotate(0);
  -ms-transform: translate(-50%,-50%) rotate(0);
  -o-transform: translate(-50%,-50%) rotate(0);
  transform: translate(-50%,-50%) rotate(0);
}
.sider ul li.lightfa .zside_fltit>span:after{
  background:#007dc9;
}
.sider ul li.light3 .zside_fl,.sider ul li.lightfa .zside_fl{display:block;}



.zside_fl{
  display:none;
}
.zside_fl a{
  display: block;
  font-size: 1.6rem;
  color: #666666;
  line-height: 48px;
  padding-left:17%;
  padding-right:7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background:url("../images/ciricon.png") no-repeat 11% 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;
}
.zside_fl a:hover,.zside_fl .light3{
  color: #007dc9;
  background:url("../images/ciricons.png") no-repeat 11% center;
}


.zgoodsbg{
  padding:4vw 0;
  display:flex;
  justify-content: space-between;
}
.zpro_right{
  width: calc(97% - 370px);
}
.pro_rig_bot a{
  display:block;
  float:left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2vw;
  background:#f0f6ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: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;
}
.pro_rig_bot a:nth-of-type(3n){
  margin-right: 0;
}
.pro_rig_bot a:hover{
  background: -moz-linear-gradient(0deg, #007dc9, #acdfff);
  background: -webkit-linear-gradient(0deg,#007dc9,#acdfff);
  background: -o-linear-gradient(0deg, #007dc9, #acdfff);
}
.pro_rig_bot b{
  width: 100%;
  height: 15vw;
  background:#fff;
}
.pro_rig_bot b>img{
  object-fit: scale-down;
}
.pro_rig_bot a>div{
  text-align: center;
}
.pro_rig_bot a>div>h3{
  font-size: 2.4rem;
  margin-top: 30px;
  color: #333333;
  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;
}
.pro_rig_bot a>div>h3:before{
  content: attr(data-text);
  font-size: 4rem;
  color: #fff;
  -webkit-text-stroke: 1px #007dc9;
  -webkit-text-fill-color : transparent;
  font-family: Arial;
  display:block;
  position:absolute;
  left:0;
  width: 100%;
  top:-18px;
  opacity: 0.2;
  -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;
}
.pro_rig_bot a:hover>div>h3:before {
  -webkit-text-stroke: 1px #fff;
}
.pro_rig_bot a>div>h3 i{
  font-style: normal;
  position:relative;
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  display:block;
}
.pro_rig_bot a>div>small{
  font-size: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  display:block;
  color: #666666;
  font-weight: lighter;
  opacity: 0.6;
  margin-top: 5px;
  -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;
}
.pro_rig_bot a:hover>div>small,
.pro_rig_bot a:hover>div>h3{
  color: #fff;
}
.pro_rig_bot a>div>span{
  margin:0 auto;
  border:2px solid #007dc9;
  color: #007dc9;
  border-radius: 50%;
  display:block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin-top: 13px;
  font-size: 30px;
  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;
}
.pro_rig_bot a:hover>div>span {
  border:2px solid #fff;
  color: #fff;
}


.zgoodsinfo_topbg{
  background:url("../images/zgoodsinfo_topbg.jpg") no-repeat center;
  background-size:cover;
  padding:40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zgoodsinfo_top{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw;
}
.zgoodsinfo_top>div{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  position:relative;
  overflow:hidden;
}
.zgoodsinfo_top>div:before,
.zgoodsinfo_top>div:after{
  display: block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  width: 100%;
  height: 3px;
  background:#ebebeb;
}
.zgoodsinfo_top>div:after {
  width: 70px;
  background:#007dc9;
}
.zgoodsinfo_top>div>h3{
  font-size: 3.6rem;
  color: #282828;
  font-weight: bold;
}
.zgoodsinfo_top>div>div{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.zgoodsinfo_top>div>div>a{
  display:block;
  margin-left: 20px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 21px;
  border:1px solid #007dc9;
  color: #007dc9;
  font-size: 1.6rem;
  font-weight: lighter;
  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;
}
.zgoodsinfo_top>div>div>a:first-of-type{
  background:#007dc9;
  color: #fff;
}
.zgoodsinfo_top>div>div>a:hover{
  background:#acce22;
  border:1px solid #acce22;
  color: #fff;
}
.zgoodsinfo_top>small table{
  border-collapse: collapse;
  width: 100%;
}
.zgoodsinfo_top>small table tr td{
  color: #333333;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw!important;
  border:1px solid #dfdfdf!important;
}
.zgoodsinfo_top>small table tr td:first-of-type{
  background:#f7f7f7;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.zgoodsinfo_top>small table tr td img{
  max-width: 100%;
}
.zpro_info .title{
  margin-top: 4vw;
  margin-bottom: 2vw;
}
.zgoodsinfo_topbg .newsPage{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
}
.zgoodsinfo_topbg .newsPage .page-a{
  border:1px solid #fff;
  line-height: 47px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  max-width: 50%;
  font-size: 1.8rem;
  color: #fff;
}
.zgoodsinfo_topbg .newsPage .page-a a{
  font-size: 1.8rem;
  color: #fff;
  text-overflow: ellipsis;
  white-space: normal;
  overflow:hidden;
}

/*zehs*/
.zehs_cont{
  margin-top: 4vw;
}
.zehs_cont li{
  display:flex;
  justify-content: space-between;
  padding-bottom: 3vw;
  background:url("../images/ehs_line.png") repeat-x left bottom;
  margin-bottom: 3vw;
}
.zehs_cont li:last-of-type{
  background:none;
}
.zehs_left{
  width: 300px;
}
.zehs_right{
  width: calc(98% - 300px);
  font-size: 1.6rem;
  color: #666666;
  line-height: 36px;
}
.zehs_right img{
  max-width: 100%;
  margin:0 auto;
}


/*znews*/
.znewslist ul{
  margin-top: 4vw;
  margin-bottom: 4vw;
}
.znewslist ul li{
  float:left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right:1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.znewslist ul li:nth-of-type(1),
.znewslist ul li:nth-of-type(2),
.znewslist ul li:nth-of-type(3){
  border-top: none;
}
.znewslist ul li:nth-of-type(3n){
  margin-right: 0;
  border-right:none;
}






/*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;
}
.common-inner .inner-right .news-detail-content .newsPage {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
  border-top: 1px solid #ddd;
  padding-top:10px;
}
.common-inner .inner-right .news-detail-content .newsPage a {
  color: #323232;
}
.common-inner .inner-right .news-detail-content .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 .newsPage {
  padding: 0 20px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.common-inner .inner-right .newsPage a {
  color: #323232;
}
.common-inner .inner-right .newsPage a:hover {
  color: #003f98;
}
.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;
  margin:4vw auto;
}
.de-contact .contact-map {
  overflow: hidden;
}

.zcontactpic{
  background:url("../images/zcontactpic.jpg") no-repeat left center;
  background-size:100% 100%;
  padding:3vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 3.5vw;
}
.zcontactpic>h1{
  font-weight: bold;
  font-size: 3rem;
  color: #333333;
}
.addicon{
  font-size: 1.8rem;
  color: #666666;
  padding-left:40px;
  margin-top: 1vw;
  margin-bottom: 2.5vw;
  background:url("../images/addicon.png") no-repeat left center;
}
.zcont_link{
  display:flex;
}
.zcont_link ul{
  width: 320px;
}
.zcont_link ul:first-of-type{
  border-right: 1px dashed rgba(0, 125, 201, 0.2);
  margin-right: 4vw;
}
.zcont_link ul li{
  line-height: 45px;
  font-size: 1.8rem;
  color: #666666;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zcont_link ul li:first-of-type{
  background:url("../images/zicon01.png") no-repeat left center;
}
.zcont_link ul li:nth-of-type(2){
  background:url("../images/zicon02.png") no-repeat left center;
}
.zcont_link ul li:nth-of-type(3){
  background:url("../images/zicon03.png") no-repeat left center;
}
.de-contact .contact-map #dituContent {
  width: 100%;
  height: 36vw;
}
.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%;
}
.center-content table{
  width: 100%;
  border-collapse: collapse;
}
.center-content table tr td{
  border:1px solid #ddd!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 5px;
}
.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;
}
.prodect-Info .info-center .infoCenter-right .newsPage {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
  border-top: 1px solid #ddd;
}
.prodect-Info .info-center .infoCenter-right .newsPage a {
  color: #323232;
}
.prodect-Info .info-center .infoCenter-right .newsPage a:hover {
  color: #003f98;
}
#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: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  border-radius: 50%;
  margin:0 10px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #fff;
  background: -moz-linear-gradient(0deg, #007dc9, #acdfff);
  background: -webkit-linear-gradient(0deg,#007dc9,#acdfff);
  background: -o-linear-gradient(0deg, #007dc9, #acdfff);
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn,
.de-page-mian .page-inner span,
.de-page-mian .page-inner input {
  display: none;
}
.zcase_text{
  width:100%;
  line-height: 40px;
  text-align: center;
  color: #494949;
  background: #ddd;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
}
.zcase_text h4{
  font-weight: normal;
}
.de-news-list ul li a:hover .zcase_text{
  background: #034898;
  color: #fff;
}


/*zjobs*/
.zjoin_cont01bg{
  padding:4vw 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zjoin_cont01{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 447px;
  margin-top: 2vw;
}
.zjoin_cont01>b{
  width: 50%;
  height: 100%;
}
.zjoin_c1_left{
  position:relative;
  overflow:hidden;
  width: 50%;
  background:#f9fafc url("../images/douhao.png") no-repeat center;
  background-size:90% auto;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5vw;
}
.zjoin_c1_left>h1{
  font-size: 16rem;
  color: #eaf3f9;
  font-family: arial;
  position:absolute;
  left:5vw;
  top:0;
}
.zjoin_c1_left>small{
  position:relative;
  font-size: 1.8rem;
  color: #333333;
  line-height: 32px;
  text-indent: 28px;
}
.zjoin_c1_left>ul{
  display:flex;
  align-items: center;
  position:relative;
  margin-top: 2vw;
}
.zjoin_c1_left>ul li{
  margin-right: 20px;
  padding:10px 0;
  padding-left: 70px;
  background:url("../images/joinicon01.png") no-repeat left center;
}
.zjoin_c1_left>ul li:nth-of-type(2){
  background:url("../images/joinicon02.png") no-repeat left center;
}
.zjoin_c1_left>ul li:nth-of-type(3){
  background:url("../images/joinicon03.png") no-repeat left center;
}
.zjoin_c1_left>ul li p{
  font-size: 1.6rem;
  color: #666666;
}
.zjoin_c1_left>ul li h5{
  font-size: 1.6rem;
  color: #333333;
  font-weight: bold;
}
.zjoin_cont02{
  padding:4vw 0;
  background:url("../images/zjoin_cont02.jpg") no-repeat center top;
}
.zjoin_cont02 .warpper{
  margin-top: 3vw;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:53px;
  box-shadow: 0 0 10px rgba(0, 125, 201, 0.15);
}

.zjoin_cont02 ul li:nth-of-type(even){
  background:#f0f7fa;
}
.job_head{
  background:#333333;
}
.job_head,.job_title{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.job_head span{
  color: #fff;
  width: 19%;
  text-align: center;
  line-height: 80px;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.job_head span:last-of-type,.job_title .job-btn{
  width: 5%;
  border-right: 0;
}
.job_head span{
  display:flex;
  justify-content: center;
  align-items: center;
}
.job_head span img{
  margin-right: 15px;
}
.job_title .job-btn img{
  transform:rotate(0deg);
}
.job_title p{
  width: 19%;
  font-size: 1.8rem;
  color: #333333;
  line-height: 80px;
  text-align: center;
  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;
}
.zjoin_cont02 li:hover .job_title,.zjoin_cont02 li.active .job_title {
  background:#007dc9;
}
.zjoin_cont02 li:hover .job_title p,.zjoin_cont02 li.active .job_title p{
  color: #fff;
  font-weight: bold;
}

.zjoin_cont02 li .job-btn {
  -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;
}
.zjoin_cont02 li:hover .job-btn img,.zjoin_cont02 li.active .job-btn img {
  filter:grayscale(100) brightness(100);
}
.zjoin_cont02 li.active .job-btn img {
  transform:rotate(-180deg);
}
.job_title{
  border-bottom:1px solid #f1f3f9;
}

.job_content{
  display:none;
}
.job_content small{
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:2px solid #f0f7fa;
  border-top: none;
  line-height: 30px;
  font-size: 1.6rem;
  color: #646a73;
  padding:0 40px;
  background:#fff;
}
.job_content small table{
  width: 100%;
  border-collapse: collapse;
}
.job_content small table tr{
  border-bottom: 2px solid #f0f7fa;
}
.job_content small table tr:last-of-type{
  border-bottom: none;
}
.job_content small table tr td{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw 0;
}
.job_content small table tr td:first-of-type{
  width: 122px;
}
.job_content small table tr td:first-of-type,.job_content small table tr td:first-of-type p{
  font-weight: bold;
  font-size: 2rem;
  color: #1f2329;
}

.zjoin_meg{
  background:url("../images/tdbg.jpg") no-repeat center;
  background-size:cover;
  padding:4vw 0;
}
.zjoin_meg .title b{
  margin:10px auto;
}


/*job_group*/
#formData{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3vw;
}
.job_group{
  background:#fff;
  display:flex;
  align-items: center;
  width: 32.6%;
  margin-bottom: 20px;
}
.job_group_sub{
  width: 32.6%;
}
.job_group>b{
  display:block;
  width: 73px;
  height: 100%;
  position:relative;
  overflow:hidden;
}
.job_group>b>img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.job_group>input{
  width: calc(100% - 73px);
  line-height: 73px;
  font-size: 1.7rem;
  color: #929292;
}
.job_group_textarea{
  width: 66.3%;
  height: 166px;
  font-size: 1.7rem;
  color: #929292;
  align-items: normal;
}
.job_group_textarea b{
  height: 73px;
}
.job_group_textarea textarea{
  width: calc(100% - 73px);
  height: 166px;
  font-size: 1.7rem;
  color: #929292;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:23px 0;
  padding-right: 23px;
}
.job_group_sex,
.job_group>input::placeholder,
.job_group_textarea textarea::placeholder{
  font-size: 1.7rem;
  color: #929292;
}
.job_group_sex label input{
  margin-left:10px;
  margin-right: 5px;
}

.job_group_sub .job_group{
  width: 100%;
  margin-bottom: 20px;
  height: 73px;
}
.job_group_sub .job_group .verify{
  width:150px;
  height: 100%;
  background:#f3fbfe;
  display:flex;
  justify-content: center;
  align-items: center;
}
.job_group_sub .job_group .verify img{
  max-width: 100%;
  max-height:100%;
  object-fit: scale-down;
}
.job_group_sub .job_group input{
  width: calc(100% - 223px);
}
.job_group_sub .submit{
  display:block;
  width: 100%;
  background:#007dc9;
  -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;
  text-align: center;
}
.job_group_sub .submit span{
  background:url("../images/subicon.png") no-repeat left center;
  padding-left:43px;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 73px;
}
.job_group_sub .submit:hover{
  background: -moz-linear-gradient(0deg, #007dc9, #acdfff);
  background: -webkit-linear-gradient(0deg,#007dc9,#acdfff);
  background: -o-linear-gradient(0deg, #007dc9, #acdfff);
}

/*newsinfo*/
.znewsinfo_top{
  margin-bottom: 3vw;
  border-bottom: 1px solid #ddd;
}
.znewsinfo_top .warpper{
  display:flex;
  justify-content: space-between;
  padding:4vw 0;
}
.znewsinfo_top .warpper>h3{
  font-weight: bold;
  color: #333;
  font-size: 3rem;
  width:calc(97% - 350px);
}
.znewsinfo_top .warpper>ul{
  display:flex;
  align-items: center;
  justify-content: flex-end;
  width: 350px;
}
.znewsinfo_top .warpper>ul li{
  background:#e3f0f7;
  text-align: center;
  line-height: 45px;
  margin-left: 15px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 20px;
}
.znewsinfo_detail{
  display:flex;
  justify-content: space-between;
  margin-bottom: 2vw;
}
.znews_info_left{
  width:calc(96% - 450px);
}
.znews_info_left>small{
  display:block;
  min-height: 850px;
  font-size: 1.6rem;
  color: #666;
  line-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 8%;
}
.znews_info_left>small img{
  max-width: 100%;
  margin:0 auto;
}
.znews_info_left .newsPage .page-a{
  color: #666;
  background:#e3f0f7;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px 10px;
}
.znews_info_left .newsPage .page-a a{
  color: #666;
}
.znews_info_right{
  width: 450px;
  border-left: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3vw;
}
.znews_info_right>h3{
  font-weight: bold;
  font-size: 2.5rem;
}
.znews_info_right>span{
  color: #acce22;
}
.znews_info_right a{
  display:block;
  margin-bottom: 1.5vw;
  padding-bottom: 1.5vw;
  position:relative;
  overflow:hidden;
}
.znews_info_right a:before{
  content:"";
  width:100%;
  height:2px;
  background:#ddd;
  position:absolute;
  left:0;
  bottom:0;
}
.znews_info_right a:after{
  content:"";
  width:100%;
  height:2px;
  background:#acce22;
  position:absolute;
  left:0;
  bottom:0px;
  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;
}
.znews_info_right a:hover:after{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}
.znews_info_right a>b{
  width: 100%;
  height: 16vw;
}
.znews_info_right a>h5{
  font-weight: bold;
  font-size: 2.2rem;
  color: #333;
  margin-top: 10px;
  -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;
}
.znews_info_right a>small{
  font-size:1.5rem;
  color: #666;
  display:block;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  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;
}
.znews_info_right a>p{
  font-size: 1.4rem;
  color: #6c6c6c;
  -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;
}
.znews_info_right a:hover>h5,
.znews_info_right a:hover>small,
.znews_info_right a:hover>p{
  color: #acce22;
}


/*menu-m*/
.mmenubg{
  position:fixed;
  right:0;
  top:0;
  height: 75px;
  width: 75px;
  display:flex;
  align-items: center;
  justify-content: center;
  background:#0065a3;
  z-index: 10001;
}
.menuchange{
  background:#0065a3;
  border-radius: 50%;
  border:2px solid #fff;
  width: 41px;
  height: 41px;
  right:15px;
  top:15px;
}
.mmenu,.mobile_head .close{
  width: 28px;
  height: 28px;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.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;
}
.menuchange>div .i2{
  opacity: 0;
}
.menuchange>div{
  width: 24px;
}
.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;
  margin-top: 0;
}
.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;
}
.menu_lang{
  display:flex;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  margin-left: 4%;
  margin-top: 26px;
}
.menu_lang i{
  display:block;
  margin:0 10px;
}
.menu_lang a{
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
.menu_lang a:first-of-type{
  /*color: #acce22;*/
  border-bottom: 2px solid #ddd;
}
.mnavbar{
  position:fixed;
  top:0;
  right:-63%;
  width: 63%;
  height:100%;
  background:#0065a3;
  z-index: 10000;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: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;
}
.mnavbar ul{
  height: calc(100% - 175px);
  margin-top: 40px;
  overflow-y: auto;
}
.mnavbar ul::-webkit-scrollbar{
  width:0; /*滚动条宽度*/
}
.mnavbarin{
  right:0;
}
.mnavbar li{
  width: 100%;
  padding:0 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 3vw;
}


.mnavbar li>a{
  display:block;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  position:relative;
}
.mnavbar li>a:before{
  display:block;
  content: '';
  position:absolute;
  left: 44px;
  bottom: 2px;
  width: 53px;
  height: 13px;
  background: #acce22;
  opacity: 0;
}
.mnavbar li>a>span{
  position:relative;
}
.mnavbar li.active>a:before{
  opacity: 1;
}

.mnavbar li>div:after{
  display:block;
  content: '';
  clear: both;
}
.mnavbar li>div a{
  float:left;
  display:block;
  width: 50%;
  color: #fff;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:30px;
  position:relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  margin-top:10px;
}
.mnavbar li>div a:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:50%;
  width: 14px;
  height: 1px;
  background: #ddd;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
