




.footerbg{
  background:url("../images/footerbg2.jpg") no-repeat center;
  padding-top: 6vw;
  padding-bottom: 1.5vw;
  overflow:hidden;
}
.footerbg .fot_tit:before{
  background: url(../images/fottiticon2.png) no-repeat center;
  background-size:100%;
}
.footerbg .fot_mid ul li:first-of-type {
  background: url(../images/fot_tels.png) no-repeat right 15px;
}
.footerbg .fot_mid ul li:nth-of-type(2) {
  background: url(../images/fot_tel2s.png) no-repeat right 15px;
}
.footerbg .fot_mid ul li:nth-of-type(3) {
  background: url(../images/fot_emails.png) no-repeat right 15px;
}
.footerbg .fot_mid ul li:nth-of-type(4) {
  background: url(../images/fot_adds.png) no-repeat right 15px;
}

.zbanner {

  display:flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size:cover;
  position: sticky;
  top:0;
  z-index: 10;
}
.bg_white{
  background:#fff;
  position:sticky;
  top:0;
  z-index: 999;
  width:100%;
}
.zbanner h3{
  color: #fff;
  text-align: center;
  font-size: 5rem;
  margin-bottom: 0.5vw;
}
.zbanner small,.zbanner small a{
  color: #fff;
  font-size: 1.6rem;
}
.ztit{
  padding-top: 2.5vw;
  padding-bottom: 2vw;
  text-align: center;
}
.ztit>h3{
  font-size: 4rem;
  color: #3b3b3b;
  text-transform: uppercase;
}
.ztit>p{
  font-size: 3.2rem;
  color: #3b3b3b;
}

/*zcompany*/
.tit_top{
  border-bottom: 1px solid #eeeeee;
  background:#fff;
  line-height: 90px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.tit_top>a{
  margin-right: 76px;
  font-size: 2rem;
  color: #656565;
  position:relative;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.tit_top>a:before{
  display:block;
  content: '';
  height: 3px;
  width: 100%;
  position:absolute;
  background:#be0c0f;
  bottom:0;
  left:50%;
  -webkit-transform: translateX(-50%) rotateY(90deg);
  -moz-transform: translateX(-50%) rotateY(90deg);
  -ms-transform: translateX(-50%) rotateY(90deg);
  -o-transform: translateX(-50%) rotateY(90deg);
  transform: translateX(-50%) rotateY(90deg);
  -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;
}
.tit_top>a.mousein,.tit_top>a:hover{
  color: #353535;
}
.tit_top>a.mousein:before,.tit_top>a:hover:before{
  -webkit-transform: translateX(-50%) rotateY(0);
  -moz-transform: translateX(-50%) rotateY(0);
  -ms-transform: translateX(-50%) rotateY(0);
  -o-transform: translateX(-50%) rotateY(0);
  transform: translateX(-50%) rotateY(0);
}
.tit_top>a:last-of-type{
  margin-right: 0;
}

.zcomcont1{
  font-size: 1.6rem;
  color: #4f4f4f;
  line-height: 37px;
}
.zcomcont1 img{
  float:left;
  margin-right:30px;
  margin-bottom: 0px;
}


#cont1{
  padding-bottom: 5vw;
}
#cont1 ul{
  margin-top: 3vw;
  width: 100%;
  display:flex;
  justify-content:space-between;
  align-items: center;
}
#cont1 ul li h4 span{
  font-size: 5rem;
  color: #383838;
}
#cont1 ul li h4 sub{
  font-size: 2.4rem;
  color: #be0c0f;
  font-weight: normal;
  vertical-align: baseline;
}
#cont1 ul li p{
  font-size: 1.6rem;
  color: #383838;
}
#cont2{
  width: 100%;
  padding-bottom: 5vw;
  background:url("../images/curlbg.jpg") no-repeat center;
}
.curl_cont{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:4vw 30px;
  padding-bottom:2.5vw;
  background: rgba(255, 255, 255, 0.93);
}
.swiper-zcurl{
  padding-bottom: 1.5vw;
}
.swiper-zcurl .swiper-slide img{
  margin:0 auto;
}
.swiper-zcurl .swiper-slide p{
  font-size: 2rem;
  font-weight: bold;
  color: #575757;
  margin-top: 1vw;
  margin-bottom: 0.8vw;
  text-align: center;
}
.swiper-zcurl .swiper-slide small{
  font-size: 1.4rem;
  color: #575757;
  display:block;
  text-align: center;
}

