.zbanner img{
  width: 100%;
}
  /*crumbs*/
.crumbsbg{
  border-bottom: 1px solid #ebebeb;
}
.crumbsbg>.warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.crumbs_left{
  line-height: 70px;
}
.crumbs_left,
.crumbs_left span,
.crumbs_left a{
  font-size: 1.4rem;
  color: #666666;
  font-weight: lighter;
}
.crumbs_left>span{
  background:url("../images/home.png") no-repeat left center;
  padding-left:24px;
}
.crumbs_right{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.crumbs_right a{
  font-size: 1.6rem;
  color: #666666;
  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;
  margin-left: 3vw;
  line-height: 70px;
}
.crumbs_right a:after{
  display:block;
  content: '';
  width: 36px;
  height: 3px;
  background:#043492;
  position:absolute;
  left:50%;
  bottom:0;
  -webkit-transform: translateX(-50%) rotateY(90deg);
  -moz-transform: translateX(-50%) rotateY(90deg);
  -ms-transform: translateX(-50%) rotateY(90deg);
  -o-transform: translateX(-50%) rotateY(90deg);
  transform: translateX(-50%) rotateY(90deg);
  transform-origin: center bottom;
  -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_right a:hover,
.crumbs_right a.active{
  color: #043492;
  font-weight: bold;
}
.crumbs_right a:hover:after,
.crumbs_right a.active:after{
  -webkit-transform: translateX(-50%) rotateY(0);
  -moz-transform: translateX(-50%) rotateY(0);
  -ms-transform: translateX(-50%) rotateY(0);
  -o-transform: translateX(-50%) rotateY(0);
  transform: translateX(-50%) rotateY(0);
}

.ztitle{
  text-align: center;
  padding-top: 4vw;
  padding-bottom: 3vw;
}
.ztitle>h3{
  font-size: 4.8rem;
  color: #0e0509;
  font-family: Impact;
  opacity: 0.1;
  line-height: 0;
  text-transform: uppercase;
  position: relative;
  top: 15px;
}
.ztitle>h2{
  font-size: 4.2rem;
  color: #333322;
  font-family: ali;
}
.ztitle>h2>span{
  color: #043492;
  font-family: ali;
}


/*zcompany*/
.zcom01_cont{
  display:flex;
  justify-content: space-between;
  margin-bottom: 3vw;
}
.zcom01_cont>div{
  width: calc(96% - 485px);
}
.zcom01_cont>ul{
  width: 485px;
}
.zcom01_cont>ul li{
  display:flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:30px;
  margin-top: 20px;
  background:#f4f7fa;
  background: -moz-linear-gradient(0deg, #f4f7fa, #e6ecf3);
  background: -webkit-linear-gradient(0deg,#f4f7fa,#e6ecf3);
  background: -o-linear-gradient(0deg, #f4f7fa, #e6ecf3);
}
.zcom01_cont>ul li:first-of-type{
  margin-top: 0;
}
.zcomul_text{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 2vw;
}
.zcomul_text>p{
  color: #fff;
  padding-top: 6px;
  padding-bottom: 2px;
  letter-spacing: 5px;
  line-height: 30px;
  font-size: 1.8rem;
  font-weight: lighter;
  text-align: center;
  background:#920003;
  background: -moz-linear-gradient(115deg, #920003, #d20f1c);
  background: -webkit-linear-gradient(115deg,#920003,#d20f1c);
  background: -o-linear-gradient(115deg, #920003, #d20f1c);
  word-wrap: break-word;
  writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
.zcomul_text>h4{
  font-size: 7.2rem;
  font-weight: lighter;
  font-style: italic;
  margin-left: 10px;
  margin-right: 10px;
  color: #333333;
  font-family: barlow;
}
.zcomul_text>div{
  margin-left: 11px;
  margin-top: 7px;
}
.zcomul_text>div>small{
  color: #333333;
  display:block;
  font-size: 1.8rem;
  font-weight: lighter;
}
.zcom01_cont>ul li>b{
  display:block;
  width: 150px;
  height: 110px;
  position:relative;
  overflow:hidden;
}
.zcom01_cont>ul li>b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zcom01_cont>div>p{
  font-size: 2.6rem;
  font-weight: lighter;
  color: #043492;
}
.zcom01_cont>div>h3{
  font-size: 4.2rem;
  color: #222222;
  font-family: ali;
}
.zcom01_cont>div>h3 span{
  color: #043492;
  font-family: ali;
}
.zcom01_cont>div>h6{
  font-size: 1.4rem;
  color: rgba(34, 34, 34, 0.4);
  text-transform: uppercase;
  font-weight: lighter;
  margin-bottom: 2vw;
}
.zcom01_cont>div>small{
  font-size: 1.6rem;
  font-weight: lighter;
  color: #666666;
  line-height: 30px;
}

.zcom02{
background:url("../images/zcoopbg.jpg") no-repeat center/cover;
}
.zcom02 .warpper{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding:3vw 0;
}
.zcom02 .warpper li{
  width: calc((100% - 20px) / 3);
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zcom02 .warpper li>b{
  background:#fff;
  width:calc(50% - 5px);
  height: 123px;
  position:relative;
  overflow:hidden;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.zcom02 .warpper li>b img{
  max-width: 60%;
  max-height: 100%;
  object-fit: scale-down;
}
.zcom02 .warpper li>span{
  display:block;
  position:relative;
  overflow:hidden;
  height: 256px;
  width: 100%;
  margin-bottom: 10px;
  background:url("../images/zcoop.jpg") no-repeat center/cover;
}
.zcom02 .warpper li>span img{
  max-width: 90%;
  height: 100%;
  margin:0 auto;
  object-fit: scale-down;
}
.zcom03{
  padding-bottom: 3vw;
}
.zcom03>small{
  text-align: center;
  position:relative;
}
.zcom03>small p{
  font-size: 2.2rem;
  color: #333333;
  line-height: 36px;
}
.zcom03>small:before{
  display:block;
  content: '“';
  font-family: Arial;
  font-size: 8rem;
  font-weight: bold;
  color: #043492;
  position:absolute;
  left:0;
  top:0;
}
.zcom03>small:after{
  display:block;
  content: '"';
  font-size: 8rem;
  font-weight: bold;
  color: #043492;
  position:absolute;
  right:0;
  top:0;
}
.fg_style>li{
  margin-top: 16px;
  background:#f4f7fa;
  background: -moz-linear-gradient(0deg, #f4f7fa, #e6ecf3);
  background: -webkit-linear-gradient(0deg,#f4f7fa,#e6ecf3);
  background: -o-linear-gradient(0deg, #f4f7fa, #e6ecf3);
  padding:2.5vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:flex;
  justify-content: space-between;
  position:relative;
  overflow:hidden;
}
.fg_style>li:nth-of-type(even) .fg_text{
  order:1;
}
.fg_style>li:nth-of-type(even) .fg_pic{
  order:2;
}
.fg_style>li>p{
  position:absolute;
  bottom:-1px;
  left:55%;
  font-weight: bold;
  font-size: 12rem;
  font-family: Arial;
  -webkit-text-stroke: 1px rgba(4, 52, 146, 0.1);
  color: transparent;
  line-height: 40px;
  text-transform: uppercase;
}
.fg_style>li:nth-of-type(even)>p{
  left:2vw;
}
.fg_pic{
  width: 53%;
  position:relative;
}
.fg_pic img{
  max-width: 100%;
}
.fg_text{
  width: 43%;
  position:relative;
}
.fg_text>span{
  color: #fff;
  font-size: 1.8rem;
  background:#043492;
  padding:5px 15px;
  display:inline-block;
  background-repeat: no-repeat;
  background-position:15px center;
  padding-left:40px;
}
.fg_text>h3{
  display:block;
  width: 100%;
  font-size: 3rem;
  color: #333333;
  font-weight: bold;
  border-bottom: 3px solid rgba(102, 102, 102, 0.1);
  position:relative;
  padding-bottom: 20px;
  padding-top: 13px;
  margin-bottom: 1.5vw;
}
.fg_text>h3:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:-3px;
  background:#043492;
  height:3px;
  width: 98px;
}
.fg_text>small li{
  list-style: none;
  padding-left:23px;
  position:relative;
}
.fg_text>small li:before{
  position:absolute;
  left:0;
  top:0;
  content: '※';
  display:block;
  color: #043492;
  font-size: 2.2rem;
}
.fg_text>small li p{
  font-size: 1.8rem;
  color: #333333;
  margin-bottom: 10px;
}
.fg_text>small{
  font-size: 1.8rem;
  line-height: 36px;
  color: #333333;
}


.zcom04{
  padding-bottom: 3vw;
  background:url("../images/yunyinbg.jpg") no-repeat center/cover;
}
.zcom04 .ztitle h3{
  color: rgba(255, 255, 255, 0.06);
}
.zcom04 .ztitle h2{
  color: #fff;
}
.zcom04 .warpper{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zcom04 .warpper>a{
  display:block;
  margin-bottom: 2vw;
  width: 32%;
}
.zcom04 .warpper>a>b{
  width: 100%;
  height: 16vw;
}
.zcom04 .warpper>a>p{
  background:#fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  line-height: 78px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 2.2rem;
  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;
}
.zcom04 .warpper>a:hover>p{
  background:#043492;
  color: #fff;
}

/*企业文化*/
.zcultrue{
  padding-bottom: 4vw;
}
.zcultrue ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zcultrue ul li{
  width: 32%;
  height: 504px;
  position:relative;
  overflow:hidden;
}
.zcultrue ul li>img{
  position:absolute;
  left:0;
  right:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zcul_text{
  position:absolute;
  width:100%;
  left:0;
  bottom:0;
  display:flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  height: 80px;
  -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;
}
.zcultrue ul li:hover .zcul_text{
  width: 100%;
  height: 100%;
  background: rgba(4, 52, 146, 0.8);
}
.zcul_text:before{
  display:block;
  content: '';
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background:#043492;
  border:1px solid #043492;
  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%);
  -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;
}
.zcultrue ul li:hover .zcul_text:before {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-radius: 0;
  background:none;
  border:1px solid rgba(255, 255, 255, 0.4);
}
.zcul_text>div>p{
  text-align: center;
  position:relative;
  width: 100%;
  display:flex;
  align-items: center;
  justify-content: center;
}
.zcul_text>div>p>span{
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  position:relative;
}
.zcul_text>div>img{
  display:none;
  margin:0 auto;
  margin-bottom: 13px;
}
.zcul_text>div>b{
  display:none;
  width: 48px;
  height: 2px;
  background:#fff;
  margin:13px auto;
}
.zcul_text>div>small{
  display:none;
  font-size: 1.6rem;
  color: #fff;
  font-weight: lighter;
  text-align: center;
  margin:0 auto;
  width: 80%;
}
.zcultrue ul li:hover .zcul_text>div>img,
.zcultrue ul li:hover .zcul_text>div>small,
.zcultrue ul li:hover .zcul_text>div>b{
  display:block;
}
/*荣誉资质*/
.zhonor_list>a{
  display:block;
  width: 32%;
  float:left;
  margin-right: 2%;
  margin-bottom: 2vw;
}
.zhonor_list>a:nth-of-type(3n){
  margin-right: 0;
}
.zhonor_list>a>b{
  background:#e9f0f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 40px;
  height: 336px;
  width: 100%;
  display:block;
  position:relative;
  overflow:hidden;
}
.zhonor_list>a>b>img{
  object-fit: scale-down;
  width: 100%;
  height: 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);
}
.zhonor_list>a:hover>b>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);
}
.zhonor_list>a>p{
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  background:#e2e9f1;
  font-size: 1.8rem;
  color: #333333;
  line-height: 66px;
  -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_list>a:hover>p {
  background:#043492;
  color: #fff;
}

/*子页产品*/
.zgoodsbg{
  padding-bottom: 4vw;
}
.zgoods_left{
  float:left;
  width: 340px;
}
.zgoods_l_top{
  background:#043492;
  width: 100%;
  height: 83px;
  text-align: center;
  display:flex;
  justify-content: center;
  align-items: center;
}
.zgoods_l_top h2{
  font-size: 3.6rem;
  line-height: 0;
  position: relative;
  margin-top: 24px;
  font-weight: normal;
  font-family: Impact;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.06);
}
.zgoods_l_top h3{
  font-size: 3rem;
  color: #fff;
  margin-top:-8px;
  font-family: ali;
}
.zgoods_l_bom{
  border:1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: none;
}
.zgoods_l_bom>a{
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 18px;
  -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_l_bom>a>div{
  width: 100%;
  height: 72px;
  display:flex;
  align-items: center;
  border-bottom: 1px dashed #dfdfdf;
}
.zgoods_l_bom>a span{
  font-size: 1.8rem;
  color: #043492;
  font-weight: bold;
  margin-right: 15px;
}
.zgoods_l_bom>a p{
  font-size: 1.8rem;
  color: #666666;
  -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-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.zgoods_l_bom>a:hover,.zgoods_l_bom>a.active{
  background:#ecf2f6;
}
.zgoods_l_bom>a:hover div,.zgoods_l_bom>a.active div{
  border-bottom:1px dashed transparent;
}
.zgoods_l_bom>a:last-of-type div{
  border-bottom: none;
}
.zgoods_l_bom>a:hover p,.zgoods_l_bom>a.active p {
  color: #043492;
  font-weight: bold;
}

.zgoods_right{
  float:right;
  width: calc(98% - 340px);
}
.zgoods_pro>li>b{
  height: 314px;
  padding-top: 0;
  position:relative;
  overflow:hidden;
}
.zgoods_pro>li>b img{
  position:absolute;
  top:11px;
  max-height: 100%;
}
.zgoods_pro>li>p{
  font-size: 1.6rem;
  line-height: 55px;
}
.zgoods_pro .pro_mb>div>h3{
  font-size: 1.6rem;
}
.zgoods_pro .pro_mb>div>small {
  line-height: 26px;
  font-size: 1.4rem;
  height: 110px;
}

.zgoods_pro .pro_mb>div{
  width: calc(100% - 40px);
}


/*产品详情*/
.zproinfobg{
  padding-top: 3vw;
}
.zproinfo_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zproinfo_top>b{
  display:block;
  width: 600px;
  height: 600px;
  background:url("../images/probg.png") no-repeat center 388px, linear-gradient(45deg, #dae3ea, #b2c3d0);
  background-size:100% auto;
}
.zproinfo_top>b>img{
  max-width: 100%;
}

.zproinfo_top>div{
  width: calc(98% - 600px);
}
.zproinfo_top>div>span{
  padding:10px 16px;
  padding-left:40px;
  background:#043492 url("../images/zproicon.png") no-repeat 16px center;
  color: #fff;
  font-size: 1.8rem;
}
.zproinfo_top>div>p{
  font-size: 1.4rem;
  color: #043492;
  margin-top: 20px;
}
.zproinfo_top>div>h3{
  padding-top: 9px;
  padding-bottom: 23px;
  margin-bottom: 25px;
  border-bottom: 3px solid #efefef;
  position:relative;
}
.zproinfo_top>div>h3:after{
  position:absolute;
  content: '';
  display:block;
  width: 98px;
  background:#043492;
  height: 3px;
  bottom:-3px;
  left:0;
}
.zproinfo_top>div>h3>span{
  font-size: 3rem;
  color: #333333;
  font-weight: bold;
}
.zproinfo_top>div>ul>li{
  display:flex;
  justify-content: space-between;
}
.zproli02>span,
.zproli01>span,
.zproinfo_top>div>ul>li>span{
  font-size: 1.6rem;
  color: #043492;
  display:block;
  width: 100px;
}
.zproinfo_top>div>ul>li>p{
  font-size: 1.6rem;
  color: #666666;
  font-weight: lighter;
  width: calc(100% - 100px);
}
.zproli01{
  margin-top: 20px;
  margin-bottom: 20px;
  display:flex;
}
.zproli02{
  display:flex;
}
.zproli01>ul{
  width: calc(100% - 100px);
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zproli01>ul li{
  background:#f3f3f3;
  width: calc((100% - 9px) / 4);
  display:flex;
  justify-content: center;
  align-items: center;
  height: 116px;
}
.zproli01>ul li:nth-of-type(even){
  background:#fbfbfb;
}
.zproli01>ul li small{
  font-size: 1.4rem;
  font-weight: lighter;
  color: #333333;
  text-align: center;
}
.zproli01>ul li b{
  display:block;
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
}
.zproli01>ul li b img{
  margin:0 auto;
}
.zproli02>div{
  background:#043492;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px;
  padding-right: 0;
  display:flex;
  align-items: center;
}
.zproli02>div p{
  color: #fff;
  font-weight: lighter;
  font-size: 1.6rem;
  letter-spacing: 6px;
  line-height: 40px;
  word-wrap: break-word;
  writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
.zproli03{
  display:flex;
  align-items: center;
  margin-top: 33px;
}
.zproli03_link{
  display:flex;
  align-items: center;
}
.zproli03_link>a{
  background:#e2040f;
  width: 233px;
  line-height: 60px;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.zproli03_link>a span{
  background:url("../images/zicon01.png") no-repeat left center;
  padding-left:35px;
  color: #fff;
  font-size: 2rem;
}
.zproli03_link>a:last-of-type{
  background:#cccccc;
}
.zproli03_link>a:last-of-type span{
  background:url("../images/backicon.png") no-repeat left center;
}
.zproli03_tel{
  background:url("../images/ztelicon.png") no-repeat left center;
  padding-left:66px;
}
.zproli03_tel>p{
  font-size: 1.6rem;
  color: #666666;
}
.zproli03_tel>h3{
  font-weight: bold;
  font-size: 2.8rem;
  color: #d41018;
  line-height: 32px;
  font-family: Arial;
}

.zproinfo_bom{
  margin-top: 3vw;
  background:url("../images/heng.png") repeat-x left top;
}
.zproinfo_bom_left{
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 3vw;
  padding-right: 3vw;
  width: calc(97% - 340px);
  background:url("../images/shu.png") repeat-y right top;
  min-height: 900px;
}
.zproinfo_bom_left>small strong{
  font-size: 2.4rem;
  color: #043492;
  font-weight: bold;
  background:url("../images/icon.png") no-repeat left center;
  padding-left:35px;
  margin-bottom: 1vw;
  display: block;
}
.zproinfo_bom_left>small img{
  max-width: 100%;
}
.zproinfo_bom_left>small table{
  width: 100%!important;
  border-collapse: collapse;
}
.zproinfo_bom_left>small p{
  font-size: 1.6rem;
  color: #666666;
  line-height: 30px;
}
.zproinfo_bom_left>small table td{
  border:1px solid #ddd;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px 8px;
}
.zproinfo_bom .zproinfo_bom_right{
  float:right;
  margin-top: 3vw;
}
.zproinfo_bom .zgoods_left{
  float:none;
}

.zgoods_left_case{
  margin-top:2vw;
  margin-bottom: 3vw;
}
.newsPage{
  margin-top: 2vw;
  margin-bottom: 4vw;
}
.newsPage .page-a{
  background:#efefef;
  margin-top:10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px 10px;
  color: #4e4e4e;
  font-size: 1.4rem;
}
.newsPage .page-a a{
  color: #4e4e4e;
  font-size: 1.4rem;
}
.sggy{
  background:url("../images/videoicon.png") no-repeat left center;
}
#zgoodsvideo{
  width: 100%!important;
  height: 36vw!important;
}

/*服务承诺*/
.zserver01{
  padding-bottom: 4vw;
}
.zserver02{
  padding-bottom: 4vw;
  background:url("../images/zserver02.jpg") no-repeat center/cover;

}
.zserver02 .ztitle>h3{
  color: #fff;
}
.zserver02 .ztitle>h2{
  color: #fff;
}
.zserver02 ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zserver02 ul li{
  width: 49.3%;
  margin-bottom: 1.5vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:37px;
  background:#e6ecf7;
  border-radius: 0 30px 30px 30px;
  background: -moz-linear-gradient(150deg, #e6ecf7, #ffffff);
  background: -webkit-linear-gradient(150deg,#e6ecf7,#ffffff);
  background: -o-linear-gradient(150deg, #e6ecf7, #ffffff);
}
.zserver02 ul li:nth-of-type(2){
  border-radius: 30px 0 30px 30px;
}
.zserver02 ul li:nth-of-type(3){
  border-radius: 30px 30px 30px 0;
}
.zserver02 ul li:nth-of-type(4){
  border-radius: 30px 30px 0 30px;
}
.zserver02 ul li>div{
  display:flex;
  align-items: center;
  margin-bottom: 10px;
}
.zserver02 ul li>div>span{
  display:block;
  font-size: 1.6rem;
  color: #fff;
  font-weight: lighter;
  background:#043492;
  border-radius: 0 0 8px 0;
  width: 38px;
  line-height: 22px;
  text-align: center;
  margin-right: 12px;
}
.zserver02 ul li>div>h3{
  font-size: 2.2rem;
  color: #043492;
  font-weight: bold;
}
.zserver02 ul li>small p{
  font-size: 1.4rem;
  color: #333333;
  line-height: 30px;
}
.sebg{
  background:#f9fafc;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.sebg>b{
  width: 400px;
  height: 280px;
}
.sebg>div{
  width: calc(100% - 400px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 37px;
}
.sebg>div>h4{
  font-family: Arial;
  font-size: 7.2rem;
  line-height: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(4, 52, 146, 0.06);
}
.sebg>div>h2{
  font-size: 2.8rem;
  color: #222222;
  font-weight: normal;
  position:relative;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 35px;
}
.sebg>div>h2:after{
  font-size: 8rem;
  color:#043492;
  line-height: 63px;
  font-family: Arial;
  display:block;
  content: '”';
  position:absolute;
  right:0;
  top:0;
}
.sebg>div>p{
  font-size: 1.3rem;
  color: rgba(34, 34, 34, 0.4);
}
.sebg>div>small{
  font-size: 1.6rem;
  color: #666666;
  line-height: 30px;
  margin-top: 1vw;
  margin-bottom: 1vw;
  display:block;
}
.sebg>div>span{
  display:block;
  font-size: 1.8rem;
  color: #043492;
}
.zserver01>ul{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zserver01>ul>li{
  width: 49%;
  background:#f9fafc;
  margin-top: 2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:35px 45px;
  position:relative;
  overflow:hidden;
}
.zserver01>ul>li h3{
  display:inline-block;
  font-size: 2.8rem;
  line-height: 34px;
  color: #111111;
  font-weight: bold;
  position:relative;
  overflow:hidden;
}
.zserver01>ul>li h3:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  width: 100%;
  background:#c8d2e7;
  height: 9px;
}
.zserver01>ul>li h3>span{
  position:relative;
}
.zserver01>ul>li>img{
  position:absolute;
  right:45px;
  top:0;
}
.zserver01>ul>li>b{
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 1.5vw;
}
.zserver01>ul>li small{
  display:block;
  font-size: 1.5rem;
  color: #666666;
  line-height: 28px;
}
.zserver01>ul>li small li{
  list-style: none;
  padding-left: 27px;
  position:relative;
}
.zserver01>ul>li small li:before{
  line-height: 28px;
  display:block;
  content: '◆';
  font-size: 2rem;
  color: #043492;
  position:absolute;
  left:0;
  top:0;
}
.zserver01>ul>li:last-of-type{
  width: 100%;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.zserver01>ul>li:last-of-type>b{
  width: 47%;
}
.zserver01>ul>li:last-of-type>div{
  width:50%;
}
.zserver01>ul>li:last-of-type>div>h3{
  margin-bottom: 1.5vw;
}


/*工程案例*/
.zcasebg{
  padding-bottom: 4vw;
}
.zcasebg ul li{
  float:left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2vw;
}
.zcasebg ul li:nth-of-type(3n){
  margin-right: 0;
}
.zcasebg ul li a{
  display:block;
  position:relative;
  overflow:hidden;
  width: 100%;
  height: 345px;
}
.zcasebg ul li a>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zcase_text{
  width: 100%;
  position:absolute;
  left:0;
  bottom:0;
  background: rgba(0, 0, 0, 0.4);
  display:flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  -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;
}
.zcasebg ul li:hover a .zcase_text{
  height: 100%;
}
.zcase_text>div{
  width: 95%;
}
.zcase_text>div>img{
  margin:0 auto;
  margin-bottom: 1vw;
  display:none;
}
.zcase_text>div>h4{
  color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
  position:relative;
  padding:0 15px;
  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;
}
.zcasebg ul li:hover a .zcase_text>div>h4{
  text-align: center;
  font-size: 1.8rem;
}

.zcase_text>div>h4:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  background:#e60110;
  height: 100%;
  width: 4px;
  -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;
}
.zcasebg ul li:hover .zcase_text>div>h4{
  padding-bottom: 15px;
}
.zcasebg ul li:hover .zcase_text>div>h4:before {
  width: 40px;
  height: 3px;
  bottom:0;
  left:calc(50% - 20px);
}
.zcase_text>div>p{
  display:none;
  background: #e60110;
  margin:0 auto;
  margin-top: 1vw;
  border-radius: 20px;
  width: 140px;
  text-align: center;
}
.zcasebg ul li:hover .zcase_text>div>img,
.zcasebg ul li:hover .zcase_text>div>p {
  display:block;
}
.zcase_text>div>p span{
  display:inline-block;
  font-size: 1.6rem;
  line-height: 42px;
  padding-left: 33px;
  color: #fff;
  background:url("../images/watch.png") no-repeat left center;
}

.zproinfo_bom_left>small .alxq{
  color: #333333;
  background:url("../images/alicon.png") no-repeat left center;
}
.al_intro{
  /*background:#ddd;*/
}
.al_intro li{
  display:flex;
  align-items: center;
  padding:5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.al_intro li span{
  display:block;
  min-width: 100px;
  font-size: 1.5rem;
  color: #666;
  text-align: justify;
}
.al_intro li p{
  width: 60%;
  font-size: 1.5rem;
  color: #666;
}

.zcaseinfo_top>h3{
  margin-top: 12px;
}
.zcaseinfo_top_ul{
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2vw;
}
.zcaseinfo_top_ul>i{
  display:block;
  width: 1px;
  background:#e5e5e5;
  height: 120px;
}
.zcaseinfo_top_ul b{
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background:#043492;
}
.zcaseinfo_top_ul b img{
  filter:brightness(100) grayscale(1);
}
.zcaseinfo_top_ul small{
  text-align: center;
  font-size: 1.4rem;
  color: #333333;
  display:block;
  margin-top: 20px;
}
.zcaseinfo_top>div>small{
  font-size: 1.6rem;
  color: #666666;
  line-height: 30px;
}

.zcaseinfo_top>b{
  width: 800px;
  height: 533px;
  background:none;
}
.zcaseinfo_top>b>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zcaseinfo_top>div{
  width: calc(98% - 800px);
}


/*联系我们*/
.zcontact01{
  background:#ecf2f6;
  padding-bottom: 4vw;
}
.zcontact01>.warpper{
  display:flex;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:55px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 10px #ddd;
}
.zcontact01_left{
  width: 320px;
}
.zcontact01_left>h2{
  font-size: 3.2rem;
  color: #333333;
  font-weight: lighter;
  line-height: 32px;
  padding-bottom: 12px;
}
.zcontact01_left>ul li{
  margin-top: 1.5vw;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 1.5vw;
}
.zcontact01_left>ul li>p{
  font-size: 2rem;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 15px;
}
.zcontact01_left>ul li>h5{
  font-size: 2rem;
  color: #666666;
  font-weight: normal;
}
.zcontact01_right{
  width: calc(98% - 320px);
  height:530px;
}
.zcontact01_right #dituContent{
  width: 100%;
  height: 100%;
}

.zcontact02{
  background:url("../images/zcontact02.jpg") no-repeat center/cover;
  padding-bottom: 4vw;
}
.zcontact02 .ztitle>h3,
.zcontact02 .ztitle>h2{
  color: #fff;
}

#formData{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.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:100%;
  height: 239px;
  font-size: 1.7rem;
  color: #929292;
  align-items: normal;
}
.job_group_textarea b{
  height: 73px;
}
.job_group_textarea textarea{
  width: calc(100% - 73px);
  height: 100%;
  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 .verify{
  width:150px;
  height: 100%;
  background:#f3fbfe;
  display:flex;
  justify-content: center;
  align-items: center;
}
.job_group .verify img{
  max-width: 100%;
  max-height:100%;
  object-fit: scale-down;
}
.job_group_sub .job_group input{
  width: calc(100% - 223px);
}
#formData .submit{
  width: 32.6%;
  display:block;
  background:#063492;
  -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;
  height: 73px;
  line-height: 73px;
}
#formData .submit span{
  background:url("../images/subicon.png") no-repeat left center;
  padding-left:43px;
  color: #ffffff;
  font-size: 2.2rem;
}
#formData .submit:hover{
  background:#920003;
}


/*znewsinfo*/
.znewsinfo_tit>h3{
  position:relative;
  padding-left:15px;
  font-size: 2rem;
  color: #666;
}
.znewsinfo_tit>h3:before{
  position:absolute;
  left:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 23px;
  width: 3px;
  background:#063492;
  display:block;
  content: '';
}
.znewsinfo_tit>div{
  display:flex;
  align-items: center;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}
.znewsinfo_tit>div>span{
  margin-right: 12px;
  background: #788db9;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3px 8px;
  font-size: 1.5rem;
  font-weight: lighter;
}









/*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;
}


.znews_text>p{
  color: #909090;
  line-height: 24px;
}

.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;
}
.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;
}


.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;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #003f98;
  background: #003f98;
}
.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 {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

/*news*/
.news_style{
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw;
  width: 100%;
  height: 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;
}
.news_style>span{
  display:block;
  font-size: 1.4rem;
  color: #043493;
  border:1px solid #043493;
  text-align: center;
  width: 80px;
  line-height: 32px;
  border-radius: 16px;
  margin-bottom: 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;
}
.news_style:hover>span {
  background:#043493;
  color: #fff;
}
.news_style>h4{
  font-size: 18px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}
.news_style>b{
  border-radius:6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 200px;
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 1.5vw;
}
.news_style>div{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.news_style>div small{
  font-size: 1.8rem;
  color: #999999;
  font-weight: lighter;
}
.news_style>div p{
  font-size: 1.4rem;
  color: #999999;
  position:relative;
  overflow:hidden;
}
.news_style>div p:after{
  content:"";
  width:100%;
  height:1px;
  background:#043493;
  position:absolute;
  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;
}
.news_style:hover>div p:after{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}

.news_style:hover>div p,
.news_style:hover>div small {
  color: #043493;
}

.news_style>small{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 25px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #666;
}

.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;
}


/*ipad menu*/
.mmenu{
  margin-right:2%;
}
.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,.headfix .mobile_head .close>div>i{
  background:#424242;
}

.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:72px;
  right:-250px;
  width: 250px;
  height:calc(100% - 72px);
  background:#fff;
  z-index: 10000;
  -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;
}
.mnavbarfix{
  right:0;
}
.mnavbar li{
  width: 100%;
  line-height: 48px;
  padding:0 10px;
  -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;
}

.head:hover .mmenu>div i, .head:hover .mobile_head .close>div>i {
  background: #424242;
}

.mnavbar li>div>a{
  display: block;
  background: #f5f5f5;
  color: #333;
  line-height: 34px;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:18px;
}

.mnavbar li>div>a:last-of-type{
  border-bottom: none;
}
.mnavbar li>div>a.active{
  background:#0c79ba;
  color: #fff;
}
