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

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-VariableFont.ttf') format('truetype');
}

/*
	Twenty by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

	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-size: 100%;
		font: inherit;
		vertical-align: baseline;
		/*scroll-behavior: smooth;*/
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
		margin: 0; 
		padding: 0;
		overflow-x: hidden;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}


/* Basic */

	body {
		width: 100%;
		background: #FFFFFF;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #000000;
		font-family: Roboto, 'Roboto', FontAwesome, "Arial", sans-serif;
		font-size: 100%;
		font-weight: normal;
		letter-spacing: 0.025em;
		line-height: 1.75em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		color: #FF3300;
		text-decoration: none;
		border-bottom: ;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: bold;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: inherit;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: 1em;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
			border: 0;
		}

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

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

	sub {
		font-size: 80%;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 80%;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px rgba(124, 128, 129, 0.2);
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em rgba(124, 128, 129, 0.2);
		font-style: italic;
		padding: 1em 0 1em 2em;
	}


/* Form */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px rgba(124, 128, 129, 0.2);
		color: inherit;
		display: block;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		outline: 0;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #FF3300;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	.formerize-placeholder {
		color: rgba(124, 128, 129, 0.5) !important;
	}

/* Image */

	.image {
		display: block;
		border: 0;
		position: relative;
	}


/* Icon */

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

		.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.circle {
			-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;
			border: 0;
			border-radius: 100%;
			display: inline-block;
			font-size: 1.25em;
			height: 2.25em;
			left: 0;
			line-height: 2.25em;
			text-align: center;
			text-decoration: none;
			top: 0;
			width: 2.25em;
		}

			.icon.circle:hover {
				top: -0.2em;
			}

			.icon.circle.fa-twitter {
				background: #70aecd;
				color: #fff;
			}

				.icon.circle.fa-twitter:hover {
					background: #7fb7d2;
				}

			.icon.circle.fa-facebook {
				background: #7490c3;
				color: #fff;
			}

				.icon.circle.fa-facebook:hover {
					background: #829bc9;
				}

			.icon.circle.fa-google-plus {
				background: #db6b67;
				color: #fff;
			}

				.icon.circle.fa-google-plus:hover {
					background: #df7b77;
				}

			.icon.circle.fa-github {
				background: #dcad8b;
				color: #fff;
			}

				.icon.circle.fa-github:hover {
					background: #e1b89b;
				}

			.icon.circle.fa-dribbble {
				background: #da83ae;
				color: #fff;
			}

				.icon.circle.fa-dribbble:hover {
					background: #df93b8;
				}

		.icon.featured {
			cursor: default;
			display: block;
			margin: 0 0 1.5em 0;
			opacity: 0.35;
			text-align: center;
		}

			.icon.featured:before {
				font-size: 5em;
				line-height: 1em;
			}

		.icon > .label {
			display: none;
		}

/* List */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding-left: 0.5em;
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

	ul.featured-icons {
		cursor: default;
		margin: -0.75em 0 0 0;
		opacity: 0.35;
		overflow: hidden;
		position: relative;
	}

		ul.featured-icons li {
			display: block;
			float: left;
			text-align: center;
			width: 50%;
		}

			ul.featured-icons li .icon {
				display: inline-block;
				font-size: 6.25em;
				height: 1.25em;
				line-height: 1.25em;
				width: 1em;
			}

	ul.buttons {
		cursor: default;
	}

		ul.buttons:last-child {
			margin-bottom: 0;
		}

		ul.buttons li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.buttons li:first-child {
				padding: 0;
			}

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

			ul.buttons.vertical li:first-child {
				padding: 0;
			}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px rgba(124, 128, 129, 0.2);
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background: #7c8081;
				color: #fff;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],

	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background: none;
		border: solid 1px;
		color: inherit;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 900;
		letter-spacing: 2px;
		min-width: 18em;
		padding: 0 0.75em;
		line-height: 3.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover {
			background: rgba(188, 202, 206, 0.15);
			border-color: inherit;
		}

		input[type="button"].special,
		input[type="submit"].special,
		input[type="reset"].special,
		.button.special {
			background: #FF3300;
			border-color: #FF3300;
			color: #fff !important;
		}

			input[type="button"].special:hover,
			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			.button.special:hover {
				background: #FF3300 !important;
				border-color: #FF3300 !important;
			}

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

		input[type="button"].small,
		input[type="submit"].small,
		input[type="reset"].small,
		.button.small {
			font-size: 0.7em;
			min-width: 14em;
			padding: 0.5em 0;
		}


	#myBtn {
		display: block;
		box-shadow: none;
  	    position: fixed;
		border: 0;
		background:rgba(255,255,255,0);
        width: 50px;
        height: 50px;
        bottom: 2em;
        right: 1em;
        cursor: pointer;
        z-index: 9999;
        outline: none;
	}

	#myBtn img {
		width: 100%;
		height: auto;
	}

	#myBtn:hover {

	}


#myCarousel {
  /* --f-carousel-slide-width: calc((100% - 100px) / 4); */
  --f-carousel-slide-width: 100%;
  --f-carousel-spacing: 0px;

  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;

  --f-button-width: 50px;
  --f-button-height: 100px;
  --f-button-border-radius: 0;

  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-active-color: #fff;

  --f-button-bg: rgba(87, 107, 121, 0);
  --f-button-hover-bg: rgba(0, 0, 0, 0.1);
  --f-button-active-bg: rgba(0, 0, 0, 0.1);

  --f-button-svg-width: 32px;
  --f-button-svg-height: 32px;
  --f-button-svg-stroke-width: 1;
}


#myCarousel .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  --f-carousel-slide-width: 100%; 
  /* --f-carousel-slide-width: calc((100% - 1px) / 6); */
}

#myCarousel .f-carousel__posi {
	position: absolute;
	top: 50%;
	left: 75%;
	z-index: 10000;
}

#myCarousel .f-carousel__dot {
	color: #FFF;
}


.f-parallax {
	display: block;
	width: 100%;
	height: 100%;
}

.f-parallax img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: calc(var(--f-progress2, 0%) - 1px);
  transform: translateX(calc(var(--f-progress1, 0%)));
}



/* Header */

	#header {
		display: block;
		cursor: default;
		position: absolute;
		text-align: center;
		width: 100%;
		height: auto;
		overflow: hidden;
		z-index: 9999;
		/*
		animation-name: head1;
		animation-duration: 1s;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
		-moz-animation-name: head1;
		-moz-animation-duration: 1s;
		-moz-animation-iteration-count: 1;
		-moz-animation-fill-mode: forwards;
		-webkit-animation-name: head1;
		-webkit-animation-duration: 1s;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-fill-mode: forwards;
	    -ms-animation-name: head1;
		-ms-animation-duration: 1s;
		-ms-animation-fill-mode: 1;
		-ms-animation-fill-mode: forwards;*/
	}

		    @keyframes head1 {
			    0%    {top: 0; opacity: 0;}
			    100%  {top: 0; opacity: 1;}
		    }

		#header nav {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: stretch;
			padding: 1.2em 0 0 0;
			width: 100%;
			letter-spacing: 0.7px;
		}

			#header nav ul li {
				display: inline-flex;
				justify-content: center;
				align-items: flex-end;
				margin: 0 -2px;
				padding: 15px 0 15px 0;
				font-size: 1.4em;
				min-width: 6em;
			}

			#header nav ul li:hover {
				
			}

			#header nav ul li:nth-child(4) {
				background: url("../../images/pic_logo.png");
				background-size: 80%;
				background-repeat: no-repeat;
				background-position: center;
				width: 9em;
			}

			#header nav ul li:nth-child(4) img {
				width: 3em;
				opacity: 0;
			}

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

				#header nav ul li a {
					color: #FFFFFF;
				}

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

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

					/*#header nav ul li.submenu > a::after {
						
						content: '\f0d7';
						margin-left: 0.3em;
						font-size: 70%;
					}*/
                    
				#header nav ul li.submenu1 > a {
					color: #FFFFFF;
				}

				#header nav ul li.active > a, #header nav ul li:hover > a, #header nav ul li:hover {
					-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(244, 190, 0, 1); */
				}

				#header nav ul li.current > a {
					color: #FFFFFF;
				}

				    #header nav ul li.current > a:hover {
						
				    }


				#header nav ul li.current1 > a {
					color: #FF3300;
				}

				#header nav ul li.ono {
					display: none;
				}



				.navch1 {
					border-bottom: solid 3px #8D8D8D;
				}

				.navch2 {
					border-bottom: solid 3px #C0C0C0;
				}

				.navch3 {
					border-bottom: solid 3px #FF3300;
				}

				    .navch1:hover, .navch2:hover, .navch3:hover {
					    border-bottom: solid 3px #FF3300;
			        }

				.navch4 {
					border-bottom: 0;
				}


		            .hvlog1 {
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						opacity: 0;
						
					    animation: hv1;
					    animation-duration: 5s;
						animation-iteration-count: infinite;
					    -moz-animation: hv1;
					    -moz-animation-duration: 5s;
						-moz-animation-iteration-count: infinite;
					    -webkit-animation: hv1;
					    -webkit-animation-duration: 5s;
						-webkit-animation-iteration-count: infinite;
					    -ms-animation: hv1;
					    -ms-animation-duration: 5s;
						-ms-animation-iteration-count: infinite;
		            }

				    @keyframes hv1 {
				        0%    {top: -5px; opacity: 0; z-index: 6}
				        5%   {top: -5px; opacity: 0; z-index: 6}
				        10%   {top: 0;    opacity: 1; z-index: 6}
				        98%   {top: 0;    opacity: 1; z-index: 6}
				        100%  {top: 0;    opacity: 0; z-index: 6}
				    }


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

				#header nav ul li.lgg {
					display: none;
					width: 0px;
					padding: 0;
				}

			.lag-row {
				display: flex;
				position: absolute;
				top: 35px;
				left: 82%;
				width: auto;
				color: #FFF;
				z-index: 10;
			}

			    .lag {
					display: inline-flex;
					width: auto;
					padding: 0 0.5em;
					color: #FFF;
			    }

			    .lag a {
					color: #FFF;
			    }

			    .lgg a:hover {
					color: #FF3300;
			    }


			.plag-row {
				display: flex;
				position: absolute;
				top: 35px;
				left: 82%;
				width: auto;
				color: #000;
				z-index: 10;
			}

			    .plag {
					display: inline-flex;
					width: auto;
					padding: 0 0.5em;
					color: #000;
			    }

			    .plag a {
					color: #000;
			    }

			    .plgg a:hover {
					color: #FF3300;
			    }


			#mobilelogo {
				display: none;
			}

			#mobilelen {
				display: none;
			}

				.m_logo {
					display: none;
				}


			#path {
				display: block;
				width: 100%;
			}

				.pathcc {
					display: block;
					text-align: left;
					line-height: 1.2em;
					padding: 0 0 7px 0;
					
				}

				    .pathcc a {
					    color:#000;
						text-decoration: none;
						border-bottom: none;
				    }

				    .pathcc a:hover {
					    color: #FF3300;
				    }

/* Dropotron */

	.dropotron {
		display: block;
		background: rgba(0,0,0, 0.05);
		color: #FFFFFF;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		line-height: 2.25em;
		min-width: 8em;
		text-align: center;
		width: auto;
		padding: 0;
		/*text-transform: uppercase;*/
		margin-top: 5px;
		border-top: solid 1px #FFFFFF;
		border-left: solid 1px #FFFFFF;
		border-right: solid 1px #FFFFFF;
		z-index: 99999;
	}

		.dropotron.level-0 {
			display: block;
			position: absolute;
			min-width: 8em;
			font-size: 1.15em;
			margin-top: 5px;
			z-index: 999;
		}

            /*
			.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: 0;
			border-bottom: solid 1px #FFFFFF;
		}

			.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: #FF3300;
				color: #FFF;
			}

			.dropotron > li:hover > a:after {
				color: #FFF;
			}

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

			.dropotron > li > ul  {
				margin-left: -2px;
				margin-top: 0px;
			}


			.dropotron > li > ul > li:hover > a {
				background: rgba(0,0,0,0.3);
				color: #FFF;
			}

		    .dropotron .alt a {
				-moz-transition: none;
				-webkit-transition: none;
				-ms-transition: none;
				transition: none;
				color: inherit;
				text-align: center;
				text-decoration: none;
				padding: 0;
				border: 0;
			}

		    .dropotron .alt a:after {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome, "Arial",sans-serif, serif;
				font-style: normal;
				font-weight:400;
				text-transform: none !important;
				margin-left: 0;
				content: '';
			}


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

		    .dropotron .alt1 a:after {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome, "Arial",sans-serif, serif;
				font-style: normal;
				font-weight:400;
				text-align: center;
				text-transform: none !important;
				margin-left: 0;
				content: none;
			}

			.dropotron > li > a:after {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome, "Arial",sans-serif, serif;
				font-style: normal;
				font-weight:400;
				text-transform: none !important;
				margin-left: 8px;
				/* content: '\f0da'; */
				color: #014E85;
			}


