<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document 2018翟老板改版*/

html,
body {
	width: 100%;
	color: #B2B5B8;
	font-size: 16px;
	background: #fff;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";
}


/*清除浏览器的默认样式*/

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
input,
img,
select {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	outline: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:active {
	opacity: .7;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.color-blue {
	color: #53B7BB !important;
}

.white-bg {
	background: #fff;
}

.little-blue-bg {
	background: #F1F1F1;
}

.float-l {
	float: left;
}

.header {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #DEDFE0;
}

.menue-center {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

.header .menue-center {}

.header .logo {
	padding: 10px 0 0 5px;
	display: block;
	float: left;
	width: 230px;
	vertical-align: middle;
}

.header .right {
	float: right;
}

.header .right .btn {
	display: inline-block;
	width: 60px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #9DA2A7;
	background: url(../images/trg.png) 28px center no-repeat;
	color: #4A4B4C;
	font-size: 12px;
	border-radius: 5px;
	margin: 0 10px 0 0;
	padding: 0 34px;
}

.content-banner {
	overflow: hidden;
	width: 100%;
	height: 729px;
	background: url(http://web.rrzuzu.com/WebStatic/lianlian/images/banner.jpg) no-repeat;
	border-bottom: 1px solid #DEDFE0;
}

.content-banner .left {
	padding: 80px 0 0;
	float: left;
}

.content-banner .banner-pic {
	display: block;
	width: 418px;
}

.content-banner .left .promit {
	display: inline-block;
	padding: 10px 0 0 70px;
	font-size: 14px;
	color: #616468;
}

.content-banner .right {
	float: left;
	padding: 444px 0 0;
}

.content-banner .down-btn {
	display: inline-block;
	width: 60px;
	height: 48px;
	line-height: 18px;
	border-radius: 5px;
	background: url(http://web.rrzuzu.com/WebStatic/lianlian/images/icon-ad.png) 30px center no-repeat #71C3C8;
	padding: 10px 40px 0 94px;
	color: #fff;
}

.content-banner .apple {
	background: url(http://web.rrzuzu.com/WebStatic/lianlian/images/icon-apple.png) 30px center no-repeat #71C3C8;
}

.content-banner .code {
	display: block;
	width: 150px;
	margin: 10px auto;
}

.content-banner .float-l {
	width: 196px;
	margin: 0 20px 0 0;
}

.part-1 {
	width: 100%;
	height: 725px;
	border-bottom: 1px solid #DEDFE0;
	background: #fff;
}

.content dt,
.content dd {
	float: left;
}

.part-1 .content dt {
	padding: 85px 78px 0 0;
}

.part-1 .content dd {
	padding: 241px 0 0;
}

.part-1 .content .pic {
	display: block;
	width: 520px;
}

.part-2 .content dt {
	margin: 256px 70px 0 0;
}

.part-2 .content .pic-font {
	display: block;
	width: 460px;
	float: left;
}

.part-2 .content .pic {
	display: block;
	width: 346px;
}

.part-3 .content .pic {
	width: 336px;
}

.part-4 {
	padding: 60px 0;
}

.part-5 {
	font-family: "宋体";
	color: #48494A;
	padding: 135px 0 155px 0;
}

.part-5 .num {
	font-size: 36px;
	font-weight: normal;
	display: none;
}

.part-5 .welcome {
	font-size: 12px;
	color: #747C83;
	display: none;
}

.twice-pic {
	padding: 42px 0 18px;
	overflow: hidden;
}

.twice-pic li {
	width: 282px;
	padding: 16px;
	margin: 0 15px 0 0;
	position: relative;
	overflow: hidden;
	border: 1px solid #F3F3F3;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, .2);
	float: left;
}

.twice-pic li .img {
	display: block;
	width: 100%;
}

.trg-la:before,
.trg-jh:before {
	display: block;
	content: "";
	width: 76px;
	height: 70px;
	background: url(http://web.rrzuzu.com/WebStatic/lianlian/images/trg-la.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.trg-jh:before {
	background: url(http://web.rrzuzu.com/WebStatic/lianlian/images/trg-jh.png) no-repeat;
}

.twice-pic li .say {
	padding: 10px 0 0;
	line-height: 20px;
}

.twice-pic li .blue-btn {
	display: block;
	width: 92px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #53B7BB;
	color: #53B7BB;
	float: right;
	text-align: center;
}

.twice-pic li .bottom {
	padding: 20px 0 0;
}

.twice-pic li.last {
	margin: 0;
}

.footer {
	padding: 30px 0;
	border-top: 1px solid #DEDFE0;
	font-size: 12px;
	font-family: "宋体";
	text-align: center;
	line-height: 22px;
}

.footer a {
	color: #999;
	margin: 0 10px 0 0;
}

.footer a:hover {
	color: #71C3C8;
	text-decoration: underline;
}

.footer .title {
	color: #333;
	font-weight: bold;
	padding: 0 0 0 80px;
}

.touch-us {
	overflow: hidden;
	width: 440px;
	margin: 20px auto 10px;
}

.touch-us a {
	padding: 0 14px;
	border-right: 1px solid #999;
}

.touch-us li {
	float: left;
}

.touch-us li.last a {
	border: none;
}

.renzheng {
	padding: 15px 0 0;
}</pre></body></html>