﻿/*!
 * landing page V4
 * author: Mr.cat 
 * date: 2016.04.25;
 */
body {
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    background-color: #fff;
}
.pull-left { float: left; }
.pull-right { float: right; }
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.msg {
    background: url(../../images/landing/error.png) 0 2px no-repeat;
    padding-left: 22px;
    line-height: 20px;
    margin: 0 auto;
    font-size: 14px;
    color: #edac7c;
    width: 230px;	
}
.masker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	filter:alpha(opacity=50);
	z-index: 10;
}

.colse {
	display: none;
	position: absolute;
	width: 32px;
	height: 32px;
	background: #fff url(../../images/landing/close.png) 0 0 no-repeat;
	top: 6px;
	right: 6px;
	border-radius: 50%;
	-webkit-transition: all .3s ease-out;
			transition: all .3s ease-out;
}
.colse:hover {
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
}
.em-tips {
	color: gray;
	position: absolute;
	left: 70px;
	top: 5px;
}


/* topbar
 -------------------------------------------------- */
.topbar {
	height: 76px;
	line-height: 76px;
}
.topbar .logo {
	margin: 16px 0; 
}
.topbar .hotline {
	font-size: 16px;
	color: #444;
	font-weight: 200;
}


/* regist
 ------------------------------------------------ */
.regist-wrap {
	background: url(../../images/landing/v4/banner_cd.jpg) center top no-repeat;
	height: 400px;
}
.regist-wraps {
	background: url(../../images/landing/v4/banner_cdss.jpg) center top no-repeat;
	height: 400px;
}
.regist-wrap .banner {
	padding-top: 34px;
}
.regist-wraps .banner {
	padding-top: 34px;
}
.register-box {
	position: relative;
	background-color: #fff;
	width: 300px;
	float: right;
	min-height: 350px;
	position: relative;
}
.moda-box {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -170px;
	z-index: 20;
	-webkit-animation: bounceInDown 1s; 
	   -moz-animation: bounceInDown 1s; 
		-ms-animation: bounceInDown 1s; 
			animation: bounceInDown 1s;
	width: 350px;
}
.moda-box .uinfoinput {
	margin: 18px auto 0!important;
}
.moda-box .regist-btn {
	margin-bottom: 30px!important;
}