/* Banner */

	#banner {
		display: block;
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}

		#banner .inner {
			display: block;
			position: relative;
			overflow-x: hidden;
		}
        
		    #banner .inner img {
			    width: 100%;
		    }

		.pinner {
			display: block;
			justify-content: center;
			align-items: center;
			position: relative;
			margin: 78px auto 10px auto;
			padding: 0.5em 0 0.4em 0;
			text-align: center;
			background: #FF3300;
			font-size: 1.5em;
			color: #FFF;
			z-index: 9999999;
		}


		.pbanner {
			display: block;
			justify-content: center;
			align-items: center;
			position: relative;
		}

		    .pbanner img {
			    width: 100%;
		    }


		.bannword1 {
			display: block;
			position: absolute;
			width: 35%;
			left: 50%;
			transform: translate(-50%, 0);
			bottom: 5%;
			text-align: center;
			z-index: 999;
			border: solid 1px #FF0000;
		}

		.bannword-t {
			margin-bottom: 10px;
			color: #FFF;
		}

		.bannword-w {
			font-style: : italic;
			color: #FFF;
		}


		.banngray {
			display: block;
			position: relative;
			width: 100%;
			z-index: 1;
			border: solid 0px #000;
		}

			.banngray img {
				width: 100%;
			}

		.banngray-pic-flex {
			display: flex;
			position: absolute;
			flex-wrap: nowrap;
			justify-content: space-between;
			align-items: stretch;
			left: 50%;
			top: 4%;
			transform: translate(-50%, 0);
			width: 75%;
			z-index: 10;
		}

			.banngray-pic-flex-div {
				display: block;
				position: relative;
				width: 18%;
			}


			.banngray-pic-flex-div img {
				width: 100%;
			}


		.bann_page_title {
			display: flex;
			position: absolute;
			bottom: 8%;
			left: 50%;
			transform: translate(-50%, 0);
			color: #FFF;
			text-transform: uppercase;
		}



/* Wrapper */

	.wrapper {
		width: 100%;
		padding: 0;
	}

		.wrapper_container {
			display: block;
			margin: 0 auto;
			width: 60%;
		} 

		.wrapper_container1 {
			display: block;
			margin: 0 auto;
			width: 75%;
		} 

		.wrapper_container2 {
			display: block;
			margin: 0 auto;
			width: 65%;
		} 

		.wrapper_container3 {
			display: block;
			margin: 0 auto;
			width: 80%;
		} 



		.wrapper.style1 {
			position: relative;
			padding: 0;
			width: 100%;
		}

		.wrapper.style2 {
			position: relative;
			padding: 0;
			background: #E6E6E6;
			width: 100%;
		}



