<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main{
	position:relative;
	width:100%;
	height:auto;
	padding-bottom: 100px;
}
.middlebox{
	position:relative;
	width:1000px;
	height:auto;
	margin:0 auto;
}

.webpath{
	width:100%;
	height: 60px;
	line-height: 60px;
	font-size:14px;
	font-family: "寰蒋闆呴粦";
	color:#000; 
}
.webpath a{
	font-size:14px;
	font-family: "寰蒋闆呴粦";
	color:#000; 
}
.webpath a.tohome{
	background: url("../images/tohome.png") left center no-repeat;
	background-size:16px 16px;
	padding-left: 22px;
}

/**download*/
.download .banner{
	position: relative;
	width:100%;
}
.download .banner img{
	display: block;
	width:100%;
}
.download .cmtdownload{
	padding-bottom: 45px;
}
.download .cmtdownload .hd{
	width:100%;
	height: 61px;
	border-bottom: 4px solid #B5B5B5;
}
.download .cmtdownload .hd li{
	display: inline-block;
	line-height: 61px;
	font-size:18px;
	font-family: "寰蒋闆呴粦"; 
}
.download .cmtdownload .hd .nav1{
	float: left;
	width:198px;
	height: 61px;
	background: url("../images/downloadnav1.png") left top no-repeat;
	color:#000;
	padding-left: 30px;
	cursor: pointer;
}
.download .cmtdownload .hd .nav2{
	float: left;
	width:192px;
	height: 61px;
	background: url("../images/downloadnav2.png") left top no-repeat;
	margin-left: -55px;
	color:#000;
	padding-left: 80px;
	cursor: pointer;
}
.download .cmtdownload .hd .nav1.on{
	float: left;
	width:198px;
	height: 61px;
	background: url("../images/downloadnav1_on.png") left top no-repeat;
	color:#FFF;
	padding-left: 30px;
}
.download .cmtdownload .hd .nav2.on{
	float: left;
	width:192px;
	height: 61px;
	background: url("../images/downloadnav2_on.png") left top no-repeat;
	margin-left: -55px;
	color:#FFF;
	padding-left: 80px;
}
.download .cmtdownload .hd li .btnicon{
	display: inline-block;
	width:23px;
	height:23px;
	background: url("../images/btnicon_red.png") center center no-repeat;
	vertical-align: middle;
	margin:-3px 0 0 10px;
}
.download .cmtdownload .hd li.on .btnicon{
	display: inline-block;
	width:23px;
	height:23px;
	background: url("../images/btnicon_w.png") center center no-repeat;
	vertical-align: middle;
	margin: -3px 0 0 10px;
}
.download .cmtdownload .bd ul li{
	position: relative;
	float: left;
	width:260px;
	height:176px;
	text-align: center;
	margin: 20px 0 0 36px;
}
.download .cmtdownload .bd ul li.first{
	margin-left: 0;
}
.download .cmtdownload .bd ul li .name{
	width:220px;
	height: 100px;
	line-height:30px;
	background: url("../images/mrbg.jpg") center top no-repeat;
	font-size:16px;
	font-family: "寰蒋闆呴粦"; 
	color:#000;
	padding: 25px 20px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.download .cmtdownload .bd ul li .proname{
	display: block;
	position: absolute;
	width:220px;
	top:85px;
	left:20px;
	font-size:14px;
	font-family: "寰蒋闆呴粦"; 
	color:#3e45a1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.download .cmtdownload .bd ul li .proname:hover{
	border:0;
	margin: 0;
}
.download .cmtdownload .bd ul li .name p{
	font-size:16px;
	font-family: "寰蒋闆呴粦"; 
	color:#434343;
}
.download .cmtdownload .bd ul li .btnbox{
	width:260px;
	height: 50px;
	line-height:60px;
	background: url("../images/btnboxbg.png") center bottom no-repeat;
	font-size:16px;
	font-family: "寰蒋闆呴粦"; 
	color:#000;
}
.download .cmtdownload .bd ul li .btnbox .btnicon{
	display: inline-block;
	width:23px;
	height:23px;
	background: url("../images/btnicon_red.png") center center no-repeat;
	vertical-align: middle;
	margin:-3px 10px 0 0;
}
.download .cmtdownload .bd ul li a{
	display: block;
}
.download .cmtdownload .bd ul li a:hover{
	border:2px solid #E71F19;
	margin: -4px 0 0 -4px;
}
.download .search{
	width:100%;
	height: 85px;
	background: #EEEEEE;
}
.download .search span{
	float: left;
	line-height: 85px;
	font-size:22px;
	font-family: "寰蒋闆呴粦";
	color:#000;
}
.download .search form{
	float: right;
}
.download .search .keyword{
	float: left;
	width:650px;
	height:45px;
	line-height:45px;
	border:1px solid #D0CFCF;
	border-right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #FFF;
	font-size:14px;
	font-family:'寰蒋闆呴粦';
	color:#707070;
	margin-top: 20px;
	padding-left:20px;
}
.download .search .searchbtn{
	float: left;
	width:85px;
	height:49px;
	line-height:49px;
	border:1px solid #D0CFCF;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background:url(../images/searchbtn.png) center center no-repeat #FFF;
	background-size:31px 32px;
	margin-top: 20px;
	cursor:pointer;
}
/*.download .productnav{
	display: inline-block;
	width:100%;
	height:80px;
	text-align: center;
}
.download .productnav .mbox{
	position: relative;
}
.download .productnav .tip{
	position: absolute;
	width:100%;
	height: 20px;
	text-align: left;
	line-height: 20px;
	font-size:14px;
	font-family:'寰蒋闆呴粦';
	color:#000;
	top:5px;
}
.download .productnav .tip span{
	font-size:14px;
	font-family:'寰蒋闆呴粦';
	color:#707070;
}
.download .productnav .tip .btnicon{
	display: inline-block;
	width:23px;
	height:23px;
	background: url("../images/btnicon_red.png") center center no-repeat;
	vertical-align: middle;
	margin:-3px 5px 0;
}
.download .productnav ul{
	height:80px;
	border-bottom: 2px solid #B5B5B5;
}
.download .productnav ul li{
	display: inline-block;
	width:230px;
	height:80px;
	line-height: 100px;
}
.download .productnav ul li a{
	display: block;
	font-size:16px;
	font-family:'寰蒋闆呴粦';
	color:#000;
}
.download .productnav ul li.on{
	border-bottom: 2px solid #e60012;
}
.download .productnav ul li.on a{
	color:#e60012;
}*/
.download .productnav{
	position: relative;
	display: inline-block;
	width:100%;
	height:auto;
	background: #EEEEEE;
	text-align: center;
	padding-bottom: 35px;
}
.download .productnav .down{
	position: absolute;
	display: inline-block;
	width:61px;
	height: 27px;
	background: url("../images/pronavdown.png") center center no-repeat;
	left: 48%;
	bottom:0;
}
.download .productnav .up{
	position: absolute;
	display: inline-block;
	width:61px;
	height: 27px;
	background: url("../images/pronavup.png") center center no-repeat;
	left: 48%;
	bottom:0;
}
.download .productnav .mbox{
	position: relative;
}
.download .productnav .tip{
	position: absolute;
	width:100%;
	height: 20px;
	text-align: left;
	line-height: 20px;
	font-size:14px;
	font-family:'寰蒋闆呴粦';
	color:#000;
	top:-20px;
}
.download .productnav .tip span{
	font-size:14px;
	font-family:'寰蒋闆呴粦';
	color:#707070;
}
.download .productnav .tip .btnicon{
	display: inline-block;
	width:23px;
	height:23px;
	background: url("../images/btnicon_red.png") center center no-repeat;
	vertical-align: middle;
	margin:-3px 5px 0;
}
.download .productnav ul{
	width:1150px;
	height: 67px;
	overflow: hidden;
	margin: 0 auto;
}
.download .productnav ul span{
	float: left;
	line-height: 65px;
	color:#c8c8c8;
}
.download .productnav ul li{
	float: left;
	width:225px;
	height:65px;
	line-height: 65px;
}
.download .productnav ul li a{
	display: block;
	font-size:16px;
	font-family:'寰蒋闆呴粦';
	color:#000;
}
.download .productnav ul li.on{
	height:63px;
	border-bottom: 2px solid #e60012;
}
.download .productnav ul li.on a{
	color:#e60012;
}

.download .smallclass{
	margin-top: 20px;
}
.download .smallclass ul li{
	float: left;
	width:218px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin:15px 0 0 15px;
}
.download .smallclass ul li.first{
	margin-left: 0;
}
.download .smallclass ul li a{
	display: block;
	font-size:14px;
	font-family:'寰蒋闆呴粦';
	color:#434343;
	background: #E8E8E8;
}
.download .smallclass ul li a:hover{
	color:#E60012;
}
.download .smallclass ul li.on a{
	color:#E60012;
}

/*.download .ssmallclass{
	margin-top: 20px;
	border-top:0.1rem solid #B5B5B5;
}
.download .ssmallclass ul li{
	display: table;
	float: left;
	width:218px;
	height: 50px;
	line-height: 25px;
	text-align: center;
	margin:15px 0 0 15px;
}
.download .ssmallclass ul li.first{
	margin-left: 0;
}
.download .ssmallclass ul li a{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	font-size:14px;
	font-family:'寰蒋闆呴粦';
	color:#434343;
	background: #E8E8E8;
}
.download .ssmallclass ul li a:hover{
	color:#FFF;
	background: #E60012;
}
.download .ssmallclass ul li.on a{
	color:#FFF;
	background: #E60012;
}*/
.download .ssmallclass{
	margin-top: 10px;
}
.download .ssmallclass .sjicon_gray{
	width:100%;
	height: 14px;
	background: url('../images/sjicon_gray.png') center center no-repeat;
}
.download .ssmallclass ul{
	width:1150px;
	height: auto;
	background: #F4F4F4;
	padding-bottom: 20px;
}
.download .ssmallclass ul .ulbox{
	width:1000px;
	margin: 0 auto;
}
.download .ssmallclass ul li{
	display: table;
	float: left;
	width:233px;
	height: 30px;
	line-height: 30px;
	border:1px solid #C6C6C6;
	border-radius: 30px;
	text-align: center;
	margin:20px 0 0 20px;
}
.download .ssmallclass ul li.first{
	margin-left: 0;
}
.download .ssmallclass ul li a{
	display: block;
	width:203px;
	height: 30px;
	font-size:14px;
	font-family:'寰蒋闆呴粦';
	color:#434343;
	border-radius: 30px;
	background: #E8E8E8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
}
.download .ssmallclass ul li a:hover{
	color:#FFF;
	background: #E60012;
}
.download .ssmallclass ul li.on a{
	color:#FFF;
	background: #E60012;
}

.download .tablebox .mbox{
	border-top:2px solid #B5B5B5;
	margin-top: 30px;
	
}
.download .tablebox{
	width:100%;
}
.download .tablebox ol{
	width:100%;
	margin-top: 10px;
	margin-bottom:0;
	padding: 0;
}
/*.download .tablebox ol li{
	float: left;
	width:25%;
	height:70px;
	line-height: 70px;
	text-align: center;
	background: #B5B5B5;
	font-size:16px;
	font-weight: 500;
	font-family:'寰蒋闆呴粦';
	color:#000;
}*/
.download .tablebox ol li{
	float: left;
	width:17.3%;
	height:70px;
	line-height: 70px;
	text-align: center;
	background: #B5B5B5;
	font-size:16px;
	font-weight: 500;
	font-family:'寰蒋闆呴粦';
	color:#000;
}
.download .tablebox ol li.first{
	width:24%;
	text-align: center;
}
.download .tablebox ul{
	width:100%;
	padding: 0;
}
.download .tablebox ul.bg1{
	background: #FFF;
}
.download .tablebox ul.bg2{
	background: #F3F3F3;
}
.download .tablebox ul li{
	display: table;
	width:100%;
	min-height: 50px;
	text-align: center;
	border:1px solid #DEDEDE;
	border-right:none;
	font-size:14px;
	font-weight: 500;
	font-family:'寰蒋闆呴粦';
	color:#707070;
	margin: -1px 0 0 -1px;
}
.download .tablebox ul li span{
	display:table-cell;
	vertical-align: middle;
	width:16.6%;
	border-right:1px solid #DEDEDE;
	margin: -1px 0 0 -1px;
}
.download .tablebox ul li span.first{
	display:table-cell;
	vertical-align: middle;
	width:23%;
	text-align: center;
	padding:0 1%;
	border-left:none;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
}
.download .tablebox ul li span .proname{
	color:#3e45a1;
}
.download .tablebox ul li .btnicon{
	display: inline-block;
	width:23px;
	height:23px;
	background: url("../images/btnicon.png") center center no-repeat;
	vertical-align: middle;
	margin:-3px 10px 0 0;
}
.download .tablebox ul li .btnicon:hover{
	background: url("../images/btnicon_red.png") center center no-repeat;
}</pre></body></html>