﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none
}

input {
  border: none
}


/* pc导航 */
.hdto{overflow: hidden;margin-left: 150px;}
.hdto li{float: left; text-align: center;color: #F00}
.hdto li a{display: block;margin-bottom: 10px; font-weight:bold }

.hdto li {display: none;}
#navbar-collapse-nav .logo {
  margin-top: 10px;
}

#navbar-collapse-nav {
  position: fixed;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
}

.nav-container {
  position: fixed;
  margin-top: -3px;
  height: 100px;

}

.nav-container .mask {
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 3px;
  left: 0;
}

.my-navbar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  background: #fff;
  height: 100px;
}

#nav>li {
  float: left;
}

#nav>li>a {
  display: block;
  padding: 0 25px;
  color: #333;
  font-size: 17px;
  line-height: 100px;
  text-align: center;
}

#nav {
  padding-right: 2%;
}

#nav .subnav {
  position: fixed;
  display: none;
  top: 97px;
  left: 0;
  right: 0;
  color: #333;
  background-color: #00903B;
  background-color: rgba(255, 255, 255, 0.9);
}

#nav .container {
  padding-top: 3em;
  padding-bottom: 3em;
  overflow: hidden;
}

#nav .info {
  width: 35%;
}

#nav .info .topgd {
  display: block;
  color: #78a93b;
  float: right;
}

#nav .info h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

#nav .info p {
  color: #333;
  opacity: .8;
  filter: alpha(opacity=80);
  line-height: 2;
  font-size: 15px;
}

#nav dl {
  float: left;
  margin-bottom: 0;
  width: 30%;
}

#nav dd {
  border-bottom: 1px dashed #afafaf;
  text-align: center;
  width: 270px;
  display: block;
  margin: auto;
  line-height: 35px;
}

#nav dd a {
  display: block;
  color: #333;
  font-size: 15px;
}

#nav dd:hover a {
  opacity: .8;
  transition: all ease .3s;
  color: #78a93b;
}

#nav .img {
  padding-top: 6px;
  width: 35%;
}

#nav img {
  margin: auto;
  display: block;
}

.hetop {
  line-height: 40px;
  border-bottom: 1px solid #ebebeb;
}

.tel {
  position: absolute;
  right: 6%;
  top: 35px;
  font-size: 24px;
  color: #78a93b;
}


.dn {
  display: none
}





/* 移动导航 */
.motop {
  width: 100%;
  height: 70px;
  position: fixed;
  padding: 0 4%;
  z-index: 20;
  border-bottom: 1px solid #ccc;
  display: none;
  background: #fff;
  top: 0;
  box-sizing: border-box;
  -webkit-transition: all .53s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}

.motop.on {
  background:
    #fff;
}

.mologo {
  margin: 0 auto;
  float: left;
}

.mologo a {
  line-height: 60px;
  display: block;
}

.mologo a span {
  font-size: 12px;
  margin-left: 6px;
}

.mologo img {
  width: 170px;
  vertical-align: middle;
}

.monav {
  margin-top: 23px;
  cursor: pointer;
  position: absolute;
  right: 7%;
  width: 30px;
  height: 22px;
}

.monav span {
  width: 30px;
  height: 2px;
  display: block;
  background: #333;
  position: absolute;
  transition: all .5s;
}

.monav .s1 {
  top: 0px;
}

.monav .s2 {
  top: 8px;
}

.monav .s3 {
  top: 16px;
}

.monav .s1.on {
  transform: rotate(45deg);
  top: 10px;
}

.monav .s2.on {
  opacity: 0;
}

.monav .s3.on {
  transform: rotate(-45deg);
  top: 10px;
}

.navdown {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  top: 70px;
  z-index: 9999;
  display: none;
  border-top: 1px solid #eee;
  padding-bottom: 40px;
}

.navdown>ul>li {
  line-height: 46px;
  font-size: 16px;
  color: #333;
  position: relative;
  cursor: pointer;
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px dashed #ccc;
  text-align: center;

}

.navdown>ul>li a {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
}

.navdown>ul>li a:hover {
  color: #78a93b;
}

.navdown .ul2 {
  display: none;
}

.navdown .ul2 li {
  line-height: 46px;
  border-top: 1px solid #e6e6e6;
  position: relative;
  background: #f5f5f5;

}

.navdown .ul2 li a {
  font-size: 14px;
  color: #333;
  width: 100%;
  height: 100%;
  display: block;

}

.navdown .ul2 li a i {
  position: absolute;
  right: 4%;


}

.navdown>ul>li>a>i {
  position: absolute;
  right: 4%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;

}

.navdown>ul>li>a>i.on {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navdown .language {
  margin-left: 4%;
  line-height: 60px;
}



/*海报区域*/
.video h2 {
  position: absolute;

  right: 10%;
  line-height: 550px;
  font-size: 50px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .7)
}

.video {
  position: relative;
  height: 920px;
  overflow: hidden;


}

.video video {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  margin-top: 80px;
  -o-object-fit: fill;
  object-fit: fill
}

.video span {
  white-space: nowrap
}

@media (max-width: 768px) {
  .video h2 {
    font-size: 2.5rem;
    text-align: center
  }


}

@media (max-width: 767px) {
  .video {
    position: relative;
    height: 310px;
    overflow: hidden;

    z-index: 1;
  }

  .video video {

    left: 50%;
    top: 50%;

    width: 100%;
    height: 100%;

  }



}


/* 关于我们 */
.abtit {
  padding-bottom: 55px;
  text-align: center;
}

.abtit h3 {
  font-size: 30px;
  font-weight: bold;
}

.abtit i {
  display: block;
  margin: auto;
  width: 50px;
  height: 3px;
  background: #78a93b;
  margin-top: 20px;
}

.about {
  margin: 70px 0;
}

.about .abfl {
  padding-right: 40px;
}

.about .abfl p {
  line-height: 36px;
  text-indent: 2em;
  color: #666666;
  font-size: 14px;
}

.about .abfl ul {
  padding-top: 30px;
}

.about .abfl li h1 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
}

.about .abfl li span {
  color: #666;
}

.about .abfl .abflr {
  padding-left: 10px;
}

/* 产品 */


.indexPart1 .fr {
  text-align: center;
  color: #cdfee3;
}

