/*pc端样式*/
@media (min-width: 992px) {
	#bijiaIntro .row .col-lg-5 {padding-right: 0;}
	#aboutBijia .row h3 {margin: 50px 0 40px;}
	#bijiaIntro .text p {margin-left: 34px;line-height: 24px;margin-bottom: 0;font-size: 12px;}
	/*发展历史*/
	#developHistory ul li {min-height: 66px;}
	#developHistory .date p {font-size: 24px;margin-top: 16px;}
	#developHistory .date span {font-size: 14px;}
	#developHistory .performance {font-size: 12px;margin-top: 29px;margin-left: -60px;}
	/*董事长致辞*/
	#chairmanSpeech .row .col-lg-5 {padding-right: 0;}
	#chairmanSpeech .text p {margin-left: 24px;line-height: 24px;margin-bottom: 0;font-size: 12px;}
	/*经营业绩*/
	#managePerformance h5 {color: #d8271c;margin-bottom: 30px;}
	#managePerformance p {margin-bottom: 0;}
	#managePerformance p:last-of-type {margin: 50px 50px 0 0; text-align: left;}
	#socialResponsibility h3 {margin: 50px 0 0px;}
}
/*pad和wap端公用样式*/
@media (max-width: 991px) {
    #aboutBijia img {width:100%;}
	/*董事长致辞*/
	#managePerformance p, #managePerformance h5 {text-align: center;}
	#managePerformance img {margin: 20px auto;}
	#managePerformance p:last-of-type {text-align: left;text-indent: 30px;}
}
/*pad端独立样式*/
@media (min-width: 768px) and (max-width: 991px) {
	#bijiaIntro .row img {margin:50px auto 35px;}
	#bijiaIntro .text p {text-indent: 24px;line-height: 30px;font-size: 14px;}
    #chairmanSpeech .row img {margin:50px auto 35px;}
    #chairmanSpeech .text p {font-size: 14px;text-indent: 24px;line-height: 30px;}
	#developHistory .row .col-lg-2 {padding-right: 0;}
	#developHistory ul li {min-height: 74px;}
	#developHistory .date p {font-size: 18px;margin-top: 16px;}
	#developHistory .performance {font-size: 14px;margin-top: 20px;}
	#managePerformance h5 {font-size: 20px;margin:60px 0 20px 0;}
	#managePerformance p {font-size: 14px;}
}
/*手机端独立样式*/
@media (max-width: 767px) {
	#bijiaIntro .row img {margin:30px auto 15px;}
	#bijiaIntro .text p {text-indent: 24px;line-height: 20px;font-size: 12px;}
	#developHistory ul li {min-height: 44px;}
	#developHistory .row .col-xs-4 {padding: 0 0 0 10px;}
	#developHistory .row .col-xs-8 {padding: 0 0px 0 0;margin-left: -10px;}
	#developHistory .date p {font-size: 14px;margin-top: 12px;}
	#developHistory .performance {font-size: 12px;margin-top: 15px;}
	#managePerformance h5 {font-size: 14px;margin:30px 0 20px 0;}
	#managePerformance p {font-size: 12px;}
    #chairmanSpeech .row img {margin:30px auto 15px;}
	#chairmanSpeech .text p {font-size: 12px;text-indent: 24px;line-height: 20px;}
}

/*公用样式*/
#bijiaIntro .text p {color: #8b8b8b;}
#chairmanSpeech .text p {color: #8b8b8b;}
#developHistory ul li {border-top: 1px solid #dddddd;}
#developHistory .date p {color: #848484;}
#developHistory .performance {color: #848484;}
#managePerformance p {color: #8c8c8c;line-height: 2;margin-bottom: 5px;}
#aboutBijia .row h3 {color: #6b6b6b;}



