﻿/* �������?����֮�� www.lanrenzhijia.com ת����ע������ */

/*html {
	height: 100%;
}
body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, table, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	height: 100%;
	font-family: 'Open Sans', 'Helvetica Neue', Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background: #eee;
}
ol, ul {
	display: block;
	list-style: none;
}
a, a:focus, input, textarea {
	outline: none;
}
a, a:link, a:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}*/

#wrapper {
	position:relative;
	width:100%;
	overflow:hidden;
	min-height: 100%;
}
* html #wrapper {
	height: 100%;
}
#main {
	width: 100%;
	position: relative;
	overflow: visible;
	margin: 0 auto 140px;
	padding: 0;
	/*padding: 0 0 70px; sticky footer */
	background: #fff;
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);*/
}
.section {
	min-height: 700px;
	padding: 50px 0;
}
.topNav {
	position: fixed !important;
	width: 100%;
	top: 0;
	left: 0;
	height: 65px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
}
.topNav.dark {
	background: #000;
	background: rgba(0, 0, 0, .92);
	border-bottom: 4px solid #222;
}
/* �������?����֮�� www.lanrenzhijia.com ת����ע������ */
.topNav ul {
	position: relative;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	display: block;
}
.topNavLink {
	float: left;
	margin: 0 5px 0;
}
.topNavLink a {
	display: block;
	height: 18px;
	margin: 15px 0 0;
	line-height: 16px;
	padding: 7px 12px;
	color: #666;
	border: 1px solid #fff;
	font-weight: normal;
}
/* �������?����֮�� www.lanrenzhijia.com ת����ע������ */
.white .topNavLink.active a {
	background: #ccc;
	color: #333;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 3%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fcfcfc), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 3%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 3%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 3%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(top, #fcfcfc 3%, #eeeeee 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
	border-color: #ddd;
}
/* �������?����֮��  ������ */
.dark .topNavLink.active a {
	background: #222;
	color: #fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 3%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #4c4c4c), color-stop(100%, #333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c4c4c 3%, #333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c4c4c 3%, #333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c4c4c 3%, #333333 100%); /* IE10+ */
	background: linear-gradient(top, #4c4c4c 3%, #333333 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#333333', GradientType=0 ); /* IE6-9 */
	border: none;
}
.dark .topNavLink a {
	border: none;
}
.white .topNavLink a:hover {
	color: #444444;
	text-decoration: none;
}
.dark .topNavLink a:hover {
	color: #ccc;
	text-decoration: none;
}
/* �������?����֮�� www.lanrenzhijia.com ת����ע������ */
.topNav .colors {
	position: relative;
	overflow: hidden;
	float: right;
	width: 100px;
	margin: 22px 0 0;
}
.topNav .colors span {
	display: block;
	position: relative;
	overflow: hidden;
	width: 14px;
	height: 0;
	padding: 14px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	float: left;
}
.topNav .colors .label {
	width: 40px;
	font-size: 10px;
	padding: 0;
	height: 16px;
	line-height: 16px;
	color: #999;
}/* �������?����֮�� www.lanrenzhijia.com ת����ע������ */
.topNav .colors span.white {
	background: #fff;
	border: 1px solid #fff;
}
.topNav .colors span.dark {
	background: #111;
	border: 1px solid #000;
	margin: 0 0 0 5px;
}
.topNav .colors.white span.white {
	border: 1px solid #999;
}
.topNav .colors.dark span.dark {
	background: #000;
	border: 1px solid #999;
}
.pageScroll {
	position: fixed !important;
	top: 15%;
	right: 2%;
	
	width: 154px;
	height: 498px;
	background: url(../img/menu-bg.png) no-repeat;
	/*border: 7px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);*/
	z-index: 999;
}

.pageScroll.right {
	margin-left: 500px;
}
.scrollNav a {
	display: block;
	width: 204px;
	height: 22px;
	
}
.scrollNav:nth-child(1){background: url(../img/li1.png) no-repeat; margin-top: 110px;}
.scrollNav:nth-child(2){background: url(../img/li2.png) no-repeat;}
.scrollNav:nth-child(3){background: url(../img/li3.png) no-repeat;}
.scrollNav:nth-child(4){background: url(../img/li4.png) no-repeat;}
.scrollNav:nth-child(5){background: url(../img/li5.png) no-repeat;}
.scrollNav:nth-child(6){background: url(../img/li6.png) no-repeat;}
.scrollNav:nth-child(7){background: url(../img/li7.png) no-repeat;}
.scrollNav:nth-child(8){background: url(../img/li8.png) no-repeat;}

.scrollNav {
	margin-bottom: 15px;
}
.scrollNav_1, .scrollNav_1 a {
	border:none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.scrollNav a:hover {
	color: #444;
	text-decoration: none;
}

.pageScroll li.active:nth-child(1){background: url(../img/li1-1.png) no-repeat;}
.pageScroll li.active:nth-child(2){background: url(../img/li2-1.png) no-repeat;}
.pageScroll li.active:nth-child(3){background: url(../img/li3-1.png) no-repeat;}
.pageScroll li.active:nth-child(4){background: url(../img/li4-1.png) no-repeat;}
.pageScroll li.active:nth-child(5){background: url(../img/li5-1.png) no-repeat;}
#lrzj {
	position: fixed;
	z-index: 999;
	height: 94%;
	top: 3%;
	right: 5%;
	width: 20px;
	text-align: center;
}
#lrzj a {
	display: block;
	position: absolute;
	padding: 12px 10px 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
}
#lrzj.light a {
	border: 7px solid #fff;
	background: #f8f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f6f6 0%, #e8e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f6f6), color-stop(100%, #e8e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f6f6 0%, #e8e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f6f6 0%, #e8e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f6f6 0%, #e8e7e7 100%); /* IE10+ */
	background: linear-gradient(top, #f8f6f6 0%, #e8e7e7 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6f6', endColorstr='#e8e7e7', GradientType=0 ); /* IE6-9 */
}
/* �������?����֮�� www.lanrenzhijia.com ת����ע������ */
#lrzj.dark a {
	border: 7px solid #1c1c1c;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
	background: #f8f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #3f3f3f 0%, #292929 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f3f3f), color-stop(100%, #292929)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3f3f3f 0%, #292929 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3f3f3f 0%, #292929 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3f3f3f 0%, #292929 100%); /* IE10+ */
	background: linear-gradient(top, #3f3f3f 0%, #292929 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#292929', GradientType=0 ); /* IE6-9 */
}
/* �������?���˴��� www.lanrenzhijia.com ת����ע������ */
#lrzj a:hover {
	text-decoration: none;
	color: #fff;
}
#lrzj a.next {
	bottom: 0;
}
#lrzj a.prev {
	top: 0;
}