.indexPart1 .fr li {
  display: none;
}

.indexPart1 .name a {
  display: block;
  color: #FFF;
  font-size: 18px;
  padding: 12px 0 6px 0;
}

.indexPart1 .list li {
  float: left;
  padding: 0 2px;
  margin-bottom: 4px;
}

.indexPart1 .list a {
  display: block;
  text-align: center;
  height: 296.5px;
  background: url(../images/indexPart1bg.jpg) center top no-repeat;
  text-align: center;
  color: #bbb;
  font-size: 18px;
}

.indexPart1 .list img {
  height: 64px;
  margin-top: 60px;
}

.indexPart1 .list .img2 {
  display: none;
}

.indexPart1 .list li h2 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 15px 0;
}

.indexPart1 .list li p {
  color: #666;
  line-height: 26px;
  font-size: 14px;
}

.indexPart1 .list li.on a {
  background: url(../images/indexPart1bgon.jpg) center top no-repeat;
  color: #FFF;
}

.indexPart1 .list li.on img {
  display: none;
}

.indexPart1 .list li.on .img2 {
  display: inline-block;
}

.indexPart1 .list li.on h2 {
  color: #fff;
}

.indexPart1 .list li.on p {
  color: #fff;
}

.contents {
  padding: 15px 10px;
  text-align: left;
}

.contents h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.imgDiv img {
  max-width: 100%;
}

html,
css {
  height: 100%;
}

/* 科研 */
.research .resfl {
  width: 30%;
}

.research .resfl .resfltxt h3 {
  font-size: 22px;
  color: #78a93b;
  padding-bottom: 10px;
}

.research .resfl .resfltxt p {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.research .resfl ul {
  position: relative;
}

.research .resfl li {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.research .resfl .resfltxt {
  padding: 55px 40px;
  height: 384px;
  background: #f4f4f4;
}

.research .resfr {
  width: 70%;
  padding-left: 10px;
}

.research .resfr li a {
  display: block;
  width: 100%;
}

.respic {
  position: relative;
}

.research .resfr .resceng {
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 15%;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #fff;
  transition: 0.4s;
}

.research .resfr span {
  float: left;
  color: #fff;
  margin-top: 15px;
  font-size: 20px;
}

.research .resfr i {
  float: right;
  color: #fff;
  margin-top: 15px;
  font-size: 20px;
}

.research .resfr li.active .resceng {
  height: 100%;
  background: rgba(34, 155, 9, 0.5);
}

.research .resfr li.active span {
  text-align: center;
  float: none;
  margin-top: 70%;
  display: inline-block;
  font-size: 25px;
}

.research .resfr li.active i {
  text-align: center;
  float: none;
  display: inline-block;
  font-size: 25px;
}


/* 新闻 */
.news .nsfl {
  text-align: center
}

.news .nsfl h2 {
  font-size: 30px;
  color: #333333;
  font-weight: 500
}

.news .nsfl span {
  font-size: 14px;
  color: #666666
}

.news li:hover .nsfr h3 {
  color: #78a93b
}

.news .nsfr li::after {
  display: block;
  clear: both;
  content: "";
  border: 1px dashed #ccc;
}

.news .nsfr h3 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .newsfr {
  padding-left: 30px
}

.news .nsfr p {
  font-size: 13px;
  color: #666666;
  padding-top: 5px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.news .xian {
  border-top: 1px dashed #e6e6e6;
  margin: 15px 0
}

.news .nsfl {
  padding-top: 10px
}

.newsfl h3 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 15px;
}

.newsfl p {
  font-size: 13px;
  color: #666666;
  padding-top: 5px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.newsfl .newsfltxt:hover h2 {
  color: #78a93b;
}

.newsfl:hover h3 {
  color: #78a93b;
}


/* 底部 */

.footertit {
  padding: 50px 0;
}

.footertit h3 {
  text-align: center;
  font-size: 30px;
  color: #f7f7f7;
}

.footertit img {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  max-width: 100%;
}

.footer {
  background: #666666 url(../images/footerbg.jpg) center top no-repeat;
  margin-top: 80px;
  position: relative;
}

.footer>.container {
  position: relative;
  padding: 10px 15px;
  height: 287px;
}

#footernav {
  width: 100%;
}

#footernav li {
  float: left;
  width: 13.5%;
  padding-top: 50px;
}

#footernav li:nth-child(7) {
  float: left;
  width: 14.5%;
}

#footernav li:nth-child(6) {
  float: left;
  width: 14.5%;
}

#footernav li p {
  font-size: 14px;
  text-align: center;
  color: #333;
  padding-top: 20px;
}

#footernav dt {
  padding-bottom: 10px;
}

#footernav dt a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

#footernav dd a {
  color: #333;
  font-size: 14px;
}

#footernav li .wenzz {
  font-size: 14px;
}

#footernav dt a,
#footernav dd a {
  line-height: 2.2;
  transition: color ease .5s;
  color: #f7f7f7;
}

#footernav dt a:hover {
  color: #78a93b;
}

#footernav dd a:hover {
  color: #78a93b;
}

.qrcode {
  margin: 0 auto;
  text-align: center;
}

.footer .div02 {
  width: 205px;
}

.footer .div02 {
  padding-top: 10px;
}

.footer .link {
  position: relative;
  margin-bottom: 1.5em;
  height: 32px;
}

.footer .link span {
  display: block;
  line-height: 32px;
  color: #888;
  text-indent: 25px;
  cursor: pointer;
  background: #fff url(../images/icon04a.png) 170px center no-repeat;
  transition: background ease .5s;
}

.footer .link:hover span {
  background-color: #00903B;
  background-image: url(../images/icon04b.png);
  color: #fff;
}

.footer .link div {
  position: absolute;
  display: none;
  left: 0;
  bottom: 30px;
  right: 0;
  padding: 6px 25px 0;
  background: #00903B;
}

.footer .link a {
  display: block;
  line-height: 2;
  color: #fff;
}

.footerlogo {
  position: absolute;
  bottom: 2em;
  left: 0;
  color: #ccc;
  font-size: 14px;
  line-height: 2em;
  padding: 0 15px;
}

.footerlogo a {
  color: #ccc;
}

.footerlogo a:hover {
  color: #fff;
}

.footerbot {
  background: #4d4d4d;
  height: 60px;
}

