.powermat-banner{
	position: relative;
	overflow: hidden;
}
.powermat-banner .desc{
	position:absolute;
	top: 50%;
	left:0;
	right: 0;
	margin-top:-67px;
	text-align: center;
	z-index: 6;
}
.powermat-banner .desc h1{
	font-size: 64px;
	color: #fff;
	font-weight:bold;
	margin-bottom:50px;
}
.powermat-banner .desc p{
	font-size: 32px;
	color: #fff;
}
.powermat-banner video,
.powermat-banner img{
	position: absolute;
}
.box1{
	display: block;
	overflow: hidden;
	text-align: center;
	height: 520px;
}
.box1 img{
	border: none;
	display:inline-block;
	width: 70px;
	margin-top: 90px;
}
.box1 h1{
	font-size: 40px;
	font-weight: bold;
	color: #000;
	margin-top: 40px;
	margin-bottom:50px;
}
.box1 h2{
	font-size: 18px;
	line-height: 26px;
	color: #000; 
}
.box1 p{
	font-size: 12px;
	color: #2ba3ff;
	line-height: 26px;
	margin-top: 40px;
}
.box2{
	width: 100%;
	height: 830px;
	overflow: hidden;
	position: relative;
}
.box2 video,
.box2 img{
	position: absolute;
}
.box3{
	width:100%;
	overflow: hidden;
	text-align: center;
}
.box3 h2{
	margin-top:6%;
	border-bottom: 2px solid #309ff5;
}
.box3 .pic{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
}
.box3 .pic div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: none;
}
.box3 .pic img{
	border:0 none;
	width:auto\9;
	max-width:100%;
	vertical-align:top; 
	height:auto;
	-ms-interpolation-mode: bicubic;/*windows平台缩放图片时，可能出现图像失真现象*/
	width: 100%;/*后加的*/
}
.box4{
	width: 100%;
	min-height:1000px;
	background-color: #151515;
	overflow: hidden;
	position: relative;
}
.box4 .wrap{
	width: 100%;
	height: 200px;
	position: relative;
	margin-top: 250px;
	cursor: pointer;
	-webkit-transition: all 3s ease;
	transition: all 3s ease;
	-webkit-transform-origin:45% 160%;
	transform-origin:45% 160%;
}
.box4 .text-style h2,
.box4 .text-style h1,
.box4 .text-style p{
	color: #fff;
}
.box4 .text-style p{
	margin-bottom: 0;
}
.box4 .text-style h2 {
    border-bottom: 2px solid #2ba3ff;
}
#boxtext1{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
}
#boxtext2{
	position: absolute;
	top: 50%;
	right:10%;
	margin-top: -100px;
	display: none;
}
#boxtext3{
	position: absolute;
    left: 14%;
    top: 50%;
    margin-top: -53px;
    display: none;
}
#boxtext3 h1{
	font-size: 60px;
	color: #33cdee;
}
#boxtext3 p{
	font-size: 16px;
	color: #fff;
}
.box4 .icon img{
	width: auto;
	border:0 none;
	width:auto\9;
	max-width:100%;
	vertical-align:top; 
	height:auto;
	-ms-interpolation-mode: bicubic;/*windows平台缩放图片时，可能出现图像失真现象*/
}
.box4 .icon{
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
	text-align: center;
}
.box4 .icon1{
	top: 0;
}
.box4 .icon2{
	top: 150px;
}
.box4 .icon3{
	top: 200px;
}
.box4 .iconblue{
	display: none;
	z-index: 99;
}
.box4 .icon3 .package{
	display:inline-block;
	*display:inline;
	*zoom=1;
	position: relative;
}
#step .tips{
	animation: none;
}
.box4 .icon3 .package .step1 .tips{
	position: absolute;
	bottom:10px;
	left: 0;
	width: 20px;
	height: 20px;
    border-radius: 50%;
	-webkit-animation: breath 2s ease-in-out infinite;
    animation: breath 2s ease-in-out infinite;
    background: -webkit-radial-gradient(rgba(255,255,255,.9), rgba(255,255,255,0) 70%);
    background: radial-gradient(rgba(255,255,255,.9), rgba(255,255,255,0) 70%);
}
.box4 .icon3 .package .step1,
.box4 .icon3 .package .step2{
	display: none;
}
.box4 .icon3 .package .step1 p{
	position: absolute;
	bottom:-40px;
	left: -120px;
	font-size: 12px;
	color: #fff;
	white-space: nowrap;
}
.box4 .icon3 .package .step2{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -150px;
	text-align: center;
}
.box4 .icon3 .package .step2 img,
.box4 .icon3 .package .step2 p{
	display:inline-block;
	*display:inline;
	*zoom=1;
	vertical-align: middle;
}
.box4 .icon3 .package .step2 img{
	width: 90px;
	height: auto;
	border-radius: 50%;
	-webkit-animation: breathblue 2s ease-in-out infinite;
    animation: breathblue 2s ease-in-out infinite;
}
.box4 .icon3 .package .step2 p{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-left: 10px;
}
@-webkit-keyframes breath{
    from{ 
    	opacity:0.1; 
    }                          
    50%{ 
    	opacity:1;
    }                        
    to{ 
    	opacity:0.1; 
    }                         
}
@keyframes breath{
    from{ 
    	opacity:0.1; 
    }                          
    50%{ 
    	opacity:1;
    }                        
    to{ 
    	opacity:0.1; 
    }                         
}
@-webkit-keyframes breathblue {
    from{ 
      opacity:1; 
    }                          
    50%{ 
      opacity:1;
      -webkit-box-shadow: 0 0 50px rgba(54, 177, 200, 0.8),inset 0 0 60px rgba(54, 177, 200, 0.1);
      -moz-box-shadow: 0 0 50px rgba(54, 177, 200, 0.8),inset 0 0 60px rgba(54, 177, 200, 0.1); 
      box-shadow: 0 0 50px rgba(54, 177, 200, 0.8),inset 0 0 60px rgba(54, 177, 200, 0.1);
    }                        
    to{ 
      opacity:1; 
    }                         
}
@keyframes breathblue {
    from{ 
      opacity:1; 
    }                          
    50%{ 
      opacity:1;
      -webkit-box-shadow: 0 0 50px rgba(54, 177, 200, 0.8),inset 0 0 60px rgba(54, 177, 200, 0.1);
      -moz-box-shadow: 0 0 50px rgba(54, 177, 200, 0.8),inset 0 0 60px rgba(54, 177, 200, 0.1); 
      box-shadow: 0 0 50px rgba(54, 177, 200, 0.8),inset 0 0 60px rgba(54, 177, 200, 0.1);
    }                        
    to{ 
      opacity:1; 
    }                         
} 
.box5{
	width: 100%;
	position:relative;
}
.box5 #h7focusimages{
	position: absolute;
    top: 0px;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.box5 #h7focusimages img{
	position: absolute;
}
.box5 #h7focusimages .threed{
	transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.box5 #h7focustexts{
	position: absolute;
	top: 0px;
    height: 100%;
    width: 50%;
    text-align: center;
    margin-left: 50%;
    overflow: hidden;
    background-color: #333;
    -webkit-transition:background-color .3s ease;
    -moz-transition:background-color .3s ease;
    transition:background-color .3s ease;
}
.box5 .text{
	color: #fff;
	text-align: center;
	position: absolute;
	padding: 0 20px;
}
.box5 .text.black{
	color: #000;
}
.box5 .text h2{
	font-size:14px;
	font-weight: normal;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
}
/*.box5 .text h2:after{
	content: "";
	width: 60px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
}
.box5 .text.black h2:after{
	background-color: #2ba3ff;
}*/
.box5 .text h1{
	font-size:40px;
	font-weight:bold;
	padding-bottom:35px;
	position: relative;
}
.box5 .text img{
	display: inline-block;
	width:60px;
	height:auto;
	margin-bottom:40px;
}
.box5 .text h1:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width:40px;
	height: 2px;
	background-color: #fff;
}
.box5 .text.black h1:after{
	background-color: #000;
}
.box5 .text p{
	font-size:18px;
    line-height:26px;
    margin-top:35px;
}
.box6{
	width: 100%;
	height: 900px;
	background: url(/uploads/image/phei/hero/powermat6_bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.box6 .desc{
	position: absolute;
	top: 50%;
	left:10%;
	margin-top: -141px;
}
.box6 .desc img{
	display: inline-block;
	width: 200px;
	height: auto;
}
.box6 .desc h1{
	color: #fff;
}
.box6 .desc p{
	color: #fff;
	margin-bottom: 0;
}
.box7 img{
	border:0 none;
	width:auto\9;
	max-width:100%;
	vertical-align:top; 
	height:auto;
	-ms-interpolation-mode: bicubic;/*windows平台缩放图片时，可能出现图像失真现象*/
	width: 100%;/*后加的*/
}
.box7 img{
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
}
.box7 img:hover{
	cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.box7 .left{
	width: 50%;
	float: left;
	overflow: hidden;
}
.box7 .right{
	width: 50%;
	float: right;
	overflow: hidden;
}
.box7 .right .right-top,
.box7 .right .right-bot{
	width: 100%;	
	overflow: hidden;
}
.parameter{
	width: 100%;
	overflow: hidden;
	background-image: url(/uploads/image/phei/hero/accessories_36_bg2.jpg);
	background-repeat: repeat-x;
    background-size: auto 100%;
	position: relative;
	height: 930px;
}
.parameter .wrap{
	width:1120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-560px;
	margin-top: -382px;
	text-align: center;
}
.parameter .desc{
	text-align: left;
}
.parameter .desc h2{
	font-size:14px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 20px;
}
.parameter .desc h1{
	font-size:40px;
	color: #fff;
	font-weight: bold;
}
.parameter .wrap .bg{
	display: inline-block;
    width: auto;
    height: auto;
    margin: 10% 0;
    text-align: center;
}
.parameter .wrap .icon-pack{
	width: 100%;
}
.parameter .wrap .icon-pack .list{
	float: left;
	width: 20%;
	text-align: center;
}
.parameter .wrap .icon-pack .list .item{
	width: 250px;
	display:inline-block;
	*display:inline;
	*zoom=1;
}
.parameter .wrap .icon-pack .icon{
	float: left;
	width:40px;
	height:auto;
}
.parameter .wrap .icon-pack .icon img{
	display: block;
	width: 100%;
	height: auto;
}
.parameter .wrap .icon-pack .name{
	float: left;
	margin-left: 10px;
	text-align: left;
	padding-top: 8px;
}
.parameter .wrap .icon-pack .name p{
	font-size:18px;
	color: #fff;
	margin-bottom:25px;
}
.parameter .wrap .icon-pack .name span{
	font-size:14px;
	color: #fff;
}
@media screen and (max-width:1700px){
.powermat-banner .desc h1{
	font-size:48px;
}
.powermat-banner .desc p{
	font-size:26px;
}
.box1 h1{
	font-size:34px;
}
.box1 h2{
	font-size: 16px;
	line-height: 24px;
}
.box1 p{
	line-height: 24px;
}
.box1 img{
	width: 60px;
	height: auto;
}
.parameter .desc h1{
	font-size:34px;
}
.parameter .wrap .icon-pack .name p{
	font-size: 16px;
}
.parameter .wrap .icon-pack .name span{
	font-size: 12px;
}
}