.zbanner {
  overflow: hidden;
  display:flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 567px;
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position:center 0;
}
.zbanner h3 {
  font-size: 4rem;
  color: #fff;
  text-align: center;
}
.zbanner small{
  display:block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #fff;
}
/*crumbs*/
.crumbs{
  background:#fafafa;
}
.crumbs .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.crumbs_left{
  display:flex;
  align-content: center;
}
.crumbs_left a{
  line-height: 70px;
  font-size: 1.8rem;
  color: #484848;
  position:relative;
  overflow:hidden;
  margin-right: 53px;
}
.crumbs_left a span{
  position:relative;
}
.crumbs_left a:before{
  content:"";
  width:100%;
  height:4px;
  background:#1055ca;
  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;
}
.crumbs_left .active:before,
.crumbs_left a:hover:before{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}
.crumbs_right,
.crumbs_right span,
.crumbs_right a{
  font-size: 1.6rem;
  color: #4c4c4c;
  line-height: 70px;
}
.crumbs_right span{
  background:url("../images/home.png") no-repeat left center;
  padding:10px 30px;
  padding-right: 0;
}

/*zcompany*/
.zcom_cont01{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin:4vw auto;
}
.zcom_cont01>b{
  width: 48.5%;
  height: 547px;
}
.zcom_cont01>div{
  width: 48.5%;
}
.zcom_c1_top{
  display:flex;
  align-items: center;
}
.zcom_c1_top>img{
  margin-right: 15px;
  height: 54px;
}
.zcom_c1_top p{
  font-weight: bold;
  font-size: 4rem;
  line-height:4rem;
  color: #353535;
}
.zcom_c1_top h3{
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin-top: 0.5vw;
  color: #353535;
  font-weight: bold;
}
.zcom_c1_mid{
  width: 100%;
  height: 245px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y:auto;
  overflow-x:hidden;
  padding-right: 48px;
  margin-top: 1.5vw;
  margin-bottom: 2vw;
}
.zcom_c1_mid small p{
  font-size: 1.8rem;
  color: #626262;
  line-height: 32px;
}

.zcom_c1_mid::-webkit-scrollbar{
  width:2px;
}
.zcom_c1_mid::-webkit-scrollbar-track{
  background-color:#dfdfdf; /*滑道全部*/
}
.zcom_c1_mid::-webkit-scrollbar-thumb{
  width:3px;
  background-color:#1055ca; /*滑动条表面*/
}
.zcom_cont01 .adv{
  margin-bottom: 0;
}
.ztitle h3{
  background:none;
}
.zcom_cont02{
  background:url("../images/cultruebg.jpg") no-repeat center/cover;
  padding-bottom: 4vw;
}
.swiper-cultrue{
  position:relative;
  height: 442px;
  overflow:hidden;
}
.swiper-cultrue .swiper-slide{
  height: 100%;
  background-size:cover;
  display:flex;
  align-items: center;
  justify-content: center;
}
.swiper-cultrue .swiper-slide>div{
  width: 90%;
  text-align: center;
}
.swiper-cultrue .swiper-slide>div b{
  height: 75px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.swiper-cultrue .swiper-slide>div>h5{
  font-size: 2.8rem;
  color: #fff;
  margin-top:12px;
  margin-bottom: 12px;
  font-weight: bold;
}
.swiper-cultrue .swiper-slide>div>small{
  display:block;
  height: 150px;
}
.swiper-cultrue .swiper-slide>div>small p{
  font-size: 1.5rem;
  line-height: 26px;
  color: #fff;
}
.swiper-cultrue .swiper-button-next,
.swiper-cultrue .swiper-button-prev{
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.47);
  -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;
}
.swiper-cultrue .swiper-button-prev{
  left:0;
}
.swiper-cultrue .swiper-button-next{
  right:0;
}
.swiper-cultrue .swiper-button-prev:after,
.swiper-cultrue .swiper-button-next:after{
  font-size: 16px;
  font-weight: bold;
  color: #3e3e3e;
  -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;
}
.swiper-cultrue .swiper-button-next:hover,
.swiper-cultrue .swiper-button-prev:hover{
  background:#1055ca;
}
.swiper-cultrue .swiper-button-prev:hover:after,
.swiper-cultrue .swiper-button-next:hover:after{
  color: #fff;
}
.zcom_cont03 .warpper{
  display:flex;
  justify-content: space-between;
}
/*.zcom_cont03 .warpper>b{*/
  /*width: 514px;*/
  /*height: 588px;*/
/*}*/
.zcom_cont03 .warpper .floatimg{
  float:left;
  max-width: 514px;
  margin-right: 3vw;
  margin-bottom: 30px;
}
.zcom_cont03 .warpper>small{
  display:block;
  width:100%;
  line-height: 32px;
}
.zcom_cont03 .warpper>small p{
  font-size: 1.8rem;
  color: #686868;
}
.zcom_cont03 .warpper>small img{
  display:inline-block;
}