.footerbot p {
  color: #fff;
  font-size: 14px;
  float: left;
  line-height: 60px;
}

.ftfr {
  width: 140px;
  padding-top: 13px;
}

.ftfr .link {
  position: relative;
  height: 32px;
}

.ftfr .link span {
  display: block;
  line-height: 32px;
  color: #333;
  text-indent: 15px;
  cursor: pointer;
  background: #fff url(../images/jtx.png ) 110px center no-repeat;
  transition: background ease .5s;
}

.ftfr .link:hover span {
  background-color: #5bac33;
  background-image: url(../images/jtx1.png);
  color: #fff;
}

.ftfr .link div {
  position: absolute;
  display: none;
  left: 0;
  bottom: 30px;
  right: 0;
  padding: 6px 15px 0;
  background: #5bac33;
}

.ftfr .link a {
  display: block;
  line-height: 2;
  color: #fff;
}





/* 关于我们 */

/* 面包屑 */
.nybanner {
  position: relative;
  margin-top: 100px;
}

.nbiao {
  position: absolute;
  bottom: 45px;
}

.nbiao span {
  color: #fff;
}

.nbiao a:hover {
  color: #78a93b;
}

.nbiao h3 {
  font-size: 36px;
  color: #fff;
  padding-bottom: 20px;
}

.nbiao .layui-this-moren {
  color: #5bac33;
}

/* 公共栏目 */
.ly-nr {
  margin: 40px 0 70px 0;
}

.fly-panel-title {
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 18px;
}

.fly-panel-main {
  padding: 10px 15px;
}

.fly-filter a {
  padding: 0 5px;
  color: #333;
}

.fly-filter a:hover {
  color: #5bac33;
}

.fly-panel-title .layui-hide-xs a:last-child {
  color: #e93f37;
}

.fly-filter .fly-mid {
  margin: 0 8px;
}

.fly-filter-right {
  display: block;
  text-align: center;
}

.fly-filter-right p {
  padding: 0 23px;
  display: inline-block;
}

.fly-filter-right a {
  color: #333;
  font-size: 16px;
  padding: 0;
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}

.fly-filter-right p:last-child {
  padding-right: 0;
}

.fly-filter-right a.layui-this-moren {
  color: #5bac33;
  border-bottom: 3px solid #5bac33;


}

.fly-filter-right a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #5bac33;
  position: absolute;
  top: 94%;
  left: 50%;
  transition: all .4s;
}

.fly-filter-right a::before {
  content: "";
  width: 2px;
  height: 15px;
  background: #bfbfbf;
  position: absolute;
  top: 30%;
  right: -40px;

}

.fly-filter-right a.layui-this-moren:after {
  content: "";
  width: 0;
  height: 3px;
  background: #5bac33;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: all .8s;
}

.fly-filter-right a:hover:after {
  left: 0%;
  width: 100%;
}



.abnyconr {
  margin-top: 80px;
}

.abnpfr {
  padding-left: 20px;
}

.abnpfr img {
  margin-top: 40px;
}

.abnpfr h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: -35px;
}

.abnpfr p {
  line-height: 36px;
  font-size: 14px;
  color: #666;
  padding-top: 55px;
}

.abcnfl {
  padding-right: 40px;
}

.abcnfl h3 {
  font-size: 16px;
  font-weight: bold;
}

.abcnfl span {
  color: #78a93b;
}

.abcnfl p {
  line-height: 36px;
  color: #666;
}

.abcnfr li a {
  height: 224.3px;
  display: block;
  background: #78a93b;
}

.abcnfr img {
  opacity: 0.9;
}

.abcnfr .abcnnr {
  text-align: center;
}

.abcnnr h3 {
  padding-top: 75px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.abcnnr p {
  font-size: 15px;
  color: #fff;
  padding: 0 35px;
}

.abcnfr li:hover img {
  opacity: 1.1;
}

.abcnfr li a:hover {
  background: #041e42;
}

.clr:after {
  display: block;
  content: ' ';
  clear: both;
}

.abcnfls h3 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 50px;
}

.abcnfls span {
  color: #e93f37;
}

.abcnfls p {
  line-height: 36px;
  color: #666;
}

/* 荣誉 */
.honortit {
  margin: auto;
  text-align: center;
}
.pr-honortit {
  margin: auto;
  text-align: center;
}

.honortit p {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  width: 150px;
  height: 50px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #e93f37;
}
.pr-honortit p {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  width: 150px;
  height: 50px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #76a83a;
}

.honortit p.active {
  color: #fff;
  background: #e93f37;
}
.pr-honortit p.active {
  color: #fff;
  background: #78a93b;
}

.honorcon>li {
  display: none;
}
.pr-honorcon>li {
  display: none;
}

.zizhiny {
  padding-top: 80px;
}
.prolist {
  padding-top: 80px;
}

#rongyu {
  width: 260px;
  height: 180px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border: 1px solid #dddddd;
  padding: 10px;
}
#molist {
  width: 260px;
  height: 210px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border: 1px solid #78a93b;
  padding: 10px;
}
.zizhiny span img {
  height: 100%;
  width: 100%;
  border: 6px solid #440707;
}

.zizhiny li {
  display: block;
  text-align: center
}

.zizhiny li p {
  padding: 20px;
  color: #646464;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zizhiny li:hover p {
  color: #78a93b;
}

.prolist span img {
  height: 100%;
  width: 100%;
  border: 3px solid #78a93b;
  transition: 1s
}
.prolist li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.prolist li {
  display: block;
  text-align: center
}
.prolist li p {
  padding: 20px;
  color: #646464;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prolist li:hover p {
  color: #78a93b;
}


/* 页码 */
.wp-pagenavi {
	 color: #888; margin-top: 30px; text-align: center
}
.wp-pagenavi A {
  height: 35px;
  line-height: 35px;
  padding: 6px 9px;
  border: 1px solid #78a93b;
  border-radius: 3px;
  MARGIN: 2px;
}
.wp-pagenavi SPAN {
	BORDER: 1px solid #78a93b;PADDING:6px 9px; MARGIN: 2px;TEXT-DECORATION: none
}
.wp-pagenavi A:hover {
	border-color: #78a93b;color: #fff;background: #78a93b;
}
.wp-pagenavi a.cur,
.wp-pagenavi SPAN.current {
	BORDER-LEFT-COLOR: #888; BORDER-BOTTOM-COLOR: #888; BORDER-TOP-COLOR: #888; BORDER-RIGHT-COLOR: #888;color: #fff 
}
.wp-pagenavi SPAN.current {
	FONT-WEIGHT: bold;color: #fff
}







