﻿.zbanner {
  overflow: hidden;
  text-align: center;
  display:flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  background-size:cover;
}
.zbanner h3{
  color: #ffffff;
  font-family: ali;
  font-size: 5rem;
}
.zbanner small{
  font-family: ali;
  color: #fff;
  font-size: 1.8rem;
}
/*crumbs*/
.crumbs{background:#f1f1f1;}
.crumbs .warpper{
  font-size: 1.8rem;
  color: #5f5f5f;
}
.crumbs .warpper span,.crumbs .warpper a{
  font-size: 1.8rem;
  line-height: 90px;
  color: #5f5f5f;
  display:inline-block;
}
.crumbs .warpper span{
  padding-left:45px;
  background:url("../image/home.png") no-repeat left center;
}
.crumbs .warpper a{
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.crumbs .warpper a:hover{
  color: #e62129;
}

/*ztitle*/
.ztitle{
  width: 100%;
  text-align: center;
  padding-top:3vw;
  padding-bottom: 1vw;
}
.ztitle h3{
  font-size: 4rem;
  color: #252424;
}
.ztitle small{
  font-size: 1.8rem;
  color: #414141;
}


/*zcompany*/
.zcom_cont01{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
.zcom_cont01>b{
  width: 50%;
  height: 540px;
}
.zcom_cont01>div{
  width: 47%;
}
.zcom_cont01>div>p{
  font-size: 4rem;
  color: #e62129;
  font-weight: bold;
}
.zcom_cont01>div>h3{
  font-size: 4rem;
  color: #343434;
}
.zcom_cont01>div>small{
  font-size: 1.6rem;
  color: #5f5f5f;
  line-height: 34px;
  display:block;
  margin-top: 1vw;
  margin-bottom: 1.5vw;
}
.zcom_cont01>div>ul{
  display:flex;
  align-items: center;
}
.zcom_cont01>div>ul li h3{
  font-size: 4rem;
  font-weight: bold;
  color: #e62129;
  font-family: 'Microsoft YaHei';
  line-height: 30px;
}
.zcom_cont01>div>ul li h3 span{
  font-size: 1.6rem;
  color: #424242;
  font-weight: normal;
}
.zcom_cont01>div>ul li small{
  font-size: 1.6rem;
  color: #424242;
}
.zcom_cont01>div>ul>i{
  width: 1px;
  height: 54px;
  display:block;
  background:#d2d2d2;
  margin:0 38px;
}
.zcom_cont01>div>ul>i:last-of-type{
  display:none;
}

.linian{
  background:#f1f1f1;
  padding-bottom: 3vw;
}
.linian .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 420px;
}
.linian li{
  width: 49.2%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-repeat: no-repeat;
  background-position:center center;
  background-size:100%;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.linian li:hover{
  background-size:103%;
}
.linian li img{
  margin:0 auto;
}
.linian li h3{
  color: #fff;
  font-size: 2.8rem;
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 0.5vw;
}
.linian li small{
  display:block;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
}

.history{
  background:url("../image/historybg.jpg") no-repeat center/cover;
  padding-bottom: 4.5vw;
}
.history .ztitle h3,
.history .ztitle small{
  color: #fff;
}
.historybg{
  position:relative;
  margin-top: 3.5vw;
}
.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:#e62129;
}
.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:#e62129;
}
.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;
}


/*workshop*/
.workshop{
  padding-bottom: 3vw;
}
.swiper-workshop{
  width: 100%;
  height: 735px;
  position:relative;
  overflow:hidden;
}
.swiper-workshop .swiper-slide{
  height: calc((100% - 35px) / 2);
}
.swiper-workshop .swiper-slide a{
  display:block;
  width: 100%;
  height: 100%;
  position:relative;
  overflow:hidden;
}
.swiper-workshop .swiper-slide a b{
  width: 100%;
  height: 100%;
}
.swiper-workshop .swiper-slide a p{
  text-align: center;
  position:absolute;
  left:0;
  bottom:0;
  width: 100%;
  line-height: 58px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 1.8rem;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  -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-workshop .swiper-slide a:hover p {
  background:#e62129;
}
.zhonor{
  background:url("../image/zhonorbg.jpg") no-repeat center/cover;
  padding-bottom: 4vw;
}
.swiper-zhonor{
  width: 100%;
  height: 21vw;
  position:relative;
  overflow:hidden;
}
.swiper-zhonor .swiper-slide{
  width: 100%;
  height: 100%;
}
.swiper-zhonor .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
  background:#fff;
}
.swiper-zhonor .swiper-slide a img{
  object-fit: scale-down;
}







