/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */.hidden,.invisible {
	visibility: hidden;
}

.btn,a.btn,body * {
	box-sizing: border-box;
}

.cf:after,.clearfix:after {
	clear: both;
}

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	margin: 1em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
}
.alpha-text p {
    text-align: left;
}
audio,canvas,iframe,img,svg,video {
	vertical-align: middle;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

textarea {
	resize: vertical;
}

.browserupgrade {
	margin: .2em 0;
	padding: .2em 0;
	background: #ccc;
	color: #000;
}

.hidden {
	display: none!important;
}

.visuallyhidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	margin: 0;
	width: auto;
	height: auto;
}

.head,.wrapper {
	position: relative;
	width: 100%;
}

.clearfix:after,.clearfix:before {
	display: table;
	content: " ";
}

@media print {
	blockquote,img,pre,tr {
		page-break-inside: avoid;
	}

	*,:after,:before {
		background: 0 0!important;
		box-shadow: none!important;
		color: #000!important;
		text-shadow: none!important;
	}

	a,a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,a[href^="javascript:"]:after {
		content: "";
	}

	blockquote,pre {
		border: 1px solid #999;
	}

	thead {
		display: table-header-group;
	}

	img {
		max-width: 100%!important;
	}

	h2,h3,p {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		page-break-after: avoid;
	}
}

.btn,a,a.btn {
	text-decoration: none;
}

button {
	outline: 0;
}

a {
	display: inline-block;
	box-shadow: 0 0 0 0 #00B27A;
	color: #17ce94;
	-webkit-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
}

a.btn-link-green:hover,a.btn-link:hover,footer .footer-col a:hover,footer a:hover {
	text-decoration: underline;
}


.cf:after,.cf:before {
	display: table;
	content: " ";
}

body {
	overflow-x: hidden;
	margin: 0;
	color: #313B37;
	font-weight: 400;
	font-size: 16px;
	font-family: "Source Sans Pro","Helvetica Neue",Arial,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}

.wrapper {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1280px;
}

@media (max-width:600px) {
	body {
		font-size: 14px;
	}

	.wrapper {
		padding: 5px;
	}
}

.logo {
	background: url("img/logo.jpg");
}

.btn,a.btn {
	position: relative;
	display: inline-block;
	padding: 10px 16px;
	border: 1px solid #00B27A;
	border-radius: 2px;
	background: rgba(255,255,255,.1);
	color: #00B27A;
	text-align: center;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
}



.btn:hover,a.btn:hover {
	border: 1px solid #009969;
	background: rgba(0,178,122,.1);
	box-shadow: none;
	color: #009969;
}

.btn-green,a.btn-green {
	border: 1px solid #fff;
	background: rgba(255,255,255,.15);
	color: red;
}

.btn-green:hover,a.btn-green:hover {
	border: 1px solid #fff;
	background: 0 0;
	color: #fff;
}

a.btn-link-green {
	color: #fff;
}

.btn-large {
	width: 8em;
	height: 3em;
	font-size: 1.5em;
}

.top-nav.scrolled {
	background: #00B27A;
}

.about-head {
	padding: 12em 0 3em;
	text-align: center;
}

.about-head h3 {
	margin: .4em 0;
	color: #00B27A;
	letter-spacing: .1em;
	font-weight: 300;
	font-size: 1.8em;
}

.about-content .desc-seperate {
	padding: 20px 60px 60px;
}

.about-text {
	margin: 2em auto;
	max-width: 800px;
	text-align: left;
	letter-spacing: .05em;
	font-size: 1.2em;
	line-height: 1.8em;
}

