.banner{
	width: 100%;
	float: left;
}
.banner .bannerinfo{
	position: relative;
	width: 100%;
	float: left;
}
.banner .bannerinfo img{
	width: 100%;
	display: inline-block;
}
.banner .bannerinfo .bannertxt{
	width: 300px;
	position: absolute;
	left: 5%;
	bottom: 18%;
}
.banner .bannerinfo .bannertxt .bannercntxt{
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 45px;
	float: left;
}
.banner .bannerinfo .bannertxt .bannerentxt{
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 32px;
	float: left;
}







.bhabout{
	width: 100%;
	float: left;
}
.bhabout .aboutinfo{
	width: 100%;
	padding:40px 96px 80px;
	float: left;
}
.bhabout .aboutinfo .aboutinfotitle{
	width: 100%;
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	float: left;
}
.bhabout .aboutinfo .aboutinfomess{
	width: 100%;
	margin-top:30px;
	float: left;
}
.bhabout .aboutinfo .aboutinfomess p{
	width: 100%;
	font-size: 18px;
	color: #333;
	line-height: 32px;
	/*text-indent: 2em;*/
}







.bhyuanjing{
	width: 100%;
	background: #F7F7F7;
	float: left;
}
.bhyuanjing .yjinfo{
	position: relative;
	width: 100%;
	padding:80px 96px;
	float: left;
}
.bhyuanjing .yjinfo .yjpic{
	width: 49%;
	overflow: hidden;
	float: left;

}
.bhyuanjing .yjinfo .yjpic img{
	width: auto;
	display: inline-block;
}
.bhyuanjing .yjinfo .yjcontent{
	position: absolute;
	padding:80px 60px;
	left: 45%;
	top:25%;
	width: 980px;
	width: 51%;
	z-index: 200;
	background: #FFFFFF;
	box-shadow: 0px 3px 5px 0px rgba(184,184,184,0.49);
}
.bhyuanjing .yjinfo .yjcontent .yjtitle{
	width: 100%;
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	float: left;
}
.bhyuanjing .yjinfo .yjcontent .yjxx{
	width: 100%;
	margin-top: 35px;
	float: left;
}
.bhyuanjing .yjinfo .yjcontent .yjxx p{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}
.bhyuanjing .yjinfo .yjcontent .yjxx p:last-child{
	font-size: 16px;
}







.bhmarket{
	width: 100%;
	background: #EEEEEE;
	float: left;
}
.bhmarket .marketinfo{
	width: 100%;
	padding:80px 0;
	float: left;
}
.bhmarket .marketinfo .markettitle{
	width: 100%;
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-align: center;
	float: left;
}
.bhmarket .marketinfo .marketmess{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
	float: left;
}
.bhmarket .marketinfo .marketmess p{
	width: 45%;
	margin:0 auto;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-indent: 2em;
}
.bhmarket .marketinfo .marketmap{
	width: 45%;
	text-align: center;
	margin:0 auto;

	/*float: left;*/
}
.bhmarket .marketinfo .marketmap img{
	width: auto;
}









.bhgh{
	width: 100%;
	float: left;
}
.bhgh .bhghinfo{
	width: 100%;
	padding:80px 96px;
	float: left;
}
.bhgh .bhghinfo .ghtitle{
	width: 100%;
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-align: center;
	float: left;
}
.bhgh .bhghinfo .ghxx{
	width: 100%;
	margin-top: 40px;
	float: left;
	display: flex;
  justify-content: space-between;
  align-items: center;

   display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0px 70px;
}
.bhgh .bhghinfo .ghxx .ghxxitem{
	/*width: 30%;*/
	/*display: inline-block;*/
}
.bhgh .bhghinfo .ghxx .ghxxitem .ghxxpic{
	width: 100%;
	float: left;
}
.bhgh .bhghinfo .ghxx .ghxxitem .ghxxpic img{
	width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
    /*border: #f00 solid 1px;*/
    line-height: 25px;
}
.bhgh .bhghinfo .ghxx .ghxxitem .ghxxtitle{
	width: 100%;
	height: 50px;
	margin-top: 20px;
	float: left;
}
.bhgh .bhghinfo .ghxx .ghxxitem .ghxxtitle p{
	width: 80%;
	width: 90%;
	margin:0 auto;
	line-height: 25px;
    font-size: 16px;
}










@media (max-width: 1700px){
 
    
}
@media (max-width: 1600px){
    

}
/*! 1500 ~ 1520 */
@media (max-width: 1520px){
	.bhyuanjing .yjinfo .yjcontent {
	    padding: 60px 40px;
	}
	.bhmarket .marketinfo .marketmess p {
	    width: 70%;
	}

}

/*! 1200 ~ 1500  主内容区1140 */
@media (max-width: 1500px) { 
  

}