/* 发展历程 */
.cntl {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cntl-center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.cntl-bar {
  position: absolute;
  width: 10px;
  top: 0;
  bottom: 0;
  background-color: #ccc;
  box-shadow: inset 0px 0px 7px -2px #888;
}


.cntl-bar-fill {
  background-color: #009ABB;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;

}

.cntl-state {
  position: relative;
  width: 100%;
  min-height: 200px;
  margin-bottom: 50px;
}

.cntl-state::after {
  display: block;
  content: ' ';
  clear: both;
}

.cntl-icon {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #00313C;
  border: solid 3px #009ABB;
  box-shadow: 0px 0px 19px -9px #888;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
}

.cntl-content {
  width: 40%;
  padding: 2%;
  background-color: rgba(238, 238, 238, 0.25);
  border-radius: 8px;
  border-bottom: solid 3px #009ABB;
  float: left;
  opacity: 0;
  position: relative;
  margin-left: -40%;
}

.cntl-state:nth-child(2n+2) .cntl-content {
  float: right;
  margin-right: -40%;
}

.cntl-image {
  opacity: 0;
  width: 40%;
  padding: 2%;
}

.cntl-state:nth-child(2n+1) .cntl-image {
  float: right;
}

.cntl-image img {
  width: 100%;
}

.cntl-content h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}


