.zbanner {
  width: 100%;
  margin-top: 80px;
  position:relative;
  overflow: hidden;
}
.zbanner>img{
  width: 100%;
}

/*crumbs*/
.crumbs{
  position:absolute;
  left:0;
  bottom:0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.crumbs>.warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.crumbs>.warpper>h3{
  display:flex;
  align-items: center;
}
.crumbs>.warpper>h3 span{
  font-size: 1.6rem;
  color: #fff;
  font-weight: normal;
}
.crumbs>.warpper>h3 i{
  display:block;
  margin-right: 25px;
  width: 66px;
  height: 66px;
  background:#194e85 url("../images/home.png") no-repeat center;
}
.crumbs_tit{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.crumbs_tit a{
  display:flex;
  align-items: center;
  border-left:1px solid rgba(255, 255, 255, 0.4);
  justify-content: space-between;
  padding:0 27px;
  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;
}
.crumbs_tit a:last-of-type{
  border-right:1px solid rgba(255, 255, 255, 0.4);
}
.crumbs_tit a span{
  font-size: 1.6rem;
  color: #fff;
  margin-right: 54px;
}
.crumbs_tit a.active,
.crumbs_tit a:hover{
  border-left:1px solid rgba(255, 255, 255, 0);
  background: rgba(25, 78, 133, 0.8);
}

.ztitle{
  position:relative;
  margin-bottom: 2vw;
}
.ztitle:before{
  position:absolute;
  bottom:0;
  left:0;
  display:block;
  content: attr(data-name);
  font-size: 4.8rem;
  color: rgba(51, 51, 51, 0.06);
  font-family: Impact;
  text-transform: uppercase;
}
.ztitle>h3{
  position:relative;
  font-size: 3rem;
  color: #333333;
}
.ztitle_white>h3{
  color: #fff;
}
.ztitle_white:before{
  color: rgba(255, 255, 255, 0.06);
}

/*zcompany*/
.zcom_intro{
  padding:5vw 0;
  background: url("../images/zcombg.jpg") no-repeat center/cover;
}
.zcom_intro_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zcom_intro_left{
  width: 52%;
}
.zcom_intro_left>small{
  font-size: 1.6rem;
  color: #666666;
  line-height: 30px;
  text-indent: 32px;
}
.zcom_intro_right{
  position:relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
  width: 45%;
  height: 523px;
}
.zcom_intro_right:before{
  position:absolute;
  display:block;
  content: '';
  right:0;
  top:0;
  height: 100%;
  width: 40%;
  background:#1e5c98;
}
.zcom_intro_right>b{
  width: 100%;
  height: 100%;
}
.zcom_intro_bottom{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4vw;
}
.zcom_intro_bottom li{
  width: 20%;
  background:#004b91;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:35px;
  position:relative;
  overflow:hidden;
}
.zcom_intro_bottom li:nth-of-type(2),
.zcom_intro_bottom li:nth-of-type(5){
  background:#1f62a6;
}
.zcom_intro_bottom li:nth-of-type(3){
  background:#2a7dcb;
}
.zcom_intro_bottom .pic01{
  filter: blur(5px);
  opacity: 0.1;
  width: 134px;
  position:absolute;
  right:-10px;
  bottom:-10px;
}
.zcom_intro_bottom li>div>h3{
  font-size: 5rem;
  font-family: roboto;
  color: #fff;
  font-weight: normal;
}
.zcom_intro_bottom li>div>p{
  color: #fff;
  font-size: 1.6rem;
}
.zcom_intro_bottom li .pic02{
  margin-right: 0;
  margin-left: auto;
  margin-top: 20px;
}





.history{
  background: url("../images/historybg.jpg") no-repeat center/cover;
  position: relative;
  width:100%;
  padding:5vw 0;
}
.history_top{
  height: 460px;
}
.history_top .swiper-slide{
  display:flex;
  align-items: center;
  justify-content: center;
}
.history_top .swiper-slide>div{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:flex;
  align-items: center;
  justify-content: space-between;
  width:800px;
  padding:3vw;
  margin:0 auto;
  border-radius: 20px;
}
.history_bombg{
  position:relative;
}
.history_top .swiper-slide h3{
  font-size: 6rem;
  font-weight: normal;
  color: #1f62a6;
  width:190px;
  text-align: center;
}
.history_top .swiper-slide{
  position:relative;
}
.history_top .swiper-slide h1{
  font-size: 46rem;
  line-height: 46rem;
  color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.history_top .swiper-slide small{
  width:calc(100% - 192px);
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #e5e5e5;
  display:block;
}
.history_top .swiper-slide small li p{
  font-size: 1.6rem;
  color: #333333;
}
.history_top .swiper-slide small li{
  list-style-type: none;
  padding-left: 20px;
  position:relative;
  line-height: 20px;
  margin-bottom: 10px;
}
.history_top .swiper-slide small li:last-of-type{
  margin-bottom: 0;
}
.history_top .swiper-slide small li:before{
  display:block;
  top:0;
  left:0;
  content: '※';
  font-size: 1.6rem;
  color: #1f62a6;
  position:absolute;
}
.history_top .swiper-button-next:after,.history_top .swiper-button-prev:after{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.history_top .swiper-button-next,.history_top .swiper-button-prev{
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 66px;
  height: 66px;
  transition: 350ms 0s all ease;
}
.history_top .swiper-button-prev{
  left:5%;
}
.history_top .swiper-button-next{
  right:5%;
}
.history_top .swiper-button-prev:hover,
.history_top .swiper-button-next:hover{
 background:#fff;
}
.history_top .swiper-button-next:hover:after,
.history_top .swiper-button-prev:hover:after{
  color: #1f62a6;
}
.hisline{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width:100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}
.history_bom .swiper-slide>div{
  position: relative;
  height: 140px;
  width: 100%;
  cursor: pointer;
}
.history_bom .swiper-slide>div:before{
  display:block;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  content: '';
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.29);
}
.history_bom .swiper-slide>div:after{
  display:block;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  content: '';
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0);
}
.history_bom .swiper-slide h3{
  color: rgba(255, 255, 255, 0.6);
  font-size: 2.4rem;
  position: absolute;
  bottom:0;
  width:100%;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.history_bom .swiper-slide.swiper-slide-thumb-active>div:after{
  width: 10px;
  height: 10px;
  background: #f96027;
  border:6px solid #fff;
}
.history_bom .swiper-slide.swiper-slide-thumb-active h3{
  color: #fff;
  font-family: Arial;
  font-size: 3rem;
}



/*zcompany----end-*/
/*layout*/
.zlayoutbg{
  margin:5vw auto;
}
.zlayoutbg img{
  max-width: 100%;
}
.zlayout{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw 7vw;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zlayout_left{
  width: calc(85% - 630px);
}
.zlayout_left h3{
  font-size: 3.2rem;
  font-weight: normal;
  color: #fff;
  margin:1vw 0;
}
.zlayout_left small{
  color: #fff;
  font-size: 1.8rem;
  line-height: 32px;
}
.zlayout_right{
  width: 630px;
  height: 630px;
  position:relative;
  margin-top: 2vw;
}
@keyframes scalebig {
  0%{
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }
  100%{
    -webkit-transform: translate(-50%,-50%) scale(1.03);
    -moz-transform: translate(-50%,-50%) scale(1.03);
    -ms-transform: translate(-50%,-50%) scale(1.03);
    -o-transform: translate(-50%,-50%) scale(1.03);
    transform: translate(-50%,-50%) scale(1.03);
  }
}
.zlayout_right:before{
  display:block;
  content: '';
  width: calc(100% - 110px);
  height: calc(100% - 110px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  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-animation: scalebig 2s linear 0s infinite alternate;
  -o-animation: scalebig 2s linear 0s infinite alternate;
  animation: scalebig 2s linear 0s infinite alternate;
}
.zlayout_right>i{
  display:block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -moz-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  -o-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  -webkit-animation: scalebig 2s linear 350ms infinite alternate;
  -o-animation: scalebig 2s linear 350ms infinite alternate;
  animation: scalebig 2s linear 350ms infinite alternate;
}
.zlayout_right>i:before{
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -moz-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  -o-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  display:block;
  content: '';
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  -webkit-animation: scalebig 2s linear 1s infinite alternate;
  -o-animation: scalebig 2s linear 1s infinite alternate;
  animation: scalebig 2s linear 1s infinite alternate;
}
.zlayout_right>b{
  display:block;
  width: calc(100% - 140px);
  height: calc(100% - 140px);
  background:#fff;
  border-radius: 50%;
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -moz-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  -o-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
}


.zlayout_right>b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zlayout_right>img{
  position:absolute;
  z-index: 100;
}
.zlayout_right>img:first-of-type{
  top:-40px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.zlayout_right>img:nth-of-type(2){
  left:-30px;
  bottom:10%;
}
.zlayout_right>img:nth-of-type(3){
  right:-30px;
  bottom:10%;
}


/*zteam*/
.zteambg{
  margin:5vw auto;
}
.zteam>ul>li{
  background:#f4f6f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw;
  width: 100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.zteam>ul>li>b{
  width: 200px;
  height: 275px;
}
.zteam>ul>li>b>div{
  position:absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 114px;
  background:url("../images/teambg.png") no-repeat center bottom;
  background-size:100% auto;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:18px;
  padding-top: 52px;
}
.zteam>ul>li>b>div>h4{
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
}
.zteam>ul>li>b>div>p{
  color: #fff;
  font-size: 1.4rem;
  font-weight: lighter;
}
.zteam>ul>li>small{
  display:block;
  width: calc(95% - 200px);
}
.zteam>ul>li>small li{
  list-style-type: none;
  padding-left:15px;
  position:relative;
}
.zteam>ul>li>small li:before{
  width: 6px;
  height: 6px;
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:13px;
  background:#1f62a6;
  border-radius: 50%;
}
.zteam>ul>li>small li p{
  font-size: 1.5rem;
  color: #666666;
  font-weight: lighter;
  line-height: 30px;
  margin:10px 0;
}


/*zpower*/
.zpowerbg{
  margin:5vw auto;
}
.zpowerbg .ztitle{
  margin-bottom: 1.5vw;
}
.zpowerbg>small{
  display:block;
  width: 100%;
  font-size: 1.8rem;
  color: #333333;
  line-height: 30px;
}
.zpower{
  margin-top: 1.5vw;
}
.zpower a{
  width: 24%;
  height: 15vw;
  position:relative;
  display:block;
  margin-right: 1.3%;
  float:left;
  margin-bottom: 1.3vw;
}
.zpower a:nth-of-type(4n){
  margin-right: 0;
}
.zpower a>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zpower a>p{
  width: 100%;
  position:absolute;
  left:0;
  bottom:0;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  background: rgba(31, 98, 166, 0.9);
  font-size: 2rem;
  color: #fff;
  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;
  opacity: 0;
}
.zpower a:hover>p{
  opacity: 1;
}


/*zhonor*/
.zhonorbg{
  margin:5vw auto;
}
.zhonor01{
  position:relative;
  margin-bottom: 6vw;
}
.zhonor01 img{
  max-width: 100%;
}
.zhonor_left{
  width: 40%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:4vw;
  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%);
}
.zhonor_left>h2{
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  margin:20px 0;
  padding:5px 15px;
  border-radius: 6px;
  background:#0d3380;
  background: -moz-linear-gradient(0deg, #0d3380,transparent);
  background: -webkit-linear-gradient(0deg,#0d3380,transparent);
  background: -o-linear-gradient(0deg, #0d3380,transparent);
}
.zhonor_left>small{
  display:block;
  width: 100%;
}
.zhonor_left>small li{
  list-style-type: none;
  position:relative;
  padding-left:30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:10px 0;
}
.zhonor_left>small li:before{
  display:block;
  content: '※ ';
  position:absolute;
  left:0;
  top:3px;
  font-size: 1.8rem;
  color: #0b3380;
  font-weight: bold;
}
.zhonor_left>small li p{
  font-size: 1.6rem;
  color: #333333;
  line-height: 30px;
}
.zhonor a{
  float:left;
  background:#f4f6f8;
  display:block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2vw;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zhonor a:nth-of-type(3n){
  margin-right: 0;
}
.zhonor a span{
  display:block;
  width: 100%;
  height: 20vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:35px;
}
.zhonor a:hover{
  background:#1f62a6;
}
.zhonor a b{
  width: 100%;
  height: 100%;
  background:#fff;
}
.zhonor a b img{
  object-fit: scale-down;
}

.zhonor a p{
  border-top: 2px solid rgba(0, 0, 0, 0.06);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  text-align: center;
  font-size: 2.2rem;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  line-height: 90px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zhonor a:hover p {
  color: #fff;
}

/*ztechbg*/
.ztechbg{
  margin:5vw auto;
}
.ztech ul li{
  float:left;
  margin-bottom:2vw;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw 1.5vw;
  padding-bottom: 0;
  background:#f4f6f8;
  -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;
}
.ztech ul li:hover{
  background:#eaedee;
}
.ztech ul li h4{
  background:url("../images/powicon.png") no-repeat center top;
  padding-top: 20px;
  color: #1f62a6;
  font-size: 2.4rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  text-align: center;
}
.ztech ul li b{
  width: 100%;
  height: 15vw;
  margin: 25px auto;
}
.ztech ul li>small{
  display:block;
  width: 100%;
  height: 130px;
  font-size: 1.8rem;
  color: #585858;
  text-align: center;
  line-height: 30px;
  font-weight: lighter;
}

/*zcore*/
.core_nav{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 3vw;
}
.core_nav .ztitle{
  margin-bottom: 0;
}
.core_nav_right{
  width:calc(98% - 170px);
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.core_nav_right a{
  text-align: center;
  font-size: 1.6rem;
  color: #666666;
  line-height: 48px;
  min-width: 240px;
  margin-left: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  border:1px solid #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;
}
.core_nav_right a:hover,
.core_nav_right a.active{
  background:#1f62a6;
  border:1px solid #1f62a6;
  color: #fff;
}
.zcore_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zcore_top>b{
  width: 49%;
  height: 30vw;
  background:#fff;
}
.zcore_top>b img{
  object-fit: scale-down;
}
.zcore_top_right{
  width: 48%;
}
.zcore_top_right>p{
  padding:5px 10px;
  background:#1f62a6;
  width: 120px;
  text-align: center;
}
.zcore_top_right>p span{
  font-size: 1.8rem;
  color: #fff;
  padding-left:34px;
  background:url("../images/coreicon.png") no-repeat left center;
}
.zcore_top_right>h3{
  font-size: 3rem;
  color: #333333;
  padding:1vw 0;
  position:relative;
}
.zcore_top_right>h3:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  width: 100%;
  height: 3px;
  background:#efefef;
}
.zcore_top_right>h3:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  width: 98px;
  height: 3px;
  background:#1f62a6;
}
.zcore_top_right>small{
  font-size: 1.6rem;
  line-height: 30px;
  color: #666666;
  font-weight: lighter;
  display:block;
  width: 100%;
  margin-top: 1.5vw;
  margin-bottom: 5vw;
}
.zcore_top_right>a span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.zcore_top_right>a span img{
  margin-right: 10px;
}
.zcore_detail p{
  font-size: 1.6rem;
  color: #666666;
  line-height: 32px;
}
.zcore_detail img{
  display:inline-block;
  max-width: 100%;
}
.zcore_detail table{
  width: 100%;
  border-collapse: collapse;
}
.zcore_detail table td{
  text-align: center;
  border:2px solid #333333;
  font-size: 1.6rem;
  color: #333333;
  padding:10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zcore_detail strong{
  font-size: 2.4rem;
  margin-top: 2vw;
  display:block;
  margin-bottom: 1vw;
  color: #0f6dae;
  padding-left:34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:url("../images/zcoreicon.png") no-repeat left center;
}

.zcore_yy{
  display:flex;
  flex-wrap: wrap;
  margin-bottom: 4vw;
}
.zcore_yy li{
  width: 18%;
  margin-right: 2.25%;
  margin-bottom: 2vw;
}
.zcore_yy li:nth-of-type(5n){
  margin-right: 0;
}
.zcore_yy li>b{
  width: 100%;
  height: 10vw;
}
.zcore_yy li>p{
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  background:#1f62a6;
  line-height: 60px;
}


/*zcase*/
.zcase_navbg{
  margin-top: 5vw;
  margin-bottom: 3vw;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zcase_navbg .ztitle{
  margin-bottom: 0;
}
.zcase_nav{
  width: 70%;
}
.swiperzcase{
  width: 100%;
}
.swiperzcase .swiper-slide a{
  display:block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  color: #666666;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  border: 1px solid #666666;
  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;
}
.swiperzcase .swiper-slide a:hover{
  background:#1f62a6;
  border:1px solid #1f62a6;
  color: #fff;
}
.zcase_list ul li{
  float:left;
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 1.5vw;
}
.zcase_list ul li:nth-of-type(4n){
  margin-right: 0;
}
.zcase_list ul li a{
  display:block;
  position:relative;
  width: 100%;
  overflow:hidden;
}
.zcase_list ul li a>b{
  width: 100%;
  height: 15vw;
  display:flex;
  align-items: center;
  justify-content: center;
}
.zcase_list ul li a>b>div{
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.72);
  -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;
}
.zcase_list ul li:hover a>b>div{
  opacity: 1;
}
.zcase_list ul li a>b>div>p{
  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%);
  overflow:hidden;
  width:calc(100% - 50px);
  height:calc(100% - 50px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid rgba(255,255,255,0.4);
  -webkit-transition: 350ms 150ms all ease;
  -moz-transition: 350ms 150ms all ease;
  -ms-transition: 350ms 150ms all ease;
  -o-transition: 350ms 150ms all ease;
  transition: 350ms 150ms all ease;
}
.zcase_list ul li:hover a>b>div>p {
  width:calc(100% - 32px);
  height:calc(100% - 32px);
}
.zcase_list ul li a>b>div>span{
  position:absolute;
  left:50%;
  top:53%;
  -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-text-stroke: 1px rgba(255,255,255,0.2);
  color: transparent;
  font-size: 5rem;
  font-family: Arial;
  text-transform: uppercase;
  -webkit-transition: 350ms 100ms all ease;
  -moz-transition: 350ms 100ms all ease;
  -ms-transition: 350ms 100ms all ease;
  -o-transition: 350ms 100ms all ease;
  transition: 350ms 100ms all ease;
}
.zcase_list ul li:hover a>b>div>span {
  top:50%;
}
.zcase_list ul li a>b>div>img{
  position:absolute;
  left:50%;
  top:55%;
  -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 150ms all ease;
  -moz-transition: 350ms 150ms all ease;
  -ms-transition: 350ms 150ms all ease;
  -o-transition: 350ms 150ms all ease;
  transition: 350ms 150ms all ease;
  opacity: 0;
}
.zcase_list ul li:hover a>b>div>img {
  top:50%;
  opacity: 1;
}
.zcase_list ul li a>p{
  line-height: 90px;
  background:#f4f6f8;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  color: #333333;
  font-size: 2.2rem;
  font-weight: bold;
  -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;
}
.zcase_list ul li:hover a>p{
  color: #fff;
  background:#1f62a6;
}
.zcase_tit_flex{
  display:flex;
  align-items: center;
  width: fit-content;
  border:2px solid #1f62a6;

}
.zcase_tit_flex>p{
  padding: 5px 10px;
  background: #1f62a6;
  width: 120px;
  text-align: center;
}
.zcase_tit_flex>p span {
  font-size: 1.8rem;
  color: #fff;
  padding-left: 34px;
  background: url(../images/zcaseicon.png) no-repeat left center;
}
.zcase_tit_flex>i{
  display:inline;
  text-align: center;
  font-style: normal;
  font-size: 1.8rem;
  color: #1f62a6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 33px;
  padding:0 15px;
}
.zcase_tel{
  background: url(../images/zcase_tel.png) no-repeat left center;
  padding-left:70px;
  margin-bottom: 1.5vw;
}
.zcase_tel>p{
  font-size: 1.6rem;
  color: #666666;
}
.zcase_tel>h3{
  font-size: 2.8rem;
  line-height: 2.8rem;
  color: #1f62a6;
  font-weight: bold;
  font-family: Arial;
}
.zcase_flex2{
  display:flex;
  align-items: center;
}
.zcase_flex2>a:last-of-type{
  background:#cccccc;
  margin-left: 10px;
}
.zcase_flex2>a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zcase_flex2>a span img {
  margin-right: 10px;
}
.zcaseinfo_top{
  padding:3vw 0;
  background: url(../images/fengge.png) repeat-x left bottom;
}
.zcase_detail{
  padding:4vw 0;
}






.infoCenter-right p strong {
  line-height: 30px;
  color: #113870;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  margin-top: 4vw;
}

.infoCenter-right p strong:after{
  display: block;
  content: '';
  background: #113870;
  position: absolute;
  width: 3px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.center-content{
  line-height: 25px;
}
.center-content img{
  display:inline-block;
  max-width:100%;
}

/*zmsg*/
.zmesg{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
  height: 530px;
  background: url("../images/lybg.jpg") no-repeat center;
  margin-bottom: 72px;
}
.zmsg_left{
  float:left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px
}
.zmsg_left>h4{
  font-size: 24px;
  color: #1857a4;
  position: relative;
  padding-bottom:30px;
  margin-bottom: 30px;
}
.zmsg_left>h4:after{
  position:absolute;
  display: block;
  content: '';
  left:0;
  bottom:0;
  width: 45px;
  height: 2px;
  background: #1857a4;
}
.zmsg_left>p{
  color: #878787;
  line-height: 20px;
}
.zmsg_left>div{
  margin-top: 40px;
}
.zmsg_left>div span{
  color: #878787;
  font-size: 14px;
}
.zmsg_left>div h3{
  font-size: 24px;
  color: #117cc0;
  line-height: 23px;
}
.zmsg_left .tel{
  float:none;
}
.zmsg_right{
  float:right;
  width: 43%;
  padding-right: 45px;
}
.zmsg_right>p{
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}
#formData>input,#formData textarea{
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 0 18px;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  background: none;
  overflow: hidden;
}
#formData input::placeholder{
  font-size: 14px;
  color: #999;
}
#formData textarea{
  height: 100px;
}
#formData .code{
  width: 100%;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  padding-left: 0;
  background:none;
}
#formData .code input{
  font-size: 14px;
  color: #999;
  padding: 0 18px;
  box-sizing: border-box;
  background:none;
  height: 50px;
  line-height: 50px;
  float:left;
  width: 73%;
}
#formData .code .verify{
  float:right;
  width: 25%;
  height: 50px;
}
#formData .submit{
  display: inline-block;
  width: 100px;
  height: 45px;
  line-height: 45px;
  background: #1857a4;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
#formData .submit:hover{
  background: #117cc0;
}

/*znews*/
.de-news-list ul li{
  float:left;
  width: 32%;
  margin-right:2%;
  margin-bottom: 70px;
}
.de-news-list ul li:nth-of-type(3n){
  margin-right: 0;
}
.de-news-list ul li a{
  display: block;
}
.de-news-list ul li a .img_jz{
  width:100%;
  height: 274px;
}
.de-news-list ul li a .img_jz>img{
  min-width: 100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  object-fit: cover;
}
.de-news-list ul li a:hover .img_jz>img {
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -ms-transform:scale(1.05);
  -o-transform:scale(1.05);
  transform:scale(1.05);
}
.de-news-list ul li a .img_jz>div{
  position: absolute;
  right:0;
  bottom:0;
  text-align: center;
  width: 95px;
  height: 70px;
  color: #fff;
  background: rgba(0,0,0,.5);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.de-news-list ul li a .img_jz>div>span{
  display: block;
  font-size: 24px;
  margin-top: 10px;
  line-height: 29px;
}
.de-news-list ul li a .img_jz>div>h5{
  font-size: 14px;
}

.de-news-list ul li a:hover .img_jz>div{
  background: rgba(38, 138, 231, 0.6);
}
.znews_text{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.znews_text>h4{
  font-size: 16px;
  padding: 10px 0px;
  color: #333;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zcasebg .znews_text>h4{
  border:2px solid #034898;
  padding: 10px 20px;
}

.znews_text>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;
}

.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;
  margin:0 5px;
  border: 1px solid #b4b4b4;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #1f62a6;
  background: #1f62a6;
}
.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 {
  display:none;
}
.de-page-mian .page-inner span {
 display:none;
}
.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;
}


/*zcontact*/
.zcontact01{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin:4vw auto;
}
.zcontact01 li{
  width: 32%;
  height: 243px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.zcontact01 li b{
  display:block;
  width:100%;
  height: 55px;
}
.zcontact01 li b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zcontact01 li p{
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin:10px 0;
}
.zcontact01 li h4{
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: Arial;
}
.zcontact02{
  position:relative;
  overflow:hidden;
  width: 100%;
  height: 687px;
  margin-bottom: 5vw;
}
#dituContent{
  width: 100%;
  height: 100%;
}
.zcon02_bg{
  position:absolute;
  left:0;
  top:0;
  height: 100%;
  width:600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:50px;
  background: rgba(0, 75, 145, 0.6);
}
.zcont02_lx{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:30px;
}
.zcont02_lx .ztitle{
  margin-bottom: 0;
  margin-top: 1.5vw;
}
.zcont02_lx li{
  border-bottom: 1px dashed #e5e7e8;
  height: 86px;
  display:flex;
  align-items: center;
}
.zcont02_lx li>img{
  margin-right: 17px;
}
.zcont02_lx li p{
  font-size: 1.6rem;
  color: #666666;
}
.zcont02_lx li h4{
  font-size: 1.8rem;
  color: #333333;
}

.zcont02_code{
  margin-top: 10px;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:30px;
  display:flex;
  align-items: center;
}
.zcon_c_left{
  border:2px solid #1f62a6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px;
  width: 120px;
  margin-right: 30px;
}
.zcon_c_left img{
  width: 100%;
}
.zcon_c_right>h5{
  font-size: 1.8rem;
  color: #333333;
}
.zcon_c_right>b{
  display:block;
  background:#1f62a6;
  width: 28px;
  height: 4px;
  margin:20px 0;
}
.zcon_c_right>small{
  font-size: 1.6rem;
  color: #666666;
  line-height: 28px;
}

/*recruit*/
.zrecruit01{
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#f4f6f8;
  margin:4vw auto;
}
.zrecruit01>small{
  font-size: 1.6rem;
  color: #777777;
  line-height: 32px;
  text-indent: 35px;
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw;
}
.zrecruit02_cont{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5vw;
}
.zrecruit02_cont a{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 485px;
  position:relative;
  overflow:hidden;
}
.zrecruit02_cont a>div img{
  margin:0 auto;
}
.zrecruit02_cont a>div>small{
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  display:block;
  padding:15px 0;
}
.zrecruit02_cont a>div>p{
  display:block;
  margin:0 auto;
  background:none;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  width: 140px;
  line-height: 42px;
  border:1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*goods*/
.zproductlistbg{
  margin:5vw auto;
}
.zproductlist li{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  background:#f4f6f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:40px;
  float:left;
  margin-bottom: 2vw;
}
.zproductlist li:nth-of-type(2n){
  float:right;
}
.zproductlist li>div{
  width: 49%;
}
.zproductlist li>div>p{
  font-size: 1.4rem;
  color: #1f62a6;
}
.zproductlist li>div>h4{
  font-size: 2.4rem;
  color: #333333;
  display:block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.zproductlist li>div>small{
  font-size: 1.4rem;
  color: #666666;
  font-weight: lighter;
  line-height: 24px;
  display:block;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.zproductlist .zcase_flex2{
  margin-top: 20px;
}
.zproductlist li>b{
  width: 48%;
  height: 235px;
}
.zproductlist .zcase_flex2 a:last-of-type{
  background:none;
  border:1px solid #1f62a6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 42px;
}
.zproductlist .zcase_flex2 a:last-of-type span{
  color: #1f62a6;
}
.zproductlist .zcase_flex2 a:last-of-type:before{
  background:#fff;
}

/*productinfo*/
.zproinfobg{
  background:#f4f6f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:46px;
  margin-top:4vw;
}
.zproinfo_text>small{
  margin-bottom: 0;
}
.zproinfo_text>ul{
  display:flex;
  align-items: center;
  margin-top:2vw;
  margin-bottom: 4vw;
}
.zproinfo_text>ul li{
  margin-right: 12px;
  background:#e3eaf2;
  text-align: center;
  font-size: 1.4rem;
  color: #1f62a6;
  font-weight: lighter;
  border:1px solid #c1d3e4;
  line-height: 29px;
  padding:0 12px;
}

.zproinfo_top_left{
  width: 49%;
  height: 30vw;
  background: #fff;
}
.swiper-proinfo{
  width: 100%;
  height: 100%;
}
.swiper-proinfo .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-proinfo .swiper-pagination-bullet-active{
  background:#1f62a6;
}
.newsPage .page-a{
  background:#f4f6f8;
  padding:10px;
  font-size: 1.6rem;
  color: #666666;
  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;
}
.newsPage .page-a a{
  font-size: 1.6rem;
  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;
}
.newsPage .page-a:hover{
  background:#1f62a6;
  color: #fff;
}
.newsPage .page-a:hover a{
  color: #fff;
  text-decoration: underline;
}
.zproinfo_mid{
  display:flex;
  justify-content: space-between;
  margin-top: 4vw;
}
.zproinfo_m_left{
  width: calc(97% - 317px);
}

.zproinfo_m_right{
  width: 317px;
}
.zside_top{
  background: #1f62a6 url("../images/sidebg.jpg") no-repeat right center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:25px 35px;
}
.zside_top h3{
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}
.zside_top p{
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.6rem;
  font-weight: bold;
  font-family: Arial;
}
.zside_bom a{
  display:block;
  width: 100%;
  position:relative;
  margin-top: 4px;
  background-color:#f4f6f8;
  -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;
  background-repeat: no-repeat;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.8rem;
  color: #666666;
  font-weight: bold;
  font-family: alimama;
}
.zside_bom a:before{
  width: 0;
  height: 100%;
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:0;
  background:#1f62a6;
  -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_bom a.active:before,
.zside_bom a:hover:before{
  width: 4px;
}
.zside_bom a.active,
.zside_bom a:hover {
  color: #1f62a6;
  background:#1f62a6;
  background: -moz-linear-gradient(180deg, #d2e0ed, transparent);
  background: -webkit-linear-gradient(180deg,#d2e0ed,transparent);
  background: -o-linear-gradient(180deg, #d2e0ed, transparent);
}

.zside_left{
  position:sticky;
  top:80px;
  display:flex;
  align-items: center;
  width: 100%;
  background:#f4f6f8;
  padding:1vw 3vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
.zside_left>i{
  display:block;
  width: 1px;
  height: 15px;
  background:#cdcfd1;
  margin:0 3vw;
}
.zside_left>li{
  cursor: pointer;
  position:relative;
  overflow:hidden;
}
.zside_left>li:before{
  content:"";
  width:100%;
  height:10px;
  background:#dee7f0;
  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;
}
.zside_left>li:hover:before,
.zside_left>li.active:before{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}
.zside_left>li a{
  font-size: 1.6rem;
  color: #333333;
  font-weight: lighter;
  position:relative;
}
.zside_left>li:hover a,
.zside_left>li.active a{
  color: #1f62a6;
}

.zpro_detail h3:before{
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: 'PRODUCT';
  font-size: 4.8rem;
  color: rgba(51, 51, 51, 0.06);
  font-family: Impact;
  text-transform: uppercase;
}
.zpro_detail h3{
  position: relative;
  font-size: 3rem;
  color: #333333;
  margin-bottom: 1vw;
  margin-top: 3vw;
}

/*news*/
.zdate{
  display: block;
}
.zdate>h4{
  font-size: 4.8rem;
  line-height: 56px;
  color: #333;
  font-weight: bold;
  -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;
}
.zdate>span{
  font-weight: bold;
  color: #333;
  -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_style02bg{
  background: url("../images/znewsbg.jpg") repeat-y center top;
  background-attachment: fixed;
  padding-top: 5vw;
  padding-bottom:3vw;
}
.znews_style02 a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2.5vw 1.5vw;
  -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;
  background: transparent;
  margin-bottom: 1vw;
  overflow: hidden;
}
.myznews_left>small{
  font-size: 1.4rem;
  color: #333;
  position: relative;
  width: 10px;
  display: block;
  text-align: center;
  line-height: 18px;
  margin-left: 10px;
  margin-top: 2vw;
}
.myznews_left>small:after{
  display: block;
  content: '';
  position: absolute;
  top:88px;
  left:6px;
  width:2px;
  height: 65px;
  background: #ddd;
}
.znews_text{
  width: 50%;
  margin: 5%;
}
.znews_text h4{
  font-size: 3rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 1.5vw;
  -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_text small{
  font-weight: lighter;
  font-size: 1.6rem;
  line-height: 30px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.znews_style02 a>.img_jz{
  float:right;
  width: 30%;
  height: 15vw;
}
.znews_style02 a>.img_jz img{
  width:100%;
}
.znews_style02 a:nth-of-type(odd){
  background: rgba(244, 246, 248, 0.72);
}
.znews_style02 a:hover{
  background: #0f60d2;
  background: -moz-linear-gradient(-75deg, #2062a6, #1f62a6);
  background: -webkit-linear-gradient(-75deg,#2062a6,#1f62a6);
  background: -o-linear-gradient(-75deg, #2062a6, #1f62a6);
}
.znews_style02 a:hover .zdate h4,.znews_style02 a:hover .zdate span,
.znews_style02 a:hover .znews_text small,
.znews_style02 a:hover .myznews_left>small,
.znews_style02 a:hover .znews_text h4{
  color: #fff;
}

.z_news_info{padding:35px 0}
.z_news_info .zpage_tit{margin-top:0}
.newsinfo_l{float:left;width:73%;padding-right:40px;border-right:1px solid #ddd}
.newsinfo_r{float:right;width:20%}
.newsinfo_l>h3{color:#333;font-size:3.6rem;margin-bottom:30px;font-weight:lighter;text-align:left;border-bottom:1px solid #ddd;}
.newsinfo_l .p_content p{
  font-size: 1.6rem;
  line-height: 34px;
  color: #666;
}
.infotime{margin-bottom:32px}
.infotime span{padding-left:28px;margin-right:25px;font-size:15px;color:#797878;    float: left;  line-height: 35px;}
.infotime span:first-of-type{background:url(../images/time.png) no-repeat left center}
.infotime span:last-of-type{background:url(../images/watch.png) no-repeat left center}
.newsinfo_r>h3{font-size:22px;font-weight:lighter;padding-bottom:10px;border-bottom:1px solid #ddd;margin-top:9px;margin-bottom:22px}
.newsinfo_r>p{line-height:35px;color:#666}
.newsinfo_r ul{border-bottom:1px solid #ddd;margin-bottom:35px;padding-bottom:20px}
.newsinfo_r ul li a{color:#444;width:100%;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;line-height:33px}
.newsinfo_r ul li a:hover{color:#0160b4}
.p_content img{
  max-width: 100%;
  display:inline-block;
  margin:0 auto;
}


/*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:#424242;
  display:block;
  height: 2px;
  width:100%;
  margin-top:6px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 1;
  position: relative;
}
.menuchange>div .i2{
  opacity: 0;
}
.menuchange>div{
  width: 40px;
}
.menuchange .i1{
  top:8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center;
}
.menuchange .i3{
  top: -8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center;
}

