/* app.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	font-family: "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/**
 * fullPage 2.6.0
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html, body {
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
	/*Avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: transparent;
}
#superContainer {
	height: 100%;
	position: relative;
	/* Touch detection for Windows 8 */
	-ms-touch-action: none;
	/* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	/* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box;
	/* <=28 */
	box-sizing: border-box;
}
.fp-slide {
	float: left;
}
.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block;
}
.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	/* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.fp-slidesContainer {
	float: left;
	position: relative;
}
.fp-controlArrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #f7cd3e transparent transparent;
}
.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #f7cd3e;
}
.fp-scrollable {
	overflow: scroll;
}
.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}
.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}
.fp-slidesNav.bottom {
	bottom: 17px;
}
.fp-slidesNav.top {
	top: 17px;
}
#fp-nav ul, .fp-slidesNav ul {
	margin: 0;
	padding: 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 5px;
	position: relative;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
	background: #f7f7f7;
}
.fp-slidesNav ul li a.active span {
	background: #f7cd3e;
}
#fp-nav ul li:hover #fp-nav ul li a.active span, #fp-slidesNav ul li:hover #fp-nav ul li a.active span, #fp-nav ul li:hover .fp-slidesNav ul li a.active span, #fp-slidesNav ul li:hover .fp-slidesNav ul li a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 6px;
	width: 6px;
	border: 0;
	background: rgba(247, 247, 247, 0.5);
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.fp-slidesNav ul li a span {
	background: rgba(247, 205, 62, 0.5)
}

.style_services #fp-nav ul li a.active span,.style_services .fp-slidesNav ul li a.active span {
	background: #CCC;
}
.style_services #fp-nav ul li a span,.style_services .fp-slidesNav ul li a span{	
	background: rgba(200, 200, 200, 0.5);
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -5px;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
	right: 17px;
}
#fp-nav.left {
	left: 17px;
}
#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
}
#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}
#fp-nav ul li:hover .fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}
#fp-nav.fp-show-active a.active + .fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}
.fp-slidesNav ul li {
	display: inline-block;
}
.button {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #0f4876;
	padding: 10px 20px;
	border: 1px solid #0f4876;
	background: transparent;
	box-sizing: content-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	transition: all 200ms ease-in;
}
.button:hover {
	color: #fff;
	background: #0f4876;
}
.fBooks, .fServices, .fCustoms {
	display: inline-block;
	width: 128px;
	height: 50px;
	opacity: 1;
	transition: all 200ms ease-in;
	color: #FFF;
	margin: 0 25px;
}
.fBooks span, .fServices span, .fCustoms span {
	display: block;
	width: 100%;
	text-align: center;
}
.fBooks:hover, .fServices:hover, .fCustoms:hover {
	opacity: 0.8;
}
.fBooks img, .fServices img, .fCustoms img {
	width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-weight: 500 !important;
}
h1 {
	font-size: 42px;
	line-height: 52px;
}
h2 {
	font-size: 20px;
	line-height: 30px;
}
h3 {
	font-size: 18px;
	line-height: 28px;
}
h3 {
	font-size: 16px;
	line-height: 26px;
	font-style: italic;
}
hr {
	outline: none;
	border: 0;
	height: 1px;
	width: 100%;
	max-width: 75px;
	margin: 15px auto 15px 0;
	background: #d6d7d6;
}
p {
	margin-bottom: 20px;
}
.aligncenter {
	text-align: center;
}
strong {
	font-weight: bold;
}
.content ol, .content ul {
	list-style: decimal;
	margin-left: 1.1rem;
	margin-bottom: 20px;
}
.content ol {
	list-style: decimal;
}
.content ul {
	list-style: disc;
}
body {
	background-color: #f5f5f5;
/*	background-color: ##f3f7fb;*/
	color: #000;
	font: 16px "Microsoft YaHei", "Open Sans", sans-serif;
	line-height: 28px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
html.onecolumn, body.onecolumn {
	margin: 0;
	padding: 0;
	overflow: inherit;
}

.text-justify {
    text-align: justify;
}

#fullpage .row2 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
 *zoom: 1;
}

#fullpage .row {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
 *zoom: 1;
}

.fimg, .text {
	width: 50%;
	height: 100%;
}
.fimg30 {
	width:30%;
}
.fimg30 img{
	width:70%;
} 
.text70 {
	width:70%;
}
.text100 {
	width:100%;
}
.custom_slogan {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1.5
}
.vtable {
	display: table;
	position: relative;
}
.vtable .fimg, .vtable .text, .vtable .custom_slogan {
	display: table-cell;
	vertical-align: middle;
}
.section {
	background-color: #4495CC;
	background-size: cover !important;
}
.caseFinancepack.section, .caseCmread.section {
	background-color: #f3f7fb;
}

@media screen and (max-width:420px) {
/*
.caseFinancepack.section:after, .caseFinancepack.section:before,
.caseCmread.section:after, .caseCmread.section:before {
    background-color: #f3f7fb;
    content: "";
    width: 150%;
    height: 75%;
    position: absolute;
}
.caseFinancepack.section:after {
    bottom: 0;
    right: 0;
    transform-origin: 100% 100%;
    transform: rotate(-4deg);
}
*/
}
.caseDreampack.section, .caseMiguvideo.section {
	background-color: #FFFFFF;
}
.caseFinancepack.section h1, .caseCmread.section h1, .caseDreampack.section h1, .caseMiguvideo.section h1, .caseFinancepack.section h2, .caseCmread.section h2, .caseDreampack.section h2, .caseMiguvideo.section h2 {
	color: #DBBC8F;
}
.caseMiguvideo .text {
	width: 100%;
}

@media screen and (min-width: 650px) {
.customS_row .text {
	height: 300px;
	width: 100%;
}
.customS_row .text h1 {
	float: right;
}
.customS_row .text p {
	border-left: 1px solid #FFFFFF;
	padding-left: 20px;
	color: #FFF;
}
}
.customS .corporationLogos.row {
	margin-top: 350px;
}
.customS .corporationLogos > div {
	text-align: center;
}
.customS .corporationLogos > div > img {
	box-sizing: content-box;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	max-width: 96px;
}

@media screen and (max-width: 650px) {
.customS .corporationLogos > div > img {
	max-width: 64px;
}
}

@media screen and (max-width: 480px) {
.customS .corporationLogos > div > img {
	max-width: 48px;
}
}
.hero {
	background: url() no-repeat center top #1e5da7;
}
.hero .text h2 {
	color: #FFFFFF;
	text-indent: 20%;
	font-size: 32px;
	text-align: justify;
	line-height: 2;
}
.second {
	background: url() no-repeat center center #1e5da7;
}
.third {
	background: url() no-repeat center center #1e5da7;
}
.customS {
	background: #FFFFFF;
}
/*.caseFinancepack {
	background: url(https://o.lanshizi.com/img0/customs/bg3.jpg) no-repeat center bottom;
}
.caseCmread {
	background: url(https://o.lanshizi.com/img0/customs/bg3.jpg) no-repeat center bottom;
}
.caseDreampack {
	background: url(https://o.lanshizi.com/img0/customs/bg3.jpg) no-repeat center bottom;
}*/

