*{
	padding: 0;
	margin: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	position: relative;
}
::-webkit-scrollbar{
	width: 6px;
    height: 6px;
    -webkit-overflow-scrolling: touch;
    background-color: #e8e8e8;
}
::-webkit-scrollbar-button {
    height: 0px;
    background-color: #e8e8e8;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0ab455;
}
::-webkit-scrollbar-track {
    background-color: #e8e8e8;
}
#navBar{
	width: 100%;
	height: 100px;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
#navBar.fix{
	    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.mainBar{
	height: 100px;
	margin: 0 auto;
	background: #FFF;
	position: relative;
	/*max-width: 1600px;*/
    width: 95%;
}
.mainBar.widedevice{
	max-width: 1600px;
}
.mainBar .logo{
	width: 116px;
	height: 100px;
	float: left;
}
.mainBar .logo a{
	width: 116px;
	height: 51px;
	margin-top: 24.5px;
	display: block;
}
.mainBar .navMenu{
	position: absolute;
	right: 17px;
	line-height: 100px;
}
.mainBar .navMenu ul li{
	float: left;
	list-style: none;
	height: 100px;
	margin-right: 30px;
	padding: 0 10px;
	position: relative;
	display: list-item;
	text-align: -webkit-match-parent;
}
.mainBar .navMenu ul li:hover{
	color: #0ab455;
}
.mainBar .navMenu ul li.onnav>a{
	color: #0ab455;
}
.mainBar .navMenu ul li a{
	text-decoration: none;
	color: #333333;
	transition: all ease 0.3s;
}
.mainBar .navMenu ul li a:hover{
	color: #0ab455;
}
.mainBar .navMenu ul li a:focus{
	outline: none;
}
.mainBar .navMenu ul li .subNav{
	position: absolute;
    top: 100px;
    border-top: 2px solid #0ab455;
    width: 220px;
    margin-left: -110px;
    left: 50%;
    background: #FFF;
    box-sizing: border-box;
    display: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.mainBar .navMenu ul li:hover .subNav{
	display: block;
}
.subNav dl dd{
	line-height: 40px;
    text-align: center;
    font-size: 15px;
    padding: 0 10px;
    display: block;
}
.subNav dl dd:hover{
	background: #0ab455;
}
.subNav dl dd a{
	color: #333333;
	text-decoration: none;
	transition: all ease 0.3s;
	border-top: 1px dashed #e5e5e5;
	display: block;
}
.subNav dl dd:first-child a{
	border-top: none;
}
.mainBar .navMenu .subNav dl dd:hover a{
	color: #fff;
}
#bdmain{
	width: 100%;
	/*position: absolute;
	top: 100px;*/
	padding-top: 100px;
}
.nban{
	width: 100%;
}
.nban .imgbox{
	overflow: hidden;
    position: relative;
    padding-top: 340px;
}
.nban .imgbox span{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: block;
}
.mainContent{
	width: 1600px;
	/*overflow: hidden;*/
	margin: 0 auto;
/*	border-left: 1px solid blue;
	border-right: 1px solid blue;*/
}
.mainContent .detailContent{
	width: 100%;
}
.detailContent .descContent{
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
    padding-bottom: 50px;
}
h1{
	font-size: 36px;
    margin: 40px;
    text-align: center;
}
h2{
	color: #0070c0;
	text-align: center;
}
.para{
	font-size: 18px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: justify;
	line-height: 30px;
}
.para.pone{
	margin-top: 40px;
}
.para_two_cls{
	width: 100%;
	padding-bottom: 60px;
	padding-top: 10px;
	display: block;
	overflow: hidden;
}
.para_two_cls .left-img{
	width: 48%;
	float: left;
}
.para_two_cls .right-desc{
	width: 48%;
	float: right;
}
.para_two_cls .left-img img{
	width: 100%;
}
.meter_two_cls{
	width: 100%;
	padding-bottom: 50px;
	display: block;
	overflow: hidden;
}
.meter_two_cls .dev{
	width: 46%;
	float: left;
	padding-right: 30px;
}
.meter_two_cls .dev img{
	width: 100%;
}
.meter_two_cls .dev .speclist{
	font-size: 18px;
	width: 90%;
	margin: -30px auto 30px auto;
	text-align: justify;
	line-height: 30px;
	height: 240px;
}
.meter_two_cls .dev .speclist.top{
	height: 320px;
}
.banimage{
	width: 100%;
}
.banimage img{
	width: 100%;
	margin: 0px auto;
	display: block;
}
.sectionTag img{
	display: block;
	margin: 0 auto;
}
.sectionSubTag img{
	margin: 50px auto;
	display: block;
}
.sectionImg img{
	display: block;
	margin: 0 auto;
}
.deviceFrontImg{
	width: 100%;
}
.deviceFrontImg img{
	display: block;
	margin: 0 auto;
}