/*====================================================================================================================*/
/*! 1439   */
@media (max-width: 1440px) { 

    

}
@media (max-width: 1300px) { 


}


/*! 992 ~ 1199  主内容区960 */
@media (max-width: 1299px) { 
    

}
@media (max-width: 1199px) { 

.banner .bannerinfo .bannertxt .bannercntxt {
    font-size: 36px;
}
.banner .bannerinfo .bannertxt .bannerentxt {
    font-size: 18px;
}

  .bhyuanjing .yjinfo .yjcontent {
	    padding: 30px 30px;
	}
	  

}





@media (max-width: 1100px) { 
    
    
}

/*====================================================================================================================*/




/*! <=991 手机端 */
@media (max-width: 991px) { 
  
	.banner .bannerinfo .bannertxt .bannercntxt {
	    font-size: 0.48rem;
	    font-size: 0.4rem;
	    line-height: 0.7rem;
	}
	.banner .bannerinfo .bannertxt .bannerentxt {
	    font-size: 0.26rem;
	    line-height: 0.3rem;
	}
	.bhabout .aboutinfo {
	    padding: 0.4rem 0.96rem 0.8rem;
	}
	.bhabout .aboutinfo .aboutinfotitle {
	    font-size: 0.48rem;
	    line-height: 0.3rem;
	}
	.bhabout .aboutinfo .aboutinfomess {
	    margin-top: 0.3rem;
	}
	.bhabout .aboutinfo .aboutinfomess p {
	    font-size: 0.26rem;
	    line-height: 0.5rem;
	}
	.bhyuanjing .yjinfo {
	    padding: 0.8rem 0.96rem;
	}
	.bhyuanjing .yjinfo .yjpic {
	    width: 100%;
	}
	.bhyuanjing .yjinfo .yjpic img {
	    width: 100%;
	}
	.bhyuanjing .yjinfo .yjcontent {
	    padding: 0.3rem 0.3rem;
	    position: initial;
	    width: 100%;
	    float: left;
	}
	.bhyuanjing .yjinfo .yjcontent .yjtitle {
	    font-size: 0.36rem;
	    line-height: 0.5rem;

	}
	.bhyuanjing .yjinfo .yjcontent .yjxx {
	    margin-top: 0.35rem;
	}
	.bhyuanjing .yjinfo .yjcontent .yjxx p {
	    font-size: 0.26rem;
	    line-height: 0.5rem;
	}
	.bhyuanjing .yjinfo .yjcontent .yjxx p:last-child {
	    font-size: 0.26rem;
	}
	.bhmarket .marketinfo {
	    padding: 0.8rem 0;
	}
	.bhmarket .marketinfo .markettitle {
	    font-size: 0.36rem;
	    line-height: 0.5rem;

	}
	.bhmarket .marketinfo .marketmess {
	    margin-top: 0.3rem;
	    margin-bottom: 0.4rem;
	}
	.bhmarket .marketinfo .marketmess p {
	    width: 80%;
	    font-size: 0.26rem;
	    line-height: 0.5rem;
	}
	.bhgh .bhghinfo {
	    padding: 0.8rem 0.96rem;
	}
	.bhgh .bhghinfo .ghtitle {
	    font-size: 0.36rem;
	    line-height: 0.3rem;
	}
	.bhgh .bhghinfo .ghxx {
	    margin-top: 0.4rem;
	    grid-template-columns: repeat(3,4.5rem);
    	gap: 0.5rem;
	}
	.bhgh .bhghinfo .ghxx .ghxxitem .ghxxtitle {
	    margin-top: 0.2rem;
	}
	.bhgh .bhghinfo .ghxx .ghxxitem .ghxxtitle p {
	    width: 100%;
	    font-size: 0.26rem;
	    margin: 0 auto;
	     line-height: 0.5rem;
	    /*text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;*/
	}




}
@media (max-width: 767px) {

.bhabout .aboutinfo {
    padding: 0.4rem 0.5rem 0.4rem;
}
.bhyuanjing .yjinfo {
    padding: 0.8rem 0.5rem;
}
.bhmarket .marketinfo .marketmess p {
    width: 86%;
}
.bhmarket .marketinfo .marketmap {
    width: 86%;
}
.bhgh .bhghinfo {
    padding: 0.8rem 0.5rem;
}
.bhgh .bhghinfo .ghxx {
    margin-top: 0.4rem;
    display: inline-block;
}
.bhgh .bhghinfo .ghxx .ghxxitem {
    width: 100%;
    margin-bottom: 0.2rem;
    float: left;
}
.bhgh .bhghinfo .ghxx .ghxxitem .ghxxtitle p {
     text-overflow: unset; 
     white-space: unset; 
     overflow: unset; 
}


}
@media (max-width: 600px){
    

}
@media (max-width: 472px){
    

}
@media (max-width: 414px){
  
    
}