.swiper-zcurl .swiper-pagination{
  position:absolute;
  bottom:0;
  top: initial;
  height: 2px;
  background:#dedede;
}
.swiper-zcurl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background:#be0c0f;
}

#cont3{
  padding-bottom: 5vw;
}
.zequi{
  height: 750px;
}
.swiper-zequi{
  width: 100%;
  height: 100%;
}
.swiper-zequi .swiper-slide,.swiper-zcoop .swiper-slide{
  height: calc((100% - 27px) / 2);
}
.swiper-zequi .swiper-slide a b{
  height: 14.9vw;
}
.swiper-zequi .swiper-slide a p{
  background-color:#f1f1f1;
}
.swiper-zequi .swiper-slide a:hover p{
  background-color:#c30d23;
}


.zcont4bg{
  height: 695px;
  background:url("../images/zcont4bg.jpg") no-repeat center;
  text-align: center;
}
.zcont4{
  padding-top:5%;
}
.zcont4>small{
  font-size: 1.6rem;
  color: #4f4f4f;
  text-transform: uppercase;
}
.zcont4>h3{
  font-size: 5rem;
  color: #3a3a3a;
  margin-top: 0.6vw;
  margin-bottom:0.6vw;
}
.zcont4>h3>span{
  color: #c7192b;
}
.zcont4>p{
  font-size: 1.8rem;
  color: #4f4f4f;
}
.zcont4>a{
  display:inline-block;
  margin:0 auto;
  margin-top: 2vw;
}
.zcont4>a>b{
  display:block;
  position:relative;
  width: 68px;
  height: 68px;
}
.zcont4>a>b>i{
  display:block;
  width: 100%;
  height: 100%;
  border:1px solid #fff;
  position:absolute;
  left:50%;
  top:50%;
  border-radius: 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:cirscale 3s linear 0s infinite alternate;
}
.zcont4>a>small{
  font-size: 1.8rem;
  color: #4f4f4f;
  text-align: center;
  display:block;
  margin-top: 18px;
}
@keyframes cirscale {
  0%{
    -webkit-transform: translate(-50%,-50%) scale(1.3);
    -moz-transform: translate(-50%,-50%) scale(1.3);
    -ms-transform: translate(-50%,-50%) scale(1.3);
    -o-transform: translate(-50%,-50%) scale(1.3);
    transform: translate(-50%,-50%) scale(1.3);
  }
  100%{
    -webkit-transform: translate(-50%,-50%) scale(1.02);
    -moz-transform: translate(-50%,-50%) scale(1.02);
    -ms-transform: translate(-50%,-50%) scale(1.02);
    -o-transform: translate(-50%,-50%) scale(1.02);
    transform: translate(-50%,-50%) scale(1.02);
  }
}

@-webkit-keyframes cirscale {
  0%{
    -webkit-transform: translate(-50%,-50%) scale(1.3);
    -moz-transform: translate(-50%,-50%) scale(1.3);
    -ms-transform: translate(-50%,-50%) scale(1.3);
    -o-transform: translate(-50%,-50%) scale(1.3);
    transform: translate(-50%,-50%) scale(1.3);
  }
  100%{
    -webkit-transform: translate(-50%,-50%) scale(1.02);
    -moz-transform: translate(-50%,-50%) scale(1.02);
    -ms-transform: translate(-50%,-50%) scale(1.02);
    -o-transform: translate(-50%,-50%) scale(1.02);
    transform: translate(-50%,-50%) scale(1.02);
  }
}

