.zbanner{
  overflow: hidden;
  display:flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400px;
  background-size:cover!important;
}
.zbanner h3 {
  font-size: 4.4rem;
  color: #fff;
  text-align: center;
}
.zbanner small {
  display:block;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

/*crumbs*/
.rig-title{
  background:#f6f6f6;
  margin-bottom: 4vw;
}
.rig-title .crumbs{
  line-height: 60px;
}

.crumbs_right{
  padding-left:80px;
  background:url("../images/home.png") no-repeat left center;
  font-size: 1.4rem;
  color: #3e3e3e;
}
.rig-title .crumbs a{
  font-size: 1.4rem;
  color: #3e3e3e;
}


.ztitle{
  padding-bottom: 2vw;
}
.ztitle h3{
  font-size: 3.6rem;
  color: #2c2c2c;
  text-align: center;
}
.ztitle b{
  display:block;
  width:42px;
  height: 2px;
  background:#39a634;
  margin:15px auto;
}
.ztitle small{
  display:block;
  font-size: 2rem;
  color: #747474;
  text-align: center;
}

/*zcase*/
.zcaselist li{
  float:left;
  margin-bottom: 2vw;
  width:49%;
  height: 23vw;
  position:relative;
  overflow:hidden;
}
.zcaselist li:nth-of-type(2n){
  float:right;
}
.zcaselist li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zcaselist li a>i{
  position:absolute;
  left:0;
  top:0;
  display:block;
  width:100%;
  height: 100%;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(90deg,rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}
.zcaselist li a:hover>i {
  background: -moz-linear-gradient(90deg, rgba(57, 166, 52, 0.7), rgba(57, 166, 52, 0));
  background: -webkit-linear-gradient(90deg,rgba(57, 166, 52, 0.7), rgba(57, 166, 52, 0));
  background: -o-linear-gradient(90deg, rgba(57, 166, 52, 0.7), rgba(57, 166, 52, 0));
}
.zcase_text{
  position:absolute;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw 2.5vw;
  bottom:0;
  left:0;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}
.zcaselist li a:hover .zcase_text{
  padding:3vw;
}

.zcase_text>h4{
  font-size: 3rem;
  color: #fff;
}
.zcase_text>p{
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
}
.zcase_text>small{
  display:block;
  margin-top: 10px;
  width: 70%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.7rem;
}

/*zcompany*/
.zcomcont1{
  padding:4vw 0;
  overflow:hidden;
}
.zcomcont1>h3{
  font-size: 2.6rem;
  color: #3e3e3e;
  text-align: center;
}
.zcomcont1>b{
  display:block;
  width: 40px;
  height: 2px;
  margin:10px auto;
  background:#000000;
}
.zcomcont1>h2{
  font-size: 4.2rem;
  color: #39a634;
  text-align: center;
}
.zcomcont1>p{
  font-size: 1.4rem;
  color: #969696;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2vw;
}
.zcomcont1>small{
  display:block;
  font-size: 1.6rem;
  color: #585858;
  line-height: 3.4rem;
}
.zcomcont1>ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
.zcomcont1>ul li{
  text-align: center;
}
.zcomcont1>ul li img{
  margin:0 auto;
  height: 43px;
}
.zcomcont1>ul li h4{
  font-size: 2.4rem;
  color: #313131;
  line-height: 6rem;
}
.zcomcont1>ul li small{
  font-size: 1.6rem;
  color: #5d5d5d;
}

.zcomcont1>ul i{
  width:2px;
  height: 160px;
  background:#e1e1e1;
  display:block;
}
.zcomcont1>ul i:last-of-type{
  display:none;
}
.swiper-workshop{
  width: 100%;
}
.swiper-workshop .swiper-slide a{
  display:block;
  width:100%;
  height: 20vw;
  position:relative;
  overflow:hidden;
}
.swiper-workshop .swiper-slide a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zcomcont2{
  padding:3vw 0;
  background:#eeeeee;
}
.zcomcont2 ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zcomcont2 ul li{
  width:32%;
  height: 12vw;
  margin-bottom: 2vw;
}
.zcomcont2 ul li:first-of-type{background:url("../images/advbg01.jpg") no-repeat center;background-size:cover;}
.zcomcont2 ul li:nth-of-type(2){background:url("../images/advbg02.jpg") no-repeat center;background-size:cover;}
.zcomcont2 ul li:nth-of-type(3){background:url("../images/advbg03.jpg") no-repeat center;background-size:cover;}
.zcomcont2 ul li:nth-of-type(4){background:url("../images/advbg04.jpg") no-repeat center;background-size:cover;}
.zcomcont2 ul li:nth-of-type(5){background:url("../images/advbg05.jpg") no-repeat center;background-size:cover;}
.zcomcont2 ul li:nth-of-type(6){background:url("../images/advbg06.jpg") no-repeat center;background-size:cover;}

.zcomcont2 ul li div{
  width:100%;
  height: 100%;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5vh 1%;
  padding-left: 5vw;
  position:relative;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zcomcont2 ul li:hover div{
  background:none;
}
.zcomcont2 ul li div::before{
  display:block;
  content:attr(data-name);
  font-size: 15rem;
  line-height: 10rem;
  font-weight: bold;
  color: #ebebeb;
  text-transform: uppercase;
  position:absolute;
  bottom:20px;
  left:10px;
}
.zcomcont2 ul li:hover div::before {
  opacity: 0.2;
}
.zcomcont2 ul li h4{
  font-size: 2.5rem;
  color: #323232;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  position:relative;
}
.zcomcont2 ul li p{
  font-size: 1.3rem;
  color: #c8c8c8;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
    position:relative;
}
.zcomcont2 ul li small{
  display:block;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #7f7f7f;
    position:relative;
  line-height: 2.6rem;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.zcomcont2 ul li:hover h4,.zcomcont2 ul li:hover p,.zcomcont2 ul li:hover small{
  color: #fff;
}
















  /*zmsg*/
.zmesg{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
  height: 530px;
  background: url("../images/lybg.jpg") no-repeat center;
  margin-bottom: 72px;
}
.zmsg_left{
  float:left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px
}
.zmsg_left>h4{
  font-size: 24px;
  color: #1857a4;
  position: relative;
  padding-bottom:30px;
  margin-bottom: 30px;
}
.zmsg_left>h4:after{
  position:absolute;
  display: block;
  content: '';
  left:0;
  bottom:0;
  width: 45px;
  height: 2px;
  background: #1857a4;
}
.zmsg_left>p{
  color: #878787;
  line-height: 20px;
}
.zmsg_left>div{
  margin-top: 40px;
}
.zmsg_left>div span{
  color: #878787;
  font-size: 14px;
}
.zmsg_left>div h3{
  font-size: 24px;
  color: #117cc0;
  line-height: 23px;
}
.zmsg_left .tel{
  float:none;
}
.zmsg_right{
  float:right;
  width: 43%;
  padding-right: 45px;
}
.zmsg_right>p{
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}

/*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:#288524;
}
.znews_text{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.znews_text>h4{
  font-size: 1.6rem;
  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;
}

.znews_text>small{
  color: #909090;
  line-height: 24px;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.de-news-list ul li a:hover .znews_text>h4{
  color: #288524;
}

/*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 {
  background: #fff;
}

.common-inner .inner-right .search-result {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  margin: 12px 0 25px;
  padding: 0 17px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .search-result span {
  color: #0058b1;
  font-weight: bold;
}
.common-inner .inner-right .search-result .search-record {
  float: right;
}
.common-inner .inner-right .search-list,
.common-inner .inner-right .de-product-list {
  overflow: hidden;
  min-height: 622px;
}
.common-inner .inner-right .search-list ul,
.common-inner .inner-right .de-product-list ul {
  margin: 0 -12px;
}
.common-inner .inner-right .search-list ul li,
.common-inner .inner-right .de-product-list ul li {
  border: 2px solid #fff;
  float: left;
  width: 270px;
  margin: 0 12px 25px;
}
.common-inner .inner-right .search-list ul li a,
.common-inner .inner-right .de-product-list ul li a {
  display: block;
}
.common-inner .inner-right .search-list ul li .img,
.common-inner .inner-right .de-product-list ul li .img {
  width: 268px;
  height: 200px;
  background: #e6e6e6;
  font-size: 0;
  line-height: 200px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  overflow: hidden;
}
.common-inner .inner-right .search-list ul li .img img,
.common-inner .inner-right .de-product-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.common-inner .inner-right .search-list ul li .title,
.common-inner .inner-right .de-product-list ul li .title {
  font-size: 14px;
  padding: 0 18px;
  height: 80px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.common-inner .inner-right .search-list ul li .title h3,
.common-inner .inner-right .de-product-list ul li .title h3 {
  color: #595959;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-inner .inner-right .search-list ul li .title em,
.common-inner .inner-right .de-product-list ul li .title em {
  font-weight: bold;
  display: block;
  color: #ff8111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-inner .inner-right .search-list ul li:hover,
.common-inner .inner-right .de-product-list ul li:hover {
  border-color: #268AE7;
}
.common-inner .inner-right .search-list ul li:hover .title,
.common-inner .inner-right .de-product-list ul li:hover .title {
  border-color: #fff;
}
.common-inner .inner-right .search-list ul li:hover .img img,
.common-inner .inner-right .de-product-list ul li:hover .img img {
  transform: scale(1.1);
}
.common-inner .inner-right .de-product-list {
  margin-top: 26px;
}
.common-inner .inner-right .de-about-content {
  padding: 30px 50px;
}
.common-inner .inner-right .de-about-content img {
  margin: 0 auto;
  max-width: 100%;
}
.common-inner .inner-right .de-about-content p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}

.common-inner .inner-right .news-detail-content {
  padding: 0 18px;
}
.common-inner .inner-right .news-detail-content .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .h3 {
  font-size: 2rem;
  color: #323232;
  line-height: 24px;
  font-weight: bold;
  margin: 25px 0 10px;
  position:relative;
  padding-left:15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-detail-title .h3:after{
  position:absolute;
  display:block;
  content: '';
  left:0;
  top:50%;
  background:#39a634;
  width:3px;
  height: 23px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-detail-title ul{
  display:flex;
  align-items: center;
}
.news-detail-title ul li{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:28px;
  line-height: 35px;
  margin-right: 15px;
}
.news-detail-title ul li:first-of-type{
  background:url("../images/scan.png") no-repeat left center;
  background-size: 17px;
}
.news-detail-title ul li:nth-of-type(2){
  background:url("../images/scan2.png") no-repeat left center;
  background-size: 22px;
}
.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;
}
.newsPage {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
  border-top: 1px solid #ddd;
  padding-top:10px;
}
.newsPage a {
  color: #323232;
}
.newsPage a:hover {
  color: #39a634;
  text-decoration: underline;
}
.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: #39a634;
  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: #39a634;
  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: #39a634;
  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: #39a634;
  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: #39a634;
}
.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: #39a634;
  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: #39a634;
  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;
}
.inner-contact {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 35px;
}
.inner-contact .title {
  height: 80px;
  background:#1a58a5 url("../images/zsideicon.png") no-repeat 203px center;
  line-height: 1;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  padding-left:30px;
}
.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;
}

.center-content table{
  width: 100%;
  border-collapse: collapse;
}
.center-content table tr td{
  border:1px solid #ddd!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 5px;
}
.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: #39a634;
  background: #39a634;
}
.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;
}



/*zcontact*/
.zcontact{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.contact-map{
  width:56%;
  height: 520px;
}
#dituContent{
  width:100%;
  height: 100%;
}
.zcontact_card{
  width: 40%;
}
.zcontact_card>h1{
  font-size: 3.2rem;
  color: #3e3e3e;
}
.zcontact_card>small{
  font-size: 1.4rem;
  color: #8d8d8d;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  display:block;
  padding-bottom: 27px;
  margin-bottom:37px; ;
}
.zcontact_card>p{
  font-size: 1.8rem;
  color: #373737;
  line-height: 4.4rem;
}
.zcontact_card>div{
  display:flex;
  align-items: center;
  margin-top: 40px;
  justify-content: space-between;
}
.zcontact_card>div>img{
  width: 140px;
  box-shadow: 0 0 10px #ddd;
}
.zcontact_card>div>div{
  width:calc(100% - 180px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:30px;
  padding-left:117px;
  background:#39a634 url("../images/zconttel.png") no-repeat 30px center;
}
.zcontact_card>div>div>small{
  font-size: 2rem;
  display:block;
  color: #fff;
}
.zcontact_card>div>div>h4{
  font-size: 2.4rem;
  color: #fff;
}
.zcont_msg{
  margin-top: 4vw;
  padding-bottom: 4vw;
}
.zcont_msg>h3{
  font-size: 3.6rem;
  color: #222222;
}
.zcont_msg>small{
  font-size: 1.6rem;
  color: #636363;
}
#formData{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#formData>input,#formData textarea{
  width: 32.8%;
  height: 68px;
  line-height: 68px;
  background:#f5f5f5;
  margin-top: 1vw;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #939393;
  overflow: hidden;
}
#formData input::placeholder{
  font-size: 1.4rem;
  color: #939393;
}
#formData textarea{
  height: 273px;
  width: 100%;
  line-height: 45px;
  padding:20px;
  margin-bottom: 1vw;
}
#formData .code{
  width: 50%;
  box-sizing: border-box;
  background:#f5f5f5;
  padding-left: 0;
}
#formData .code input{
  font-size: 1.4rem;
  color: #939393;
  padding: 0 20px;
  box-sizing: border-box;
  background:none;
  height: 68px;
  line-height: 68px;
  float:left;
  width: 73%;
}
#formData .code .verify{
  float:right;
  width: 25%;
  height: 68px;
  background: #f3fbfe;
}
#formData .code .verify img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