.para .info{
	width: 90%;
	max-width: 980px;
	float: left;
}
.para .info.tag{
	width: 120px;
	font-weight: bold;
}
.subtitle{
	font-size:2em;
	font-weight: bold;
	color: #009900;
	display: block;
}
.subtitle1{
	margin-top: 80px;
}
.subtitle3{
	margin-top: 20px;
	margin-bottom: 30px;
}
.subtitle4{
	margin-bottom: 30px;
}
.subtitle5{
	margin-bottom: 20px;
}
#copyright{
	width: 100%;
	height: 66px;
	background: #f7f7f7;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 66px;
}#btop{
	width: 50px;
	height: 50px;
	line-height: 60px;
	background: #0ab455;
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 99;
	text-align: center;
	display: none;
	cursor: pointer;
}


@media (max-width : 1220px){
	#navBar{
		width: 100%;
		height: 60px;
	}
	#navBar .mainBar .navMenu.show{
		width: 60%;
	}
	#navBar .mainBar{
		width: 100%;
		max-width: 100%;
		height: 60px;
	}
	#navBar .mainBar .logo{
		width: 80px;
		height: 60px;
		position: absolute;
		left: 15px;
	}
	#navBar .mainBar .logo a{
		width: 80px;
		height: 60px;
		margin-top: 14px;
	}
	#navBar .mainBar .logo img{
		height: 35px;
	}
	#navBar .mainBar .navMenu{
		width: 0;
	    background: #fff;
	    position: absolute;
	    top: 60px;
	    right: 0;
	    transition: all .5s;
	    -webkit-transition: all .5s;
	    overflow: hidden;
	    height: calc(100vh - 60px);
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
	#bdmain{
		width: 100%;
		max-width: 100%;
		padding-top: 60px;
	}
	#bdmain .nban{
		width: 100%;
	}
	#bdmain .nban .imgbox{
		padding-top: 80px;
	}
	#bdmain .mainContent{
		width: 100%;
	}
	h1{
		font-size: 20px;
		margin: 20px 20px;
		text-align: center;
	}
	h2{
		font-size: 18px;
		width: 92%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.detailContent .descContent{
		width: 90%;
		text-align: justify;
	}
	.para{
		font-size: 1em;
	}
	.para.pone{
		margin-top: 0;
	}
	.para_two_cls .left-img{
		width: 100%;
	}
	.para_two_cls .right-desc{
		width: 100%;
	}
	.detailContent .descContent .subtitle{
		text-align: left;
	}
	.subtitle3{
		margin-top: 0;
	}
	.meter_two_cls .dev{
		width: 100%;
		padding-right: 0;
	}
	.meter_two_cls .dev .speclist{
		text-align: left;
		height: auto;
		font-size: 1em;
	}
	.meter_two_cls .dev .speclist.top{
		height: auto;
	}
	.subtitle{
		font-size: 1.7em;
	}
	#btop{
		width: 40px;
		height: 40px;
		line-height: 50px;
		background: #0ab455;
	    position: fixed;
	    right: 0;
	    bottom: 60px;
	    z-index: 99;
	    text-align: center;
	    display: none;
	}
	.info{
		margin-bottom: 20px;
	}
	.info.tag{
		margin-bottom: 0;
	}
}
@media (max-width: 1219px) and (min-width: 450px){
	#bdmain .nban .imgbox{
		padding-top: 200px;
	}
}