/*
animations
*/
.cntl-bar-fill,
.cntl-content,
.cntl-image {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cntl-state:nth-child(2n+2).cntl-animate .cntl-content {
  margin-right: 0%;
}

.cntl-animate .cntl-content {
  opacity: 1;
  margin-left: 0%;
}

.cntl-animate .cntl-image {
  opacity: 1;
}




/* mobile support */

@media (max-width: 600px) {

  .cntl-bar {
    left: auto;
    right: 37px;
  }

  .cntl-content {
    width: 80%;
    float: none;
  }

  .cntl-state:nth-child(2n+2) .cntl-content {
    margi-right: 0%;
    float: none;
  }

  .cntl-image {
    width: 80%;
  }

  .cntl-state:nth-child(2n+1) .cntl-image {
    float: none;
  }

  .animate .cntl-content {
    margin-left: 2%;
  }

  .cntl-icon {
    left: auto;
    right: 0;
  }

}





/* 移动端 */
.honortits {
  margin: auto;
  text-align: center;
}

.honortits p {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  width: 130px;
  height: 50px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #5bac33;
}

.honortits p.active {
  color: #fff;
  background: #5bac33;
}


.busyd {
  display: none;
}

.join-list .top .con-l {
  width: 230px
}

.join-list .top .con-r {
  padding-left: 4.5%;
  width: calc(100% - 230px);
  line-height: 36px
}

.join-list .head {
  width: calc(100% - 45px);
  color: #fff
}

.join-list .head .box {
  width: 20%
}

.join-list h2 {
  font-size: 36px
}

.join-list li {
  margin-bottom: 12px;
  BACKGROUND: #ebebeb;
}

.join-list li.cur .btn {
  background: url(../images/arrow1.png) no-repeat right center
}


.join-list .heads {
  cursor: pointer;
}

.join-list .btn {
  position: absolute;
  ;
  width: 45px;
  height: 60px;
  background: url(../images/arrow2.png) no-repeat right center;
  cursor: pointer;
  right: 5%;
}

.join-list .con {
  width: 100%;
  color: #333;
  font-size: 18px;
}

.join-list .con .box {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 30px;
  color: #333;
}

.join-list .info {
  display: none;
  width: 100%;
  ;
  line-height: 35px;
  padding: 4% 7%;
  background: #fff;
  font-size: 15px;
  color: #fff;
  border: 1px solid #78a93b;
}

.join-list .jointxt span {
  color: #666;
  font-size: 16px;
  padding-top: 35px;
}

.join-list .jointxt h3 {
  color: #333;
  font-size: 14px;
  padding: 5px 0;
  font-weight: bold;
}

.join-list .jointxt p {
  color: #666;
  font-size: 14px;

}


.join-list li.cur .els {
  color: #fff;
  background: #78a93b;
}

.jiansheny li {
  padding-top: 30px;
  overflow: auto;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}

.jiansheny i {
  width: 5px;
  height: 5px;
  background: #ccc;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  float: left;
}

.jiansheny p {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jiansheny ul {
  padding-right: 32px;
}

.jiansheny li:hover p {
  color: #78a93b;
}

.jiansheny li:hover i {
  background: #78a93b;
}

.jiansheny li span {
  font-size: 14px;
  text-align: right;
}



/* 产品 */
.product {
  padding-top: 60px;
}

.product li img {
  display: block
}

.product .pic {
  position: relative;
}

.product .mxzyceng {
  position: relative;
  padding: 0 30px;
  left: 0;
  bottom: 0;
  padding-top: 15px;
  margin-top: -50px;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
}

.product .mxceng {
  overflow: hidden;
}

.product li img {
  transition: 1s
}

.product li:hover img {
  transform: scale(1.2);
}

.produtit {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.produimg {
  padding: 50px 0;
  display: block;
}

.producen {
  height: 439px;
  overflow: hidden;
  margin: 80px 0;
}

.prodcfl {
  background-color: #78a93b;
  width: 52%;
  height: 100%;
  padding: 3%;
}

.prodcfl {
  font-size: 15px;
  color: #fff;
}

.prodcfl p {
  font-size: 15px;
  color: #fff;
  line-height: 34px;
}

.prodcfl h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.prodcfl p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

.prodcfl span {
  display: block;
  line-height: 30px;
}

.prodcfl img {
  margin-right: 8px;
}

.prodcfr {
  width: 47%;
  height: 100%;
}

.prodcfr img {
  max-width: fit-content;
}

.produbot li img {
  max-width: 100%;
  margin: auto;
}

.produbot li {
  text-align: center;
}

.produbot li .rotateImg {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
}

.produbot li:hover .rotateImg {
  -webkit-transform: rotate(360deg) scale(1);
  -moz-transform: rotate(360deg) scale(1);
  -ms-transform: rotate(360deg) scale(1);
  -o-transform: rotate(360deg) scale(1);

}

.produbot li p {
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
}


/* 电力清洗 */

.profwtit h3 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 50px;
}

.profwtit p {
  line-height: 36px;
  text-indent: 2em;
  color: #333;
}

.profwcon {
  padding: 50px 0 80px 0;
}

.clearfix:after,
.mauto:after {
  clear: both;
}

.clearfix:after,
.clearfix:before,
.mauto:after,
.mauto:before {
  display: table;
  content: "";
}

.courseList {
  padding-top: 80px;
}

.courseList li {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
}

.courseList li .pic {
  float: left;
  width: 20%;
  overflow: hidden;
  padding-bottom: 13%;
  height: 0;
}

.courseList li .cont {
  float: right;
  width: 80%;
  padding-left: 30px
}

.courseList li .cont h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}

.courseList li .cont h3 {
  color: #333333;
}

.courseList li:hover h3 {
  color: #78a93b;
}

.courseList li .cont p {
  color: #666;
  line-height: 30px;
}

.courseList li img {
  transition: 1s
}

.courseList li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.newsList li {
  overflow: hidden;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.newsList li .pic img {
  width: 100%
}

.newsList li .cont {
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.newsList li .cont h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2px;
  padding-top: 10px;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}

.newsList li .cont h3 a {
  color: #333333;
}

.newsList li .cont h4 {
  margin-top: 12px;
  line-height: 24px;
  color: #adadad;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 15px;
}

.newsList li .cont p {
  color: #333333;
  line-height: 28px;
  font-size: 14px;
  padding-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newsList li:hover h3 a {
  color: #78a93b;
}

.newsList li .cont .more {
  margin-top: 10px;
}

.newsList li:hover .more {
  color: #78a93b;
}

/* 特点案例  */
.profuwuxq .profwxqt h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.profuwuxq .profwxqt img {
  display: block;
  margin: 30px auto 40px auto;
}

.profwqtit li {
  text-align: center;
  line-height: 70px;
  cursor: pointer;
}

.profwqtit li a {
  display: block;
  color: #fff;
  font-size: 20px;
  background: #4e6078;
  cursor: pointer;
}

.profwqtit li img {
  margin-right: 10px;
}

.profwqtit li.active a {
  background: #78a93b;
}

.profwxqc li {
  display: none;
  font-size: 15px;
  padding-top: 110px;
}

.profwxqc .touzi li {
  padding-top: 30px;
}

.profwxqc .touzi li a {
  display: block;
}

.profwxqc .touzi .touzifl {
  float: left;
  font-size: 14px;
  padding-top: 8px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profwxqc .touzi .touzifr {
  float: right;
  text-align: right;
  color: #78a93b;
  margin-top: 10px;
}

.profwxqc .touzi span {
  color: #78a93b;
}



/* 污水 */
.producen2 {
  height: 659px;
  overflow: hidden;
  margin: 80px 0;
}

.prodcfl2 {
  background-color: #78a93b;
  width: 52%;
  height: 100%;
  padding: 2%;
}

.prodcfl2 {
  font-size: 15px;
  color: #fff;
}

.prodcfl2 p {
  font-size: 15px;
  color: #fff;
}

.prodcfl2 h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.prodcfl2 p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

.prodcfl2 span {
  display: block;
  line-height: 33px;
}

.prodcfl2 img {
  margin-right: 8px;
}

.prodcfr2 {
  width: 47%;
  height: 100%;
}

.prodcfr2 img {
  max-width: fit-content;
}


/* 水循环 */
.produbot2 {
  padding-top: 80px;
}

.produbot2 li img {
  max-width: 100%;
  margin: auto;
}

.produbot2 li {
  text-align: center;
}

.produbot2 li .rotateImg {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
}

.produbot2 li:hover .rotateImg {
  -webkit-transform: rotate(360deg) scale(1);
  -moz-transform: rotate(360deg) scale(1);
  -ms-transform: rotate(360deg) scale(1);
  -o-transform: rotate(360deg) scale(1);

}

.produbot2 li p {
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
}

.producen3 {
  height: 414px;
  overflow: hidden;
  margin: 80px 0;
}

.prodcfl3 {
  background-color: #78a93b;
  width: 52%;
  height: 100%;
  padding: 2%;
}

.prodcfl3 {
  font-size: 15px;
  color: #fff;
}

.prodcfl3 p {
  font-size: 15px;
  color: #fff;
}

.prodcfl3 h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.prodcfl3 p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

.prodcfl3 span {
  display: block;
  line-height: 33px;
}

.prodcfl3 img {
  margin-right: 8px;
}

.prodcfr3 {
  width: 47%;
  height: 100%;
}

.prodcfr3 img {
  max-width: fit-content;
}


/* 研发 */

.honortitse {
  margin: auto;
  text-align: center;
}

.honortitse p {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  width: 140px;
  height: 50px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #78a93b;
}

.honortitse p.active {
  color: #fff;
  background: #78a93b;
}

.honorconse li {
  display: none;
}

.restit {
  text-indent: 2em;
  line-height: 36px;
  font-size: 15px;
  color: #333;
  padding-top: 50px;
}

.resch {
  padding-top: 40px;
}

.resch .resny img {
  display: block
}

.resch .pic {
  position: relative;
}

.resch .mxzyceng {
  position: relative;
  padding: 0 10px;
  text-align: center;
  left: 0;
  bottom: 0;
  padding-top: 15px;
  margin-top: -50px;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
}

.resch .mxceng {
  overflow: hidden;
}

.resch .resny img {
  transition: 1s
}

.resch .resny:hover img {
  transform: scale(1.2);
}

/* 研究院 */

.inspl {
  margin: auto;
  text-align: center;
}

.inspl p {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  width: 140px;
  height: 50px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #78a93b;
}

.inspl p.active {
  color: #fff;
  background: #78a93b;
}

.inscon>li {
  display: none;
}

.instit {
  font-size: 15px;
  color: #333;
  line-height: 36px;
  text-indent: 2em;
  padding: 50px 0;
}

.ins_top .instop {
  height: 270px;
  background: #e2e5e0;
  margin-bottom: 30px;
}

.ins_top .instopfr {
  padding-left: 50px;
  padding-right: 50px;
}

.ins_top .instopfr h3 {
  font-size: 26px;
  font-weight: bold;
  padding: 50px 0 20px 0;
  color: #333;
}

.ins_top .instopfr p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.ins_top .instopfr span {
  font-size: 14px;
  float: right;
  color: #78a93b;
}

.ins_top .instopfl .inspic {
  overflow: hidden;
}

.ins_top .instopfl img {
  transition: 0.6s;
}

.ins_top .instop:hover img {
  transform: scale(1.2);
}

.ins_bot li a {
  display: block;
  height: 174px;
  background: #e2e5e0;
  margin-bottom: 30px;
}

.ins_bot .instopfr {
  padding-left: 50px;
  padding-right: 50px;
}

.ins_bot .instopfr h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 5px 0;
  color: #333;
}

.ins_bot .instopfr p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ins_bot .instopfr span {
  font-size: 14px;
  float: right;
  color: #78a93b;
}

.ins_bot .instopfl .inspic {
  overflow: hidden;
}

.ins_bot .instopfl img {
  transition: 0.6s;
}

.ins_bot li:hover img {
  transform: scale(1.2);
}

.isn_cen {
  font-size: 24px;
  color: #78a93b;
  padding-bottom: 20px;
  font-weight: bold;
}

/* 研究院详情 */

.insxqfr {
  padding-left: 30px;
}

/* 新闻 */
.newsny li::after {
  display: block;
  content: "";
  clear: both;
}

.newsny li {
  padding: 20px;
  border: 1px solid #ebebeb;
  transition: 0.6s;
  margin-bottom: 30px;
}

.newsny li .newsnyfr {
  padding-left: 40px;
}

.newsny li .newsnyfr h3 {
  font-size: 22px;
  color: #333;
  padding: 30px 0 20px 0;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsny li .newsnyfr p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newsny li:hover .newsnyfr h3 {
  color: #78a93b;
}

.newsny li .nsfr {
  padding-top: 30px;
}

.newsny li .nsfr i {
  float: right;
}

.newsny li .nsfr span {
  font-size: 14px;
  color: #666;
}

.newsny li:hover {
  border: 1px solid #78a93b;
}

.newsny li .nsnypic {
  overflow: hidden;
}

.newsny li .nsnypic img {
  transition: 1s;
  width: 100%;
}

.newsny li:hover .nsnypic img {
  transform: scale(1.2);
}

.newsxqfl {
  padding-right: 40px;
}

.newsxqcon {
  background: #78a93b;
  padding: 40px;
}

.newsxqcon h4 {
  font-size: 18px;
  color: #fff;
  padding-bottom: 20px;
}

.newsxqcon ul li {
  border-bottom: 1px dashed #fff;
  margin-bottom: 20px;
}

.newsxqcon ul li span {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

.newsxqcon ul li p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.newsxqbot .nsxqbott {
  padding-top: 40px;
}

.newsxqbot .nsxqbott h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  color: #333;
}

.newsxqbot .nsxqbott span {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}

.newsxqbot .nsxqbott p {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
}

.newsxqbot .nsxqbott:hover h3 {
  color: #78a93b;
}

.nsxqfx h4 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 20px;
}

.nsxqfx li {
  float: left;
  margin: 0 10px;
}


/* 地图导航 */
.ditu {
  padding-top: 50px
}

.ditu .ditutxt {
  background: #e4e4e4;
}

.ditu .ditutxt h3 {
  padding: 50px 0 30px 0;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.ditu .ditutxt p {
  color: #333;
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 50px;
}

.ditutxt {
  padding-left: 50px;
}

/* 招聘 */
.conttop{height: 150px;background: #cee6d1;padding: 20px 40px;margin-bottom: 30px;}
.zhaopin {
  width: 100%;
  height: auto;
}

.zhaopin table th {

  background: #78a93b;
  line-height: 45px;
  ;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 20%;
}

.detail {
  cursor: pointer;
}

.zhaopin table td {
  height: 50px;
  font-size: 14px;
  border-bottom: 1px dotted #cdcdcd;
  line-height: 50px;
  text-align: center;
}

table tr.detailBox {
  background: #f6f6f6;
  padding: 20px;
  max-height: 200px;
  overflow-y: scroll;
}

table tr.detailBox td {
  padding: 10px 20px;
  font-weight: normal;
  line-height: 30px;
  text-align: left;
}

@media(max-width:767px) {
  .zhaopin table th {
    font-size: 14px;
  }

  .zhaopin table td {
    font-size: 12px;
  }
}




@media(max-width:1680px) {
  #nav {
    padding-right: 10%;
  }

  #nav>li>a {
    padding: 0 20px;
  }

  .tel {
    right: 2%;
  }

  .indexPart1 .list a {
    height: 259.5px;
  }
  
}

@media(max-width:1650px) {
  .indexPart1 .list img {
    margin-top: 30px;
  }
  .video-js {height: 900px!important;}
  .vjs-tech{height: 900px!important;}
}

@media(max-width:1440px) {

  .indexPart1 .list img {
    margin-top: 20px;
  }

  .indexPart1 .list a {
    height: 219.5px;
  }
  .video-js {height: 800px!important;}
  .vjs-tech{height: 800px!important;}
}

@media(max-width:1366px) {
  .video-js {height: 750px!important;}
  .vjs-tech{height: 750px!important;}
  #nav>li>a {
    padding: 0 10px;
  }

  #nav {
    padding-right: 18%;
  }

  .indexPart1 .list img {
    margin-top: 10px;
  }

  .indexPart1 .list a {
    height: 205.5px;
  }

  .indexPart1 .list li h2 {
    padding: 9px 0;
  }

  .research .resfl .resfltxt {
    height: 365px;
  }

  .abcnfr li a {
    height: 213.3px;
  }

  .prodcfl span {
    line-height: 26px;
  }

  .prodcfl3 span {
    line-height: 30px;
  }

  .ins_top .instopfr h3 {
    padding: 20px 0 10px;
  }

  .ins_top .instop {
    height: 256px;
  }

  .ins_bot li a {
    height: 165px;
  }
}




@media(max-width:1200px) {
  .video-js {height: 670px!important;}
  .vjs-tech{height: 670px!important;}
  .tel {
    display: none;
  }

  #nav {
    padding-right: 0;
  }

  .about .abfl li h1 {
    font-size: 16px
  }

  .about .abfl {
    padding-right: 10px;
  }

  .indexPart1 .list img {
    margin-top: 10px;
  }

  .indexPart1 .list a {
    height: 184px;
  }

  .indexPart1 .list li p {
    line-height: 18px;
    font-size: 12px;
  }

  .imgDiv img {
    width: 100%;
  }

  .research .resfl .resfltxt {
    padding: 20px;
  }

  .research .resfl .resfltxt p {
    line-height: 27px;
  }

  .abnpfr p {
    padding-top: 30px;
  }

  .abnpfr img {
    margin-top: 0;
  }

  .abcnfl p {
    line-height: 28px;
  }

  .abcnnr h3 {
    padding-top: 20px;
  }

  .abcnnr p {
    padding: 15px 15px 30px 15px;
  }

  .abcnfr li a {
    height: 175.6px;
  }

  .prowffl {
    padding-right: 15px;
  }

  .newsList li .cont h3 {
    padding-top: 0;
  }

  .newsList li .cont p {
    padding-top: 5px;
  }

  .prodcfl2 span {
    line-height: 26px;
  }

  .prodcfl3 span {
    line-height: 24px;
  }

  .ins_top .instop {
    height: 211px;
  }

  .ins_bot li a {
    height: 136px;
  }

  .ins_bot .instopfr p {
    -webkit-line-clamp: 2;
  }

  .ditu .ditutxt p {
    padding-bottom: 18px;
  }

}