#formData .submit{
  display: inline-block;
  width: 49%;
  height: 68px;
  line-height: 68px;
  background: #39a634;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
#formData .submit:hover{
  background: #297c2a;
}


/*zproinfo*/
.zproinfo{
  padding:4vw 0;
}
.zproinfo01{
  display:flex;
  justify-content: space-between;
}
.zproinfo01>b{
  display:block;
  width: 45%;
  height: 517px;
  position:relative;
  overflow:hidden;
}
.swiper-goodsmore{
  width: 100%;
  height: 100%;
}
.swiper-goodsmore .swiper-slide{
  width: 100%;
  height: 100%;
  position:relative;
  overflow:hidden;
}
.zproinfo01>b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zproinfo01>div{
  width: 53%;
}
.zproinfo01>div>h3{
  position:relative;
  font-size: 3.6rem;
  color: #3e3e3e;
  padding-bottom: 30px;
}
.zproinfo01>div>h3:after{
  background:#39a634;
  height: 2px;
  left:0;
  display:block;
  content: '';
  position: absolute;
  width:114px;
  bottom:0;
}
.zproinfo01>div>h3:before{
  display:block;
  content: '';
  position: absolute;
  left:0;
  width:100%;
  bottom:0;
  height: 2px;
  background:#f4f4f4;
}
.zproinfo01>div>small{
  display:block;
  font-size: 1.4rem;
  color: #3e3e3e;
  line-height: 2.8rem;
  margin-top: 1.5vw;
}
.zproinfo01>div>ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
.zproinfo01>div>ul li img{
  height: 56px;
  margin:0 auto;
}
.zproinfo01>div>ul li p{
  text-align: center;
  font-size: 1.8rem;
  margin-top: 17PX;
  color: #2f2f2f;
}
.zproinfo01>div>a{
  color: #fff;
  font-size: 2rem;
  line-height: 7rem;
  font-weight: bold;
  padding-left: 74px;
  padding-right: 44px;
  display:inline-block;
  background:#39a634 url("../images/zprotel.png") no-repeat 30px center;
}
.zproinfo02{
  margin-top: 2vw;
}
.center-title{
  background:#f5f5f5;
  margin-bottom: 1vw;
}
.center-title span{
  text-align: center;
  display:inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 83px;
  font-size: 2.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 70px;
  background:#39a634;
}