.no1{background: #eee; position: relative;}
.no2{background: #fff;}
.no3{min-height: 400px; border-bottom: #ddd solid 1px;background: #eee;}
.no4{background: #fff;}
.no5{min-height: 500px;border-bottom: #ddd solid 1px;}

.ui-show{width: 982px; height: 621px;  margin: 0 auto; padding-top: 20px; position: relative;}

.pc-bg{width: 834px; height: 605px; background: url(../img/pc.png) no-repeat; background-size: 100%; margin: 15px auto 0; overflow: hidden;}
.pc-ui{width: 767px; height: 429px;  margin-top: 33px; margin-left: 34px; overflow: hidden; }
.pc-ui img{display: block; width: 767px;}

.iphone-bg{width: 108px; height: 214px; background: url(../img/iPhone.png) no-repeat;background-size: 100%; position: absolute; left: 45px; bottom: 0;}
.iphone-ui{width: 95px; height: 170px; margin-left: 6px; margin-top: 19px; overflow: hidden; border: #474747 solid 1px;}
.iphone-ui img{display: block; width: 95px;}

.ipad-bg{width: 329px; height: 254px; background: url(../img/ipad.png) no-repeat;background-size: 100%; position: absolute; right:-30px; bottom: 0;}
.ipad-ui{width: 271px; height: 206px; margin-top: 24px; margin-left: 31px;  overflow: hidden;border: #474747 solid 1px;}
.ipad-ui img{display: block; width: 271px;}

.ui-bg{width: 1200px; min-height: 700px; margin: 50px auto; border: #eee solid 1px;}

.ui{-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
-moz-column-width: 24em;
-webkit-column-width: 24em;
column-width: 24em;
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
column-gap: 1em;}

.ui-li{padding: 1em;margin: 0 0.125em 1em;  }
.ui-li a img{width: 100%;-moz-page-break-inside: avoid;
-webkit-column-break-inside: avoid;
break-inside: avoid;
background: white;
}

.xmxx{width: 1230px; margin: 50px auto 20px;}
.xmxx-con{width: 100%; float: left;}
.xmxx-con h1{font-size: 16px; color: #d90000; margin: 10px 0; width: 100%;}
.xmxx-con p{font-size: 14px; color: #444;}
.xmxx-con h6{width: 100px; height: 100px; float: left; line-height: 135px; text-align: center; border-radius: 50%; background: #eee;}
.xmxx-con-l{ float: left; width: 15%; display: block;  margin-left: 5%;}
.xmxx-con-l a{display: block; color: #444; text-decoration: underline;}
.xmxx-con-c{width: 40%; float: left; margin: 0 8%;}
.xmxx-con-r{float: left; width: 15%;}

.mt50{margin-top: 50px;}
@media only all and (max-width: 435px){
	.ui-show{width: 96%; padding: 0 2%; height: 500px;}
	.pc-bg{width: 100%; height: 305px;}
	.pc-ui{margin-left: 17px; margin-top: 16px; width: 384px; height: 215px;}
	.pc-ui img{width: 384px;}
	
	.iphone-bg{width: 75px; height: 155px;  left: 45px; bottom: 13px;}
	.iphone-ui{margin-left: 4px; margin-top: 13px; width: 66px; height: 117px;}
	.iphone-ui img{width: 66px;}
	
	.ipad-bg{width: 200px; height: 170px; right: 30px; }
	.ipad-ui{margin-left: 19px; margin-top: 15px; width: 163px; height: 123px;}
	.ipad-ui img{width: 163px;}
	
	.pageScroll{display: none;}
	.section{min-height: 400px;}
	
	.ui-bg{width: 100%;}
   .xmxx{width: 96%; padding: 0 2%;}
	.xmxx h6{width: 100%;}
	.xmxx-con-l,.xmxx-con-c,.xmxx-con-r{width: 100%; margin: 0;}
	
}
@media only all and (max-width: 414px){
	.ui-show{width: 96%; padding: 0 2%; height: 480px;}
	.pc-bg{width: 100%; height: 305px;}
	.pc-ui{margin-left: 17px; margin-top: 16px; width: 365px; height: 204px;}
	.pc-ui img{width: 365px;}
	
	.iphone-bg{width: 75px; height: 155px;  left: 45px; bottom: 13px;}
	.iphone-ui{margin-left: 4px; margin-top: 13px; width: 66px; height: 117px;}
	.iphone-ui img{width: 66px;}
	
	.ipad-bg{width: 200px; height: 170px; right: 30px; }
	.ipad-ui{margin-left: 19px; margin-top: 15px; width: 163px; height: 123px;}
	.ipad-ui img{width: 163px;}
	
	.pageScroll{display: none;}
	.section{min-height: 400px;}
	
   
   
	
}

@media only all and (max-width: 375px) {
	
	.section{min-height: 340px; padding: 0;}
   .ui-show{height: 445px;}
   
   .pc-bg{width: 100%; height: 270px;}
	.pc-ui{margin-left: 15px; margin-top: 15px; width: 331px; height: 185px;}
	.pc-ui img{width: 331px;}
	
	
}


@media only all and (max-width: 360px) {
	
	.section{min-height: 340px; padding: 0;}
   .ui-show{height: 430px;}
   
   .pc-bg{width: 100%; height: 255px;}
	.pc-ui{margin-left: 14px; margin-top: 13px; width: 319px; height: 178px;}
	.pc-ui img{width: 319px;}
	
	.iphone-bg{width: 75px; height: 155px;  left: 25px; bottom: 13px;}
	.iphone-ui{margin-left: 4px; margin-top: 13px; width: 65px; height: 117px;}
	.iphone-ui img{width: 65px;}
	
	.ipad-bg{width: 200px; height: 170px; right: 25px; }
	.ipad-ui{margin-left: 19px; margin-top: 16px; width: 163px; height: 122px;}
	.ipad-ui img{width: 163px;}
}

@media only all and (max-width: 320px) {
	
	
   .ui-show{height: 430px;}
   
   .pc-bg{width: 100%; height: 235px;}
	.pc-ui{margin-left: 13px; margin-top: 12px; width: 283px; height: 158px;}
	.pc-ui img{width: 283px;}
	
	.iphone-bg{width: 75px; height: 155px;  left: 5px; bottom: 13px;}
	.iphone-ui{margin-left: 4px; margin-top: 13px; width: 65px; height: 117px;}
	.iphone-ui img{width: 65px;}
	
	.ipad-bg{width: 200px; height: 170px; right: 5px; }
	.ipad-ui{margin-left: 19px; margin-top: 16px; width: 163px; height: 122px;}
	.ipad-ui img{width: 163px;}
}