@media(max-width:1024px) {

  .research .resfl .resfltxt {
    height: 298px;
  }

  #nav>li>a {
    padding: 0 5px;
  }

  .logo img {
    height: 40px;
    margin-top: 18px;
  }


  .m_img {
    display: block;
    height: 44px;
    background: #78a93b;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
  }

  .m_img .headlf {
    padding-left: 15px;
    float: left;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
  }

  .m_img .headlf .m_logo {
    height: 40px;
    display: block
  }

  .m_img .headrg {
    padding-right: 5%;
    padding-top: 6px;
    float: right;
  }

  .m_img .headrg a .m_menuimg {
    height: 30px;
    vertical-align: top;
    display: block
  }

  .m_nav {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000
  }

  .m_nav .closecover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
  }

  .m_nav .closeicon {
    position: absolute;
    width: 20%;
    left: 22px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0
  }

  .m_nav .m_navList {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    right: -80%;
    overflow-y: scroll;
  }

  .m_nav .m_navList ul {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10%;
  }

  .m_nav .m_navList ul li {
    border-bottom: 1px solid #dddddd
  }

  .m_nav .m_navList ul li a {
    display: block;
    height: 45px;
    color: #333;
    line-height: 45px;
    padding-left: 5%;
    font-size: 16px
  }

  .m_nav .m_navList ul li .m_f_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
  }

  .m_nav .m_navList ul li .m_f_a a {
    flex: 1;
  }

  .m_nav .m_navList ul li .m_f_a i {
    width: 30px;
    height: 20px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
  }

  .icon {
    background: url(../imgs/plus.png) 100% no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
  }

  .icon_on {
    background: url(../imgs/reduce.jpg) 50% no-repeat !important;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
  }

  .m_nav .m_navList ul li .m_s_nav {
    display: none;
    width: 100%;
    background: #f5f5f5;
  }

  .m_nav .m_navList ul li .m_s_nav a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10%;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
  }



  .about .abfl p {
    line-height: 24px;
  }

  .about .abfl ul {
    padding-top: 10px;
  }

}

