img{display: block;}
h2{font-size: 30px; font-weight: 700;}
.adapt_screen{width: 100%; max-width: 1920px; margin: 0 auto; position: relative;}


.hyperlink-des{position: absolute; left: 57.2%; top: 40%; color: #fff;}
.hyperlink-des h2{font-size: 50px;}
.hyperlink-des p{font-size: 24px; margin-top: 20px; letter-spacing: 5px;}

.con-des{position: absolute; top: 23%; left: 18.7%; text-align: center; width: 600px; color: #404040; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.con-run{animation: des 2s forwards;}
.con-des h2{line-height: 100px; }
.con-des p{line-height: 30px; font-size: 16px;}

.con-list{width: 100%; margin-top: 40px;}
.con-list li{float: left; width: 25%; margin-top: 20px;}
.con-list li img{margin:0 auto;}
.con-list li p{font-size: 14px;}

/* 体感模式 */
.mode-des{position: absolute; top: 4%; width: 900px; text-align: center; left: 50%; margin-left: -450px; color: #fff; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.mode-run{animation: des 2s forwards;}
.mode-des h2{line-height: 80px;}
.mode-des p{line-height: 30px; font-size: 16px;}

/* LCD显示屏 */
.lcd-des{position: absolute; top: 30%; left: 16.75%; width: 600px; color: #404040; text-align: center; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.lcd-run{animation: des 2s forwards;}
.lcd-des h2{line-height: 90px; }
.lcd-des p{line-height: 30px; font-size: 16px;}
.lcd-list{margin-top: 30px;}
.lcd-list li{float: left; width: 16.6%; text-align: center;}
.lcd-list li img{margin:0 auto;}
.lcd-list li p{margin-top: 10px; line-height: 20px; font-size: 14px;}

.flex-des{position: absolute; top: 30%; left: 57%; color: #fff; width: 500px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.flex-run{animation: des 2s forwards;}
.flex-des h2{line-height: 40px; margin-bottom: 20px;}
.flex-des p{line-height: 30px; font-size: 16px;}

.exp-des{position: absolute; top: 30%; left: 50%; width:40%; text-align: center; color: #404040; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.exp-run{animation: des 2s forwards;}
.exp-des h2{line-height: 90px; }
.exp-des p{line-height: 30px; font-size: 16px;}

.exp-list{margin-top: 30px; width: 100%;}
.exp-list li{width: 33%; float: left;}
.exp-list li img{margin:0 auto;}
.exp-list li p{margin-top: 10px; line-height: 20px; font-size: 14px;}


@media screen and (min-width: 1200px) and (max-width:1599px) {
	.con-des{top: 10%; left: 8%;}
	.lcd-des{top: 10%; left: 8%;}
	.exp-des{width:46%;}
	.flex-des{top:20%;}
}


/*字推移*/
@keyframes des{
	from{
		-webkit-transform: translateY(35px);
		-ms-transform: translateY(35px);
		-o-transform: translateY(35px);
		transform: translateY(35px);
		filter:alpha(opacity=0);  
	    -moz-opacity:0;  
	    -khtml-opacity: 0;
      	opacity: 0;  
	}
	to{
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		filter:alpha(opacity=100);  
	    -moz-opacity:1;  
	    -khtml-opacity: 1;
      	opacity: 1; 
	}
}