#cont4{
  background:url("../images/zcoopbg.jpg") no-repeat center;
  padding-bottom: 5vw;
}
.zcoop{
  height:233px;
}
.swiper-zcoop{
  width: 100%;
  height: 100%;
}
.swiper-zcoop .swiper-slide b{
  width: 100%;
  height: 100%;
  background:#fff;
  border:1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-zcoop .swiper-slide b img{
  width: 80%;
  margin:0 auto;
  height: 90%;
  padding-top: 2.5%;
  object-fit: scale-down;
}



/*znews*/
.znews_top{
  background:url("../images/bg9.jpg") no-repeat center;
  padding:3.5vw 0;
  padding-bottom: 6vw;
}
.znews_top>.warpper{
  position:relative;
  padding-bottom: 10px;
}
.znews_top_btn{
  position:absolute;
  bottom:0;
  right:0;
}
.znews_top_btn .swiper-button-prev{
  right:60px;
  top:0;
  margin-top: 0;
  left: initial;
}
.znews_top_btn .swiper-button-next{
  right:0;
  top:0;
  margin-top: 0;
}
.znews_top_btn .swiper-button-prev,.znews_top_btn .swiper-button-next{
  width: 54px;
  height: 54px;
  background: #CCCCCC;
  text-align: center;
  line-height: 54px;
  color: #fff;
}
.znews_top_btn .swiper-button-prev:after,.znews_top_btn .swiper-button-next:after{
  font-size: 20px;
}
.swiper_znews a{
  display:block;
  height: 500px;
  width: 100%;
}
.swiper_znews a:after{
  display:block;
  content:"";
  clear: both;
}
.swiper_znews a>b{
  float:left;
  width: 50%;
  height: 100%;
}
.znews_text{
  float:right;
  background:#fff;
  width: 50%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:4vw;
}
.znews_date>h3{
  font-size: 7rem;
  margin-right: 15px;
  color: #cc4954;
  float: left;
  line-height: 52px;
  padding-bottom: 24px;
  border-bottom: 2px solid #cc4954;
}
.znews_date>h6{
  color: #ccc;
  font-size: 1.8rem;
  line-height: 22px;
  padding-top: 12px;
}
.znews_text>h2{
  margin-top: 2vw;
  font-size: 25px;
  color: #303030;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.znews_text>small{
  font-size: 16px;
  font-weight: 400;
  color: #868686;
  line-height: 30px;
  height: 60px;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.znews_text>span{
  color: #cc4954;
  font-size: 1.4rem;
}
.znews_bom li{
  border-bottom: 1px solid #DCDCDC;
  position: relative;
  padding:2vw 0;
}
.znews_bom li:before{
  content: "";
  transition: ease 1s;
  display: block;
  width: 100%;
  height: 2px;
  background: #cc4954;
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 1;
  -webkit-transform: translateX(-50%) rotateY(90deg);
  -moz-transform: translateX(-50%) rotateY(90deg);
  -ms-transform: translateX(-50%) rotateY(90deg);
  -o-transform: translateX(-50%) rotateY(90deg);
  transform: translateX(-50%) rotateY(90deg);
}
.znews_bom li:hover:before{
  -webkit-transform: translateX(-50%) rotateY(0deg);
  -moz-transform: translateX(-50%) rotateY(0deg);
  -ms-transform: translateX(-50%) rotateY(0deg);
  -o-transform: translateX(-50%) rotateY(0deg);
  transform: translateX(-50%) rotateY(0deg);
}
.znews_bom li a{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.znews_bom_left{
  width: 78%;
}
.znews_bom_left>h4{
  font-size: 2.8rem;
  font-weight: bold;
  color: #303030;
  margin-bottom: 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;
}
.znews_bom li:hover .znews_bom_left>h4{
  color: #cc4954;
}
.znews_bom_left>p{
  font-size: 1.6rem;
  font-weight: 400;
  color: #767676;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.znews_bom_right{
  width: 20%;
  text-align:center;
}
.znews_bom_right>h5{
  display: block;
  font-size: 5.5rem;
  line-height: 50px;
  color: #cc4954;
  font-weight: bold;
}
.znews_bom_right>span{
  text-align: center;
  color: #CCCCCC;
  font-size: 1.4rem;
}

/*zapply*/
.warpper2{
  width: 1400px;
  margin:0 auto;
}
.zapp_list li{
  margin-bottom: 1vw;
  width: 100%;
  height: 29vw;
  display:flex;
  justify-content: center;
  align-items: center;
  position:relative;
  overflow:hidden;
}
.zapp_list li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position:absolute;
  left:0;
  top:0;
}
.zapp_list li:after{
  display:block;
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 0;
  background:rgba(195, 13, 35, 0.9);
  background:-moz-linear-gradient(90deg, rgba(195, 13, 35, 0.9), transparent);
  background:-webkit-linear-gradient(90deg,rgba(195, 13, 35, 0.9),transparent);
  background:-o-linear-gradient(90deg, rgba(195, 13, 35, 0.9), transparent);
  -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;
}
.zapp_list li:hover:after{
  height: 40%;
}
.zapp_text{text-align: center;position:relative;z-index:100;}
.zapp_text>h4{
  font-size: 4rem;
  color: #fff;
  text-transform: uppercase;
}
.zapp_text>p{
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1vw;
}
.zapp_text>span{
  border:1px solid #fff;
  font-size: 1.6rem;
  color: #fff;
  width: 157px;
  line-height: 40px;
  display:block;
  margin:0 auto;
}






/*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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
  padding-top: 3.5vw;
  padding-bottom: 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: #bb0e22;
}
.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: #bb0e22;
  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: #bb0e22;
  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: #bb0e22;
  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: #bb0e22;
  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: #bb0e22;
}
.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: #bb0e22;
  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: #bb0e22;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message .mes-form .form-tr .error {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
  padding: 0 5px;
}
.de-contact {
  overflow: hidden;
}
.de-contact .contact-list {
  overflow: hidden;
  margin: 25px 0 35px;
}
.de-contact .contact-list ul li {
  min-height: 28px;
  padding-left: 50px;
  line-height: 36px;
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  color: #595959;
  margin-bottom: 14px;
  word-wrap: break-word;
}
.de-contact .contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.de-contact .contact-list ul li.icon-01 {
  background: url(../images/contact-icon-01.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-02 {
  background: url(../images/contact-icon-02.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-03 {
  background: url(../images/contact-icon-03.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-04 {
  background: url(../images/contact-icon-04.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-05 {
  background: url(../images/contact-icon-05.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-06 {
  background: url(../images/contact-icon-06.png) no-repeat left top;
}
.de-contact .contact-map {
  overflow: hidden;
}
.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: #bb0e22;
  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: #bb0e22;
  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: #bb0e22;
}
#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: #bb0e22;
  background: #bb0e22;
}
.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;
}

.zcont_ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 262px;
}
.zcont_ul li{
  padding-left: 57px;
}
.zcont_ul li:first-of-type{background:url("../images/zconticon01.png") no-repeat left center;}
.zcont_ul li:nth-of-type(2){background:url("../images/zconticon02.png") no-repeat left center;}
.zcont_ul li:nth-of-type(3){background:url("../images/zconticon03.png") no-repeat left center;}
.zcont_ul li>p{
  font-size: 1.6rem;
  color: #3e3e3e;
}
.zcont_ul li>h4{
  font-size: 2.2rem;
  color: #3e3e3e;
  font-weight: bold;
}
.zcont_ul i{
  display:block;
  width:2px;
  height: 124px;
  background:#eeeeee;
}


/*zcontact*/
.contact-map{
  width:100%;
  height: 764px;
}
#dituContent{
  float:left;
  width: 74%;
  height: 100%;
}
.zcontact_map_text{
  float:right;
  width: 26%;
  height: 100%;
  background:url("../images/zcontact_map_textbg.jpg") no-repeat center;
  background-size:cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw 3vw;
}
.zcontact_map_text>h3{
  color: #fff;
  font-size: 2rem;
  position:relative;
  margin-bottom: 1vw;
  padding-bottom:10px;
}
.zcontact_map_text>h3:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  background:#fff;
  width: 29px;
  height: 2px;
}
.hotline_style p{
  color: #fff;
  font-size: 1.6rem;
  line-height: 30px;
}
.hotline_style strong{
  font-size: 2rem;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
}
.zcontact_map_code{
  width: 142px;
  margin-top: 1vw;
}
.zcontact_map_code img{
  width:100%;
  border:5px solid #fff;
  border-radius: 5px;
}
.zcontact_map_code p{
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  line-height: 30px;
  width:100%;
}