/* set */

	.contus {
		display: block;
  	    position: fixed;
		border: 0;
        width: 100px;
        height: 100px;
        top: 30%;
        right: 5%;
        cursor: pointer;
        z-index: 99;
        outline: none;
	}

		.contus img {
			width: 100%;
			height: auto;
		}

		.contus-1 {
			display: block;
  	        position: absolute;
			width: 100%;
			height: auto;
			z-index: 1000;
			
			animation-name: conus1;
			animation-duration: 2s;
			animation-iteration-count: infinite;
			animation-fill-mode: forwards;
			-moz-animation-name: conus1;
			-moz-animation-duration: 2s;
			-moz-animation-iteration-count: infinite;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-name: conus1;
			-webkit-animation-duration: 2s;
			-webkit-animation-iteration-count: infinite;
			-webkit-animation-fill-mode: forwards;	
			-ms-animation-name: conus1;
			-ms-animation-duration: 2s;
			-ms-animation-iteration-count: infinite;
			-ms-animation-fill-mode: forwards;	
		}

		.contus-2 {
			display: block;
  	        position: absolute;
			width: 100%;
			height: auto;
			z-index: 1001;
			
			animation-name: conus2;
			animation-duration: 2s;
			animation-iteration-count: infinite;
			animation-fill-mode: forwards;
			-moz-animation-name: conus2;
			-moz-animation-duration: 2s;
			-moz-animation-iteration-count: infinite;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-name: conus2;
			-webkit-animation-duration: 2s;
			-webkit-animation-iteration-count: infinite;
			-webkit-animation-fill-mode: forwards;	
			-ms-animation-name: conus2;
			-ms-animation-duration: 2s;
			-ms-animation-iteration-count: infinite;
			-ms-animation-fill-mode: forwards;	
		}

		.contus-3 {
			display: block;
  	        position: absolute;
			width: 100%;
			height: auto;
			z-index: 1003;
			
			animation-name: conus3;
			animation-duration: 2s;
			animation-iteration-count: infinite;
			animation-fill-mode: forwards;
			-moz-animation-name: conus3;
			-moz-animation-duration: 2s;
			-moz-animation-iteration-count: infinite;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-name: conus3;
			-webkit-animation-duration: 2s;
			-webkit-animation-iteration-count: infinite;
			-webkit-animation-fill-mode: forwards;	
			-ms-animation-name: conus3;
			-ms-animation-duration: 2s;
			-ms-animation-iteration-count: infinite;
			-ms-animation-fill-mode: forwards;	
		}


		    @keyframes conus1 {
			    0%   {top: 0; opacity: 0;}	
			    20%  {top: 0; opacity: 1;}	
			    95%  {top: 0; opacity: 1;}
			    100% {top: 0; opacity: 0;}
		    }
		
		    @keyframes conus2 {
			    0%   {top: 0; opacity: 0;}	
				20%  {top: 0; opacity: 0;}	
			    40%  {top: 0; opacity: 1;}	
			    95%  {top: 0; opacity: 1;}
			    100% {top: 0; opacity: 0;}
		    }

		    @keyframes conus3 {
			    0%   {top: 0; opacity: 0;}	
				40%  {top: 0; opacity: 0;}
			    60%  {top: 0; opacity: 1;}	
			    95%  {top: 0; opacity: 1;}
			    100% {top: 0; opacity: 0;}
		    }


		.inda1 {
			display: block;
			position: relative;
			padding: 0;
		}

		.inda2-flex {
			display: flex;
			position: relative;
			justify-content: flex-start;
			align-items: center;
			flex-wrap: wrap;
			width: 100%;
		}

		.inda2-flex-div {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			position: relative;
			width: 50%;
		}

		    .inda2-flex-div img {
				display: block;
			    width: 100%;
		    }

		    .inda2-flex-div:nth-child(3) {
		    	border-radius: 0 0 0 50px;
		    	overflow: hidden;
		    }

		    .inda2-flex-div:nth-child(4) {
		    	border-radius: 0 0 50px 0;
		    	overflow: hidden;
		    }

		.inda2-titab {
			display: flex;
			position: absolute;
			justify-content: center;
			align-items: center;
			background: rgba(255,51,0,0.8);
			top: -90px;
			left: 50%;
			transform: translate(-50%,0);
			width: 180px;
			height: 180px;
			border-radius: 50%;
			color: #FFF;
			z-index: 99999;
		}

		.inda2-titab1 {
			display: flex;
			position: absolute;
			justify-content: center;
			align-items: center;
			background: rgba(255,255,255,0.8);
			background-image: url("../../images/pic_tibg.png");
			background-position: center;
			background-size: 100%;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			width: 180px;
			height: 180px;
			border-radius: 50%;
			color: rgba(255,51,0,1);
			border: solid 1.5px #FF3300;
			z-index: 999;
		}

		.inda2-titab2 {
			display: flex;
			position: absolute;
			justify-content: center;
			align-items: center;
			background: rgba(255,51,0,0.8);
			background-image: url("../../images/pic_tibg1.png");
			background-position: center;
			background-size: 100%;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			width: 180px;
			height: 180px;
			border-radius: 50%;
			color: #FFF;
			z-index: 999;
		}

		.inda2-titab3 {
			display: flex;
			position: absolute;
			justify-content: center;
			align-items: center;
			background: rgba(255,255,255,0.8);
			background-image: url("../../images/pic_tibg2.png");
			background-position: center;
			background-size: 100%;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			width: 180px;
			height: 180px;
			border-radius: 50%;
			color: rgba(255,51,0,1);
			border: solid 1.5px #FF3300;
			z-index: 999;
		}



		.inda-line {
			display: block;
			position: absolute;
			width: 1.5px;
			height: 100%;
			top: 0;
			left: 50%;
			background: rgba(255,51,0,1);
			z-index: 1;
		}

		.inda-catalogue {
			display: block;
			position: relative;
			margin: 5em auto;
			width: 600px;
		}

			.inda-catalogue img {
				display: block;
				width: 100%;
			}

			.inda-catalogue img:hover {
				transform: scale(0.95);
				-webkit-transition:all .3s ease-in-out;
	            transition:all .3s ease-in-out;
			}


		.ind_service {
			display: flex;
			position: relative;
			justify-content: space-between;
			align-items: stretch;
			margin-bottom: 2em;
			width: 100%;
			overflow-x: hidden;
		}

		.ind_service1 {
			display: flex;
			position: relative;
			justify-content: space-between;
			align-items: stretch;
			margin-bottom: 2em;
			width: 100%;
		}

			.ind_service-div-l {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 50%;
			}

			.ind_service-div-r {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 50%;
			}

			.ind_service-div-l img, .ind_service-div-r img {
				display: block;
				position: relative;
				width: 100%;
			}

			.ind_service-div-c {
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-35%, -50%);
				width: 70%;
				z-index: 10;
				color: #FFF;
				word-break: keep-all;
				text-shadow: 2px 2px 2px #000;
			}

			.ind_service-div-c1 {
				display: flex;
				position: relative;
				justify-content: center;
				align-items: flex-start;
				flex-direction: column;
				width: 60%;
				word-break: keep-all;
				z-index: 10;
			}


		.ind_arrow {
		    display: block;
		    position: relative;
		    margin: 20px 0;
		    width: 100px;
		    height: 35px;
		    color: #FFF;
		    border: solid 1px #FFF;
		}

		    .ind_arrowab {
		        display: block;
		        position: absolute;
		        top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
		        width: 75%;
		        height: 1px;
		        border: solid 0.5px #FFF;
		    }

		    .ind_arrowab1 {
				display: block;
		        position: absolute;
				top: 35%;
				left: 75%;
				transform: translate(-50%, -50%);
				width: 10px;
    			height: 10px;
    			background-color: transparent; /* 模块背景为透明 */
    			border-color: #FFF;
    			border-style: solid;
    			border-width: 1px 1px 0 0;
    			transform: rotate(45deg);  /*箭头方向可以自由切换角度*/  
		    }

		    .ind_arrow:hover {
		        width: 120px;
		        height: 35px;
				cursor: pointer;
				-webkit-transition:all .3s ease-in-out;
	            transition:all .3s ease-in-out;
		    }
    
		    .ind_arrow:hover .ind_arrowab1 {
				top: 35%;
				left: 80%;
				-webkit-transition:all .3s ease-in-out;
	            transition:all .3s ease-in-out;
		    }


		.ind_arrow-d {
		    display: block;
		    position: relative;
		    margin: 20px 0;
		    width: 100px;
		    height: 35px;
		    color: #000;
		    border: solid 1px #000;
		}

		    .ind_arrowab-d {
		        display: block;
		        position: absolute;
		        top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
		        width: 75%;
		        height: 1px;
		        border: solid 0.5px #000;
		    }

		    .ind_arrowab1-d {
				display: block;
		        position: absolute;
				top: 35%;
				left: 75%;
				transform: translate(-50%, -50%);
				width: 10px;
    			height: 10px;
    			background-color: transparent; /* 模块背景为透明 */
    			border-color: #000;
    			border-style: solid;
    			border-width: 1px 1px 0 0;
    			transform: rotate(45deg);  /*箭头方向可以自由切换角度*/  
		    }

		    .ind_arrow-d:hover {
		        width: 120px;
		        height: 35px;
				cursor: pointer;
				-webkit-transition:all .3s ease-in-out;
	            transition:all .3s ease-in-out;
		    }
    
		    .ind_arrow-d:hover .ind_arrowab1-d {
				top: 35%;
				left: 80%;
				-webkit-transition:all .3s ease-in-out;
	            transition:all .3s ease-in-out;
		    }


		.ind_contant {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			margin: 0 auto;
			padding: 0;
			width: 1100px;
			min-height: 450px;
			background: #dadada;
			border: solid 1.5px #FF3300;
			border-radius: 225px;
			z-index: 90;
		}

			.ind_contant_t {
				display: inline-block;
				margin: 25px auto 15px auto;
				padding: 10px 0;
			    width: auto;
				border-bottom: solid 3px #FF3300;
			}

			.ind_form_title {
				font-size: 220%;
			}

			.ind_contant_w {
				display: inline-block;
				margin: 0 auto;
			    width: 450px;
			}


		.ind_form {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			margin: 0.5em auto;
			width: 70%;
			text-align: left;
		}

		.ind_form_input {
			background: #FFF;
			margin: 0.5em 0;
			width: 450px;
		}

		.ind_form-check-label {
			margin: 0;
			width: 450px;
		}

		.form-check-input {
			display: inline-block;
			margin: 0;
			width: 20px;
		}

		.form-check-label {
			width: auto;
		}

		.ind_form_send {
			margin: 1em 0;
		}


    .sol-flex4 {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		width: 85%;
		margin: 1em auto;
    }

        .sol-flex4-div {
		    display: block;
		    width: 20%;
        }

            .sol-flex4-div img {
		        display: block;
		        width: 100%;
            }


    .sol-row1 {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		width: 100%;
		margin: 1em auto;
    }

        .sol-row1-div {
		    display: block;
		    width: 20%;
        }

            .sol-row1 img {
		        display: block;
		        width: 100%;
            }


    .sol-row2-1, .sol-row2-2, .sol-row2-3, .sol-row2-4 {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: stretch;
		width: 100%;
		overflow-x: hidden;
    }

        .sol-row2-1 img, .sol-row2-2 img, .sol-row2-3 img, .sol-row2-4 img {
		    display: block;
		    width: 100%;
        }


    .sol-row2-flex {
		display: flex;
		position: absolute;
		justify-content: space-between;
		align-items: stretch;
		width: 100%;
		height: 100%;
    }

        .sol-row2-flex-cc {
		    display: flex;
			justify-content: flex-end;
			padding: 2em;
		    width: 50%;
			height: 100%;
        }

        .sol-row2-flex-ww {
		    display: flex;
			justify-content: center;
			align-items: center;
			background: rgba(255,255,255,0.7);
			padding: 2em;
		    width: 50%;
			height: 100%;
			border-top-left-radius: 200px;
        }

        .sol-row2-flex-cc1 {
		    display: flex;
			justify-content: flex-start;
			padding: 2em;
		    width: 50%;
			height: 100%;
        }

        .sol-row2-flex-ww1 {
		    display: flex;
			justify-content: center;
			align-items: center;
			background: rgba(255,255,255,0.7);
			padding: 2em;
		    width: 50%;
			height: 100%;
			border-bottom-right-radius: 200px;
        }

        .sol-row2-flex-ww1-1 {
		    display: flex;
			justify-content: center;
			align-items: center;
			padding: 2em;
		    width: 50%;
			height: 100%;
			border-bottom-right-radius: 200px;
			border-right: solid 2px #FFF;
			border-bottom: solid 2px #FFF;
        }


    .sol-cc {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 150px;
		height: 150px;
		color: #FFF;
		border: solid 1px #FFF;
		border-radius: 50%;
    }

    .sol-cc1 {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 150px;
		height: 150px;
		color: #FFF;
		border: solid 1px #FFF;
		border-radius: 50%;
		background: rgba(0,0,0,0.2);
    }

    .sol-ww {
		display: block;
		width: 70%;
		height: auto;
    }



    .pro_flex2 {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		width: 100%;
		flex-wrap: nowrap;
    }

    	.pro_flex2-pic {
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			background-image: url("../../images/pic_pro1.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			background-size: cover;
			width: 48%;
    	}

    	    .pro_flex2-pic img {
			    width: 100%;
				opacity: 0;
    	    }

    	.pro_flex2-div {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			padding-bottom: 3em;
			width: 62%;
    	}

    	    .pro_flex2-div-word {
			    width: 100%;
				padding-left: 5%;
    	    }

    	    .pro_range {
				display: block;
				border: solid 1px #FF3300;
				margin: 15px 0;
				padding: 5px 10px;
			    width: 100%;
				color: #FF3300;
				text-align: center;
    	    }

    	    .pro_flex2-div-kind {
				display: flex;
				justify-content: flex-start;
				align-items: stretch;
				margin: 10px 0 0 0;
			    width: 100%;
    	    }

    	       .pro_flex2-div-kindname {
				   display: inline-block;
				   padding: 0.3em 1em 0.35em 1em;
				   width: auto;
				   color: #FFF;
				   background: #FF3300;
				   border-top-right-radius: 30px;
				   border-bottom-right-radius: 30px;
    	       }

    	    .pro_flex2-div-menu {
				display: flex;
				justify-content: flex-start;
				align-items: stretch;
				margin: 0;
				padding-left: 2em;
			    width: 100%;
    	    }

    	       .pro_flex2-div-systemane {
				   display: inline-block;
				   margin: 0.5em 1.5em 0 0;
				   padding: ;
				   width: auto;
				   color: #666;
				   border-bottom: solid 1px #666;
    	       }

    	           .pro_flex2-div-systemane:hover {
				       color: #FF3300;
				       border-bottom: solid 1px #FF3300;
				       -webkit-transition:all .1s ease-in-out;
	                   transition:all .1s ease-in-out;
    	           }

    	           .d4 {
				       display: inline-block;
       	               width: 0; 
       	               height: 0;
       	               border: solid 7px transparent;
       	               border-left: solid 10px #666;
    	           }

    	           .pro_flex2-div-systemane:hover .d4 {
				       border-left: solid 10px #FF3300;
				       -webkit-transition:all .1s ease-in-out;
	                   transition:all .1s ease-in-out;
	               }


    .pro_carousel {
		display: block;
		position: relative;
		margin: -5% auto 0 auto;
		width: 85%;
		z-index: 20;
    }

    .pro_carousel-parallax {
	    display: block;
	    width: 100%;
	    height: 100%;
    }

        .pro_carousel-parallax img {
            max-width: none;
            width: 100%;
            height: 100%;
            object-fit: cover;
            margin-left: calc(var(--f-progress2, 0%) - 1px);
            transform: translateX(calc(var(--f-progress1, 0%)));
        }


        #proCarousel {
            /* --f-carousel-slide-width: calc((100% - 100px) / 4); */
            --f-carousel-slide-width: 100%;
            --f-carousel-spacing: 0px;

            --f-button-next-pos: -5rem;
            --f-button-prev-pos: -5rem;

            --f-button-width: 100px;
            --f-button-height: 100px;
            --f-button-border-radius: 0;

            --f-button-color: #ccc;
            --f-button-hover-color: #FF3300;
            --f-button-active-color: #FF3300;

            --f-button-bg: rgba(87, 107, 121, 0);
            --f-button-hover-bg: rgba(0, 0, 0, 0);
            --f-button-active-bg: rgba(0, 0, 0, 0);

            --f-button-svg-width: 60px;
            --f-button-svg-height: 100px;
            --f-button-svg-stroke-width: 1;
        }


        #proCarousel .f-carousel__slide {
            display: flex;
            align-items: center;
            justify-content: center;
           /*  --f-carousel-slide-width: 100%; 
            --f-carousel-slide-width: calc((100% - 1px) / 6); */
        }        


    .pro_flex4 {
		display: flex;
		position: relative;
		justify-content: space-between;
		align-items: stretch;
		margin: -3% auto 0 auto;
		width: 100%;
		flex-wrap: nowrap;
		z-index: 1;
    }

    	.pro_flex4-div {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			width: 25%;
    	}


    	    .pro_flex4-div img {
			    width: 100%;
    	    }



		.pro-catalogue {
			display: block;
			position: relative;
			margin: 3em auto;
			width: 600px;
		}

			.pro-catalogue img {
				display: block;
				width: 100%;
			}

			.pro-catalogue img:hover {
				transform: scale(0.95);
				-webkit-transition:all .3s ease-in-out;
	            transition:all .3s ease-in-out;
			}



    .pro-eqflex {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		width: 100%;
    }

        .pro-eqflex-div {
		    display: flex;
		    justify-content: space-between;
		    align-items: stretch;
			flex-wrap: wrap;
		    width: 50%;
        }

        .pro-eqflex-div-c {
		    display: flex;
		    justify-content: space-between;
		    align-items: stretch;
		    width: 50%;
			border: solid 0.5px #CCC;
        }

        .pro-eqflex-div img, .pro-eqflex-div-c img {
			display: block;
		    width: 100%;
        }



    .ser-flex2 {
		display: flex;
		position: relative;
		justify-content: space-between;
		align-items: stretch;
		margin: 0 auto;
		width: 100%;
		z-index: 1;
		overflow: hidden;
    }


    .ser-flex2-1 {
		display: flex;
		position: relative;
		justify-content: space-between;
		align-items: stretch;
		margin: -3% auto 1.5em auto;
		width: 100%;
		z-index: 1;
		overflow: hidden;
    }

    .ser-flex2-2 {
		display: flex;
		position: relative;
		justify-content: space-between;
		align-items: stretch;
		margin: 0 auto 1.5em auto;
		width: 100%;
		z-index: 1;
		overflow: hidden;
    }


        .ser-flex2-1-div1 {
		    display: flex;
			position: relative;
			flex-direction: column;
		    justify-content: flex-start;
		    align-items: flex-start;
			background-image: url("../../images/pic_pro2.jpg");
			background-size: cover;
			background-repeat: no-repeat;
			background-position: top left;
		    width: 48%;
        }

        .ser-flex2-1-div2 {
		    display: flex;
			position: relative;
			flex-direction: column;
		    justify-content: center;
		    align-items: center;
		    width: 62%;
        }

        .ser-flex2-1-div3 {
		    display: flex;
			position: relative;
			flex-direction: column;
		    justify-content: center;
		    align-items: center;
		    width: 50%;
        }

        .ser-flex2-1-pic1 {
		    display: flex;
			position: relative;
			flex-direction: column;
		    justify-content: flex-start;
		    align-items: flex-start;
			background-image: url("../../images/pic_pro2-inf1.jpg");
			background-size: cover;
			background-repeat: no-repeat;
			background-position: top center;
		    width: 50%;
        }

        .ser-flex2-1-pic2 {
		    display: flex;
			position: relative;
			flex-direction: column;
		    justify-content: flex-start;
		    align-items: flex-start;
			background-image: url("../../images/pic_pro2-inf2.jpg");
			background-size: cover;
			background-repeat: no-repeat;
			background-position: top center;
		    width: 50%;
        }

            .ser-flex2-1-div1 img, .ser-flex2-1-div2 img, .ser-flex2-1-div3 img {
				display: block;
		    	width: 100%;
				opacity: 0;
        	}


            .ser-flex2-1-pic1 img, .ser-flex2-1-pic2 img {
				display: block;
		    	width: 100%;
				opacity: 0;
        	}


        .ser-flex2-title {
		    display: block;
		    width: 100%;
			order: 1;
        }

        .ser-flex2-word1 {
		    display: block;
			padding: 0 15% 0 5%;
		    width: 100%;
			order: 1;
        }

        .ser-flex2-word2 {
		    display: block;
			padding: 0 5% 0 15%;
		    width: 100%;
			order: 2;
        }

    	    .ser-flex2-title_name1 {
    	        display: inline-block;
    	        padding: 0.3em 1em 0.35em 1em;
    	        width: auto;
    	        color: #FFF;
    	        background: #FF3300;
    	        border-top-right-radius: 30px;
    	        border-bottom-right-radius: 30px;
    	    }

    	    .ser-flex2-title_name2 {
    	        display: inline-block;
				float: right;
    	        padding: 0.3em 1em 0.35em 1em;
    	        width: auto;
    	        color: #FFF;
    	        background: #FF3300;
    	        border-top-left-radius: 30px;
    	        border-bottom-left-radius: 30px;
    	    }


    .news_txt {
		display: block;
		position: relative;
		margin: 1em auto 2em auto;
		width: 70%;
    }

    .news-flex-3 {
		display: flex;
		position: relative;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
		margin: 1em auto 2em auto;
		width: 100%;
		z-index: 1;
		overflow: hidden;
    }

    .news-flex-3-div1 {
		display: flex;
		position: relative;
		justify-content: space-between;
		align-items: stretch;
		width: 60%;
    }

        .news-flex-3-div1-content {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			width: 70%;
			background: #DDDDDD;
			border-bottom-right-radius: 500px;
			border-top-right-radius: 500px;
			overflow-x: hidden;
    	}

        .news-flex-3-div1-content1 {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			width: 70%;
			background: #DDDDDD;
			border-bottom-left-radius: 500px;
			border-top-left-radius: 500px;
			overflow-x: hidden;
    	}

        .news-flex-3-word {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			margin: 0 auto;
			padding: 1em 15% 1em 2em;
			width: 100%;
    	}

        .news-flex-3-word1 {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			margin: 0 auto;
			padding: 1em 2em 1em 15%;
			width: 100%;
    	}

        	.news-flex-3-word-title {
				display: block;
				margin-bottom: 10px;
				width: 100%;
    		}

        	.news-flex-3-word-txt {
				display: block;
				width: 100%;
    		}

        .news-flex-3-div1-pic1 {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			background-image: url("../../images/pic_news_p1.jpg");
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			width: 30%;
    	}

        .news-flex-3-div1-pic2 {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			background-image: url("../../images/pic_news_p2.jpg");
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			width: 30%;
    	}

        .news-flex-3-div1-pic3 {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			background-image: url("../../images/pic_news_p3.jpg");
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			width: 30%;
    	}

        .news-flex-3-div1-pic4 {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			background-image: url("../../images/pic_news_p4.jpg");
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			width: 30%;
    	}

        .news-flex-3-div1-pic5 {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			background-image: url("../../images/pic_news_p1.jpg");
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			width: 30%;
    	}

            .news-flex-3-div1-pic1 img, .news-flex-3-div1-pic2 img, .news-flex-3-div1-pic3 img, .news-flex-3-div1-pic4 img, .news-flex-3-div1-pic5 img {
			    width: 100%;
				opacity: 0;
    	    }

    .news-flex-3-div2 {
		display: flex;
		position: relative;
		justify-content: flex-start;
		align-items: center;
		width: 42%;
		padding-left: 3%;
    }

    .news-flex-3-div2-1 {
		display: flex;
		position: relative;
		justify-content: flex-end;
		align-items: center;
		width: 42%;
		padding-right: 3%;
    }


        .news-flex-3-date {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
    	}

            .news-flex-3-date-yy {
			    display: inline-block;
			    position: relative;
				transform: translateY(-20px);
    	    }

            .news-flex-3-date-mm {
			    display: inline-block;
			    position: relative;
				transform: translateY(20px);
    	    }

            .news-flex-3-date-slash {
			    display: inline-block;
			    position: relative;
				margin: 0 8px;
			    width: 2px;
				height: 150px;
				background: #FF3300;
			    -moz-transform:rotate(38deg);
			    -webkit-transform:rotate(38deg);
			    -o-transform:rotate(38deg);
			    -ms-transform:rotate(38deg);
			    transform:rotate(38deg);
    	    }



    .comp {
		display: flex;
		position: relative;
		justify-content: space-between;
		align-items: stretch;
		margin: 1em auto 0 auto;
		width: 100%;
    }

    .comp1 {
		display: flex;
		position: relative;
		justify-content: space-between;
		align-items: stretch;
		width: 100%;
		margin: 0 auto;
    }

    	.comp-r1div {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			width: 50%;
			padding: 0 0 0.5em 0;
    	}

    	.comp-r1pic {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			background-image: url("../../images/pic_c_p1.jpg");
			background-repeat: no-repeat;
			background-position: top center;
			background-size: cover;
			width: 50%;
    	}

    	.comp-r2div {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			width: 50%;
			padding: 0.5em 0;
    	}

    	.comp-r2pic {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			background-image: url("../../images/pic_c_p2.jpg");
			background-repeat: no-repeat;
			background-position: top left;
			background-size: cover;
			width: 50%;
    	}

    	.comp-r3div {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			background: #C0C0C0;
			width: 50%;
			padding: 0.5em 0;
    	}

    	.comp-r3pic {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			background-image: url("../../images/pic_c_p3.jpg");
			background-repeat: no-repeat;
			background-position: top left;
			background-size: cover;
			width: 50%;
    	}

    	.comp-r4div {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			width: 50%;
			padding: 0.5em 0;
    	}

    	.comp-r4pic {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			background-image: url("../../images/pic_c_p5.jpg");
			background-repeat: no-repeat;
			background-position: top center;
			background-size: cover;
			width: 50%;
    	}

    	.comp-r5div {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			background: #C0C0C0;
			background-image: url("../../images/pic_c_p5bg.jpg");
			background-repeat: repeat-y;
			background-position: left right;
			background-size: 100%;
			width: 50%;
			padding: 0.5em 0;
    	}

    	.comp-r5pic {
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			background-image: url("../../images/pic_c_p4.jpg");
			background-repeat: no-repeat;
			background-position: top left;
			background-size: cover;
			width: 50%;
    	}

    	    .comp-r1pic img, .comp-r2pic img, .comp-r3pic img, .comp-r4pic img, .comp-r5pic img {
			    width: 100%;
				opacity: 0;
    	    }

    	    .comp-rdiv1 {
				display: flex;
				flex-direction: column;
				justify-content: flex-start;
				align-items: center;
				padding: 1em 7% 1em 19%;
			    width: 100%;
    	    }

    	    .comp-rdiv2 {
				display: flex;
				comp-rdiv1
				justify-content: flex-start;
				align-items: center;
				padding: 1em 19% 1em 7%;
			    width: 100%;
    	    }

    	    .comp-rdiv-title-1 {
				display: flex;
				justify-content: flex-end;
				align-items: center;
				margin-bottom: 15px;
			    width: 100%;
    	    }

    	    .comp-rdiv-title-2 {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				margin-bottom: 15px;
			    width: 100%;
    	    }

    	    .comp-rdiv-title-3 {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				padding-bottom: 15px;
			    width: 100%;
    	    }

    	    	.comp-rdiv-title-name1 {
					padding: 0.5em 2em;
					background: #FF3300;
					color: #FFF;
			   	 	width: auto;
					border-top-left-radius: 100px;
					border-bottom-left-radius: 100px;
    	    	}

    	    	.comp-rdiv-title-name2 {
					padding: 0.5em 2em;
					background: #FF3300;
					color: #FFF;
			    	width: auto;
					border-top-right-radius: 100px;
					border-bottom-right-radius: 100px;
    	    	}


		.contant {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			margin: 2em auto 3em auto;
			padding: 0;
			width: 100%;
		}

			.c_contant_t {
				display: inline-block;
				margin: 25px auto 15px auto;
				padding: 10px 0;
			    width: auto;
				border-bottom: solid 3px #FF3300;
			}

			.c_form_title {
				font-size: 220%;
			}

			.c_contant_w {
				display: inline-block;
				margin: 0 auto;
			    width: 450px;
			}


		.c_form {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			margin: 0.5em auto;
			width: 70%;
			text-align: left;
		}

		.c_form_input {
			background: #EFEFEF;
			margin: 0.5em 0;
			width: 450px;
		}

		.c_form-check-label {
			margin: 0;
			width: 450px;
		}

		.c_form_send {
			margin: 1em 0;
		}



    .pro_detal_txt {
		display: block;
		position: relative;
		width: 100%;
		margin: 1.5em auto;
    }


    .pro_detal_flex {
		display: flex;
		position: relative;
		justify-content: space-between; 
		align-items: stretch;
		width: 100%;
		margin: 1.5em auto;
    }

    	.pro_detal_flex-menu {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: flex-start; 
			align-items: flex-start;
			flex: 0 0 220px;
			margin-right: 5%;
			width: auto;
    	} 

    		.pro_detal_flex-menu a {
				color: #000;
    		} 

    		.pro_detal_flex-menu a:hover {
				color: #FF3300;
    		} 

    	.pro_detal_flex-contant {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: flex-start; 
			align-items: flex-start;
			flex: 1 1 auto;
    	} 

    		.pro_detal_flex-menu-kind {
				display: block;
				position: relative;
				width: 100%;
				color: #666;
				margin: 0 0 0.5em 0;
				padding: 0.25em 0 1.5em 0;
				border-bottom: solid 2px #FF3300;
    		} 

    		.pro_detal_flex-menu-list {
				display: block;
				position: relative;
				width: 100%;
				padding: 0.25em 0 1em 0;
				border-bottom: solid 2px #FF3300;
    		} 


    			.pro_detal_flex-menu-each {
					display: block;
					position: relative;
					width: 100%;
					padding: 0.25em 0;
					color: #000;
    			} 

    		    	.pro_detal_flex-menu-each a {
				    	color: #000;
    		    	} 

    		    	.pro_detal_flex-menu-each a:hover {
				    	color: #FF3300;
    		    	} 

    		    	.pro_detal_flex-menu-each1 a {
				    	color: #777;
    		    	} 

    		    	.pro_detal_flex-menu-each1 a:hover {
				    	color: #000;
    		    	} 


    			.pro_detal_flex-menu-click {
					display: block;
					position: relative;
					width: 100%;
					padding: 0.25em 0;
    			} 

    				.pro_detal_flex-menu-click::after {
						content: "▾";
						margin-left: 5px;
    				} 

    			.pro_detal_flex-menu-li {
					display: block;
					position: relative;
					width: 100%;
					padding: 0.5em 0;
					color: #000;
    			} 

    		    	.pro_detal_flex-menu-li a {
				    	color: #000;
    		    	} 

    		    	.pro_detal_flex-menu-li a:hover {
				    	color: #FF3300;
    		    	} 


    		.pro_detal_flex-contant-f3 {
				display: flex;
				position: relative;
				flex-wrap: wrap;
				justify-content: space-between;
				align-items: stretch;
				width: 100%;
    		} 

    		    .pro_detal_flex-contant-f3-div {
				    display: flex;
				    position: relative;
				    flex-direction: column;
				    justify-content: space-between;
				    align-items: stretch;
					margin-bottom: 1.5em;
				    width: 32%;
    		    } 

    		        .pro_detal_flex-contant-f3-div:last-child:nth-child(3n - 1) {
        		        margin-right: calc(32% + 4% / 2);
    		        }

    		           .pro_detal_flex-contant-f3-div a {
				           color: #000;
    		           } 

    		           .pro_detal_flex-contant-f3-div a:hover {
				           color: #FF3300;
    		           } 


    		       .pro_detal_flex-contant-f3-div-pic {
				       display: flex;
				       position: relative;
				       justify-content: space-between;
				       align-items: stretch;
				       width: 100%;
					   overflow: hidden;
					   cursor: pointer;
    		       } 

    		          .pro_detal_flex-contant-f3-div-pic img {
				          display: block;
				          position: relative;
				          width: 100%;
    		          } 

    		          .pro_detal_flex-contant-f3-div-pic img:hover {
				          transform: scale(1.2);
						  -webkit-transition:all .2s ease-in-out;
	                      transition:all .2s ease-in-out;
    		          } 

    		       .pro_detal_flex-contant-f3-div-name {
				       display: block;
				       position: relative;
					   padding: 0.5em 1em;
				       width: 100%;
					   text-align: center;
    		       } 


    .pro_more {
		display: block;
		position: relative;
		margin: 3em auto 4em auto;
		padding-bottom: 10px;
		width: auto;
		text-align: center;
    }

    	.pro_more_word {
			display: inline-block;
			position: relative;
			padding-bottom: 10px;
			width: auto;
			border-bottom: solid 1px #FF3300;
			text-align: center;
    	}

    	.pro_more_word {
			color: #000;
    	}

    	.pro_more_word:hover {
			color: #FF3300;
    	}




    .prod2 {
		display: flex;
		position: relative;
		justify-content: space-between;
		align-items: stretch;
		margin: 0 auto 5em auto;
		padding: 0 0 3em 0;
		width: 100%;
		border-bottom: solid 2px #E6E6E6;
		border-left: solid 2px #E6E6E6;
		border-right: solid 2px #E6E6E6;
		border-bottom-left-radius: 200px;
		border-bottom-right-radius: 200px;
    }

    .prod_flex2 {
		display: flex;
		position: relative;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
		padding: 0;
		width: 100%;
    }

    	.prod_flex2-pic {
			display: block;
			position: relative;
			padding: 0;
			width: 55%;
			height: auto;
    	}

    	   .prod_flex2-pic img {
			   display: block;
			   position: relative;
			   width: 100%;
    	   }

      #pCarousel {
        max-width: 100%;
        margin: 0 auto;
      }

      #pCarousel .f-carousel__slide {
        display: flex;
        justify-content: center;
        align-items: center;
      }

    	.prod_flex2-div {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: center;
			align-items: flex-start;
			padding: 0 0 0 1em;
			width: 40%;
    	}

    	   .prod_flex2-div-title {
			   display: block;
			   position: relative;
			   width: auto;
			   margin-bottom: 1em;
			   padding-bottom: 10px; 
			   line-height: 145%;
			   border-bottom: solid 2px #FF3300;
    	   }

    	   .prod_flex2-div-txt {
			   display: inline-flex;
			   position: relative;
			   padding: 0.15em 0;
			   width: 100%;
    	   }

    	   .prod_flex2-div-icon {
			   display: inline-block;
			   position: relative;
			   margin: 0 0 0 10px;
			   width: 22px;
			   height: 22px;
    	   }

    	       .prod_flex2-div-icon img {
			       display: block;
			       position: relative;
			       width: 100%;
    	       }


    	   .prod_flex2-div-spc1 {
			   display: block;
			   position: relative;
			   margin: 0;
			   padding: 0.15em 0;
			   width: 100%;
    	   }

    	   .prod_flex2-div-spc2 {
			   display: block;
			   position: relative;
			   margin: 2em 0 0 0;
			   padding: 0.15em 0;
			   width: 100%;
    	   }

    	   .prod_flex2-div-download {
			   display: inline-block;
			   position: relative;
			   margin: 0 0 1em 0;
			   padding: 0.15em 0.5em;
			   width: auto;
			   background: #9A9A9A;
			   color: #FFF;
    	   }

    	   .prod_flex2-div-spclist {
			   display: inline-block;
			   position: relative;
			   padding: 0.15em 0.5em;
			   width: 100%;
			   border-bottom: solid 2px #E6E6E6;
    	   }



    .page {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		margin: 5em auto;
    }

    	.pageeh {
			display: block;
			margin: 0 2px;
			width: 2em;
			height: 2em;
			font-size: 105%;
			background: #FFF;
			color: #9A9A9A;
			text-align: center;
    	}

    	.pageeh:focus {
			color: #000;
    	}


