@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");

/* Wrapper */

	.wrapper {
		margin-bottom: 5em;
		padding: 5em;
	}

		.wrapper.style1 {
			padding: 0;
		}

		.wrapper.style2 {
			background-color: #83d3c9;
			background-image: url("images/light-bl.svg"), url("images/light-br.svg");
			background-position: bottom left, bottom right;
			background-repeat: no-repeat, no-repeat;
			background-size: 25em, 25em;
			color: #fff;		    
		}

			.wrapper.style2 .button:hover {
				background: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style2 .button.special {
				background: #fff;
				border-color: #fff;
				color: #83d3c9 !important;
			}

				.wrapper.style2 .button.special:hover {
					border-color: inherit !important;
					color: #fff !important;
				}

		.wrapper.style3 {
			background: #fff;
			color: inherit;
		}

		.wrapper.style4 {
			background: #fff;
			color: inherit;
			padding: 4em;

		}

/* Header */

	@-moz-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	#header {
		background: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		color: inherit;
		cursor: default;
		font-size: 0.9em; /*修改0.8em */
		left: 0;
		padding: 0.4em 1.5em 0.8em; /*修改1em 1.5em */
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header h1 {
			font-weight: 900;
			margin: 0;
			font-size:1.2em;
		}

			#header h1 span {
				font-weight: 300;
				font-size:0.8em;
			}

		#header nav {
			letter-spacing: 0.075em;
			position: absolute;
			right: 1.5em;
			text-transform: uppercase;
			top: 0.75em;
		}

			#header nav ul li {
				display: inline-block;
				margin-left: 1.5em;
			}

				#header nav ul li > ul {
					display: none;
				}

				#header nav ul li a {
					border: solid 1px transparent;
					color: inherit;
					display: inline-block;
					line-height: 1em;
					padding: 0.6em 0.75em;
					text-decoration: none;
				}

				#header nav ul li input[type="button"],
				#header nav ul li input[type="submit"],
				#header nav ul li input[type="reset"]{
					font-size: 1em;
					min-width: 0;
					width: auto;
				}
				/*修改 font-size: 1em;*/
				#header nav ul li .button {
					font-size: 0.7em;
					min-width: 0;
					width: auto;
				}

				#header nav ul li.submenu > a {
					text-decoration: none;
				}

					#header nav ul li.submenu > a:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#header nav ul li.submenu > a:before {
						content: '\f107';
						margin-right: 0.65em;
					}

				#header nav ul li.active > a, #header nav ul li:hover > a {
					-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
					background: rgba(188, 202, 206, 0.15);
				}

				#header nav ul li.current > a {
					font-weight: 900;
				}

				

		#header.reveal {
			-moz-animation: reveal-header 0.5s;
			-webkit-animation: reveal-header 0.5s;
			-ms-animation: reveal-header 0.5s;
			animation: reveal-header 0.5s;
		}

		#header.alt h1 {
			color:#83D3C9;
		}
		
			#header.alt h1 span {
			    color:#fff;
			}		

		#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			background: transparent;
			box-shadow: none;
			color: #fff;
			padding: 0.75em 2.5em; /*修改 padding: 1em 2.5em;*/
			position: absolute;
		}

			#header.alt nav {
				right: 2.5em;
				top: 0.75em; /*修改 top: 1.75em;*/
			}

				#header.alt nav ul li.active > a, #header.alt nav ul li:hover > a {
					border: solid 1px;
				}

/* Dropotron */

	.dropotron {
		background: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		line-height: 2.25em;
		min-width: 13em;
		padding: 1em 0;
		text-transform: uppercase;
		margin-top: calc(-1em + 1px);
	}

		.dropotron.level-0 {
			font-size: 0.7em;
			font-weight: 400;
			margin-top: 1.5em;
		}

			.dropotron.level-0:before {
				border-bottom: solid 0.5em #fff;
				border-left: solid 0.5em transparent;
				border-right: solid 0.5em transparent;
				content: '';
				left: 0.75em;
				position: absolute;
				top: -0.45em;
			}

		.dropotron > li {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
		}

			.dropotron > li > a {
				-moz-transition: none;
				-webkit-transition: none;
				-ms-transition: none;
				transition: none;
				color: inherit;
				text-decoration: none;
				padding: 0 1em;
				border: 0;
			}

			.dropotron > li:hover > a {
				background: #83d3c9;
				color: #fff;
			}

			.dropotron > li:first-child {
				border-top: 0;
			}

