body,hr, p, blockquote,h1,h2,h3,h4,h5,h6, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

.clear{*zoom :1;}
.clear:after { content:"."; clear:both; display:block; height:0; overflow:hidden; visibility:hidden;}
.pull-left { float:left;}
.pull-right { float:right;}
.suit_screen{max-width: 1920px; width: 100%;  position: relative; margin: 0 auto;}
h2{font-weight: 300 !important;font-size: 30px !important;}
p{font-size: 16px; line-height: 30px;}
ul li{list-style: none;}
em{display: block;}
span{display:inline-block;}
img{display: block;}

/*独脚架头部*/
.unipod img{width: 100%;}
.unipod-des{width: 800px; text-align: center; position: absolute; left: 50%; margin-left: -400px; top: 12%;}
.unipod-des h2{font-size: 42px !important; line-height: 82px; color: #585657;}
.unipod-des p{font-size: 22px; color: #585657;}

@media screen and (min-width: 1200px) and (max-width:1599px) {
	.unipod-des h2{font-size: 36px !important; line-height: 72px;}
	.unipod-des p{font-size: 18px;}
}

/* 随身携带 */
.schlep img{width: 100%;}
.schlep-des{width: 800px; text-align: center; position: absolute; left: 50%; margin-left: -400px; top: 6%; color: #585657; filter:alpha(opacity=0); -moz-opacity:0;  -khtml-opacity: 0; opacity: 0;}
.schlep-des h2{line-height: 66px;}
.schlep-run{animation: des 2s forwards;}
.schlep-list{position: absolute; width: 780px; left: 50%; margin-left: -390px; top: 20%;}
.schlep-list li{float: left; text-align: center; margin:0 38px; width: 10%;}
.schlep-list li p{color: #5a5957; font-size: 12px; line-height: 20px;}

@media screen and (min-width: 1200px) and (max-width:1599px) {
	.schlep-list{top: 28%;}
	.schlep-list li p{color: #000;}
}

/* 百变玩法 */
.play-des{position: absolute; top: 30.7%; width: 540px; left: 50%; margin-left: -270px; text-align: center; color: #fff; filter:alpha(opacity=0); -moz-opacity:0;  -khtml-opacity: 0; opacity: 0;}
.play img{width: 100%;}
.play-des h2{line-height: 60px;}
.play-run{animation: des 2s forwards;}

/* 更稳定 */
.stable-des{position: absolute; top: 6%; width: 800px; left: 50%; margin-left: -400px; color: #000; text-align: center; filter:alpha(opacity=0); -moz-opacity:0;  -khtml-opacity: 0; opacity: 0;}
.stable img{width: 100%;}
.stable-des h2{line-height: 60px;}
.stable-run{animation: des 2s forwards;}


/* 急速快装 */
.fast-des{position: absolute; top: 4%; width: 840px; left: 50%; margin-left: -420px; text-align: center; filter:alpha(opacity=0); -moz-opacity:0;  -khtml-opacity: 0; opacity: 0;} 
.fast img{width: 100%;}
.fast-des h2{line-height: 60px; color: #fff;}
.fast-des p{color: #aeafb1;}
.fast-run{animation: des 2s forwards;}

/* 防误踩设计 */
.design img{width: 100%;}
.design-des{position: absolute; top: 34.7%; left: 58.8%; width: 430px; text-align: center; color: #4d4d4d; filter:alpha(opacity=0); -moz-opacity:0;  -khtml-opacity: 0; opacity: 0;}
.design-des h2{line-height: 60px;}
.design-run{animation: des 2s forwards;}

/* 高成低就 */
.corner-des{position: absolute; left: 12.75%; top: 28.7%; width: 620px;  color: #4d4d4d; filter:alpha(opacity=0); -moz-opacity:0;  -khtml-opacity: 0; opacity: 0;}
.corner-des h2{line-height: 64px; text-align: center;}
.corner-des p{line-height: 30px;}
.corner-run{animation: des 2s forwards;}


/*字推移*/
@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; 
	}
}