.zcont_msg{
  padding-bottom: 5vw;
}
.zcont_msg #formData input{
  background:#f3f3f3;
  line-height: 73px;
  font-size: 1.6rem;
  color: #484747;
  border:none;
  width: 49%;
  float:left;
  padding:0 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-text-fill-color: #484747;
}
.zcont_msg #formData input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 68px #f3f3f3 inset;
}


.zcont_msg #formData input:nth-of-type(2){
  float:right;
}
.zcont_msg #formData .code{
  float:right;
  width: 49%;
}
.zcont_msg #formData .code input{
  float:left;
  width: 70%;
}
.zcont_msg #formData .code div{
  float:left;
  height: 73px;
  width: 30%;
}
.zcont_msg #formData .code div img{
  width: 100%;
  height: 100%;
}
.zcont_msg #formData input::placeholder,.zcont_msg #formData textarea::placeholder{
  font-size: 1.6rem;
  color: #484747;
}

.zcont_msg #formData textarea{
  background:#f3f3f3;
  padding:24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #484747;
  width: 100%;
  height: 250px;
  margin-bottom: 18px;
}
.zcont_msg #formData .submit{
  display:block;
  width:100%;
  line-height: 73px;
  background:#be0c0f;
  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;
}
.zcont_msg #formData .submit:hover{
  background:#cf444f;
}

