.intro.page{

	position: relative;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: center;
	visibility: visible;
	padding-top: 0;

	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;

	-webkit-transform-style: preserve-3d; /* Chrome, Safari, Opera */
	
	transform-style: preserve-3d;

}

.intro.page:before{

	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;


}

.intro-logo{
	
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: -20px;
	width: 486px;
	height: 145px;



}

.intro .mock{
	opacity: 0.5;
	display: none;
}

.intro-1{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.intro-2{
	position: absolute;
	right: 0;
	top: 3px;
	visibility: hidden;
}

.intro-3{
	position: absolute;
	right: 0;
	bottom: 0;
	visibility: hidden;
}

.side-content{
	display: none;
}

.arrow-holder{
	display: none;
}

.video-wrapper{
	display: none;
}

.nav-container{
	display: none;
}

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

	.popup-close-button{
		right: 1em;
		top: 1em;
	}

	.popup-hit{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	
	.popup-wrapper{

		position: absolute;
		padding: 0;
		margin: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		font-size: 0;
		text-align: center;
		visibility: visible;

	}

	.popup-wrapper:before{

		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;


	}

	.popup-container{
		
		position: relative;
		z-index: 1;
		display: inline-block;
		vertical-align: middle;
		margin-top: -20px;


	}
	

	.popup-content{
		padding: 0 1em;
	}

	.popup-content img{
		display: inline-block;
	}

	.popup-box{
		margin: 0 auto;
		padding: 4em 4em;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #e6202f;
		border-radius: 3px;
		border: 1px solid #69080f;
	}

	.tag-container{

		padding: 8em 0;

	}

	.tag-container .field01{

		font-size: 40px;

	}

	.tag-container .field02{

		font-size: 60px;

	}

	.tag-container .scroll-arrow{
		margin: 1em 0;
		display: inline-block;
	}

	.scroll-arrow img{
		opacity: 0.65;
		-webkit-transition: 0.25s ease-out;
		-o-transition: 0.25s ease-out;
		transition: 0.25s ease-out;
	}

	.scroll-arrow:active img, .no-touch .scroll-arrow:hover img{
		opacity: 1;
	}

	.page.home .fi{

		padding: 4em 0;
		border-top-width: 0;

	}

	.home-section-wrapper{

		padding: 5em 0;

	}

	.home-section-wrapper .txt-holder{
	
		width: 80%;
		margin: 0 auto;

		padding: 2.5em 2em;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	

	}
	
	#xinwen .txt-holder{
	
/*		width: 68%;*/
		max-width: 100%;
		margin: 0 auto;
		padding: 2.5em 5em 0px 5em;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	

	}



	.home-section-wrapper .field01{
		font-size: 80px;
	}

	.home-section-wrapper .field02{
		font-size: 80px;
	}

	.home-section-wrapper .txt-holder .field06{
		padding: 24px 0 30px;
	}

	.home-section-wrapper .field06 > span{
		max-width: 370px;
	}

	.section.locations h2{
		font-size: 60px;
	}

	.location-item .field01{
		font-size: 40px;
	}

	.ezedit_body{

		padding: 3em 20% 10em 5%;

	}

	.image-content{

		padding: 3em 5% 3em;

	}

	h1{
		font-size: 52px;
	}

	.header{

		padding: 0 5%;

	}
	
	.interior-featured{
		display: block;
		position: absolute;
		bottom: -3em;
		right: 0;
		height: 0;
		
	}

	.interior-featured .fi{

		display: block;
		position: relative;
		padding: 0;
		margin: 0 0 3px;
		overflow: hidden;
		
	}

	.interior-featured .fi-container{

		background-color: #818181;
		-webkit-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;

		width: auto;
		padding: 0.75em 2em 0.75em 0.75em;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-transition: 0.25s ease-out;
		-o-transition: 0.25s ease-out;
		transition: 0.25s ease-out;

	}

	.csstransforms .fi-container{
		-webkit-transform: translate(10px, 0);
		-ms-transform: translate(10px, 0);
		-o-transform: translate(10px, 0);
		transform: translate(10px, 0);
	}

	.interior-featured .fi:active .fi-container, .no-touch .interior-featured .fi:hover .fi-container{
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);

		background-color: #dc1726;
	}

	.interior-featured .txt-holder{
		color: #FFF;
		font-size: 15px;
		text-align: left;
	}

	.interior-featured .field01{
		display: block;
		font-family: 'PT Sans', sans-serif;
		font-style: italic;
		font-weight: 400;
		line-height: 20px;
	}

	.interior-featured .field02{
		display: block;
		font-family: 'PT Sans', sans-serif;
		font-style: normal;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 1em;
	}

	.image-wrapper .prev, .image-wrapper .next{
		position: relative;
		z-index: 20;
		float: left;
		display: block;

		width: 12px;
		height: 20px;
		
		cursor: pointer;

		padding: 0.5em;

		-webkit-transition: 0.25s ease-out;
		-o-transition: 0.25s ease-out;
		transition: 0.25s ease-out;

	}

	.image-wrapper .prev img, .image-wrapper .next img{
		opacity: 0.5;
	}

	.image-wrapper .prev:hover img, .image-wrapper .next:hover img{
		
		opacity: 1;

	}

	.image-wrapper .arrow-holder{
		position: absolute;
		display: block;
		right: 60px;
		bottom: 0.625em;
	}

	.print-icon{
		right: 60px;
	}

	.series-container{

		position: absolute;
		display: block;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 0;

	}

	.series-item{

		position: absolute;
		z-index: 0;
		visibility: hidden;
		opacity: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;

		background-repeat: no-repeat;
		background-position: center center;

		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;


	}

	.page.subnav .image-holder{
		display: none;
	}

	.landing-item .txt-1{
		font-size: 40px;
	
	}

	.landing-item .txt-2{

		font-size: 65px;
	}

	.contact-item{

		float: left;
		
		width: 50%;
		max-width: 360px;

		padding: 0 2em 0 0;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}

}	

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

	.header-wrapper{

		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 99;

	}

	.page-wrapper{

		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;

	}

	.page-container{

		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;

	}

	.page{

		padding-top: 0;

	}

	.page.home{
		
		padding-top: 0;
		height: 100%;

	}

	.menu-button{
		display: none;
	}

	.mobile-nav-container{
		display: none;
	}	

	.nav-container{
		position: absolute;
		right: 60px;
		top: 52px;
		display: block;
/*		padding: 0 0 7px;*/
		border-bottom: 1px solid rgba(255,255,255,0.55);
		width: 560px;
	}

	.main-nav{
		margin: 0 0.5em 0 0.5em;
		padding: 0;
		list-style: none;
/*		display: none;*/
	}

	.main-nav > li{

		position: relative;
		display: block;
		float: left;
		margin: 0 0 0 0;
		padding: 0;
		color: #FFF;

	}

	.main-nav > li > a{
		display: block;
		font-size: 1em;
		font-family: 'proxima-nova-alt-ext-cond', 'proxima-nova', 'PT Sans', sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 1px;

		padding: 0 12px 0;

		background-color: transparent;

		-webkit-transition: 0.25s ease-out;
		-o-transition: 0.25s ease-out;
		transition: 0.25s ease-out;
	}

	.main-nav > li > a:active, .no-touch .main-nav > li > a:hover{
		color: #84d4ed;
	}

	.main-nav > li > a:active .img-holder, .no-touch .main-nav > li > a:hover .img-holder{

		-webkit-transform: translate(0, -6px);
		-ms-transform: translate(0, -6px);
		-o-transform: translate(0, -6px);
		transform: translate(0, -6px);

	}

	.main-nav > li > a .img-holder{

		height: 40px;		
		text-align: center;
		margin: 0 0 8px;

		-webkit-transition: 0.25s ease-out;
		-o-transition: 0.25s ease-out;
		transition: 0.25s ease-out;

		background-position: center -40px;
		background-repeat: no-repeat;

	}

	.main-nav > li .subnav-container{
		
		position: absolute;		
		top: 77px;
		left: -8px;
		width: 488px;

		visibility: hidden;
		display: none;

		background-color: #c8c8c8;


	}

	.main-nav > li .subnav{
		
		float: left;
		width: 200px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		list-style: none;
		
		white-space: nowrap;

		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;

		padding: 0 0.375em;
		margin: 1em 0 1em;

		border-right: 1px solid #e4e6e7;

	}

	.main-nav .subnav-container .img-wrapper{
		
		position: relative;
		width: auto;
		height: 238px;

		margin: 1em 1em 1em 216px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		border: 2px solid #e1e1e1;
		
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
/*
		visibility: hidden;
		opacity: 0;
*/


	}

	.subnav-container .img-holder{

		position: relative;
		width: 100%;
		height: 100%;


		background-repeat: no-repeat;
		background-position: center center;

		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	/*.main-nav > li .subnav-container:before{
		content: '';
		display: block;
				
		position: absolute;
		left: 30px;
		top: -10px;

		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 9px 10px 9px;
		border-color: transparent transparent #c8c8c8 transparent;

	}*/

	.main-nav .subnav > li{
		margin: 0 0 1px;
		padding: 0;
		color: #FFF;
	}

	.main-nav .subnav > li > a{

		display: block;
		
		font-size: 18px;
		font-family: 'proxima-nova-alt-ext-cond', 'proxima-nova', 'PT Sans', sans-serif;
		font-weight: 600;
		text-transform: none;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		padding: 4px 30px 4px 1em;
		background-color: transparent;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;

		-webkit-transition: 0.25s ease-out;
		-o-transition: 0.25s ease-out;
		transition: 0.25s ease-out;

	}

	.main-nav .subnav > li > a:active, .no-touch .main-nav .subnav > li > a:hover{
		background-color: #84d4ed;
	}

	.section{
		padding-top: 0;
		min-height: 100%;		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.section.home{
		height: 100%;
		background-attachment: fixed;
	}

	.section-content{
		height: 100%;
	}

	.lunbotu{
		height: 90%!important;
	}

	.page.default{
		min-height: 100%;
	}

	.home-nav{
		display: none;
		position: fixed;
		z-index: 99;
		top: 50%;
		right: 0;
		margin-top: -80px;
		list-style: none;
		padding: 0 22px 0 0;

	}

	.home-nav > li{
		position: relative;
		padding: 0;
		margin: 0 0 2px;
		white-space: nowrap;
		color: #FFF;

	}

	.home-nav > li > a{
		
		position: relative;
		display: block;
		
		font-size: 15px;
		font-weight: 700;
		font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
		padding: 8px 2em 8px 1em;
		text-transform: uppercase;

		-webkit-transition: 0.25s opacity ease-out;
		-o-transition: 0.25s opacity ease-out;
		transition: 0.25s opacity ease-out;
	}

	.home-nav > li > a span{
		position: relative;
		display: inline-block;
		z-index: 1;
		opacity: 0;

		-webkit-transition: 0.25s ease-out;
		-o-transition: 0.25s ease-out;
		transition: 0.25s ease-out;

		-webkit-transform: translate(10px, 0);
		-ms-transform: translate(10px, 0);
		-o-transform: translate(10px, 0);
		transform: translate(10px, 0);
	}

	.home-nav > li > a:active span, .no-touch .home-nav > li > a:hover span{
		opacity: 1;

		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.home-nav > li .bg{

		position: absolute;
		z-index: 0;
		right: 0;
		top: 0;
		width: 6px;
		height: 100%;

		background-color: #FFF;
		background-color: rgba(255,255,255,0.4);

		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		
		-webkit-transition: 0.25s ease-out;
		-o-transition: 0.25s ease-out;
		transition: 0.25s ease-out;

	}

	.home-nav > li > a:active .bg, .no-touch .home-nav > li > a:hover .bg{
		
		width: 100%;
		background-color: rgb(19, 81, 45);

		-webkit-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;

	}

	.home-nav > li.selected > a .bg{
		background-color: rgba(255,255,255,1);
		width: 10px;
		-webkit-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
	}

	.home-nav li a span{
		font-family:微软雅黑;
	}

	.home-nav > li img{

		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -6px;
		opacity: 0;

		-webkit-transform: translate(10px, 0);
		-ms-transform: translate(10px, 0);
		-o-transform: translate(10px, 0);
		transform: translate(10px, 0);

		-webkit-transition: 0.25s ease-out;
		-o-transition: 0.25s ease-out;
		transition: 0.25s ease-out;

	}

	.home-nav > li > a:active img, .no-touch .home-nav > li > a:hover img{

		opacity: 1;
		
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);

	}

	.home-nav > li.selected > a img{

	}

	.tag-container .field01{
		
		font-size: 46px;
		letter-spacing: 3.5px;
	
	}

	.tag-container .field02{
		
		font-size: 85px;
	
	}

	.tag-container .scroll-arrow{
		
		display: inline-block;
	}


	.tag-container{

		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		/* top: 44.4444444444444%; */
		top: 80%;
		margin-top: -50px;
	}

	.section.featured{
		height: 100%;
	}

	.section.featured .section-content{
		height: 100%;
	}
	
	.page.home .fi{

		width: 33%;
		height: 100%;
		float: left;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		border-bottom-width: 0;
		border-left: 1px solid #a7aaad;


	}

	.page.home .fi-container{

		position: absolute;
		width: 100%;
		left: 0;
		top: 50%;
		margin-top: -180px;

	}

	.section.featured .section-content > .fi:nth-child(2){
		width: 34%;		
	}

	.section.featured .section-content > .fi:first-child{
		
		border-width: 0;
	}

	.page.home .fi .img-holder{

		height: 80px;
		line-height: 80px;
		padding: 0 0 0.75em;

	}
	
	.page.home .fi .field01{

		font-size: 35px;

	}

	.page.home .fi .field02{

		font-size: 52px;
		padding: 0 0 12px;

	}

	.page.home .fi .field06{
		padding: 20px 0 70px;
	}

	.no-touch .page.home .fi-button{
		opacity: 0;
	}
	
	.page.home .fi:active .fi-button, .no-touch .page.home .fi:hover .fi-button{
		opacity: 1;
	}

	.fi-border{

		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 24px 24px 24px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}

	.fi-inner-border{
		position: relative;
		width: 100%;
		height: 100%;

	}

	.fi-top-border{
		
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-top: 1px solid #FFF;
		border-top: 1px solid rgba(255,255,255,0.75);
		border-bottom: 1px solid #FFF;
		border-bottom: 1px solid rgba(255,255,255,0.75);

		opacity: 0;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-transform: scale(0,1);
		-ms-transform: scale(0,1);
		-o-transform: scale(0,1);
		transform: scale(0,1);

		-webkit-transition: 0.4s ease-out;
		-o-transition: 0.4s ease-out;
		transition: 0.4s ease-out;

	}

	.fi-left-border{
		
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-left: 1px solid #FFF;
		border-left: 1px solid rgba(255,255,255,0.75);
		border-right: 1px solid #FFF;
		border-right: 1px solid rgba(255,255,255,0.75);

		opacity: 0;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-transform: scale(1,0);
		-ms-transform: scale(1,0);
		-o-transform: scale(1,0);
		transform: scale(1,0);

		-webkit-transition: 0.4s ease-out;
		-o-transition: 0.4s ease-out;
		transition: 0.4s ease-out;

	}

	.page.home .fi:active .fi-top-border, .no-touch .page.home .fi:hover .fi-top-border{
			-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;

	}

	.page.home .fi:active .fi-left-border, .no-touch .page.home .fi:hover .fi-left-border{
			-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;

	}

	.page.home .fi-bg{
		-webkit-transition: 0.5s ease-out;
		-o-transition: 0.5s ease-out;
		transition: 0.5s ease-out;
	}

	.page.home .fi:active .fi-bg, .no-touch .page.home .fi:hover .fi-bg{

		opacity: 0;

	}

	.section.featured1, .section.featured2, .section.featured3{

		height: 100%;

	}

	.home-section-wrapper{

		position: relative;
		width: 100%;
		height: 100%;
		font-size: 0;
		text-align: center;
		padding: 0;

	}

	.home-section-wrapper:before{

		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;

	}

	.home-section-wrapper .txt-holder{
		
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
	
	}

	.section.featured2 .home-section-wrapper .txt-holder{
		/*max-width: 480px;*/

	}

	.section.featured2 .home-section-wrapper{

		text-align: right;

	}

	.section.featured2 .home-section-wrapper .txt-holder{

		-webkit-border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
		border-radius: 4px 0 0 4px;
		padding: 2.5em 4em 2.5em 3em;
	}

	.section.featured2 .home-section-wrapper .field06 > span{
		

		max-width: none;

	}

	.section.featured3 .home-section-wrapper .txt-holder{
		max-width: 100%;

	}

	.section.featured3 .home-section-wrapper{

		text-align: center;

	}

	.section.featured3 .home-section-wrapper .txt-holder{

		-webkit-border-radius: 0 4px 4px 0;
		-moz-border-radius: 0 4px 4px 0;
		border-radius: 0 4px 4px 0;
		padding: 2.5em 3em 2.5em 3em;
	}

	.section.featured3 .home-section-wrapper .field06 > span{
		

		max-width: none;

	}

	.page.home .section.locations{
		height: 100%;
	}

	.section.locations .section-content{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}

	.contact-wrapper{
		padding: 0 0 4em;
	}

	.page.home .contact-wrapper{

		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		margin-top: -180px;
		text-align: center;
		padding: 0;

	}



	.locations-wrapper{
		
		font-size: 0;
		display: inline-block;
		margin-left: 0;

	}

	.section.locations h2{
		margin: 0 0 80px;
	}

	.location-item{

		float: left;
		margin-right: 2px;
		font-size: 16px;
		width: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		padding: 0 70px;
		border-bottom-width: 0;
		margin-right: 2px;

		border-right: 1px solid #e0e1e1;
		border-left: 1px solid #e0e1e1;
		height: 200px;
	}

	.locations-wrapper > .location-item:first-child{
		border-left-width: 0;
	}

	.locations-wrapper > .location-item:last-child{
		border-right-width: 0;
	}

	.header{
		padding: 0;
	}

	#logo{

		position: absolute;
		left: 0;
		top: 1em;

		line-height: 62px;

		-webkit-transform: translate(-260px, 0);
		-ms-transform: translate(-260px, 0);
		-o-transform: translate(-260px, 0);
		transform: translate(-260px, 0);

		padding: 25px 25px 25px 28px;
		background-color: #FFF;
		-webkit-border-radius: 0 4px 4px 0;
		-moz-border-radius: 0 4px 4px 0;
		border-radius: 0 4px 4px 0;
	}

	.norm-logo{
		/*width: 201px;
		height: 62px;*/

		-webkit-animation: from100X 300ms ease-out;
	    -moz-animation: from100X 300ms ease-out;
	    -ms-animation: from100X 300ms ease-out;


	}

	.scrolling .header-wrapper{
		background-color: #FFF;
		/*border-bottom: 1px solid transparent;*/
	}

	.scrolling .header{
		
		height: 72px;

	}

	.scrolling .norm-logo{

		display: none;

	}

	.scrolling .scroll-logo{
		display: inline-block;
		width: 156px;
		height: 43px;
		opacity: 1;

		-webkit-animation: rotateFromX 300ms ease-out;
	    -moz-animation: rotateFromX 300ms ease-out;
	    -ms-animation: rotateFromX 300ms ease-out;

	}

	.scrolling #logo{
		/*left: 50px;*/
		top: 0;
		padding: 0;
		background-color: transparent;
		height: 100%;
		line-height: 72px;
	}

	.scrolling .nav-container{
		top: -4px;
		right: 60px;
		border-width: 0;
	}

	.scrolling .main-nav > li{
		color: #b9b8b8;
		padding: 0;
		margin: 0;
	}
	.scrolling .main-nav > li > a{

		height: 76px;
		padding: 0 12px 0;

	}

	.scrolling .main-nav > li > a:active, .scrolling .main-nav > li > a:hover{

		background-color: #f6f5f5;

	}

	.scrolling .main-nav > li .subnav{
		top: 76px;

		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;

	}

	.scrolling .main-nav > li > a .img-holder{

		background-position: center 0;
		margin-bottom: 6px

	}

	.image-content{
		
		padding: 12.5em 60px 3.5em 60px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}

	h1{
		margin: 0;
		padding: 0;
	}

	.ezedit_body{
	
		padding: 72px 20% 8em 8%;

	}

	.content-wrapper{

		background-image: url(../images/watermark.png);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: right 380px;
		background-position-x: right !important;

	}

	.side-content{
		
		display: block;
		float: left;
		width: 240px;
		padding: 4.5em 0 0 0;	

	}

	.page.subnav .ezedit_body{
		
		margin-left: 240px;
		min-height: 300px;
		padding: 72px 20% 4em 60px;

	}

	.product-nav{

		margin: 0 0 0 0;
		padding: 0 26px 0 26px;
		list-style: none;
		border-right: 1px solid #DDD;

	}

	.product-nav > li{

		margin: 0;
		padding: 0;
		color: #5e5e5e;
		border-top: 1px solid rgba(0,0,0,0.2);

	}

	.product-nav > li:first-child{
		border-top-width: 0;
	}

	.product-nav > li > a{

		display: block;

		font-size: 18px;
		text-transform: uppercase;

		padding: 5px 0 5px 0;

		font-family: 'proxima-nova-alt-ext-cond', 'PT Sans', sans-serif;

		-webkit-transition: 0.25s ease-out;
		-o-transition: 0.25s ease-out;
		transition: 0.25s ease-out;

	}

	.product-nav > li > a:active, .no-touch .product-nav > li > a:hover{
		color: #767a7d !important;
	}

	.product-nav .subnav{
		
		list-style: none;
		margin: 0;
		padding: 0;

		height: 0;
		overflow: hidden;
		background-color: transparent;

	}

	.product-nav .subnav.show{
		height: auto;
	}

	.product-nav .subnav > li{
		
		white-space: nowrap;

		font-family: 'proxima-nova', 'PT Sans', sans-serif;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		color: #5fbedb;

		margin-bottom: 1px;

		background-color: transparent;		

	}

	.product-nav .subnav > li:last-child{

		margin-bottom: 8px;

	}

	.product-nav .subnav > li > a{

		display: block;
		
		text-transform: none;

		font-family: 'proxima-nova-alt-ext-cond', 'PT Sans', sans-serif;
		

		font-size: 16px;
		padding: 3px 0 3px 24px;
		font-weight: 700;

		background-image: url(../images/home_nav_arrow.png);
		background-repeat: no-repeat;
		background-position: -40px center;



		-webkit-transition: 0.25s ease-out;
		-o-transition: 0.25s ease-out;
		transition: 0.25s ease-out;


	}

	.product-nav > li .subnav > li.selected > a{

		background-color: #c2c2c2;
		color: #FFF !important;
		background-position-x: 6px;

	}

	.product-nav > li .subnav > li > a:active, .no-touch .product-nav > li .subnav > li > a:hover{

		color: #FFF !important;
		background-color: #5fbedb;
		background-position-x: 6px;
		
	}



	.page.products{
		width: 100%;
		height: 100%;
	}

	.landing-item-container{

		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		-ms-perspective: 1000px;
		perspective: 1000px;

		-webkit-transform-style: preserve-3d; /* Chrome, Safari, Opera */

		transform-style: preserve-3d;

		position: absolute;
		width: 50%;
		border-bottom: 0px solid #adadad;

	}

	.lic-0{

		left: 0;
		top: 0;
		height: 55%;

		border-bottom: 1px solid #adadad;
		border-right: 1px solid #adadad;

	}

	.lic-0 .txt-holder{

		margin-top: 80px;

	}

	.lic-0 .landing-nav{
		margin-top: 80px;
	}

	.lic-1{
		right: 0;
		top: 0;
		height: 55%;
		border-bottom: 1px solid #adadad;
	}

	.lic-1 .txt-holder{

		margin-top: 80px;

	}

	.lic-1 .landing-nav{
		margin-top: 80px;
	}

	.lic-2{
		left: 0;
		bottom: 0;
		height: 45%;
		border-right: 1px solid #adadad;

	}

	.lic-3{
		right: 0;
		bottom: 0;
		height: 45%;
	}

	.video-wrapper{

		position: absolute;
		display: block;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;

	}

	.video-container{

		width: 100%;
		height: 100%;
		position: absolute;
		padding:0;
		margin:0;
		left: 0px;
		top: 0px;
		z-index: 0;
		overflow:hidden;

	}

	
	.video-container > video {
		min-height: 100%;
		min-width:100%;
		position:absolute;
		bottom:0;
		left:0;
	}

	.landing-nav > li > a{
		
		font-size: 26px;
		line-height: 1.5em;
		letter-spacing: 3px;

	}

	.footer-wrapper{
		text-align: right;
	}

	.page.home .footer-wrapper{
		text-align: center;
	}

	.footer{

		/*padding: 0 1.75em 0 0;
*/
	}
	
	.home-notifications-wrapper{
		display: block;
		position: absolute;
		right: 60px;
		bottom: 20px;
		text-align: left;
	}

	.home-notifications-container{
		
		display: block;
		position: relative;	

		padding: 1em 1.5em 0 1em;
		
		background-color: rgba(230, 32, 47, 0.55);
		border: 1px solid rgba(255, 255, 255, 0.5);

		width: 250px;
		height: 136px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;

		-webkit-transition: 0.25s background-color ease-out;
		-o-transition: 0.25s background-color ease-out;
		transition: 0.25s background-color ease-out;


		overflow: hidden;


	}

	.home-notifications{
		
		display: block;
		position: relative;	

	}

	.home-notifications-container .field01{
		font-family: 'PT Sans Narrow', sans-serif;
		text-transform: uppercase;
		color: #FFF;
		font-weight: 700;
		font-size: 14px;
		line-height: 18px;
		margin: -2px 0 4px;
	}

	.home-notifications-container .field06{
		font-family: 'proxima-nova', sans-serif;
		text-transform: none;
		font-style: italic;
		color: #FFF;
		font-weight: 400;
		font-size: 12px;
		line-height: 1.1em;

		margin: 0 0 13px;
	}

	.home-notifications-wrapper .notification-button{
		
		font-size: 12px;
		color: #FFF !important;

		font-family: 'PT Sans Narrow', sans-serif;

		padding: 4px 10px;

		background-color: rgba(255, 255, 255, 0.5);
		border-width: 0;

		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;

	}

	.no-touch .home-notifications-container:hover{

		background-color: rgb(230, 32, 47);

	}

	.no-touch .notification-button:hover{
		
		color: #FFF !important;
	}

	.home-notifications-close{
		
		position: absolute;
		z-index: 2;
		right: 6px;
		top: 6px;	
		width: 15px;
		height: 15px;


		cursor: pointer;


		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);

	}

	.home-notifications-close .h-line{
		position: absolute;
		left: 7px;
		top: 0;
		height: 100%;
		width: 1px;
		background-color: #ccc;

		-webkit-transition: 0.25s ease-out;
		-o-transition: 0.25s ease-out;
		transition: 0.25s ease-out;
	}

	.home-notifications-close .v-line{
		position: absolute;
		left: 0;
		top: 7px;
		width: 100%;
		height: 1px;
		background-color: #ccc;

		-webkit-transition: 0.25s ease-out;
		-o-transition: 0.25s ease-out;
		transition: 0.25s ease-out;
	}

	.no-touch .home-notifications-close:hover .v-line, .no-touch .home-notifications-close:hover .h-line{
		
		background-color: #FFF;
			
	}

	@-webkit-keyframes rotateFromX {
	    from {
	        opacity: 0;
	        -webkit-transform: rotateX(180deg) translate(0px,0);
	    }
	    to {
	        opacity: 1;
	        -webkit-transform: rotateX(0deg) translate(0,0);
	    }
	}
	@-moz-keyframes rotateFromX {
	    from {
	        opacity: 0;
	        -moz-transform: rotateX(180deg) translate(0px,0);
	    }
	    to {
	        opacity: 1;
	        -moz-transform: rotateX(0deg) translate(0,0);
	    }
	}
	@-ms-keyframes rotateFromX {
	    from {
	        opacity: 0;
	        -ms-transform: rotateX(180deg) translate(0px,0);
	    }
	    to {
	        opacity: 1;
	        -ms-transform: rotateX(0deg) translate(0,0);
	    }
	}

	@-webkit-keyframes rotateFromX {
	    from {
	        opacity: 0;
	        -webkit-transform: rotateX(180deg) translate(0px,0);
	    }
	    to {
	        opacity: 1;
	        -webkit-transform: rotateX(0deg) translate(0,0);
	    }
	}
	@-moz-keyframes rotateFromX {
	    from {
	        opacity: 0;
	        -moz-transform: rotateX(180deg) translate(0px,0);
	    }
	    to {
	        opacity: 1;
	        -moz-transform: rotateX(0deg) translate(0,0);
	    }
	}
	@-ms-keyframes rotateFromX {
	    from {
	        opacity: 0;
	        -ms-transform: rotateX(180deg) translate(0px,0);
	    }
	    to {
	        opacity: 1;
	        -ms-transform: rotateX(0deg) translate(0,0);
	    }
	}

	@-webkit-keyframes from100X {
	    from {
	        opacity: 0;
	        -webkit-transform: translate(-100px, 0);
	    }
	    to {
	        opacity: 1;
	        -webkit-transform: translate(0,0);
	    }
	}
	@-moz-keyframes from100X {
	    from {
	        opacity: 0;
	        -moz-transform: translate(-100px, 0);
	    }
	    to {
	        opacity: 1;
	        -moz-transform: translate(0,0);
	    }
	}
	@-ms-keyframes from100X {
	    from {
	        opacity: 0;
	        -ms-transform: translate(-100px, 0);
	    }
	    to {
	        opacity: 1;
	        -ms-transform: translate(0,0);
	    }
	}

	.lic-0 .landing-border, .lic-1 .landing-border{
		padding-top: 98px;
	}

}

