@font-face {
  src: url("../font/SourceHanSansCN-ExtraLight.otf");
  font-family: "SourceHanSansCN-ExtraLight";
}
@font-face {
  src: url("../font/SourceHanSansCN-Light.otf");
  font-family: "SourceHanSansCN-Light";
}
@font-face {
  src: url("../font/SourceHanSansCN-Bold.otf");
  font-family: "SourceHanSansCN-Bold";
}
@font-face {
  src: url("../font/SourceHanSansCN-Heavy.otf");
  font-family: "SourceHanSansCN-Heavy";
}
@font-face {
  src: url("../font/SourceHanSansCN-Medium.otf");
  font-family: "SourceHanSansCN-Medium";
}
@font-face {
  src: url("../font/SourceHanSansCN-Regular.otf");
  font-family: "SourceHanSansCN-Regular";
}
@font-face {
  src: url("../font/PangMenZhengDao.ttf");
  font-family: "PangMenZhengDao";
}
@font-face {
  src: url("../font/simsun.ttc");
  font-family: "simsun";
}
@font-face {
  src: url("../font/RuiZiZhenYanTiMianFeiShangYong-2.ttf");
  font-family: "RuiZiZhenYanTiMianFeiShangYong-2";
}

* {
  font-family: "SourceHanSansCN-Light";

  padding: 0;
  margin: 0;
  /* box-sizing: border-box; */
}
body {
}
.app {
   padding-top: 164px
}

/* ----------------------首页---------------------- */
.header{
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.footer{
  background-color: #fff;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
}
.logo{
  display: block;
  max-width: 466px;
}
.logo>img{
 width: 100%;
}
.h-t {
  border-bottom: 1px #f0f0f0 solid;
}
.h-b{
  z-index: 10;
    position: relative;
}
.h-b-cont{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}
.n-rx{
  display: none;
  color: #07913a;
  font-size: 16px;
  font-family: "SourceHanSansCN-Medium";
}
.ul-nav {
  display: flex;
}
.ul-nav>li:hover .nd{
  display: block;
}
.ul-nav>li>a {
  color: #333333;
  font-size: 16px;

  line-height: 48px;
}

.ul-nav>li:hover>a,.nav-act,  .ul-nd>li:hover a{
  color: #07913a !important;
  font-family: "SourceHanSansCN-Medium";
  font-weight: 800;
}
.ul-nav>li {
  margin-left: 78px;
}

.ul-nav>li:nth-child(1) {
  margin-left: 0
}

.h-rx {
  position: absolute;
  right: 0;
  top: 0;
  width: 42.08%;
  width: 808px;
  height: 209px;
  background: url(../images/rx.png) no-repeat top;
  background-size: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 0 0 40px;
  z-index: 9;
}

.rx-num {
  font-size: 46px;
  color: #ffffff;
  font-family: "PangMenZhengDao";
}

.rx-tx {
  margin-top: 10px;
}

.rx-tx span {
  vertical-align: middle;
  margin-left: 8px;
  color: #fff;
  font-size: 20px;
  font-family: "SourceHanSansCN-Regular";
}

.ib {
  position: relative;
}

.banner-pic>img {
  width: 100%;
}

.search-rm span {
  vertical-align: middle;
  margin-left: 8px;
  color: #ffffff;
  font-size: 16px;

}

.search-his {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 -15px;
}

.search-his p {
  font-size: 14px;
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.71);
}

.search-btn input {
  width: 62px;
  height: 48px;
  background: url('../images/3.png') no-repeat center;
  background-size: 24px;
  outline: none;
  cursor: pointer;

}

.search-inp {
  width: 620px;
  height: 48px;
}

.search-b {
  max-width: 682px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  background-color: #fff;
}

.search-inp input {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 10px;
  color: #4c4c4c;
  font-size: 14px;
  box-sizing: border-box;
}

.search-inp input::placeholder {
  color: #ced1cf;
  font-size: 14px;
}

.ib-l {
  width: 736px;
  padding: 28px 20px 18px 30px;
  box-sizing: border-box;
  background-color: #07913a;
}

