<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zbanner{
  background-size:cover;
  background-repeat: no-repeat;
  background-position:center;
  height: 550px;
  display:flex;
  justify-content: center;
  align-items: center;
  position:relative;
  overflow:hidden;
}
.zban_text&gt;h3{
  text-align: center;
  color: #fff;
  font-size: 3.8rem;
  text-shadow: 2px 2px 5px #00000085;
}
.zban_text&gt;small{
  font-size: 1.4rem;
  color: #fff;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top:10px;
}
.zban_text&gt;small a{
  color: #fff;
  line-height: 19px;
  font-size: 1.4rem;
  margin:0 3px;
}

.zban_text&gt;small svg path{
  fill: white;
}
.zban_text&gt;small svg{
  width: 20px;
  height: 18px;
  margin-top: -3px;
}
.clearfix:after{
  display:block;
  content: '';
  clear: both;
}
.zban_list{
  background:#fff;
  border-bottom: 1px solid #eee;
  position:absolute;
  bottom:0;
}
.zban_list a{
  text-align: center;
  float:left;
  line-height: 62px;
  color: #666;
  font-size: 1.6rem;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right:1px solid #eee;
  transition: all 0.8s;
}
.zban_list a:last-of-type{
  border-right: none;
}

.zban_list a:hover,.zproban_list a:hover{
  background:#f1903e;
  color: #fff;
}

.zproban_list{
  display:flex;
  justify-content: center;
  background:#fff;
  border-bottom: 1px solid #eee;
  position:absolute;
  bottom:0;
}
.zproban_list a{
  text-align: center;
  line-height: 62px;
  color: #666;
  font-size: 1.6rem;
  min-width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  transition: all 0.8s;
  border-right:1px solid #eee;
}
.zproban_list a:last-of-type{
  border-right: none;
}

.ztitle{
  text-align: center;
}
.ztitle&gt;h3{
  font-size: 3.6rem;
  color: #000;
}
.ztitle&gt;b{
  display:block;
  margin:1vw auto;
  margin-bottom: 2.5vw;
  background:#f1903e;
  width: 42px;
  height: 4px;
}
/********************zcompany*****************/
.zcompany_cont1{
  margin-top:4vw;
  margin-bottom:6vw;
}
.zcompany_cont1&gt;small p{
  font-size: 1.6rem;
  color: #000;
  line-height: 25px;
}
.zcompany_cont1&gt;ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3vw;
}
.zcompany_cont1 ul li&gt;h3{
  font-weight: bold;
}
.zcompany_cont1 ul li&gt;h3 span{
  letter-spacing: -2px;
  font-size: 6rem;
  line-height: 50px;
  color: rgba(238,118,27,1);
  font-family: Impact;
}
.zcompany_cont1 ul li&gt;h3 sub{
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}
.zcompany_cont1 ul li&gt;p{
  font-size: 1.6rem;
  color: rgba(0,0,0,1);
  line-height: 25px;
  font-family: Arial;
  opacity: 0.8;
}
.zcompany_cont2{
  background:url("../images/cultruebg.jpg") no-repeat center;
  background-attachment: fixed;
  padding: 8vw 0;
}
.zcompany_cont2 .ztitle h3{
  color: #fff;
}
.zcompany_cont2 ul{
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5vw;
}
.zcompany_cont2 ul li{
  text-align: center;
}
.zcompany_cont2 ul li img{
  margin:0 auto;
}
.zcompany_cont2 ul li&gt;h4{
  color: #fff;
  font-size: 2.4rem;
  margin-bottom:15px;
}
.zcompany_cont2 ul li&gt;p{
  color: #fff;
  font-size: 1.6rem;
}
.zcompany_cont2 ul&gt;i{
  width: 1px;
  height: 187px;
  background: rgba(255, 255, 255, 0.31);
}
.zcompany_cont2 ul&gt;i:last-of-type{
  display:none;
}
.zcompany_cont3{
  padding:5vw 0;
}
.zcompany_cont3 video{
  width: 100%;
}

