body {
	font-family:"Helvetica Neue", Helvetica, Hiragino Sans GB, WenQuanYi Micro Hei, Microsoft Yahei, sans-serif;
}

.desktop-header {
	background-color: #000000;
	margin-bottom: 0px;
	border:0;
}

.nav>li>a {
	color: #FFF;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: #ff6699;
}

.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus {
	background-color: #ff6699;
}



.mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 66;
	background-color: #000000;
}

.mobile-title {
	height: 45px;
	line-height: 45px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
}

.mobile-title-back {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	display: block;
	width: 45px;
	height: 45px;
	color: #FFF;
	font-size: 28px;
}

.mobile-header-holder {
	height: 45px;
}

.mobile-footer-holder {
	height: 50px;
}

.mobile-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 66;
	background-color: #333;
}

.mobile-tabs {
	margin: 0;
}

.mobile-tabs a.active {
	color: #f36;
}

a.mobile-tab {
	display: inline-block;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	padding: 4px 0px 0px 0px;
}

a.mobile-tab:hover,
a.mobile-tab:focus {
	text-decoration: none;
}

.mobile-tab i {
	display: block;
	font-size: 28px;
}

.mobile-tab span {
	display: block;
}

.mobile-tab-icon {
	background-repeat: no-repeat;
	background-position: center center;
}

.icon-1 {
	height: 28px;
	background-image: url(../images/logo96-o-white.png);
	background-size: 26px 26px;
}

.mobile-tabs a.active .icon-1 {
	background-image: url(../images/logo96.png);
}
.service-col {
	padding:0
}

.service-block:before,
.service-block:after {
	display: table;
	content: " ";
}

.service-block:after {
	clear: both;
}

.service-block {
	position: relative;
	margin:0;
	padding: 8px 0px 8px 8px;
	border-bottom: 1px solid #ffdede;
}

.service-block dt {
	float: left;
	text-align: center;
	width: 75px;
}

.service-block dt img {
	width: 48px;
}
.service-block dt b {
	display: block;
}

.service-block dd {
	padding-top: 6px;
}

.service-block dd p {
	padding:0;
	margin:0;
	font-size: 12px;
	text-indent: 8px;
}

dd.service-arrow {
	color: #f25e5e;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -17px;
	font-size: 24px;
}

@media screen and (min-width: 768px) {
	.service-container {
		padding: 15px 0;
	}
	
	.service-block {
		text-align: center;
		border: 0;
	}
	.service-block dt {
		float: none;
		width: auto;
	}
	.service-block dd p {
		font-size: 14px;
	}
	.service-block dt img {
		width: 72px;
	}
}

.market-container {
	text-align: center;
	background-color: #f36;
}

.market-block {
	display: inline-block;
	margin: 0;
	color: #FFF;
}

.market-block dt {
	float: left;
	font-size: 48px;
	padding-right: 8px;
}

.market-block dd {
	float: left;
	text-align: left;
	padding-top: 15px;
}

.market-block dd b,
.market-block dd em {
	display: block;
}

.market-block dd em {
	font-size: 16px;
}


.home-slider-wrapper {
	width:100%;
	background:#000;
}

.home-slider-container {
	position: relative;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.home-slider-container { padding: 0 ; }
	.home-slider, .home-slider .rsOverflow { height: 500px!important; }
}

.home-slider {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.home-slider, .home-slider .rsOverflow { height: 500px!important; }
}



.home-slider .rsBullets {
	position: absolute;
	z-index: 8;
	left: 0;
	right: 0;
	bottom: 5px;
	text-align: center;
	line-height: 18px;
	overflow: hidden;
	background: none;
}

.home-slider .rsBullet {
	width: auto;
	height: auto;
	
	padding: 6px 5px 6px;
}

.home-slider .rsBullet span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #f25e5e;
	background: transparent;
	cursor: pointer;
}

.home-slider .rsBullet.rsNavSelected span {
	background: #f25e5e;
}
.home-slider .rsArrowLeft {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 48px;
	text-align: center;
}

