#main{
	position:relative;
	width:100%;
	height:auto;
	padding-bottom: 6rem;
}
.webpath{
	width:100%;
	min-height: 3.5rem;
	line-height: 2.5rem;
	font-size:1.4rem;
	font-family: "微软雅黑";
	color:#535353; 
	border-top:2px solid #434343;
}
.webpath a{
	font-size:1.4rem;
	font-family: "微软雅黑";
	color:#535353; 
}
.webpath a.tohome{
	background: url("../images/tohome.png") left center no-repeat;
	background-size:1.4rem 1.4rem;
	padding-left: 2rem
}
/**product*/
.product .banner{
    width:100%;
}
.product .banner img{
	display: block;
    width:100%;
}
.product .search{
    display: inline-block;
	width: 100%;
    height: 12rem;
    text-align: center;
	background: #646464;
}
.product .search span{
	float: left;
	line-height: 2.5rem;
	font-size:2rem;
	font-family: "微软雅黑";
	color:#FFF;
	margin-top:1rem;
	padding-left: 3rem;
}
.product .search span p{
	text-align: left;
	line-height:2.5rem;
	font-size:1.4rem;
	font-family: "微软雅黑";
	color:#FFF;
}

.product .search form{
	display: inline-block;
	width: 84%;
}
.product .search .keyword{
	float: left;
	box-sizing: border-box;
	width:90%;
	height:3rem;
	line-height:3rem;
	border:0;
	border-radius: 0;
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
	background: #FFF;
	font-size:1.2rem;
	font-family:'微软雅黑';
	color:#adadad;
	margin-top:1rem;
	padding-left:1rem;
	-webkit-appearance: none;
}
.product .search .searchbtn{
	float: left;
	box-sizing: border-box;
	width:10%;
	height:3rem;
	line-height:3rem;
	border:0;
	border-left:1px solid #C3C2C2;
	border-radius: 0;
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius:0.2rem;
	background:url(../images/searchbtn.png) center center no-repeat #FFF;
	background-size:2rem 2rem;
	margin-top: 1rem;
	cursor:pointer;
	-webkit-appearance: none;
}
.product .productnav{
	position: relative;
	width:100%;
	height:5rem;	
	background: #EEEEEE;
	border-bottom: 0.5rem solid #B5B5B5;
}
.product .productnav i.lt{
	position: absolute;
    width: 0.6rem;
    height: 0.9rem;
    background: url(../images/lt.png) center center no-repeat;
	background-size: 0.6rem 0.9rem;
	left: 1%;
	top:2rem;
}
.product .productnav i.gt{
	position: absolute;
    width: 0.6rem;
    height: 0.9rem;
    background: url(../images/gt.png) center center no-repeat;
	background-size: 0.6rem 0.9rem;
	right: 1%;
	top:2rem;
}
.product .productnav ul{
	width:100%;
	height:5rem;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
}
.product .productnav ul li{
	display: inline-block;
	width:33.33%;
	height:5rem;
	line-height:5rem;
	text-align: center;
	white-space: nowrap;
}
.product .productnav ul li a{
	display: block;
	height:5rem;
	font-size: 1.6rem;
	font-family: "微软雅黑";
	color:#000;
	overflow: hidden;
}
.product .productnav ul li.on a{
	height:5rem;
	color:#E60012;
}
.product .smproclass{
	width:100%;
	background: #FFF;
	margin: 1rem auto;
}
.product .smproclass .mbox{
	padding: 1rem 0;
}
.product .smproclass a{
	display: block;
	float: left;
	width:48%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	border: 0.1rem solid #B5B5B5;
	font-size:1.4rem;
	font-family:'微软雅黑';
	color:#707070;
	margin: 1rem 0 0 1.9%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .smproclass a:active{
	background: #E60012;
	color: #FFF;
}
.product .smproclass a.first{
	margin-left:0;
}
.product .smproclass a.on{
	background: #E60012;
	color: #FFF;
}

.product .list{
	/*margin-top: 2rem;*/
	padding-bottom: 3rem;
}
.product .list .mbox{
	position: relative;
	min-height: 20rem;
	overflow: hidden;
}
.product .list ul li{
	float: left;
	width:48%;
	height: auto;
	text-align: center;
	font-size:1.4rem;
	font-family:'微软雅黑';
	color:#000;
	margin: 1rem 0 0 2%;
}
.product .list ul li span{
	display: block;
	width: 100%;
	height: 3.5rem;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	color: #707070;
}
.product .list ul li.first{
	margin-left:0;
}
.product .list ul li img{
	width:100%;
	height: 11rem;
	border:1px solid #B5B5B5;
}

/**productview*/
.productview .productviewbox{
	width: 100%;
}
.productview .productviewbox .hd{
	width:100%;
	height:8.5rem;
	background: #646464;
}
.productview .productviewbox .hd ul li{
	position: relative;
	float: left;
	width:25%;
	height:8.5rem;
	text-align: center;
	font-size:1.4rem;
	font-family:'微软雅黑';
}
.productview .productviewbox .hd ul li.on .sjicon_white{
	position: absolute;
	display: block;
	width:100%;
	height: 12px;
	background: url("../images/sjicon_white.png") center bottom no-repeat;
	bottom: 0;
}
.productview .productviewbox .hd ul li .nav1{
	display: block;
	width:100%;
	height:3rem;
	background:url("../images/proviewnav1.png") center 2rem no-repeat#646464;
	background-size:30%;
	color:#FFF;
	padding-top: 5.5rem;
}
.productview .productviewbox .hd ul li.on .nav1{
	display: block;
	width:100%;
	height:3rem;
	background:url("../images/proviewnav1_on.png") center 2rem no-repeat#F3F3F3;
	background-size:30%;
	color:#000;
	padding-top:5.5rem;
}
.productview .productviewbox .hd ul li .nav2{
	display: block;
	width:100%;
	height:3rem;
	background:url("../images/proviewnav2.png") center 2rem no-repeat#646464;
	background-size:30%;
	color:#FFF;
	padding-top:5.5rem;
}
.productview .productviewbox .hd ul li.on .nav2{
	display: block;
	width:100%;
	height:3rem;
	background:url("../images/proviewnav2_on.png") center 2rem no-repeat#F3F3F3;
	background-size:30%;
	color:#000;
	padding-top:5.5rem;
}
.productview .productviewbox .hd ul li .nav3{
	display: block;
	width:100%;
	height:3rem;
	background:url("../images/proviewnav3.png") center 2rem no-repeat#646464;
	background-size:30%;
	color:#FFF;
	padding-top:5.5rem;
}
.productview .productviewbox .hd ul li.on .nav3{
	display: block;
	width:100%;
	height:3rem;
	background:url("../images/proviewnav3_on.png") center 2rem no-repeat#F3F3F3;
	background-size:30%;
	color:#000;
	padding-top:5.5rem;
}
.productview .productviewbox .hd ul li .nav4{
	display: block;
	width:100%;
	height:3rem;
	background:url("../images/proviewnav4.png") center 2rem no-repeat#646464;
	background-size:30%;
	color:#FFF;
	padding-top:5.5rem;
}
.productview .productviewbox .hd ul li.on .nav4{
	display: block;
	width:100%;
	height:3rem;
	background:url("../images/proviewnav4_on.png") center 2rem no-repeat#F3F3F3;
	background-size:30%;
	color:#000;
	padding-top:5.5rem;
}
.productview .productviewbox .bd .p{
	line-height: 2.5rem;
	font-size:1.6rem;
	font-family:'微软雅黑';
	color:#707070;
	padding:2rem 4%;
}
.productview .productviewbox .bd p{
	font-size:1.6rem;
	font-family:'微软雅黑';
	color:#707070;
}
.productview .productviewbox .bd p img{
	max-width:100%;
}
/*.productview .productviewbox .bd .imglist{
	position: relative;
	margin-top: 3rem;
}
.productview .productviewbox .bd .imglist .imgprev{
	position: absolute;
	display: block;
	width:2.5rem;
	height: 4rem;
	background: url("../images/prevbtn.png") center center no-repeat;
	background-size:2.5rem 4rem;
	left: 0;
	top: 10rem;
}
.productview .productviewbox .bd .imglist .imgnext{
	position: absolute;
	display: block;
	width:2.5rem;
	height: 4rem;
	background: url("../images/nextbtn.png") center center no-repeat;
	background-size:2.5rem 4rem;
	right:0;
	top: 10rem;
}
.productview .productviewbox .bd .imglist .imglistbox{
	width:80%;
	margin-left: 10%;
}
.productview .productviewbox .bd .imglist .imglistbd li img{
	width:100%;
}*/
.productview .productviewbox .bd .imglist{
	width:92%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 2rem;
}
.productview .productviewbox .bd .imglist ul li{
	width:100%;
	margin-top: 1.5rem;
}
.productview .productviewbox .bd .imglist ul li img{
	float: left;
	width:100%;
}
.productview .productviewbox .bd .imglist ul li .info{
	float: right;
	width:100%;
}
.productview .productviewbox .bd .imglist ul li .info span{
	line-height: 3rem;
	font-size: 1.6rem;
	font-family: "微软雅黑";
	color:#0077cc;
}
.productview .productviewbox .bd .imglist ul li .info p{
	line-height: 1.8rem;
	font-size:1.2rem;
	font-family: "微软雅黑";
	color:#707070;
	white-space: pre-line;
}

/*.productview .productviewbox .bd .ysjxlist{
	margin-top: 2rem;
}
.productview .productviewbox .bd .ysjxlist ul li{
	float: left;
	width:48%;
	height: auto;
	line-height: 2.5rem;
	text-align: center;
	font-size:1.4rem;
	font-family:'微软雅黑';
	color:#000;
	margin: 1rem 0 0 2%;
}
.productview .productviewbox .bd .ysjxlist ul li.first{
	margin-left: 0;
}
.productview .productviewbox .bd .ysjxlist ul li img{
	width:100%;
	height: 11rem;
	border:1px solid #B5B5B5;
}
.productview .productviewbox .bd .ysjxlist ul li p{
	font-size:1.4rem;
	font-family:'微软雅黑';
	color:#707070;
	padding:0;
}*/
.productview .productviewbox .bd .ysjxlist{
	width:92%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 2rem;
}
.productview .productviewbox .bd .ysjxlist ul li{
	width:100%;
	margin-top: 1.5rem;
}
.productview .productviewbox .bd .ysjxlist ul li img{
	float: left;
	width:100%;
}
.productview .productviewbox .bd .ysjxlist ul li .info{
	float: right;
	width:100%;
}
.productview .productviewbox .bd .ysjxlist ul li .info span{
	line-height: 3rem;
	font-size: 1.6rem;
	font-family: "微软雅黑";
	color:#0077cc;
}
.productview .productviewbox .bd .ysjxlist ul li .info p{
	line-height: 1.8rem;
	font-size:1.2rem;
	font-family: "微软雅黑";
	color:#707070;
	white-space: pre-line;
}

/*.productview .downloadlist{
	margin-top: 2rem;
	padding-bottom: 3rem;
}
.productview .downloadlist ul{
	width:100%;
	border-top:0.1rem solid #DCDCDC;
}
.productview .downloadlist ul li{
	display: table;
	width:100%;
	height: auto;
	line-height: 4rem;
	border-bottom:0.1rem solid #DCDCDC;
}
.productview .downloadlist ul li.bg1{
	background: #FFF;
}
.productview .downloadlist ul li.bg2{
	background: #F3F3F3;
}
.productview .downloadlist ul li .name{
	display:table-cell;
	float: left;
	width:30%;
	min-height: 4rem;
	text-align: center;
	vertical-align: middle;
	font-size:1.4rem;
	font-family:'微软雅黑';
	color:#434343;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.productview .downloadlist ul li .dlist{
	display:table-cell;
	float: right;
	width:70%;
	min-height: 4rem;
	vertical-align: middle;
	border-left: 0.1rem solid #DCDCDC;
	margin-right:-0.1rem; 
}
.productview .downloadlist ul li .dlist a{
	font-size:1.4rem;
	font-family:'微软雅黑';
	color:#434343;
	padding: 0 0.5rem;
}
.productview .downloadlist ul li .dlist a .btnicon{
	display: inline-block;
	width:2.3rem;
	height:2.3rem;
	background: url("../images/btnicon_red.png") center center no-repeat;
	background-size:1.5rem 1.5rem;
	vertical-align: middle;
	margin:-0.3rem 0 0 0;
}*/
.productview .tablebox{
	width:100%;
	margin-top: 2rem;
	padding-bottom: 3rem;
}
.productview .tablebox h2{
	line-height: 4rem;
}
.productview .tablebox h2 span{
	float: right;
	font-weight: 500;
	font-size:1.4rem;
	color:#F00;
}
.productview .tablebox ul{
	padding: 0;
}
.productview .tablebox ul li{
	width:100%;
	min-height: 5rem;
	text-align: center;
	border:1px solid #DEDEDE;
	font-size:14px;
	font-weight: 500;
	font-family:'微软雅黑';
	color:#707070;
	margin: 2rem 0 0 -1px;
}
.productview .tablebox ul li .infobox{
	display: table;
	width:100%;
}
.productview .tablebox ul li .infobox .title{
	display: table;
	float: left;
	width:20%;
	height: 100%;
	background: #434343;
	border-top:0.1rem solid #DEDEDE;
	margin-bottom: -1px;
}
.productview .tablebox ul li .infobox .title p{
	display: table-cell;
	vertical-align:middle;
	color:#FFF;
	font-size: 1.6rem;
}
.productview .tablebox ul li .infobox .info{
	float: left;
	display:table;
	width:76%;
	height: 100%;
	border-top:0.1rem solid #DEDEDE;
	margin: 0 0 0 -1px;
	padding: 2%;
}
.productview .tablebox ul li .infobox .info span{
	display: table-cell;
	vertical-align:middle;
}
.productview .tablebox ul li .infobox .info span a{
	font-size:1.4rem;
	font-family:'微软雅黑';
	color:#434343;
	padding: 0 0.5rem;
}
.productview .tablebox ul li .infobox .info span a.proname{
	color:#3e45a1;
}
.productview .tablebox ul li .infobox .info span a .btnicon{
	display: inline-block;
	width:2.3rem;
	height:2.3rem;
	background: url("../images/btnicon_red.png") center center no-repeat;
	background-size:1.5rem 1.5rem;
	vertical-align: middle;
	margin:-0.3rem 0 0 0;
}
.productview .tablebox .btnbox{
	display: inline-block;
	width:100%;
	text-align: center;
	margin-top: 1rem;
}
.productview .tablebox .btnbox .prev{
	display: inline-block;
	width:94px;
	height: 57px;
	background: url('../images/dprevicon.png') center center no-repeat;
	background-size:70%;
	margin:0 5px;
}
.productview .tablebox .btnbox .next{
	display: inline-block;
	width:94px;
	height: 57px;
	background: url('../images/dnexticon.png') center center no-repeat;
	background-size:70%;
	margin:0 5px;
}