@charset "utf-8";
body {
	background-color: #fff;
}
.block-header{
	background-image: url('/img/bg_about_header.jpg');
	color: #fff;
    font-size: 13px;
}

.block-header-nav{
	min-height: 54px;
	background-color:rgba(255,255,255,0.05);
}

.block-header-nav a{
    color: #fff;
    text-decoration: none;
}

.header-logo {
	display: inline-block;
	height: 42px;
	margin-left: 10px;
	margin-right: 100px;
}

.header-language{
	display: inline-block;
	float: right;
    color: #333;
	line-height: 48px;
	margin-right: 10px;
	margin-left: 40px;
}

.header-nav{
	display: inline-block;
	margin-right: 10px;
	line-height: 48px;
}

.header-nav-main{
	margin-right: 40px;
	margin-left: 10px;
}

.header-nav-about{
	margin-right: 40px;
}

.block-header-about{
    width: 85%;
    margin: 0 auto;
    padding: 40px 0 60px 0;
    line-height: 1.8;
	text-align: center;
    font-size: 13px;
}

.about-welcome{
	color: #fff;
	font-size: 36px;
}

.about-boss-avatar{
	margin: 50px auto 15px auto;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 2px solid #6f757b;
	border-radius: 50px
}

.about-boss-avatar img{
	width: 100%;
	height: 100%;
}

.about-enterprise {
	color: #fff;
}

.about-boss {
	color: #24e3ff;
}

.about-profile {
	color: #b8c1c7;
	text-align: left;
}

.block-title-container {
	width: 100%;
	float: left;
	margin-top: -16px;
	text-align: center;
}

.block-timeline-title{
	display: block;
	width: 150px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-size: 14px;
	background-color: #475863;
}

.block-timeline-signature {
	display: block;
	color: #999;
	font-size: 12px;
	margin-top: 15px;
}

.block-timeline-container {
  	width: 90%;
  	max-width: 1170px;
  	margin: 0 auto;
}

.block-timeline-container::after {
  	content: '';
  	display: block;
  	clear: both;
}

#timeline {
  	position: relative;
  	margin-top: 80px;
  	margin-bottom: 40px;
}

#timeline::before {
  	content: '';
  	position: absolute;
  	top: 0;
  	left: 18px;
  	height: 100%;
  	width: 3px;
  	background: #71c6d5;
}

.timeline-block {
  	position: relative;
  	margin: -2em 0;
}

.timeline-block:after {
  	content: "";
  	display: table;
  	clear: both;
}

.timeline-block:first-child {
  	margin-top: 0;
}

.timeline-block:last-child {
  	margin-bottom: 0;
}

.timeline-img {
  	position: absolute;
  	top: 18px;
  	left: 0;
  	width: 10px;
  	height: 10px;
  	margin-left: 15px;
  	border-radius: 50%;
  	background: #fff;
  	box-shadow: 0 0 0 2px #71c6d5, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 0 2px rgba(0, 0, 0, 0.05);
}

.timeline-date {
 	display: inline-block;
	color: #71c6d5;
	font-size: 14px;
	opacity: .8;
}

.timeline-content {
  	position: relative;
  	margin-left: 35px;
  	margin-right: 30px;
  	padding: 1em;
}

.timeline-content:after {
  	content: "";
  	display: table;
  	clear: both;
}

.timeline-content p {
	padding: 0.6em;
	line-height: 1.6;
	color: white;
	font-size: 13px;
	background: #71c6d5;
	border-radius: 0.25em;
	box-shadow: 0 3px 0 #d7e4ed;
}

.block-app-container{
	padding: 48px 0;
	margin: 0 12px 32px 12px;
	background-color: #f1f6f7;
}

.block-app-title{
	display: block;
	width: 150px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-size: 14px;
	background-color: #71c6d5;
}

.app-img img{
	width: 65%;
	height: 65%;
}