/* Footer */
		
    #footer {
		display: block;
		background: #999999;
		background-image: url("../../images/pic_footer_bg1-b.png");
		background-position: top center;
		background-repeat: repeat-x;
		background-size: 100% 128px;
		padding: 1em 2em;
		width: 100%;
		color: #FFF;
    }

    #footer .footercont {
		display: block;
		width: 85%;
		margin: 0 auto;

    }

    .link-icon-row {
		display: flex;
		justify-content: flex-end;
		align-items: stretch;
		width: 100%;
		margin: 15px auto 0 auto;
    }

    	.link-icon {
			display: flex;
			justify-content: center;
			align-items: center;
			margin-left: 1.5em;
			width: 2.2em;
   	    }

    		.link-icon img {
				display: block;
				width: 100%;
				height: auto;
   	   		}

    		.link-icon img:hover {
				opacity: 0.7;
   	    	}


    .fdetial-row {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		width: 100%;
		flex-wrap: nowrap;
    }

       .fdetial-row a {
		    color: #FFF;
        }

       .fdetial-row a:hover {
		    color: #FF3C00;
        }


    	.fdetial-row-l {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
			margin-right: 1.5em;
			flex: 0 0 360px;
   	    }

    	.fdetial-row-r {
			display: flex;
			justify-content: space-between;
			align-items: stretch;
			flex-wrap: wrap;
			width: 72%;
   	    }

    	    .fdetial-row-r-eh {
			    display: flex;
				flex-direction: column;
			    justify-content: flex-start;
			    align-items: flex-start;
				margin-bottom: 10px;
				margin-right: 2em;
			    width: auto;
   	        }

    	    .fdetial-row-r-eh:last-child {
				margin-right: auto;
   	        }


    		.fdetial-div-title {
				display: flex;
				justify-content: flex-start;
				align-items: flex-end;
				margin-bottom: 10px;
				width: 100%;
				height: 60px;
   	    	}

    		    .fdetial-div-title img {
					display: block;
				    width: 45%;
   	    	    }

    		.fdetial-div-name {
				display: block;
				padding: 15px 0;
				width: 100%;
				font-family: Arial, 'Arial';
   	    	}

    		    .fdetial-div-name img {
					display: block;
				    width: 80%;
   	    	    }

    		.fdetial-div-icontxt {
				display: flex;
				padding: 3px 0;
				width: 100%;
   	    	}

    		    .fdetial-div-icontxt img {
					margin-right: 5px;
				    width: 1.5em;
					height: 1.5em;
   	    	    }

    		.fdetial-div-txt {
				display: flex;
				padding: 0;
				width: 100%;
   	    	}