/* Banner */

	@-moz-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	#banner {
		background-attachment: scroll, scroll, scroll, fixed;
		/*background-color: #645862;
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/banner.jpg");*/
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: #fff;
		cursor: default;
		padding: 0; /*FIX 2018-1016 padding: 6em 0; */
		text-align: center;
	}

		#banner .inner {
			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			background: rgba(52, 27, 43, 0.5);
			color: #fff;
			display: inline-block;
			opacity: 0;
			padding: 3em;
			text-align: center;
		}

			#banner .inner header {
				display: inline-block;
				border-bottom: solid 2px;
				border-top: solid 2px;
				margin: 0 0 2em 0;
				padding: 3px 0 3px 0;
			}

				#banner .inner header h2 {
					border-bottom: solid 2px;
					border-top: solid 2px;
					font-size: 2.5em;
					font-weight: 900;
					letter-spacing: 0.2em;
					margin: 0;
					padding-left: 0.05em;
					position: relative;
					text-transform: uppercase;
				}

			#banner .inner p {
				letter-spacing: 0.1em;
				margin: 0;
				text-transform: uppercase;
			}

				#banner .inner p a {
					color: inherit;
					font-weight: 400;
					text-decoration: none;
				}

			#banner .inner footer {
				margin: 2em 0 0 0;
			}

/* Main */

	#main {
		background-image: url("images/dark-tl.svg"), url("images/dark-tr.svg"), url("images/dark-bl.svg"), url("images/dark-br.svg");
		background-position: top left, top right, bottom left, bottom right;
		background-repeat: no-repeat;
		background-size: 25em;
		padding: 7em 0 2.5em;
	}

		#main > :last-child {
			margin-bottom: 0;
		}

		#main .sidebar section {
			/*border-top: solid 1px rgba(124, 128, 129, 0.2);*/
			margin: 3em 0 0 0; /*margin: 3em 0 0 0;*/
			padding: 0 0 0 0; /*padding: 3em 0 0 0;*/
			background:#000;
		}

			#main .sidebar section:first-child {
				border-top: 0;
				padding-top: 0;
				margin-top: 0;
			}
			
					#main .sidebar h3 {
						padding:1em 1em 0em;line-height:1em;
					}
					
					#main .sidebar p {
						padding:0 1.5em 1em; font-size:0.8em; color:#fff;
					}

	body.index #main {
		padding-top: 5em;
		background:#fff;
	}
	

	
/* CUSTOMER--multislider */

	#customer {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: #65C9BC; /*#645862;*/
		background-image: url("images/light-tl.svg"), url("images/light-tr.svg")/*, url("images/overlay.png"), url("../../images/banner.jpg")*/;
		background-position: top left, top right, top left, bottom center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;/**/
		color: #fff;
		padding: 3em;
		text-align: center;
	}

		#customer header {
			margin-bottom: 1em;
		}


/* CTA */

	#cta {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: #AC467B;
		background-image:url("images/overlay.png"), url("../../images/banner02.jpg");
		background-position:top left, bottom center;
		background-repeat:repeat, no-repeat;
		background-size:auto, cover;
		color: #fff;
		padding: 3em;
		text-align: center;
	}
	/**/
	
	/*
	#cta {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: #AC467B; 

		background-position: top left, top right, top left, bottom center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: #fff;
		padding: 3em;
		text-align: center;
	}	*/
		 /*background-image:url("images/light-tl.svg"), url("images/light-tr.svg"), url("images/overlay.png"), url("../../images/banner.jpg");*/	

		#cta header {
			margin-bottom: 2em;
		}

/* Footer */

	#footer {
		background: #E8EEF4;
		color: #7c8081;
		padding: 5em 5em 10em 5em;
		text-align: center;
	}

		#footer .copyright {
			font-size: 0.8em;
			line-height: 1em;
		}

			#footer .copyright a {
				color: inherit;
			}

			#footer .copyright li {
				display: inline-block;
				margin-left: 1em;
				padding-left: 1em;
				border-left: dotted 1px;
			}

				#footer .copyright li:first-child {
					margin: 0;
					padding: 0;
					border: 0;
				}

/* Wide */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 14pt;
			}

		/* Section/Article */

			header.special {
				padding-top: 5.5em; /*em;*/
				margin-bottom: 4em;
			}

	}

/* Normal */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
				letter-spacing: 0.025em;
				line-height: 1.65em;
			}

			h1, h2, h3, h4, h5, h6 {
				line-height: 1.5em;
			}

		/* Section/Article */

			header.major {
				padding-bottom: 1.5em;
			}

			footer.major {
				padding-top: 2em;
			}

		/* Wrapper */

			.wrapper {
				margin-bottom: 4em;
				padding: 4em 3em;
			}

				.wrapper.style4 {
					padding: 3em;
				}
				
				#style-index.wrapper.style4 {
					padding: 3em 1em;/*9.30修改*/
				}

		/* Header */

			#header nav ul li {
				margin-left: 1em;
			}

		/* Banner */

			#banner {
				background-attachment: scroll;
			}

		/* CTA */

			#cta {
				padding: 4em;
				background-attachment: scroll;
			}
			
			#customer {
				padding: 4em 2em; /*9.30修改*/
				background-attachment: scroll;
			}	


			

		/* Footer */

			#footer {
				padding: 4em;
			}

	}
	
	