@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.register-box h5 {
	border-bottom: 1px solid #eee;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #444;
}
.register-box h5 em {
	color: #f77c5d;
	font-size: 26px;
}
.register-box h5 small {
	color: #f77c5d;
	font-size: 18px;
}
.register-box ul {
	width: 260px;
	margin: 0 auto 10px;
}
.register-box .clause {
	width: 260px;
	font-size: 12px;
	margin: 5px auto;
	color: #888;
}
.register-box .clause input[type="checkbox"] {
	vertical-align: middle;
}
.register-box .clause a {
	color: #888;
	margin: 0 2px;g
}
.register-box .clause a:hover { 
	color: #e7bb70; 
}
.register-box .uinfoinput {
	position: relative;
	width: 258px;
	border: 1px solid #ddd;
	height: 36px;
	margin: 22px auto 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.register-box .uinfoinput span {
    width: 52px;
    border-right: 1px solid #ccc;
    height: 28px;
    margin-top: 4px;
    float: left;
    display: block;
    text-align: right;
    line-height: 26px;
    font-size: 12px;
    color: #444;
    padding-right: 4px;
}
.register-box .uinfoinput span.phone {
	background: url(../../images/landing/all.png) 20px -9px no-repeat;
}
.register-box .uinfoinput span.code {
	background: url(../../images/landing/all.png) 20px -48px no-repeat;
}
.register-box .uinfoinput span.pasd {
	background: url(../../images/landing/all.png) 20px -88px no-repeat;
}
.register-box .uinfoinput input.txt {
	padding: 0;
	border: 0;
	width: 200px;
	height: 28px;
	margin: 4px 0 4px;
	text-indent: 1em;
	letter-spacing: 1px;
}
.select-true { 
	border: 1px solid #f5ca82!important;
	-webkit-box-shadow: 0 0 2px 1px #f5ca82;
	-moz-box-shadow:0 0 2px 1px #f5ca82;
	box-shadow: 0 0 2px 1px #f5ca82;
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
		 -o-transition: 0.3s ease-out;
		-ms-transition: 0.3s ease-out;
			transition: 0.3s ease-out;
}
.register-box .img-code,
.register-box .phone-code {
	position: absolute;
}
.register-box .img-code {
	top: 9px;
	right: 9px;
}
.register-box .phone-code {
	width: 78px;
	line-height: 38px;
	right: 0;
	height: 38px;
	top: 0;
	border-left: 1px solid #ddd;
	text-align: center;
	color: #2ca6e0;
}
.register-box .phone-code:hover {
	color: #e7bb70;
}

.register-box .regist-btn {
	position: absolute;
	width: 260px;
	height: 46px;
	line-height: 42px;
	background: url(../../images/landing/l4_rbtn.png) 0 0 no-repeat;
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	bottom: 20px;
	left: 50%;
	margin-left: -130px;
}
.register-box .regist-btn:hover {
	background: url(../../images/landing/l4_rbtn.png) left bottom no-repeat;
	line-height: 50px;
}

section h3 {
	height: 46px;
	background-image: url(../../images/landing/v4/rrjc_title.png);
	background-position: 0 -250px;
	background-repeat: no-repeat;
	text-align: center;
}

section h4 {
	height: 46px;
	background-image: url(../../images/landing/v4/rrjc_titles.png);
	background-position: 0 -250px;
	background-repeat: no-repeat;
	text-align: center;
}

/* our product
------------------------------------------------- */
.our-product {
	background-color: #fef6eb;
	padding-top: 50px;
}
.products {
	padding-top: 24px;
	height: 460px;
}
.products .none { display: none; }
.products .items {
	margin-top: 72px;
	color: #444;
}
.products .items li { 
	position: relative;
	width: 198px;
	height: 246px;
	float: left;
	background-color: #fff;
	box-shadow: 0 0 15px #ccc;
	margin: 0 51px;
	cursor: pointer;
}
.products .item h5 {
	font-size: 18px;
	width: 156px;
	border-bottom: 1px solid #000;
	margin: 15px auto;
	text-align: center;
}
.products .item .cont {
	width: 156px;
	margin: 16px auto 0;
	text-align: center;
	font-size: 16px;
}
.products .min .cont {
	margin-bottom: 50px;
}
.products .item .limit {
	font-size: 16px;
	text-align: center;
}
.products .item .cont strong { 
	font-size: 50px;
	font-weight: normal;
}
.products .item .cont small { font-size: 28px; }

.products .item.max {
    width: 312px;
    height: 386px;
    margin: 0;
    position: absolute;
    top: -60px;
    left: -56px;
    background-color: #fff;
    box-shadow: 0 0 15px #ccc;
    overflow: hidden;
    display: none;
}
.products .animated .min { display: none; }
.products .animated .max {
	display: block;
}
/*.products .animated .max:hover .item-btn {
	display: block;
}*/
.products .max .color-bar {
	height: 6px;
	background-color: #e8c87b;
}
.products .max .flag {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 98px;
	background: url(../../images/landing/v4/flag_bg.png) right top no-repeat;
}
.products .max h5 { 
	width: 214px;
	height: 38px;
	line-height: 38px;
	margin-top: 35px;
	font-size: 24px;
}
.products .max .cont {
	width: 214px;
	font-size: 22px;
	height: 165px;
}
.products .max .cont strong { font-size: 68px; }
.products .max .cont small { font-size: 38px; }
.products .max .limit {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #444;
    vertical-align: top;
}
.products .max .limit {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    padding-bottom: 20px;
    text-align: center;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.products .max .title {
    width: 100%;
    height: 125px;
    position: relative;
}
.products .max .title.zoom .limit {
	-moz-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px)
}
.products .max .title.zoom .buyNow {
	height: 70px
}
.products .max .item-btn {
	position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    line-height: 70px;
    font-size: 30px;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.products .max .item-btn.buyNow {
    text-align: center;
    background: #e7bb70;
}


/* our honor
 ------------------------------------------------- */
.our-honor {
	background: #fef6eb url(../../images/landing/v4/about_bg.jpg) 0 0 no-repeat;
}
.our-honors {
	background: #fef6eb url(../../images/landing/v4/about_bg_cd.jpg) 0 0 no-repeat;
}
.honor {
	height: 62px;
	padding: 9px 15px;
}
.honor .column {
	float: left;
	width: 366px;
	height: 62px;
}
.honor .column dt {
	float: left;
	width: 160px;
	height: 62px;
	background-image: url(../../images/landing/v4/icon.png);
	background-repeat: no-repeat;
	background-position: 100px 4px;
}
.honor .mid {
	width: 397px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
}
.honor .mid dt { background-position: 100px -148px; }
.honor .last {
	width: 405px;
	/*text-align: right;*/
}
.honor .last dt { background-position: 100px -300px; }
.honor .column dd {
	float: left;
	margin-left: 40px;
}


.honor .column * {
	color: #444;
}
.honor .column strong {
	font-size: 40px;
	line-height: 40px;
}
.honor .column small {
	font-size: 18px;
}
.honor .column span {
	display: block;
	font-size: 14px;
}
.our-honor .honor-wrap {
	background-color: #e7bb70;
	opacity: .8;
}
.our-honor .timeline {
	padding: 40px 0 82px;
}
.our-honor .timeline h3 {
	background-position: 0 -189px; 
}
.our-honor .timeline p {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	margin-top: 25px;
	margin-bottom: 40px;
}
.our-honor .about {
	margin: 0 auto;
	width: 1400px;
	background: #fef6eb url(../../images/landing/v4/about.png) center no-repeat;
	height: 670px;
}

.our-honors .honor-wrap {
	background-color: #e7bb70;
	opacity: .8;
}
.our-honors .timeline {
	padding: 40px 0 82px;
}
.our-honors .timeline h4 {
	background-position: 0 -189px;
}
.our-honors .timeline p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-top: 25px;
    text-align: justify;
}
.our-honors .about {
	margin: 0 auto;
	width: 1400px;
	background: #fef6eb url(../../images/landing/v4/about.png) center no-repeat;
	height: 670px;
}

/* advantage-wrap
 ------------------------------------------------------- */
.advantage-wrap {
	background-color: #434343;
	text-align: center;
	padding: 40px 0;
}
.advantage-wrap h3 {
	background-position: 0 -126px;
}
.advantage {
	margin: 45px auto;
	background: url(../../images/landing/v4/advantage.png) 30px 0 no-repeat;
	height: 149px;
}

.advantage li {
	float: left;
	width: 240px;
	height: 149px;
}
.advantage li span {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	margin-top: 127px;
}
.advantage .first { width: 228px; }

.advantages {
	margin: 45px auto;
	background: url(../../images/landing/v4/advantages.png) 30px 0 no-repeat;
	height: 149px;
}
.advantages li {
	float: left;
	width: 240px;
	height: 149px;
}
.advantages li span {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	margin-top: 127px;
}
.advantages .first { width: 228px; }

/* last block
 ------------------------------------------------------ */
.income {
	background-color: #fef6eb;
	padding: 65px 0; 
}
.income * {
	color: #444;
	text-align: center;
}
.income h4 {
	font-size: 26px;
	margin-bottom: 25px;
}
.income h5 {
	font-size: 26px;
	margin-bottom: 25px;
}
.income .total {
	font-size: 54px;
}
.earn-btn {
	display: block;
	width: 312px;
	height: 62px;
	background: url(../../images/landing/earn_btn.png) left top no-repeat;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	margin: 65px auto 0;
}
.earn-btn:hover {
	color: #fff;
	background: url(../../images/landing/earn_btn.png) left bottom no-repeat;
	line-height: 65px;
}


footer {
	background-color: #636464;
	height: 64px;
	overflow: hidden;
}
footer ul a {
	margin: 17px 0;
	display: block;
	width: 80px;
	height: 30px;
	background-image: url("../../images/homepage/tb04.png");
	background-repeat: no-repeat;
}
footer li { 
	float: left;
	margin-right: 8px; 
}
footer .a1{ background-position: 0 0; }
footer .a2{ background-position: 0 -35px ;}
footer .a3{ background-position: 0 -70px; }
footer .a4{ background-position: 0 -105px; }
footer .a5{ background-position: 0 -140px; }
footer .a6{ background-position: 0 -175px; }
footer .a7{ background-position: 0 -210px; }
footer p {
	height: 30px;
	line-height: 42px;
	margin: 20px 0;
	color: #eeeeef;
	font-size: 12px;
}
footer p a { color: #fff; }
footer .a8{background-position: 0 -247px;}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
@-webkit-keyframes bounceIn {
	from, 0% to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	from, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}