html,
body {
	background-color: #ffffff;
	margin: 0px;
}

/* 清除浮动 */
.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

#PageTopDiv {
	position: fixed;
	z-index: 999;
	background-color: #237EF5;
	width: 100%;
}


#PageTopDiv .Page-top {
	height: 50px;
	margin: 0 auto;
	justify-content: space-between;
}

.top {
	width: 80%;
	display: flex;
}

#PageTopDiv .topleft {
	text-align: center;
}

.topright {
	width: 1000px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
}

.topright a {
	color: #ffffff;
	text-decoration: none;
}

.top-logo {
	width: 200px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.navbar-toggle {
	width: 44px;
	height: 34px;
	position: relative;
	float: left;
	margin-left: 7px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #ffffff;
}

.icon-bar:nth-child(2) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	margin-top: 0;
	position: static;
	margin: 0;
}

.icon-bar:nth-child(3) {
	opacity: 1;
	position: static;
	margin: 0;
	margin-top: 4px;
	top: 50%;
	left: 50%;
}

.icon-bar:nth-child(4) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	position: static;
	margin: 0;
	margin-top: 4px;
}

#lz-navbar {
	position: fixed;
	left: -254px;
	top: 40px;
	padding: 0 15px;
	background-color: #f8f8f8;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	border-radius: 10px;
	z-index: 1000;
}

#lz-navbar ul li {
	list-style: none;
	padding: 5px 0;
}

#lz-navbar ul li a {
	color: #000;
	text-decoration: none;
}

#lz-navbar ul {
	padding: 0;
}

.in {
	left: 15px !important;
}

.hide {
	display: none;
}

.padding ul {
	display: inline-block;
	/* float: left; */
	list-style: none;
}

.padding ul:nth-child(1) {
	margin: 0;
}

/* .padding ul:nth-child(2) {
	margin: 0 70px 0 125px;
} */

.padding ul:nth-child(3) {
	margin: 0 0 0 125px;
}

.padding li {
	font-size: 18px;
	padding: 5px 0;
	cursor: pointer;
}



.padding h3 {
	margin-bottom: 5px;
	cursor: default;
	font-size: 18px;
}

.modular{
	width: 100%;
	/* height: 594px; */
	background: #f1f1f2;
	margin-top: 15px;
	text-align: center;
}

.productName{
	font-weight: bold;
	color: #000000;
	/* letter-spacing: 5px; */
	padding: 40px 0px 14px 0px; 
	cursor: default;
}

h2{
	margin: 0;
}

.subtitle{
	font-size: 18px;
	cursor: default;
}

.detail{
	margin: 20px 0;
	font-weight: bold;
	cursor: pointer;
}

.detail a {
	cursor: pointer;
	text-decoration: none;
	color: #237ef5;
}

.img{
	padding-bottom: 30px;
}

.productImage{
	width: 50%;
}

#PageBottomDiv {
	margin-top: 15px;
	background: #f1f1f2;
}

.bottomHeight {
	height: 350px;
}

.bottomHeight-phone {
	/* height: 260px; */
	padding-bottom: 40px;
}

.padding {
	margin: 0 auto;
	padding-top: 20px;
}

.paddingHeight {
	width: 900px;
}

.paddingHeight-phone {
	width: 388px;
}

.webTitle {
	color: #237EF5;
	text-align: center;
	font-size: 22px;
}

.slogan {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	color: #707070;
}

.underline {
	height: 1px;
	/* width: 300px; */
	background: #ABA9A9;
	margin: auto 0;
}

.underlineWidth {
	width: 300px;
}

.underlineWidth-phone {
	width: 100px;
}

.information ul {
	padding-left: 0px;
	/* float: left; */
	font-size: 20px;
}

.fix{
	display: flex;
	justify-content: space-around;
}

.information ul li {
	list-style: none;
	color: #707070;
	line-height: 42px;
}

.information ul:nth-last-child(1) {
	/* float: right; */
	text-align: center;
}

.pageImg img {
	width: 120px;
	height: 120px;
}

.contentBottom {
	/* padding: 0 10px; */
}

.title {
	display: flex;
	width: 600px;
	margin: 20px auto;
	margin-bottom: 5px;
	height: 40px;
	justify-content: space-between;
}

.title-phone{
	width: 330px !important;
	margin: 0 auto !important;
	padding: 10px 20px;
}

.productIntroduce {
	margin: auto 0;
	font-size: 26px;
	font-weight: bold;
}


.lineTitle {
	height: 5px;
	width: 180px;
	background-color: #237ef5;
	margin: auto 0;
	background-image: linear-gradient(to top right, #ffffff, #237ef5);
}

.lineTitle-phone{
	width: 100px !important;
}

.sceneImg{
	background: #f1f1f2;
}

.frame{
	padding: 30px 0;
}

.bottomImg{
	text-align: center;
}

.bottomImg img{
	padding-top: 20px;
	width: 560px;
}

.bottomImgAll{
	width: 360px !important;
}

.bottomImg img:nth-child(2){
	margin-left: 25px;
}

.imgnth2-phone{
	margin-left: 0 !important;
}