/* 1. No object-fit support: */
@media (min-aspect-ratio: 16/9) {
	.video-wrapper > video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
	.video-wrapper > video { width: 300%; left: -100%; }
}

/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
	.video-wrapper > video {
		top: 0; left: 0;
		width: 100%; height: 100%;
		object-fit: cover;
	}
}

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

	
	.no-touch .parallax-bg{
		background-attachment: fixed;
		background-position: 50% 0;
		-webkit-background-size: auto;
		-moz-background-size: auto;
		-ms-background-size: auto;
		-o-background-size: auto;
		background-size: auto;

	}

	.image-content{
		
		padding: 15em 60px 0 60px;

		height: 380px;


	}

	.ezedit_body{
	
		padding: 72px 20% 6em 8%;

	}

	.page.subnav .ezedit_body{
		
		margin-left: 240px;
		padding: 72px 20% 6em 60px;
		
	}

}

@media only screen and (min-width: 1200px) {
	
	.ezedit_body{
	
		padding: 72px 20% 10em 254px;
		max-width: 1000px;

	}

	.landing-nav > li > a{
		
		font-size: 30px;
		line-height: 1.5em;
		letter-spacing: 3px;

	}


	.touch .home-nav{
		display: none;
	}

	.home-nav{

		display: block;

	}


	.page.home .fi .field02{

		font-size: 65px;
		

	}


}




/*首页*/


.button button {
	padding: 0 10px;
	border:0;
	border:1px solid #fff;
	background-color:rgba(16, 80, 43,0.8);
	font-size:14px;
	border-radius:10px;
    box-shadow:2px 3px 5px #333;
	margin:40px 0 30px 0;
}

.button button:nth-child(1) {
	margin-right:10px;
}

.button button:hover{
	background-color:#fff;

}

.button button:hover a{
	color:red;

	
}