@media(max-width:991px) {
  .research .resfl {
    width: 100%;
    float: none;
    height: 300px;
  }

  .research .resfr {
    width: 100%;
    float: none;
  }

  .research .resfl li {
    width: 100%;
  }

  .research .resfr {
    padding-left: 0;
  }
}

@media(max-width:768px) {
  .video-js {height:470px!important;}
  .vjs-tech{height: 470px!important;}
  .collapse {
    display: none;
  }

  .motop {
    display: block;
  }

  .main-nav-m {
    display: block !important;
    position: relative;
    z-index: 10;
    cursor: pointer;
    margin-bottom: 20px;
  }

  .main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: #78a93b;
  }

  .main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700
  }

  .main-nav-m .title i {
    position: absolute;
    content: '';
    width: 45px;
    height: 100%;
    right: 0
  }

  .main-nav-m .title i::after,
  .main-nav-m .title i::before {
    position: absolute;
    top: 50%;
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
  }

  .main-nav-m .title i::before {
    left: 46%;
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
  }

  .main-nav-m .title i::after {
    right: 46%;
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
  }

  .main-nav-m .title.active i::before {
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
  }

  .main-nav-m .title.active i::after {
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
  }

  .main-nav-m ul {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 0 10px;
    background: rgba(133, 177, 103, 0.8);
    color: #fff
  }

  .main-nav-m ul li {
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
  }

  .main-nav-m ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .55);
    color: #fff;
  }

  .abfr img {
    float: none;
    display: block;
    margin: auto;
    padding-top: 15px;
  }

  .about {
    margin: 30px 0;
  }

  .abtit {
    padding-bottom: 20px
  }

  .abtit h3 {
    font-size: 22px;
  }

  .news .newsfr {
    padding-left: 0;
  }

  .newsfltxt {
    margin-bottom: 20px;
  }

  .footerbot p {
    font-size: 12px;
  }

  .abcnfr li a {
    height: 226px;
  }

  .nbiao {
    display: none;
  }

  .nybanner {
    margin-top: 70px;
  }

  .abnpfr p {
    line-height: 26px;
  }

  .ly-nr {
    display: none;
  }

  .abny {
    padding-top: 20px;
  }

  .honortit {
    padding-top: 30px;
  }
   .pr-honortit {
    padding-top: 30px;
  }


  .zizhiny {
    padding-top: 30px;
  }
   .prolist {
    padding-top: 30px;
  }


  .business {
    display: none;
  }

  .busyd {
    display: block;
  }

  .busin li img {
    height: 180px;
    margin: 30px auto;
    display: block;
  }

  .courseList li .cont {
    width: 60%;
  }

  .courseList li .pic {
    width: 40%;
    padding-bottom: 26%;
  }

  .prodcfl {
    width: 100%;
  }

  .prodcfr {
    width: 100%;
  }

  .producen {
    overflow: inherit;
  }

  .prodcfl span {
    line-height: 30px;
  }

  .prodcfl p {
    line-height: 30px;
  }

  .prodcfr img {
    max-width: 100%;
  }

  .prodcfl2 {
    width: 100%;
    height: 500px;
  }

  .prodcfr2 {
    width: 100%;
  }

  .producen2 {
    overflow: inherit;
  }

  .prodcfr2 img {
    max-width: 100%;
  }

  .prodcfl3 {
    width: 100%;
    height: 300px;
  }

  .prodcfr3 {
    width: 100%;
  }

  .producen3 {
    overflow: inherit;
  }

  .prodcfr3 img {
    max-width: 100%;
  }

  .ins_top .instop {
    height: 162px;
  }

  .ins_top .instopfr p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

}