.t3-header {
	background: none;
}
/*header {
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
}
header .row {
	max-width: none;
	overflow: hidden;
 *zoom: 1;
}
header .logo {
	display: block;
	width: 125px;
	height: 31px;
	float: left;
	padding-top: 10px;
}
header .logo a {
	background: url(../images/logo.png) no-repeat center center;
	background-size: 100%;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
header .button_group_wrapper {
	float: right;
	overflow: hidden;
 *zoom: 1;
}
header .button_group_wrapper .button_group {
	text-align: right;
}
.button_group li {
	display: inline-block;
	text-align: left;
}
.button_group.button_group_bot {
	margin-top: 10px;
}
.button_group.button_group_bot li {
	line-height: 10px;
	margin-left: 10px;
}
.button_group.button_group_bot li:first-child {
	width: 88px;
}
.button_group.button_group_bot li:last-child {
	width: 76px;
}
.onecolumn header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 50px 0 25px 0;
}
.onecolumn header .row {
	text-align: center;
}
.onecolumn header .logo {
	display: block;
	margin: 0 auto;
	float: none;
	padding-top: 0;
}
*/

/*
.hero_row {
	margin-top: 80px;
}
*/
.fimg_hero {
	background: url(https://o.lanshizi.com/img0/cover/hero.png) no-repeat center center;
	max-width: 600px;
	min-height: 600px;
	background-size: 100%;
}

@media screen and (max-width: 1800px) {
.fimg_hero:before {
	left: 10%;
	top: 31%;
}
.fimg_hero:after {
	left: 17%;
	top: 39%;
}
}

@media screen and (max-width: 1600px) {
.fimg_hero:before {
	left: 3%;
	top: 31%;
}
.fimg_hero:after {
	left: 10%;
	top: 39%;
}
}

@media screen and (max-width: 1340px) {
.fimg_hero:before {
	left: 45%;
	top: 12%;
}
.fimg_hero:after {
	transform: scaleX(-1) rotate(20deg);
	left: 51%;
	top: 21%;
}
}

@media screen and (max-width: 1024px) {
h1 {
	font-size: 28px;
	line-height: 38px;
}
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 420px) {
}
.hero_logo h1 {
	background: url(https://o.lanshizi.com/img0/cover/hero_h1.png) no-repeat center center;
	background-size: contain;
	text-indent: -9999px;
	width: 100%;
	height: 159px;
	display: block;
}
.hero_logo .button_group {
	margin-top: 25px;
	text-align: center;
}
.fimg_second {
	background: url(https://o.lanshizi.com/img0/default/second.png) no-repeat center center;
	max-width: 1000px;
	min-height: 660px;
	background-size: 100%;
	margin: 0 auto;
}
.third .vtable {
	direction: rtl;
}
.third .vtable .text {
	direction: ltr;
	text-align: center;
}
.third .text h1, .third .text h2 {
	color: #a67d3f;
}
.third .vtable .text hr {
	margin: 0 auto;
}
.fimg_third {
	background: url(https://o.lanshizi.com/img0/cover/txz.png) no-repeat;
	max-width: 350px;
	min-height: 500px;
	background-size: 100%;
	margin: 0 auto;
}
.fimg_caseDreampack {
	
	max-width: 280px;
	min-height: 600px;
	background-size: 100%;
	margin: 0 auto;
}
.fimg_caseCmread {
	max-width: 550px;
	min-height: 503px;
	background-size: 100%;
	margin: 0 auto;
}
.fimg_caseFinancepack {
	max-width: 479px;
	min-height: 600px;
	background-size: 100%;
	margin: 0 auto;
}
.logos_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	background: #0b2f4d;
	width: 100%;
	display: block;
	padding: 30px 0;
}
.appicon {
	text-indent: -9999px;
	background: url(https://o.lanshizi.com/img0/cover/bluelion_logo.png) no-repeat center center;
	background-size: 100%;
	width: 200px;
	height: 200px;
	display: block;
	margin: 0 auto 25px auto;
}
.download_buttons li {
	display: inline-block;
}
.download_buttons li .button {
	color: #fff;
	border-color: #fff;
	font-size: 24px;
}
.download_buttons li .button:hover {
	color: #0f4876;
	background: #fff;
}
banner {
	color: #fff;
	width: 100%;
	display: block;
}
.t3-wrapper > banner > .row {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.t3-wrapper > banner {
	background: #4495CC;
	padding-top: 144px;
}
.t3-wrapper > banner h1 {
	color: white;
	font-weight: 200!important;
}
.t3-wrapper > banner h1 a{
	color: inherit;
}

/*.page_events > .t3-wrapper > banner {
	background: url() no-repeat center center;
	background-size:  100% auto;
}
.page_events > .t3-wrapper > banner h1 {
	color: black;
}*/

.page_events > .t3-wrapper > banner {
	background: url(../images/banner_events.jpg) no-repeat center center;
	background-size:  100% auto;
}


.page_about-us > .t3-wrapper > banner {
	background: url(../images/banner_about-us.jpg) no-repeat center center;
	background-size: 100% auto;
}
.page_join-us > .t3-wrapper > banner {
	background: url(../images/banner_join-us.jpg) no-repeat center top #fef4e8;
	background-size: auto 100%;
}
.page_join-us > .t3-wrapper > banner h1 {
	display: none;
}
.style_services .t3-header .logo,
.services_books .t3-header .logo,
.page_join-us .t3-header .logo {
	background-image: url(../images/logo@2X.png);
}
.style_services .t3-header .navi li a,
.services_books .t3-header .navi li a,
.page_join-us .t3-header .navi li a {
	color: black;
}
.style_services .btn-default,
.services_books .btn-default,
.page_join-us .btn-default {
	color: black;
}
.page_contact-us > .t3-wrapper > banner {
	background: url(../images/banner_contact-us.jpg) no-repeat center center #fef4e8;
	background-size: auto 100%;
}
.page_contact-us > .t3-wrapper > banner h1 {
	color: black;
}
.page_contact-us .t3-header {
	background: white;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.page_contact-us .t3-header .logo {
	background-image: url(../images/logo@2X.png);
}
.page_contact-us .t3-header .navi li a {
	color: #000000;
}
.page_contact-us .btn-default {
	color: #000000;
}

@media screen and (min-width: 768px) {
banner {
	/*	height: 40%;*/
	min-height: 300px;
	height: 300px;
	padding-top: 94px;
}
/*	.page_services banner {
		height:400px;
		min-height: 400px;
	}*/
}

@media screen and (max-width:650px) {
banner {
	/*	height: 40%;*/
	padding-top: 74px;
}
}
#fullpage footer {
	position: absolute;
	bottom: 3%;
	color: #fff;
	width: 100%;
}
banner .row, footer .row {
	margin: 0 auto;
}
footer p {
	font-size: 14px;
	margin-bottom: 0;
	color: #c6c6c6;
}
footer a {
	text-decoration: none;
	color: #3c98cc;
}
footer span {
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
.download {
	background: url(../images/cp.jpg) no-repeat center top;
}
.fimg_caseDreampack {
	max-width: 200px;
	min-height: 400px;
}
.fimg, .text {
	width: 100%;
	height: 100%;
}
.text {
	margin-top: 20px;
	margin-bottom: 20px;
}
banner .text {
	margin: 0;
}
.fimg {
	margin-bottom: 20px;
	margin-top: 40px;
}
.vtable {
	display: block;
	padding-top: 74px;
}
.vtable .fimg, .vtable .text {
	display: block;
	vertical-align: top;
}
header {
	position: relative;
}
.customS footer {
	position: absolute;
	bottom: 30px;
}
.download_row {
	padding-top: 0;
	margin-bottom: 0;
}
.hero_row {
	margin-top: 80px;
}
.hero_row .fimg {
	margin-bottom: 0;
}
.hero_row .fimg_hero {
	margin: 0 auto;
}
.hero_row .text {
	margin-top: 0;
	margin-bottom: 100px;
}
.hero_row .text h1 {
	margin-top: 0;
	background: url(../images/hero_h1.png) no-repeat center center;
	background-size: 80% auto;<link rel="stylesheet" type="text/css" href="app.css">
	text-indent: -9999px;
	width: 100%;
	height: 159px;
	display: block;
}
.hero_row:before {
}
}

@media screen and (max-width:768px)and (orientation : portrait) {
.hero .text h2 {
	font-size: 18px;
}
.fimg, .text {
	height: auto;
}
}

@media screen and (max-width: 420px) {
h1 {
	font-size: 24px;
}
.button_group_top {
	display: none;
}
.button_group_bot {
	padding-top: 5px;
}
.hero_row .text h1 {
	height: 100px;
}
}
#menu, #menu ul {
	height: 100%;
}
#menu {
	clear: both;
	list-style: none;
	padding-left: 74px;
	width: 14%;
}
#menu li {
	position: relative;
	height: 14px;
	line-height: 14px;
}
#menu li span {
	width: 15px;
	height: 15px;
	background-color: white;
	border-radius: 100%;
	position: absolute;
	left: -25px;
	behavior: url(/scripts/pie2/PIE.htc);
}
#menu li a {
	font-size: 14px;
	opacity: .7;
	color: #FFFFFF;
	position: relative;
	text-decoration: none;/*color: rgb(217, 219, 215);*/
}
#menu li.active, #menu li.active a {
	font-size: 25px;
	font-weight: bold;
	opacity: 1;
}
.fp-controlArrow {
	display: none;
}
#fixed-years {
	position: fixed;
	top: 18%;
	height: 46%;
	z-index: 2;
}
#fixed-years .container {
	max-width: 1310px;
	position: relative;
	height: 100%;
	z-index: 2;
}
#years-v-line {
	position: absolute;
	width: 3px;
	left: 55px;
	background-color: white;
	border-radius: 3px;/*	behavior: url(/scripts/pie2/PIE.htc);*/
}
.height-1 {
	height: 100%;
	position: relative;
	top: 0;
}
.bookdouban > button {
	background-color: #00B51D;
	color: white;
	line-height: 3em;
	border: 1px solid #00B51D;
	padding: 0 1em;
	outline: none;
	font-size: 12px;
}
.bookdouban:hover > button {
	background-color: #37a;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/** books **/
.group-books .slide-img {
	/*height: 160px;*/
	overflow: hidden;/*vertical-align: middle;*//*max-height: ;*/
}
.group-books .slide-img > div {
	display: block;
	float: left;
	width: 10%;
	overflow: hidden;
	vertical-align: middle;
	padding: 0;
	text-align: center;
	cursor: pointer;/*border: 1px solid red;*/
}
.group-books {
	position: absolute;
	/*    height: 17%;*/
	max-height: 160px;
	padding: 0 20px;
	bottom: 60px;
	overflow: hidden;
}
.arrow-left {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5%;
}
.arrow-right {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 5%;
	z-index: 9;
}
.arrow-left img, .arrow-right img {
	position: relative;
	width: 70%;
	top: 41.5%;
	left: 15%;
	cursor: pointer;
}
.arrow-left img, .arrow-right img {
	display: block;
}




h1 {
	font-weight: 300!important;
}


/*.book .item {
	padding-top: 114px;
}
@media screen and (orientation : portrait) {
.book .item .col-sm-6 {
	width: 100%;
	text-align: center;
}
.book .item .col-sm-6 > img {
	margin: 0 auto;
}
}
@media screen and (min-height:768px) {
.book .item .col-sm-6 > img {
	display: block;
	height: 400px;
}
}
@media screen and (min-height:992px) {
.book .item {
	padding-top: 166px;
}
.book .item .col-sm-6 > img {
	display: block;
	height: 520px;
}
}
@media screen and (min-height:1200px) {
.book .item {
	padding-top: 215px;
}
.book .item .col-sm-6 > img {
	display: block;
	height: 630px;
}
}
@media screen and (max-width:767px) {
.book .item {
	padding-top: 114px;
}
.book .item .col-xs-12 > img {
	height: 400px;
}
}
@media screen and (orientation : portrait) {
.book h1 {
	margin-top: 1em;
	margin-bottom: 0;
}
.book h2 {
	margin-bottom: 1em;
}
}
@media screen and (max-width:1200px)and (orientation : portrait) {
.book .item .col-xs-12 > img {
	height: 520px;
}
}
@media screen and (max-width:768px)and (orientation : portrait) {
.book .item .col-xs-12 > img {
	height: 400px;
}
}
@media screen and (max-width:420px)and (orientation : portrait) {
.book h1 {
	margin-top: 0;
	margin-bottom: 0;
}
.book h2 {
	margin-bottom: 0.5em;
}
.book .item {
	padding-top: 84px;
}
.book .item .col-xs-12 > img {
	height: 350px;
}
}
@media screen and (orientation : landscape) {
.book .item .col-sm-6 > img {
	margin: 0 0 0 auto;
}
.book h1 {
	margin-bottom: 10%;
}
.book h2 {
	margin-bottom: 20%;
}
.book .item .col-sm-6 > img, .book .item .col-xs-12 > img {
	display: block;
	margin: 0 0 0 auto;
}
}
@media screen and (max-height:1440px)and (orientation : landscape) {
.book .item .col-xs-12 > img {
	height: 630px;
}
}
@media screen and (max-height:1200px)and (orientation : landscape) {
.book .item .col-xs-12 > img {
	height: 520px;
}
}
@media screen and (max-height:1024px)and (orientation : landscape) {
.book .item .col-xs-12 > img {
	height: 440px;
}
}
@media screen and (max-height:420px)and (orientation : landscape) {
.book h1 {
	margin-bottom: 5%;
}
.book h2 {
	margin-bottom: 10%;
}
.book .item {
	padding-top: 94px;
}
.book .item .col-xs-12 {
	width: 50%;
}
.book .item .col-xs-12 > img {
	height: 175px;
}
}*/


.book {
    position: absolute;
    height: auto;
    padding: 0 2%;
    top: 15%;
    bottom: 35%;
}

.book h1 {
	color: white;
	font-weight: 300!important;
}
.book h2 {
	color: white;
	font-style: italic;
	font-weight: 500!important;
}

.book .carousel-inner {
    position: absolute;
    top: 10%;
    height: 80%;
}

.bookinfo {
	position:relative;
}

.bookinfo h1,
.bookinfo h2,
.bookinfo button{
	position: absolute;
}
.bookinfo h1{
	top: 1%;
	line-height: 1.2em;
}
.bookinfo h2{
	
	top: 45%;
}

.bookinfo button{
	bottom: 1%;
}

/*.book .carousel-inner,*/
.book .carousel-inner .slide-img,
.book .carousel-inner .slide-img > div,
.book .carousel-inner img {
    height: 100%;
}
.book .carousel-inner img {
	display: block;
	margin:0 auto;
}

@media (min-width: 768px){
.book .carousel-inner img {
	margin:0 0 0 auto;
}	
}


@media screen and (orientation : portrait) {
.group-books {
	height: 60px;
	bottom: 20px;
}
.group-books .slide-img {
	width: 100%;
}
.group-books .item > div {
	margin-right: 0;
}
.group-books .item > div > img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
}
@media screen and (max-width:1440px)and (orientation : portrait) {
.group-books {
	height: 138px;
	bottom: 53px;
}
}
@media screen and (max-width:1200px)and (orientation : portrait) {
.group-books {
	height: 110px;
	bottom: 44px;
}
}
@media screen and (max-width:1024px)and (orientation : portrait) {
.group-books {
	height: 110px;
	bottom: 38px;
}
}
@media screen and (max-width:768px)and (orientation : portrait) {
.group-books {
	height: 80px;
	bottom: 30px;
}
}
@media screen and (max-width:420px)and (orientation : portrait) {
.appicon {
	width: 168px;
	height: 168px;
	margin: 0 auto 5px auto;
}
.text {
	margin-top: 74px;
	margin-bottom: 0;
}
.second .text p {
	font-size: 12px;
	line-height: 1.5;
}
.fimg {
	margin: 0;
}
.fimg_hero {
	max-width: 330px;
	min-height: 330px;
}
.hero_row .text {
	margin-bottom: 0;
	text-align: center;
}
.hero .text h2 {
	text-indent: 0;
	font-size: 18px;
	text-align: center;
}
.fimg_third {
	max-width: 200px;
	min-height: 280px;
}
#menu {
	padding-left: 57px;
}
#years-v-line {
	left: 38px;
}
.group-books {
	height: 40px;
	bottom: 20px;
}
}
@media screen and (orientation : landscape) {
.group-books {
	height: 60px;
	bottom: 20px;
}
.group-books .slide-img {
	width: 100%;
}
.group-books .item > div {
	margin-right: 0;
}
.group-books .item > div > img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
}
@media screen and (max-height:1440px)and (orientation : landscape) {
.group-books {
	height: 138px;
	bottom: 53px;
}
}
@media screen and (max-height:1200px)and (orientation : landscape) {
.group-books {
	bottom: 44px;
}
}
@media screen and (max-height:1024px)and (orientation : landscape) {
.group-books {
	bottom: 44px;
}
}



