html{
	min-width: 1500px;
	overflow-x: auto;
}

.banner{
	background-image: url(../imgs/product/banner.png);
	height: 400px;
}
.mainBox{
	position: relative;
	margin-top: 50px;
	min-height: 750px;
}
.navLeft {
    position: absolute;
    left: -250px;
    top: 0px;
    z-index: 10000;
    width: 200px;
    /*min-height: 565px;*/
    padding-bottom: 30px;
    -moz-box-shadow: 0px 6px 12px 3px #ddd;
    -ms-box-shadow: 0px 6px 12px 3px #ddd;
    -o-box-shadow: 0px 6px 12px 3px #ddd;
    box-shadow: 0px 6px 12px 3px #ddd;
}

.navLeft h2{
	height: 81px;
	line-height: 81px;
	background: #00CCCC;
	color: #fff;
	margin-bottom: 20px;
	font-size: 50px;
	-moz-box-shadow: 0px 3px 5px 0px #ddd;
	-ms-box-shadow: 0px 3px 5px 0px #ddd;
	-o-box-shadow: 0px 3px 5px 0px #ddd;
	box-shadow: 0px 3px 5px 0px #ddd;
}
.navLeft h2 img{
	margin-top:-10px;
}
.navLeft h3,
.navLeft ul li{
	cursor: pointer;
} 
.navLeft h3{
	font-size: 21px;
	color: #333;
	height: 50px;
	line-height: 50px;
	position: relative;
	letter-spacing: 3px;
	padding-left: 1.5px;
}
.imore{
	display: inline-block;
	width: 10px;
	height: 10px;
	position:  absolute;
	top: 50%;
	margin-top: -5px;
	right: 35px;
	background-image: url(../imgs/product/imore.png);
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
}
.navLeft .navDiv.cur h3{
	color: #00cccc;
}
.navLeft .navDiv.cur .imore{
	background-position: top;
}
.navLeft .navDiv.cur ul{
	display: block;
}
.navLeft .navDiv ul{
	display: none;
}
/*.navLeft .navDiv.cur ul{
	display: block;
}*/
.navLeft .navDiv ul li a{
	font-size: 17px;
	color: #999;
	height: 40px;
	line-height: 40px;
	letter-spacing: 3px;
	padding-left: 1.5px;
}
.navLeft .navDiv h3 a{
	color: #999;
}
.navLeft .navDiv ul a:hover{
	color: #00cccc;
}
.navLeft .navDiv ul li.cur a,
.navLeft .navDiv.curH3 h3 a{
	color: #00cccc;
	position: relative;
}
.navLeft .navDiv ul li.cur a:before,
.navLeft .navDiv.curH3 h3 a:before{
	content: "";
	display: block;
	width: 100%;
	height:2px; 
	position: absolute;
	bottom:-1px;
	left: 0;
	background:#00cccc;
}
/*.navLeft .navDiv.curH3 h3{
	color: #00cccc;
}*/

.contentBox{
	color: #333;
	font-size: 16px;
	line-height: 28px;
}
.functionIntroductionBox p{
	margin-top: 40px;
	margin-bottom: 25px;
}
.functionIntroductionBox ul li{
	margin-bottom: 45px;
}

.rtContentBox .contentBox{
	display: none;
}
.rtContentBox .contentBox.cur{
	display: block;
}
.contentBox{
	color: #333;
	font-size: 16px;
	line-height: 28px;
}
.functionIntroductionBox p{
	margin-top: 40px;
	margin-bottom: 25px;
}
.functionIntroductionBox ul li{
	margin-bottom: 45px;
}

.rtContentBox .contentBox{
	display: none;
}
.rtContentBox .contentBox.cur{
	display: block;
}

.rtContentBox  .titles{
	color: #666;
	font-size: 20px;
	text-align: center;
	letter-spacing: 20px;
	font-weight: bold;
}

.rtContentBox p{
	color: #666;
	font-size: 18px;
}

.rtContentBox  .titles,
.rtContentBox  p{
	margin-bottom: 50px;
}
.rtContentBox  .imgBox{
	margin-bottom: 50px;
	text-align: center;
}

/*试用*/
.userBox{
	margin-left: 130px;
	margin-bottom: -136px;
}
.userBox p{
	font-size: 18px;
	margin-bottom: 20px;
}
.userBox .testBtn{
	display: inline-block;
	text-align: center;
	background: #688de1;
	color: #fff;
	width: 152px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
}

/*产品购买*/
.buyBox ul{
	margin-bottom:-178px;
}
.buyBox li{
	display: inline-block;
	width: 300px;
	height: 165px;
}
.buyBox li:not(:last-child){
	margin-right: 45px;
}
.buyBox li a{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	
}

.buyBox li a:hover{
	background: rgba(255,255,255,0.2);
}

/*产品加载*/
.valueBox{
	margin-bottom: 50px;
}
.valueBox h5{
	margin-top: 50px;
	font-weight: bold;
}
.valueBox p{
	margin-bottom: 0;
	line-height: 1.8;
}