.head {
	padding: 15vh 10px 0;
	height: 80vh;
	min-height: 640px;
	background: -webkit-linear-gradient(315deg,#ababab 0,#123722 100%);
	background: linear-gradient(135deg,#ababab 0,#123722 100%);
	text-align: center;
}

.head .head-bg,.head .promotion-head-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("img/head-bg.svg");
	background-size: 100%;
	background-repeat: no-repeat;
}

@media (max-width:800px) {
	.head {
		max-height: 400px;
		min-height: 100vh;
	}
}

@media (max-height:480px) {
	.head {
		padding-top: 21vh;
		min-height: 560px!important;
	}
}

@media (max-height:320px) {
	.head {
		min-height: 155vh!important;
	}
}

.head .head-bg {
	background-position-y: 45vh;
}

.head .promotion-head-bg {
	background-position-y: 36vh;
}

.head h1 {
	color: #fff;
	letter-spacing: 4px;
	font-weight: 300;
	font-size: 3em;
}

.head h1 b {
	color: #00B27A;
	font-weight: 400;
}

@media (max-width:400px) {
	.top-nav .request-sa-btn {
		display: block;
	}

	.head h1 {
		padding-bottom: 18px;
		font-size: 32px;
	}
}

.head h3 {
	margin: .4em 0;
	color: #fff;
	letter-spacing: .1em;
	font-weight: 300;
	font-size: 2em;
}

.head h4 {
	font-weight: 300;
	font-size: 1.2em;
}

.head h4 div,.head h4 li,.head h4 ul {
	display: inline-block;
}

@media (max-width:600px) {
	.head h4 {
		font-size: 1em;
	}
}

.head .btn-large {
	margin: 10vh auto 0;
}

.promotion-head {
	height: 20vh;
	min-height: 640px;
}

@media (max-width:800px) {
	.promotion-head {
		height: 66vh;
		max-height: 400px;
		min-height: 60vh;
	}
}

@media (max-height:480px) {
	.promotion-head {
		padding-top: 21vh;
		height: 70vh;
		min-height: 560px!important;
	}
}

@media (max-height:320px) {
	.promotion-head {
		height: 50vh;
		min-height: 155vh!important;
	}
}

.head .flip-line {
	position: relative;
	color: #fff;
}

.head .flip-line div,.head .flip-line ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.head .flip-line span {
	position: absolute;
	right: 0;
}

.head .flip-line .flip-group {
	position: relative;
	overflow: hidden;
	width: 12em;
	height: 2.4em;
	text-align: left;
	font-size: 1.44em;
	line-height: 2.4em;
}

.head .flip-line .flip-group:after {
	position: absolute;
	top: 2.3em;
	left: 3em;
	width: 7.6em;
	border-bottom: 4px solid #6FD3B3;
	content: "";
}

.head .flip-line .flip-item {
	position: absolute;
	top: 2.4em;
	left: 50%;
	margin-left: -3.2em;
	width: 6em;
	-webkit-animation: flip-rotate 8s infinite ease-in;
	animation: flip-rotate 8s infinite ease-in;
}

.head .flip-line .flip-item li {
	width: 8em;
	color: #fff;
	list-style: none;
	text-align: center;
}

@-webkit-keyframes flip-rotate {
	0%,2.5% {
		top: 2.4em;
	}

	2.5%,32.5% {
		top: 0;
	}

	35%,65% {
		top: -2.4em;
	}

	67.5%,97.5% {
		top: -4.8em;
	}

	100% {
		top: -7.2em;
	}
}

@keyframes flip-rotate {
	0%,2.5% {
		top: 2.4em;
	}

	2.5%,32.5% {
		top: 0;
	}

	35%,65% {
		top: -2.4em;
	}

	67.5%,97.5% {
		top: -4.8em;
	}

	100% {
		top: -7.2em;
	}
}

.desc-wrapper {
	margin-top: 50px;
	width: 100%;
}

.desc-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.desc,.video {
	position: relative;
	display: inline-block;
}

.desc-seperate {
	margin: 0 auto;
	text-align: center;
}

.desc {
	padding: 30px 10px;
	width: 33%;
	text-align: center;
}

.desc:nth-child(3n+2) {
	margin: 0 .5%;
}

@media (max-width:1024px) and (min-width:800px) {
	.desc {
		width: 50%;
	}

	.desc:nth-child(3n+2) {
		margin: 0;
	}
}

@media (max-width:800px) {
	.desc {
		margin-right: 0;
		margin-left: 0;
		width: 99%;
	}
}

.desc h3 {
	color: #313B37;
	font-weight: 300;
	font-size: 1.4em;
}

.desc p {
	margin: 5px auto 0;
	width: 80%;
	max-width: 760px;
	min-width: 320px;
	color: #63716C;
	text-align: left;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
}

@media (max-width:400px) {
	.desc p {
		width: 100%;
		max-width: 320px;
		min-width: 300px;
	}
}

.desc p:first-child {
	padding-top: 30px;
}

.video-container {
	padding: 60px 40px 10px 60px;
}

@media (max-width:800px) {
	.video-container {
		padding: 60px 0 10px;
	}
}

.video {
	padding: 20px;
	width: 33%;
	color: #f1f1f1;
	text-align: center;
}

.video:nth-child(3n+2) {
	margin: 0 .5%;
}

@media (max-width:1024px) and (min-width:800px) {
	.video {
		width: 50%;
	}

	.video:nth-child(3n+2) {
		margin: 0;
	}
}

@media (max-width:800px) {
	.video {
		margin-right: 0;
		margin-left: 0;
		width: 99%;
	}
}

.video a {
	display: block;
	color: #fff;
}

.video a img {
	width: 100%;
}

.video .caption {
	position: absolute;
	bottom: 20px;
	padding: 10px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background: -webkit-linear-gradient(bottom,#000 0,rgba(255,255,255,0) 100%);
	background: linear-gradient(to top,#000 0,rgba(255,255,255,0) 100%);
}

.video .caption .caption-name {
	display: table-cell;
	height: 100px;
	vertical-align: bottom;
	text-align: left;
	font-size: x-large;
}

.video .caption .caption-desc {
	display: none;
}

@media (max-width:800px) {
	.video .caption {
		height: calc(100% - 40px);
		background-color: #000;
		opacity: .7;
	}

	.video .caption .caption-desc {
		display: block;
		text-align: left;
	}

	.video .caption .caption-desc p {
		color: #888;
	}

	.video .caption .caption-desc button {
		background-color: #00B27A;
		color: #fff;
	}

	.video .caption .caption-name {
		height: auto;
	}
}

.video .caption-hover {
	height: calc(100% - 40px);
	background-color: #000;
	opacity: .7;
}

.video .caption-hover .caption-desc {
	display: block;
	text-align: left;
}

.video .caption-hover .caption-desc p {
	color: #888;
}

.video .caption-hover .caption-desc button {
	background-color: #00B27A;
	color: #fff;
}

.video .caption-hover .caption-name {
	height: auto;
}

.video-play {
	width: 50%;
}

@media (max-width:800px) {
	.video-play {
		width: 100%;
	}
}

p.links {
	padding-top: 40px;
}

p.links a {
	margin-right: 24px;
}

p.links a:after {
	content: ">";
}

.desc-img {
	padding: 120px 80px!important;
	background-position: center;
	background-size: 320px auto;
	background-repeat: no-repeat;
}
.hiw-text > p {
    margin-top: 17px !important;
}
.desc-img.private {
	background-image: url("img/yanfa2.png");
}

.desc-img.entire {
	background-image: url("img/fuwu2.png");
}

.desc-img.data-open {
	background-image: url("img/winwin2.png");
}

.desc-img.user-cluser {
	background-image: url("img/yonghufenqun.png");
}

.desc-img.analytics {
	background-image: url("img/linghuofenxi.png");
}

.desc-img.open {
	background-image: url("img/open@2x.png");
}

.desc-img.industry {
	background-image: url("img/industry@2x.png");
}

.desc-seperate {
	padding: 2.5em 0;
	width: 100%;
}

.desc-seperate h4 {
	margin-bottom: 1.4em;
	font-weight: 300;
	font-size: 1.2em;
}

.request-trial-1,.request-trial-2 {
	background: #e7f5ec;
}

.request-trial-2 {
	color: #0AA372;
}

.how-it-works-intro {
	padding: 60px;
	background: url("img/hiw-bg.svg") no-repeat #123722;
	background-size: 100%;
	background-position-y: 100%;
}

.arrow-down,.hiw-image {
	background-position: center;
	background-repeat: no-repeat;
}

.how-it-works,.how-it-works-intro-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	text-align: center;
}

.how-it-works-intro-content {
	color: #fff;
}

.how-it-works-intro-content h3 {
	margin-bottom: 2em;
	font-weight: 300;
	font-size: 1.6em;
}

.how-it-works-intro-content h5 {
	font-weight: 300;
	font-size: 1.2em;
	color: red;
}

@media (max-width:600px) {
	.how-it-works-intro {
		padding: 40px 20px;
	}

	.how-it-works-intro-content h3 {
		font-size: 1.2em;
	}

	.how-it-works-intro-content h5 {
		font-size: 1em;
	}
}

.arrow-down {
	width: 100%;
	height: 24px;
	background-image: url("img/triangle-down.png");
	background-size: auto 50%;
}

.how-it-works {
	padding: 2em;
	border-bottom: 1px solid #ECECEE;
}

.how-it-works .hiw-text {
	float: left;
	margin-right: 5%;
	padding: 2em 0;
	width: 45%;
}

.how-it-works .hiw-text h2 {
	color: red;
	text-align: left;
	font-weight: 300;
	font-size: 1.8em;
}

.how-it-works .hiw-text p {
	margin-top: 2em;
	color: #63716C;
	text-align: left;
	letter-spacing: .1em;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.6em;
}

@media (max-width:800px) {
	.how-it-works .hiw-text {
		float: none;
		width: 100%;
	}

	.how-it-works .hiw-text h2 {
		text-align: center;
	}
}
.how-it-works .alpha-text {
	float: left;
	padding: 2em 0;
	width: 100%;
}

.how-it-works .alpha-text h2 {
	color: red;
	text-align: left;
	font-weight: 300;
	font-size: 1.8em;
}

.how-it-works .alpha-text p {
	margin-top: 2em;
	color: #63716C;
	text-align: left;
	letter-spacing: .1em;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.6em;
}

@media (max-width:800px) {
	.how-it-works .alpha-text {
		float: none;
		width: 100%;
	}

	.how-it-works .alpha-text h2 {
		text-align: center;
	}
}

.hiw-counter {
	display: inline-block;
	margin-right: .5em;
	width: 1.6em;
	height: 1.6em;
	border: 2px solid red;
	border-radius: 50%;
	text-align: center!important;
	font-weight: 700;
	line-height: 1.5em;
}

.row h3,footer {
	font-weight: 300;
}

.hiw-image {
	float: right;
	margin: 1em auto;
	width: 50%;
	max-width: 640px;
	background-size: 80% auto;
	opacity: .8;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.hiw-image:before {
	display: block;
	padding-bottom: 54%;
	content: "";
}

@media (max-width:800px) {
	.hiw-image {
		float: none;
		width: 100%;
		max-width: 480px;
		background-size: 100% auto;
	}

	.hiw-image:before {
		padding-bottom: 80%;
	}
}

.hiw-image:hover {
	opacity: 1;
}


.desc-wrapper.clients {
	background: #fff;
}

.desc-wrapper.clients .desc-seperate {
	width: 90%;
	max-width: 1280px;
}

.desc-wrapper.clients h3 {
	margin-bottom: 1.2em;
	color: #0AA372;
	font-weight: 300;
	font-size: 1.6em;
}

footer,footer .footer-col a,footer a {
	color: #fff;
}

.desc-wrapper.clients .client-list {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-align: left;
}

.desc-wrapper.clients .client-list li {
	float: left;
	overflow: hidden;
	margin: 10px 0 10px 25px;
	width: 150px;
	height: 70px;
	outline: #eee solid 1px;
	outline-offset: 4px;
	background-position: center;
	background-size: auto 60px;
	background-repeat: no-repeat;
	list-style: none;
	opacity: .8;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.desc-wrapper.clients .client-list li:hover {
	opacity: 1;
}

.desc-wrapper.clients .client-list li.beequick {
	background-image: url("img/beequick.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/beequick.png*/;
}

.desc-wrapper.clients .client-list li.anong {
	background-image: url("img/anong.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/anong.png*/;
}

.desc-wrapper.clients .client-list li.domob {
	background-image: url("img/domob.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/domob.png*/;
}

.desc-wrapper.clients .client-list li.shimo {
	background-image: url("img/shimo.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/shimo.png*/;
}

.desc-wrapper.clients .client-list li.offer {
	background-image: url("img/51offer.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/51offer.png*/;
}

.desc-wrapper.clients .client-list li.pp {
	background-image: url("img/pp.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/pp.png*/;
}

.desc-wrapper.clients .client-list li.pugongying {
	background-image: url("img/pugongying.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/pugongying.png*/;
}

.desc-wrapper.clients .client-list li.gbanker {
	background-image: url("img/gbanker.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/gbanker.png*/;
}

.desc-wrapper.clients .client-list li.xiaoshudian {
	background-image: url("img/xiaoshudian.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/xiaoshudian.png*/;
}

.desc-wrapper.clients .client-list li.yogrt {
	background-image: url("img/yogrt.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/yogrt.png*/;
}

.desc-wrapper.clients .client-list li.mofun {
	background-image: url("img/mofun.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/mofun.png*/;
}

.desc-wrapper.clients .client-list li.iyuetu {
	background-image: url("img/iyuetu.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/iyuetu.png*/;
}

.desc-wrapper.clients .client-list li.taover {
	background-image: url("img/taover.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/taover.png*/;
}

.desc-wrapper.clients .client-list li.youlianshihua {
	background-image: url("img/youlianshihua.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/youlianshihua.jpg*/;
}

.desc-wrapper.clients .client-list li.hangzhouwana {
	background-image: url("img/hangzhouwana.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/hangzhouwana.png*/;
}

.desc-wrapper.clients .client-list li.miaopai {
	background-image: url("img/miaopai.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/miaopai.png*/;
}

.desc-wrapper.clients .client-list li.acfun {
	background-image: url("img/acfun.jpeg")/*tpa=http://liuxia.worldsou.cn/style/css/img/acfun.jpeg*/;
}

.desc-wrapper.clients .client-list li.yimutian {
	background-image: url("img/yimutian.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/yimutian.png*/;
}

.desc-wrapper.clients .client-list li.taoshouyou {
	background-image: url("img/taoshouyou.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/taoshouyou.jpg*/;
}

.desc-wrapper.clients .client-list li.datebao {
	background-image: url("img/datebao.png")/*tpa=http://liuxia.worldsou.cn/style/css/img/datebao.png*/;
}

.desc-wrapper.clients .client-list li.custom-36kr {
	background-image: url("img/36kr.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/36kr.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-apus {
	background-image: url("img/apus.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/apus.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-bbt {
	background-image: url("img/bangbangtang.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/bangbangtang.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-bohe {
	background-image: url("img/bohekeji.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/bohekeji.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-chelaile {
	background-image: url("img/chelaile.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/chelaile.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-hzy {
	background-image: url("img/heziyu.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/heziyu.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-jianjian {
	background-image: url("img/jianjian.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/jianjian.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-jinshan {
	background-image: url("img/jinshan.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/jinshan.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-jkxy {
	background-image: url("img/jikexueyuan.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/jikexueyuan.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-oneapm {
	background-image: url("img/oneapm.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/oneapm.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-putaochuan {
	background-image: url("img/putaochuan.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/putaochuan.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-wenwanmi {
	background-image: url("img/wenwanmi.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/wenwanmi.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-xianyou {
	background-image: url("img/xianyou.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/xianyou.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-xingshulin {
	background-image: url("img/xingshulin.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/xingshulin.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-zgsh {
	background-image: url("img/zhangguanshenghuo.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/zhangguanshenghuo.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-zycp {
	background-image: url("img/zhangyucaipiao.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/zhangyucaipiao.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-zhubaijia {
	background-image: url("img/zhubaijia.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/zhubaijia.jpg*/;
}

.desc-wrapper.clients .client-list li.custom-duanrongwang {
	background-image: url("img/duanrongwang.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/duanrongwang.jpg*/;
}

.desc-wrapper.clients .client-list li.huiniulicai {
	background-image: url("img/huiniulicai.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/huiniulicai.jpg*/;
}

.desc-wrapper.clients .client-list li.fenqiguanjia {
	background-image: url("img/fenqiguanjia.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/fenqiguanjia.jpg*/;
}

.desc-wrapper.clients .client-list li.kuanduoduo {
	background-image: url("img/kuandouduo.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/kuandouduo.jpg*/;
}

.desc-wrapper.clients .client-list li.jiakaobaodian {
	background-image: url("img/jiakaobaodian.jpg")/*tpa=http://liuxia.worldsou.cn/style/css/img/jiakaobaodian.jpg*/;
}

.desc-wrapper.clients .client-list li.guotangyidong {
	background-image: url("img/guotangyidong.jpg");
}

.desc-wrapper.clients .client-list li.yingkezaixian {
	background-image: url("img/yingkezaixian.jpg");
}

.desc-wrapper.clients .client-list li.aicheche {
	background-image: url("img/aicheche.jpg");
}

.desc-wrapper.clients .client-list li.lechun {
	background-image: url("img/lechun.jpg");
}

.rtf-submit,footer {
	background: #123722;
}

@media (max-width:600px) {
	.desc-wrapper.clients .client-list li {
		margin: 0!important;
		padding: 0!important;
		width: 50%!important;
		outline: 0;
		outline-offset: 0;
		border: 1px solid #eee;
		border-top: none;
	}

	.desc-wrapper.clients .client-list li:nth-of-type(even) {
		border-left: none;
	}

	.desc-wrapper.clients .client-list li:nth-of-type(1),.desc-wrapper.clients .client-list li:nth-of-type(2) {
		border-top: 1px solid #eee;
	}

	.desc-wrapper.clients .client-list li:last-child {
		border: 1px solid #eee;
		border-top: none;
	}
}

footer {
	padding: 20px 50px;
	font-size: 1em;
}

footer h5 {
	color: #bdebdc;
}

footer .footer-col {
	float: left;
	display: inline-block;
	margin-right: 6em;
	text-align: left;
}

.receive-trial-floatlayer,.row h3,.rtf-notice,.rtf-submit,footer .footer-meta {
	text-align: center;
}

footer .footer-col ul {
	padding-left: 0;
	list-style: none;
}

footer .footer-col ul li {
	margin-bottom: .2em;
	line-height: 1.4em;
}

footer .footer-meta {
	clear: both;
	padding-top: .5em;
	width: 100%;
	color: #C3E6D0;
	font-size: 1em;
}

.color-green {
	color: #00B27A;
}

.modal-dialog {
	margin: 50px auto;
	width: 400px;
}

@media (max-width:500px) {
	.modal-dialog {
		width: 90vw;
	}
}

.modal-body {
	padding-top: 0;
}

.rtf-input input {
	padding: 0 8px;
	width: 100%;
	height: 38px;
	line-height: 38px;
}

.rtf-input .input-attention {
	border: 1px solid red;
}

.rtf-notice {
	display: none;
	padding-top: 10px;
	color: #EB8072;
	font-size: 12px;
}

#floatlayer2_close2,.rtf-submit {
	display: block;
	height: 40px;
	line-height: 40px;
}

.rtf-submit {
	border-radius: 2px;
	color: #fefefe;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.rtf-submit:active,.rtf-submit:focus,.rtf-submit:hover {
	background: #007f57;
	box-shadow: none;
	color: #fff;
	text-decoration: none;
}

#floatlayer2_close2,#floatlayer2_close2:hover {
	background: #ccc;
	color: #999;
}

.rtf-close {
	width: 100%;
}

.bigFontSize {
	font-size: 28px;
	font-family: monospace,'Comic Sans MS',Verdana;
}

#floatlayer2_close2 {
	padding: 0!important;
	border: 0!important;
	border-radius: 2px;
}

.col-center {
	float: none;
	margin: 0 auto;
	width: 500px;
}

@media (max-width:600px) {
	.col-center {
		width: 80%;
	}
}

.row h3 {
	margin: .4em 0;
	color: #00B27A;
	letter-spacing: .1em;
	font-size: 1.8em;
}

.worldsou-navbar-common {
	z-index: 100;
	background: #17a36d;
}

.worldsou-navbar-common .container {
	overflow: hidden;
	padding: 0 20px 10px;
}

.worldsou-navbar-common .logo {
	float: left;
	margin-left: 10px;
	width: 12.5em;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 12px;
	opacity: .9;
	-webkit-transition: opacity .2s ease 0s;
	transition: opacity .2s ease 0s;
}

.worldsou-navbar-common .navbar-header {
	margin-top: 10px;
}

.worldsou-navbar-common .navbar-nav {
	float: none;
	margin-top: 18px;
	text-align: center;
}

.worldsou-navbar-common .container .navbar-nav li a {
	padding: 3px 8px;
	color: red;
	text-decoration: none!important;
}

.worldsou-navbar-common .container .navbar-nav li a:hover {
	color: #fff;
}

.worldsou-navbar-common .container .request-sa-btn {
	float: right;
	display: none;
	margin-top: 10px;
	margin-right: 5px;
}

.worldsou-navbar-common .container .navbar-toggle {
	margin-left: 18px;
}

@media (min-width:768px) {
	.worldsou-navbar-common {
		border-bottom: none;
		background: 0 0;
	}

	.worldsou-navbar-common .container .request-sa-btn {
		display: block;
	}

	.worldsou-navbar-common .navbar-nav {
		float: right;
	}

	.worldsou-navbar-common .logo {
		font-size: 16px;
	}
}

.navbar-inverse {
	border: none;
}

.navbar-inverse .navbar-toggle {
	border-color: #fff;
}

.navbar-inverse:hover .navbar-toggle:hover {
	background: 0 0;
}

.navbar-inverse .navbar-collapse {
	border: none;
}
        
        
        
        