.infoCenter-right p strong {
  line-height: 30px;
  color: #113870;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  margin-top: 4vw;
}

.infoCenter-right p strong:after{
  display: block;
  content: '';
  background: #113870;
  position: absolute;
  width: 3px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.center-content{
  line-height: 25px;
}
.center-content img{
  display:inline-block;
  max-width:100%;
}


/*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;
}
.znewsinfobg {
  padding:2vw 0;
  background:#fff;
  border-bottom: 1px solid #ddd;
}
.znewsinfobg .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  margin-bottom: 15px;
}
.znewsinfobg .news-detail-title .h3 {
  font-size: 1.8rem;
  color: #323232;
  line-height: 24px;
  font-weight: bold;
}
.znewsinfobg .news-detail-title .b {
  font-size: 1.3rem;
  color: #999999;
  line-height: 20px;
}
.znewsinfobg .news-detail {
  padding: 0 12px 30px;
}
.znewsinfobg .news-detail p {
  font-size: 1.4rem;
  color: #595959;
  line-height: 24px;
}
.znewsinfobg .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}


.common-inner .inner-right .de-honor-list {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 24px;
  padding-top: 6px;
  min-height: 556px;
}
.common-inner .inner-right .de-honor-list ul {
  margin: 0 -5px;
}
.common-inner .inner-right .de-honor-list ul li {
  float: left;
  margin: 0 10px 30px;
  overflow: hidden;
  width: 270px;
  background: #f6f6f6;
}
.common-inner .inner-right .de-honor-list ul li a {
  display: block;
}
.common-inner .inner-right .de-honor-list ul li .img {
  width: 270px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 0;
  overflow: hidden;
}
.common-inner .inner-right .de-honor-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.common-inner .inner-right .de-honor-list ul li .title {
  text-align: center;
  height: 48px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 48px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .de-honor-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-honor-list ul li:hover .img img {
  transform: scale(1.1);
}
.common-inner .inner-right .de-job-list {
  overflow: hidden;
  padding-bottom: 19px;
  min-height: 645px;
  padding: 5px 5px;
}
.common-inner .inner-right .de-job-list ul li {
  overflow: hidden;
  padding: 0 55px 0 25px;
  height: 128px;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-job-list ul li .job-title {
  float: left;
  width: 260px;
  margin-right: 10px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-title h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-title p {
  font-size: 16px;
  color: #003f98;
  line-height: 20px;
  font-weight: bold;
}
.common-inner .inner-right .de-job-list ul li .job-title p em {
  font-weight: normal;
  font-size: 12px;
}
.common-inner .inner-right .de-job-list ul li .job-info {
  float: left;
  width: 200px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-info p {
  font-size: 13px;
  color: #b2b2b2;
  line-height: 20px;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-info p span {
  color: #737373;
}
.common-inner .inner-right .de-job-list ul li .job-btn {
  display: none;
  float: right;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #003f98;
  margin-top: 50px;
}
.common-inner .inner-right .de-job-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-job-list ul li:hover .job-btn {
  display: block;
}
.common-inner .inner-right .jobs-info {
  padding: 40px 10px 30px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #ededed;
}
.common-inner .inner-right .jobs-info .h3 {
  overflow: hidden;
  margin-bottom: 15px;
}
.common-inner .inner-right .jobs-info .h3 .job-name {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  width: 450px;
}
.common-inner .inner-right .jobs-info .h3 .job-price {
  float: right;
  font-weight: bold;
  font-size: 24px;
  color: #003f98;
  line-height: 1.1;
  max-width: 360px;
}
.common-inner .inner-right .jobs-info .h3 .job-price em {
  font-weight: normal;
  font-size: 16px;
}
.common-inner .inner-right .jobs-info .p {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info .p span {
  color: #595959;
}
.common-inner .inner-right .jobs-info .btn {
  padding-top: 10px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info .btn a {
  display: block;
  width: 230px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: #003f98;
  font-size: 14px;
}
.common-inner .inner-right .jobs-info .btn a:hover {
  background: #0058b1;
}
.common-inner .inner-right .jobs-info-content {
  padding: 0 20px 30px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info-content h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info-content p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.common-inner .inner-right .newsPage {
  padding: 0 20px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.common-inner .inner-right .newsPage a {
  color: #323232;
}
.common-inner .inner-right .newsPage a:hover {
  color: #003f98;
}
.common-inner .inner-right .apply-job {
  overflow: hidden;
  margin-top: 20px;
}
.common-inner .inner-right .apply-job .job-tr {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .tr-over {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .error {
  padding-left: 75px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
}
.common-inner .inner-right .apply-job .job-tr .tr-title {
  float: left;
  width: 50px;
  min-height: 20px;
  text-align: right;
  font-size: 14px;
  color: #808080;
  margin-right: 25px;
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont {
  float: left;
  width: 640px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont h3 {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[type=text] {
  line-height: 38px;
  font-size: 14px;
  color: #333;
  display: block;
  padding: 0 10px;
  width: 618px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[name='captcha'] {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  width: 190px;
  float: left;
  margin-right: 30px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont textarea {
  font-size: 14px;
  color: #333;
  display: block;
  height: 170px;
  line-height: 20px;
  padding: 5px 10px;
  width: 618px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont {
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
  margin-right: 10px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont label {
  margin-right: 30px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #003f98;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message {
  overflow: hidden;
  padding: 0 5px;
}
.common-inner .inner-right .de-message .tips {
  font-size: 13px;
  line-height: 55px;
  color: #737373;
}
.common-inner .inner-right .de-message .mes-form {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr input {
  display: block;
  width: 658px;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr textarea {
  display: block;
  width: 658px;
  padding: 5px 10px;
  height: 168px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code input {
  width: 188px;
  float: left;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify {
  cursor: pointer;
  float: left;
  margin-left: 25px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit {
  margin-top: 15px;
  display: block;
  width: 190px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #003f98;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message .mes-form .form-tr .error {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
  padding: 0 5px;
}




.de-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(../image/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../image/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(../image/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../image/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;
}


/*zcontact*/
.zcontact_01 ul{
  width: 100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zcontact_01 li{
  width: 32%;
  background:#f5f5f5;
  height: 250px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.zcontact_01 li b{
  height: 68px;
  display:flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.zcontact_01 li b>img{
  max-height: 100%;
}
.zcontact_01 li p{
  font-size: 2rem;
  color: #636363;
  text-align: center;
  margin-top: 15px;
}
.zcontact_01 li h4{
  font-size: 2.6rem;
  color: #323132;
  text-align: center;
  font-weight: bold;
}
.zcontact_01 li>img{
  max-height:210px;
}
.zcontact_01 li>h3{
  font-size:2.8rem;
  color: #323132;
  margin-left: 30px;
}


.zcontact_02{
  width: 100%;
  height: 600px;
  margin-top: 2vw;
  margin-bottom: 3vw;
}
#dituContent{
  width: 100%;
  height: 100%;
}

.zmsg{
  background:url("../image/zmsgbg.jpg") no-repeat center/cover;
  padding-bottom: 3.5vw;
}
.zmsg form{
  display:flex;
  justify-content: space-between;
}
.zmsg_left{
  width: 43%;
}
.zmsg_left>div{
  background:#fff;
  width: 100%;
  display:flex;
  align-items: center;
  margin-top: 30px;
}
.zmsg_left>div:first-of-type{
  margin-top: 0;
}
.zmsg_left label{
  width: 120px;
  text-align: center;
  font-size: 1.8rem;
  color: #2b2b2b;
  font-weight: bold;
}
.zmsg_left>div>input{
  width: calc(100% - 120px);
}
#formData input,
#formData input::placeholder{
  font-size: 1.4rem;
  color: #525252;
  line-height: 94px;
}
.zmsg_left .code{
  display:flex;
  align-items: center;
  width: calc(100% - 120px);
  height: 94px;
}
.zmsg_left .code .verify{
  height: 100%;
  width: 200px;
  background:#f3fbfe;
  display:flex;
  align-items: center;
  justify-content: center;
}
.zmsg_left .code>input{
  width: calc(100% - 200px);
}
.zmsg_left .code .verify img{
  max-height: 100%;
  max-width: 100%;
}

.zmsg_right{
  width: 55%;
  background:#fff;
}
.zmsg_right label{
  display:block;
  border-bottom: 2px solid #d4dce5;
  font-size: 1.8rem;
  color: #2b2b2b;
  font-weight: bold;
  width: 100%;
  line-height: 86px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:3vw;
}
.zmsg_right textarea{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:30px 3vw;
  font-size: 1.4rem;
  color: #525252;
  width: 100%;
  height: 260px;
}
#formData textarea::placeholder{
  font-size: 1.4rem;
  color: #525252;
}
.zmsg_right .submit{
  background:#e62129;
  width: 70%;
  line-height: 80px;
  margin:0 auto;
  display:block;
  position:relative;
  overflow:hidden;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
}
.zmsg_right .submit:before{
  background:#fac10d;
}
.zmsg_right .submit span{
  position:relative;
}

/*zprolist*/
.zbanner2{
  width: 100%;
}
.zbanner2>img{
  width: 100%;
}
.zprolistbg{
  margin-top: 3vw;
  margin-bottom: 3vw;
}
.zprolist a{
  display:flex;
  justify-content: space-between;
  align-items: center;
  float:left;
  width: 49.5%;
  height: 470px;
  margin-right: 1%;
  margin-bottom: 1vw;
  border-radius: 16px;
  position:relative;
  overflow:hidden;
  background:url("../image/prolistbg.png") no-repeat center/cover;
}
.zprolist a:nth-of-type(2n){
  margin-right: 0;
}
.zprolist a>b{
  display:flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  height: 100%;
}
.zprolist a>b>img{
  max-width: 100%;
  max-height: 100%;
}
.zprolist a>div{
  width: 35%;
  height: 260px;
}
.zprolist a>div>h3{
  font-size: 5rem;
  color: #2e2e2e;
  font-weight: bold;
}
.zprolist a>div>p{
  font-size: 1.8rem;
  color: #4f4f4f;
  margin-bottom: 10px;
}
.zprolist a>div>small{
  display:block;
  position:relative;
  overflow:hidden;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 4px;
  line-height: 36px;
  width: 92px;
  background:#e62129;
  text-align: center;
}
.zprolist a>div>small:before{
  background:#fac10d;
}
.zprolist a>div>small span{
  position:relative;
}
.bg-gray{
  background:#f1f1f1;
  padding: 3vw 0;
}
.zpt{
  padding-top: 98px;
}

.zgoodsinfo_top{
  display:flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.zg_top_l{
  width: 870px;
}
.zg_top_r{
  width: calc(97% - 870px);
}
.zg_top_r>p{
  font-size: 1.8rem;
  color: #515151;
}
.zg_top_r>h3{
  font-size: 4rem;
  color: #323232;
  margin-top: 10px;
  margin-bottom: 10px;
}
.zg_top_r>ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1vw;
  margin-bottom: 3vw;
}
.zg_top_r>ul li{
  width: 49.5%;
  display:flex;
  align-items: center;
  margin-top: 1.5vw;
}

.zg_top_r>ul li p{
  font-size: 1.8rem;
  color: #6e6e6e;
  margin-left: 10px;
}
.zg_top_r>a{
  display:block;
  position:relative;
  overflow:hidden;
  width: 142px;
  line-height: 60px;
  background:#e62129;
  text-align: center;
}
.zg_top_r>a:before{
  background:#fac10d;
}
.zg_top_r>a>span{
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  display:block;
  width: 100%;
  position:relative;
}



.swi_top{
  width: 100%;
  height: 547px;
  background:url(../image/proinfobg.jpg) no-repeat center/cover;
}
.swi_top b{
  display:block;
  width: 100%;
  height: 100%;
}
.swi_top b img{
  max-width: 61%;
  margin: 0 auto;
  height: 100%;
  object-fit: scale-down;
}
.swi_bom{
  width: 100%;
  height: 166px;
  margin-top: 18px;
}
.swi_bom b{
  display:block;
  width: 100%;
  height: 100%;
  border:1px solid #e2dede;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor:pointer;
}
.swi_bom .swiper-slide-thumb-active b{
  border:1px solid #8b8b8b;
}
.swi_bom img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.goodinfo_style{
  margin-bottom: 2vw;
}
.goodinfo_style img{
  max-width: 100%;
}
.goodinfo_style>div{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3.5vw;
}
.zg_tit{
  width: 100%;
}
.zg_tit>span{
  display:block;
  background:#e62129;
  width: 205px;
  line-height: 78px;
  font-size: 2.8rem;
  color: #ffffff;
  text-align: center;
}

.zg_tit_cs{
  font-size: 2.4rem;
  color: #4a4a4a;
  border-bottom: 2px solid #fdd100;
}
.zg_cshu ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zg_cshu ul li{
  width: 28%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #8a8888;
  margin-top: 1.5vw;
  padding-bottom: 10px;
}
.zg_cshu ul li p{
  font-size: 2rem;
  color: #4a4a4a;
}
.zg_cshu ul li>div:nth-of-type(2){text-align: right}
.zg_cshu ul li span{
  font-size: 2.2rem;
  color: #4a4a4a;
}


.flex02,
.flex03,
.flex06{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
  flex-wrap: wrap;
}
.flex02 li,
.flex03 li,
.flex06 li{
  background:#f1f1f1;
}
.flex02 li{
  width: 49%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.flex03 li{
  width: 32%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1vw;
}
.flex06 li{
  width: 16%;
}
.flex06 li>b{
  width: 100%;
  height: 320px;
}
.flex06 li>div{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
  height: 145px;
}
.flex06 li>div>small{
  font-size: 1.6rem;
  color: #656565;
  line-height: 27px;
}
.flex06 li>div>p{display:none;}
.flex02 b{
  width:60%;
  height: 340px;
}
.flex02 li>div{
  width: 37%;
}
.flex02 li>div>p{
  font-size: 2.8rem;
  color: #2c2c2c;
  font-weight: bold;
  margin-bottom: 10px;
}
.flex02 li>div>small{
  font-size: 1.6rem;
  line-height: 28px;
  color: #656565;
}
.flex03 b{
  width: 40%;
}
.flex03 li>div{
  width: 57%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 25px;
}
.flex03 li>div>p{
  font-size: 2rem;
  color: #2d2d2d;
  font-weight: bold;
  margin-bottom: 8px;
}
.flex03 li>div>small{
  font-size: 1.6rem;
  line-height: 27px;
  color: #5b5b5b;
  display:block;
}

.newsPage{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:15px 20px;
}
.newsPage a{
  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;
}
.newsPage a:hover{
  color: #e62129;
}

/*znewsinfo*/
.znewsinfo_left{
  float:left;
  background:#fff;
  width: calc(97% - 450px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
}
.znewsinfo_right{
  float:right;
  width: 450px;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
}

/*znews*/
.znewslist ul{
  margin-top: 4vw;
  margin-bottom: 4vw;
}
.znewslist ul li{
  float:left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right:1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.znewslist ul li:nth-of-type(1),
.znewslist ul li:nth-of-type(2),
.znewslist ul li:nth-of-type(3){
  border-top: none;
}
.znewslist ul li:nth-of-type(3n){
  margin-right: 0;
  border-right:none;
}


.news_style{
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw;
  width: 100%;
  height: 100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.news_style>span{
  display:block;
  font-size: 1.4rem;
  color: #e62129;
  border:1px solid #e62129;
  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:#e62129;
  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 p{
  font-size: 1.4rem;
  color: #999999;
  position:relative;
  overflow:hidden;
}
.news_style>div p:after{
  content:"";
  width:100%;
  height:1px;
  background:#e62129;
  position:absolute;
  left:0;
  bottom:0;
  transform-origin:100%;
  -webkit-transform-origin:100%;
  -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
  transition:transform .6s cubic-bezier(.4,0,.2,1);
  transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transform:scaleX(0);
  -webkit-transform:scaleX(0);
  visibility:hidden\9;
}
.news_style:hover>div p:after{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}

.news_style:hover>div p,
.news_style:hover>div small {
  color: #e62129;
}
.news_war{
  width: 100%;
  position:relative;
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  margin-top: 1.5vw;
}
.news_war .swiper-pagination{
  width: calc(96% - 134px);
  position:inherit;
  top:inherit;
  left:inherit;
  right:inherit;
  bottom:inherit;
}
.news_war .swiper-pagination {
  background: rgba(0, 0, 0, 0.1);
}
.news_war .swiper-pagination .swiper-pagination-progressbar-fill{
  background:#fff;
}
.news_btn{
  position:relative;
  width: 134px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.news_btn .swiper-button-prev,
.news_btn .swiper-button-next{
  width: 54px;
  height: 54px;
  position:inherit;
  top:inherit;
  margin-top: inherit;
  left:inherit;
  right:inherit;
  bottom:inherit;
  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;
}
.news_btn .swiper-button-prev:hover,
.news_btn .swiper-button-next:hover{
  background:#fff;
  background: -moz-linear-gradient(45deg, #e62129, #acdfff);
  background: -webkit-linear-gradient(45deg,#e62129,#acdfff);
  background: -o-linear-gradient(45deg, #e62129, #acdfff);
}
.news_btn .swiper-button-prev:after,
.news_btn .swiper-button-next:after{
  color: #e62129;
  font-weight: bold;
  font-size: 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;
}
.news_btn .swiper-button-prev:hover:after,
.news_btn .swiper-button-next:hover:after{
  color: #fff;
}

.news-detail-title ul{
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
}

.news-detail-title ul li{
  margin:0 10px;
  background:#ffeced;
  font-size: 1.3rem;
  color: #363636;
  padding:5px 10px;
}

.znewsinfo_right>h3{
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  font-size: 2.2rem;
  color: #333;
}
.znewsinfo_right a{
  display:block;
  width: 100%;
  margin-top: 1.5vw;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5vw;
}
.znewsinfo_right a>b{
  width: 100%;
  height: 14vw;
}
.znewsinfo_right a>h5{
  line-height: 45px;
  font-size: 1.8rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.znewsinfo_right a>small{
  font-size: 1.4rem;
  color: #666;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.znewsinfo_right a>div{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1vw;
}
.znewsinfo_right a>div>p{
  font-size: 1.4rem;
  color: #666;
}
.znewsinfo_right a>div>span{
  display:block;
  width: 130px;
  position:relative;
  overflow:hidden;
  text-align: center;
  background:#fac10d;
}
.znewsinfo_right a>div>span i{
  position:relative;
  line-height: 34px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}


/*ipad menu*/
.mmenu{
  margin-right:2%;
}
.mmenu,.mobile_head .close{
  width: 28px;
  height: 28px;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top:-6px;
  margin-left:15px;
}
.mmenu>div,.mobile_head .close>div{
  width: 100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mmenu>div i,.mobile_head .close>div>i{
  background:#424242;
  display:block;
  height: 2px;
  width:100%;
  margin-top:6px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 1;
  position: relative;
}
.menuchange>div .i2{
  opacity: 0;
}
.menuchange>div{
  width: 40px;
}
.menuchange .i1{
  top:8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center;
}
.menuchange .i3{
  top: -8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center;
}

/*mfoot*/
.m_foot{
 position:fixed;
  bottom:0;
  left:0;
  width: 100%;
  z-index: 1000;
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#e62129;
}
.m_foot>a{
  display:flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m_foot>a:first-of-type{
   border-right: 1px solid #fff;
}
.m_foot>a:last-of-type{
  border-left: 1px solid #fff;
}
.m_foot>a>img{
  max-height: 22px;
  margin-right: 5px;
}
.m_foot>a>span{
  color: #fff;
  font-size: 1.5rem;
}