/* 首页 */
.tit{
  width: 100%;
  overflow: hidden;
  display: flex;
}
.tit .t-l{
  font-size: 72px;
  color: #009549;
  /* float: left; */
  line-height: 72px;
}
.tit .t-r{
  /* float: left; */
  margin-top: 12px;
}
.tit .t-r p{
  font-size: 30px;
  line-height: 26px;
  color: #333333;

}
.tit .t-r p span{
  font-size: 20px;
  color: #009549;
  font-family: 'Book Antiqua';
}
.tit .t-r .p1{
  padding-left: 16px;

}
.index{

}
.index .aboutme{
  width: 100%;
  background: url(../img/ds.png) no-repeat;
  background-size: 100% 100%;
  padding: 104px 0;
  overflow: hidden;
}
.index .aboutme .wenzi{
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  margin-top: 48px;
  padding-bottom: 44px;
  border-bottom: 1px solid #d9d9d9;
}
.index .aboutme a{
  font-size: 14px;
  color: #999999;
  margin-top: 32px;
}
.index .aboutme img{
  width: 44%;
}
.index .aboutme .row {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.index .aboutme .row .left{
  width: 46%;
}
/* 新闻中心 */
.index .newcenter{
  width: 100%;
  background: url(../img/new.png) no-repeat;
  background-size: 100% 100%;
  padding: 48px 0;

}
.index .newcenter .tit{
  justify-content: center;
}
.index .newcenter .left{
  width: 43%;
}
.index .newcenter .left a{
  width: 100%;
}
.index .newcenter .left img{
  width: 100%;
}
.index .newcenter .left .p1{
  font-size: 16px;
  color: #333333;
  margin-top: 30px;
  overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;

}
.index .newcenter .left .p2{
  font-size: 12px;
  color: #999999;
  margin: 12px 0;
}
.index .newcenter .left .p3{
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}
.index .newcenter .left img{}
.index .newcenter .right{
  width: 52%;
}
.index .newcenter .right a{
  width: 100%;
}
.index .newcenter .cont{
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.index .newcenter .right a{
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
.index .newcenter .right a:nth-child(1){
  padding-top: 0;
}
.index .newcenter .right a img{
  width: 170px;
  height: 110px;
}
.index .newcenter .right a  .p1{
  font-size: 16px;
  color: #333333;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;

}
.index .newcenter .right a  .p2{
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
  margin-bottom: 20px;

}
.index .newcenter .right a  .p3{
  font-size: 13px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}
.index .newcenter .right a .div1{
  padding-left: 4%;
  /* flex: 1; */
  width: 74%;
}
.index .newcenter .right a:hover .div1 .p3{
  color: #009549;
}
.index .newcenter .left a:hover  .p3{
  color: #009549;
}
/* 产品中心 */
.index  .procenter {
  padding: 48px 0;
}
.index  .procenter .tit{
  justify-content: center;
}
.index  .procenter .cont{
  font-size: 0;
  margin-top: 48px;
}
.index  .procenter .cont a{
  width: 22%;
}
.index  .procenter .cont a p{
  font-size: 16px;
  color: #333333;
  text-align: center;
  width: 100%;
  height: 54px;
  line-height: 54px;
  margin-top: 20px;

overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.index  .procenter .cont a{
  margin-right: 4%;
}
.index  .procenter .cont a:nth-last-child(1){
  margin-right: 0;
}
.index  .procenter .cont a img{
  width: 100%;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.index  .procenter .cont a:hover img{
  border: 1px solid #009549;

}
.index  .procenter .cont a:hover p{
  background: #009549;
  color: #fff;
}
/* 建党工作 */
.index .jiandang{
  background: url(../img/jd.png) no-repeat;
  background-size: 100% 100%;
  padding: 48px 0;
}
.index .jiandang .tit{
  justify-content: center;
}
.index .jiandang .cont{
  font-size: 0;
  margin-top: 48px;
}
.index .jiandang .cont a{
  width: 30%;
  margin-right: 5%;
}
.index .jiandang .cont a:nth-child(3n){
  margin-right: 0;
}
.index .jiandang .cont a img{
  width: 100%;
}
.index .jiandang .cont a .div1 {
  width: 100%;
  background: #fff;
  padding: 20px 24px;
}
.index .jiandang .cont a .div1 .p1{
  font-size: 16px;
  color: #333333;
  padding-bottom: 14px;
  position: relative;

overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.index .jiandang .cont a .div1 .p1::after{
  content: ' ';
  position: absolute;
  width: 36px;
  height: 1px;
  background: #cbcbcb;
  left: 0;
  bottom: 0;
}
.index .jiandang .cont a .div1 .p2{
  font-size: 12px;
  color: #999999;
  margin-top: 20px;
}
.index .jiandang .cont a .div1 .p3{
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  line-height: 28px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .jiandang .cont a:hover .p3 span{
  color: #009549;
}
/* 生产研发 */
.index .develop{
  padding-top: 48px;
  margin-bottom: 100px;
}
.index .develop .tit{
  justify-content: center;
}
.index .develop .cont{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index .develop .cont a{
  width: 47%;
  border-bottom: 1px solid #d9d9d9;
  /* margin-right: 5%; */
  padding-bottom: 28px;
  padding-top: 28px;
  box-sizing: border-box;
  margin-top: 30px;
}
.index .develop .cont a:nth-last-child(1){
  border-bottom:none;
}
.index .develop .cont a:nth-last-child(2){
  border-bottom:none;
}
.index .develop .cont a .div1{
  display: flex;
}
.index .develop .cont a .div1 .left{
  width: 14%;
  text-align: right;
  font-size: 22px;
  color: #000033;
  /* height: 22px; */
  line-height: 22px;
}
.index .develop .cont a .div1 .right{
  width: 86%;
  padding-left: 20px;
 font-size: 16px;
 color: #333333;
 /* height: 22px; */
 line-height: 22px;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
}
.index .develop .cont a .div2{
  margin-top: 18px;

}
.index .develop .cont a .div2 .left{
  color: #999999;
  font-size: 12px;
}
.index .develop .cont a .div2  .right{
  font-size: 13px;
  color: #999999;
  overflow: hidden;
  white-space: inherit;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}
.index .develop .cont a:hover{
  background: #009549;
}
.index .develop .cont a:hover .div1 div{
  color: #fff;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .index .aboutme .row{
    display: block;
  }
  .index .aboutme .row .left{
    width: 100%;
  }
  .index .aboutme img{
    width: 100%;
  }
  .index .newcenter .cont{
    display: block;
  }
  .index .newcenter .left{
    width: 100%;
  }
  .index .newcenter .right{
    width: 100%;
    margin-top: 20px;
  }
  .index .aboutme{
    padding: 20px 0;
  }
  .index .aboutme .wenzi{
    margin-top: 10px;
  }
  .index .aboutme img{
    margin-top: 10px;
  }
  .index .aboutme .wenzi{
    padding-bottom: 0;
    border-bottom: 0;
  }
  .index .aboutme a{
    margin-top: 0;
  }
  .index .newcenter{
    padding: 20px 0;
  }
  .index .newcenter .cont{
    margin-top: 10px;
  }
  .index .newcenter .left .p1{
    margin-top: 10px;
  }
  .index .newcenter .right a .p1{
    font-size: 13px;
  }
  .index .newcenter .right a .p2{
    margin-bottom: 10px;
  }
  .index .newcenter .right a .p3{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .index .newcenter .right a{
    padding: 20px 0;
  }
  .tit .t-l{
    font-size: 36px;
  }
  .tit .t-r p{
    font-size: 15px;
  }
  .tit .t-r p span{
    font-size: 10px;
  }
  .tit .t-r .p1{
    padding-left: 10px;
    line-height: 12px;
  }
  .index .aboutme .tit{
    justify-content: center;
  }
  .tit .t-r{
    margin-top:20px ;
  }
  .index .newcenter .right a:nth-last-child(1){
    border-bottom:none;
  }
  .index .procenter{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index .procenter .cont{
    margin-top: 20px;
  }
  .index .procenter .cont a{
    width: 48%;
    margin-bottom: 4%;
  }
  .index .procenter .cont a:nth-child(2n){
    margin-right: 0;
  }
  .index .procenter .cont a p{
    margin-top: 0;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }
  .index .jiandang{
    padding: 20px 0;
  }
  .index .jiandang .cont{
    margin-top: 10px;
  }
  .index .jiandang .cont a{
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .index .jiandang .cont a .div1{
    padding: 10px;
  }
  .index .jiandang .cont a .div1 .p2{
    margin-top: 10px;
  }
  .index .develop{
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .index .develop .cont a .div2{
    margin-top: 5px;
  }
  .index .develop .cont a{
    margin-top: 0;
    width: 100%;
  }
  .index .develop .cont a .div1 .left{
    font-size: 16px;
  }
  .index .develop .cont a .div2 .left{
    font-size: 12px;
  }
  .index .develop .cont a{
    padding: 10px 0;
  }
  .index .develop .cont a:nth-last-child(2){
    border-bottom: 1px solid #d9d9d9;
  }
}

/* 关于我们 */
.about{
 margin-bottom: 120px;
}
.about .ab-top{
  background: #f7f7f7;
  font-size: 0;
}
.about .ab-top a{
  padding: 0 30px;
  /* width: 130px; */
  min-width: 130px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.about .ab-top a.active{
  background: #009549;
  color: #fff;
}
.about .cont{
 width: 1074px;
 margin: 0 auto;
 margin-top: 50px;
}
.about .cont .title{
  font-size: 30px;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
.about .cont .wenzi p{
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  text-indent: 28px;
}
.about .cont .wenzi{
 margin-bottom: 20px;
}
.about .cont  img{
  width: 100%;
}
@media (max-width: 1200px) {
  .about .cont{
    width: 100%;
    padding: 0 2%;
  }
  .about .ab-top .nav{
    font-size: 0;
    padding: 0;
  }
  .about .ab-top a{
    /* width:33.33%; */
    /* font-size: 10px; */
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .about .ab-top a{
    width:33.33%;
    font-size: 10px;
    height: 40px;
    line-height: 40px;
  }
  .about .cont{
    margin-top:20px;
  }
  .about .cont .title{
    margin-bottom: 20px;
  }
  .about{
    margin-bottom: 20px;
  }
  .about .cont .title{
    font-size: 18px;
  }
  .about .cont .wenzi p{
    line-height: 28px;
  }
}
/* 公司介绍 */
.introd .cont .title .p1{
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.introd .cont .wenzi .t {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  line-height: 40px;
}
/* 组织架构 */
.organize .des{

}
.organize .des p{
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 28px;
}
.organize .cont img{
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 44px;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .organize .cont img{
    margin-top: 20px;
  }
  .organize .des p{
    font-size: 12px;
  }
}
/* 企业文化 */
.culture .des p {
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 28px;
}
.culture .culture-cont{
  margin-bottom: 100px;
}
.culture .culture-cont ul{
  display: flex;
  margin-top: 70px;
}
.culture .culture-cont ul li{
  /* width: 254px; */
  width: 25%;
  text-align: center;
}
.culture .culture-cont ul li img{
  width: 144px;
}
.culture .culture-cont ul li .p1{
  font-size: 22px;
  color: #333333;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
}
.culture .culture-cont ul li .p2{
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 30px;
}
.culture  .culcont{
  display: flex;
  justify-content: space-between;
}
.culture  .culcont .left{
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  font-size: 0;
  justify-content: space-between;
}
.culture  .culcont .left .div1{
  /* width:67%; */
  width: 520px;
}
.culture  .culcont .left .div2{
  width: 250px;
}
.culture  .culcont .left .div1 img{
  width: 100%;
  height: 100%;
}
.culture  .culcont .left .div2 img{
  width: 100%;
  height: 100%;
}
.culture  .culcont .left div{
  height: 250px;
  margin-right:10px;
  margin-bottom: 10px;
  position: relative;
}
.culture  .culcont .left div p{
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(000, 000, 000, 0.5);
}
.culture  .culcont .left div:nth-child(2n){
  margin-right: 0;
}
.culture  .culcont .right{
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  /* margin-left: 1%; */
}
.culture  .culcont .right .div1{
  width: 100%;
  position: relative;
  /* margin-bottom: 10px; */
}
.culture  .culcont .right .div1 img{
  width: 100%;
  height: 100%;

}
.culture  .culcont .right .div2 img{
  width: 100%;
  height: 100%;
}
.culture  .culcont .right div{
  height: 250px;
  position: relative;
}
.culture  .culcont .right div p{
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(000, 000, 000, 0.5);
}
.culture  .culcont .right .div2{
  margin-right: 10px;
  width: 250px;
}
.culture  .culcont .right .div2:nth-child(3){
  margin-right: 0;
}
@media screen and (max-width: 767px) and (min-width: 0px){
  .culture .des p {
    font-size: 12px;
  }
  .culture .culture-cont ul li{
    width: 50%;
    font-size: 0;
    margin-bottom: 10px;
  }
  .culture .culture-cont ul{
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .culture .culture-cont ul li .p1{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .culture .culture-cont ul li .p2{
    font-size: 12px;
    line-height: 20px;
  }
  .culture .culture-cont ul li img{
    width: 50%;
  }
  .culture  .culcont .left div,
  .culture  .culcont .right div{
    height: auto;
  }
  .culture .culture-cont{
    margin-bottom: 0;
  }
  .culture .culcont .left div p,
  .culture .culcont .right div p{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {

  .culture .culcont{
    flex-wrap: wrap;
  }
  .culture .culcont .left{
    width: 100%;
  }
  .culture .culcont .right{
    width: 100%;
  }
  .culture .culcont .left .div1{
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .culture .culcont .left .div2{
    width:49%;
    margin-bottom: 2%;
  }
  .culture .culcont .left .div2:nth-child(2){
    margin-right: 2%;
  }
  .culture .culcont .left .div2:nth-child(3){
    margin-right: 0;
  }
  .culture .culcont .right{
    padding-left: 0;
  }
  .culture .culcont .right .div2{
    width:49%;
    margin-right: 2%;

  }
  .culture .culcont .right .div1{
    margin-bottom: 2%;
  }
}


/* 荣誉 */
.honor{}
.honor .des p {
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 28px;
}
.honor  .honor-cont{
  margin-top: 44px;
}
.honor  .honor-cont ul{
  width: 100%;
  overflow: hidden;
}
.honor  .honor-cont ul li{
  border: 1px solid #d9d9d9;
  width: 23.5%;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 36px;
  float: left;
}
.honor  .honor-cont ul li:nth-child(4n){
  margin-right: 0;
}
.honor  .honor-cont ul li img{
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .honor .honor-cont ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .honor .honor-cont ul li:nth-child(2n){
    margin-right: 0;
  }
  .honor .des p {
    font-size: 12px;
  }
  .honor .honor-cont{
    margin-top: 20px;
  }
}
/* 发展历程 */
.develop{}
.develop .des p {
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 28px;
}

.develop .develop-cont{
  margin-top: 44px;
}
.develop .develop-cont .deve-top{
  position: relative;
}
.develop .develop-cont .deve-top ul{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.develop .develop-cont .deve-top ul::after{
  position: absolute;
  content: ' ';
  width: 100%;
  height: 1px;
  background: #cccccc;
  left: 0;
  bottom: 50%;
}
.develop .develop-cont .deve-top ul li{
  font-size: 24px;
  color: #666666;
  text-align: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border: 1px solid #cecece;
  border-radius: 50%;
  background: #fff;
  z-index: 3;
  cursor: pointer;
}
.develop .develop-cont .deve-top ul li.active{
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 34px;
  color: #c00a2f;
  font-weight: bold;
  border: 1px solid #c00a2f;
  position: relative;
}
.develop .develop-cont .deve-top ul li.active::after{
  position: absolute;
  content: " ";
  display: inline-block;
  height:20px;
  right: 0;
  width:20px;
  left: 50px;
  bottom: -60px;
  border-width:0 2px 2px 0;
  border-color: #c00a2f;
  border-style: solid;
  -webkit-transform: matrix(0.51, 0.51, -0.51, 0.51, 0, 0);
  transform: matrix(0.51, 0.51, -0.51, 0.51, 0, 0);
}
.develop  #develop-container{
  margin-top: 118px;
}
.develop  #develop-container p{
  font-size: 14px;
  color: #333333;
  width: 1066px;
  margin: 0 auto;
  line-height: 38px;
  text-indent: 36px;
  margin-bottom: 20px;
}
.develop .develop-mobile{
  display: none;
  padding: 0 2%;
  margin-top: 20px;
}
.develop .timeline {
  position: relative;
  text-align: left;
}
.develop .timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  height: 100%;
  width: 1px;
  background: #cccccc;
}

.develop .ctimeline-img {
  position: relative;
  left: 8px;
  top: 15px;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
}
.develop .item {
  float: left;
  clear: both;
  margin-bottom: 23px;
}



.develop .msgBox {
  border: 2px solid #eeeeee;
  width: 100%;
  padding: 2%;
  margin-top: 4%;
  font-size: 12px;
  line-height: 20px;
  position: relative;
}

.develop .r-info {
  position: relative;
  top: 0px;
  left: 30px;
  /* width: 80%; */
  width: 90%;
}
.develop .r-info text{
  font-size: 14px;
}
.develop .msgBox::after{
  content: ' ';
  position: absolute;
  top: -10px;
  left: 12px;
  font-size: 0;
  line-height: 0;
  border: 8px dashed #eeeeee;
  border-top-width: 0;
  border-right-color: transparent;
  border-bottom-style: solid;
  border-left-color: transparent;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .develop .des p {
    font-size: 12px;
  }
  .develop .develop-cont{
    display: block;
  }
  .develop .develop-mobile{
    display: none;

  }

}

@media (max-width: 767px) {
  .develop .develop-cont{
    display: none;
  }
  .develop .develop-mobile{
    display: block;

  }
}

/* 新闻动态 */
.newslist{}
.newslist .newslist-cont{
  margin-top: 20px;
  margin-bottom: 48px;
}
.newslist .newslist-cont a{
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0;
}
.newslist .newslist-cont a img{
  width: 28%;
}
.newslist .newslist-cont div{
  padding-left:4% ;
  padding-right: 2%;
  width: 73%;
}
.newslist .newslist-cont div .p1{
  font-size: 20px;
  color: #333333;
  margin: 24px 0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.newslist .newslist-cont div .p2{
  font-size: 14px;
  color: #999999;
  margin-bottom: 28px;
}
.newslist .newslist-cont div .p3{
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  text-indent: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}
.newslist .newslist-cont a:hover .p3{
  color: #009549;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .newslist .newslist-cont a{
    padding: 20px 0;
  }
  .newslist .newslist-cont a img{
    width:48%;
  }
  .newslist .newslist-cont{
    margin-top: 0;
    margin-bottom: 20px;
  }
  .newslist .newslist-cont div{
    width: 52%;
    padding-left: 1%;
  }
  .newslist .newslist-cont div .p1{
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 6px;
  }
  .newslist .newslist-cont div .p2{
    font-size: 12px;
    margin-bottom: 4px;

  }
  .newslist .newslist-cont div .p3{
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .newslist .ab-top a{
    width: 50%;
  }
}
/* 新闻详情 */
.newdetail{}

.newdetail .cont .title .p1 {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.newdetail .cont .wenzi p{
  line-height: 32px;
  margin-bottom:30px;
}
.newdetail .cont .wenzi{
  margin-bottom: 0;
}
.newdetail .cont img{
  width: 780px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .newdetail .ab-top a{
    width: 50%;
  }
  .newdetail .cont img{
    width: 100%;
  }
  .newdetail .cont .wenzi p{
    margin-bottom: 0;
    line-height: 28px;
  }
  .newdetail .cont img{
    margin-bottom: 0;
  }
  .newdetail .cont .title .p1{
    font-size: 12px;
  }
}
/* 产品中心 */
.pcenter{

}
.pcenter .pcenter-cont{
 font-size: 0;
 margin-top: 40px;
}
.pcenter .pcenter-cont a {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4%;
  /* margin-right: 44px; */
}
.pcenter .pcenter-cont a:nth-child(4n){
  margin-right: 0;
}

.pcenter .pcenter-cont a img {
  width: 100%;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.pcenter .pcenter-cont a p {
  font-size: 16px;
  color: #333333;
  text-align: center;
  width: 100%;
  height: 54px;
  line-height: 54px;
  margin-top: 20px;
}
.pcenter .pcenter-cont a:hover img{
  border: 1px solid #009549;

}
.pcenter .pcenter-cont a:hover p{
  background: #009549;
  color: #fff;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .pcenter .pcenter-cont{
    margin-top: 20px;
  }
  .pcenter .pcenter-cont a{
    width: 48%;
  }
  .pcenter .pcenter-cont a:nth-child(2n){
    margin-right: 0;
  }
  .pcenter .pcenter-cont a p {
    margin-top: 0;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }
  .pcenter .ab-top a{
    width: 100%;
  }
}
/* 产品详情 */
.prodetial{}
.prodetial .prodetial-cont{
  margin-top: 50px;
}
.prodetial .prodetial-cont .pro{
  width: 382px;
  /* height: 370px; */
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 66px;
}
.prodetial .prodetial-cont .pro img{
  width: 100%;
  height: 100%;
}
.prodetial .prodetial-cont .des{
  width: 1200px;
  margin: 0 auto;
}
.prodetial .prodetial-cont .des .title{
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;

}
.prodetial .prodetial-cont .des .con p:nth-child(1){
  text-indent: 26px;

}
.prodetial .prodetial-cont .des .con p{
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .prodetial .prodetial-cont .pro{
    width: 100%;
    margin-bottom: 20px;
  }
  .prodetial .prodetial-cont .des{
    width: 100%;
  }
  .prodetial .prodetial-cont{
    margin-top: 20px;
  }
  .prodetial .prodetial-cont .des .con p{
    margin-bottom: 0;
  }
  .prodetial .prodetial-cont .des .title{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px)  {
  .prodetial .prodetial-cont .des{
    width: 100%;
  }
}
/* 制药基地 */
.base{}
.base .base-cont{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.base .base-cont a{
  width: 47%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 28px;
  padding-top: 28px;
  box-sizing: border-box;
  margin-top: 30px;
}
.base .base-cont a .div1 {
  display: flex;
}
.base .base-cont a .div1 .left {
  width: 14%;
  text-align: right;
  font-size: 22px;
  color: #000033;
  /* height: 22px; */
  line-height: 22px;
}
.base .base-cont a .div1 .right {
  width: 86%;
  padding-left: 20px;
  font-size: 16px;
  color: #333333;
  /* height: 22px; */
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.base .base-cont a .div2 {
  margin-top: 18px;
}
.base .base-cont a .div2 .left {
  color: #999999;
  font-size: 12px;
}
.base .base-cont a .div2 .right {
  font-size: 13px;
  color: #999999;
  overflow: hidden;
  white-space: inherit;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.base .base-cont a:hover{
  background: #009549;
}
.base .base-cont a:hover .div1 div{
  color: #fff;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .base .base-cont a {
    margin-top: 0;
    width: 100%;
    padding: 10px 0;
  }
  .base .base-cont  a .div1 .left {
    font-size: 16px;
  }
  .base .base-cont  a  .div2 .left {
    font-size: 12px;
  }
  .base .ab-top a{
    width: 50%;
  }
  .base .base-cont{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .base .base-cont a .div2{
    margin-top: 5px;
  }
}
/* 建党工作 */
.build{
  font-size: 0;
  margin-top: 60px;
  margin-bottom: 60px;
}
.build .build-cont{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.build .build-cont  a{
  width: 30%;
  margin-right: 5%;
  box-sizing: border-box;
  border: 1px solid #fff;
  margin-bottom: 40px;
}
.build .build-cont  a:nth-child(3n){
  margin-right: 0;
}
.build .build-cont  a img{
  width: 100%;
}
.build .build-cont a .div1 {
  width: 100%;
  background: #fff;
  padding: 20px 24px;
}
.build .build-cont  a .div1 .p1{
  font-size: 16px;
  color: #333333;
  padding-bottom: 14px;
  position: relative;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.build .build-cont  a .div1 .p1::after{
  content: ' ';
  position: absolute;
  width: 36px;
  height: 1px;
  background: #cbcbcb;
  left: 0;
  bottom: 0;
}
.build .build-cont  a .div1 .p2{
  font-size: 12px;
  color: #999999;
  margin-top: 20px;
}
.build .build-cont  a .div1 .p3{
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.build .build-cont  a:hover{
  border: 1px solid #009549;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .build .build-cont a{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .build .build-cont a:nth-child(2n){
    margin-right: 0;
  }
  .build .build-cont a:nth-child(3n){
    margin-right: auto;
  }
  .build .build-cont a .div1 {
    padding: 8px;
  }
  .build .build-cont a .div1 .p2 {
    margin-top: 4px;

  }
  .build{
    margin-top: 20px;
  }
  .build .build-cont a .div1 .p3{
    line-height: 26px;
    margin-top: 5px;
    -webkit-line-clamp: 4;

  }
  .build .build-cont a .div1 .p1{
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1200px)  {
  .build .build-cont a .div1 {
    padding: 8px;
  }
}
/* 建党详情 */
.builddetail{}
/* 联系方式 */
.contact{
}
.contact .contact-cont{
  margin-top: 60px;

}
.contact .contact-cont .div1{
  margin-bottom: 70px;
}
.contact .contact-cont .div1 .p1{
  font-size: 24px;
  color: #333333;
  margin-bottom: 38px;
}
.contact .contact-cont .div1 ul{
  display: flex;
}
.contact .contact-cont .div1 ul li{
  width: 25%;
  font-size: 16px;
  color: #666666;
  height: 40px;
  line-height: 40px;
}
.contact .contact-cont .div1 ul li img{
  vertical-align: middle;
  margin-right: 4%;
  /* width: 12%; */
}
.contact .contact-cont .div1 .imdiv img{
  width: 100%;
}
.contact .form .mess{
  display: flex;
  justify-content:space-between;
}
.contact .form .mess .messdiv{
  /* width: 48%; */
  display: flex;
  margin-bottom: 28px;
  justify-items: center;
}
.contact .form .mess .messdiv span{

}
.contact .form .mess .messdiv .you{
  /* width: 15%; */
  width: 95px;
  font-size: 14px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  text-align: right;
}
.contact .form .mess .messdiv .you span{
  color: #dc0e23;
}
.contact .form .mess .messdiv  input{
  /* width: 84%; */
  width: 532px;
  height: 50px;
  border: 1px solid #bdbdbd;
  padding: 0 12px;
  font-size: 14px;
  color: #333333;
}
.contact .form .mess textarea{
  width: 1205px;

  border: 1px solid #bdbdbd;
  height: 190px;
  padding: 18px 12px;
  font-size: 14px;
  color: #333333;
}
.contact .form .mess1 .messdiv{
  width:100% ;
}
.contact .form .btn button{
  width: 136px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #009549;
  color: #fff;
  font-size: 14px;
  margin-left: 95px;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .contact .form .mess{
    flex-wrap: wrap;
  }
  .contact .form .mess .messdiv{
    width: 100%;
  }
  .contact .form .mess .messdiv .you{
    width: 15%;
  }
  .contact .form .mess .messdiv input{
    width: 74%;
  }
  .contact .form .mess textarea{
    width: 74%;
  }
  .contact .form .btn button{
    margin-left: 15%;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .contact .form .mess .messdiv .you{
    width: 25%;
  }
  .contact .form .mess .messdiv input{
    width: 84%;
  }
  .contact .form .mess textarea{
    width: 84%;
  }
  .contact .form .btn button{
    margin-left: 0;
    margin: 0 auto;
    display: block;
  }
  .contact .form .mess .messdiv{
    margin-bottom: 10px;
  }
  .contact .contact-cont .div1 ul{
   flex-wrap: wrap;
  }
  .contact .contact-cont .div1 ul li{
    width: 50%;
    font-size: 11px;
  }
  .contact .contact-cont .div1 ul li img{
    width: 25px;
    height: 25px;
    margin-right: 2%;
  }
  .contact .ab-top a{
    width: 33.3%;
  }
  .contact .contact-cont{
    margin-top: 20px;
  }
  .contact .contact-cont .div1 .p1{
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
  .contact .contact-cont .div1{
    margin-bottom: 20px;
  }
  .contact .form .mess .messdiv .you{
    height: 40px;
    line-height: 40px;
  }
  .contact .form .mess .messdiv input{
    height: 40px;
  }
  .contact .form .mess textarea{
    height: 100px;
    padding: 12px 12px;
  }
}
@media screen and (max-width: 1046px) and (min-width: 767px) {
  .contact .contact-cont .div1 ul li{
    font-size: 12px;
  }
  .contact .contact-cont .div1 ul li img{
    width: 35px;
    height: 35px;
    margin-right: 2%;
  }
}

.tita{
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-top: 10px;
  text-align: right;
}