/* Wide */

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

		/* Basic */

		/* Header */
		
			#header nav ul li {
				display: inline-flex;
				padding: 1em 0.8em 10px 0.8em;
				height: auto;
			}

			.lag-row {
				top: 42px;
				left: 85%;
			}
		
		
		
		
		/* Banner */
		
		.bantitle1 {

		}

		    @keyframes f1 {
			    0%   {left: 20%; top: 28%; opacity: 0; z-index: -1;}
			    100% {left: 30%; top: 28%; opacity: 1; z-index: 1;}
		    }
		
		
		/* Wrapper */	
		
		.wrapper_container {
			width: 65%;
		} 
		
		
		
		/* set */

		.inda2-titab {
			top: -80px;
			left: 50%;
			width: 160px;
			height: 160px;
		}

		.inda2-titab1 {
			width: 160px;
			height: 160px;
		}
	
		.inda2-titab2 {
			width: 160px;
			height: 160px;
		}
		
		.inda2-titab3 {
			width: 160px;
			height: 160px;
		}
		
		
		/* Footer */
		

		
	}


/* Normal */

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

		/* Header */
		
		#header {

		}

		#header nav {
			padding: 1.2em 0 0 0;
			width: 100%;
			letter-spacing: 0.7px;
		}

			#header nav ul li {
				margin: 0 -2px;
				padding: 15px 0 15px 0;
				font-size: 1.35em;
				min-width: 6em;
			}
				
			#header nav ul li:nth-child(4) {
				background: url("../../images/pic_logo.png");
				background-size: 70%;
				background-repeat: no-repeat;
				background-position: center;
				width: 8em;
			}

			#header nav ul li:nth-child(4) img {
				width: 3em;
			}
		
			.lag-row {
				position: absolute;
				top: 36px;
				left: 88%;
			}
		
		/* Dropotron */

		/* Banner */

		/* Wrapper */	
		
		.wrapper_container {
			width: 70%;
		} 
		

		/* set */

		.inda2-titab {
			top: -75px;
			left: 50%;
			width: 150px;
			height: 150px;
		}

		.inda2-titab1 {
			width: 150px;
			height: 150px;
		}		
		
		.inda2-titab2 {
			width: 150px;
			height: 150px;
		}		
			
		.inda2-titab3 {
			width: 150px;
			height: 150px;
		}
		
		
		.ind_contant {
			width: 70%;
			min-height: 450px;
			border-radius: 225px;
		}	
		
		
		
    .sol-row2-flex {

    }

        .sol-row2-flex-cc {
            padding: 2em;
        }

        .sol-row2-flex-ww {
			padding: 2em;
			border-top-left-radius: 150px;
        }

        .sol-row2-flex-cc1 {
			padding: 2em;
        }

        .sol-row2-flex-ww1 {
			padding: 2em;
			border-bottom-right-radius: 150px;
        }

        .sol-row2-flex-ww1-1 {
			padding: 2em;
			border-bottom-right-radius: 150px;
        }


    .sol-cc {
		width: 130px;
		height: 130px;
    }

    .sol-cc1 {
		width: 130px;
		height: 130px;
    }

    .sol-ww {
		width: 80%;
		height: auto;
    }

		

    .pro_flex2 {

    }
		
    	.pro_flex2-pic {
			width: 42%;
    	}
		
    	.pro_flex2-div {
			width: 58%;
			padding-bottom: 3em;
    	}
		
		
    .pro_carousel {
		display: block;
		margin: -3.5% auto 0 auto;
		width: 85%;
    }
		
		
    .ser-flex2 {

    }
			
        .ser-flex2-1-div1 {
		    width: 42%;
        }

        .ser-flex2-1-div2 {
		    width: 58%;
			padding-bottom: 3em;
        }
		
		
		
		
	}


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

		/* Basic */

		/* Header */
		
		#header {

		}
		
		#header nav {
			padding: 1.2em 0 0 0;
			width: 100%;
			letter-spacing: 0.7px;
		}

			#header nav ul li {
				margin: 0 -2px;
				padding: 12px 0 12px 0;
				font-size: 1.25em;
				min-width: 6em;
			}
				
			#header nav ul li:nth-child(4) {
				background: url("../../images/pic_logo.png");
				background-size: 70%;
				background-repeat: no-repeat;
				background-position: center;
				width: 8em;
			}

			#header nav ul li:nth-child(4) img {
				width: 3em;
			}
		
			.lag-row {
				position: absolute;
				top: 32px;
				left: 89%;
			}
		
		
		/* Banner */

		#banner {
		    background-position: center 20px, center top;
		}
		
				#path {
					margin: 1em 0 0 0;
				}

		
		.bantitle1 {

		}

		    @keyframes f1 {
			    0%   {left: 15%; top: 30%; opacity: 0; z-index: -1;}
			    100% {left: 26%; top: 30%; opacity: 1; z-index: 1;}
		    }
		
		
		/* Wrapper */

	
		/* set */

    .pro_flex2 {

    }
		
		
    .pro_carousel {
		display: block;
		margin: -3.5% auto 0 auto;
		width: 85%;
    }
		
		
		.pro-catalogue {
			margin: 3em auto;
			width: 400px;
		}		
		
		
		
		
    .news-flex-3 {
		margin: 1em auto 2em auto;
    }

    .news-flex-3-div1 {
		width: 75%;
    }

        .news-flex-3-word {
			margin: 0 auto;
			padding: 1em 15% 1em 2em;
			width: 100%;
    	}
		
        .news-flex-3-word1 {
			margin: 0 auto;
			padding: 1em 2em 1em 15%;
			width: 100%;
    	}


        	.news-flex-3-word-title {
				margin-bottom: 10px;
    		}

        	.news-flex-3-word-txt {
				display: block;
    		}

        .news-flex-3-div1-pic1 {
			background-image: url("../../images/pic_news_p1.jpg");
			background-size: cover;
			width: 30%;
    	}
		
		
    .news-flex-3-div2 {
		flex: 0 0 280px;
		width: auto;
    }
		
    .news-flex-3-div2-1 {
		flex: 0 0 280px;
		width: auto;
    }

            .news-flex-3-date-yy {
				transform: translateY(-20px);
    	    }

            .news-flex-3-date-mm {
				transform: translateY(20px);
    	    }

            .news-flex-3-date-slash {
				margin: 0 8px;
			    width: 2px;
				height: 130px;
			    -moz-transform:rotate(38deg);
			    -webkit-transform:rotate(38deg);
			    -o-transform:rotate(38deg);
			    -ms-transform:rotate(38deg);
			    transform:rotate(38deg);
    	    }	
		
		
		
		
		
		
		/* Footer */

		
	}


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

		/* Header */
		
		#header nav {
			padding: 1.2em 0 0 0;
			width: 100%;
			letter-spacing: 0.7px;
		}

			#header nav ul li {
				margin: 0 -2px;
				padding: 12px 0 12px 0;
				font-size: 1.25em;
				min-width: 6em;
			}
				
			#header nav ul li:nth-child(4) {
				background: url("../../images/pic_logo.png");
				background-size: 70%;
				background-repeat: no-repeat;
				background-position: center;
				width: 8em;
			}

			#header nav ul li:nth-child(4) img {
				width: 3em;
			}


		/* Dropotron */
		
		/* Banner */
		
		/* Wrapper */	
		
		/* set */
		
		/* Footer */
		
		
		
	}


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

		/* Header */
		
		#header nav {
			padding: 1.1em 0 0 0;
			width: 100%;
			letter-spacing: 0.7px;
		}

			#header nav ul li {
				margin: 0 -2px;
				padding: 10px 0 8px 0;
				font-size: 1.2em;
				min-width: 6em;
			}
				
			#header nav ul li:nth-child(4) {
				background: url("../../images/pic_logo.png");
				background-size: 65%;
				background-repeat: no-repeat;
				background-position: center;
				width: 8em;
			}

			#header nav ul li:nth-child(4) img {
				width: 3em;
			}
		
			.lag-row {
				position: absolute;
				top: 30px;
				left: 90%;
			}
		

		/* Dropotron */

		/* Banner */
		
		/* Wrapper */	
		
		.wrapper_container {
			width: 70%;
		} 

		/* set */
		
    .sol-row2-flex {

    }

        .sol-row2-flex-cc {
            padding: 2em;
        }

        .sol-row2-flex-ww {
			padding: 2em;
			border-top-left-radius: 120px;
        }

        .sol-row2-flex-cc1 {
			padding: 2em;
        }

        .sol-row2-flex-ww1 {
			padding: 2em;
			border-bottom-right-radius: 120px;
        }

        .sol-row2-flex-ww1-1 {
			padding: 2em;
			border-bottom-right-radius: 120px;
        }


    .sol-cc {
		width: 120px;
		height: 120px;
    }

    .sol-cc1 {
		width: 120px;
		height: 120px;
    }

    .sol-ww {
		width: 90%;
		height: auto;
    }
		
		
		
    .pro_flex2 {

    }
		
    	.pro_flex2-pic {
			width: 50%;
    	}
		
    	.pro_flex2-div {
			padding-bottom: 4em;
			width: 50%;
    	}
		
		
    .pro_carousel {
		display: block;
		margin: -3.5% auto 0 auto;
		width: 85%;
    }
	
		
		
    .ser-flex2 {

    }
			
    .ser-flex2-1 {
		margin: 1em auto 1.5em auto;
    }
	
        .ser-flex2-1-div1 {
		    width: 50%;
        }

        .ser-flex2-1-div2 {
		    width: 50%;
			padding-bottom: 4em;
        }
		
		
		
    .pro_detal_flex {
		width: 100%;
		margin: 1.5em auto;
    }

    	.pro_detal_flex-menu {
			flex: 0 0 200px;
			margin-right: 5%;
    	} 

    	.pro_detal_flex-contant {
			flex: 1 1 auto;
    	} 

    			.pro_detal_flex-menu-each {
					display: block;
					position: relative;
					width: 100%;
					padding: 0.2em 0;
					color: #000;
    			} 

    			.pro_detal_flex-menu-li {
					padding: 0.2em 0;
					color: #000;
    			} 

		
		
		
		
    		.pro_detal_flex-contant-f3 {
				width: 100%;
    		} 

    		    .pro_detal_flex-contant-f3-div {
					margin-bottom: 1.2em;
				    width: 48%;
    		    } 

    		        .pro_detal_flex-contant-f3-div:last-child:nth-child(3n - 1) {
        		        margin-right: calc(48% + 8% / 2);
    		        }

    		       .pro_detal_flex-contant-f3-div-pic {
				      width: 100%;
    		       } 
		
		
		
		
    .prod2 {
		margin: 0 auto 4em auto;
		padding: 1em 0 3em 0;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
    }

    .prod_flex2 {
		width: 100%;
    }

    	.prod_flex2-pic {
			width: 50%;
    	}

    	.prod_flex2-div {

			padding: 0 0 0 1em;
			width: 50%;
    	}


		
    .news_txt {
		margin: 1em 0 2em 0;
		width: 90%;
    }

		
		
		
		/* Footer */
		
    #footer {

    }

    #footer .footercont {
		display: block;
		width: 85%;
		margin: 0 auto;

    }

    .link-icon-row {
		margin: 15px auto 0 auto;
    }

    	.link-icon {
			margin-left: 1em;
			width: 2em;
   	    }

    .fdetial-row {
		flex-direction: column;
		width: 100%;
		flex-wrap: nowrap;
    }
		
    	.fdetial-row-l {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
			margin-right: 0;
			padding-bottom: 1.5em;
			flex: 0 0 100%;
			border-bottom: solid 1px #CCC;
   	    }

    	.fdetial-row-r {
			display: flex;
			justify-content: space-between;
			align-items: stretch;
			flex-wrap: wrap;
			width: 100%;
   	    }
	
    		    .fdetial-div-title img {
					display: block;
				    width: 170px;
   	    	    }
		
		
		
		
	}



