<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,div,ul,figure{
	padding:0;
	margin: 0;
}

ul{
	list-style: none;
}

.reform_head{
	width: 100%;
}

.reform_head&gt;img{
	width: 100%;
}

.reform_section{
	width: 1200px;
	margin: 0 auto;
}

.reform_section&gt;p{
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	font-weight: bold;
}

.reform_section&gt;div{
	height: 100px;
	line-height: 100px;
	font-size: 36px;
	letter-spacing: 2px;
	text-align: center;
}

.reform_section&gt;div&gt;span{
	color: #0f4373;
}

.reform_list{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	
	width: 500px;
	height: 40px;
	line-height: 40px;
}

.reform_list&gt;li{
	width: 80px;	
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 5px;
	cursor:pointer;
}

.color{
	color: white;
	background: linear-gradient(#164978,#6086a9 50%,#164978);	
	/*background:linear-gradient(0deg,rgba(25,75,122,0) 0px,rgba(95,133,168,0) 50px,rgba(25,75,122,0) 100px);*/
}

.reform_figure{
	width: 1200px;
	margin: 0 auto;
	padding-top:10px;
}

.reform_figure&gt;figcaption{
	display: none;
}

.reform_figure&gt;figcaption:nth-of-type(1){
	display: block;
}

.reform_footer{
	width: 100%;
	height: 580px;
	margin-top: 70px;
	background: url(../images/footer_bg.jpg) no-repeat;
}

.reform_footer&gt;p{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font:bold 41px/100px "";
	letter-spacing: 2px;
}

.reform_footer&gt;p span{
	color: #0f4373;
}

.reform_footer&gt;ul{
	width: 1200px;
	border:1px solid #ccc;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.reform_footer&gt;ul&gt;li{
	width: 300px;
	height: 132px;
}

.reform_active{
	background: #cad9e5;
}

.reform_footer&gt;ul&gt;li&gt;p{
	text-align: center;
	font-size: 16px;
}

.reform_footer&gt;ul&gt;li&gt;p:nth-child(1){
	padding-top: 30px;
	box-sizing: border-box;
	font:bold 18px "";
}

.reform_footer&gt;ul&gt;li&gt;p:nth-child(2){
	padding: 10px 0;
	box-sizing: border-box;
}


/*	�活捷��絖�����	*/

.reform_figure&gt;figcaption{
	position:relative;
}


.reform_text{
	width: 340px;
	height: 260px;
	position:absolute;
    top: 40px;
    right: 70px;
}

.reform_text&gt;div{
	color: #0F4373;
	line-height: 50px;
}

.reform_text&gt;div span{
	font-size: 26px;
	padding-right: 5px;
	box-sizing: border-box;
}

.reform_text&gt;div{
	font-size: 26px;
}

.reform_text&gt;p{
	font-size: 16px;
}
</pre></body></html>