/* Narrow */

	@media screen and (max-width: 980px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
				letter-spacing: 0.025em;
				line-height: 1.5em;
			}

		/* Section/Article */

			header br {
				display: none;
			}

			header.major {
				padding-bottom: 1em;
			}

			header.special {
				padding-left: 2.5em;
				padding-right: 2.5em;
			}

			footer.major {
				padding-top: 1.5em;
			}

		/* Wrapper */

			.wrapper {
				margin-bottom: 3em;
				padding: 3em 2.5em;
			}

				.wrapper.special br {
					display: none;
				}

				.wrapper.style1 {
					padding: 0 2.5em;
				}

				.wrapper.style2 {
					background-size: 15em;
				}

				.wrapper.style4 {
					padding: 2.5em;
				}

		/* Banner */

			#banner {
				background-size: 15em, 15em, auto, cover;
			}

		/* Main */

			#main {
				background-size: 15em;
			}

		/* CTA */

			#cta {
				/*background-size: 15em, 15em, auto, cover;*/
				background-size:auto, cover;

				padding: 3em;
			}
			
			#customer {
				background-size: 15em, 15em, auto, cover;
				padding: 3em;
			}
			

	}

/* Narrower */

	#navPanel, #navButton {
		display: none;
	}

	@media screen and (max-width: 840px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			header.major {
				padding-bottom: 0.25em;
			}

			header.special {
				margin-bottom: 4em;
				padding-top: 5em;
			}

				header.special:before, header.special:after {
					width: 40%;
				}

				header.special h2 + p {
					padding-top: 1.25em;
				}

		/* Section/Article */

			section {
				margin: 1em 0 1em 0;
			}

				section:first-child {
					margin-top: 0;
				}

		/* Button */

			input[type="button"].small,
			input[type="submit"].small,
			input[type="reset"].small,
			.button.small {
				font-size: 0.8em;
				min-width: 18em;
				padding: 0.75em 0;
			}
			
			.button.box-r {
				font-size: 1em;
				min-width: 0;
				max-width:40%;
				padding: 0.75em 0;
			}

		/* List */

			ul.featured-icons {
				margin: 0;
			}

				ul.featured-icons li {
					display: inline-block;
					float: none;
					width: auto;
				}

					ul.featured-icons li .icon {
						font-size: 4em;
						width: 1.25em;
					}

			ul.buttons li {
				display: block;
				padding: 1em 0 0 0;
			}

		/* Header */

			#header {
				display: none;
			}

		/* Banner */

			#banner {
				margin: 0;
				padding: 3.55em 0 0; /*FIX-add 2018-1016 */
			}

		/* Wrapper */

			.wrapper.special-alt {
				text-align: center;
			}

			.wrapper.style4 {
				padding-bottom: 3em;
			}

		/* Main */

			#main {
				padding: 5em 0;
			}

				#main .sidebar {
					border-top: solid 1px rgba(124, 128, 129, 0.1);
					padding-top: 3em;
				}

					#main .sidebar section {
						border-top: 0;
						padding-top: 0;
					}


			body.index #main {
				padding-top: 4.5em;

			}

		/* CTA */

			#cta {
				margin: 0;
			}
			#customer {
				margin: 0;
			}
			

			
		/* Footer */

			#footer {
				padding: 4em 1.5em;
			}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;

			}

			#navButton {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 60px; /*60px;*/
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				background:#000; /*FIX-ADD 2018-1016  #f6f6f6;*/				
			}

				#navButton .toggle {
					text-decoration: none;
					height: 50px;
					left: 0;
					position: absolute;
					text-align: center;
					top: 0;
					width: 100%;
					border: 0;
					outline: 0;
				}

					#navButton .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#navButton .toggle:before {
						color: #fff;
						content: '\f0c9';
						font-size: 1em;
						height: 40px;
						left: 10px;
						line-height: 40px;
						opacity: 0.5;
						position: absolute;
						top: 11px;
						width: 50px;
						z-index: 1;
					}

					#navButton .toggle:after {
						/*background: rgba(163, 169, 170, 0.75);*/
						background: #83d3c9; /*#83d3c9;*/
                        opacity:1;
						/*border-radius: 2px;*/
						content: '';
						height: 40px;
						left: 10px;
						position: absolute;
						top: 10px;
						width: 50px;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #1c2021;
				color: #83D3C9; 
				font-size: 0.8em;
				letter-spacing: 0.075em;
				text-transform: uppercase;
				padding: 0.25em 0.75em 1em 0.75em;
			}

				#navPanel .link {
					border: 0;
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					color: inherit;
					display: block;
					height: 3em;
					line-height: 3em;
					opacity: 0.75;
					text-decoration: none;
				}

				
					#navPanel .link.depth-0 {
						font-weight: 900;
						color: #fff; 

					}
				

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;

				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;	
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navButton {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

/* Mobile */

	@media screen and (max-width: 736px) {

		/* Basic */

			body {
				min-width: 320px;
			}

			h2 {
				font-size: 1.25em;
				letter-spacing: 0.1em;
			}

			h3 {
				font-size: 1em;
				letter-spacing: 0.025em;
			}

			p {
				text-align: justify;
			}

		/* Section/Article */

			header {
				text-align: center;
			}

				header.major {
					padding-bottom: 0;
				}

				header.special {
					margin-bottom: 3em;
					padding-left: 1.5em;
					padding-right: 1.5em;
				}

					header.special:before, header.special:after {
						width: 38%;
					}

					header.special .icon {
						font-size: 0.75em;
						top: 1.5em;
					}

				header p {
					text-align: center;
				}

			footer.major {
				padding-top: 0;
			}

		/* Icon */

			.icon.circle {
				font-size: 1em;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			.button {
				max-width: 20em;
				width: 100%;
			}

				input[type="button"].fit,
				input[type="submit"].fit,
				input[type="reset"].fit,
				.button.fit {
					width: auto;
				}

		/* List */

			ul.icons li {
				padding-left: 0.25em;
			}

			ul.featured-icons li .icon {
				width: 1.1em;
			}

			ul.buttons {
				text-align: center;
			}

		/* Wrapper */

			.wrapper {
				margin-bottom: 2.5em;
				padding: 2.25em 1.5em;
			}

				.wrapper.special br {
					display: none;
				}

				.wrapper.style1 {
					padding: 0 1.5em;
				}

				.wrapper.style2 {
					background-size: 10em;
					padding: 2.25em 1.5em;
				}

				.wrapper.style4 {
					background-size: 10em;
					padding: 1.5em 1.5em 3em 1.5em;
				}

		/* Banner */

			#banner {
				background-size: 10em, 10em, auto, cover;
				padding: 2.85em 0 0; /*FIX 2018-1016 padding: 6em 0; */
			}

				#banner .inner {
					background: none;
					display: block;
					padding: 0 1.5em;
				}

					#banner .inner header h2 {
						font-size: 1.5em;
					}

					#banner .inner p {
						text-align: center;
					}

					#banner .inner br {
						display: none;
					}

		/* Main */

			#main {
				background-size: 10em;
				padding: 3.5em 0 2.5em 0;
			}

			body.index #main {
				padding: 2.5em 0 0 0;
			}
			
			body.index #main .style-p{
				padding: 0em 1.5em; text-align:left;
			}

			body.contact #main {
				padding-bottom: 0;
			}

		/* CTA */

			#cta {
				/*background-size: 10em, 10em, auto, cover;*/
				background-size:auto, cover;

				padding: 3em 1.5em;
			}
			
			#customer {
				background-size: 10em, 10em, auto, cover;
				padding: 3em 1.5em;
			}
			

			

		/* Footer */

			#footer {
				padding: 3em 1.5em;
			}

				#footer .copyright li {
					display: block;
					margin: 1em 0 0 0;
					padding: 0;
					border: 0;
				}

		/* Off-Canvas Navigation */
		
			#navButton {
				height: 50px; /*60px;*/
			}
		

			#navButton .toggle:before {
				top: 8px;
				left: 8px;
				width: 50px;
				height: 34px;
				line-height: 34px;
			}

			#navButton .toggle:after {
				top: 8px;
				left: 8px;
				width: 50px;
				height: 34px;
			}

	}
	
	
