


.title-container{
	text-align: center;
	padding-top: 50px;
}
.title-container h3{
	display: inline-block;
	border: 4px solid #EFC700;
	color: #fff;
	padding: 16px 30px;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}



.title-container{
	z-index: 0;
	opacity: 0;
	transition: all 0.4s ease-in;
	transform: rotate(-10deg);
	transform-origin: top right;
}
.in .title-container{
	z-index: 90;
	opacity: 1;
	transform: rotate(0deg);
}







#products{
	color: #fff;
	padding:0;
}



#products h3{
	margin-bottom: -10vh;
}
#products .title-container h3{
	border-color: #ff4444;
}
#products .product .texts h2{
	font-size: 40px;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

#products .product.text{
	min-height: 100vh;
}
#products .product .text{
	font-size: 20px;
}



/* Counter ----------------------------------------------------*/
#products .product.counter{
	background-color: #fff;
	padding: 60px 0;
	margin: 0;
}

/*
#products .product.counter .text{
	font-size: 30px !important;
}
#products .product.counter .wrap{
	text-align: center;
}
#products .product.counter .count{
	
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: right;
	display: inline-block;
	width: 130px;
}
#products .product.counter .count-budget{	
	width: 110px;
}
#products .product.counter  small {
    font-size: 60%;
    position: relative;
    text-align: right;
    width: 100%;
    display: inline-block;
    font-style: italic;
}
*/








.counter .block{
	  margin-bottom: 30px;
}
.counter .block .counter-title{
	width: 560px;
	text-align: right;
}
.counter .block .counter-title .container{
	display: inline-block;
	border: 4px solid #EFC700;
	color: #000;
	padding: 16px 30px;
	font-size: 34px;
	text-align: center;
}
.counter .block .counter-line{
	color: #fc4d3f;
	font-size: 32px;
	text-align: right;
	width: 1058px;/*width: 1030px;*/
	margin-top: -40px;
}
.counter .block .counter-before{
	display: inline-block;
	width: 180px;
}
.counter .block .counter-number{
	display: inline-block;
	font-size: 70px;
	font-weight: bold;
	width: 390px;/*width: 362px;*/
}


.counter .block.budget-block .counter-number {
  width: 362px;/*width: 340px;*/
}

.counter .block .counter-number span{
	background-color: #fff;
	padding: 0 7px;
	line-height: 50px;
	display: inline-block;
}
.counter .block .counter-after{
	display: inline-block;
	width: 428px;/*width: 400px;*/
	text-align: left;
}


#products .product.counter .comment-block{
	font-size: 60%;
	color: #888;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0;
	margin:20px 0 40px;
}
#products .product.counter .contact-block{
	text-align: center;
}
#products .product.counter .contact-block a{
	background-color:#fc4d3f;
	padding: 2px 10px;
	border-radius: 5px; 
	color: #fff;
	font-size: 26px;
	text-transform: lowercase;
}














#products .images-container{
    position: relative;
    display: inline-block;
    width: 46%;
    margin-right: 3%;
    vertical-align: top;
}
#products .odd .images-container{
    margin-right: 0;
    margin-left: 3%;
}
#products .product .texts{
	display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-top: 40px;
}





#products .images-container .image {
    z-index: 30;
    max-width: 460px;
    transition: all 1.2s ease-in;
    opacity: 0;
}
#products .images-container .background-image {
    position: absolute;
    top: 0;
    z-index: 20;
    left: -1200px;
    opacity: 0;
    max-width: 460px;
    transition: all 0.8s ease-in;
}

/*.images-action*/

#products .images-container.images-action .image{
	opacity: 1;
}
#products .images-container.images-action .background-image{
	position: absolute;
	left: 0;
	opacity: 1;
	z-index: 20;
}




/*------------------------------------------------------------------------------*/


#contents .content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    color: #fff;  
}
#contents .content .container{
	display: flex;
	width: 100%;
}

#contents h3{
	margin-bottom: -10vh;
}

/*#contents .images{
	position: fixed;
	top:25%;
	left:10%;
	width: 50%;
	height: 100%;
}*/

#contents .images{
	width: 50%;
	position: relative;
	margin-top: -5%;
}
#contents .images img{
	
}
#contents .images .image{
	position: absolute;
	z-index: 30;
	transition: all 1s ease-in;
	opacity: 0;
}