.ib-r {
  min-width: 464px;
  background: url('../images/4.png') no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.ib-r-tx {
  color: #f0f0f0;
  font-size: 24px;
  font-family: "SourceHanSansCN-Bold";
  line-height: 44px;
  padding: 0 16px;
}

.ib-r-tx span {
  font-size: 48px;
  font-family: "SourceHanSansCN-Bold";
}

.ib-bom {
  position: absolute;
bottom: -110px;
width: 100%;
z-index: 9;

}
.ib-m{
  display: flex;
}


.iab {
  position: relative;
  padding: 170px 0 66px;
}
.iab-bg{
  width: 48.9%;
  position: absolute;
  right: 0;
  bottom: -220px;
}
.iab-bg>img{
  width: 100%;
}
.iab-cont{
  max-width: 690px;
}
.ititle {
  position: relative;
  color: #033314;
  font-size: 14px;
  padding-top: 15px;
  z-index: 1;
}

.ititle p {
  position: absolute;
  /* bottom: 0; */
  top: -6px;
  left: 0;
  color: #f0f0f0;
  font-size: 36px;
  font-family: "SourceHanSansCN-Bold";
  z-index: -1;
}
.itx{
 font-size: 24px;
 color: #333333;
 font-family: "SourceHanSansCN-Bold";
 margin: 15px 0
}
.iline{
  width: 20px;
  height: 1px;
  background-color: #ced1cf;

}
.iab-tx{
 color: #4c4c4c;
 font-size: 14px;
 line-height: 28px;
 margin-top: 22px
}
.i-more{
  width: 116px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background-color: #07913a;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.i-more span{
  vertical-align: middle;
  margin-right: 4px;
}
.i-more-icon{

}
.imid{
  background: url('../images/13.png') no-repeat center;
  background-size: 100% 100%;
  height: 241px;
}
.ul-imid{
  display: flex;

}
.ul-imid a{
  position: relative;
  width: 200px;
  height: 241px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.imid-tx{
  color: #ffffff;
  font-size: 20px;
  margin-top: 15px;
  font-family: "SourceHanSansCN-Regular";
}
.ul-imid a::after{
  content: '';
  position: absolute;
  top: 39px;
  left: 0;
  width: 1px;
  height: 162px;
  background-color: rgba(255, 255, 255, 0.21);
}
.ul-imid a:hover{
  background-color: #07913a
}
.ipdu{
  background: url('../images/14.png') no-repeat center;
  background-color: #f8f9fa;
  padding: 60px 0;
  min-height: 803px;
  box-sizing: border-box;
}
.ipdu-nav-title{
  width: 130px;   
  height: 72px;
  line-height: 72px;
  text-align: center;
  background-color: #07913a
}
.ipdu-nav-title span{
  vertical-align: middle;
  margin-left: 8px;
  color: #ffffff;
  font-size: 18px;
  font-family: "SourceHanSansCN-Medium";
}
.ipdu-nav{
  display: flex;
  align-items: center;
  border: 1px #e0e0e0 solid;
  margin-top: 30px

}
.ul-ipdu-nav{
  width: 89.17%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  box-sizing: border-box;
}
.ul-ipdu-nav>li{
  margin-right:54px ;
  color: #999999;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.ul-ipdu-nav>li:hover,.ipdu-act{
  color: #07913a !important;
  font-family: "SourceHanSansCN-Medium";
}
.ul-ipdu>li:hover .ipdu-txt{
  height: auto;
  background-color: #07913a;
}
.ul-ipdu>li:hover .ipdu-tx{
  -webkit-line-clamp: 3;
  color: #fff;
}
.ul-ipdu>li:hover .ipdu-title{
  color: #fff;
}
.ul-ipdu>li:hover .ipdu-line{
  background-color: #fff;
}
.ipdu-pic>img{
  width: 100%;
}
.ipdu-txt{
  position: absolute;
background-color: #fff;
padding: 20px 10px;
bottom: 0px;
transition: height .5s;
height: 103px;
box-sizing: border-box;
overflow: hidden;
}
.ipdu-title{
 color: #333333;
 font-size: 18px;
}
.ipdu-tx{
  color: #4d4d4d;
font-size: 14px;
line-height: 24px;
display: -webkit-box;
text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.ipdu-line{
  width: 20px;
  height: 1px;
  background-color: #ced1cf;
  margin: 15px 0 10px;
}
.ipdu-cont{
  margin-top: 10px
}
.ul-ipdu{
 display: flex;
 flex-wrap: wrap;
 max-width: 1222px;
 overflow: hidden;
 margin-left: -1.92%;
}
.ul-ipdu>li{
  position: relative;
  float: left;
 width: 23.08%;
 border: 1px #e1e1e1 solid;
 box-sizing: border-box;
 margin-left: 1.92%;
 padding-bottom: 103px;
 margin-top: 30px

}
.ipdu-more{
  background-color: #ffffff;
}
.ipdu-more span{
  color: #07913a;
}
.inews{
  padding-top: 60px;
}
.inews-cont{
  display: flex;
  flex-wrap: wrap;
}
.inews-l{
  width: 50%;
}
.inews-r{
  width: 50%;
}
.inews-txt{
  display: block;
  height: 100%;
  padding: 30px;
  background-color: #07913a;
  box-sizing: border-box;
}
.inews-txt .ipdu-title, .inews-txt .ipdu-tx{
  color: #fafafa;

}
.inews-txt .ipdu-tx{
  -webkit-line-clamp: 3;
  margin-top: 22px;
  line-height: 30px
}
.inews-pic{
  height: 100%;
}
.inews-pic>img{
  width: 100%;
  height: 100%;
}
.inews-bom{
  padding-bottom: 64px;
  background-color: #f5f5f5
}
.inews-txt2  .ipdu-title{
  color: #333333
}
.inews-txt2  .ipdu-tx{
  color: #666666
}
.ul-ftnav{
  display: flex;
  padding:40px 0 20px;
  border-bottom: 1px #f0f0f0 solid;
}
.ul-ftnav>li{
  margin-left: 45px;
  color: #333333;
  font-size: 16px;
}
.ul-ftnav>li:nth-child(1){
  margin-left: 5px
}
.ft{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.ft-l{
  width: 38.83%;
}
.ft-r{
  width: 626px;
}
.ft-r-b{
  padding: 30px 5px;
}
.ft-r-title{
  color: #333333;
  font-size: 16px;


}
.ft-r-title span{
  color: #cccccc;
}
.ul-ft{
  display: flex;
  flex-wrap: wrap;

  margin-top: 3px;

}
.ul-ft>li{
  margin-top: 14px;
  color: #999999;
  font-size: 14px;
  min-width: 270px;
}
.ul-ft>li:nth-child(2n){
  margin-left: 40px
}
.beian{
  border-top: 1px #f0f0f0 solid;
  color: #999999;
  font-size: 14px;
  line-height: 52px
}
/* ----------------------关于我们---------------------- */
.zy-banner {
  position: relative;
  height: 424px;
  background: no-repeat center;
}

.zy-b-txt {
  padding-top: 140px;
  max-width: 745px;
}

.zy-b-title {
  font-size: 48px;
  color: #ffffff;
  font-family: "SourceHanSansCN-Bold";
}

.zy-b-tx {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px
}

.b-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.57)
}

.b-nav-icon {
  line-height: 48px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  background-color: rgba(0, 0, 0, 0.57)
}
.b-nav-w{
  position: relative;
}
.b-nav-title {

  width: 276px;
  color: #ffffff;
  font-size: 18px;
  line-height: 50px;
  padding-left: 72px;
  box-sizing: border-box;
  background: url('../images/17.png') no-repeat 95%;
  cursor: pointer;
}
.b-nav-title:hover{
  background-color: rgba(7, 145, 58, 0.8)
}
.b-nav-act{
  background-color: rgba(7, 145, 58, 0.8)
}
.b-nav-cont {
  display: flex;
}


.jj-mid {
  position: relative;
  padding: 40px 0 45px
}

.jj-title {
  color: #07913a;
  font-size: 36px;
  font-family: "SourceHanSansCN-Bold";
}

.tx-wid {
  max-width: 670px;
}

.jj-bom {
  height: 384px;
  background: url('../images/16.png') no-repeat center;

}

.jj-bom-title {
  color: #ffffff;
  font-size: 48px;
  font-family: "SourceHanSansCN-Heavy";
}

.jj-bom-title img {
  margin-left: 7px
}

.jj-bom-tx {
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
  line-height: 26px;
}

.ul-jj-bom {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
}

.ul-jj-bom>li {
  position: relative;
  width: 298px;
  height: 154px;
  text-align: center;
  box-sizing: border-box;
}

.ul-jj-bom>li:nth-child(1),
.ul-jj-bom>li:nth-child(2) {
  padding-top: 34px
}

.ul-jj-bom>li:nth-child(1),
.ul-jj-bom>li:nth-child(3) {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.21)
}

.ul-jj-bom>li:nth-child(3),
.ul-jj-bom>li:nth-child(4) {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.21);
  padding-top: 22px;
}

