@charset "utf-8";

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
iframe,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: ''
}

.clearfix:after {
	clear: both;
	overflow: hidden
}

.clearfix {
	zoom: 1
}

.hidden {
	display: none;
}

.align-center {
	text-align: center;
}

.fl {
	float: left
}

.fr {
	float: right;
}

img {
	max-width: 100%;
}

select {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

iframe {
	border: 0
}

input {
	box-shadow: none;
}

a,
button,
img,
input,
select {
	outline: 0 none
}

img {
	border: 0 none;
	vertical-align: top
}

em,
i {
	font-style: normal
}

ol,
ul {
	list-style: none
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select {
	font-size: 100%;
	font-family: inherit
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input[type='text'] {
	-webkit-appearance: none;
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	cursor: pointer
}

.pos-relative {
	position: relative;
}

.layui-view-left {
	float: left;
}

.layui-view-right {
	float: right;
}

.padding10 {
	padding: 10px;
}

.padding12 {
	padding: 12px;
}

.padding15 {
	padding: 15px;
}

.padding20 {
	padding: 20px;
}

.padding30 {
	padding: 30px;
}
.padding50{
	padding: 50px 0;
}
.margin10 {
	margin: 10px;
}

.margin15 {
	margin: 15px;
}

.margin20 {
	margin: 20px;
}

.margin30 {
	margin: 30px;
}

.margin-top10 {
	margin-top: 10px;
}

.margin-top15 {
	margin-top: 15px;
}

.margin-top20 {
	margin-top: 20px;
}

.margin-top30 {
	margin-top: 30px;
}
.margin-top50{
	margin-top: 50px;
}
::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

::-webkit-scrollbar-button {
	height: 0;
	width: 0
}

::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 8px;
}

.wzb_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.wzb_flex_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

body {
	line-height: 1.6em;
}
.footer{
	background-color: #333;
	color:rgba(255, 255, 255,0.6);
	font-size: 12px;
}
.footer .layui-row{
	padding: 50px 0;
}
.footer .layui-row h3{
	font-size: 24px;
	color: #fff;
}
.footer .layui-row p{
	margin-top: 10px;
}
.footer a{
	color:rgba(255, 255, 255,0.6);
}
.footerSide{
	background-color: #000;
	text-align: center;
	line-height: 40px;
}
.footerSide a{
	margin-left: 20px;
}
.topBar{
	border-bottom: 1px solid #E0E0E0;
	background-color: #eee;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	line-height: 28px;
	padding: 0 40px;
	color: #999;
}
.logo img{height: 60px;}
.header{
	padding:20px 40px;
}
.nav li{float: left;font-size: 16px;padding: 0 20px;line-height: 60px;}
.nav a:hover,.nav li.on a{color:#2f82ff;}
.title{
	text-align: center;
	font-size: 24px;
	position: relative;
	padding-bottom: 20px;
	padding: 50px 0;
}
.title::after{
	content: " ";
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 40px;
	height: 4px;
	background-color:#2f82ff ;
	margin-left: -20px;
}
.productSection .title{
	color: #fff;
}
.productSection .title:after{
	background-color:#fff ;
}
.aboutSectionContent,.productSection,.deviceSection{
	padding-bottom: 50px;
}
.aboutSectionContent p{
	margin-bottom: 10px;
	line-height: 30px;
}
.aboutSectionContent div{
	text-align: center;
	margin-top: 20px;
}
.aboutSectionContent div img{
	margin-left: 40px;
}
.productSection{
	background: url(../img/productBg.jpg) no-repeat center center /cover;
}
.productCell{
	display: block;position: relative;
	transition: all .3s;
}
.productCell:hover {
	cursor: pointer;
	box-shadow: 0 7px 15px 0 rgba(22, 64, 135, .1);
	transform: translateY(-10px)
}
.productCell span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 2px;
	line-height: 28px;
}
.deviceSection2{
	background: url(../img/device2Bg.jpg) no-repeat center center /cover;
}
.bannerBar{
	height: 360px;
	overflow: hidden;
}
.productBanner{
	background: url(../img/productPageBg.jpg)no-repeat center center /cover;
}
.superDeviceBanner{
	background: url(../img/superDevicePageBg.jpg) no-repeat center center /cover;
}
.deviceBanner{
	background: url(../img/devicePageBg.jpg) no-repeat center center /cover;
}
.contactusBanner{
	background: url(../img/contactusPageBg.jpg) no-repeat center center /cover;
}
.aboutusBanner{
	background: url(../img/aboutusPageBg.jpg) no-repeat center center /cover;
}
.contactusInfo p{
	border: 1px solid #000;
	margin-top: 10px;
	padding: 5px 10px;
}
.deviceSection img{
	height: 240px;
	width: 360px;
}
.deviceSection2 img{
	width: 280px;
	height: 186px;
}
.productSection .layui-col-md6 img{
	width: 560px;
	height: 402px;
}
.productSection .layui-col-md6 .layui-col-md6 img{
	width: 280px;
	height: 186px;
}
.productWrap img{
	height: 240px;
	width: 360px;
}