/*zproduct*/
.zpro_cont{
  padding-top:5vw;
}
.zpro_left{
  float:left;
  width: 285px;
}
.zpro_left_top{
  background:#be0c0f url("../images/zpro_left_topicon.png") no-repeat 80% 23px;
  padding:23px 20px;
}
.zpro_left_top>h3{
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
}
.zpro_left_top>small{
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  display:block;
  padding-bottom: 8px;
  position:relative;
}
.zpro_left_top>small:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  height: 2px;
  width:36px;
  background: rgba(255, 255, 255, 0.33);
}

.zpro_left_bottom{
  background:#f2f2f2;
  margin-bottom: 4vw;
}
.zpro_left_bottom li{
  border-bottom: 1px solid #dedede;
  -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_type01{
  line-height: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 35px;
}

.zpro_type01:after{
  display:block;
  content: '';
  clear: both;
}
.zpro_type01>a{
  font-size: 1.6rem;
  float:left;
  color: #4d4d4d;
  width: 80%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zpro_type01>span{
  display:block;
  float:right;
  width: 20%;
  height: 58px;
  background:url("../images/zprojt_r.png") no-repeat center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  cursor: pointer;
}

.zpro_left_bottom li:hover,.zpro_left_bottom li.hight_linght{
  background:#676869;
}
.zpro_left_bottom li:hover .zpro_type01>a,.zpro_left_bottom li.hight_linght .zpro_type01>a{
  color:#fff;
}
.zpro_left_bottom li:hover .zpro_type01>span,.zpro_left_bottom li.hight_linght .zpro_type01>span{
  background:url("../images/zprojt_rs.png") no-repeat center;
}


.zpro_type02{
  background:#ddd;
}
.zpro_type02 a{
  display:block;
  width:100%;
  line-height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:60px;
  font-size: 1.5rem;
  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;
}
.zpro_type02 a:hover{
  background:#a2a2a2;
  color: #fff;
}

.zpro_right{
  width: 80%;
  float:right;
}


.allpro_style a{
  float:left;
  display:block;
  margin-right:2%;
  width:32%;
  margin-bottom: 2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
}
.allpro_style a:nth-of-type(3n){
  margin-right: 0;
}
.allpro_style a>div{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:30px 20px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
.allpro_style a>div>p{
  padding-top: 20px;
  font-size: 2.2rem;
  color: #323232;
  width: 80%;
  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;
  position:relative;
}
.allpro_style a>div>p:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:0;
  width:33px;
  height: 4px;
  background: #be0c0f;
}
.allpro_style a>div>img{
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  filter: grayscale(100) brightness(4);
}
.allpro_style a:hover>div>p{
  color: #be0c0f;
}
.allpro_style a:hover>div>img{
  filter: grayscale(0) brightness(1);
}
.allpro_style a b img{
  object-fit: scale-down;
}
.allpro_style a b{
  width: 100%;
  height: 16vw;
  background:#fff;
}


.zproinfo_top_left{
  float:left;
  width: 45%;
  height: 354px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:2px solid #f5f5f5;
}
.zproinfo_top_left .swiper-zproinfo{
  height: 100%;
}
.zproinfo_top_left .swiper-slide b{
  width: 100%;
  height: 100%;
  background:#fff;

}
.zproinfo_top_left .swiper-slide b img{
  object-fit: scale-down;
}

.zproinfo_top_right{
  float:right;
  width: 52%;
}
.zproinfo_top_right>h4{
  font-size: 3rem;
  color: #323232;
}

.zproinfo_top_right>p{
  color: #323232;
  font-size: 2.2rem;
  display:inline-block;
  border-bottom: 2px solid #565656;
  margin-top: 20px;
  margin-bottom: 20px;
}
.zproinfo_top_right>small{
  font-size: 1.4rem;
  display:block;
  line-height: 26px;
  margin-bottom: 2vw;
  color: #575757;
}
.zproinfo_top_right>div>a{
  float:left;
  margin-right: 35px;
  width: 185px;
  line-height: 58px;
  display:block;
  background:#be0c0f;
  color: #fff;
  font-size: 2rem;
  border-radius: 6px;
  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;
}
.zproinfo_top_right>div>a:hover{
  background:#983335;
}
.zproinfo_tel{
  float:left;
  padding-left:60px;
  background:url("../images/telicon03.png") no-repeat left center;
}
.zproinfo_tel>small{
  font-size: 1.4rem;
  color: #393939;
  letter-spacing: 13px;
}
.zproinfo_tel>h3{
  font-size: 3rem;
  color: #be0c0f;
  font-weight: 900;
}

.zproinfo_btom>h3{
  margin-top: 2vw;
  margin-bottom: 1vw;
  position:relative;
  overflow: hidden;
  line-height: 93px;
  font-size: 2.8rem;
  color: #323232;
  font-weight: bold;
}
.zproinfo_btom>h3:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  background:#cecece;
  height: 2px;
  width:100%;
}
.zproinfo_btom>h3:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  background:#be0c0f;
  height: 2px;
  width:49px;
}