@media(max-width:767px) {
  .video-js {height:290px!important;margin-top: 70px;}
  .vjs-tech{height: 290px!important;}
  .wp-pagenavi a {
    padding: 6px 6px;
  }

  .pdtp {
    padding-top: 20px;
  }

  .matp {
    margin-top: 20px;
  }

  .abfl li {
    padding-left: 30px;
    padding-bottom: 15px;
  }

  .indexPart1 .fr li {
    padding: 0;
  }

  .indexPart1 .list div {
    height: 40px;
  }

  .indexPart1 .list div img {
    height: 40px;
  }

  .indexPart1 .list li p {
    padding: 0 10px;
  }

  .research .resfl {
    height: 285px;
  }

  .research .resfl .resfltxt {
    height: 285px;
  }

  .research .resfl .resfltxt h3 {
    font-size: 18px;
  }

  .research .resfl .resfltxt p {
    line-height: 23px;
  }

  .research .resfr li.active span {
    font-size: 15px;
  }

  .research .resfr span {
    font-size: 14px;
    margin-top: 0;
  }

  .newsfl h3 {
    font-size: 16px;
  }

  .news .nsfr h3 {
    font-size: 16px;
  }

  .footer {
    display: none;
  }

  .ftfr {
    display: none;
  }

  .footerbot p {
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
  }

  .footerbot {
    height: 70px;
  }

  .abcnfr li a {
    height: 143px;
  }

  .abcnnr p {
    padding: 5px;
    font-size: 13px;
  }

  .abcnnr h3 {
    font-size: 18px;
  }

  .nybanner {
    margin-top: 70px;
  }

  .abnpfr {
    padding-left: 0;
  }

  .abnpfr h3 {
    font-size: 25px;
  }

  .abnpfr p {
    padding-top: 20px;
  }

  .abnyconr {
    margin-top: 30px;
  }

  .abcnfl {
    padding-right: 0;
  }

  .abcnfls p {
    line-height: 28px;
  }

  .abcnfls h3 {
    padding-top: 30px;
  }

  .footerbot {
    margin-top: 30px;
  }

  .abcnfr img {
    height: 143px;
  }

  .honortit p {
    width: 100px;
    height: 50px;
	font-size:14px;
  }
  .pr-honortit p {
    width: 100px;
    height: 50px;
	font-size:14px;
  }

  .produtit {
    font-size: 20px;
  }

  .product {
    padding-top: 20px;
  }

  .produimg {
    padding: 20px 0;
  }

  .newsList li .cont h3 {
    font-size: 16px;
  }

  .newsList li .cont p {
    line-height: 20px;
    padding-top: 2px;
  }

  .newsList li .cont .more {
    margin-top: 2px;
  }

  .courseList li .cont {
    padding-left: 10px;
  }

  .prowffl {
    padding-right: 0;
  }

  .profwtit h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .profwcon {
    padding: 20px 0;
  }

  .courseList {
    padding-top: 20px;
  }

  .prodcfl {
    height: 600px;
  }

  .prodcfr {
    height: 300px;
  }

  .producen {
    margin: 20px 0;
  }

  .profuwuxq .profwxqt h3 {
    font-size: 20px;
  }

  .profuwuxq .profwxqt img {
    margin: 30px 0;
  }

  .prodcfl2 {
    width: 100%;
    height: 820px;
  }

  .producen2 {
    margin: 20px 0;
  }

  .prodcfr2 {
    width: 100%;
    height: 500px;
  }

  .prodcfr3 {
    width: 100%;
    height: 350px;
  }

  .prodcfl3 {
    width: 100%;
    height: 520px;
  }

  .produbot2 li p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .produbot2 {
    padding-top: 20px;
  }

  .producen3 {
    margin: 20px 0;
  }

  .honortitse p {
    width: 120px;
    margin-bottom: 20px;
  }

  .restit {
    padding-top: 10px;
  }

  .resch {
    padding-top: 20px;
  }

  .ins_top .instopfr {
    padding: 0 0 0 20px;
  }

  .ins_top .instop {
    background: #fff;
    margin-bottom: 5px;
  }

  .ins_top .instopfr h3 {
    padding: 10px 0;
    font-size: 20px;
  }

  .ins_top .instopfr p {
    line-height: 24px;
  }

  .instit {
    padding-top: 20px;
  }

  .ins_top .instopfr span {
    padding-top: 15px;
  }

  .ins_bot li a {
    height: auto;
  }

  .ins_bot .instopfr {
    padding: 0 10px;
  }

  .ins_bot .instopfr p {
    line-height: 24px;
  }

  .ins_bot .instopfr h3 {
    padding: 0 0 3px 0;
    font-size: 18px;
  }

  .newsny li .newsnyfr {
    padding-left: 10px;
  }

  .newsny li .newsnyfr h3 {
    font-size: 17px;
    padding: 0 0 5px 0;
  }

  .newsny li .newsnyfr p {
    margin-top: 5px;
  }

  .newsxqfl {
    padding-right: 0;
  }

  .newsxqcon {
    display: none;
  }

  .nsxqfx {
    display: none;
  }

  .ditutxt {
    padding-left: 0;
    padding: 10px;
  }

  .ditu .ditutxt h3 {
    font-size: 18px;
  }
  .nsabli{float: none!important;}
}