.jj-bom-cont {
  display: flex;
  align-items: center;
  height: 100%;
}

.b-nav-nd {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9;
  background-color: #fff;
}

.ul-b-nd>li {
  margin-bottom: 1px;
}

.ul-b-nd a {
  display: block;
  line-height: 50px;
  padding-left: 72px;
  background-color: #39a761;
  font-size: 16px;
  color: #ffffff;
}
.ul-b-nd a:hover{
  font-family: "SourceHanSansCN-Bold";
}
.b-nd-act{
  font-family: "SourceHanSansCN-Bold";
}

/* ----------------------企业文化---------------------- */
.content {
  padding: 60px 0;
}

.zy-txt {
  text-align: center;
}

.zy-title {
  color: #333333;
  font-size: 36px;
  font-family: "SourceHanSansCN-Bold";
}

.wh-bg {
  background: url('../images/19.png') no-repeat right;
  height: 668px;
  margin-top: 30px
}

.wh-txt {
  width: 50%;
  height: 100%;
background-color: rgba(7, 145, 58, 0.88);
padding: 30px;
box-sizing: border-box;
display: flex;
align-items: center;
}
.wh-txt2{
  margin-top: 35px;
}
.wh-txt2:nth-child(1){
  margin-top: 0
}
.wh-title {
  color: #ffffff;
  font-size: 24px;
  font-family: "SourceHanSansCN-Bold";
}