.zpro_equ a{
  float:left;
  width:32%;
  height: 15vw;
  margin-right: 2%;
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  overflow: hidden;
  margin-bottom: 2vw;
}
.zpro_equ a:nth-of-type(3n){
  margin-right: 0;
}
.zpro_equ a p{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(4, 4, 4, 0.64);
  line-height: 49px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  font-size: 1.6rem;
  -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_equ a:hover p{
  background:#be0c0f;
}



.zpro_other a{
  border:1px solid #f3f3f3;
}
.zpro_other a>div{
  background:#f3f3f3;
  border-bottom:none;
}
.zpro_other a b{
  height: 16vw;
}


.no-goods{
  padding-bottom: 5vw;
}
.zproinfo_detail table{
  max-width:100%;
}
.zproinfo_detail img{
  max-width: 100%;
  display:inline-block;
}

/*equinfo*/
.zequinfobg{
  position:fixed;
  width:100%;
  height: 100%;
  background:#fff;
}
.zequinfo_left{
  position:absolute;
  left:0;
  top:0;
  width:50%;
  height:100%;
  background:#c92539;
}
.zequinfo_left b{
  width:600px;
  height: 600px;
  border-radius: 50%;
  background:#fff;
  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%);
}
.zequinfo_right{
  position:absolute;
  right:0;
  top:0;
  width:50%;
  height:100%;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:flex;
  justify-content: center;
  align-items: center;
}
.zequinfo_right>div{
  width: 80%;
}
.zequ_logo{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.zequ_logo h1{
  font-weight: normal;
  font-family: comtit;
  font-size: 2.7rem;
  color: #353535;
}
.zequinfo_right>div>h3{
  font-size: 3rem;
  color: #666;
  line-height: 45px;
  position:relative;
  overflow: hidden;
}
.zequinfo_right>div>h3:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  height: 3px;
  width:33px;
  background:#c92539;
}
.zequinfo_right>div>small{
  line-height: 36px;
  display:block;
  max-height:450px;
  overflow-x:hidden;
  overflow-y:auto;
  margin:2vw 0;
}
.zequinfo_right>div>a{
  color: #5e5e5e;
  font-size: 1.6rem;
  font-style: italic;
  float:right;
  padding-left:40px;
  line-height: 45px;
  background:url("../images/back.png") no-repeat left center;
}
.hopes{
  text-align: center;
  width:100%;
}
.hopes img{
  max-width:400px;
  margin:0 auto;
}


