<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 */


.prod_info {
	position: relative;
	width: 100%;
	/*background-color: #E0E0E0;*/
	clear: both;
	display: block;
	overflow: hidden;
}
.prod_bg_3 {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/product/prod_bg_3.png);
	width: 100%;
	height: 693px;
}
/*产品 三级 start*/
.prod_third_title {
	position: absolute;
	width: 100%;
	min-height: 700px;
	top: 0px;
}
.prod_right_bg {
	float: right;
	padding-bottom: 10px;
	background-image: url(../img/vaf/vaf_third_right.png);
	
	background-size:100% 100%;
	width: 504px;
	min-height: 300px;
	margin-top: 360px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.prod_right_name {
	text-align: left;
	font-size: 20px;
	background-color: #B80310;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.prod_right_name b:first-child {
	font-size: 20px;
	padding: 0px 10px;
	color: #FFF;
}
.prod_right_tip {
	text-align: left;
	min-height: 100px;
	overflow: hidden;
}
.prod_right_tip div {
	float: left;
	margin-left: 10px;
	height: 40px;
	min-width: 240px;
	max-width: 480px;
	/*color: #818181;;*/
	background: url(../img/vaf/tip.png) no-repeat;
	background-position: 0px 20px;
	padding: 20px 0px 0px 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.prod_info_2 {
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	/*background-color: #E0E0E0;*/
	padding:20px 20px 0px 20px;
}
.prod_img {
	width: 1000px;
	height: 500px;
	border: 10px solid #FFF;
	position: relative;
	/*background-position: center;*/
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size:310px 310px;
}

.prod_img .prod_img_tip {
	width: auto;
	position: absolute;
	right:370px;
	left: 370px;
	bottom:50px;
}

.prod_img .prod_img_features{
	padding: 10px 0px;
	float:left;
	font-size: 18px;
	color: #818181;
	margin: 40px;
	width: 270px;
	border-top: 10px solid #818181;
	border-bottom: 2px solid #818181;
}

.prod_img .prod_img_features:nth-child(odd){
	margin-left:320px
}

.prod_detail_1, .prod_detail_2{
	text-align: left;
	min-height: 100px;
	background-color: #FFF;
	overflow: hidden;
	padding-bottom: 15px;
	color: ##444444;
}
.prod_detail_title {
	font-size: 22px;
	background-color: #818181;
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 0px 10px 40px;
	margin-top: 15px;
}
.prod_detail_1 div {
	float: left;
	margin-left: 30px;
	height: 45px;
	width: 460px;
	background: url(../img/vaf/tip.png) no-repeat;
	background-position: 0px 20px;
	padding: 20px 0px 0px 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.prod_detail_2 div {
	float: left;
	margin-left: 30px;
	width: 950px;
	background: url(../img/vaf/tip.png) no-repeat;
	background-position: 0px 20px;
	padding: 20px 0px 0px 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overfl
	ow: hidden;
}
.prod_info_3{
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
  position:relative;
  margin:0 auto;
  width:1009px;
  /* background-color: #E0E0E0; */
  padding: 10px 0px 30px 00px;
}
.download{
	position:relative;
	line-height:51px;
	
	color:#fff;
	float:right;
	width:245px;
	height:51px;
	cursor:pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/product/pr-download.png);
}
.download:hover{
	background-image: url(../img/product/pr-download-hover.png);
}
/*产品 三级 end*/
</pre></body></html>