/* Narrow */

	@media screen and (max-width: 1024px) {
		
		/* Header */
		
		#header {
			
		}
		
		#header nav {
			padding: 0.75em 0 0 0;
			width: 100%;
			letter-spacing: 0.7px;
		}

			#header nav ul li {
				margin: 0 -2px;
				padding: 10px 0 8px 0;
				font-size: 1.1em;
				min-width: 6em;
			}
				
			#header nav ul li:nth-child(4) {
				background: url("../../images/pic_logo.png");
				background-size: 65%;
				background-repeat: no-repeat;
				background-position: center;
				width: 8em;
			}

			#header nav ul li:nth-child(4) img {
				width: 3em;
			}
		
			.lag-row {
				position: absolute;
				top: 25px;
				left: 90%;
			}

		/* Dropotron */

		/* Banner */
		
		
		.bantitle1 {

		}

		    @keyframes f1 {
			    0%   {left: 10%; top: 35%; opacity: 0; z-index: -1;}
			    100% {left: 25%; top: 35%; opacity: 1; z-index: 1;}
		    }
		
		/* Wrapper */	

		.wrapper_container3 {
			width: 85%;
		} 
		
		/* set */
		
		.inda2-titab {
			top: -65px;
			left: 50%;
			width: 130px;
			height: 130px;
		}

		.inda2-titab1 {
			width: 130px;
			height: 130px;
		}		
		
		.inda2-titab2 {
			width: 130px;
			height: 130px;
		}		
			
		.inda2-titab3 {
			width: 130px;
			height: 130px;
		}
		
		
		
		.ind_arrow-d {
		    display: block;
		    position: relative;
		    margin: 10px 0;
		    width: 100px;
		    height: 35px;
		    color: #000;
		    border: solid 1px #000;
		}

		
		.ind_contant {
			width: 80%;
			min-height: 450px;
			border-radius: 225px;
		}	
			
		
    .sol-row2-flex {

    }

        .sol-row2-flex-cc {
            padding: 2em;
        }

        .sol-row2-flex-ww {
			padding: 2em;
			border-top-left-radius: 100px;
        }

        .sol-row2-flex-cc1 {
			padding: 2em;
        }

        .sol-row2-flex-ww1 {
			padding: 2em;
			border-bottom-right-radius: 100px;
        }

        .sol-row2-flex-ww1-1 {
			padding: 2em;
			border-bottom-right-radius: 100px;
        }


    .sol-cc {
		width: 115px;
		height: 115px;
    }

    .sol-cc1 {
		width: 115px;
		height: 115px;
    }

    .sol-ww {
		width: 95%;
		height: auto;
    }
		
		
		
    .pro_flex2 {

    }
		
    	.pro_flex2-pic {
			width: 40%;
    	}
		
    	.pro_flex2-div {
			padding-bottom: 1.5em;
			width: 60%;
    	}
		
    	    .pro_flex2-div-kind {
				margin: 0;
				padding-left: 1.5em;
			    width: 100%;
    	    }
		
		
    .pro_carousel {
		display: block;
		margin: 1em auto 0 auto;
		width: 85%;
    }
		
		
    .ser-flex2 {

    }

        .ser-flex2-1-div1 {
		    width: 40%;
        }

        .ser-flex2-1-div2 {
		    width: 60%;
			padding-bottom: 1.5em;
        }
		
		
		
    .news-flex-3 {
		margin: 1em auto 2em auto;
    }

    .news-flex-3-div1 {
		width: 75%;
    }


        .news-flex-3-word {
			margin: 0 auto;
			padding: 1em 15% 1em 2em;
			width: 100%;
    	}

        .news-flex-3-word1 {
			margin: 0 auto;
			padding: 1em 2em 1em 15%;
			width: 100%;
    	}


        	.news-flex-3-word-title {
				margin-bottom: 10px;
    		}

        	.news-flex-3-word-txt {
				display: block;
    		}

		
    .news-flex-3-div2 {
		flex: 0 0 250px;
		width: auto;
    }
		
    .news-flex-3-div2-1 {
		flex: 0 0 250px;
		width: auto;
    }

            .news-flex-3-date-yy {
				transform: translateY(-20px);
    	    }

            .news-flex-3-date-mm {
				transform: translateY(20px);
    	    }

            .news-flex-3-date-slash {
				margin: 0 8px;
			    width: 2px;
				height: 130px;
			    -moz-transform:rotate(38deg);
			    -webkit-transform:rotate(38deg);
			    -o-transform:rotate(38deg);
			    -ms-transform:rotate(38deg);
			    transform:rotate(38deg);
    	    }		
		
		
		
		

		
		/* Footer */
		
		
		
	}

		
		