/*zcomul*/
.comul01{
  margin-bottom: 4vw;
}
.swiper-zcomul01 .swiper-slide>div{
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height: 100px;
  background:#f5f5f5;
  position:relative;
  overflow:hidden;
}
.swiper-zcomul01 .swiper-slide>div>i{
  position:absolute;
  right:10px;
  bottom:10px;
  font-size: 3.3rem;
  line-height: 33px;
  color: #f5f5f5;
  font-weight: bold;
  -webkit-text-stroke:1px #e3e3e3;
}
.swiper-zcomul01 .swiper-slide>div>p{
  margin-left:10px;
  color: #4f4f4f;
  font-size: 2rem;
}

.comul02bg{
  padding-top: 1vw;
  padding-bottom: 4vw;
  background:url("../images/comul02bg.jpg") no-repeat center;
}
.comul02bg .ztit{
  margin-bottom: 1vw;
}
.comul02bg .ztit h3,.comul02bg .ztit p{color:#fff;}
.comul02bg .ztit small{
  color: #fff;
  font-size: 1.6rem;
  display:block;
  margin-top: 10px;
}

.swiper-zcomul02 .swiper-slide>div{
  text-align: center;
}
.swiper-zcomul02 .swiper-slide>div>b{
  margin:0 auto;
  display:block;
  width:99px;
  height: 116px;
  background:url("../images/ulicon.png") no-repeat center;
  background-size:100%;
  transition: 350ms 0s all ease;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.swiper-zcomul02 .swiper-slide>div>b img{
  width: 100%;
  height: 100%;
  object-fit: none;
}
.swiper-zcomul02 .swiper-slide>div:hover>b{
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background:url("../images/ulicons.png") no-repeat center;
}
.swiper-zcomul02 .swiper-slide>div>p{
  margin-top: 15px;
  color: #fff;
  font-size: 1.8rem;
}
.comul03bg{
  padding-bottom: 4vw;
}
.comul03bg>.warpper{
  background:url("../images/comul03bg.jpg") no-repeat center;
  background-size:cover;
  display:flex;
  justify-content: flex-end;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right:4%;
  height: 445px;
}
.comul03bg>.warpper ul{
  width:45%;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.comul03bg>.warpper ul li{
  padding-left:17px;
  font-size: 1.8rem;
  color: #4f4f4f;
  position:relative;
  line-height: 45px;
}
.comul03bg>.warpper ul li:before{
  display:block;
  content: '';
  width:8px;
  height: 8px;
  background:#be0c0f;
  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%);
}


@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .swiper-zcomul01 .swiper-slide>div>p{
    font-size: 1.6rem;
  }
  .swiper-zcomul01 .swiper-slide>div>i{
    font-size: 2.8rem;
    bottom: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .swiper-zcomul01 .swiper-slide>div>p{
    font-size: 1.6rem;
  }
  .swiper-zcomul01 .swiper-slide>div>i{
    font-size: 2.8rem;
    bottom: 0;
  }
  .comul03bg>.warpper ul li{
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .swiper-zcomul01 .swiper-slide>div>p{
    font-size: 1.6rem;
  }
  .swiper-zcomul01 .swiper-slide>div>i{
    font-size: 2.8rem;
    bottom: 0;
  }
  .comul03bg>.warpper ul li{
    font-size: 1.6rem;
    line-height: 34px;
  }
  .comul03bg>.warpper{
    height: 276px;
  }

}
@media only screen and (max-width: 767px) {
  .swiper-zcomul01 .swiper-slide>div{
    height: 72px;
  }
  .swiper-zcomul01 .swiper-slide>div>p{
    font-size: 1.6rem;
  }
  .comul02bg{
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .swiper-zcomul02 .swiper-slide>div>b{
    width: 70px;
    height: 70px;
    background-size: 81%;
  }
  .swiper-zcomul02 .swiper-slide>div>b img{
    width: 46%;
    object-fit: scale-down;
    margin:0 auto;
  }
  .swiper-zcomul02 .swiper-slide>div>p{
    font-size: 1.5rem;
    margin-top: 0;
  }
  .swiper-zcomul01 .swiper-slide>div>i{
    font-size: 2.8rem;
    bottom: 0;
  }
  .comul03bg>.warpper ul li{
    font-size: 1.4rem;
    line-height: 28px;
  }

  .comul03bg>.warpper{
    height: 276px;
    padding-left: 4%;
    background-position:right center;
  }
  .comul03bg>.warpper ul{
    width: 100%;
  }
}