﻿@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}

body{ text-align:center; font-family:"宋体";}
 /*针对苹果浏览器的按钮渲染*/
        input[type="submit"], input[type="reset"], input[type="button"], button
        {
            -webkit-appearance: none;
        }
a{text-decoration: none;}
a:link,a:visited{}
a:hover{}
.fmtmain{ 
	font-size: 0.14rem;
	}
.topdiv{ position: relative;}
.topnav{text-align: center;  position: absolute;top: 5px; z-index: 100; width: 100%; }
.topnav img{
	width:30px;
	height:30px;
	}
.topnav table{ width: 96%;text-align: left; margin: 0 auto;}
.td1{
	width:20%;

	}

.btnav{ 
	width: 56px; 
	height: 21px; 
	/*background: url(../images/btnav.png) no-repeat 100%;*/ 
	border: #fff 1px solid;
	background-color:transparent;
	border-radius:10px;  
	color: #fff;
	font-size: 12px;
	margin-right:7px;
	}


/*产品页*/
.contentdivs{ text-align: center; }
.divc1{
	display: table; 
	padding: 10px 0; 
	width: 100%; 
	margin-bottom: 50px;
	}
.divc1 div{ 
	display: table-cell;
	vertical-align: middle; 
	}
.divimg{
	text-align: center;
	width: 30%; }
.divimg img{
	width: 80px; 
	height: 80px;
	}
.divfont{
	text-align: left;
	padding-left:10px; 
	line-height: 15px; 
	font-size: 14px; 
	font-weight: bold;

	}
.ptitle{ 
	font-size: 14px; 
	font-weight: bold;
	}
.ptitle2{ 
	font-size: 12px;
	color: #a3a3a3; 
	margin-bottom: 8px;
	}
.ptitle3{
	font-size:10px;
	}
.downa{ 
	display: inline-block; 
	background-color: #54c5ff; 
	color:#FFF; 
	padding:2.5px 5px; 
	position: relative;
	}
.downa2{ 
	display: inline-block; 
	background-color: #54c5ff; 
	color:#FFF; 
	padding:2.5px 5px; 
	position: relative;

	}
.cjwta{ 
	display: inline-block;
	background-color: #a3a3a3;
	color:#FFF; 
	padding:2.5px 5px;
	}
.rjj{ 
	display: block; 
	width: 0; 
	height: 0; 
	border-left:10px solid #54c5ff;
	border-top:10px solid #a3a3a3;
	border-bottom:10px solid #a3a3a3;
	position: absolute;
	top:0;
	right: -10px;
	}

.divc2{ 
	padding:50px 20px; 
	position: relative;
	background-color: #f0f0f0; 
	text-align: left;
	}
.shuzi1{ 
	position: absolute; 
	background: url(../images/prod/y1.png) no-repeat 50% 50%;
	background-size:80px 80px;							
	width: 80px; 
	height: 80px; 
	color: #e87102;
	text-align: center;
	font-size:60px;
	top:-30px;
	right: 20px;
	line-height:80px;
	}
.shuzi1 span{ 
	font-size:12px; 
	background-color: #f0f0f0; 
	display: block; 
	position:absolute; 
	top:30px; 
	left:5px; 
	width: 90%; 
	text-align: center; 
	font-weight: bold; 
	padding: 3px 0; 
	height:15px; 
	line-height:15px;
	}

.divc3{ 
	padding:50px 20px; 
	position:relative;
	}
.shuzi3{ 
	position: absolute; 
	background: url(../images/prod/y2.png) no-repeat 50% 50%;
	background-size:80px 80px; 		
	width:80px; 
	height: 80px; 
	color: #54c5ff;
 	text-align: center;
 	font-size:60px;
	line-height:80px;
 	top:-30px;
 	left: 20px;

}
.shuzi3 span{ 
	font-size:12px; 
	background-color: #fff; 
	display: block; 
	position:absolute; 
	top:30px; 
	left:5px; 
	width: 90%;
	height:15px; 
	line-height:15px;
	text-align: center; 
	font-weight: bold;
	 
	padding: 3px 0; 

	}
.divc3 .divfont{text-align: right;}
.prodadimg{
	width:100%;
	}
.prodadimg img{ width: 100%; height: 100%;}
.headiframe_pc{
	position:fixed;
	top:0;
	right:0;
	/*box-shadow: 0 0 5px 0 #CCC;*/
	width:100%;
	height:69px;
	z-index:6;
	margin:0;}
.footiframe_pc{width:100%;height:355px;border:0;margin-bottom:-10px;}
.headiframe{
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:40px;
	margin:0;
	z-index:1;
	}
.footiframe{
	width:100%;
	height:30px;
	margin:0;
	margin-bottom:-5px;
	}