/* Narrower */

	#navPanel, #navButton {
		display: none;
	}

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

		/* 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;
				}
		

		/* 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;
			}

		/* 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 */
		
				.m_logo {
					display: block;
					position: absolute;
					margin: 0 auto;
					width: 100%;
					text-align: left;
					z-index: 999;
					
					animation-name: mmlogo;
					animation-duration: 1s;
					animation-iteration-count: 1;
					animation-fill-mode: forwards;
					-moz-animation-name: mmlogo;
					-moz-animation-duration: 1s;
					-moz-animation-iteration-count: 1;
					-moz-animation-fill-mode: forwards;
					-webkit-animation-name: mmlogo;
					-webkit-animation-duration: 1s;
					-webkit-animation-fill-mode: 1;
					-webkit-animation-fill-mode: forwards;
					-ms-animation-name: mmlogo;
					-ms-animation-duration: 1s;
					-ms-animation-fill-mode: 1;
					-ms-animation-fill-mode: forwards;
				}
		
				    .m_logo img {
						display: block;
						margin: 0 auto;
					    width: 17%;
				    }
		
		
		    @keyframes mmlogo {
			    0%   {top: 0; opacity: 0; z-index: -1;}
			    100% {top: 25px; opacity: 1; z-index: 1;}
		    }
		
		
		
		/* Wrapper */

		.wrapper_container {
			width: 80%;
		} 
		
		/* set */	


	    .contus {
            width: 70px;
            height: 70px;
            top: 15%;
            right: 5%;
        }

		.inda-catalogue {
			margin: 4em auto;
			width: 500px;
		}
		
		
		
		.inda2-titab1 {
			display: none;
		}

		.inda2-titab2 {
			display: none;
		}
		
		.inda2-titab3 {
			display: none;
		}
		
		
		.ind_service {
			flex-direction: column;
			justify-content: space-between;
			align-items: stretch;
			margin-bottom: 0;
			width: 100%;
		}
		
		.ind_service1 {
			flex-direction: column;
			justify-content: space-between;
			align-items: stretch;
			margin: 2em auto;
			width: 100%;
		}
		
		
			.ind_service-div-l {
				display: none;
			}
		
			.ind_service-div-r {
				width: 100%;
				z-index: 90;
			}

			.ind_service-div-c {
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				padding: 1em 2em 0 2em;
				width: auto;
				text-shadow: 2px 2px 2px #000;
			}

			.ind_service-div-c1 {
				background: #FFF;
		        padding: 1em 2em 0 2em;
				width: auto;
			}	
		
		
		
    .sol-row2-flex {
	
    }

        .sol-row2-flex-cc {
			padding: 2em;
		    width: 25%;
			height: 100%;
        }

        .sol-row2-flex-ww {
			padding: 2em;
		    width: 75%;
			height: 100%;
			border-top-left-radius: 80px;
        }

        .sol-row2-flex-cc1 {
			padding: 2em;
		    width: 25%;
			height: 100%;
        }

        .sol-row2-flex-ww1 {
			padding: 2em;
		    width: 75%;
			height: 100%;
			border-bottom-right-radius: 80px;
        }

        .sol-row2-flex-ww1-1 {
			padding: 2em;
		    width: 75%;
			height: 100%;
			border-bottom-right-radius: 80px;
        }
		
		
		
    .news-flex-3 {
		flex-direction: column;
		margin: 1em auto 2em auto;
    }

    .news-flex-3-div1 {
		width: 100%;
		order: 2;
    }

        .news-flex-3-div1-content {
			width: 70%;
			border-bottom-right-radius: 500px;
			border-top-right-radius: 500px;
    	}
		
        .news-flex-3-div1-content1 {
			width: 70%;
			border-bottom-left-radius: 0;
			border-top-left-radius: 0;
			border-bottom-right-radius: 500px;
			border-top-right-radius: 500px;
			order: 2;
    	}

        .news-flex-3-word {
			margin: 0 auto;
			padding: 1em 15% 1em 2em;
			width: 100%;
    	}
		
        .news-flex-3-word1 {
			margin: 0 auto;
			padding: 1em 15% 1em 2em;
			width: 100%;
    	}

        	.news-flex-3-word-title {
				margin-bottom: 10px;
    		}

        	.news-flex-3-word-txt {
				display: block;
    		}

		
    .news-flex-3-div2 {
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0 auto 0 3%;
		flex: 0 0 30%;
		width: auto;
		text-align: left;
		float: left;
		order: 1;
    }
		
    .news-flex-3-div2-1 {
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0 auto 0 3%;
		flex: 0 0 30%;
		width: auto;
		text-align: left;
		float: left;
		order: 1;
    }
		
            .news-flex-3-date-yy {
				transform: translateY(-20px);
    	    }

            .news-flex-3-date-mm {
				transform: translateY(20px);
    	    }

            .news-flex-3-date-slash {
				margin: 0 8px;
			    width: 2px;
				height: 130px;
			    -moz-transform:rotate(38deg);
			    -webkit-transform:rotate(38deg);
			    -o-transform:rotate(38deg);
			    -ms-transform:rotate(38deg);
			    transform:rotate(38deg);
    	    }		
		
		
		
		
		
		
		
		/* Footer */


		/* 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;
				left: 0;
				position: fixed;
				top: 0;
				width: 100px;
				z-index: 10001;
			}

				#navButton .toggle {
					text-decoration: none;
					height: 60px;
					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: 45px;
						z-index: 1;
					}

					#navButton .toggle:after {
						background: #FF3300;
						border-radius: 2px;
						content: '';
						height: 40px;
						left: 10px;
						position: absolute;
						top: 10px;
						width: 45px;
					}

			#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: #fff;
				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: auto;
					line-height: 2.5em;
					opacity: 1;
					text-decoration: none;
				}

					#navPanel .link.depth-0 {
						font-weight: bold;
						color: #FFFFFF;
					}
		
					#navPanel .link.depth-1 {
						margin-left: 1em;
						color: #DDD;
					}

					#navPanel .link.depth-2 {
						margin-left: 2em;
					}

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

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

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

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

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

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

			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);
			}

	}





	@media screen and (max-width: 840px) {
		
		/* Banner */
		
		#banner {
		    background-position: center 10px, center top;
		}

		.bantitle1 {

		}

		    @keyframes f1 {
			    0%   {left: 15%; top: 30%; opacity: 0; z-index: -1;}
			    100% {left: 24%; top: 30%; opacity: 1; z-index: 1;}
		    }
		
		
				#path {
					margin: 10px 0 0 0;
				}
		
				.m_logo {

				}
		
				    .m_logo img {
					    width: 17%;
				    }
		
		
		    @keyframes mmlogo {
			    0%   {top: 0; opacity: 0; z-index: -1;}
			    100% {top: 25px; opacity: 1; z-index: 1;}
		    }
		
	#myBtn {
        width: 45px;
        height: 45px;
        bottom: 2em;
        right: 1em;
        font-size: 70%;
	}

	#myBtn:hover {

	}
		
		/* Wrapper */	
		

		/* set */
		

		.inda-catalogue {
			margin: 4em auto;
			width: 450px;
		}
		
		
		.ind_contant {
			width: 90%;
			padding: 0 1em;
			min-height: 450px;
			border-radius: 100px;
		}	
			
	
			.ind_form_title {
				font-size: 180%;
			}
		
			.ind_contant_w {
				display: inline-block;
				margin: 0 auto;
			    width: 450px;
			}
		
		.ind_form_input {
			margin: 0.5em auto;
			width: 450px;
		}
		
		.ind_form_send {
			margin: 1em auto;
			width: 80%;
		}
		
		
		
		.ind_service {
			margin-bottom: 0;
		}
		
		.ind_service1 {
			margin: 1.5em auto;
		}
		
			.ind_service-div-l {
				display: none;
			}
		
			.ind_service-div-r {
				width: 100%;
				z-index: 90;
			}

			.ind_service-div-c {
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				padding: 1em 2em 0 2em;
				width: 60%;
			}

			.ind_service-div-c1 {
		        padding: 1em 2em 0 2em;
				width: 60%;
			}	
		
		
    .pro_flex2 {
		flex-direction: column;
		margin-bottom: 1em;
		width: 100%;
    }

    	.pro_flex2-pic {
			width: 100%;
			background-image: url("../../images/pic_pro1-m.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			background-size: contain;
    	}
		
    	.pro_flex2-div {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			margin: 15px 0;
			padding-bottom: 0;
			width: 100%;
    	}

    	    .pro_flex2-div-word {
				padding-left: 0;
    	    }
		
    	    .pro_flex2-div-kind {
				margin: 0;
				padding-left: 0;
			    width: 100%;
    	    }
		
    	       .pro_flex2-div-kindname {
				   display: inline-block;
				   padding: 0.3em 1em 0.35em 1em;
				   width: auto;
				   color: #FFF;
				   background: #FF3300;
				   border-top-right-radius: 30px;
				   border-bottom-right-radius: 30px;
    	       }
		
    	    .pro_flex2-div-menu {
				padding-left: 1.5em;
    	    }
		
		
    .pro_carousel {
		width: 85%;
    }

    .pro_carousel-parallax {
	    display: block;
	    width: 100%;
	    height: 100%;
    }


        #proCarousel {
            /* --f-carousel-slide-width: calc((100% - 100px) / 4); */
            --f-carousel-slide-width: 100%;
            --f-carousel-spacing: 0px;

            --f-button-next-pos: -4.5rem;
            --f-button-prev-pos: -4.5rem;

            --f-button-width: 100px;
            --f-button-height: 100px;
            --f-button-border-radius: 0;

            --f-button-color: #ccc;
            --f-button-hover-color: #FF3300;
            --f-button-active-color: #FF3300;

            --f-button-bg: rgba(87, 107, 121, 0);
            --f-button-hover-bg: rgba(0, 0, 0, 0);
            --f-button-active-bg: rgba(0, 0, 0, 0);

            --f-button-svg-width: 40px;
            --f-button-svg-height: 50px;
            --f-button-svg-stroke-width: 1;
        }


    .ser-flex2, .ser-flex2-1 {
		flex-direction: column;
		margin-bottom: 0;
    }
		
    .ser-flex2-2 {
		flex-direction: column;
		margin-bottom: 1em;
    }
		
        .ser-flex2-1-div1 {
		    width: 100%;
		    justify-content: flex-start;
		    align-items: flex-start;
			background-image: url("../../images/pic_pro2-m.jpg");
			background-size: cover;
			background-repeat: no-repeat;
			background-position: top left;
        }

        .ser-flex2-1-div2 {
			margin: 20px auto 0 auto;
			padding: 0;
		    width: 100%;
        }
		
        .ser-flex2-1-div3 {
			margin: 20px auto;
			padding: 0;
		    width: 85%;
			order: 2;
        }
		
        .ser-flex2-1-pic1 {
			background: url("../../images/pic_pro2-inf1-m.jpg");
			background-size: contain;
			margin: 0;
			padding: 0;
		    width: 100%;
			order: 1;
        }
		
        .ser-flex2-1-pic2 {
			background: url("../../images/pic_pro2-inf2-m.jpg");
			background-size: contain;
			margin: 0;
			padding: 0;
		    width: 100%;
			order: 1;
        }
		
        .ser-flex2-word1 {
			margin: 0 auto;
			padding: 0;
		    width: 100%;
			order: 2;
        }

        .ser-flex2-word2 {
			margin: 0 auto;
			padding: 0;
		    width: 100%;
			order: 2;
        }
		
    	    .ser-flex2-title_name2 {
				float: left;
    	        border-top-left-radius: 0;
    	        border-bottom-left-radius: 0;
    	        border-top-right-radius: 30px;
    	        border-bottom-right-radius: 30px;
    	    }

		
    .comp {
		margin: 1em auto 0 auto;
		width: 100%;
    }

    .comp1 {
		width: 100%;
		margin: 0 auto;
    }
		
		.comp-r1div, .comp-r2div, .comp-r3div, .comp-r4div, .comp-r5div {
			width: 70%;
		}
		
		.comp-r1pic, .comp-r2pic, .comp-r3pic, .comp-r4pic, .comp-r5pic {
			width: 30%;
		}
		
		.comp-r2pic {
			background-image: url("../../images/pic_c_p2-m.jpg");
			background-position: center top;
		}
		
    	.comp-r2div {
			background: #EEEEEE;
    	}
		
    	.comp-r5div {
			background-image: none;
    	}
		
    	    .comp-rdiv1 {
				margin: 0 auto;
				padding: 1em 7% 1em 10%;
			    width: 100%;
    	    }

    	    .comp-rdiv2 {
				margin: 0 auto;
				padding: 1em 10% 1em 7%;
			    width: 100%;
    	    }
		
    	    .comp-rdiv-title-2 {
				margin-top: 15px;
				margin-bottom: 5px;
			    width: 100%;
    	    }

    	    	.comp-rdiv-title-name1 {
					padding: 0.25em 1em;
					border-top-left-radius: 100px;
					border-bottom-left-radius: 100px;
    	    	}

    	    	.comp-rdiv-title-name2 {
					padding: 0.25em 1em;
					border-top-right-radius: 100px;
					border-bottom-right-radius: 100px;
    	    	}
		
		
		
    .prod2 {
		margin: 1em auto 4em auto;
		padding: 0 0 4em 0;
		border-bottom-left-radius: 80px;
		border-bottom-right-radius: 80px;
    }

    .prod_flex2 {
		flex-direction: column;
		width: 100%;
    }

    	.prod_flex2-pic {
			margin-bottom: 2em;
			padding-bottom: 1em;
			width: 100%;
			border-bottom: solid 1px #E6E6E6;
    	}

    	.prod_flex2-div {
			padding: 0 0 0 1em;
			width: 100%;
    	}
	
    	   .prod_flex2-div-title {
			   width: 100%;
    	   }

		
		
		
		
		/* Footer */
		
	
	}


