html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font:inherit;
	/*vertical-align: baseline;*/
	/*font-family:Verdana,Arial,Helvetica,"微软雅黑","黑体","幼圆" ,"新宋体";*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li {
	list-style-type: none;
}


#footer {
	background: #dddddd;
	width: 100%;
	height: 62px;
	position: relative;
}
#footer p {
	line-height: 62px;
	/*text-align: center;*/
	color: #353535;
	margin-left:20px;
}
#gotop{
	display:block;
	width:72px;
	height:62px;
	float:right;
	background:url(../images/top.jpg);
	position: absolute;
	top:0;
	right:0;
	cursor:pointer;
}
#gotop:hover{
	background:url(../images/top-hover.jpg)
}

.nav-btn {
	background: #fff;
	cursor: pointer;
	z-index: 999;
	width: 44px;
	height: 29px;
	position: absolute;
	background-image: url(../img/nav-open.png);
	background-repeat: no-repeat;
}

.navclick {
	background: url(../images/nav-btn.jpg);
}
.nav-bigsize {
	margin-top: 24px;
}
#navbg{
	width:100%;
	height:100%;
	position:fixed;
	left: -300px;
	top: 0;
	z-index: 998;
	display:none;
	}
#nav {
	width: 300px;
	left: -300px;
	position: fixed;
	top: 0;
	z-index: 999;
	background: #222222;
	height: 100%;
}
#close {
	position: absolute;
	top: 10px;
	right: 0;
	cursor: pointer;
	display:none;
}
@media (min-width: 320px) and (max-width: 639px) {
	#nav {width:220px;}
}

.lpi-logo {
	display: block;
	margin:51px auto;
	cursor: pointer;
	background:url(../images/logo.png) no-repeat;
	width:92px;
	height:34px;
}
.nav-bigsize {
	font-size: 1.125em;
}
.nav-Smallsize {
	font-size: 0.875em;
}
.nav-share {
	color:#555555;
	margin: 12% 0 0 0;
	text-align:center;
}
.nav-share-way {
	width: 140px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.nav-title-border {
	width: 48px;
	margin: 0 auto;
	border-top: 1px solid #454545;
}
.nav-bigsize{
	text-align: center;
	color: #aaaaaa;
}
.nav-bigsize:visited{
	color: #aaaaaa;
}
#nav a:hover{
	color:#FFF;
}
#nav span {
	margin-top: 4%;
}
.nav-bigsize {
	display: block;
	text-align: center;
}
#nav{
	-webkit-perspective:1000px;-ms-perspective:1000px;-moz-perspective:1000px;-o-perspective:1000px;
}
#nav-box {
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.nav-open {
	-webkit-animation: openY .5s linear both;
	-moz-animation: openY .5s linear both;
	-ms-animation: openY .5s linear both;
	animation: openY .5s linear both;
}





@-webkit-keyframes openY {
0% {
-webkit-transform:perspective(900px) rotateY(-60deg);
}
100% {
-webkit-transform:perspective(900px) rotateY(0deg);
}
}
@-moz-keyframes openY {
0% {
-moz-transform:perspective(900px) rotateY(-60deg);
}
100% {
-moz-transform:perspective(900px) rotateY(0deg);
}
}
@-ms-keyframes openY {
0% {
-ms-transform:perspective(900px) rotateY(-60deg);
}
100% {
-ms-transform:perspective(900px) rotateY(0deg);
}
}
.nav-close {
	-webkit-animation: closeY .5s ease-out both;
	-moz-animation: closeY .5s ease-out both;
	-ms-animation: closeY .5s ease-out both;
}
@-webkit-keyframes closeY {
0% {
-webkit-transform:perspective(900px) rotateY(0deg);
}
100% {
-webkit-transform:perspective(900px) rotateY(-90deg);
}
}
@-moz-keyframes closeY {
0% {
-moz-transform:perspective(600px) rotateY(0deg);
}
100% {
-moz-transform:perspective(600px) rotateY(-90deg);
}
}
@-ms-keyframes closeY {
0% {
-ms-transform:perspective(600px) rotateY(0deg);
}
100% {
-ms-transform:perspective(600px) rotateY(-90deg);
}
}







.nav-share-way li:first-child{
	margin:50px 0 0 34px;
	}		
.nav-share-way li{
	width: 70px;
	margin: 24px 0 0 34px;
	}
/*二维码*/
#ewm{
	width: 160px;
	height: 160px;
	position: absolute;
	top: 85%;
	left: 95%;
	margin-left: -174px;
	z-index: 9999;
	margin-top: -250px;
	background:#fff;
	}
#ewm_img{
	position:absolute;
	width:150px;
	height:150px;
	left:5px;
	top:5px;
	}
#ewm em{
	display: block;
	width: 0;
	height: 0;
	border-width: 15px 15px 0 0;
	border-style: solid;
	border-color: #fff transparent transparent #fff;
	margin: 160px 70px 0;
	}
#weibo,#weixin{
	width:38px;
	height:38px;
	display: block;
	margin: 0 auto;
	cursor:pointer;
	}
#weixin{
	background:url(../images/share-weixin1.png) 0 0;
	}
#weixin:hover{
	background:url(../images/share-weixin2.png);
	}	
#weibo{
	background:url(../images/share-weibo1.png) 0 0;
	}
#weibo:hover{
	background:url(../images/share-weibo2.png);
	}	
#gotop{
	display:block;
	width:72px;
	height:62px;
	float:right;
	background:url(../images/top.jpg);
	position: absolute;
	top:0;
	right:0;
	cursor:pointer;
	}
#gotop:hover,#gotop:active{
	background:url(../images/top-hover.jpg)
	}







/* ------------ Retina ------------ */ 
@media only screen and (-o-min-device-pixel-ratio: 2/1), /* Opera */ 
       only screen and (min--moz-device-pixel-ratio: 2),        /* Firefox 16 之前 */ 
       only screen and (-webkit-min-device-pixel-ratio: 2),    /* Webkit */ 
       only screen and (min-resolution: 240dpi),                    /* 标准 */ 
       only screen and (min-resolution: 2dppx)                      /* 标准 */ 
    { 
.nav-btn{ 
	background-image:url(../images/nav-open2x.jpg);
	background-size:44px 29px;
	} 
.lpi-logo{
	background-image:url(../images/logo2x.png);
	background-size:92px 34px;
	}
#weixin{
	background-image:url(../images/share-weixin2x1.png);
	background-size:38px 38px;
	}
#weixin:hover{
	background-image:url(../images/share-weixin2x2.png);
	background-size:38px 38px;
	}
#weibo{
	background-image:url(../images/share-weibo2x1.png);
	background-size:38px 38px;
	}
#weibo:hover{
	background-image:url(../images/share-weibo2x2.png);
	background-size:38px 38px;
	}
.weixin{
	background:url(../images/share-sub2x-weixin-1.png) 0 0 no-repeat;
	background-size:20px 16px;
	}
.weixin:hover{
	background:url(../images/share-sub2x-weixin-2.png) 0 0 no-repeat;
	background-size:20px 16px;
	}

.weibo{
	background:url(../images/share-sub2x-weibo-1.png) 0 0 no-repeat;
	background-size:20px 16px;
	}
	
.weibo:hover{
	background:url(../images/share-sub2x-weibo-2.png) 0 0 no-repeat;
	background-size:20px 16px;
	}	
#gotop{
	background:url(../images/top2x.jpg) 0 0 no-repeat;
	background-size:72px 62px;
	}
#gotop:hover{
	background:url(../images/top-hover2x.jpg) 0 0 no-repeat;
	background-size:72px 62px;
	}
}







/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}
