@charset "utf-8";
/* CSS Document */
/*------文章-----*/
h1{
 margin:60px 0;
}
p{
 font-weight:normal;
 margin:20px 0;
}
.info{ 
 height:60px;
 line-height:60px;
 border-bottom:1px solid #DCDFE6;
 }
.article-txt{
 padding:20px 0;
 text-align: justify;
 word-break: normal;
 word-wrap: break-word;
 line-height: 36px;
 border-bottom:1px solid #DCDFE6;
}
.psglink{
 margin:30px 0 60px 0;
 line-height:36px;
 text-align:left;
}
.psglink span{
 font-weight:600;
}

/*----------关于我们----------*/
.about{
text-align:left;
 cursor:default;
}
.about ul li:hover{
 transition: transform .5s, opacity .7s;
 transform: scale(1.1)
}
.about .title{
 margin:60px 0 40px 0;
 padding:5px 0 0 10px; 
 height:90px;
 text-align:left;
 background:url(../images/title.png) no-repeat;
}
.about .title h2{
 font-size:30px;
 line-height:40px;
}
.about .title h4{
 font-size:20px;
 color:#44B035;
 font-weight:normal;
 text-transform:uppercase;
}
.about p{
 text-align: justify;
 word-break: normal;
 word-wrap: break-word;
 text-indent:2em;
 line-height:36px;

}
/*----------公司简介---------*/
.Profile{
position: relative;
display: block;
width: 100%;
}
.Profile-txt{
position: relative;
left: 0;
float: left;
padding: 10px 40px 10px 20px;
width: 920px;
background: #FFFFFF;
border: 1px solid #DCDFE6;
box-sizing: border-box;
}
.Profile p{
 margin:10px 0;
}
.Company-pc{
position: relative;
left: -10px;
top: 30px;
height: 405px;
float: left;
}
.construction-pic{
margin:40px auto;
 text-align:center;
}
@media (max-width:1440px) {
.Profile{
 height:600px;
 }
.Profile-txt{
 top:0;
 width:700px;
}
.Company-pc{
 top:90px;
}
.cooperation{
margin-top:0px;
}
.cooperation-pic {
 margin-top: 35px;
}
}
@media (max-width:1366px) {
.Profile{
 height:640px;
 }
.Profile-txt{
 top:0;
 width:646px;
}
.Company-pc{
 top: 95px;
}
	}

/*------------建设概况------------*/
.construction li{
 margin-bottom:30px;
 width: 100%;
 height: 60px;
 line-height:60px;
 background: #FFFFFF;
 border: 1px solid #DCDFE6;
 box-shadow: 5px 5px 1px #F2F6FC;
}
.construction li span{
	margin:0 10px;
	color:#44B035;
	text-shadow: 5px 5px 0px #FFCD2A;
}
.construction p span{
	margin:0 10px;
	color:#44B035;
	font-weight:600;
}
.construction-pic{
 text-align:center;
}
.construction p{
text-indent:0px;
}
	
/*------------技术创新------------*/
.technological li{
 position:relative;
 margin-bottom:30px; 
 width:100%;
 height:80px;

}
.technological .txt-left{
 position:absolute;
 width: 300px;
 height: 80px;
 color:#fff;
 line-height:80px;
font-weight:600;
text-align:center;
background: #44B035;
}
.technological .txt-right{
position:absolute;
left:300px;
width:1139px;
height:78px;
background: #fff;
border: 1px solid #DCDFE6;
border-left: 0px solid #DCDFE6;
}
.technological .txt-right::before{
  content: '';
  width: 0;
  height: 0;
  border: 12px solid;
  position: absolute;
  top: 30px;
  left: -24px;
  border-color:  transparent #fff transparent transparent;
}
.technological .txt-right span{
display: flex;
padding:0 20px;
height:78px;
line-height:24px;
align-items: left;
justify-content: space-around;
flex-direction: column;
}
/*------------经济效益与社会效益------------*/
.economic li{
 float:left;
 margin-bottom:30px;
 width: 32%;
 height: 80px;
 color:#fff;
 font-weight:600;
 line-height:80px;
 text-indent:30px;
 text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.16);
 background:url(../images/about-bg1.png) no-repeat;
 background-size:100% 100%;
}
/*------------市场合作------------*/
.cooperation,.cooperation-pic{
float:left;
}
.cooperation{
margin-top:20px;
width:60%
}
.cooperation h6{
 font-size:18px;
 line-height:60px;
}
.cooperation p{
 text-indent:0px;
 }
 .cooperation p span{
 line-height:60px;
 border-bottom:3px solid #44B035;
}
.cooperation-pic{
margin-left:2%;
width:38%
	}
/*------------联系我们------------*/
.contact{
 position:relative;
width:100%;
 margin-bottom:40px;
 border: 1px solid #DCDFE6;

}
.contact .map{
 float:left;
 width:60%
}
.contact .map img{
 width:100%;
}
.contact .contact-list{
 position:absolute;
 float:left;
 left:60%;
 width:40%;
 height:100%;
 background: #fff;
}
.contact-list dl{
 position:absolute;
 padding:10% 0;
 width:50%;
 height:100%;
 text-align:center;
 background: #FFFFFF;
 box-sizing: border-box;
 }
.contact-list .address{
 left:0;
 border-right:1px solid #DCDFE6;
 } 
.contact-list .tel{
 left:50%;
}
/* .contact dl:hover{
 border:1px solid #DCDFE6;
 transition: transform .5s, opacity .7s;
 transform: scale(1.1)
}*/
.contact-list dt{
 margin:0 auto;
 width:56px;
 height:62px;
 background:url(../images/about-bg2.png) no-repeat;
}

.contact-list dt span{
 line-height:62px;
 color:#fff;
 text-shadow: 0px 2px 4px rgba(0, 135, 60, 0.75);
}

.contact-list dd{
 line-height:45px;
}
.contact-list .contact-title{
 margin: 0 auto; 
 width:60px;
 font-weight:600;
 border-bottom:2px solid #00873C;
}