.moreprolist a{
  width:24.25%;
  margin-bottom: 1vw;
  margin-right: 1%;
}
.moreprolist a:nth-of-type(4n){
  margin-right: 0;
}
.morepros a{
  float:left;
  display:block;
  background:#fff;
}

.morepros a b{
  display:block;
  width: 100%;
  height: 273px;
  position:relative;
  overflow:hidden;
}
.morepros a b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.morepros a>p{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 20px;
  background:#f5f6f8;
  -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;
}
.morepros a>p span{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #3e3e3e;
  display:block;
  line-height: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right:50px;
  background:url("../images/in_projt.png") no-repeat right center;
}
.morepros a:hover>p span {
  color: #fff;
  background:url("../images/in_projts.png") no-repeat right center;
}

.morepros a:hover>p {
  background:#39a634;
}

/*zproindex*/
/*zproduct*/
.product{
  border-top:12px solid #39a634;
  padding-bottom:57px;
  background: #eeeeee;
}
.zproleft{
  float:left;
  width:260px;
}
.pro_left_tit{
  background:#288524;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 40px;
}
.pro_left_tit>h2{
  color: #fff;
  font-size: 24px;
}
.pro_left_tit>small{
  color: #fff;
  text-transform: uppercase;
}
.zproleft>a{
  display:block;
  font-size: 1.6rem;
  color: #3d3d3d;
  background: #f1f1f1;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding:0 15px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
}