.history{
  background:url("../images/historybg.jpg") no-repeat center/cover;
  padding-bottom: 4.5vw;
  overflow:hidden;
}
.history .ztitle h3,
.history .ztitle small{
  color: #fff;
}
.historybg{
  position:relative;
  margin-top: 3.5vw;
  overflow:hidden;
}
.swiper-history{
  position:relative;
  width: 100%;
  height: 145px;
}
.swiper-history:before{
  display:block;
  content: '';
  width: 100%;
  height: 1px;
  position:absolute;
  left:0;
  bottom:11px;
  background: rgba(255, 255, 255, 0.4);
}
.historybg .his_button .swiper-button-prev,
.historybg .his_button .swiper-button-next{
  position:relative;
  left:initial;
  top:initial;
  right:initial;
  bottom:initial;
  margin-top:initial;
  width: 52px;
  height: 52px;
  background:#fff;
  border-radius: 50%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.historybg .his_button .swiper-button-prev:hover,
.historybg .his_button .swiper-button-next:hover{
  background:#1055ca;
}
.his_button{
  display:flex;
  align-items: center;
  justify-content: space-between;
  width: 127px;
  margin:0 auto;
  margin-top: 3.5vw;
}
.historybg .his_button .swiper-button-prev:after,
.historybg .his_button .swiper-button-next:after{
  font-size: 20px;
  color: #3e3e3e;
  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;
}
.historybg .his_button .swiper-button-prev:hover:after,
.historybg .his_button .swiper-button-next:hover:after{
  color: #fff;
}
.history .swiper-slide>div{
  position:relative;
  height: 100%;
  width: 100%;
}
.history .swiper-slide i{
  border-radius: 50%;
  display:block;
  width: 22px;
  height: 22px;
  background:#fff;
  position:absolute;
  left:50%;
  bottom:0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-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;
}
.history .swiper-slide-active i {
  background:#1055ca;
}
.history .swiper-slide h3{
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
}
.history .swiper-slide small{
  display:block;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

.zcomteam{
  position:relative;
  width: 100%;
  overflow:hidden;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
}
.zcomteam li{
  display:block;
  background:#f2f2f2;
  width: 32%;
  margin-right:2%;
  margin-top: 2vw;
}
.zcomteam li:nth-of-type(3n){
  margin-right: 0;
}
.zcomteam li>b{
  width: 100%;
  height: 23vw;
}
.team_text{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 15px;
}
.team_text>div{
  display:flex;
  align-items: center;
  justify-content: center;
}
.team_text>div h5{
  font-size: 2.4rem;
  color: #383838;
  font-weight: bold;
}
.team_text>div span{
  color: #fff;
  font-size: 1.6rem;
  background:#1055ca;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  margin-left: 5px;
}
.team_text>p{
  font-size: 1.8rem;
  color: #383838;
  text-align: center;
  line-height: 35px;
}
.team_text>small{
  display:block;
  font-size: 1.6rem;
  color: #6e6e6e;
  line-height: 24px;
  height: 90px;
  overflow-y:auto;
}
.zcom_cont05{
  background:url("../images/honorbg.jpg") no-repeat center/cover;
  padding-bottom: 4vw;
  margin-top: 4vw;
}
.zhonor{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 100px;
  position:relative;
  overflow:hidden;
}
.swiper-honor{
  width: 100%;
  height: 8.5vw;
  position:relative;
  overflow:hidden;
}
.swiper-honor .swiper-slide a{
  display:block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:3px solid #fff;
  background:#fff;
}
.swiper-honor .swiper-slide a>img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zhonor .swiper-button-prev,
.zhonor .swiper-button-next{
  border-radius: 50%;
  width: 53px;
  height: 53px;
  background:#fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zhonor .swiper-button-prev:after,
.zhonor .swiper-button-next:after{
  font-size: 16px;
  font-weight: bold;
  color: #3e3e3e;
  -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 .swiper-button-prev:hover,
.zhonor .swiper-button-next:hover{
  background:#1055ca;
}
.zhonor .swiper-button-prev:hover:after,
.zhonor .swiper-button-next:hover:after{
  color: #fff;
}

/*zcontact*/
.zcontact01{
  padding-bottom: 4vw;
}
.zcontact01 .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 583px;
}
#dituContent{
  width: 50%;
  height: 100%;
}
.zcont01_bg{
  background:url("../images/zcont01_bg.jpg") no-repeat center/cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw 2.5vw;
  width: 50%;
  height: 100%;
}
.zcont01_bg li{
  display:flex;
  align-items: center;
  margin-bottom: 25px;
}
.zcont01_bg li:last-of-type{
  margin-bottom: 0;
}
.zcont01_bg li>img{
  margin-right: 15px;
}
.zcont01_bg li>div h5{
  font-size: 2rem;
  font-weight: bold;
  color: #373737;
}
.zcont01_bg li>div small{
  display:block;
  margin-top: 5px;
  font-size: 1.8rem;
  color: #373737;
}
.zcont01_bg li>div small a{
  font-size: 1.8rem;
  color: #373737;
}
.zcont01_bg li>div small a:hover{
  text-decoration: underline;
}
.zcontact02{
  padding-bottom: 4vw;
  background:url("../images/zmsgbg.jpg") no-repeat center/cover;
}
#formData{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#formData>input{
  width: 32.5%;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 23px;
}
#formData>textarea{
  width: 100%;
  height: 295px;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:23px;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
#formData .code{
  width: 49%;
  height: 70px;
  display:flex;
  align-items: center;
  justify-content: space-between;
  background:#fff;
}
#formData .code input{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 23px;
  width: calc(100% - 225px);
}
#formData .verify{
  height: 100%;
  width: 225px;
  background:#f3fbfe;
}
#formData .verify img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
#formData>input,
#formData .submit{
  line-height: 70px;
}
#formData input,
#formData input::placeholder,
#formData textarea,
#formData textarea::placeholder{
  font-size: 1.8rem;
  color: #5b5b5b;
}
#formData .submit{
  display:block;
  width: 49%;
  font-size: 1.8rem;
  border-radius: 0;
  text-align: center;
  /*background:#1055ca;*/
  -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 span:after{
  display:none;
}
#formData .submit:hover{
  /*background:#1995d0;*/
}
/*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;
  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;
}
.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;
}


/*coop*/
.zcoop01{
  padding-bottom: 3vw;
}
.zcoop01 ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zcoop01 ul li{
  background:#f2f2f2;
  width: 24%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:28px;
  margin-bottom: 1.25vw;
}
.zcoop01 ul li h3{
  font-size: 2.4rem;
  color: #353535;
  font-weight: bold;
}
.zcoop01 ul li small{
  display:block;
  font-size: 1.6rem;
  color: #5d5d5d;
  margin-top: 5px;
}
.ztech{
  background:#f2f2f2;
  padding-bottom: 3vw;
}
.ztech ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 493px;
}
.ztech ul li{
  width: 32%;
  height: 100%;
  background-repeat: no-repeat;
  background-size:auto 100%;
  background-position:center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw 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;
}
.ztech ul li:hover{
  background-size:auto 105%;
}
.ztech ul li h3{
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.ztech ul li small p{
  font-size: 1.8rem;
  color: #fff;
  line-height: 35px;
}
.zproject{
  padding-bottom: 4vw;
}
.zproject_top{
  display:flex;
  justify-content: space-between;
}
.zproject_top li{
  width: 24%;
  background:#f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw 2vw;
}
.zproject_top li b{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:13px;
  display:block;
  width: 85px;
  height: 85px;
  background: rgba(16, 85, 202, 0.2);
  border-radius: 50%;
  margin:0 auto;
}
.zproject_top li b span{
  border-radius: 50%;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  display:block;
  width: 100%;
  text-align: center;
  background:#1055ca;
  line-height: 59px;
}
.zproject_top li h3{
  font-size: 2.8rem;
  color: #2e2e2e;
  font-weight: bold;
  text-align: center;
  margin-top: 0.8vw;
  margin-bottom: 0.5vw;
}
.zproject_top li small{
  font-size: 1.6rem;
  color: #2e2e2e;
  line-height: 24px;
  text-align: center;
  display:block;
}
.zproject>p{
  margin:2vw 0;
  width: 100%;
  font-size: 2.2rem;
  color: #757575;
  line-height: 38px;
}
.zproject_bom{
  display:flex;
  justify-content: space-between;
}
.zproject_bom li{
  background:#f2f2f2;
  width: 24%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw;
  text-align: center;
}
.zproject_bom li>b{
  width: 100%;
  height:88px;
  display:flex;
  align-items: center;
  justify-content: center;
  margin:0 auto;
}
.zproject_bom li>b img{
  max-height: 100%;
  max-width: 100%;
}
.zproject_bom li>h3{
  font-size: 2.8rem;
  color: #2e2e2e;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}
.zproject_bom li>span{
  font-size: 2.2rem;
  color: #1055ca;
  position:relative;
}
.zproject_bom li>span:before,
.zproject_bom li>span:after{
  background:#1055ca;
  height: 3px;
  width: 28px;
  position:absolute;
  content: '';
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zproject_bom li>span:before{
  left:100%;
}
.zproject_bom li>span:after{
  right: 100%;
}
.zproject_bom li>small{
  display:block;
  margin-top: 8px;
  color: #2e2e2e;
}
.zproject_bom li>small p{
  font-size: 1.6rem;
  line-height: 28px;
}

/*scient*/
.zscientbg{
  padding:3vw 0;
}
.zscient ul li{
  width: 49.25%;
  float:left;
  margin-bottom: 1.5vw;
}
.zscient ul li:nth-of-type(2n){
  float:right;
}
.zscient ul li a{
  width: 100%;
  height: 340px;
  background:#f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:25px;
  -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;
}
.zscient ul li a:hover{
  background:#1055ca;
}
.zscient ul li a>b{
  width: 50%;
  height: 100%;
}
.zsci_text{
  width: 47%;
}
.zsci_text h4{
  font-size: 2.6rem;
  color: #2e2e2e;
  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;
}
.zsci_text p{
  margin-top: 1vw;
  margin-bottom:2vw;
  font-size: 1.6rem;
  color: #535353;
  line-height: 22px;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zsci_text span{
  font-size: 1.4rem;
  color: #535353;
  border:1px solid #989898;
  width: 92px;
  line-height: 35px;
  text-align: center;
  display:block;
  -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;
}
.zscient a:hover h4,
.zscient a:hover p{
  color: #fff;
}
.zscient a:hover span{
  background:#fff;
  border:1px solid #fff;
}

/*scientinfo*/
.zsciinfo{
  background:#fafafa;
  margin:4vw auto;
  display:flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:4vw;
}
.zsciinfo_left{
  text-align: center;
  width: 350px;
}
.zsciinfo_left>b{
  border-radius: 50%;
  width: 220px;
  height: 220px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:3px solid #ddd;
  margin:0 auto;
}
.zsciinfo_left>i{
  background:#1055ca;
  width: 23px;
  height: 3px;
  display:block;
  margin:1vw auto;
}
.zsciinfo_left>h3{
  text-align: center;
  color: #2a2a2a;
  font-size: 2rem;
}
.zsciinfo_left>small{
  background:#1055ca;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px 10px;
  color: #fff;
  font-size: 1.6rem;
  margin:0 auto;
  display:inline-block;
}
.zsciinfo_right{
  width:calc(98% - 350px);
  border-left: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3vw;
}
.zsciinfo_right>small table{
  width: 100%;
  border-collapse: collapse;
}
.zsciinfo_right>small table td{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px;
  border:1px solid #ddd;
  font-size: 1.6rem;
}
.zsciinfo_right>small{
  font-size: 1.6rem;
  color: #666;
  line-height: 30px;
}
.zsciinfo_right>small strong{
  position:relative;
  display:block;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1vw;
  color: #333;
  padding-left:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zsciinfo_right>small strong:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:50%;
  width: 3px;
  height: 19px;
  background:#1055ca;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zsciinfo_right .page-a{
  font-size: 1.4rem;
  color: #333;
  padding:10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#e7edf6;
  margin-top: 10px;
}
.zsciinfo_right .page-a a{
  font-size: 1.4rem;
  color: #333;
}
.zsciinfo_right .page-a a:hover{
  text-decoration: underline;
}

/*测试*/
.ceshi01 ul{
  display:flex;
  justify-content: space-between;
}
.ceshi01 ul li{
  background:#f2f2f2;
  width: 24%;
}
.ceshi01 ul li b{
  width: 100%;
  height: 16vw;
}
.ceshi01 ul li div{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 20px;
  padding-bottom: 20px;
}
.ceshi01 ul li div>img{
  position:relative;
  margin:0 auto;
  margin-top: -42px;
}
.ceshi01 ul li div>h5{
  font-size: 2.8rem;
  color: #323232;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
}
.ceshi01 ul li div>small{
  display:block;
  height: 130px;
  overflow-y: auto;
}
.ceshi01 ul li div>small p{
  line-height: 26px;
  font-size: 1.6rem;
  color: #808080;
}
.ceshi01 ul li div>small::-webkit-scrollbar{
  width:2px; /*滚动条宽度*/
}

.ceshi01 ul li div>small::-webkit-scrollbar-thumb{
  background-color:#1055ca; /*滑动条表面*/
}

.ceshi02{
  padding-bottom: 3vw;
}
.ceshi02 ul{
  border:2px solid #1055ca;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:45px 0;
  display:flex;
  justify-content: space-between;
  background:url("../images/zline.png") repeat-x left 105px;
}
.ceshi02 ul li{
  width: 25%;
}
.ceshi02 ul li>b{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin:0 auto;
  display:block;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
  position:relative;
  overflow:hidden;
}
.ceshi02 ul li>b:after{
  border:1px dashed #1055ca;
  border-radius: 50%;
  display:block;
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  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%);
  animation:scroll360 15s linear 0s infinite normal;
}

@keyframes scroll360 {
  0%{
    -webkit-transform: translate(-50%,-50%) rotate(0);
    -moz-transform: translate(-50%,-50%) rotate(0);
    -ms-transform: translate(-50%,-50%) rotate(0);
    -o-transform: translate(-50%,-50%) rotate(0);
    transform: translate(-50%,-50%) rotate(0);
  }
  100%{
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -moz-transform: translate(-50%,-50%) rotate(360deg);
    -ms-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}

.ceshi02 ul li>b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.ceshi02 ul li>div{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 4vw;
}
.ceshi02 ul li>div>h5{
  font-size: 2.6rem;
  color: #303030;
  font-weight: bold;
  text-align: center;
}
.ceshi02 ul li>div>i{
  display:block;
  margin:10px auto;
  width: 41px;
  height: 4px;
  background:#1055ca;
}
.ceshi02 ul li>div>small{
  font-size: 1.8rem;
  color: #303030;
  line-height: 28px;
  text-align: center;
  display:block;
}
.ceshi03{
  background:url("../images/ceshi03.jpg") no-repeat center/cover;
  padding-bottom: 4vw;
}
.ceshi03 ul{
  display:flex;
  flex-wrap: wrap;
}
.ceshi03 ul li{
  width: 24%;
  margin-right: 1.3%;
  background:#fff;
  margin-bottom: 1.3vw;
  -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;
}
.ceshi03 ul li:hover{
  background:#1055ca;
}
.ceshi03 ul li:nth-of-type(4n){
  margin-right: 0;
}
.ceshi03 ul li a{
  display:block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:25px;
  padding-bottom: 0;
}
.ceshi03 ul li a b{
  width: 100%;
  height: 15vw;
}
.ceshi03 ul li a p{
  text-align: center;
  line-height:  72px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 2.2rem;
  color: #3a3a3a;
  -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;
}
.ceshi03 ul li a:hover p{
  color: #fff;
}

.gy_process{
  background:url("../images/gy_process.jpg") no-repeat center/cover;
  padding-bottom: 3vw;
  margin-top: 3vw;
}
.gy_process .ztitle h3,
.gy_process .ztitle small{
  color: #fff;
}
.gy_process ul>img:last-of-type{
  display:none;
}
.gy_process ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.gy_process ul li{
  width: 15%;
  background:#fff;
  padding:3vw 0;
}
.gy_process ul li>h5{
  font-size: 2rem;
  color: #4d4d4d;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}
.gy_process ul li>b{
  width: 100%;
  height: 70px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.gy_process ul li>b img{
  max-height: 100%;
  max-width: 100%;
  object-fit: scale-down;
}
.gy_process ul li>small{
  margin:0 auto;
  border-radius: 50%;
  display:block;
  width: 39px;
  height: 39px;
  background:#1055ca;
  line-height: 39px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.gongyi_bg{
  background:#f2f2f2;
}
.gy_mode{
  padding-bottom: 3vw;
}
.gy_mode ul{
  display:flex;
  justify-content: space-between;
}
.gy_mode ul li{
  width: 31%;
  background:#f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw 20px;
}
.gy_mode ul li h5{
  font-size: 3rem;
  color: #363636;
  font-weight: bold;
}
.gy_mode ul li i{
  display:block;
  width: 29px;
  height: 3px;
  background:#1055ca;
  margin:8px 0;
}
.gy_mode ul li small{
  font-size: 1.6rem;
  color: #363636;
  line-height: 22px;
}
.tech_01 ul li{
  width: 31%;
}
.tech_03{
  padding-bottom: 3vw;
}
.tech_03 ul{
  display:flex;
  justify-content: space-between;
}
.tech_03 ul li{
  width: 49%;
  height: 23vw;
  display:flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 3vw;
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
}
.tech_03 ul li h5 a{
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1vw;
}
.tech_03 ul li small{
  display:block;
  margin-top: 1vw;
}
.tech_03 ul li small a{
  color: #fff;
  font-size: 1.8rem;
  line-height: 28px;
}
.tech_03 ul li small>a{
  display:block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.6rem;
  line-height: 30px;
  -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;
}
.tech_03 ul li small>a:hover{
  color: #fff;
}

.made_01{
  padding-bottom: 3vw;
}
.made_01>small{
  font-size: 1.8rem;
  color: #2f2f2f;
  line-height: 41px;
  display: block;
  margin: 0 auto;
  text-indent: 36px;
  text-align: justify;
  width: 100%;
}
.made_02{
  background:#f2f2f2;
  padding-bottom: 4vw;
}
.made_02>.title{
  padding-bottom: 0.5vw;
}
.made_02>p{
  width: 60%;
  margin:0 auto;
  text-align: center;
  font-size: 1.6rem;
  color: #484848;
  line-height: 26px;
  margin-bottom: 2vw
}
.made_03{
  padding-bottom: 4vw;
}
.made_03 ul{
  display:flex;
  justify-content: space-between;
}
.made_03 ul li{
  width: 32%;
  height: 19vw;
}
.made_03 ul li a{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position:center;
  background-size:100%;
  display:flex;
  align-items: center;
  justify-content: 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;
}
.made_03 ul li a:hover{
  background-size:105%;
}
.made_03 ul li a p{
  color: #fff;
  font-weight: bold;
  width: 90%;
  font-size: 3rem;
  text-align: center;
}
.swiper-made{
  width: 100%;
  position:relative;
  overflow:hidden;
  height: 400px;
}
.swiper-made .swiper-slide{
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
  position:relative;
}
.swiper-made a{
   display:block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:35px 25px;
  background: rgba(0, 0, 0, 0.35);
}
.swiper-made a h3{
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
.swiper-made a span{
  font-size: 1.6rem;
  color: #fff;
}
.swiper-made a p{
  background:none;
  width: 89px;
  line-height: 32px;
}
.swiper-made a p:before{
  height: 2px;
  bottom:0;
  border-radius: 0;
}
.swiper-made a span:after{
  color: #fff;
}


/*jobs*/
.zjob02{
  padding-bottom: 3vw;
}
.zjob02 ul{
  display:flex;
  justify-content: space-between;
}
.zjob02 ul li{
  width: 49%;
  background-repeat: no-repeat;
  background-size:auto 100%;
  background-position: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;
  height: 525px;
  padding-top: 4.5vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zjob02 ul li:hover{
  background-size:auto 102%;
}
.zjob02 ul li h5{
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 1.5vw;
}
.zjob02 ul li small{
  font-size:2rem;
  color: #fff;
  line-height: 34px;
  text-align: center;
}

.zjob03{
  background:url("../images/zjobbg.jpg") no-repeat center/cover;
  padding-bottom:4vw;
}
.zjob03bg{
  position:relative;
  overflow:hidden;
  padding-bottom:85px;
}
.zjob03bg .swiper-button-prev,
.zjob03bg .swiper-button-next{
  border-radius: 50%;
  width: 60px;
  height: 60px;
  bottom:0;
  top:initial;
  margin-top: initial;
  background:#5a5a5a;
  -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;
}
.zjob03bg .swiper-button-prev:after,
.zjob03bg .swiper-button-next:after{
  color: #fff;
  font-size: 16px;
  font-weight:bold;
}
.zjob03bg .swiper-button-prev:hover,
.zjob03bg .swiper-button-next:hover{
  background:#1055ca;
}
.zjob03bg .swiper-button-prev{
  right:51%;
  left:initial;
}
.zjob03bg .swiper-button-next{
  left:51%;
  right:initial;
}

.swiper-job {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 18vw;
}
.swiper-job .swiper-slide{
  display:flex;
  background:#fff;
  justify-content: space-between;
  align-items: center;
}
.swiper-job .swiper-slide>b{
  width: 50%;
  height: 100%;
}
.swiper-job .swiper-slide>b img{
}
.zjob03_text{
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 3vw;
}
.zjob03_text h5{
  font-size: 3rem;
  color: #353535;
  font-weight: bold;
  margin-bottom: 1vw;
}
.zjob03_text h5 span{
  font-size: 1.8rem;
  color: #3b3b3b;
  font-weight: normal;
}
.zjob03_text small{
  font-size: 1.8rem;
  color: #5a5a5a;
  line-height: 32px;
}


.zjob04{
  padding-bottom: 4vw;
}

.swiper-train{
  position:relative;
  overflow:hidden;
  width: 100%;
}
.swiper-train b{
  width: 100%;
  height: 13vw;
}
.swiper-train a{
  display:block;
  width: 100%;
  background:#f5f5f5;
  -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;
}
.swiper-train a h5{
  text-align: center;
  font-size: 2rem;
  color: #323232;
  line-height: 90px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-weight: normal;
  -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;
}
.swiper-train a:hover{
  background:#1055ca;
}
.swiper-train a:hover h5 {
  color: #fff;
}
.joblist{
  margin-bottom: 20px;
}
.job_title{
  background:#f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 25px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.job_title>p{
  font-size: 2.2rem;
  color: #464646;
}
.job_content{
  display:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:25px;
}
.job_content h4{
  font-size: 1.8rem;
  color: #434343;
}
.job_content small{
  font-size: 1.6rem;
  color: #686868;
  line-height: 26px;
}
.de-job-list li.active .job_title>p{
  color: #1055ca;
}
.de-job-list li .job-btn{
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border:1px solid #707070;
  font-weight: bold;
  color: #707070;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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;
  display:flex;
  justify-content: center;
  align-items: center;
}
.de-job-list li .job-btn i{
  display:block;
  background:#707070;
  width: 20px;
  height: 3px;
  position:relative;
}
.de-job-list li .job-btn i:after{
  position:absolute;
  display:block;
  background:#707070;
  width: 100%;
  height: 100%;
  content: '';
  left:0;
  top:0;
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.de-job-list li.active .job-btn{
  background:#1055ca;
  border:1px solid #1055ca;
}
.de-job-list li.active .job-btn i{
  background:#fff;
  width: 22px;
  height: 3px;
}
.de-job-list li.active .job-btn i:after{
  background:#fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0;
}
/*invitation*/
.invi_list a{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #ddd;
  margin-bottom: 2vw;
  width: 49%;
  float:left;
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  padding:25px;
}
.invi_list a:nth-of-type(2n){
  float:right;
}
.invi_list a>div{
  width: calc(98% - 120px);
}
.invi_list a>div>p{
  width: 100%;
  font-weight: bold;
  font-size: 2rem;
  color: #333;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.invi_list a>div>small{
  font-size:1.6rem;
  color: #9b9b9b;
}
.invi_list a>small{
  width: 120px;
  height: 40px;
  line-height: 40px;
}


/*newsinfo*/
.znewsinfo_top{
  margin-bottom: 3vw;
  border-bottom: 1px solid #ddd;
}
.znewsinfo_top .warpper{
  display:flex;
  justify-content: space-between;
  padding:4vw 0;
}
.znewsinfo_top .warpper>h3{
  font-weight: bold;
  color: #333;
  font-size: 3rem;
  width:calc(97% - 350px);
}
.znewsinfo_top .warpper>ul{
  display:flex;
  align-items: center;
  justify-content: flex-end;
  width: 350px;
}
.znewsinfo_top .warpper>ul li{
  background:#e3f0f7;
  text-align: center;
  line-height: 45px;
  margin-left: 15px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 20px;
}
.znewsinfo_detail{
  display:flex;
  justify-content: space-between;
  margin-bottom: 2vw;
}
.znews_info_left{
  width:calc(96% - 450px);
}
.znews_info_left>small{
  display:block;
  min-height: 850px;
  font-size: 1.6rem;
  color: #666;
  line-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 8%;
}
.znews_info_left>small img{
  max-width: 100%!important;
  margin:0 auto!important;
}
.znews_info_left .newsPage .page-a{
  color: #666;
  background:#e3f0f7;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px 10px;
}
.znews_info_left .newsPage .page-a a{
  color: #666;
}
.znews_info_right{
  width: 450px;
  border-left: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3vw;
}
.znews_info_right>h3{
  font-weight: bold;
  font-size: 2.5rem;
  background:#1055ca;
  color: #fff;
  padding:18px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 3vw;
}
.znews_info_right>span{
  color: #1055ca;
}
.znews_info_right a{
  display:block;
  margin-bottom: 1.5vw;
  padding-bottom: 1.5vw;
  position:relative;
  overflow:hidden;
}
.znews_info_right a:before{
  content:"";
  width:100%;
  height:2px;
  background:#ddd;
  position:absolute;
  left:0;
  bottom:0;
}
.znews_info_right a:after{
  content:"";
  width:100%;
  height:2px;
  background:#1055ca;
  position:absolute;
  left:0;
  bottom:0px;
  transform-origin:100%;
  -webkit-transform-origin:100%;
  -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
  transition:transform .6s cubic-bezier(.4,0,.2,1);
  transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transform:scaleX(0);
  -webkit-transform:scaleX(0);
  visibility:hidden\9;
}
.znews_info_right a:hover:after{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}
.znews_info_right a>b{
  width: 100%;
  height: 16vw;
}
.znews_info_right a>h5{
  font-weight: bold;
  font-size: 2.2rem;
  color: #333;
  margin-top: 10px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znews_info_right a>small{
  font-size:1.5rem;
  color: #666;
  display:block;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znews_info_right a>p{
  font-size: 1.4rem;
  color: #6c6c6c;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znews_info_right a:hover>h5,
.znews_info_right a:hover>small,
.znews_info_right a:hover>p{
  color: #1055ca;
}

.newsPage{
  margin-top: 2vw;
}


/*myznews*/
.myznews a{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position:relative;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw 0;
}
.myznews a:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  width: 100%;
  height: 2px;
  background:#ddd;
}
.myznews a:after{
  content:"";
  width:100%;
  height:2px;
  background:#1055ca;
  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;
}
.myznews a:hover:after{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}
.myznews a>b{
  width: 350px;
  height: 234px;
}
.myznews_mid{
  width:calc(95% - 500px);
}
.myznews_mid>h4{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-weight: bold;
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 1vw;
  -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;
}
.myznews_mid>p{
  line-height: 28px;
  font-size: 1.5rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.myznews_date{
  text-align: right;
}
.myznews_date>span{
  font-size: 2.26rem;
  color: #666;
  -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;
}
.myznews a:hover .myznews_mid>h4,
.myznews a:hover .myznews_date>span{
  color: #1055ca;
}

.myznews_date>h5{
  font-weight: bold;
  font-size: 3rem;
  color: #333;
}

/*dry*/
.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;
}
.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:hover{
  background:url(../images/newicons.png) no-repeat right bottom;
}
.news_style>span{
  display:block;
  font-size: 1.4rem;
  color: #1055ca;
  border:1px solid #1055ca;
  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:#1055ca;
  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: 3vw;
}
.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 a{
  font-size: 1.4rem;
  color: #999999;
  position:relative;
  overflow:hidden;
}
.news_style>div a:after{
  content:"";
  width:100%;
  height:1px;
  background:#1055ca;
  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 a: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 a,
.news_style:hover>div small {
  color: #1055ca;
}
.news_style b>a{
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
}
.news_style b>a>span{
  display:block;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background:url("../images/yulan.png") no-repeat center top;
  padding-top:50px;
  -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;
  font-weight: normal;
  opacity: 0;
}
.news_style:hover b>img {
  filter:brightness(0.5);
}
.news_style:hover b>a>span{
  opacity: 1;
}


/*newly*/
.newlybg{
  margin:4vw auto;
}
.newlybg ul li{
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#fafafa;
}
.newlybg ul li>b{
  width: 50%;
  height: 26vw;
}
.newly_text{
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3.5vw;
}
.newlybg ul li:nth-of-type(2n)>b{
  order: 2;
}
.newlybg ul li:nth-of-type(2n) .newly_text{
  order: 1;
}
.newly_text>div{
  display:flex;
  align-items: center;
  margin-bottom: 1vw;
}
.newly_text>div>img{
  height: 35px;
  margin-right: 10px;
}
.newly_text>div>h3{
  font-size: 2.3rem;
  color: #333;
  font-weight: bold;
}
.newly_text>i{
  display:block;
  width: 35px;
  height: 3px;
  background:#1055ca;
  margin:1vw 0;
}
.newly_text>small{
  width: 100%;
  display:block;
  height: 115px;
  line-height: 30px;
  overflow-y: auto;
  font-size: 1.5rem;
  color: #5c5c5c;
}
.newly_text>p{
  color: #333;
  font-size: 1.5rem;
  padding:10px 0;
  margin-bottom: 1vw;
}

/*resultstype*/
.resultsbg{
  margin:4vw auto;
}
.results li{
  float:left;
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 1.3vw;
}
.results li:nth-of-type(4n){
  margin-right: 0;
}
.results li a{
  display:block;
  width: 100%;
}
.results li a b{
  width: 100%;
  height:32vw;
}
.results li a>p{
  line-height: 55px;
  font-size: 1.6rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  text-align: center;
  background:#f7f7f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.results li a:hover>p {
  background:#1055ca;
  color: #fff;
}

/*goodsinfo*/
.zproinfo_top{
  position:relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw 0;
  margin:4vw auto;
}
.swiperzpro01bg{
  position:absolute;
  left:0;
  top:0;
  background:#fff;
  border:15px solid #fff;
  box-shadow: 0 0 10px #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  height: 500px;
  z-index: 99;
}
.swiperzpro01{
  width: 100%;
  height: 100%;
}
.swiperzpro01 b{
  width: 100%;
  height: 100%;
}
.swiperzpro01 b img{
  object-fit: scale-down;
}
.zproinfo_topbg{
  background:#f5f5f5;
  width: 100%;
  height: 100%;
  position:relative;
  display:flex;
  justify-content: flex-end;
}
.zproinfo_topbg>div{
  width: 55%;
}
.zproinfo_t_text{
  padding:4vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zproinfo_t_text>h3{
  font-size: 2.8rem;
  color: #333;
  font-weight: normal;
}
.zproinfo_t_text>h5{
  font-size: 2.3rem;
  font-weight: lighter;
  color: #666;
  margin-top: 1vw;
}
.zproinfo_t_text>small{
  display:block;
  margin-top: 1vw;
  margin-bottom: 2vw;
  font-size: 1.6rem;
  line-height: 28px;
  color: #6e6e6e;
}
.zproinfo_t_text>a{
  float:right;
}

.newsPage .page-a{
  color: #666;
  background:#fff;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px 10px;
}
.newsPage .page-a a{
  color: #666;
}

.zproinfo_bombg{
  margin-top:200px;
  margin-bottom: 4vw;
  display:flex;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zproinfo_mid{
  width: calc(98% - 400px);
  background: #f5f5f5;
  padding:3vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zproinfo_mid>small img{
  max-width: 100%;
  display:inline-block;
  width: 100%;
}
.zproinfo_mid>small video{
  max-width: 100%;
  margin:0 auto;
  display: block;
}
.zproinfo_mid>small{
  font-size: 1.6rem;
  color: #666;
  line-height: 30px;
}
.zproinfo_mid>small strong{
  color: #0b87c6;
  font-size: 2rem;
  margin-bottom:15px;
  display:block;
}
.zproinfo_mid>small ul{
  padding-left: 30px;
}
/*.zproinfo_mid>small li{*/
  /*padding-left:17px;*/
  /*position:relative!important;*/
/*}*/
/*.zproinfo_mid>small li:before{*/
  /*display:block;*/
  /*list-style-type:circle;*/
  /*position:absolute;*/
  /*content: '';*/
  /*left:0;*/
  /*top:12px;*/
  /*border:1.5px solid #959595;*/
  /*width: 4px;*/
  /*height: 4px;*/
  /*border-radius: 50%;*/
/*}*/
.zproinfo_mid>small table{
  width: 100%!important;
  border-collapse: collapse;
}
.zproinfo_mid>small table td
{
  font-size: 1.4rem;
  color: #666;
  border:1px solid #ddd;
  text-align: center;
}
.zproinfo_bom{
  width: 400px;
  border-left:1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px;
}
.zproinfo_bom>h3{
  width: 100%;
  color: #0b87c6;
  font-size: 2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1vw;
  margin-bottom: 2vw;
}

.zpro_info_tj a{
  display:block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}
.zpro_info_tj a b{
  width: 100%;
  height: 15vw;
}
.zpro_info_tj a b img{
  object-fit: scale-down;
}
.zpro_info_tj a>h5{
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #404040;
  font-weight: normal;
  -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;
}
.zpro_info_tj a:hover>h5 {
  color: #0b87c6;
}
.zpro_info_tj a>small{
  font-size: 1.6rem;
  color: #838383;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.zpro_info_tj a p{
  width: 100px;
  line-height: 35px;
  height: 35px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 1vw;
}

.ztechinfo_right>small{
  display:block;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
}

/*mensu*/
.nav_menu{
  position: relative;
  display: block;
  width: 29px;
  height: 29px;
  border:1px solid #474747;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
}
.nav_menu i{
  width: 15px;
  height: 1px;
  background-color: #474747;
  display: block;
  position: absolute;
  left:7px;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}


.nav_menu .a1{top:9px;}
.nav_menu .a2{top:14px;}
.nav_menu .a3{top:19px;}
.nav_menu_click .a1{
  top: 14px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.nav_menu_click .a2{
  opacity: 0;
}
.nav_menu_click .a3{
  top: 14px;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.fenlei_gg{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:30px;
  margin-bottom: 2vw;
}
.fl_gg_tit{
  display:flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1055ca;
  margin-bottom: 2vw;
  padding-bottom: 15px;
}
.fl_gg_tit h3{
  font-weight: bold;
  font-size: 2rem;
  color: #1055ca;
}
.fl_gg_content table{
  width: 100%!important;
}
.fl_gg_content table tr td{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px;
  font-size: 1.4rem;
  border:1px solid #fff;
  background:#d3def1;
}
.fl_gg_content table tr td:first-of-type{
  background: #2e63bd;
  color: #fff;
  max-width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center!important;
}
.fl_gg_content table tr:first-of-type td {
}
.fl_gg_content table tr td img{
  margin:0 auto;
}


