<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*导航条*/

@media screen and (max-width: 767px){

	.navigation ul li {

	    width: 20%;

	}

}

/*温建萍*/

.chairman{

	margin-top: 70px;

	margin-bottom: 50px;

}

.chairman .bj{

	background: #fff;

	overflow: hidden;

	padding: 40px 0;

}

.chairman .img img{

	width: 100%;

	vertical-align: top;

}

.chairman .img .row{

	padding: 0 40px;

	border-right: 1px solid #E3E3E3;

}

.chairman .tex .row{

	padding: 0 40px;

	font-size: 16px;

	line-height: 40px;

	color: #555555;

}

.chairman .tex h4{

	font-size: 30px;

	color: #111111;

}

.chairman .tex h5{

	font-size: 20px;

	color: #333333;

	margin-top: 25px;

	padding-bottom: 38px;

	margin-bottom: 30px;

	position: relative;

}

.chairman .tex h5 span{

	position: absolute;

	bottom: 0;

	left: 0;

	display: inline-block;

	width: 60px;

	height: 1px;

	background: #E3E3E3;

}

.address .tex .row{

		padding-bottom: 45px

	}

@media screen and (max-width:1200px) {

	.chairman .img .row{

		padding: 0 20px;

		margin-bottom: 30px;

	}

	.chairman .tex .row{

		padding: 0 20px;

	}

}

@media screen and (max-width:991px){

	.chairman{

		margin-top: 50px;

		margin-bottom: 30px;

	}

}

@media screen and (max-width: 767px){

	.chairman{

		margin-top: 30px;

		margin-bottom: 10px;

	}

	.chairman .bj{

		padding: 20px 0 20px;

		margin-bottom: 15px;

	}

	.chairman .img .row{

		padding: 0 15px;

		margin-bottom: 20px

	}

	.chairman .tex h4{

		font-size: 22px;

	}

	.chairman .tex h5 {

	    font-size: 16px;

	    color: #333333;

	    margin-top: 15px;

	    margin-bottom: 15px;

	    padding-bottom: 0;

	}

	.chairman .tex h5 span{

		display: none;

	}

	.chairman .tex .row {

	    padding: 0 20px;

	    font-size: 12px;

	    line-height: inherit;

	}

	

}

/*董事长致辞*/

.address{

	margin-bottom: 80px;

}

.address .bj{

	background: #fff;

	overflow: hidden;

}

.address .tex h4{

	font-size: 30px;

	color: #111111;

	padding-top: 50px;

	padding-bottom: 40px;

	margin-bottom: 24px;

	position: relative;

}

.address .tex .row{

	padding-left: 40px;

	padding-right: 50px;

	font-size: 16px;

	color: #555555;

	line-height: 40px;

}

.address .tex h4 span{

	position: absolute;

	bottom: 0;

	left: 0;

	display: inline-block;

	width: 60px;

	height: 1px;

	background: #E3E3E3;

}

.address .img img{

	width: 100%;

	vertical-align: top;

}



@media screen and (max-width:1366px){

	

}



@media screen and (max-width: 1200px) {

	.address .tex h4 {

	    font-size: 30px;

	    padding-top: 30px;

	    padding-bottom: 20px;

	    margin-bottom: 0;

	}

	.address .tex .row {

	    padding-left: 20px;

	    padding-right: 20px;

	    font-size: 14px;

	    line-height: 30px;

	}

}

@media screen and (max-width: 991px){

	.address{

		margin-bottom: 30px;

	}

} 

@media screen and (max-width: 767px){
	.p-over{
		font-size: 14px;
	}
	.address .tex h4 {

	    font-size: 22px;

	    padding-top: 0;

	    padding-bottom: 0;

	    margin: 20px 0 15px;

	}
	.address .tex .row{
		padding-bottom:20px
	}
	.address .tex h4 span{

		display: none;

	}

	.address .tex .row {

	    padding-left: 15px;

	    padding-right: 15px;

	    font-size: 12px;

	    line-height: inherit;

	}

	.address{

		margin-bottom: 20px;

	}

	.address .img img{

		margin-top:0px

	}

}







.img .row{

	overflow: hidden;

}

.img .row img{

	transition: all .8s

}

.address .bj:hover .img .row img{

	transform: scale(1.1)

}

</pre></body></html>