.app-intro{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.app-intro-qr {
	text-align: center;
}

.app-intro-qr img {
	display: block;
	float: left;
	width: 64px;
	height: 64px;
	margin: 10px;
}

.footer{
	position: relative;
	color: #a1a1a1;
	text-align: center;
	background-color: #27282a;
}

.footer a {
	color: #a1a1a1;
	font-size: 12px;
}

.footer-menu-text {
	font-size: 14px;
	margin: 22px 0;
}

.footer-nav-text {
	font-size: 12px;
	margin: 22px 0; 
}

.footer-copyright-text {
	font-size: 12px;
	margin: 22px 0; 
}
@media only screen and (min-width: 768px) {
	.about-boss-avatar{
		width: 100px;
		height: 100px;
		box-shadow: 2 2 2 2px #6f757b;
		margin-top: 90px;
		margin-bottom: 15px;
	}
	.header-logo {
		display: inline-block;
		height: 42px;
		margin: 5px 0 5px 100px;
	}

	.header-language{
		display: inline-block;
		float: right;
	    color: #333;
		line-height: 48px;
		margin-right: 100px;
		margin-left: 40px;
	}

	.header-nav{
		display: inline-block;
		float: right;
		margin-right: 10px;
		line-height: 48px;
	}

	.header-nav-main{
		margin-right: 40px;
	}

	.header-nav-about{
		margin-right: 40px;
	}


	.block-header-about{
	    width: 80%;
	    margin: 0 auto;
	    padding: 40px 0 80px 0;
	    line-height: 1.8;
		text-align: center;
	    font-size: 13px;
	}

	.app-img img{
		width: 80%;
		height: 80%;
		margin-right: 10px;
	}

	.app-intro{
		width: 50%;	
		padding-top: 50px;
	}

	.app-intro-qr img {
		display: block;
		float: left;
		width: 96px;
		height: 96px;
		margin: 10px;
	}
}

@media only screen and (min-width: 1170px) {

	.block-header-about{
	    width: 55%;
	    margin: 0 auto;
	    padding: 40px 0 80px 0;
	    line-height: 1.8;
		text-align: center;
	    font-size: 13px;
	}

	#timeline {
    	margin-top: 70px;
  	}
  	#timeline::before {
    	left: 50%;
    	margin-left: -2px;
  	}
  	.timeline-block {
    	margin: -2em 0 -3em 0;
  	}
  	.timeline-block:first-child {
    	margin-top: 0;
  	}
  	.timeline-block:last-child {
    	margin-bottom: 0;
  	}
 	.timeline-img {
	    width: 10px;
	    height: 10px;
  		top: 15px;
	    left: 50%;
	    margin-left: -5px;
	    -webkit-transform: translateZ(0);
	    -webkit-backface-visibility: hidden;
  	}
  	.cssanimations .timeline-img.is-hidden {
    	visibility: hidden;
  	}
  	.cssanimations .timeline-img.bounce-in {
    	visibility: visible;
    	-webkit-animation: cd-bounce-1 0.6s;
    	-moz-animation: cd-bounce-1 0.6s;
    	animation: cd-bounce-1 0.6s;
  	}
  	.timeline-date {
   		display: inline-block;
    	color: #71c6d5;
    	font-size: 14px;
    	opacity: .8;
  	}
	.timeline-left {
		text-align: right;
	    margin-left: 120px;
	}
	.timeline-right{
		text-align: left;
	    margin-right: 120px;
	}
	 .timeline-content {
	    padding: .6em;
	    width: 38%;
	 }
	 .timeline-block:nth-child(even) .timeline-content {
	    float: right;
	 }

	 .app-img img{
		width: 60%;
		height: 60%;
		margin-right: 10px;
	}

	.app-intro{
		width: 30%;
		padding-top: 100px;
	}
	
	.app-intro-qr img {
		display: block;
		float: left;
		width: 96px;
		height: 96px;
		margin: 10px;
	}
}

