<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a, p, h1, h2, h3, h4, h5, h6, div, span, section, input, ul, li, dt, dd {
	font-family: "SFNSDisplay" !important;
}

/*整个div配景图*/
.mobile-container{
	display: none;
}
.BG_img{
	height: 780px;
	width: 100%;
	background: url(/images/senior/ImageBG.png)no-repeat;
	background-size: 100% 100%;
}
.senior_img{
	width: 100%;
	height: 260px;
	background-size: 100% 100%;
	overflow: hidden;
}
.senior_title{
	margin:60px 10%;
}
.senior_title&gt;h1{
	color: #FAFAFA;
	font-size: 50px;
	margin-top: -10px !important;
	margin-bottom: 0px !important;
	font-family: "DIN-BlackItalic";
	
}
.senior_title&gt;p{
	font-size: 26px;
	margin-top: 10px;
	color: #FAFAFA;
}


/*下面的人物先容*/
.figure_case{
	width: 100%;
	height: 520px;
	overflow: hidden;
}
.figure_case&gt;div{
	width: 50%;
	height: 100%;
	float: left;
}
.person{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.person img {
    width: 100%;
    height: 100%;
}

/*左边内容*/
.figure_left{
	background:rgba(01,105,200,0.7);
	position: relative;
}
.figure_left&gt;img{
	width: 50px;
	margin: 12%;
}
.figure_left_img{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.personage{
	width: 100%;
	height: 320px;
	position: absolute;
	top: 42px;
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.personage&gt;div{
	width: 90%;
	height: 50%;
}
/*上半个div*/
.personage_top{
	border-bottom: 2px solid #FAFAFA;
}
.personage_top&gt;h1{
	color: #FAFAFA;
	margin-top: 0px !important;
	font-size: 34px;
	padding-left: 30%;
}
.personage_top&gt;p{
	color: #FAFAFA;
	padding-left: 30%;
	font-size: 13px;
}
.p-one{
	margin-top: 16px !important;
}

/*下半个div*/
.personage_bottom{
	padding-top: 10px;
}
.personage_bottom&gt;p{
	padding-left: 30%;
	font-size: 12px;
	color: #FAFAFA;
	line-height: 24px;
}


/*右边的照片*/
.figure_right{
	background: #FAFAFA;
}
.photograph_case{
	width: 100%;
	height: 500px;
	margin: 10px;
	overflow: hidden;
}


/*第一排*/
.photograph_one,.photograph_two,.photograph_three{
	width: 100%;
	height: 33%;
}
.photograph_one&gt;li,.photograph_two&gt;li,.photograph_three&gt;li{
	float: left;
	width: 120px;
	height: 100%;
	cursor: pointer;
}


/*媒体盘问*/
@media screen and (max-width:1400px ) {
	.personage_top&gt;h1,.personage_bottom&gt;p,.personage_top&gt;p{
		padding-left: 20%;
	}
}


main.pc{
	height: 970px;
	width: 100%;
	background: url(/images/senior/ImageBG.png)no-repeat;
	/* background: url(/images/managers/ImageBG.png)no-repeat; */
	background-size: 100% 100%;
}
.senior-title {
	width: 100%;
	height: 320px;
	background: rgba(0, 0, 0, 0.3);
	position: relative;
}
.senior-title div {
	margin-left: 300px;
	color: #fafafa;
	display: inline-block;
}
.senior-title .top {
	margin-top: 80px;
	margin-bottom: 13px;
	font-size: 50px;
	line-height: 60px;
	/* font-family: "SFNSDisplay"; */
	/* font-family: "SKSans-Bold"; */
	/* font-family: "XinGothic-Bold"; */
	font-family: "DIN-BlackItalic" !important;
}
.senior-title .bottom {
	font-size: 26px;
	margin-top: 13px;
	display: block;
}
.senior-content {
	display: flex;
	height: 650px;
}
.senior-content .content-left {
	/* flex: 10; */
	background:rgba(19,106,189,.8);
	display: flex;
	width: 1008px;
}
.senior-content .content-right {
	/* flex: 9; */
	height: 650px;
	background: #fff;
	padding: 30px 50px 0 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 912px;
	align-content: flex-start;
}
.photo {
	width: 170px;
	height: 237px;
	margin: 38px 0 0  38px;
	flex-shrink: 0
}
.describe {
	/* margin-left: 60px; */
	color: #fff;
	font-family:"SFNSDisplay";
	padding: 30px 20px 0 20px;
	overflow-y: auto;
	overflow-x: hidden;
}
.name {
	font-size:26px;
	margin: 0 0 20px;
}
.position{
	font-size: 16px;
}
.border {
	margin: 20px 0 ;
	height: 2px;
	width: 100%;
	background: #f0f0f0;
}
.detail {
	font-size: 16px;
	text-align: justify;
}
.photo_mini {
	width: 137px;
	height: 191px;
	margin-right: 15px;
	transition: all .3s;
	margin-bottom: 15px;
	display: block;
	border-bottom: 10px solid #2D71F5;
	border-color: transparent;
}
.photo_mini.active {
	transform: scale(1.1);
	z-index: 2;
	border-bottom: 10px solid #2D71F5;
	box-shadow: 0px 0px 5px 5px #ddd;
}
main.mobile {
	display: none;
}
@media screen and (max-width: 1600px) {
	.describe {
		/* padding-left: 0; */
	}
	.photo {
		/* width: 30%; */
		/* height: auto; */
		width: 180px;
		height: 251px;
	}
	.senior-content {
		height: auto;
		min-height: 650px;
	}
	.senior-content .content-right {
		height: auto;
	}
	main.pc {
		height: auto;
	}
	.senior-title div {
		margin-left: 100px;
	}
}
@media screen and (max-width: 980px) {
	.lump-container {
		/* display: none; */
	}
	main.pc {
		display: none;
	}
	body {
		background-color:rgba(247,247,247,1) !important;
	}
	main.mobile {
		display: block;
		padding: .38rem .43rem;
	}
	.item {
		width: 100%;
		height: auto;
		background-color: #fff;
		border-radius: 3px;
		margin-bottom: .1rem;
	}
	.item:nth-child(2n) .default {
		flex-direction: row-reverse;
	}
	.default {
		width: 100%;
		display: flex;
		color: #000000;
		padding: .32rem .4rem .38rem; 
		/* display: none; */
	}
	.describe {
		padding: 0;
		margin-left: .4rem;
	}
	.name {
		font-size: .3rem;
		color: #0069C8;
		line-height: .35rem;
		padding-bottom: .04rem;
		border-bottom: 3px solid #0069C8;
		display: inline-block;
		margin: 0 0 .1rem 0;
	}
	.openMore {
		color: #0069C8;
		border: 1px solid #0069C8;
		border-radius: 3px;
		display: inline-block;
		padding: .1rem .1rem .05rem;
		line-height: 100%;
		margin-top: .3rem;
		cursor: pointer;
	}
	.position {
		color: #000000;
		font-size: .2rem;
	}
	.photo_mobile {
		width: 1.96rem;
		height: 2.73rem;
	}
	.open {
		display: none;
		background: #282828;
		padding: .5rem;
		border-radius: 3px;
	}
	.open .position {
		color: #fff;
	}
	.open .detail {
		font-size: .17rem;
		margin-top: .3rem;
		color: #fff;
	}
}
&lt;!--耗时1753492962.656秒--&gt;</pre></body></html>