/*---------------------------------	
PRODUCT---------------------------------*/	
	
/* Banner */

	.product #banner2 {
		       padding: 6.5em 0 7em 0 ;
				background-color: #000;
				/*background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("../../images/banner.jpg");*/
				background-size: auto, cover;
				background-position: center, center;
				margin-bottom: -6.5em;
	
	}
	

		.product #banner2 .inner {
			margin: 0 auto;
			width: 60%;
		}
		
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

			#banner2 .inner header {
				margin: 0 0 2em 0;
				padding: 5px;
			}

/*				#banner2 .inner header h2 {
					font-size: 2.5em;
					font-weight: 900;
					letter-spacing: 0.2em;
					margin: 0;
					text-transform: uppercase;
				}
				
				#banner2 .inner header h2 span.polys{
					color:#EA7D32;
					border: solid 2px #ccc;
					padding:0.2em;
				}
*/				
				
				#banner2 .img2 {
					float: right;
					z-index:1;
					width:55%;
					padding-left:1em;
				}

				#banner2 .img-brand {
					border:4px solid #fff; 
					padding:0.8em;
				}				


		.product #banner2 p {
			/*font-family: Raleway, Helvetica, sans-serif;*/
			font-size: 1.2em;
			font-weight: 200;
			letter-spacing: 0.1em;
			line-height: 2em;
			text-transform: uppercase;
			color:#F5E42C;
			margin-top:1em;
		}
		
		.product #banner2 span{
			/*font-family: Raleway, Helvetica, sans-serif;*/
			font-size: 1em;
			font-weight: normal;
			letter-spacing: 0.05em;
			line-height: 1em;
			text-transform: none;
			color:#fff;
			margin-top:0em;

		}
		

		@media screen and (max-width: 1280px) {

			.product #banner2 {
				padding: 7em 0 8.25em 0 ;
				background-color: #000;
				/*background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("../../images/banner.jpg");*/
				background-size: auto, cover;
				background-position: center, center;
				margin-bottom: -6.5em;
			
			}
			
				#banner2 .img-brand {
					width:40%;
				}
				

		}

		@media screen and (max-width: 980px) {

			.product #banner2 {
				padding: 8em 3em 10.5em 3em ;
				margin-bottom: -4.75em;
			}

				.product #banner2 .inner {
					width: 100%;
				}
				
			body.product{
				background:#000;
			}
			
			img.downmate_a{width: 100%;}

		}

		@media screen and (max-width: 736px) {

			.product #banner2 {
				padding: 4em 2em 4.25em 2em ;
				/*margin-bottom: -2.5em;*/
			}

				/*.product #banner2 h2 {
					font-size: 1.8em;
				}*/

				.product #banner2 p {
					font-size: 1.4em;
					line-height:1.4em;
					text-align:left;
				}
				
			
				#banner2 .img2 {
					/*float: right;*/
					z-index:0;
					width:100%;
					padding-left:0em;
				}
				
				#banner2 .img-brand{
					width:100%;
				}
				
			body.product{
				background:#000;
			}

		}
		
		
	
	.wrap{
		background-color: #fff;
		margin: 6.5em 0;
		position: relative;
	}

		.wrap:before, .wrap:after {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:#fff' /%3E%3C/svg%3E");
		}

		.wrap:before {
			box-shadow: inset 0 -1px 0 0 #8, 0 1px 0 0 #fff;
		}

		.wrap:after {
			box-shadow: inset 0 -1px 0 0 #yellow, 0 1px 0 0 #fff;
		}

		.wrap:before, .wrap:after {
			background-repeat: no-repeat;
			background-size: 100% 100%;
			content: '';
			display: block;
			height: 6.5em;
			position: absolute;
			width: 100%;
		}

		.wrap:before {
			left: 0;
			top: -6.5em;
		}

		.wrap:after {
			-moz-transform: scaleY(-1) scaleX(-1);
			-webkit-transform: scaleY(-1) scaleX(-1);
			-ms-transform: scaleY(-1) scaleX(-1);
			transform: scaleY(-1) scaleX(-1);
			bottom: -6.5em;
			left: 0;
		}



		.wrap .inner {
			padding: 3em 0 1em 0 ;
			margin: 0 auto;
			width: 55em;
		}




		.wrap.spotlight {
			background-color: #fff;
		}

			.wrap.spotlight:before, .wrap.spotlight:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(255,255,255)' /%3E%3C/svg%3E");
			}

			.wrap.spotlight:before {
				box-shadow: inset 0 -1px 0 0 #fff, 0 1px 0 0 #fff;
			}

			.wrap.spotlight:after {
				box-shadow: inset 0 -1px 0 0 #fff, 0 1px 0 0 #fff;
			}

			.wrap.spotlight .inner {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-flex-direction: row-reverse;
				-webkit-flex-direction: row-reverse;
				-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
				
			}

			.wrap.spotlight .image2 {
				border-radius: 100%;
				margin: 0 0em 2em 3em;
				width: 60%;
				overflow: hidden;
				-ms-flex: 2;
			}

				.wrap.spotlight .image2 img, .wrap.spotlight .image-downmate img {
					border-radius: 100%;
					width: 100%;
				}
				
			.wrap.spotlight .image-downmate {
				border-radius: 100%;
				margin:0 auto 1.5em;
				width: 30%;
				text-align:center;
				overflow: hidden;
				-ms-flex: 2;
			}
				

			.wrap.spotlight .content {
					color:#333;
				width: 100%;
				-ms-flex: 1;
			}

			.wrap.spotlight:nth-child(2n - 1) .inner {
				-moz-flex-direction: row;
				-webkit-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row;
				text-align: left;
			}

			.wrap.spotlight:nth-child(2n - 1) .image2 {
				margin: 0 3em 2em 0;
			}

			.wrap.spotlight.style-polys {background-color: #F5E42C;}
				.wrap.spotlight.style-polys:before, .wrap.spotlight.style-polys:after {
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(245,228,44)' /%3E%3C/svg%3E");
				} /*fill:rgb() ---要用RGB color 才能在ie9顯示 */
				.wrap.spotlight.style-polys:before {box-shadow: inset 0 -1px 0 0 #F5E42C, 0 1px 0 0 #F5E42C;}
				.wrap.spotlight.style-polys:after {box-shadow: inset 0 -1px 0 0 #F5E42C, 0 1px 0 0 #F5E42C;}
					
			.wrap.spotlight.style-ventwall {background-color: #234739;}
				.wrap.spotlight.style-ventwall:before, .wrap.spotlight.style-ventwall:after {
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(35,71,57)' /%3E%3C/svg%3E");
				} /*fill:rgb() ---要用RGB color 才能在ie9顯示 */
				.wrap.spotlight.style-ventwall:before {box-shadow: inset 0 -1px 0 0 #234739, 0 1px 0 0 #234739;}
				.wrap.spotlight.style-ventwall:after {box-shadow: inset 0 -1px 0 0 #234739, 0 1px 0 0 #234739;}
		
			.wrap.spotlight.style-trilite {background-color: #151241;}
				.wrap.spotlight.style-trilite:before, .wrap.spotlight.style-trilite:after {
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(21,18,65)' /%3E%3C/svg%3E");
				} /*fill:rgb() ---要用RGB color 才能在ie9顯示 */
				.wrap.spotlight.style-trilite:before {box-shadow: inset 0 -1px 0 0 #151241, 0 1px 0 0 #151241;}
				.wrap.spotlight.style-trilite:after {box-shadow: inset 0 -1px 0 0 #151241, 0 1px 0 0 #151241;}
				
			.wrap.spotlight.style-downmate {background-color: #ED1C24;}
				.wrap.spotlight.style-downmate:before, .wrap.spotlight.style-downmate:after {
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(237,28,36)' /%3E%3C/svg%3E");
				} /*fill:rgb() ---要用RGB color 才能在ie9顯示 */
				.wrap.spotlight.style-downmate:before {box-shadow: inset 0 -1px 0 0 #ED1C24, 0 1px 0 0 #ED1C24;}
				.wrap.spotlight.style-downmate:after {box-shadow: inset 0 -1px 0 0 #ED1C24, 0 1px 0 0 #ED1C24;}
								
			.wrap.spotlight.style-rainshield {background-color: #DBDCDE;}
				.wrap.spotlight.style-rainshield:before, .wrap.spotlight.style-rainshield:after {
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(219,220,222)' /%3E%3C/svg%3E");
				} /*fill:rgb() ---要用RGB color 才能在ie9顯示 */
				.wrap.spotlight.style-rainshield:before {box-shadow: inset 0 -1px 0 0 #DBDCDE, 0 1px 0 0 #DBDCDE;}
				.wrap.spotlight.style-rainshield:after {box-shadow: inset 0 -1px 0 0 #DBDCDE, 0 1px 0 0 #DBDCDE;}

			.wrap.spotlight.style-windshield {background-color: #592B81;}
				.wrap.spotlight.style-windshield:before, .wrap.spotlight.style-windshield:after {
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(89,43,129)' /%3E%3C/svg%3E");
				} /*fill:rgb() ---要用RGB color 才能在ie9顯示 */
				.wrap.spotlight.style-windshield:before {box-shadow: inset 0 -1px 0 0 #592B81, 0 1px 0 0 #592B81;}
				.wrap.spotlight.style-windshield:after {box-shadow: inset 0 -1px 0 0 #592B81, 0 1px 0 0 #592B81;}

			.wrap.spotlight.style-fastbreath {background-color: #59C0C6;}
				.wrap.spotlight.style-fastbreath:before, .wrap.spotlight.style-fastbreath:after {
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:rgb(89,192,198)' /%3E%3C/svg%3E");
				} /*fill:rgb() ---要用RGB color 才能在ie9顯示 */
				.wrap.spotlight.style-fastbreath:before {box-shadow: inset 0 -1px 0 0 #59C0C6, 0 1px 0 0 #59C0C6;}
				.wrap.spotlight.style-fastbreath:after {box-shadow: inset 0 -1px 0 0 #59C0C6, 0 1px 0 0 #59C0C6;}

				
.product .content h2{
	font-size:1.4em;
	line-height:1em;
	font-weight:bold;
}

				
.product .content ul, .product .content-downmate ul {
    list-style-type:none;
	color:#333;
	font-size:1em;
	line-height:1.4em;
	margin-left:0em;
	/*text-transform: capitalize;*/
}

.product .content ul li, .product .content-downmate ul li{
    margin-bottom:0.8em;
	padding-left: 1.1em;
    text-indent:-1.1em;
}

.product .image-testing{
    margin-left:1em;
} 

.product .image-testing img {
    width:100%;
	border:1px solid #888;
}

		a.special:not(.button) {
			text-decoration: none;
			border-bottom: 0;
			display: block;
			/*font-family: Raleway, Helvetica, sans-serif;*/
			font-size: 0.8em;
			font-weight: 500;
			letter-spacing: 0.05em;
			margin: 0 0 1.6em 0;
			text-transform: uppercase;
		}

			a.special:not(.button):before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			a.special:not(.button):before {
				-moz-transition: background-color 0.2s ease-in-out;
				-webkit-transition: background-color 0.2s ease-in-out;
				-ms-transition: background-color 0.2s ease-in-out;
				transition: background-color 0.2s ease-in-out;
				border-radius: 100%;
				border: solid 2px #83D3C9;
				content: '\f105';
				display: inline-block;
				font-size: 1.25em;
				height: 2em;
				line-height: 1.65em;
				margin-right: 0.85em;
				text-align: center;
				text-indent: 0.15em;
				vertical-align: middle;
				width: 2em;
			}

			a.special:not(.button):hover:before {
				background-color: rgba(255, 255, 255, 0.025);
			}

			a.special:not(.button):active:before {
				background-color: rgba(255, 255, 255, 0.075);
			}
			
			
		#photo {
			background-color: #fff;
			width:100%;
			margin:0 auto;
			text-align:center;
			
		}			
				
		#photo img{
			width:24.5%;

		}				

		
		
		
		@media screen and (max-width: 980px) {

			.wrap {
				margin: 4.75em 0;
			}

				.wrap:before, .wrap:after {
					height: 4.75em;
				}

				.wrap:before {
					top: -4.75em;
				}

				.wrap:after {
					bottom: -4.75em;
					left: 0;
				}

				.wrap .inner {
					padding: 3em 1.5em 1em 1.5em ; /*3em 3em 1em 3em ;*/
					width: 100%;
				}

				.wrap.spotlight .image {
					margin: 0 2em 2em 0;
					width: 32em;
				}

				.wrap.spotlight:nth-child(2n - 1) .image {
					margin: 0 0 2em 2em;
				}
				

				
			#photo img{
				width:49.5%;
			}	
				

		}

		@media screen and (max-width: 736px) {

			.wrap {
				margin: 2.5em 0;
			}

				.wrap:before, .wrap:after {
					height: 2.5em;
				}

				.wrap:before {
					top: -2.5em;
				}

				.wrap:after {
					bottom: -2.5em;
					left: 0;
				}

				.wrap .inner {
					padding: 2em 2em 0.1em 2em ;
				}

				.wrap.spotlight .inner {
					-moz-align-items: -moz-flex-start;
					-webkit-align-items: -webkit-flex-start;
					-ms-align-items: -ms-flex-start;
					align-items: flex-start;
				}

				.wrap.spotlight .image {
					width: 19em;
					margin: 0 1.75em 2em 0;
				}

				.wrap.spotlight:nth-child(2n - 1) .image {
					margin: 0 0 2em 1.75em;
				}
				
			.wrap.spotlight .image-downmate {
				width: 70%;
			}
				
				
			.product .image-testing{
				margin-left:0em;
				margin-bottom:1.5em;
			} 

				
			.product .image-testing img{
				width:95%;
			} 
				
				
		#photo {
			padding-top:0.5em;
			
		}				
				
			#photo img{
				width:49.5%;
			}	

		}

		@media screen and (max-width: 640px) {

			.wrap.spotlight .inner {
				display: block;
			}

			.wrap.spotlight .image {
				margin: 0 0 1em 0 !important;
				max-width: 85%;
				width: 12em;
			}

		}

		@media screen and (max-width: 360px) {

			.wrap .inner {
				padding: 2em 1.5em 0.1em 1.5em ;
			}

		}

/*---------------------------------	
CONTACT---------------------------------*/	



	.contact .wrapper {
		padding: 0em 0 0em 0; /*5em 0 3em 0; */
		margin:0;

	}
	


/* Icon */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			text-align: center;
			cursor: default;
			background-color: #37c0fb;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			color: #fff;
			border-radius: 100%;
			display: inline-block;
			width: 5em;
			height: 5em;
			line-height: 5em;
			box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
			margin: 0 0 1.2em 0;
		}

			.icon.major:before {
				font-size: 36px;
			}


/* Box */

	.box.highlight {
		text-align: center;
	}

	.box.post {
		position: relative;
		margin: 0 0 2em 0;
	}

		.box.post:after {
			content: '';
			display: block;
			clear: both;
		}



	@media screen and (max-width: 840px) {
		/* Box */
	.wrapper {
		margin:0 0 3em 0; 
	}
			.box.highlight {
				text-align: left;
				position: relative;
				padding-left: 7em;
			}

				.box.highlight i {
					position: absolute;
					margin: 0;
					left: 0;
					top: 0.25em;
				}

}

/* Mobile (Portrait) */

	@media screen and (max-width: 480px) {


		/* Icon */
			.icon.major {
				width: 3em;
				height: 3em;
				line-height: 3em;
				box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
			}

				.icon.major:before {
					font-size: 24px;
				}
		/* Box */

			.box.highlight {
				padding-left: calc(3em + 30px);
			}



}

	/* CONTACT .... FORM */

	#info {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: #AC467B;
		background-image:url("images/overlay.png"), url("../../images/banner02.jpg");
		background-position:top left, bottom center;
		background-repeat:repeat, no-repeat;
		background-size:auto, cover;
		color: #fff;
		padding: 5em 3em 1em;
		text-align: center;
		margin-top:3em;
	}

		#info header {
			margin-bottom: 1em;
		}

		#form {
		padding: 3em 3em 4em;
		text-align: center;
		}
		
		#request  {
		margin-top:3em;
		}
		
/* Normal */

	@media screen and (max-width: 1280px) {		
					#form, #info{
				padding: 5em 0 1em;
				background-attachment: scroll;
			}	
			
	}	
	
/* Narrow */

	@media screen and (max-width: 980px) {			
				#info {
				/*background-size: 15em, 15em, auto, cover;*/
				background-size:auto, cover;
				padding: 3em;
			}
				#form {
				padding: 3em;
				margin-top:0;
			}			
	}
	
/* Narrower */


	@media screen and (max-width: 840px) {	
	
				#form, #info {
				margin-top:3em; /* 2.5em; 改#titlebar*/
			}
	}
	
/* Mobile */

	@media screen and (max-width: 736px) {	
				#info {
				background-size:auto, cover;
				padding: 2.5em 1.5em 2.5em;		
			}
			
				#form {
				padding: 0em 1.5em 2.5em; /*修改padding: 2em 1.5em;*/
			}
	}
	
	@media screen and (max-width: 480px) {	
				#info {
				padding: 2.5em 1.5em 0.5em;		
			}
		

	}

/* NEWS -----------------------------------------------------------------*/	

	body.news #main {
		padding-top: 5em;
		background:#eee;
	}

		.wrapper.style-news {
			background:#fff;
			padding:2em;
		}

		.wrapper.style-news img{
			width:100%;
		}

		.wrapper.style-news .topic{
			background:#fff;padding:0 0 0 1.6em;
		}
		
		.wrapper.style-news h2{
			color:#333;font-weight:bold;margin-bottom:0.2em;
		}
		.wrapper.style-news .date{
			color:#0EC2FF;margin-bottom:0.2em;
		}		
	
	.news section.content {
		padding:2em 2em 0 2em;
	}		
	
	
	@media screen and (max-width: 840px) {	
		body.news #main {
		padding-top: 1em;  /*3.5em 改 titlebar */
		}
		
		body.news .container {
			width: 100% !important;
		}
		
		.wrapper.style-news {
			padding:1em;
		}	
		
		.wrapper.style-news .topic{
			padding:0 0 0 0em;
		}

		.news section.content {
			padding:1em 0em 0 1em;
		}
		
		
		
	
	}
	
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
		/* BACK to TOP */
	    a.back-to-top {
	    display: none;
	    width: 60px;
	    height: 60px;
	    text-indent: -9999px;
	    position: fixed;
	    z-index: 999;
	    right: 0px;
	    bottom: 0px;
	    background: #000 url("../../up-arrow.png") no-repeat center 43%;

        }
        a:hover.back-to-top {
	    background-color: #83d3c9;
        }	
		
		@media screen and (max-width: 736px) {	
	    a.back-to-top {
	    width: 45px;
	    height: 45px;
        }
}			
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/	
		/* recaptcha */

        .recaptcha-center {
	    width:30%; margin:0 auto; text-align: center; display:block;
        }	
		
		@media screen and (max-width: 736px) {	
	    .recaptcha-center {
	    width:100%; 
        }

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/	

/*FIX-ADD 2018-1016  */

	@media screen and (max-width: 840px) {	
				.title{
			    font-size:1.2em;
				font-weight:500;
				position:relative;
				left:3.2em;
                top:0.6em;				
			}

	}