<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS pc Document */

/*宣传资料 start*/
.material_info{
  	position: relative;
	width:100%;
	
	clear:both;
	display:block;
}
.material_bg{
	position:absolute;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/custom/mat_bg.png);
	width:100%; 
	height:693px;
} 
.material_title{
	position:absolute;
	width:100%;
	min-height:700px;
	top:590px
} 
.div_left{
	float:left;
}
.div_left .div_left_1{
	position:relative;
	cursor:pointer; 
	width:630px; 
	height:290px;
	background-image:url(../img/custom/mat_left_1.png); 
	margin:0px 10px 0px 0px;
}
.div_left .div_left_2{
	position:relative;
	cursor:pointer; 
	width:630px; 
	height:290px; 
	background-image:url(../img/custom/mat_left_2.png); 
	margin:20px 10px 0px 0px;
}
.div_right {
	float:left; 
	position:relative;
	cursor:pointer; 
	width:338px; 
	height:600px; 
	background-image:url(../img/custom/mat_right.png); 
	margin:0px 0px 0px 10px;
}
.material_title p {
	font-size:25px;
	color:#7E0000;
	margin:0px;
}
.material_title span {
	display:block;
	margin: 15px;
	position:absolute;
	width:48px;
	height:48px;
	background-repeat:no-repeat;;
	background-image:url(../img/custom/hover_out.png);
}
.div_left div:hover span,.div_right:hover span{
	background-image:url(../img/custom/hover_in.png);
}

/*宣传资料 end*/</pre></body></html>