.content-1 .content-center .nav-container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.content-1 .content-center .nav-container>div {
	position: relative;
	width: 25%;
	display: inline-block;
	float: left;
	margin: 23px 40px;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	overflow: hidden;
}



.content-2 [class*=content-] .main-container .nav-container:hover {
	box-shadow: 0 0px 18px 1px rgba(0, 0, 0, 0.26);
}

.content-2 [class*=content-] .main-container .demo-container:hover {
	box-shadow: 0 0px 18px 1px rgba(0, 0, 0, 0.26);
}

.content-2 [class*=content-] .main-container .product-container:hover {
	box-shadow: 0 0px 18px 1px rgba(0, 0, 0, 0.26);
}

.content-2 [class*=content-] .main-container>div:hover {
	box-shadow: 0 0px 18px 1px rgba(0, 0, 0, 0.26);
}

.content-2 {
	background-color: #f5f5f5;
	padding: 50px 0 10px;
	margin-bottom: 0;
}

.content-2 [class*=content-] h1 {
	font-size: 28px;
	font-weight: normal
}

.content-2 [class*=content-] .main-container {
	width: 100%;
	margin-top: 20px;
	height: 300px;
}

.content-2 [class*=content-] {
	margin-bottom: 60px;
}

.content-2 [class*=content-] .main-container>div {
	display: inline-block;
	float: left;
	margin-right: 9.5px;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.content-2 [class*=content-] .main-container>div {
	display: inline-block;
	float: left;
	margin-right: 9.5px;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.content-2 [class*=content-] .main-container .demo-container {
	height: 100%;
	width: 230px;
	padding: 50px 15px 0;
	background: #fff;
	position: relative;
}

.content-2 [class*=content-] .main-container>div {
	display: inline-block;
	float: left;
	margin-right: 9.5px;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	width: 234px;
	height: 304px;
}

.content-2 [class*=content-] .main-container .product-container {
	width: 482px;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	background: #fff;
	display: inline-block;
	cursor: -webkit-grab;
}

.content-2 [class*=content-] .main-container>div {
	display: inline-block;
	float: left;
	margin-right: 9.5px;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.content-2 [class*=content-] .main-container .demo-container {
	height: 100%;
	width: 230px;
	padding: 50px 15px 0;
	background: #fff;
	position: relative;
}

.content-2 [class*=content-] .main-container>div {
	display: inline-block;
	float: left;
	margin-right: 9.5px;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.content-2 [class*=content-] .main-container .nav-container {
	height: 100%;
	width: 224px;
	margin-right: 0;
}

.Mob-header .content-center .nav .nav-main li:hover {
	background-color: #eceded;
}
.Mob-header .content-center .nav .nav-main li a{
	font-size: 16px;
}
.Mob-header .content-center .nav .nav-main li:hover a{
	color: #83c44e;
}

.huan3 {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: #62cdf1 solid 1px;
	position: absolute;
	left: 260px;
	bottom: 300px;
	-moz-animation: huan 3s infinite;
	-webkit-animation: huan 3s infinite;
	animation: huan 3s infinite;
	animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	opacity: 0;
}

.huan2 {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: #62cdf1 solid 1px;
	position: absolute;
	left: 260px;
	bottom: 300px;
	-moz-animation: huan 3s infinite;
	-webkit-animation: huan 3s infinite;
	animation: huan 3s infinite;
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	opacity: 0;
}

.huan1 {
	border-radius: 50%;
	border: #62cdf1 solid 1px;
	position: absolute;
	left: 260px;
	bottom: 300px;
	-moz-animation: huan 3s infinite;
	-webkit-animation: huan 3s infinite;
	animation: huan 3s infinite;
	animation-delay: 2s;
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	opacity: 0;
}

.twinkle1 {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000;
	box-shadow: 0px 0px 30px 30px #000;
	position: absolute;
	top: 54px;
	right: 228px;
	animation: twinkle 3s infinite;
	-webkit-animation: twinkle 3s infinite;
	-moz-animation: twinkle 3s infinite;
	animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	opacity: 0;
}

.twinkle2 {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: orangered;
	box-shadow: 0px 0px 30px 30px orangered;
	position: absolute;
	top: 341px;
	right: 100px;
	-webkit-animation: twinkle 3s infinite;
	-moz-animation: twinkle 3s infinite;
	animation: twinkle 3s infinite;
	animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	opacity: 0;
}

.twinkle3 {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: salmon;
	box-shadow: 0px 0px 30px 30px salmon;
	position: absolute;
	top: 80px;
	left: 900px;
	-webkit-animation: twinkle 3s infinite;
	-moz-animation: twinkle 3s infinite;
	animation: twinkle 3s infinite;
	animation-delay: 2.25s;
	-moz-animation-delay: 2.25s;
	-webkit-animation-delay: 2.25s;
	opacity: 0;
}

.twinkle4 {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: seagreen;
	box-shadow: 0px 0px 30px 30px seagreen;
	position: absolute;
	top: 522px;
	right: 280px;
	-webkit-animation: twinkle 3s infinite;
	-moz-animation: twinkle 3s infinite;
	animation: twinkle 3s infinite;
	animation-delay: 3s;
	-moz-animation-delay: 3s;
	-webkit-animation-delay: 3s;
	opacity: 0;
}

.model1 {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 15px 0px;
	text-align: center;
}

.model2 {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 15px 0px;
	text-align: center;
}

.model3 {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 15px 0px;
	text-align: center;
}
.thrModelImg{
	display: inline-block;
	width: 100%;
}
.fixedHeader{
	position: fixed;background-color: #fff;z-index: 999;top: 0;height: 90px;
}
.textL{
	text-align: left !important;
}
.marginT20{
	margin-top: 20px;
}

.login{
	width: auto !important;
	float: right !important;
}
.thrModelTitle{
	font-size: 26px;margin-bottom: 10px;
}
.thrModelIntrodus{
	font-size: 15px;line-height: 25px;margin-top: 20px;
}
.sixPoint{
	background-color: #fff;
}

.pointImg {
	position: absolute;
	left: 0px;
	top: 88px;	
	transition: all 3s;
	-moz-transition: all 3s;
	-webkit-transition: all 3s;
}
.pointImg img{
	width: 700px;
}
.pointIntroduce {
	position: absolute;
	top: 13%;
	left: 62%;
}

.jion1 {
	top: 13%;
	right: 62%;
	left: auto;
}

.jion2 {
	top: 13%;
	left: 62%;
	
}

.jion3 {
	right: 62%;
	top: 13%;
	left: auto;
}

.jion4 {
	top: 13%;
	left: 62%;
}

.jion5 {
	top: 13%;
	right: 62%;
	left: auto;
}
.marginT76{
	margin-top: 2px;
}
.marginT40{
	margin-top: 40px;
}
.marginR0{
	margin-right: 0 !important;
}
.pointBox{
	background-color: #fff;padding-top: 40px;padding-bottom:40px ;
}
.titleP{
	font-size: 25px;line-height: 3rem;
}
.contentP{
	margin-top: 24px;font-size: 16px;color:#545454;margin-bottom: 14px;font-weight: bold
}
.pointStyle{
	height: 800px;background-color: #fff;position: relative;overflow: hidden;
}
.footer{
	background-image: url(../img/footerBg.png);background-repeat: no-repeat;background-size: 100% 100%;color: #fff;padding: 50px 0px 0px;
}
.boxContent{
	width: 1400px;height: 100%;margin: 0 auto;overflow: hidden;position: relative;
}
.boxContent .codeBox{
	display: inline-block;width: 50%;float: left;padding: 20px 0px;
}
.boxContent .codeBox ul{
	overflow: hidden;margin-bottom: 30px;font-size: 15px;text-align: center;
}
.boxContent .codeBox ul li{
	display: inline-block;width: 25%;float: left;
}
.boxContent .codeBox ul li a{
	color:#fff
}
.boxContent .codeBox .code1{
	display: inline-block;text-align: center;margin-left: 176px;transform: translateY(20px);
}
.boxContent .codeBox .code1 img{
	display: inline-block;width: 120px;border-radius: 5px;
}
.boxContent .codeBox .code2{
	display: inline-block;text-align: center;margin-left: 102px;transform: translateY(20px);
}
.boxContent .codeBox .code2 img{
	display: inline-block;width: 120px;border-radius: 5px;
}
.boxContent .phoneAdressBox{
	display: inline-block;width: 50%;float: left;padding-left: 120px;padding-top: 40px;
}
.boxContent .phoneAdressBox img{
	float: left;width: 35px;margin:10px 20px;
}
.boxContent .fenge{
	display: inline-block;width: 1px;height: 60%;position: absolute;top: 20%;left: 50%;background-color: #fff;
}
.listCode{
	width: 1400px;margin: 0 auto;text-align: center;border-top: 1px solid #fff;margin-top: 40px;padding: 15px 0px;
}
.img100{
	width: 100px;
	height: 100px;
}
.againstPattern{
	text-align: center;font-size: 34px;margin-top: 80px;
}
.againstEng{
	text-align: center;font-size: 16px;margin-top: 15px;margin-bottom: 90px;
}
.textR{
	text-align: right !important;
}
.featureIntroduc{
	color: #333;letter-spacing:2px
}
.fontH{
	font-size: 14px;line-height: 35px;
}
.rightLine{
	position: absolute;width: 54%;height: 1px;background-color: #ddd;bottom: 15%;right: 0;
}
.leftLine{
	position: absolute;width: 54%;height: 1px;background-color: #ddd;bottom: 15%;left: 0;
}
.doubleImg{
	right: 0;left: auto;
}
.Line{
	font-size: 14px;
}
.hotLine{
	font-size: 18px;line-height: 36px;
}
.ft13{
	font-size: 13px;
}
@keyframes scale5 {
	0% {
		transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
	}
	50% {
		transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
	}
	100% {
		transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes twinkle {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes huan {
	from {
		width: 200px;
		height: 200px;
		opacity: 1;
		left: 260px;
		bottom: 300px;
	}
	to {
		width: 800px;
		height: 800px;
		left: -40px;
		bottom: 0px;
		opacity: 0;
	}
}