.zproleft>a:hover{
  background: #39a634;
  color: #fff;
}
.zproleft>a.hight_linght{
  background: #39a634;
  color: #fff;
}

.pro_right{
  float:right;
  width:calc(98% - 260px);
}
.zprolist a{
  width: 32%;
  margin-right: 1.3%;
  margin-bottom: 1.3vw;
}
.zprolist a:nth-of-type(3n){
  margin-right: 0;
}

/*newsinfo*/
.znewsinfo_left{
  float:left;
  width:calc(97% - 400px);
}
.znewsinfo_right{
  float:right;
  width: 400px;
}
.znewsmore_fir{
  display:block;
  width:100%;
  background:#f1f1f1;
  margin-bottom: 1vw;
}
.znewsmore_fir>div{
  width: 100%;
  padding:15px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znewsmore_fir:hover>div{
  background:#39a634;
}
.znewsmore_fir>b{
  display:block;
  width:100%;
  height: 16vw;
  position:relative;
  overflow:hidden;
}
.znewsmore_fir>b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.znewsmore_fir>div>p{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 1.6rem;
  color: #555;
  line-height: 40px;
    -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;
}
.znewsmore_fir>div>small{
  font-size: 1.4rem;
  color: #555;
  line-height: 2.4rem;
    -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;
}
.znewsmore_fir:hover>div>p,.znewsmore_fir:hover>div>small{
  color: #fff;
}
.znewsmore{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 25px;
  background:#f1f1f1;
}
.znewsmore a{
  display:block;
  font-size: 1.6rem;
  color: #505050;
  position:relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  line-height: 68px;
  border-bottom: 1px solid #ddd;
  -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;
}
.znewsmore a:last-of-type{
  border-bottom: none;
}
.znewsmore a:after{
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background:#505050;
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -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;
}
.znewsmore a:hover:after {
  background:#297b29;
}
.znewsmore a:hover{
  color: #297b29;
}


/*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;
}

.mnavbar{
  position:fixed;
  top:80px;
  left:0;
  width: 100%;
  height:calc(100% - 60px);
  background:#fff;
  z-index: 10000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y:auto;
  display:none;
}
.mnavbar li{
  width: 100%;
  line-height: 48px;
  padding:0 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
.mnavbar li:first-of-type{
  border-top: 1px solid #e8e8e8;
}
.mnavbar li a{color: #333;}
.mnavbar li.mousein{
  background:#f7f9fa;
}