#contents .images .background-image{
	position: absolute;
	z-index: 20;
	left: -1200px;
	opacity: 0;
	max-width: 590px;
	transition: all 0.7s ease-in;
}
#contents .images .background-image img{
	max-width: 590px;
}


#contents .images-mobile{
	display: none;
    width: 100%;
    position: relative;
    margin-top: 0;
}
#contents .images-mobile .image {
    position: relative;
    transition: all 1s ease-in;
    z-index: 20;
    opacity: 0;
}
#contents .images-mobile .background-image {
    position: absolute;
    transition: all 0.7s ease-in;
    top: 0;
    z-index: 10;
    left: -600px;
    opacity: 0;
    max-width: 400px;
}
#contents .images-mobile .background-image img{
    max-width: 400px;
}


#contents .images .images-action .image, #contents .images-mobile.images-action .image{
	opacity: 1;
}
#contents .images .images-action .background-image, #contents .images-mobile.images-action .background-image{
	position: absolute;
	left: 0;
	opacity: 1;
	top: 0;
	max-width: none;
}



#contents .texts {
    width: 50%;
    color: #fff;
}
#contents .text-container {
    
}
#contents .indicator {
	font-size: 60px;
	font-weight: 200;
}
#contents h2 {
	font-size: 40px;
	margin: 16px 0 24px;
	font-weight: bold;
}
#contents .text {
	font-size: 20px;
}

/*------------------------------------------------------------------------------*/

#references{
	background-color: #fff;
	position: relative;
	z-index:100;
	padding-bottom: 100px;
}
#references .container{
	position: relative;
}
#references h3 {
	color: #3B3A38;
}
#references .decoration{
	width: 500px;
	height: 100px;
	background-size: 500px;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: -2000px;
	opacity: 0;
	transition: all 1s ease-in;
	z-index: -1;
}
#references.go .decoration{
	opacity: 1;
	left: -30px;
}


#references .blocks{
	margin: 160px 0 100px 0;
	text-align: center;
}
#references .reference{
	width: 226px;
	height: 226px;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 4px;
	vertical-align: top;
	margin: 5px 2px;
	position: relative;
}

#references .reference .logo{
	padding: 20px; 
}

#references .reference .texts{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(252, 77, 63, 0.9);
	top:0;
	color: #fff;
	text-align: left;
	padding-left: 16px;
	border-radius: 2px;
	opacity: 0;
	transition: all 0.3s ease-in;
}
#references .reference .texts .text{
	
}
#references .reference .texts .number{
	font-size: 50px;
	font-weight: bold;
	margin-top: 50px;
}
body.zh #references .reference .texts .number{
	font-size: 40px;
}
#references .reference .texts .unit{
	font-size: 30px;
	line-height: 34px;
}
body.zh #references .reference .texts .unit{
	font-size: 26px;
	line-height: 30px;
}


#references .reference:hover .texts{
	opacity: 1;
}




#references .blocks{
  margin: 120px auto;
}
/*#references .blocks:after {
  content: '';
  display: block;
  clear: both;
}
#references .reference{
  float: left;
}*/




#reference1{
	margin-top:-40px !important;
}
#reference2{
	
}
#reference3{
	margin-top:-40px !important;
}
#reference4{
	margin-top:-80px !important;
}
#reference5{
	margin-top:-120px !important;
}





/*------------------------------------------------------------------------------*/
#home-form{
	margin-top: -80px;
	padding: 100px 0 50px 0;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-color: "#fff";
    background-image: url(../img/form-background.svg);
    background-position: -220px 80px;
	background-color: #fff;
}
#home-form h2{
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	padding: 40px 0;
	max-width: 70%;
}


.form-container{
	width: 640px;
	position: relative;
}
.form-images-container{
	position: absolute;
	right: 0;
	bottom:0;
	z-index: 101;
	width: 690px;
	height: 680px;
	overflow: hidden;
}
.form-images-container .image{
	max-width: 690px;
    bottom: 0;
    right: 0;
    position: absolute;
    margin-bottom: -6px;
    z-index: 200;
}

.form-images-container .background-image{
	max-width: 690px;
    bottom: 0;
    position: absolute;
    margin-bottom: -6px;

	opacity: 0;
	right: -600px;
	transition: all 0.7s ease-in;
	z-index: 201;
	transform: rotate(330deg);
}
.form-images-container .background-image-2{
	transform: rotate(360deg);
}
.form-images-container.go .background-image{
	opacity: 1;
	right: 0;
	transform: rotate(360deg);
}

/*------------------------------------------------------------------------------*/