/*footer*/
.footer{
  background:#444140;
}
.fot_top{
  width: 96%;
  margin:0 auto;
  display:flex;
  justify-content: space-between;
  padding:5vw 0;
}
.fot_top ul{
  display:flex;
}
.fot_top ul li{
  margin-right:45px;
}
.fot_top ul li&gt;h3{
  position:relative;
  padding-top: 10px;
  line-height: 27px;
  margin-bottom: 1.5vw;
}
.fot_top ul li&gt;h3:before{
  width: 20px;
  height: 2px;
  background:#ee761b;
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:0;
}
.fot_top ul li&gt;h3 a{
  color: #fff;
  font-size: 1.8rem;
}
.fot_top ul li&gt;a{
  display:block;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  margin-top: 10px;
}
.fot_top ul li&gt;a:hover{
  color: #fff;
}
.fot_top ul li&gt;h2&gt;a{
  font-size: 3.4rem;
  font-family: Impact;
  color:#ee761b;
  margin-top: 5px;
}
.fot_top ul li&gt;small{
  margin-top: 5px;
}
.fot_top ul li&gt;small&gt;a,.fot_top ul li&gt;small{
  display:block;
  font-size: 1.4rem;
  color: #fff;
}
.fot_code{
  display:flex;
}
.fot_code&gt;div{
  text-align: center;
  margin-left:10px;
}
.fot_code&gt;div&gt;img{
  margin:0 auto;
  width: 82px;
}
.fot_code&gt;div&gt;p{
  color: #fff;
  margin-top: 10px;
  font-size: 1.4rem;
}
.fot_bom{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.fot_bom&gt;div{
  margin:0 auto;
  width: 96%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.fot_bom&gt;div p,.fot_bom&gt;div 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;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.fot_bom&gt;div a:hover{
  color: #fff;
}

/******************zhistory**********************/
.zhistory{
  padding:5vw 0;
}
.zhistory ul{
  position:relative;
}
.zhistory ul:before{
  display:block;
  content: '';
  position:absolute;
  left:calc(50% - 0.5px);
  top:0;
  width:1px;
  height: 100%;
  background:#d6d6d6;
}
.zhistory ul:after{
  display:block;
  content: '';
  position:absolute;
  top:-13px;
  left:calc(50% - 14px);
  background:#ee761b;
  border-radius: 50%;
  border:4px solid #fff;
  width: 28px;
  height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zhistory ul li{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zhistory ul li&gt;div{width: 50%; -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}
.his_text&gt;h3{
  color: #ee761b;
  font-size: 3.2rem;
  font-family: Impact;
  margin-bottom:1.5vw;
  position:relative;
}
.his_text&gt;small{
  font-size: 1.6rem;
  color: #333;
}
.zhistory ul li&gt;b{
  width: 50%;
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zhistory ul li&gt;b img{
  max-width: 100%;
}
.zhistory ul li:nth-of-type(even)&gt;div{order: 2;
  padding-left:5%;
}
.zhistory ul li:nth-of-type(even)&gt;b{order: 1;
  padding-right:5%;
}
.zhistory ul li&gt;div:after{
  display:block;
  content: '';
  background:#ee761b;
  border-radius: 50%;
  border:4px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  position:absolute;
  top:13px;
}
.zhistory ul li:nth-of-type(even)&gt;div:after{
  left:-12px;
}
.zhistory ul li:nth-of-type(odd)&gt;div:after{
  right:-12px;
}
.zhistory ul li:nth-of-type(odd)&gt;div{
  padding-right:5%;
  text-align: right;
}
.zhistory ul li:nth-of-type(odd)&gt;b{
  padding-left:5%;
}

.container{
  width: 96%;
  margin:0 auto;
  max-width: 1364.55px;
}

/***************zhonor*******************/
.zhonor_cont1&gt;ul{
  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3vw;
}
.zhonor_cont1&gt;ul li{
  font-size: 1.8rem;
  color: #333;
  margin:0 5vw;
}
.zhonor_c1_cont&gt;div{
  width: 24%;
  height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right:1.3%;
  margin-bottom: 1.3vw;
  float:left;
  text-align: center;
  background: #fff;
  padding: 3vw 2vw;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.15);
  border-radius: 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;
  transform: translateY(0);
}
.zhonor_c1_cont&gt;div:hover{
  transform: translateY(-20px);
}
.zhonor_c1_cont&gt;div:nth-of-type(4n){
  margin-right: 0;
}
.zhonor_c1_cont&gt;div&gt;p{
  font-size: 1.6rem;
  color: #333;
}
.zhonor_c1_cont&gt;div&gt;h4{
  font-size: 2.4rem;
  color: #ee761b;
  margin:8px 0;
}
.zhonor_c1_cont&gt;div&gt;small{
  font-size: 1.4rem;
  color: #999;
}
.zhonor_list ul li{
  float:left;
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 1.3vw;
}
.zhonor_list ul li:nth-of-type(4n){
  margin-right: 0;
}
.zhonor_list ul li a{
  display:block;
  width: 100%;
}
.zhonor_list ul li a b{
  display:block;
  width: 100%;
  height: 12vw;
  position:relative;
  overflow:hidden;
}
.zhonor_list ul li a b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zhonor_list ul li a p{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
  line-height: 75px;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  background:#f5f5f5;
}





/************join*****************/

.zjoin_con1{
  padding:5vw 0;
}
.zjoin_tit{
  margin-bottom: 3vw;
}
.zjoin_tit b{
  margin-bottom: 1vw;
}
.zjoin_tit small{
  text-align: center;
  font-size: 1.6rem;
  color: #000;
}

.zjoin_con1 ul li{
  display:flex;
  justify-content: space-between;
  align-items: center;
  border:1px solid #eee;
  margin-bottom: 3vw;
}

.zjoin_con1 ul li&gt;b{
  height: 350px;
  display:block;
  width:40%;
}
.zjoin_con1 ul li&gt;b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zjoin_con1 ul li&gt;div{
  width:60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 7%;
}
.zjoin_con1 ul li&gt;div h4{
  font-size: 2.8rem;
  color: #000;
}
.zjoin_con1 ul li&gt;div small{
  display:block;
  margin-top: 1.5vw;
  line-height: 35px;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.6);
}
.zjoin_con1 ul li:nth-of-type(2)&gt;b{
  order:3;
}
.zjoin_con1 ul li:nth-of-type(2)&gt;div{
  order:2;
}

.zjoin_cont2{
  position:relative;
  overflow:hidden;
  width:100%;
  padding-bottom:40px;
}
.zjoin_btn{
  position:absolute;
  bottom:0;
  left:2%;
  display:flex;
  align-items: center;
  width: 100%;
}
.zjoin_btn .swiper-pagination-custom{
  width: initial;
  padding:0 15px;
  line-height:20px;
  background:#333;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 25px;
  margin-left: 10px;
}
.zjoin_btn .swiper-button-prev,.zjoin_btn .swiper-button-next,.zjoin_btn .swiper-scrollbar,.zjoin_btn .swiper-pagination-custom{
  position:relative;
  left:initial;
  top:initial;
  right:initial;
  bottom:initial;
  margin-top: initial;
}
.zjoin_btn .swiper-button-prev:after,.zjoin_btn .swiper-button-next:after{
  color: #000;
  font-size: 16px;
}

.swiper-join2{
  width: 100%;
  height: 500px;
}
.swiper-join2 .swiper-slide {
  transform: scale(0.8);
  -webkit-transition: 400ms 0s all linear;
  -moz-transition: 400ms 0s all linear;
  -ms-transition: 400ms 0s all linear;
  -o-transition: 400ms 0s all linear;
  transition: 400ms 0s all linear;
}
.swiper-join2 .swiper-slide-active,.swiper-join2 .swiper-slide-duplicate-active{
  transform: scale(1);
}

.swiper-join2 .swiper-slide a{
  width:100%;
  height: 100%;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items: center;
  justify-content: center;
}
.swiper-join2 .swiper-slide a&gt;img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position:absolute;
  left:0;
}
.swiper-join2 .swiper-slide a&gt;span{
  display:flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  position:relative;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -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: rotate(-220deg);
  -moz-transform: rotate(-220deg);
  -ms-transform: rotate(-220deg);
  -o-transform: rotate(-220deg);
  transform: rotate(-220deg);
}
.swiper-join2 .swiper-slide a:hover&gt;span{
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.swiper-join2 .swiper-slide a&gt;span svg{
  width: 38px;
}
.swiper-join2 .swiper-slide a&gt;span svg path{
  fill: #fff;
  font-size: 16px;
}

.zjoin_btn .swiper-scrollbar{
  position:relative;
  width: 100px;
  height: 2px;
}

.zjoin_link{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zjoin_link a{
  display:block;
  width: 20%;
}
.zjoin_link a&gt;b{
  display:block;
  width:100%;
  box-shadow: 0 0 10px #ddd;
  position:relative;
  overflow:hidden;
  margin-bottom: 2vw;
  border-radius: 10px;
}
.zjoin_link a&gt;b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zjoin_link a&gt;p{
  background:#ee761b;
}

.zjoin_text{
  text-align: center;
  font-size: 2.6rem;
  color: rgba(48, 48, 48, 0.69);
  line-height: 43px;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.zbanner_join .warpper&gt;h3{
  text-align: left;
  color: #fff;
  font-size: 2rem;
  position:relative;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  line-height: 35px;
}
.zbanner_join .warpper&gt;h3:after{
  display:block;
  content: '';
  background:#ee761b;
  position:absolute;
  left:0;
  bottom:0;
  width: 42px;
  height: 3px;
}
.zbanner_join .warpper a{
  margin-left: 0;
}


























.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 .de-news-list {
  overflow: hidden;
  min-height: 644px;
  padding: 5px;
}
.common-inner .inner-right .de-news-list ul li {
  padding: 20px 15px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-news-list ul li a {
  display: block;
}
.common-inner .inner-right .de-news-list ul li .img {
  float: left;
  width: 175px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  font-size: 0;
}
.common-inner .inner-right .de-news-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .de-news-list ul li .box {
  float: right;
  width: 640px;
  font-size: 14px;
}
.common-inner .inner-right .de-news-list ul li .box h4 {
  color: #323232;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.common-inner .inner-right .de-news-list ul li .box p {
  color: #595959;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 15px 0 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.common-inner .inner-right .de-news-list ul li .box .time {
  color: #999999;
  line-height: 1.1;
}
.common-inner .inner-right .de-news-list ul li .box .time span {
  display: block;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
.common-inner .inner-right .de-news-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-news-list ul li:hover .time span {
  color: #ee761b;
}
.common-inner .inner-right .news-detail-content {
  padding: 0 18px;
}
.common-inner .inner-right .news-detail-content .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .h3 {
  font-size: 18px;
  color: #323232;
  line-height: 24px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .b {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
}
.common-inner .inner-right .news-detail-content .news-detail {
  padding: 0 12px 30px;
}
.common-inner .inner-right .news-detail-content .news-detail p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}
.common-inner .inner-right .news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.common-inner .inner-right .news-detail-content .newsPage {
  padding: 0 12px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.common-inner .inner-right .news-detail-content .newsPage a {
  color: #323232;
}
.common-inner .inner-right .news-detail-content .newsPage a:hover {
  color: #ee761b;
}
.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: #ee761b;
  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: #ee761b;
  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: #ee761b;
  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: #ee761b;
  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: #ee761b;
}
.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: #ee761b;
  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: #ee761b;
  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;
}
.common-inner .inner-right .de-contact {
  overflow: hidden;
}
.common-inner .inner-right .de-contact .contact-list {
  overflow: hidden;
  margin: 25px 0 35px;
}
.common-inner .inner-right .de-contact .contact-list ul li {
  min-height: 28px;
  padding-left: 50px;
  float: left;
  width: 365px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  padding-top: 8px;
  margin-bottom: 14px;
  word-wrap: break-word;
}
.common-inner .inner-right .de-contact .contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-01 {
  background: url(../images/contact-icon-01.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-02 {
  background: url(../images/contact-icon-02.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-03 {
  background: url(../images/contact-icon-03.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-04 {
  background: url(../images/contact-icon-04.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-05 {
  background: url(../images/contact-icon-05.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-06 {
  background: url(../images/contact-icon-06.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-map {
  overflow: hidden;
}
#dituContent {
  width: 100%;
  height: 450px;
  margin-bottom:5vw;
}
.inner-contact {
  width: 260px;
  margin-top: 18px;
}
.inner-contact .title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.inner-contact .title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.inner-contact .title em {
  font-size: 13px;
  color: #728dbc;
}
.inner-contact .contact-box {
  min-height: 180px;
  border: 1px solid #ededed;
  border-top: none;
  background: #fff;
  padding: 20px 20px 10px;
  padding-right: 5px;
}
.inner-contact .contact-box .contact-item {
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.inner-contact .contact-box .contact-item .act {
  float: left;
  width: 60px;
  margin-left: -60px;
  color: #808080;
}
.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: #ee761b;
  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;
}
.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;
  margin-right: 25px;
}
.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: #333333;
  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: #ee761b;
  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 {
  float: left;
  width: 260px;
}

.prodect-Info .info-center .infoCenter-right {
  float: right;
  width: 870px;
  background: #fff;
  padding: 0 25px;
  min-height: 800px;
}
.prodect-Info .info-center .infoCenter-right .center-title {
  font-weight: bold;
  font-size: 18px;
  color: #0058b1;
  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%;
}
.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;
}
.prodect-Info .info-center .infoCenter-right .newsPage a {
  color: #323232;
}
.prodect-Info .info-center .infoCenter-right .newsPage a:hover {
  color: #ee761b;
}
#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: #ee761b;
  background: #ee761b;
}
.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;
}


/****************partnaer***************/
.zpartner{
  padding:5vw 0;
}
.zpartner .ztitle&gt;p{
  color: #ee761b;
  text-align: center;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 1.5vw;
}
.zpartner .ztitle&gt;p span{
  font-size: 25rem;
  display: inline-block;
  line-height: 190px;
}
.zpartner .ztitle&gt;p sub{
  font-size: 20rem;
  display: inline-block;
  line-height: 100px;
  vertical-align: bottom;
}
.zpartner .ztitle&gt;small{
  text-align: center;
  display:block;
  color: #000;
  font-size: 2.4rem;
}
.zpartner_cont {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding:5vw 0;
}
.warpper2{
  max-width: 1481px;
  margin:0 auto;
}
.zpartner_cont .warpper2{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zpartner_cont ul{
  width: 49%;
}
.zpartner_cont ul li{
  width: 100%;
}
.par_tit{
  display:flex;
  align-items: center;
  width: 100%;
  margin-bottom: 2vw;
}
.par_tit&gt;p{
  color: #212529;
  font-size: 2.8rem;
  margin-left:20px;
}
.par_cont{
  margin-bottom: 4vw;
}
.par_cont b{
  float:left;
  display:block;
  width: 15%;
  margin-right: 1.25%;
  margin-bottom: 0.5vw;
  height: 80px;
  border:1px solid #e8e8e8;
  padding:0 10px;
}
.par_cont b:nth-of-type(5n){
  margin-right: 0;
}
.par_cont b&gt;img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}


/******************zproducts*******************/
.zproducts{
  padding:5vw 0;
}
.zproducts a{
  float:left;
  width: 49%;
  height: 25vw;
  display:block;
  margin-bottom: 1.5vw;
  position:relative;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zproducts a:nth-of-type(even){
  float:right;
}
.zproducts a img{
  position:absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 400ms 0s all linear;
  -moz-transition: 400ms 0s all linear;
  -ms-transition: 400ms 0s all linear;
  -o-transition: 400ms 0s all linear;
  transition: 400ms 0s all linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.zproducts a:hover 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);
  opacity: 0.7;
}
.zproducts a p{
  width: 90%;
  position:absolute;
  left:5%;
  bottom:5vh;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  line-height: 90px;
  color: #fff;
  font-size: 3.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.63);
}
.protype_cont1{
  padding:5vw 0;
}
.protype_list a .btn_style{
  background-color:#ee761b;
}
.protype_list a p{
  font-size: 3.6rem;
  color: #333333;
}
.protype_list a small{
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.6);
  display:block;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.protype_list a{
  display:block;
  margin-bottom: 2vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2vw;
  padding-bottom: 4vw;
}
.protype_c1_list a&gt;p{
  text-align: center;
}
.protype_c1_list a&gt;small{
  text-align: center;
  max-width: 80%;
  margin:1.5vw auto;
}
.protype_c1_list&gt;a&gt;img{
  max-width: 100%;
  margin:0 auto;
  margin-top: 2vw;
}
.protype_c2_list a{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.protype_c2_list a&gt;b{
  display:block;
  width: 47.5%;
  height: 25vw;
  position:relative;
  overflow:hidden;
}
.protype_c2_list a&gt;b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.protype_c2_list a&gt;div{
  width: 48%;
}
.protype_c2_list a&gt;div&gt;small{
  margin-top: 1vw;
  margin-bottom: 2vw;
}
.protype_c2_list a&gt;div .btn_style{
  margin-left: 0;
}

.zprolist_warp{
  padding:5vw 0;
}
.pro-sider{
  float:left;
  width: 245px;
}
.zprolist{
  float:right;
  width: calc(96% - 245px);
 }
.pro-sider&gt;h3{
  width: 100%;
  background-color:#404040;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:30px;
  padding-bottom: 40px;
  border-radius: 20px 0 0 0;
  font-size: 2.8rem;
  color: #fff;
  position:relative;
}
.pro-sider&gt;h3:after{
  display:block;
  content: '';
  background:#fff;
  position:absolute;
  left:30px;
  bottom:30px;
  width:20px;
  height: 2px;
}
.pro-sider-ul{
  background:#f5f5f5;
}
.pro-sider-ul a{
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:15px;
  font-size: 1.5rem;
  color: #333;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro-sider-ul a:hover,.pro-sider-ul a.hight_linght{
  color: #fff;
  background:#f1903e;
}
.zprolist_crumbs{
  display:flex;
  align-items: center;
  color: #6c757d;
  font-size: 1.4rem;
  width:100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.zprolist_crumbs svg{
  width: 12px;
  height: 12px;
}
.zprolist_crumbs svg path{
  fill: #6c757d;
}
.zprolist_crumbs a{
  color: #6c757d;
  font-size: 1.4rem;
  margin:0 5px;
}
.zprolist_cont ul li{
  width: 100%;
}
.zprolist_cont ul li a{
  width: 100%;
  display:flex;
  justify-content: space-between;
}
.zprolist_cont ul li a&gt;b{
  display:block;
  width: 46%;
  height: 23vw;
  position:relative;
  overflow:hidden;
}
.zprolist_cont ul li a&gt;b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zprolist_cont ul li a&gt;div{
  width: 50%;
}
.zprolist_cont ul li a&gt;div&gt;h3{
  color: #333333;
  font-size: 3.4rem;
  margin-top:4vw;
}
.zprolist_cont ul li a&gt;div&gt;small{
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display-radio: -webkit-box;
  font-size: 1.4rem;
  color: #919191;
  line-height: 25px;
  margin-bottom: 20px;
}

/******zproinfo******/
.zproinfo .zprolist_crumbs{
  padding:30px 0;
}

.zproinfo_cont01{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding:3vw 0;
  border-bottom: 1px solid #ddd;
}
.zproinfo_cont01&gt;h3{
  color: #222;
  font-size: 3.6rem;
}
.zproinfo_cont01&gt;div{
  display:flex;
  align-items: center;
  justify-content: flex-end;
}
.zproinfo_cont01&gt;div a:last-of-type{
  margin-left: 20px;
}
.zproinfo_cont01&gt;div a:last-of-type:hover{
  border:1px solid #444140;
}
.zproinfo_cont2{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:3vw 0;
}
.zproinfo_c2_swiper{
  display:block;
  width:47%;
  height: 24vw;
  position:relative;
  overflow:hidden;
}
.swiper-proc2{
  width: 100%;
  height: 100%;
}
.zproinfo_c2_swiper .swiper-slide{
  width: 100%;
  height: 100%;
  position:relative;
  overflow:hidden;
}
.zproinfo_c2_swiper img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zproinfo_c2_swiper .swiper-button-next:after,.zproinfo_c2_swiper .swiper-button-prev:after{
  color: #fff;
  font-size: 15px;
}
.zproinfo_c2_swiper .swiper-button-next,.zproinfo_c2_swiper .swiper-button-prev {
  border-radius: 50%;
  width:40px;
  height: 40px;
  background:#242424;
}

.zproinfo_c2_text{
  width: 49%;
}
.zproinfo_c2_text&gt;h2{
  font-size: 2.8rem;
  color: #222;
  position:relative;
  padding-bottom: 1vw;
}
.zproinfo_c2_text&gt;h2:after{
  display:block;
  content: '';
  width: 42px;
  height: 3px;
  background:#ee761b;
  position:absolute;
  left:0;
  bottom:0;
}
.zproinfo_c2_text&gt;small{
  display:block;
  margin-top: 1vw;
  margin-bottom: 2vw;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.7);
}





.zproinfo_cont3&gt;h3 {
  font-weight: bold;
  background: #7a7a7a;
  font-size: 1.8rem;
  color: #fff;
  line-height: 63px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom:1.5vw;
}
.zproinfo_cont3&gt;small{
  font-size: 1.6rem;
  color: #878787;
  line-height: 1.8;
  padding:3vw 0;
  display:block;
}
.zproinfo_cont3&gt;small table{
  width: 100%!important;
}
.zproinfo_cont3&gt;small table td{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px 10px;
}
.zproinfo_cont3&gt;h6{
  font-size: 1.4rem;
  color: #666666;
  margin-bottom: 4vw;
}

.propage{
  font-size: 1.4rem;
  color: #666666;
  margin-bottom: 3vw;
}
.propage a{
  font-size: 1.4rem;
  color: #666666;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.propage a:hover{
  color: #ee761b;
}


/*********pro-msg**********/
#zproform&gt;p{
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.5);
  position:relative;
  margin-bottom: 10px;
}
#zproform&gt;p::after{
  color: red;
  content: "*";
  vertical-align: middle;
  font-size: 14px;
  line-height: 100%;
  top: 0;
  padding-left: 0;
  position: relative;
  font-weight: 500;
}

.selec_chose{
  width: 100%;
  position: relative;
  cursor: pointer;
  height: 48px;
  border: 2px solid #ced4da;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
}
.sele_top&gt;ul&gt;i{
  color: #999999;
  font-size: 1.6rem;
  display:block;
  line-height: 44px;
  height: 44px;
  position:absolute;
  left:0;
  top:0;
  width:100%;
}
.sele_top{
  height: 100%;
  width: 100%;
  background: url("../images/downicon.png") no-repeat right center;
}
.sele_top ul{
  display:flex;
  align-items: center;
  height: 100%;
  position:relative;
}
.sele_top ul li{
  position:relative;
  z-index: 100;
  display:none;
  align-items: center;
  background: #edf0f3;
  color: #92969c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 5px;
  margin-right:5px;
  border-radius: 5px;
  font-size: 1.4rem;
}
.sele_top ul li.chosein{
  display:flex;
}
.sele_top ul li b{
  background:url("../images/close.png") no-repeat center;
  background-size:auto 100%;
  display:block;
  width: 13px;
  height: 12px;
}

.sele_bom{
  display:none;
  position:absolute;
  left: -2px;
  top: calc(100% + 2px);
  width: calc(100% + 2px);
  background:#fff;
  border: 1px solid #ccc;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
}
.sele_bom ul{
  overflow-y: auto;
  width: 100%;
}
.sele_bom li{
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 30px;
  color: #212529;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  font-size: 1.4rem;
}
.sele_bom li:hover{
  color: #409eff;
  background: #f3f6f9;
}
.sele_bom li.active{
  color: #409eff;
}


#zproform&gt;input,#zproform&gt;textarea{
  border: 2px solid #ced4da;
  background: #fff;
  width: 100%;
  line-height: 48px;
  margin-top:1vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  color: #999;
  font-size: 1.6rem;
}
#zproform&gt;textarea{
  display:block;
  overflow:hidden;
  height: 80px;
  color: #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:15px;
  line-height: 25px;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
#zproform .code{
  border: 2px solid #ced4da;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
#zproform .code input{
  color: #999;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 48px;
  padding:0 15px;
  width: calc(100% - 167px);
}
#zproform .code .verify{
  height: 48px;
  width: 167px;
  position:relative;
  overflow:hidden;
  background:#f3fbfe;
}
#zproform .code .verify img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
#zproform .submit{
  background:#ee761b;
  width: 276px;
  margin-top: 2vw;
  margin-bottom:6vw;
}
#zproform .submit span{
  text-align: center;
  background-image:none;
}



/***********zcontact***********/
.zcontact_cont1{
  padding-top: 5vw;
}
.zcontact_cont1 .warpper2{
  display:flex;
  justify-content: space-between;
  margin-bottom: 5vw;
}
.zcontact_c1_left{
  width: 35%;
  margin-top: 5vw;
}
.zcontact_c1_left&gt;div{
  display:flex;
  align-items: center;
  margin-bottom: 2vw;
}
.zcontact_c1_left&gt;div&gt;div{
  margin-left: 20px;
}
.zcontact_c1_left&gt;div&gt;div&gt;p{
  font-size: 1.8rem;
  color: #333333;
}
.zcontact_c1_left&gt;div&gt;div&gt;h3{
  font-size: 3.8rem;
  color: #ee761b;
  font-family: Impact;
  font-weight: normal;
  line-height: 35px;
}
.zcontact_c1_left ul li{
  display:flex;
  align-items: center;
  border-top: 1px solid #eee;
  padding:2vw 0;
}
.zcontact_c1_left ul li svg{
  width: 33px;
  height: 33px;
}
.zcontact_c1_left ul li svg path{
  fill:#ee761b;
}
.zcontact_c1_left ul li div{
  margin-left:25px;
}
.zcontact_c1_left ul li div&gt;p{
  font-size: 1.6rem;
  color: rgba(51, 51, 51, 0.7);
}
.zcontact_c1_left ul li div&gt;small{
  font-size: 1.4rem;
  color: #000;
}
.zcontact_c1_right{
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw 4%;
  box-shadow: 0 0 10px #ddd;
}
.zcontact_c1_right #zproform .submit{
  margin-bottom: 0;
}


/************znews*********/
.znews_cont1{
  width: 100%;
  box-shadow: 0 0 10px transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  margin:4vw 0;
}
.znews_cont1:hover{
  box-shadow: 0 0 10px #ddd;
}
.znews_cont1 a{
  width: 70%;
  margin:0 auto;
}
.znews_cont2 a{
  float:left;
  width:32%;
  margin-right: 2%;
  margin-bottom: 2vw;
}
.znews_cont2 a:nth-of-type(3n){
  margin-right: 0;
}

.znews_style a{
  display:block;
}
.znews_style a&gt;b{
  display:block;
  width:100%;
  height: 17vw;
}
.znews_style a&gt;b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znews_style a:hover&gt;b img{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.znews_style a&gt;p{
  font-size: 1.4rem;
  color: #9b9b9b;
  margin-top: 1.5vw;
  margin-bottom: 1vw;
}
.znews_style a&gt;h4{
  font-size: 1.8rem;
  color: #292929;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.znews_style a&gt;small{
  font-size: 1.4rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 42px;
  margin:1vw 0;
}
.znews_style a&gt;div{
  margin-left:0;
  background:#a1a1a1
}
.znews_cont1 a&gt;b{
  height: 28vw;
}

.znews_cont1 a&gt;p {
  font-size: 1.5rem;
}
.znews_cont1 a&gt;h4{
  font-size: 2.8rem;
}
.znews_cont1 a&gt;small{
  font-size: 1.6rem;
}

.znewsinfobg{
  display:flex;
  justify-content: space-between;
  padding:5vw 0;
}
.znewsinfo_left{
  width: calc(96% - 345px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 10px #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw;
}
.znewsinfo_right{
  width:345px;
}
.znewsinfo_left&gt;h3{
  font-size: 3.6rem;
  color: #333333;
  font-weight: normal;
}
.znewsinfo_left&gt;p{
  font-size: 1.2rem;
  color: #a8abb2;
  margin-bottom: 2vw;
  margin-top: 1vw;
}
.znewsinfo_left&gt;small{
  font-size: 1.6rem;
  color: #333;
  line-height: 35px;
}
.znewsinfo_left&gt;small img{
  max-width: 100%!important;
  margin:0 auto;
  display:block;
}
.znewsinfo_right&gt;h3{
  position:relative;
  font-size: 2.4rem;
  color: #000;
  padding-left:35px;
  line-height: 29px;
  margin-bottom: 2vw;
}
.znewsinfo_right&gt;h3:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:0;
  height: 100%;
  background:#ee761b;
  width:4px;
}
.znewsinfo_r_ul a{
  border-bottom: 1px solid #eee;
  display:block;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
.znewsinfo_r_ul a&gt;h6{
  font-size: 1.8rem;
  color: #000;
  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;
}
.znewsinfo_r_ul a:hover&gt;h6{
  color: #ee761b;
}
.znewsinfo_r_ul a&gt;p{
  font-size: 1.4rem;
  color: #000;
  margin:0.5vw 0;
}
.znewsinfo_r_ul a&gt;small{
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 35px;
}

.zsearch{
  padding:5vw 0;
}
.zsearch form{
  margin:0 auto;
  background:#ececec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 700px;
}
.zsearch form&gt;input[name=keyword]{
  width: calc(100% - 98px);
  line-height: 36px;
  background:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
}
.zsearch form&gt;input[type=submit]{
  width: 98px;
  line-height: 36px;
  background:#ee761b;
  font-size: 1.4rem;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
}


/*************zsearch-res*****************/
.zsearch_res ul li{
  width: 49%;
  margin-bottom: 2vw;
  float:left;
}
.zsearch_res ul li:nth-of-type(even){
  float:right;
}
.zsearch_res ul li a{
  display:block;
  width:100%;
}
.zsearch_res ul li a b{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:block;
  width:100%;
  height: 297px;
  position:relative;
  overflow:hidden;
  border:1px solid #eee;
}
.zsearch_res ul li a b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zsearch_res ul li a&gt;div h3{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 2.8rem;
  color: #333333;
  margin-top: 1vw;
  margin-bottom: 0.8vw;
}
.zsearch_res ul li a&gt;div small{
  font-size: 1.6rem;
  height: 48px;
  color: #666666;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1vw;
}
.zsearch_res ul li a&gt;div p{
  margin-left: 0;
  background:#ddd;

}


/************GLOBAL********/
.zglobal_cont1{
  padding:5vw 0;
}
.zglobal_cont1 ul{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zglobal_cont1 ul li{
  padding:1.5vw 0;
  border-bottom: 1px solid #eee;
  width: 48%;
}
.zglobal_cont1 ul li p{
  font-size: 1.8rem;
  color: #333;
}
.zglobal_cont1 ul li small {
  font-size: 1.6rem;
  color: rgba(51, 51, 51, 0.6);
  display:block;
  margin-bottom: 10px;
}



/*ipad menu*/
.mmenu{
  margin-right:2%;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  width: 45px;
  height: 45px;
}
#headfix .mmenu{
  background:#e5e5e5;
}
.mobile_head .close{
  width: 28px;
  height: 28px;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top:-6px;
  margin-left:15px;
}
.mmenu&gt;div,.mobile_head .close&gt;div{
  width: 17px;
  -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&gt;div i,.mobile_head .close&gt;div&gt;i{
  background:#fff;
  display:block;
  height: 2px;
  width:100%;
  margin-top:3px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 1;
  position: relative;
}
#headfix .mmenu&gt;div i,#headfix .mobile_head .close&gt;div&gt;i{
  background:#ee761b;
}
.mmenu&gt;div i.i1{
  margin-top: 0;
}
.menuchange&gt;div .i2{
  opacity: 0;
}
.menuchange&gt;div{
  width: 16px;
}
.menuchange .i1{
  top:5px;
  -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: -5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center;
}

.mnavbar{
  position:fixed;
  left:0;
  top:78px;
  height:calc(100% - 78px);
  width: 100%;
  background:#fbfbfb;
  z-index: 10000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y:auto;
  display:none;
  padding:15px;
}
.mnavbar li{
  width: 100%;
  line-height: 60px;
  padding:0 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #f0f0f0;
}

.mnavbar li a{color: #333;
  font-size: 1.5rem;}
.mnavbar li.mousein{
  background:#f7f9fa;
}


.mnav_top{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.mnav_top&gt;svg{
  transition: 0.5s;
  width: 40px;
  height: 20px;
}

.mnav_top&gt;svg path{
  fill: #727272;
  height: 12px;
}
.mnav_bom{
  display:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px 25px;
}
.mnavbar .mnav_bom a{
  display:block;
  line-height: 30px;
  font-size: 1.5rem;
  color: #8b8989;
}</pre></body></html>