.home-slider .rsArrowRight {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 44px;
	text-align: center;
}

.home-slider .rsArrowIcn {
	width: 32px;
	height: 32px;
	color: #f25e5e;;
	cursor: pointer;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	background: none;
}

.rsDefault .rsArrowIcn:hover {
	background: none;
}
@media screen and (min-width: 768px) {
	.home-slider .rsArrowIcn {
		font-size: 4em;
	}
}
	
.home-slider .rsArrowDisabled .rsArrowIcn {
	color: #888;
	cursor: default;
}


.home-slider .rsArrowLeft .rsArrowIcn:before {
	content: "\f104"; 
}

.home-slider .rsArrowRight .rsArrowIcn:before {
	content: "\f105"; 
}

.slider-block {
	padding: 5px 48px; 
	color: #F2F2F2; 
	background: #5B006B;
	text-align: center
}

.slider-block h1 {
	font-size: 24px;
}

.slider-block h3 {
	font-size: 20px;
}

.slider-block .btn {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.slider-block {
		padding: 50px 80px; 
	}
	.slider-block h1 { font-size: 36px;}
	.slider-block h3 { font-size: 36px;}
}

.home-slider .rsABlock {
	position: absolute;
	top: 0px;
	left: 0px;
	right:0;
	bottom:0;
	margin: 0;
	padding: 5px 0px 0px 5px;
}

.home-slider .rsABlock h4 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	text-shadow: 1px 1px 2px #000;
}

@media screen and (min-width: 760px) {
	.home-slider .rsABlock h4 {
		font-size: 42px;
		line-height: 42px;
	}
}
@media screen and (min-width: 500px) {
	.home-slider .rsABlock h4 {
		font-size: 35px;
		line-height: 35px;
	}
}

.slide-block {
	position: absolute;
	left:0;
	right:0;
	bottom: 40px;
	text-align: center;
}

.footer {
	
}

.footer-row {
	text-align: center;
}
.footer-row a {
	padding: 15px 0px;
	text-align: center;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	color: #555;
}

.footer-row a:hover,
.footer-row a:focus {
	color: #FFF;
	background-color: #666;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.footer {
		background-color: #555;
	}
	.footer-row {
		padding: 15px 0px;
	}
	.footer-row a {
		color: #EEE;
		width: auto;
		float: none;
		background-color: transparent;
		padding: 0 0 0 8px;
		border-top:0;
		border-left: 1px solid #888;
		margin: 10px 0px 10px 4px;
	}
	
	.footer-row a:first-child {
		border-left: 0;
	}
	
	.footer-row a:hover,
	.footer-row a:focus {
		color: #f36;
		background-color: transparent;
	}
	
}

.copyright {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px;
	background-color: #555;
	border-top: 1px dashed #999;
}

.copyright p,
.copyright a {
	padding: 0;
	margin:0;
	color: #000;
	text-shadow: 0 1px 1px #888;
}

.copyright a:hover,
.copyright a:focus {
	color: #000;
	text-decoration: none;
}

.menu-container {

}

.member-content {
	display: none;
}



.menu {
	padding: 0;
	margin: 12px 0;
	list-style: none;
	background-color: #FFF;
}

.menu-item {
	display: block;
	border-top: 1px solid #ebebeb;
	padding: 14px 0px 14px 48px;
}

a.menu-item {
	color: #000;
}

a.menu-item:hover,
a.menu-item:focus {
	background-color: #cbcbcb;
	text-decoration: none;
}

.member-header img {
	float: left;
}

.member-name {
	float: left;
	padding-left: 8px;
	padding-top: 12px;
	font-size: 18px;
}

@media screen and (min-width: 768px) {
	.menu-container {
		position: absolute;
		left: 0;
		width: 180px;
		border: 1px solid #ccc;
	background: #fff;
	}
	
	.member-content {
		display: block;
		padding-top: 12px;
		padding-left: 195px;
	}
	
	.member-header {
		padding: 14px 0px 14px 8px;
	}
}
