/*轮播图start*/
.main{
	width: 85%;
	margin: 0 auto;
}
.carousel-list{
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.carousel-list li{
	position: relative;
	float: left;
	/*width: 25%;*/
	text-align: center;
	overflow: hidden;
}
.carousel-list li img{
	width: 95%;
	height: 100%;
}
.carousel-list li p{
	position: absolute;
	left: 2.5%;
	bottom: -2rem;
	width: 95%;
	height: 2rem;
  line-height: 2rem;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  z-index: 100;
  background: rgba(0,0,0,.5);
  transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.carousel-list li:hover p{
	bottom: 0;
}
.carousel-spot{
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.carousel-spot li{
	float: left;
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #4E4E4E;
	border-radius: 50%;
}
.carousel-spot li.active{
	background: orange;
}
/*轮播图end*/
.function-desc, .nomal-question, .history-update{
	display: none;
}
.production-body{
	background: #fff;
	padding-bottom: 50px;
}
.nav-title{
	position: fixed;
	top: 3rem;
	left: 0;
	width: 100%;
	background: #333;
	z-index: 10;
}
.nav-title li{
	float: left;
	margin-left: 2.5rem;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
}
.nav-title li a{
	color: #fff;
}
.nav-title li:hover{
	border-bottom: 2px solid #FFFF00;
}
.nav-title li:hover a{
	color: #FFFF00;
}
.nav-title li.selected{
	border-bottom: 2px solid #FFFF00;
}

/*功能概述start*/
.function-desc .bg-desc{
	background: url(../../img/product/facebook/bannerBg.jpg) no-repeat;
	background-size: 100% 100%;
}
.function-desc .bg-desc .main{
	padding-top: 8rem;
}
.function-desc .bg-desc .left-img img{
	padding-right: 1rem;
	width: 100%;
}
.function-desc .bg-desc .right-desc h2{
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: 2px;
	font-weight: bold;
}
.function-desc .bg-desc .right-desc .p1{
	font-size: 12px;
	color: #FFDC26;
}
.function-desc .bg-desc .right-desc p{
	margin: 1.5rem 0;
	font-size: 14px;
	color: #fff;
	line-height: 1.1rem;
}
.function-desc .bg-desc .right-desc .btn-div li{
	padding: 0;
}
.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;
}
.function-desc .bg-desc .right-desc .btn-div a:hover{
	background: #eba716;
}
.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;}
.function-desc .desc-img{
	text-align: center;
	margin-top: 4rem;
}
.function-desc .desc-img h2{
	margin: 1rem 0;
	font-size: 1.5rem;
  font-weight: bold;
  color: #3F5C98;
}
.function-desc .desc-img h2:last-child{
	font-size: 1.2rem;
	margin-bottom: 2rem;
}
.function-desc .desc-img p{
	font-size: 14px;
	color: #999;
}
.function-desc .desc-img ul{
	margin: 2rem 0;
}
.function-desc .desc-img img{
	width: 100%;
}
.function-desc .model-item{
	padding: 2.5rem 0;
}
.function-desc .model-item .title{
	text-align: center;
}
.function-desc .model-item .title h2{
	font-size: 23px;
	font-weight: bold;
	color: #2f313d;
  letter-spacing: 2px;
}
.function-desc .model-item .title p{
	color: #006699;
	font-size: 12px;
	text-transform: uppercase;
	padding: 1.5rem 0 1rem;
}
.function-desc .video-body{
	padding: 2.5rem 0;
	text-align: center;
	background: #f6f6f6;
}
.function-desc .vedio-list video{
	display: block;
	width: 100%;
	height: 7rem;
}
.function-desc .vedio-list p{
	font-size: 14px;
  line-height: 30px;
}
.function-desc .vedio-list .p1{
  background-color: #666666;
  color: #FFFFFF;
}
.function-desc .vedio-list a{
	color: -webkit-link;
}
.img-carousel{
	padding: 3.5rem 0 2rem;
}
.img-carousel .title{
	padding-bottom: 1.5rem;
	text-align: center;
	font-size: 23px;
  color: #444;
}
.img-carousel .main{
	position: relative;
}
.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%);
}
.img-carousel .main div.pre{
	left: 0;
	top: 50%;
	display: block;
}
.img-carousel .main div.next{
	right: 0;
	top: 50%;
	display: block;
}
.img-carousel .soft-img-display{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.advans-list{box-sizing: border-box;}
.advans-list li{display: inline-block;width: 25%;box-sizing: border-box;vertical-align: top;padding: 10px;}

.advans-list .item{
	/*position: relative;*/
	/*height: 290px;*/
	margin-top: 1rem;
	box-shadow: 0 0 20px rgba(70, 70, 70, .2);
	min-height: 500px;
	/*overflow: hidden;*/
}
.more-list{
	box-sizing: border-box;
}
.more-list li{display: inline-block;width: 25%;box-sizing: border-box;vertical-align: top;padding: 20px;}
.more-list li>div{height: 150px;}
.more-list li>p{color: #666;padding-top: 10px;}
.advans-list img{
	width: 100%;
}
.advans-list .item:hover .desc{
	top: 0;
/*	background: #fff;*/
}
.advans-list .desc{
	/*position: absolute;*/
	padding: 1rem 10% 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.advans-list .p1{
	color: #FFDC26;
  font-size: 12px;
  text-transform: uppercase;
  word-break: break-all;
  white-space: nowrap;
}
.advans-list h3{
	font-size: 17px;
  color: #2f313d;
  line-height: 40px;
}
.advans-list .p2{
	/*margin: 5px 0 15px;*/
  font-size: 12px;
  height: 2.5rem;
}
.advans-list .p3{
  color: #7b94c5;
  font-size: 14px;
  line-height: 20px;
  height: auto;
  word-break: break-all;
}



.function-desc .more-func-list li{
	padding: 0 1.5rem;
	height: auto;
}
.function-desc .more-func-list div{
	width: 100%;
	height: 150px;
}
.function-desc .more-func-list img{
	display: block;
	width: 50%;
	margin: 0 auto;
}
.function-desc .more-func-list h2{
	text-align: center;
	padding-bottom: 0.5rem;
	font-size: 17px;
	font-weight: 600;
  color: #2E2E34;
}
.function-desc .more-func-list p{
	font-size: 14px;
	color: #91949f;
}
.function-desc .function-foot p{
	text-align: center;
	color: #006633;
	font-size: 14px;
	line-height: 1rem;
  letter-spacing: 6px;
}
.function-desc .function-foot .register-btn{
  margin: 0 auto;
  width: 80%;
  line-height: 3rem;
  font-size: 18px;
  text-align: center;
	border: 1px solid #6cbc1f;
}
.function-desc .function-foot .register-btn a{
	color: #6cbc1f;
}
.function-desc .function-foot .register-btn:hover{
	background: #6cbc1f;
}
.function-desc .function-foot .register-btn:hover a{
	color: #fff;
}
.function-desc .function-foot .p1{
	margin: 1rem 0 0.6rem;
	font-size: 16px;
	letter-spacing: 3px;
	white-space: nowrap;
}
/*功能概述end*/

/*历史更新记录start*/
.history-update .title{
	padding: 7rem 0 1.5rem;
}
.history-update .title h1{
  padding-top: 0.5rem;	
	font-size: 1.4rem;
  text-align: center;
}
.history-update .update-body{
	padding: 2.5rem 0;
}
.history-update .update-title{
	padding: 2rem 0;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.history-update .update-title img{
	padding: 0.5rem 0;
}
.history-update .update-title .tit1{
	color: #949494;
  font-size: 1.1rem;
}
.history-update .update-title .desc{
	color: #949494;
}
.history-update .update-main .time{
  margin: 10px 0;
	color: #90bd44;
	font-size: 1.6rem;
}
.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;
}
.history-update .update-main .time-title{
	height: 4.5rem;
	background: url(../../img/product/update-bg.jpg) no-repeat;
}
.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;
}
.history-update .update-main .time-title span:last-child{
	min-width: 14rem;
  color: #FFFFFF;
  background: #378795;
  border-radius: 0 5px 5px 0;
}
.history-update .update-main .time-desc{
  min-height: 5rem;
  padding-top: 1rem;
  border-left: 3px dotted #959595;
  margin: -42px 0 0 55px;
}
.history-update .update-main .time-desc span{
	display: block;
	padding-left: 0.8rem;
  color: #959595;
  font-size: 14px;
}
.history-update .update-main .time-desc i{
	padding-right: 0.5rem;
	font-style: normal;
}
/*历史更新记录end*/

.more-desc{
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 3.5rem;
	background: #FF9900;
  z-index: 100;
}
.more-desc p{
	width: 100%;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 3.5rem;
}
.more-desc a:hover{
	text-decoration: underline;
}
.more-desc .more-btn{
	padding: 7px 24px;
	font-size: 13px;
  color: #fff;
	background: #000000;    
}
.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%);
}
.desc-img h2{
    margin-top:50px;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
    color: #FF6600;
}
.new_data{max-width: 1440px;margin: auto;text-align: center;}
@media only screen and (max-width: 1024px) {
	.desc-img h2{font-size: 22px;}
	.new_data{width: 100%;}
	.desc-img p{font-size: 14px;}
	.desc-img img{width: 100%;}
	.img-carousel{padding-top: 30px;}
	.model-item h2{font-size: 22px;}
	.model-item p{font-size: 14px;}
	.model-item .p2{height: 50px;}
	.advans-list li{width: 100%;}
	.more-list li{width:50%;}
}