.wh-tx {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 10px;
}

/* ----------------------荣誉资质---------------------- */
.ul-ry {
  display: flex;
  flex-wrap: wrap;
  max-width: 1240px;
  margin-left: -3.23%;
  overflow: hidden;
}

.ul-ry>li {
  position: relative;
  float: left;
  width: 21.77%;
  margin: 30px 0 0 3.23%;
  padding: 8px;
  box-sizing: border-box;
  background-color: #ebebeb;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zz-menb {
  position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.47);
z-index: 9;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: .3s;
-webkit-transition: .3s;
}


.zz-pic>img{
  width: 100%;
}
.ry-tc {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 999;
}
.ry-tc-cont {
  width: 80%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ry-tc-pic {
  display: inline-block;
}
.ry-tc-pic>img {
  width: 75%;
}
.ry-tc-kk{
  position: relative;
}
.ry-close{
  position: relative;
}
.ry-close i{
  opacity: 0;
  font-size: 16px;
color: #fff;
transition: .3s;
}
.ry-close::after,  .ry-close::before{
content: "";
width: 60%;
height: 1px;
background: #fff;
display: block;
position: absolute;
left: 50%;
margin-left: -30%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ry-close::after{
bottom: 50%;
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ry-close::before{
top: 50%;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.ry-close:hover::after{
 bottom: 24%;
 transform: rotate(0deg);
}
.ry-close:hover::before{
top: 24%;
 transform: rotate(0deg);
}
.ry-close:hover i{
 opacity: 1;
 
}
.ry-btn{
  position: absolute;
  right: -80px;
  top: 0;
}

.ry-btn p{
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: rgba(0,0,0,.60);
  cursor: pointer;
}
.ry-btn p:hover{
  background-color: #07913a
}
.ry-next ,.ry-prev {
  color: #ffffff;
  font-size: 42px;
  font-family: "simsun" !important;
}
.ul-tc-kk>li{
  display: none;
}
.ul-tc-kk .tc-show{
  display: inline-block;
}
/* ----------------------企业风貌---------------------- */
.ul-fm{
  display: flex;
flex-wrap: wrap;
max-width: 1230px;
margin-left: -3.74%;
overflow: hidden;
 }
 .ul-fm>li{

float: left;
width: 29.59%;
margin: 30px 0 0 3.74%;

cursor: pointer;
overflow: hidden;
 }
 .fm-pic{
     position: relative;
  padding: 8px;
box-sizing: border-box;
background-color: #ebebeb;
 }

 .fm-pic>img{
     width: 100%;
 }
 .fm-tx{
     color: #333333;
     font-size: 18px;
     text-align: center;
     margin-top: 10px
 }
 .ul-fm .zz-menb{
     top: 120%;
 }

/* ----------------------产品详情---------------------- */
.pduxq-top{
  margin: 0 auto;
  border: 5px #333333 solid;
  text-align: center;
  padding: 13px;
  max-width: 570px;
  box-sizing: border-box;
}
.pduxq-top-title{
     color: #333333;
     font-size: 36px;
     font-family: "SourceHanSansCN-Bold";
}
.pduxq-top-tx{
  color: #666666;
  font-size: 18px;
  margin-top: 15px;
}
.pduxq-pic{
  max-width: 566px;
  width: 47.17%;
  margin: 0 9.17%
}
.pduxq-pic>img{
  width: 100%;
}
.pduxq-mid{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.pduxq-a{
  display: block;
  width: 7.5%;
}
.pduxq-a>img{
  width: 100%;
}
.pduxq-tb{
  border-collapse: collapse;
  border: 1px #cccccc solid;
  margin-top: 20px;
}
.pduxq-tb td{
  color: #333333;
  font-size: 20px;
  line-height: 38px;
  width: 50%;
  text-align: center;
}
.pduxq-tb td span{
  display: inline-block;
  min-width: 145px;
  text-align: left;
}
.pduxq-tb td:nth-child(1){
  text-align: left;
  padding-left: 18.88%
}
.pduxq-title{
  color: #333333;
font-family: "SourceHanSansCN-Bold";
font-size: 24px;
line-height: 30px;
margin-right: 5px;
flex: none;
}
.ul-pduxq>li{
  margin-top: 40px
}
.jyin-pic{
  text-align: center;
  max-width: 786px;
  margin: 10px auto 0;
}
.jyin-pic>img{
  width: 100%;
}
.pduxq-txt{
  display: flex;

}
.pduxq-tx{
  width: 96.67%;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
}

/* ----------------------合作客户---------------------- */
.ul-hz{
  display: flex;
  flex-wrap: wrap;
  max-width: 1330px;
  overflow: hidden;
  margin-left: -4.02%;
}
.ul-hz>li{
  float: left;
  width: 20.98%;
  margin: 4.02% 0 0 4.02%;
}
.hz-pic>img{
  width: 100%;
}

/* ----------------------新闻中心---------------------- */
.news-line {
  margin-top: 20px
}

.ul-news>li {
  margin-bottom: 2px;
}

.ul-news a {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #ffffff;
  transition: .2s;
}

.news-l {
  max-width: 550px;
  margin-right: 10px;
  padding: 15px 0
}

.news-no-pic .news-l {
  max-width: unset;
  margin-right: 0
}

.news-pic {
  max-width: 519px;
}

.news-pic>img {
  width: 100%;
}

.ul-news>li .ipdu-tx {
  -webkit-line-clamp: 3;
  line-height: 28px;
}

.news-cont {
  margin-top: 40px
}

.news-more {
  margin-top: 25px
}

.news-more .i-more-icon>img:nth-last-child(1) {
  display: none;
}

.ul-news>li:hover a {
  background-color: #07913a;
}

.ul-news>li:hover .i-more-icon>img:nth-last-child(2) {
  display: none;
}

.ul-news>li:hover .i-more-icon>img:nth-last-child(1) {

  display: inline-block;
}

.ul-news>li:hover .news-more {
  background-color: #fff;
  color: #07913a
}

.ul-news>li:hover .ipdu-title,
.ul-news>li:hover .ipdu-tx {
  color: #fff;
}

.ul-news>li:hover .news-line {
  background-color: #fff;
}
/* ----------------------新闻详情---------------------- */
.newsxq-t-title {
  font-size: 36px;
  color: #1e1e1e;
  font-family: "SourceHanSansCN-Bold";
}

.newsxq-t-line {
  background-color: #dddddd;
  width: 100%;
  height: 1px;
  margin: 20px 0 15px;
}

.newsxq-t-msg {
  color: #b7b7b7;
  font-size: 12px;
  font-family: "SourceHanSansCN-Regular";
  margin-top: 20px
}

.newsxq-t-tx {
  color: #555555;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}

.newsxq-t-tx:nth-child(1) {
  margin-top: 0
}

.newsxq-t {
  background-color: #fff;
  padding: 30px;
}

.news-tj-title {
  color: #333333;
  font-size: 24px;
  font-family: "SourceHanSansCN-Bold";
  margin-top: 60px;
  margin-bottom: 20px
}

/* ----------------------联系我们---------------------- */
.my-map {
  margin: 0 auto;
  width: 100%;
  height: 576px;
}

.my-map .icon {
  background: url('../images/marker.png') no-repeat;
}

.my-map .icon-cir {
  height: 31px;
  width: 28px;
}

.my-map .icon-cir-red {
  background-position: -11px -5px;
}

.amap-container {
  height: 100%;
}
.amap-copyright,.amap-logo{
  display: none !important
}
.lx-map{
  position: relative;
  margin-top: 30px;
}
.lx-r{
  position: absolute;
  right: 0;
  top: 0;
  width: 432px;
  height: 100%;
  background: url('../images/50.png') no-repeat center;
  background-size: 100% 100%;
}
.lx-title{
  color: #ffffff;
  font-size: 32px;
  width: 100%;
  line-height: 96px;
  padding-left: 40px;
  background: url('../images/45.png') no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 5px;
  font-family: "RuiZiZhenYanTiMianFeiShangYong-2";
  box-sizing: border-box;
}
.lx-tx{
  margin-top: 30px;
  color: #ffffff;
  font-size: 16px;
  padding-left: 37px
}
.lx-tx span{
  vertical-align: middle;
  margin-left: 8px;
}
/* ----------------------人才招聘---------------------- */
.zp-top {
  display: flex;
  background-color: #07913a
}

.zp-top p {
  width: 25%;
  color: #ffffff;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
}

.zp-cont {
  margin-top: 30px
}

.zp-act .zp-icon>img:nth-child(2) {
  display: none;
}

.zp-act .zp-icon>img:nth-child(1) {
  display: inline-block;
}

.zp-li {
  position: relative;
  display: flex;
  border-bottom: 1px #e6e6e6 dashed;
  cursor: pointer;
}

.zp-li p {
  width: 25%;
  color: #333333;
  font-size: 14px;
  line-height: 26px;
  height: 56px;
  text-align: center;
  display: flex;
justify-content: center;
align-items: center;
  box-sizing: border-box;
}

.zp-li p:nth-child(1) {
  text-align: left;
  padding-left: 7.5%;
  justify-content: flex-start;
}

.zp-icon {
  position: absolute;
  top: 17px;
  line-height: 18px;
  right: 20px;
}

.zp-icon>img:nth-child(1) {
  display: none;
}

.zp-detail {
  display: none;
  background-color: #f3f3f3;
  padding: 25px 40px 25px 7.5%;
  box-sizing: border-box;
}

.zp-txt {
  margin-top: 20px;
}

.zp-txt:nth-child(1) {
  margin-top: 0
}

.zp-title {
  color: #333333;
  font-size: 16px;
  line-height: 28px;
}

.zp-tx {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}

.zp-span {
  color: #333333;
  font-family: "SourceHanSansCN-Medium";
}

.zp-span2 {
  margin-right: 70px;
}

.zp-span2:nth-last-child(1) {
  margin-right: 0
}

/* ----------------------响应式---------------------- */
.nd {
  display: none;
  position: absolute;
  width: 100%;
  height: 152px;
  left: 0;
  border-top: 5px #fff solid;
  background-color: rgba(255, 255, 255, 0.88);
}

.nd::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  background-color: #f0f0f0;
  width: 100%;
  height: 1px;

}
.nd-cont{
  height: 100%;
display: flex;
align-items: center;
}
.ul-nd {
  display: flex;
}

.ul-nd>li {
  margin-left: 80px;
  color: #4c4c4c;
  font-size: 16px;
}
.ul-nd>li:nth-child(1){
  margin-left: 0
}
.nd-line{
  width: 20px;
  height: 1px;
  background-color: #4d4d4d;
  transition: .5s;
  -webkit-transition: .5s;
}
.ul-nd>li>a{
  display: block;
  padding-top: 15px;
}
.ul-nd>li:hover   .nd-line{
   width: 100%;
   background-color: #07913a ;
}
.menu {
  display: none;
  cursor: pointer;

}
.menu>ul>li {
  width: 32px;
  height: 3px;
  background-color: #07913a;
  margin-bottom: 5px;
}
.menu>ul>li:nth-last-child(1) {
  margin-bottom: 0;
}
.tc {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.tc-cont {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 5px 25px 30px;
  box-sizing: border-box;
  margin-top: 164px;
  border-top: 1px #f0f0f0 solid;
}
.ul-tc {
  height: 80%;
  overflow-y: auto;
  max-height: 500px;
}
.ul-tc>li {
  color: #555555;
  font-size: 24px;
  width: 60%;
  border-bottom: 1px #232323 solid;
}
.ul-tc>li>a {
  display: block;
  padding: 15px 5px;
  cursor: pointer;
}
.ul-nav3 {
  display: none;
  padding: 10px 15px;
  padding-top: 0;
}
.ul-nav3 a {
  display: block;
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 1px #232323 solid;
}
.ul-nav3>li:nth-last-child(1) a {
  border-bottom: none;
}


/* ----------------------hover---------------------- */

.ipdu-pic>img,.hz-pic>img,.fm-pic>img,.zz-pic>img,.news-pic>img{
  transition: .5s;
  -webkit-transition:.5s;
}
.ipdu-pic,.hz-pic,.fm-pic,.zz-pic,.news-pic{
  overflow: hidden;
}
.ul-ipdu>li:hover .ipdu-pic>img,.ul-hz>li:hover .hz-pic>img,.fm-pic:hover img,.zz-pic:hover img,.ul-news>li:hover .news-pic>img{
  transform: scale(1.1)
}



.pagelist{width:100%;height:37px; padding-top:30px; padding-bottom:50px; text-align:center;}
.pagelist a{ padding:7px 19px; height:32px;display:inline-block; background-color:#f1f1f1; border-radius: 1px; border:#c1c1c1 solid 1px;  text-align:center;line-height:32px;margin-left:0px;font-size:14px;color:#3e3e3e; cursor:pointer;}
.pagelist a:hover ,.pagelist a.selected{ background-color:#07913a; color:#fff; border:#07913a solid 1px; padding:7px 19px; cursor:pointer;}
.pagelist span{height:32px;display:inline-block;margin-left:14px;line-height:32px;text-align:center;font-size:14px;color:#999999;}