@media screen and (max-height:420px)and (orientation : landscape) {
.group-books {
	height: 75px;
	bottom: 20px;
}
}



/* 封面高度适应 */


.logos.section .btitle {
	background: url(https://o.lanshizi.com/img0/services/svs1.svg) no-repeat center center;
	background-size: cover;
	text-align: center;
	position: relative;
	bottom: -1px;
}
.logos.section .btitle h1 {
	line-height: 6;
	background: url(https://o.lanshizi.com/img0/services/bg02.jpg) no-repeat center center;
	background-size: cover;
}




/* services */


.t3-wrapper .down-btn {
	display: inline-block;
	height: 50px;
	margin: 20px auto 10px;
	background-color: #12b7f5;
	padding: 0 2em;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	box-shadow: 0 3px 3px #d3f2ff;
}

.t3-wrapper .down-btn:hover {
	background-color: #75d4f7
}
.t3-wrapper .down-btn:active {
	background-color: #0eafeb
}








.logos.section h1 {
	text-align: center;
}
.logos.section .newsflash div > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.white-mask {
	background: #FFFFFF;
	position: relative;
}
.logos.section .newsflash {
	width: 90%;
	margin: 20px auto 60px auto;
	overflow: hidden;
	padding: 0;
}
.logos.section .newsflash > div {
	/*	width: 33.33333333%;*/
	padding-left: 40px;
	padding-right: 40px;
}
.visit.row {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #FFFFFF;
}
.visit.row h2 {
	color: #FFFF00;
}

@media screen and (max-width:1024px) {
.logos.section .newsflash {
	margin: 0 auto;
}
.logos.section .btitle h1 {
	line-height: 4
}
.visit.row {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
.knowledgeandreading .row {
	width: 100%;
	max-width: none;
}
.knowledgeandreading .row h1 {
}
.knowledgeandreading .row > div {
	padding: 0;
}
.knowledgeandreading .sp.row {
	height: 50px;
}
.knowledgeandreading .row h1 {
	text-align: center;
	line-height: 300px;
	background: url() no-repeat center center #F7F7F7;
	background-size: cover;
}
.knowledgeandreading.section {
	background: url(https://o.lanshizi.com/img0/services/svs2.svg) no-repeat center center #FFFFFF;
	background-size: cover;
}

@media screen and (max-width:1024px) {
.knowledgeandreading .sp.row {
	height: 40px;
}
.knowledgeandreading .row h1 {
	line-height: 220px;
}
}

@media screen and (max-width:768px) {
.knowledgeandreading.section {
	background: #5B9BD5;
}
.knowledgeandreading .sp.row {
	height: 10px;
}
.knowledgeandreading .row h1 {
	line-height: 180px;
}
}
#qtwxb {
	background: url(https://o.lanshizi.com/img0/services/qtwxb.svg) no-repeat left top;
	background-size: cover;
	width: 494px;
	height: 20px;
	border-left: none;
	line-height: 20px;
}
#qtwxb span {
	display: none;
}
.reading.section {
	background: url(https://o.lanshizi.com/img0/services/partners2.jpg) no-repeat center bottom;
	background-size: cover;
}
.reading.section h1 {
	color: #FFF;
}
.reading.section h2 {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 220px;
	height: 220px;
	line-height: 220px;
	background: url(https://o.lanshizi.com/img0/services/3dbutton.png) no-repeat center center;
	background-size: cover;
	color: #FFF;
	font-size: 600;
}
.fakeimg {
	display: block;
	max-width: 200px;
	max-height: 200px;
	overflow: hidden;
	background: url(https://o.lanshizi.com/img0/services/noimg.png) no-repeat center center;
	background-size: cover;
	text-align: center;
}

/************services start************/
/*services part3*/
.focusbooks.slider {
	width: 720px;
	height:160px;
	cursor: hand;
}

.focusbooks.slider .slick-center div > img {
    -moz-transform: scale(1.33);
    -ms-transform: scale(1.33);
    -o-transform: scale(1.33);
    -webkit-transform: scale(1.33);
    transform: scale(1.33);
}
.focusbooks.slider .slick-list{
	padding: 20px 0!important;
}


.focusbooks.slider div > img,
.focusbooks.slider div > .fakeimg {
	max-width: 120px;
	max-height: 120px;
	margin: 0 auto;	
    transition: all 300ms ease;
}


.focusbooks.slider div > .fakeimg > h2 {
	font-size: 28px;
	color: black;
	line-height: 30px;
	margin: 220px 0;
	font-weight: 300!important;
}
.focusbooks.slider {
	margin: 0 auto;
}
/************services end************/

.slick-dots li button:before, .slick-dots li.slick-active button:before {
	color: white;
}
.lionresearch .connectto, .books .connectto {
	text-align: right;
}
.lionresearch .connectto a.pdfDownload, .books .connectto a.pdfDownload {
	display: inline-block;
	position: relative;
}
.cooperation .row > div > h1, .corporatebooks .row > div > h1 {
	margin-bottom: 20px;
	font-weight: 400!important;
}
.cooperation .row > div > p, .corporatebooks .row > div > p {
	line-height: 2;
}
.cooperation .row > div > h1 {
	color: black;
}
.corporatebooks .row > div > h1 {
	color: black;
}
.economichistories h1, .bookseries h1 {
	font-size: 28px;
	padding-left: 12px;
	margin-bottom: 20px;
	height: 28px;
	line-height: 28px;
	color: white;
	font-weight: 300!important;
	position: relative;
}
/*.economichistories h1:before, .bookseries h1:before {
	content: "";
	position: absolute;
	left: -18px;
	top: 0;
	width: 18px;
	border: 3px solid #FFFF00;
	height: 28px;
}*/
.t3-off-canvas-body > .links {
	display: none;
}

@media screen and (max-width:420px) {
	.logos.section .btitle {
		text-align: center;
		height: 48px;
	}
	.logos.section .btitle h1 {
		display: none;
	}
	.visit.row {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.logos.section .newsflash {
		margin: 0 auto;
	}
	.logos.section .newsflash > div {
		/*	width: 33.33333333%;*/
		padding-left: 10px;
		padding-right: 10px;
	}
	.t3-off-canvas-body > .links {
		display: block;
	}
}


.customS.section .content h1 {
	text-align: center;
	line-height: 1.5;
}
.customS.section {
	background: no-repeat center center;
	position: relative;
}
.customS.section h1 {
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.5;
}
.align-horizontal {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
}
.scroll-next, .scroll-next:active, .scroll-next:hover, .scroll-next:focus, .scroll-next:visited {
	bottom: 30px;
	cursor: pointer;
	display: block;
	padding-bottom: 40px;
	text-align: center;
	z-index: 1;
	color: #FFFFFF;
}
.scroll-next.icon-down:before {
	content: "";
	background: url(https://o.lanshizi.com/img0/icons/down-arrow.svg) no-repeat center center;
	background-size: 100% 100%;
	width: 30px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
	color: rgba(247,247,247,0.2);
	-webkit-animation: bounce .7s linear infinite alternate;
	-moz-animation: bounce .7s linear infinite alternate;
	-o-animation: bounce .7s linear infinite alternate;
	-ms-animation: bounce .7s linear infinite alternate;
	animation: bounce .7s linear infinite alternate
}
/*@media only screen and (max-width: 991px) {
.scroll-next {
	display: none
}
}*/




/*COLOR*/
.screen-position-product-1, .screen-position-product-1 .navigation__link-text {
	background-color: #e87c50
}
.screen-position-product-2, .screen-position-product-2 .navigation__link-text {
	background-color: #4495CC
}
.screen-position-product-3, .screen-position-product-3 .navigation__link-text {
	background-color: #876BB3
}
.screen-position-product-4, .screen-position-product-4 .navigation__link-text {
	background-color: #DD6558
}
.screen-position-product-5, .screen-position-product-5 .navigation__link-text {
	background-color: #36B391
}
.screen-position-product-6, .screen-position-product-6 .navigation__link-text {
	background-color: #CC984E
}
.screen-item.screen-main {
	background-color: #22B473
}
.screen-item.screen-product-1 {
	background-color: #E87B51
}
.screen-item.screen-product-2 {
	background-color: #4495CC
}
.screen-item.screen-product-3 {
	background-color: #876BB3
}
.screen-item.screen-product-4 {
	background-color: #DD6558
}
.screen-item.screen-product-5 {
	background-color: #36B391
}
.screen-item.screen-product-6 {
	background-color: #CC984E
}
.screen-item.screen-footer {
	background-color: #647AA6
}


/*animation*/
@-moz-keyframes fadeInUp {
from {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, 50%, 0);
-moz-transform:translate3d(0, 50%, 0);
-o-transform:translate3d(0, 50%, 0);
-ms-transform:translate3d(0, 50%, 0);
transform:translate3d(0, 50%, 0)
}
to {
opacity:1;
-ms-filter:none;
filter:none;
-webkit-transform:none;
-moz-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none
}
}
@-webkit-keyframes fadeInUp {
from {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, 50%, 0);
-moz-transform:translate3d(0, 50%, 0);
-o-transform:translate3d(0, 50%, 0);
-ms-transform:translate3d(0, 50%, 0);
transform:translate3d(0, 50%, 0)
}
to {
opacity:1;
-ms-filter:none;
filter:none;
-webkit-transform:none;
-moz-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none
}
}
@-o-keyframes fadeInUp {
from {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, 50%, 0);
-moz-transform:translate3d(0, 50%, 0);
-o-transform:translate3d(0, 50%, 0);
-ms-transform:translate3d(0, 50%, 0);
transform:translate3d(0, 50%, 0)
}
to {
opacity:1;
-ms-filter:none;
filter:none;
-webkit-transform:none;
-moz-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none
}
}
@keyframes fadeInUp {
from {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, 50%, 0);
-moz-transform:translate3d(0, 50%, 0);
-o-transform:translate3d(0, 50%, 0);
-ms-transform:translate3d(0, 50%, 0);
transform:translate3d(0, 50%, 0)
}
to {
opacity:1;
-ms-filter:none;
filter:none;
-webkit-transform:none;
-moz-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none
}
}
@-moz-keyframes fadeInDown {
from {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, -50%, 0);
-moz-transform:translate3d(0, -50%, 0);
-o-transform:translate3d(0, -50%, 0);
-ms-transform:translate3d(0, -50%, 0);
transform:translate3d(0, -50%, 0)
}
to {
opacity:1;
-ms-filter:none;
filter:none;
-webkit-transform:none;
-moz-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none
}
}
@-webkit-keyframes fadeInDown {
from {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, -50%, 0);
-moz-transform:translate3d(0, -50%, 0);
-o-transform:translate3d(0, -50%, 0);
-ms-transform:translate3d(0, -50%, 0);
transform:translate3d(0, -50%, 0)
}
to {
opacity:1;
-ms-filter:none;
filter:none;
-webkit-transform:none;
-moz-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none
}
}
@-o-keyframes fadeInDown {
from {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, -50%, 0);
-moz-transform:translate3d(0, -50%, 0);
-o-transform:translate3d(0, -50%, 0);
-ms-transform:translate3d(0, -50%, 0);
transform:translate3d(0, -50%, 0)
}
to {
opacity:1;
-ms-filter:none;
filter:none;
-webkit-transform:none;
-moz-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none
}
}
@keyframes fadeInDown {
from {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, -50%, 0);
-moz-transform:translate3d(0, -50%, 0);
-o-transform:translate3d(0, -50%, 0);
-ms-transform:translate3d(0, -50%, 0);
transform:translate3d(0, -50%, 0)
}
to {
opacity:1;
-ms-filter:none;
filter:none;
-webkit-transform:none;
-moz-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none
}
}
@-moz-keyframes fadeOutUp {
from {
opacity:1;
-ms-filter:none;
filter:none
}
to {
opacity:0;
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, -50%, 0);
-moz-transform:translate3d(0, -50%, 0);
-o-transform:translate3d(0, -50%, 0);
-ms-transform:translate3d(0, -50%, 0);
transform:translate3d(0, -50%, 0)
}
}
@-webkit-keyframes fadeOutUp {
from {
opacity:1;
-ms-filter:none;
filter:none
}
to {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, -50%, 0);
-moz-transform:translate3d(0, -50%, 0);
-o-transform:translate3d(0, -50%, 0);
-ms-transform:translate3d(0, -50%, 0);
transform:translate3d(0, -50%, 0)
}
}
@-o-keyframes fadeOutUp {
from {
opacity:1;
-ms-filter:none;
filter:none
}
to {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, -50%, 0);
-moz-transform:translate3d(0, -50%, 0);
-o-transform:translate3d(0, -50%, 0);
-ms-transform:translate3d(0, -50%, 0);
transform:translate3d(0, -50%, 0)
}
}
@keyframes fadeOutUp {
from {
opacity:1;
-ms-filter:none;
filter:none
}
to {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, -50%, 0);
-moz-transform:translate3d(0, -50%, 0);
-o-transform:translate3d(0, -50%, 0);
-ms-transform:translate3d(0, -50%, 0);
transform:translate3d(0, -50%, 0)
}
}
@-moz-keyframes fadeOutDown {
from {
opacity:1;
-ms-filter:none;
filter:none
}
to {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, 50%, 0);
-moz-transform:translate3d(0, 50%, 0);
-o-transform:translate3d(0, 50%, 0);
-ms-transform:translate3d(0, 50%, 0);
transform:translate3d(0, 50%, 0)
}
}
@-webkit-keyframes fadeOutDown {
from {
opacity:1;
-ms-filter:none;
filter:none
}
to {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, 50%, 0);
-moz-transform:translate3d(0, 50%, 0);
-o-transform:translate3d(0, 50%, 0);
-ms-transform:translate3d(0, 50%, 0);
transform:translate3d(0, 50%, 0)
}
}
@-o-keyframes fadeOutDown {
from {
opacity:1;
-ms-filter:none;
filter:none
}
to {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, 50%, 0);
-moz-transform:translate3d(0, 50%, 0);
-o-transform:translate3d(0, 50%, 0);
-ms-transform:translate3d(0, 50%, 0);
transform:translate3d(0, 50%, 0)
}
}
@keyframes fadeOutDown {
from {
opacity:1;
-ms-filter:none;
filter:none
}
to {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, 50%, 0);
-moz-transform:translate3d(0, 50%, 0);
-o-transform:translate3d(0, 50%, 0);
-ms-transform:translate3d(0, 50%, 0);
transform:translate3d(0, 50%, 0)
}
}
@-moz-keyframes bounce {
from {
bottom:0;
color:rgba(247,247,247,0.2)
}
to {
bottom:-10px;
color:#f7f7f7
}
}
@-webkit-keyframes bounce {
from {
bottom:0;
color:rgba(247,247,247,0.2)
}
to {
bottom:-10px;
color:#f7f7f7
}
}
@-o-keyframes bounce {
from {
bottom:0;
color:rgba(247,247,247,0.2)
}
to {
bottom:-10px;
color:#f7f7f7
}
}
@keyframes bounce {
from {
bottom:0;
color:rgba(247,247,247,0.2)
}
to {
bottom:-10px;
color:#f7f7f7
}
}
.caseMiguvideo div img {
	/*width: 100%;
	margin: 15px 0;
	display: block;*/
}
#fullpage .corporationLogos.row {
	width: 50%;
}
.acenter {
	text-align: center;
}