/* 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;
			}

		/* 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;
			}

		
        /* Banner*/
		
		#banner {
		    background-position: center 25px, center top;
		}

		.bantitle1 {

		}

		    @keyframes f1 {
			    0%   {left: 10%; top: 28%; opacity: 0; z-index: -1;}
			    100% {left: 20%; top: 28%; opacity: 1; z-index: 1;}
		    }
		
		
				#path {
					margin: 25px 0 0 0;
				}
		
				.m_logo {

				}
		
				    .m_logo img {
					    width: 18%;
				    }
		
		
		    @keyframes mmlogo {
			    0%   {top: 0; opacity: 0; z-index: -1;}
			    100% {top: 20px; opacity: 1; z-index: 1;}
		    }
		
		/* Wrapper */

		.wrapper_container {
			width: 90%;
		} 

		.wrapper_container1 {
			width: 85%;
		} 

		.wrapper_container2 {
			width: 85%;
		} 


		
		/* set */

		.inda2-titab {
			top: -65px;
			left: 50%;
			width: 130px;
			height: 130px;
		}
		

		.ind_contant {
			width: 90%;
			padding: 0 1em;
			min-height: 450px;
			border-radius: 60px;
		}	
			
			.ind_contant_w {
				display: inline-block;
				margin: 0 auto;
			    width: 80%;
			}
		
		.ind_form {
			margin: 0.5em auto;
			width: 100%;
		}

		.ind_form_input {
			margin: 0.5em auto;
			width: 80%;
		}

		.ind_form-check-label {
			margin: 0;
			width: 80%;
		}
		
		.form-check-input {
			display: inline-block;
			margin: 0;
			width: 20px;
		}
		
		.ind_form_send {
			margin: 1em auto;
			width: 80%;
		}
		
		
		
    .sol-row2-1 {
	    width: 100%;
		background-image: url("../../images/pic_sol_care.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		border-bottom: solid 4px #FFF;
    }
		
    .sol-row2-2 {
	    width: 100%;
		background-image: url("../../images/pic_sol_public.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		border-bottom: solid 4px #FFF;
    }
		
    .sol-row2-3 {
	    width: 100%;
		background-image: url("../../images/pic_sol_hote.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		border-bottom: solid 4px #FFF;
    }
		
    .sol-row2-4 {
	    width: 100%;
		background-image: url("../../images/pic_sol_home.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		border-bottom: solid 4px #FFF;
    }
	
        .sol-row2-1 img, .sol-row2-2 img, .sol-row2-3 img, .sol-row2-4 img {
		    display: none;
		    width: 100%;
        }
	
		
    .sol-row2-flex {
		position: relative;
	    flex-direction: column;
    }

        .sol-row2-flex-cc {
			justify-content: center;
			padding: 1em 0;
		    width: 100%;
			height: auto;
        }

        .sol-row2-flex-ww {
			padding: 2em;
		    width: 100%;
			height: 100%;
			border-top-left-radius: 80px;
        }

        .sol-row2-flex-cc1 {
			justify-content: center;
			padding: 1em 0;
		    width: 100%;
			height: auto;
        }

        .sol-row2-flex-ww1 {
			position: relative;
			padding: 2em;
		    width: 100%;
			height: 100%;
			border-top-left-radius: 80px;
			border-bottom-right-radius: 0;
			order: 1;
        }

        .sol-row2-flex-ww1-1 {
			position: relative;
			padding: 2em;
		     width: 100%;
			height: 100%;
			border-top-left-radius: 0;
			border-bottom-right-radius: 0;
			order: 1;
			border: none;
        }
			
		
    .sol-cc {
		width: 90px;
		height: 90px;
    }

    .sol-cc1 {
		width: 90px;
		height: 90px;
    }

    .sol-ww {
		position: relative;
		width: 80%;
		height: 100%;
    }
		
		
    .pro_flex2 {
		flex-direction: column;
		margin-bottom: 1.5em;
		width: 100%;
    }

    	.pro_flex2-pic {
			width: 100%;
    	}
		
    	.pro_flex2-div {
			margin: 5px 0;
			width: 100%;
    	}	
		
		
		.pro-catalogue {
			margin: 2em auto;
			width: 300px;
		}		
		
		
    .ser-flex2 {

    }
		
        .ser-flex2-1-div1 {
		    width: 100%;
			margin-bottom: 10px;
        }

        .ser-flex2-1-div2 {
			margin: 10px 0;
		    width: 100%;
        }
		
			
		
    .pro_detal_flex {
		flex-direction: column;
		width: 100%;
		margin: 1.5em auto;
    }
		
    	.pro_detal_flex-menu {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: flex-start; 
			align-items: flex-start;
			flex: 0 0 100%;
			margin-right: 0;
			margin-bottom: 1em;
			padding: 0;
			width: auto;
    	} 


    		.pro_detal_flex-menu-kind {
				display: block;
				position: relative;
				width: 100%;
				color: #666;
				margin: 0 0 0.5em 0;
				padding: 0.25em 0 0 0;
				border-bottom: solid 2px #FF3300;
    		} 

    		.pro_detal_flex-menu-list {
				display: inline-flex;
				position: relative;
				flex-wrap: wrap;
				width: 100%;
				padding: 0.25em 0 1em 0;
				border-bottom: solid 2px #FF3300;
    		} 
		
    			.pro_detal_flex-menu-each {
					display: block;
					position: relative;
					width: auto;
					margin-right: 20px;
					padding: 0.25em 0;
					color: #000;
    			} 

    		    	.pro_detal_flex-menu-each a {
				    	color: #000;
    		    	} 

    		    	.pro_detal_flex-menu-each a:hover {
				    	color: #FF3300;
    		    	} 

    		    	.pro_detal_flex-menu-each1 a {
				    	color: #777;
    		    	} 

    		    	.pro_detal_flex-menu-each1 a:hover {
				    	color: #000;
    		    	} 


    			.pro_detal_flex-menu-li {
					display: block;
					position: relative;
					width: 100%;
					padding: 0.5em 0;
					color: #000;
    			} 
		
		
		
		
		/* Footer */

    #footer {
		background-size: 100% 115px;
    }

    #footer .footercont {
		display: block;
		width: 90%;
		margin: 0 auto;

    }

    .link-icon-row {
		justify-content: flex-start;
		margin: 5px auto 5px auto;
    }

    	.link-icon {
			margin-left: 0;
			margin-right: 1em;
			margin-bottom: 0.5em;
			width: 2em;
   	    }

    .fdetial-row {
		flex-direction: column;
		width: 100%;
		flex-wrap: nowrap;
    }
		
    	.fdetial-row-l {
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
			margin-right: 0;
			margin-bottom: 0.75em;
			padding-bottom: 1em;
			flex: 0 0 100%;
			border-bottom: solid 1px #CCC;
   	    }

    	.fdetial-row-r {
			display: flex;
			justify-content: space-between;
			align-items: stretch;
			flex-wrap: wrap;
			width: 100%;
   	    }
	
    		.fdetial-div-title {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				margin-bottom: 0;
				width: 100%;
				height: 40px;
   	    	}

    		    .fdetial-div-title img {
					display: block;
				    width: 160px;
   	    	    }
		
		
		
		.contant {
			margin: 2em auto 3em auto;
			padding: 0;
			width: 80%;
		}

			.c_contant_t {
				display: inline-block;
				margin: 25px auto 15px auto;
				padding: 10px 0;
			    width: auto;
				border-bottom: solid 3px #FF3300;
			}

			.c_form_title {
				font-size: 180%;
			}

			.c_contant_w {
				display: inline-block;
				margin: 0 auto;
			    width: 100%;
			}


		.c_form {
			width: 100%;
		}

		.c_form_input {
			background: #EFEFEF;
			margin: 0.5em 0;
			width: 100%;
		}

		.c_form-check-label {
			margin: 0;
			width: 100%;
		}

		.c_form_send {
			margin: 1em 0;
		}
		
		
		
		
		
		
		
		
		
		

	}


	@media screen and (max-width: 600px) {
		
        /* Banner*/

				.m_logo {

				}
		
				    .m_logo img {
					    width: 25%;
				    }
		
		
		/* Wrapper */


		
		/* set */

		.inda2-titab {
			top: -55px;
			left: 50%;
			width: 110px;
			height: 110px;
		}
		
		
		.inda-catalogue {
			margin: 3em auto;
			width: 75%;
		}
		
		

		.ind_service {
			margin-bottom: 0;
		}
		
		.ind_service1 {
			margin: 1.5em auto;
		}
		
			.ind_service-div-l {
				display: none;
			}
		
			.ind_service-div-r {
				width: 100%;
				z-index: 90;
			}

			.ind_service-div-c {
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				padding: 1em 0 0 0;
				width: 70%;
			}

			.ind_service-div-c1 {
		        padding: 1em 0 0 0;
				width: 70%;
			}	
			
		
    .pro_flex2 {
		margin-bottom: 1.5em;
    }

    	.pro_flex2-pic {
			width: 100%;
    	}
		
    	.pro_flex2-div {
			margin: 0;
			width: 100%;
    	}		
		
		
        #proCarousel {
            /* --f-carousel-slide-width: calc((100% - 100px) / 4); */
            --f-carousel-slide-width: 100%;
            --f-carousel-spacing: 0px;

            --f-button-next-pos: -4rem;
            --f-button-prev-pos: -4rem;

            --f-button-width: 100px;
            --f-button-height: 100px;
            --f-button-border-radius: 0;

            --f-button-color: #ccc;
            --f-button-hover-color: #FF3300;
            --f-button-active-color: #FF3300;

            --f-button-bg: rgba(87, 107, 121, 0);
            --f-button-hover-bg: rgba(0, 0, 0, 0);
            --f-button-active-bg: rgba(0, 0, 0, 0);

            --f-button-svg-width: 32px;
            --f-button-svg-height: 40px;
            --f-button-svg-stroke-width: 1;
        }
		
		
    .ser-flex2 {

    }
		
        .ser-flex2-1-div1 {
		    width: 100%;
			margin-bottom: 10px;
        }

        .ser-flex2-1-div2 {
			margin: 5px 0;
		    width: 100%;
        }
		
		
		
    .news-flex-3 {

    }

    .news-flex-3-div1 {
		flex-direction: column;
		width: 100%;
		order: 2;
    }
		
		
        .news-flex-3-div1-pic1 {
			background-image: url("../../images/pic_news_p1-m.jpg");
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			width: 100%;
			border-top-left-radius: 30px;
			border-top-right-radius: 30px;
    	}

        .news-flex-3-div1-pic2 {
			background-image: url("../../images/pic_news_p2-m.jpg");
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			width: 100%;
			border-top-left-radius: 30px;
			border-top-right-radius: 30px;
    	}

        .news-flex-3-div1-pic3 {
			background-image: url("../../images/pic_news_p3-m.jpg");
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			width: 100%;
			border-top-left-radius: 30px;
			border-top-right-radius: 30px;
    	}

        .news-flex-3-div1-pic4 {
			background-image: url("../../images/pic_news_p4-m.jpg");
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			width: 100%;
			border-top-left-radius: 30px;
			border-top-right-radius: 30px;
    	}

        .news-flex-3-div1-pic5 {
			background-image: url("../../images/pic_news_p5-m.jpg");
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			width: 100%;
			border-top-left-radius: 30px;
			border-top-right-radius: 30px;
    	}
		
		
        .news-flex-3-div1-content {
			width: 100%;
			border-bottom-right-radius: 30px;
			border-top-right-radius: 0;
			border-bottom-left-radius: 30px;
			border-top: solid 3px #FFF;
    	}
		
        .news-flex-3-div1-content1 {
			width: 100%;
			border-bottom-left-radius: 30px;
			border-top-left-radius: 0;
			border-bottom-right-radius: 30px;
			border-top-right-radius: 0;
			border-top: solid 3px #FFF;
			order: 2;
    	}	
		
        .news-flex-3-word {
			margin: 0 auto;
			padding: 1em 1.5em 1em 1.5em;
			width: 100%;
    	}
		
        .news-flex-3-word1 {
			margin: 0 auto;
			padding: 1em 1.5em 1em 1.5em;
			width: 100%;
    	}
		
		
		
		
		
		
		/* Footer */

    #footer {
		background-size: 100% 115px;
    }

    #footer .footercont {
		display: block;
		width: 90%;
		margin: 0 auto;

    }

    .link-icon-row {
		margin: 5px auto 5px auto;
    }

    	.link-icon {
			margin-left: 0;
			margin-right: 1em;
			margin-bottom: 0.5em;
			width: 2em;
   	    }

    .fdetial-row {

    }
		
    	.fdetial-row-l {

   	    }

    	.fdetial-row-r {

   	    }
	
    		.fdetial-div-title {

   	    	}

    		    .fdetial-div-title img {
					display: block;
				    width: 120px;
   	    	    }	
		
		
	}

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


    .fdetial-row-r {
        flex-direction: column;
    }
		
    	    .fdetial-row-r-eh {
			    width: 100%;
   	        }
		
		
		
		
	}

	@media screen and (max-width: 400px) {
		
        /* Banner*/

				.m_logo {

				}
		
				    .m_logo img {
					    width: 30%;
				    }
		
		
		/* set */

		.inda2-titab {
			top: -50px;
			left: 50%;
			width: 100px;
			height: 100px;
		}
		

		.inda-catalogue {
			margin: 2em auto;
			width: 75%;
		}
	
		
		.ind_service {
			margin-bottom: 0;
		}
		
		.ind_service1 {
			margin: 1.5em auto;
		}

			.ind_service-div-r {
				width: 100%;
				z-index: 90;
			}

			.ind_service-div-c {
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				padding: 1.5em 0 0 0;
				width: 85%;
			}

			.ind_service-div-c1 {
		        padding: 1.5em 0 0 0;
			 	width: 85%;
			}		
		
		
		.pro-catalogue {
			margin: 2em auto;
			width: 80%;
		}	
		
		
		
		
		/* Footer */

    		    .fdetial-div-title img {
					display: block;
				    width: 130px;
   	    	    }		
		
		
		
	}








/*-------------滑鼠.hover--------------*/

.proicon {
	position:relative;
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	text-align:center;
	cursor:default;
}

.proicon img {
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}

.proicon:hover img {
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
	transform:scale(1);
}

.proicon:hover .overlay{
	opacity:1;
	filter:alpha(opacity=100);
}

.proicon .overlay {
	position:absolute;
	overflow:hidden;
	width:100%;
	height:100%;
	
	background-color:rgba(0,0,0,0.8);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	opacity: 0;
}

.proiconab a {
	display: block;
	position:absolute;
	overflow:hidden;
    padding: 2px 5px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: solid 1px #FFF;
	color: #FFF;
}


