
.function-desc, .nomal-question, .history-update{
	display: none;
}
.production-body{
	background: #fff;
	padding-bottom: 50px;
}
.production-body .nav-title{
	position: fixed;
	top: 3rem;
	left: 0;
	width: 100%;
	background: #333;
	z-index: 10;
}
.production-body .nav-title li{
	float: left;
	margin-left: 2.5rem;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
}
.production-body .nav-title li a{
	color: #fff;
}
.production-body .nav-title li:hover{
	border-bottom: 2px solid #FFFF00;
}
.production-body .nav-title li:hover a{
	color: #FFFF00;
}
.production-body .nav-title li.selected{
	border-bottom: 2px solid #FFFF00;
}

/*功能概述start*/
.production-body .function-desc .bg-desc{
	background: url(../../img/product/facebook/bannerBg.jpg) no-repeat;
	background-size: 100% 100%;
}
.production-body .function-desc .bg-desc .main{
	padding-top: 8rem;
}
.production-body .function-desc .bg-desc .left-img img{
	padding-right: 1rem;
	width: 100%;
}
.production-body .function-desc .bg-desc .right-desc h2{
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: 2px;
	font-weight: bold;
}
.production-body .function-desc .bg-desc .right-desc .p1{
	font-size: 12px;
	color: #FFDC26;
}
.production-body .function-desc .bg-desc .right-desc p{
	margin: 1.5rem 0;
	font-size: 14px;
	color: #fff;
	line-height: 1.1rem;
}
.production-body .function-desc .bg-desc .right-desc .btn-div li{
	padding: 0;
}
.production-body .function-desc .bg-desc .right-desc .btn-div a{
	display: block;
	margin: 0 0.5rem 1rem 0;
	padding: 0.5rem 0;
  text-align: center;
  color: #000;
  font-size: 16px;
  background: #ebba16;
  border-radius: 3px;
}
.production-body .function-desc .bg-desc .right-desc .btn-div a:hover{
	background: #eba716;
}
.production-body .function-desc .version{
	text-align: center;
  color: #ccc;
  font-size: 14px;
  line-height: 2.5rem;
  background: #f3f3f3;
}
.version a{color: #99CC00;}
.version a:hover{color: #006600;}
.production-body .function-desc .desc-img{
	text-align: center;
	margin-top: 4rem;
}
.production-body .function-desc .desc-img h2{
	margin: 1rem 0;
	font-size: 1.5rem;
  font-weight: bold;
  color: #3F5C98;
}
.production-body .function-desc .desc-img h2:last-child{
	font-size: 1.2rem;
	margin-bottom: 2rem;
}
.production-body .function-desc .desc-img p{
	font-size: 14px;
	color: #999;
}
.production-body .function-desc .desc-img ul{
	margin: 2rem 0;
}
.production-body .function-desc .desc-img img{
	width: 100%;
}
.production-body .function-desc .model-item{
	padding: 2.5rem 0;
}
.production-body .function-desc .model-item .title{
	text-align: center;
}
.production-body .function-desc .model-item .title h2{
	font-size: 23px;
	font-weight: bold;
	color: #2f313d;
  letter-spacing: 2px;
}
.production-body .function-desc .model-item .title p{
	color: #006699;
	font-size: 12px;
	text-transform: uppercase;
	padding: 1.5rem 0 1rem;
}
.production-body .function-desc .video-body{
	padding: 2.5rem 0;
	text-align: center;
	background: #f6f6f6;
}
.production-body .function-desc .vedio-list video{
	display: block;
	width: 100%;
	height: 7rem;
}
.production-body .function-desc .vedio-list p{
	font-size: 14px;
  line-height: 30px;
}
.production-body .function-desc .vedio-list .p1{
  background-color: #666666;
  color: #FFFFFF;
}
.production-body .function-desc .vedio-list a{
	color: -webkit-link;
}
.production-body .img-carousel{
	padding: 3.5rem 0 2rem;
}
.production-body .img-carousel .title{
	padding-bottom: 1.5rem;
	text-align: center;
	font-size: 23px;
  color: #444;
}
.production-body .img-carousel .main{
	position: relative;
}
.production-body .img-carousel .main .arrow{
	position: absolute;
  font: 60px/60px "宋体";
  color: #ccc;
  font-weight: bold;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.production-body .img-carousel .main div.pre{
	left: 0;
	top: 50%;
}
.production-body .img-carousel .main div.next{
	right: 0;
	top: 50%;
}
.production-body .img-carousel .soft-img-display{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}



.production-body .function-desc .advans-list .item{
	/*position: relative;*/
	/*height: 290px;*/
	margin-top: 1rem;
	box-shadow: 0 0 20px rgba(70, 70, 70, .2);
	/*overflow: hidden;*/
}
.production-body .function-desc .advans-list img{
	width: 100%;
}
.production-body .function-desc .advans-list .item:hover .desc{
	top: 0;
/*	background: #fff;*/
}
.production-body .function-desc .advans-list .desc{
	/*position: absolute;*/
	padding: 1rem 10% 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.production-body .function-desc .advans-list .p1{
	color: #FFDC26;
  font-size: 12px;
  text-transform: uppercase;
  word-break: break-all;
  white-space: nowrap;
}
.production-body .function-desc .advans-list h3{
	font-size: 17px;
  color: #2f313d;
  line-height: 40px;
}
.production-body .function-desc .advans-list .p2{
	/*margin: 5px 0 15px;*/
  font-size: 12px;
  height: 2.5rem;
}
.production-body .function-desc .advans-list .p3{
  color: #7b94c5;
  font-size: 14px;
  line-height: 20px;
  height: auto;
  word-break: break-all;
}



.production-body .function-desc .more-func-list li{
	padding: 0 1.5rem;
	height: auto;
}
.production-body .function-desc .more-func-list div{
	width: 100%;
	height: 150px;
}
.production-body .function-desc .more-func-list img{
	display: block;
	width: 50%;
	margin: 0 auto;
}
.production-body .function-desc .more-func-list h2{
	text-align: center;
	padding-bottom: 0.5rem;
	font-size: 17px;
	font-weight: 600;
  color: #2E2E34;
}
.production-body .function-desc .more-func-list p{
	font-size: 14px;
	color: #91949f;
}
.production-body .function-desc .function-foot p{
	text-align: center;
	color: #006633;
	font-size: 14px;
	line-height: 1rem;
  letter-spacing: 6px;
}
.production-body .function-desc .function-foot .register-btn{
  margin: 0 auto;
  width: 80%;
  line-height: 3rem;
  font-size: 18px;
  text-align: center;
	border: 1px solid #6cbc1f;
}
.production-body .function-desc .function-foot .register-btn a{
	color: #6cbc1f;
}
.production-body .function-desc .function-foot .register-btn:hover{
	background: #6cbc1f;
}
.production-body .function-desc .function-foot .register-btn:hover a{
	color: #fff;
}
.production-body .function-desc .function-foot .p1{
	margin: 1rem 0 0.6rem;
	font-size: 16px;
	letter-spacing: 3px;
	white-space: nowrap;
}
/*功能概述end*/

/*历史更新记录start*/
.production-body .history-update .title{
	padding: 7rem 0 1.5rem;
}
.production-body .history-update .title h1{
  padding-top: 0.5rem;	
	font-size: 1.4rem;
  text-align: center;
}
.production-body .history-update .update-body{
	padding: 2.5rem 0;
}
.production-body .history-update .update-title{
	padding: 2rem 0;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.production-body .history-update .update-title img{
	padding: 0.5rem 0;
}
.production-body .history-update .update-title .tit1{
	color: #949494;
  font-size: 1.1rem;
}
.production-body .history-update .update-title .desc{
	color: #949494;
}
.production-body .history-update .update-main .time{
  margin: 10px 0;
	color: #90bd44;
	font-size: 1.6rem;
}
.production-body .history-update .update-main .time i{
	position: absolute;
	margin: 1.2rem 1rem 0;
  border-width:0.4rem 0.4rem 0;
  border-style:solid;
  border-color:#90bd44 transparent transparent;
}
.production-body .history-update .update-main .time-title{
	height: 4.5rem;
	background: url(../../img/product/update-bg.jpg) no-repeat;
}
.production-body .history-update .update-main .time-title span{
	float: left;
	padding: 0 1rem;
	margin-top: 0.25rem;
	font-size: 15px;
	line-height: 2.2rem;
	color: #378795;
	background: #fff;
 	text-align: center;
}
.production-body .history-update .update-main .time-title span:last-child{
	min-width: 14rem;
  color: #FFFFFF;
  background: #378795;
  border-radius: 0 5px 5px 0;
}
.production-body .history-update .update-main .time-desc{
  min-height: 5rem;
  padding-top: 1rem;
  border-left: 3px dotted #959595;
  margin: -42px 0 0 55px;
}
.production-body .history-update .update-main .time-desc span{
	display: block;
	padding-left: 0.8rem;
  color: #959595;
  font-size: 14px;
}
.production-body .history-update .update-main .time-desc i{
	padding-right: 0.5rem;
	font-style: normal;
}
/*历史更新记录end*/

.production-body .more-desc{
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 3.5rem;
	background: #FF9900;
  z-index: 100;
}
.production-body .more-desc p{
	width: 100%;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 3.5rem;
}
.production-body .more-desc a:hover{
	text-decoration: underline;
}
.production-body .more-desc .more-btn{
	padding: 7px 24px;
	font-size: 13px;
  color: #fff;
	background: #000000;    
}
.production-body .more-desc .more-btn:hover{
	text-decoration: none;
}
/*查看大图遮罩*/
.img-big-shade{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}
.img-big-shade img{
	position: fixed;
	top: 50%;
	left: 23%;
	width: 54%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
	.production-body .nav-title li{
		margin-left: 25px;
	}
	.production-body .function-desc .bg-desc h4 span{
		display: block;
		margin-top: 5px;
	}
	.production-body .function-desc .bg-desc .left-img img{
		padding-right: 0;
		margin-bottom: 1rem;
	}
	.production-body .function-desc .bg-desc .right-desc .btn-div a{
		width: 135px;
    margin: 0 auto;
	}
	/*.production-body .soft-img-display .carousel-list li img{
		height: auto;
	}*/
	.production-body .history-update .update-main .time-title{
		height: auto;
		background: none;
	}
	.production-body .history-update .update-main .time-title span{
		float: none;
	}
	.production-body .history-update .update-main .time-title span:last-child{
		display: block;
		width: fit-content;
		margin-left: 55px;
	}
	.production-body .history-update .update-main .time-desc{
		margin-top: 0;
	}
	.production-body .history-update .update-main .time-desc span{
		line-height: 20px;
	}
}
@media only screen and (min-width: 768px) {
	.production-body .function-desc .advans-list .p3{
		height: 75px;
	}
	.production-body .function-desc .more-func-list li{
		height: 240px;
	}
}
@media only screen and (min-width: 992px) {
	.production-body .function-desc .advans-list .p3{
		height: 140px;
	}
	.production-body .function-desc .more-func-list li{
		height: 290px;
	}
}