.article-content .row {
	margin-bottom: 20px;
}

.item-image img {
	max-height: 240px;
	margin:5px 0;
}
.news-published.row .item-image {
	display: table-cell;
	height: 180px;
	text-align: center;
	vertical-align: middle;
}
.news-published.row .item-image img {
	display: inline-block;
}
.item-image > img{
	max-height: 180px;
}
/*
.article-content p {
	margin: 0;
}
*/
.services_books .t3-wrapper {
	background: url(https://o.lanshizi.com/img0/services/bg_pattern.png) repeat center center #f7f7f7;
}
.page_join-us .t3-wrapper {
	background: #f7f7f7;
}
.page_join-us .article-content h1 {
	font-weight: 400!important;
}
.page_join-us .jobs {
	width: 910px;
	margin: 30px auto;
	border: 1px #000 solid;
	background-color: #fff;
}
.page_join-us .jobs > h2 {
	padding: 15px 0;
	text-align: center;
	font-size: 28px;
	line-height: 49px;
	color: #000;
	fon-weight: 400!important;
}
.page_join-us .jobs > .row {
	/*	padding: 38px 75px 20px 225px;*/
	border-top: 1px #000 solid;
	margin: 0;
}
.page_join-us .jobs > .row > div {
	padding: 0;
}
.page_join-us .jobs > .row > div.col-xs-2 {
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	padding-top: 100px;
	padding-left: 65px;
	font-size: 20px;
}
.page_join-us .jobs > .row > div.col-xs-10 {
	padding: 35px 75px 35px 10px;
}
.page_join-us .jobs > .row > div.col-xs-10 h3 {
	font-size: 24px;
	line-height: 40px;
	color: #000;
	font-style: normal;
}
.page_join-us .jobs > .row > div.col-xs-10 li {
	display: inline-block;
	padding-left: 25px;
	line-height: 24px;
	margin-bottom: 10px;
	background: url(https://o.lanshizi.com/img0/content/dot.png) no-repeat left 10px;
}
#fullpage .lionresearch .row .col-xs-12 {
	padding-top: 30px;
}

.lionresearch .contact {
	text-align: center;
	margin-top: 55px;
}
.page_services .t3-header {
	position: absolute;
}
.books-bg {
	background: #f5f5f5;
	padding: 55px 0;
}
.lionresearch-bg, .gridlogos-bg {
	padding: 55px 0;
}
.lionresearch > div > h1, .gridlogos > h1 {
	text-align: center;
}
.gridlogos img {
	width: 100%;
}
.t3-footer {
	background: #f5f5f5;

}
/*.page_services .t3-footer, .page_events .t3-footer, .page_about-us .t3-footer, .page_contact-us .t3-footer, .page_join-us .t3-footer {
	background: #f5f5f5;
}
*/
.page_services .gridlogos {
	text-align: center;
}
.page_services .lionresearch > div > h1, .page_services .books div > h1, .page_services .gridlogos > h1 {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 28px;
	font-weight: 300!important;
	position: relative;
	display: inline-block;
}
.page_services .books,
.page_services .books .connectto a.pdfDownload {
	color: white;
}
.page_services .books .connectto a.pdfDownload {
	border-color: white;
}
.page_services .books .connectto a.pdfDownload:hover {
	background: white;
	color: black;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/*.page_services .lionresearch > div > h1:after, .page_services .books div > h1:after, .page_services .gridlogos > h1:after {
    background: #B3282D;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -18px;
    left: 50%;
    height: 3px;
}
.page_services .lionresearch > div > h1:after{	
    width: 180px;
    margin-left: -90px;	
} 
.page_services .books div > h1:after{	
	width: 66px;
	left: 0;
}
.page_services .gridlogos > h1:after{
	width: 66px;
    margin-left: -32px;
	
}*/


.page_services .lionresearch p, .page_services .books p, .page_services .gridlogos p {
	line-height: 2em;
	text-align: left;
}
.hideT {
	display: none;
}
h1.welcome {
	background: url(https://o.lanshizi.com/img0/content/join-us_welcome.png) no-repeat center center;
	display: block;
	width: 100%;
	height: 45px;
}
.jobs > h2 {
	display: block;
	width: 100%;
	height: 65px;
	background: url(https://o.lanshizi.com/img0/content/join-us_header.png) no-repeat center center;
}
.jobs > div > div > h3 {
	display: block;
	width: 100%;
	height: 45px;
	margin-bottom: 15px;
	background: url() no-repeat left center;
}
.jobs > div > div > h3.gwyq {
	background-image: url(https://o.lanshizi.com/img0/content/join-us_gwyq.png);
}
.jobs > div > div > h3.gwms {
	background-image: url(https://o.lanshizi.com/img0/content/join-us_gwms.png);
}
.jobs > div > div > ul {
	display: block;
	margin-bottom: 25px;
}
.jobs .text-tschbj {
	background: url(https://o.lanshizi.com/img0/content/join-us_career1.png) no-repeat 45px center;
}
.jobs .text-xmjl {
	background: url(https://o.lanshizi.com/img0/content/join-us_career2.png) no-repeat 45px center;
}
a.entryVisit {
	float: left;
	line-height: 52px;
	color: black;
}
a.entryVisit h1 {
	display: inline-block;
	font-size: 20px;
	font-weight: 600!important;
	padding-left: 5px;
	padding-right: 15px;
}
.category-module_visit a {
	color: black;
}
.category-module_visit {
	display: inline-block;
	float: left;
	text-align: left;
	width: 300px;
	height: 84px;
	overflow: hidden;
}
.category-module_visit h1 {
	font-size: 20px;
	
}
.category-module_visit .slick-vertical .slick-slide {
	border: none;
}

@media screen and (min-height:960px) {
	.t3-mainbody {
		min-height:600px;
	}
	.lionresearch-bg,
	.books-bg,
	.gridlogos-bg{
		min-height: 510px;
	}
}
@media screen and (min-height:1200px) {
	.t3-mainbody {
		min-height:750px;
	}
	.lionresearch-bg,
	.books-bg,
	.gridlogos-bg{
		min-height: 510px;
	}
}






.qyyjy h1 {
	font-size:36px;
	margin-bottom: 18px;
	color: #103760;
}
.qyyjy p {
	line-height: 2em;
}

.qyyjy div a.entryVisit {
	font-size: 20px;
	font-weight: 600px;
	float: none;
}

.qyyjy .contact {
	text-align: center;
	margin-top:6%;
	font-size: 14px;
	color: #8a94a2;
}

.qyyjy div .category-module_visit{
	margin-left: 28px;
}
.qyyjy div .category-module_visit a{
	font-size: 16px;
}
#fullpage .row .row {
	width:100%;
}
a i {
	margin-right: 0.5em;
}
.qyyjy .fimg{
	text-align: center;
}

/*
.qyyjy .contact{
	position: absolute;
	bottom: 0;
	width: 100%;
	height:10%;
	text-align: center;
}
*/


.active .qyyjy h1 {
	-webkit-animation: fadeInUp 1s linear both;
	-moz-animation: fadeInUp 1s linear both;
	animation: fadeInUp 1s linear both
}
.active .qyyjy p {
	-webkit-animation: fadeIn 0.5s linear both;
    -moz-animation: fadeIn 0.5s linear both;
    animation: fadeIn 0.5s linear both;
}
.active .qyyjy h1 {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s
}
.active .qyyjy p {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s
}







/*overide*/
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: white;
    border-color: #adadad;
}



/* animation */
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
to {
opacity:1
}
}
@-moz-keyframes fadeIn {
0% {
opacity:0
}
to {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
to {
opacity:1
}
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
to {
opacity:0
}
}
@-moz-keyframes fadeOut {
0% {
opacity:1
}
to {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
to {
opacity:0
}
}

.icon1,
.icon2,
.icon3,
.icon4{
	width: 80px;
	height: 80px;
	background: url() no-repeat center center;
	background-size: cover;
	display:block;
	margin: 44px auto auto;
	
}
.icon1{
	background-image: url(https://o.lanshizi.com/img0/services/services_timeline.svg)	
}
.icon2{
	background-image: url(https://o.lanshizi.com/img0/services/services_bm.svg)	
}
.icon3{
	background-image: url(https://o.lanshizi.com/img0/services/services_management.svg)	
}
.icon4{
	background-image: url(https://o.lanshizi.com/img0/services/services_brand.svg)	
}


.services_books .section h1{
	text-align: center;
	margin-top: 52px;
	margin-bottom: 20px;
}

.servicesbooks{
	padding-bottom: 100px;
}
.services_books .section {
	background-color: #e0e5ed;
}
/*
.services_books .text100 {
	
}
.services_books .text100 .bookH{
	display: inline-block;
	
}
*/


.qyyjy {
	background: url(https://o.lanshizi.com/img0/services/bg_pattern.png) repeat left top #f1f1f1;
	background-size: auto!important;
}


#fullpage .books {
	max-width: 1024px;
	padding-top: 50px;
	position: relative;
}
@media screen and (min-width:1024px) and (orientation : landscape){
		.bookdownload {display: block;width:85px;height:120px;position: absolute; right: 0; bottom: 20px;background-color: #103760;
		background: url(https://o.lanshizi.com/img0/services/jjqys-cover.png) no-repeat center center ;
		background-size: contain;

		color: white;
	}
	.bookdownload i {
		position: absolute; left: 12px; bottom: 10px;
	}
	.bookdownload span {display: none;}
}	


.tspl {
	background: url(https://o.lanshizi.com/img0/services/booksBGR.svg) no-repeat right center ;
	background-size: auto 100%!important;
}

.tspl .fp-tableCell {
	background: url(https://o.lanshizi.com/img0/services/booksBGL.svg) no-repeat left center;
	background-size: auto 100%!important;
}
.tspl p{
	line-height: 2em;margin: 0;
}
.tspl h1,
.tspl h2{	
    -webkit-font-smoothing: antialiased;
	color: #103760;
	line-height: 1em;
	font-weight: 300!important;
}
.tspl h1{
	font-size: 37px;
}
.tspl h2{
	font-size: 27px;
}
.tspl .books > div {
	padding-left: 0;
	padding-right: 0;
}
.tspl .col-xs-12.center {
	padding-top: 2em;
}
.tspl .center h1,
.tspl .center h2{margin-bottom: 10px;}
.tspl .books > div.col-md-3,
.tspl .books > div.col-md-6
{
	height: 333px;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.tspl .circle {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(https://o.lanshizi.com/img0/services/circle.svg) no-repeat center center;
	background-size: contain;
}
.tspl .circle-text {width:100%;height: 112px;
	position: absolute;
	top:50%;
	margin-top:-56px;
	
}
.tspl .upp,
.tspl .downp {
	position:absolute;
}
.tspl .upp{padding-top:2em;top:0;}
.tspl .downp {padding-bottom: 2em;bottom: 0;}
.tspl .upp a,
.tspl .downp a {
	position: absolute;
}
.tspl .upp a{
	top:0;
}
.tspl .downp a {
	bottom: 0;
}
.tspl .left a{left:0;}
.tspl .right a{right: 0;}
.tspl .upp p,
.tspl .downp p{width:90%;}
.tspl .left p{margin:0 auto 0 0;}
.tspl .right p{margin:0 0 0 auto;}

[line] {
    position: absolute;
    top: 0;
    left: 0;
    height: 140px;
    width: 0;
    border-width: 0 0.5px;
    border-style: solid;
    border-color: #103760;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-backface-visibility: hidden;	
}
[line=deg9] {
	top:0;
	margin-top: 15px;
	right:auto;
	bottom: auto;
	left:0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
[line=deg18] {	
	top:0;
	margin-top: 15px;
	right:0;
	bottom: auto;
	left:auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
[line=deg27] {	
	top:auto;
	right:0;
	bottom: 0;
	margin-bottom: -125px;
	left:auto;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
[line=deg36] {	
	top:auto;
	right:auto;
	bottom: 0;
	margin-bottom: -125px;
	left:0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
[line=deg27] [line],
[line=deg9] [line]{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
[line=deg36] [line],
[line=deg18] [line]{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
[line] [line]{
	height: 130px;
}
[line] [line]:before  {
    content: '';
    position: absolute;
    left: -4px;
    top: 130px;
	
    width: 8px;
    height: 8px;
    border-radius: 4px;
	background: #103760;
	border: 1px solid #103760;
    
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
/*border: 1px solid #103760;    background: -webkit-linear-gradient(220deg, #eac5eb, #cf79d1);
    background: linear-gradient(220deg, #eac5eb, #cf79d1);*/
}



@media screen and (max-height:630px) and (orientation : landscape) {	
	.tspl h1{
		font-size: 32px;
	}
	.tspl h2{
		font-size: 20px;
	}
	.tspl .upp,
	.tspl .downp,
	.tspl p {
		font-size: 14px;
	}
	.tspl .books > div.col-md-3,
	.tspl .books > div.col-md-6
	{
	height: 240px;		
	}
	.tspl .upp p,
	.tspl .downp p{width:80%;
		line-height: 1.8em;}
	[line] {
		height: 160px;
	}
	[line] [line]{
		height: 150px;
	}
	[line] [line]:before  {
		top: 150px;
	}
	[line=deg9] {
		transform: rotate(-60deg);
		-webkit-transform: rotate(-60deg);		
	}
	[line=deg18] {
		transform: rotate(60deg);
		-webkit-transform: rotate(60deg);		
	}
	[line=deg27] {
		transform: rotate(120deg);
		-webkit-transform: rotate(120deg);		
	}
	[line=deg36] {
		transform: rotate(-120deg);
		-webkit-transform: rotate(-120deg);		
	}
	[line=deg9],	
	[line=deg18]{
		margin-top: 12px;
	}
	[line=deg27],	
	[line=deg36]{
		margin-bottom: -145px;
	}
	
	
	[line=deg27] [line],
	[line=deg9] [line]{
		transform: rotate(150deg);
		-webkit-transform: rotate(150deg);
	}
	[line=deg36] [line],
	[line=deg18] [line]{
		transform: rotate(-150deg);
		-webkit-transform: rotate(-150deg);
	}
}

@media screen and (max-width:1024px) and (orientation : landscape) {	
	.tspl h1{
		font-size: 32px;
	}
	.tspl h2{
		font-size: 20px;
	}

	.tspl .books > div.col-md-3,
	.tspl .books > div.col-md-6
	{
	height: 300px;
	}
	.tspl .upp p,
	.tspl .downp p{width:80%;
		line-height: 1.8em;}
}

.hzqy {
	background: url(https://o.lanshizi.com/img0/services/hzqy_background.jpg) no-repeat center center #e0e5ed;
	background-size: cover;
}

.logohexagon {
	position: relative;
	width: 908px;
	height: 430px;
	margin: 0 auto;
	overflow: hidden;
}



.style_services .t3-header.show,
.page_customs .t3-header.show {
	background-color: transparent;	
}

.lineOne,
.lineTwo,
.lineThree {
	width:100%;
	position: absolute; 
	text-align: center;
	height: 174px;
	padding:7px 0;
}
.lineOne {
	top:0;
/*	left: 13px;*/
}
.lineTwo {
/*	left:100px;*/
	top:128px;
	background: url(https://o.lanshizi.com/img0/services/hexagonlogo.svg) no-repeat center center;
	background: auto 100%;
}
.lineThree {
	top:256px;
/*	left: 13px;*/
}

.logohexagon > div {
/*	letter-spacing: -4px;
    word-spacing: -4px;*/
	font-size: 0;	
}
.logohexagon .item {
	letter-spacing: normal;
	position: relative;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 10px;
	vertical-align: middle
}
.logohexagon .item .boxF, .logohexagon .item .boxS, .logohexagon .item .boxT, .logohexagon .item .overlay {
    width: 128px;
    height: 160px;
    overflow: hidden;
}

@media screen and (max-width:1024px)and (orientation : landscape) {
/*.logohexagon {
	position: relative;
	width: 1070px;
	height: 400px;
	margin: 0 auto;
}*/	
/*	.logohexagon .item .boxF, .logohexagon .item .boxS, .logohexagon .item .boxT, .logohexagon .item .overlay {
			width: 128px;
			height: 160px;
			overflow: hidden;
	}
	.lineOne {
	top:0;
	left: 13px;
}
.lineTwo {
	left:84px;
	top:117px;
}
.lineThree {
	top:234px;
	left: 13px;
}*/
}

.logohexagon .item .boxF {
    visibility: hidden;
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
}
.logohexagon .item .boxS {
    visibility: hidden;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}
.logohexagon .item .boxT {
    position: relative;
    visibility: visible;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.logohexagon .item .boxF .centerH,
.logohexagon .item .boxF .content {
    position: relative;
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    width: 100%;
    height: 100%;
	background: url(https://o.lanshizi.com/img0/services/hexagon-background.png) no-repeat center center #FFFFFF;
	background-size: cover;
}
.logohexagon .item .boxF .centerH{
	background:none;
}

.logohexagon .item .boxF h1 {
	font-size: 24px;
	line-height: 160px;
	color: white;
}


.item .boxF .content img.companylogo{
	width: 85%;
	margin: 36% auto;
}
.item .boxF .content img.publishedbooks{
	position: relative;
	width:100%;
	height: 100%;
}
.item .boxF .content img.companylogo,
.item:hover .boxF .content img.publishedbooks {
	display: inline-block;
}
.item:hover .boxF .content img.companylogo,
.item .boxF .content img.publishedbooks {
	display: none;	
}



/*.logohexagon .overlay {
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    padding-top: 210px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all .2s linear;
    transform: rotate(60deg);
}

.logohexagon .overlay .o_title,
.logohexagon .overlay .o_desc {
	display: none;
}*/


.page_visit .t3-wrapper > banner {
	background: url(https://o.lanshizi.com/img0/services/section1.jpg) no-repeat center center black;
}

.listbooks {
	display: none;
}



.style_services .section {
	background-color: white;
}

.servicesbooks {
	width: 90%;
	margin:0 auto;
}

.servicesbooks.slider div > img, .servicesbooks.slider div > .fakeimg {
	max-width: 240px;
	max-height: 240px;
	margin: 0 auto;
}
.servicesbooks.slider div > .fakeimg {
	line-height: 240px;
}
.bookItem {
	text-align: center;
}
.servicesbooks.slider div > .fakeimg > h2 {
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	color: white;
	display: inline-block;
	background: #211f4a;
	filter: alpha(opacity=50);
	opacity: 0.5;
	vertical-align: middle;
}



.t3-header.showTBG .navi li.active a, .t3-header.show .navi li.active a {
    color: black;
}

.t3-header.showTBG .navi li a, .t3-header.show .navi li a {
    color: black;
    transition: all .25s;
}

.chessboard {
	display: block;
	max-width:512px;
	height: 512px;
	margin-left: 80px;
}
.chessboard > div{
	float: left;
	max-width:inherit;
	height: 128px;
	overflow: hidden;
}
.chessboard > div > div {
	float: left;
	width: 128px;
	height:128px;
	display: block;
	text-align: center;
}
.chessboard > div > div.content {
	background-color: #0f345b;
	background-size: cover;
	background-position: center center;
}
.chessboard > div > div.highlight {
	background: #ff4c4d;
	padding: 0;
}

.chessboard > div > div.content > a {
	display: block;
	width: inherit;
	height: inherit;
	position: relative;
	color: white;
}
.chessboard > div > div.content > a i {
	margin: 0;
}

.chessboard > div > div.content > a > span.icon {
	font-size: 22px;
	line-height: 22px;
	position: absolute; left: 12px; bottom: 10px;
}

.chessboard > div > div.content > a:hover,
a.bookdownload:hover{
	color: #ff4c4d;
}

.chessboard h2 {
	font-size: 38px;
	color: white;
	font-weight: 900!important;
	display: block;
	line-height: 1em;
	position: relative;
	top:30px;
	
}
.chessboard h2 span {
	font-weight: 300!important;
	font-size: 14px;
	display: block;
	line-height: 2em;
}

.chessboard > div > div.highlight h2 {
	font-size: 75px;
	top:10px;
}
.chessboard > div > div.highlight span {
	font-size: 14px;
}

.chessboard .bluelion-logo {
	background: url(https://o.lanshizi.com/img0/services/chessboardlogo.svg) no-repeat center center;
	background-size: cover;
}



.qyyjy .fp-tableCell {
	background: url(https://o.lanshizi.com/img0/services/service-hero-chessboard-background.png) no-repeat center center;
}

.hideFix {
	display: block;
	width:inherit;
	height: 512px;
	overflow: hidden;
}