.fs-banner {
  border-bottom:1px solid #bbb;
}

@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,900");
@import url("owl.carousel.css");

/* 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;
		font-family: "Microsoft JhengHei";
	}

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

	body {
		line-height: 1;
		-webkit-text-size-adjust: none;
		-ms-overflow-style: scrollbar;
		background: #ffffff;
		}
	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;
	}

/* Basic */

	@-ms-viewport {width: device-width;}

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

		html, body {min-width: 320px;}

	}

/* Type */

	body, input, select, textarea {
		color: #585858;
		font-family: "Microsoft JhengHei";
		font-size: 14px;
		font-weight: 300;
		line-height: 1.5;
		text-align: justify;
		text-justify:inter-ideograph;
	}

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

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

		}

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

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

		}
		
		@media screen and (max-width: 360px) {
			#body { overflow-x:hidden;}
			}

	a {
		-moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
		-webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
		-ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
		transition: border-bottom-color 0.2s ease, color 0.2s ease;
		text-decoration: none;
		color: #585858;
		border-bottom: dotted 1px rgba(88, 88, 88, 0.5);
	}

		a:hover {
			border-bottom-color: transparent;
			color: #FF7575 !important;
		}

	strong, b {
		font-weight: 900;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1 {
		font-size: 2.75em;
		font-weight: 700;
		line-height: 1.3;
		margin: 0 0 1em 0;
		letter-spacing: -0.035em;
	}

		h1 a {
			color: inherit;
		}

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

			h1 {
				font-size: 2em;
				margin: 0 0 1em 0;
			}

		}

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

			h1 {
				font-size: 1.75em;
			}

		}

	h2, h3, h4, h5, h6 {
		font-weight: 900;
		line-height: 1;
		margin: 1em 0 1em 0;
		text-transform: uppercase;
	}

		h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
		}

	h2 {
		font-size: 1.1em;
	}

	h3 {
		font-size: 1em;
	}

	h4 {
		font-size: 0.8em;
	}

	h5 {
		font-size: 0.8em;
	}

	h6 {
		font-size: 0.8em;
	}

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

		h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
			display: none;
		}

	}

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

		h2 {
			font-size: 1em;
		}

		h3 {
			font-size: 0.8em;
		}

	}

	hr {
		border: 0;
		border-bottom: solid 1px #c9c9c9;
		margin: 2em 0;
	}

	.align-left {
		text-align: left;
	}

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

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

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		margin-top: -1em;
	}

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

		header p {
			margin-top: 0;
		}

	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: 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 > .label {
			display: none;
		}

		.icon.style2 {
			-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
			-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
			background-color: #d4d4d4;
			border: solid 1px rgba(72,72,72,.5);
			border-radius: 4px;
			width: 3.65em;
			height: 3.65em;
			display: inline-block;
			text-align: center;
			line-height: 3.65em;
			color: inherit;
		}

			.icon.style2:before {
				font-size: 1.5em;
			}

			.icon.style2:hover {
				color: #FFF;
				border-color: #585858;
				background:#585858;
			}

			.icon.style2:active {
				background-color: rgba(88, 88, 88, 1);
			}
			
			@media screen and (max-width: 360px) {
				.icon.style2{
					width: 2.75em;
					height: 2.75em;
					line-height: 2.75em;
					}
				}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}
	
	ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
			margin: -1em 0 2em -1em;
		}

			ul.icons li {
				display: inline-block;
				padding: 1em 0 0 1em;
			}
			
	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 900;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

/* Form */

	form {
		margin: -1em 0 2em 0;
	}

		form:after {
			content: '';
			display: block;
			clear: both;
			height: 1px;
		}

		form :last-child {
			margin-bottom: 0;
		}

	label {
		display: block;
		font-size: 0.9em;
		font-weight: 900;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color:rgba(235,98,74,.5);
		border: none;
		border-radius: 0;
		border-bottom: solid 1px #c9c9c9;
		color: inherit;
		display: block;
		outline: 0;
		padding: .5em 2em;
		text-decoration: none;
		width: 100%;
		font-size:16px;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-bottom-color: #FFF;
			box-shadow: inset 0 -1px 0 0 #FFF;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 3em;
	}

	textarea {
		padding: 0;
		min-height: 3.75em;
	}

	

/* Table */

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #c9c9c9;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			font-size: 0.9em;
			font-weight: 900;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #c9c9c9;
		}

		table tfoot {
			border-top: solid 2px #c9c9c9;
		}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		background-color: #eb624a;
		border-radius: 4px;
		border: 0;
		color: #3F3F3F !important;
		cursor: pointer;
		font-size: 18px;
		height: 3.5em;
		line-height: 3.45em;
		overflow: hidden;
		padding: .85em 1.25em .7em 1.6em;
		text-align: center;
		text-decoration: none;
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.button2 {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		background-color: #a72e37;
		border-radius: 4px;
		border: 0;
		color: #FFF !important;
		cursor: pointer;
		font-size: 24px;
		overflow: hidden;
		padding: .6em 1em;
		text-align: center;
		text-decoration: none;
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
		float:right;
	}
	.button2:hover{ background:#cc3e49; font-size: 30px; padding: .33em .71em;
}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			color: #FFF !important;
			box-shadow: inset 0 0 0 2px #bb5155;
			background:#bb5155;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(88, 88, 88, 0.1);
		}
		
		#search nav{ margin-right:30px;}
		#search .icon{ 
			height:auto; 
			line-height:normal; 
			font-size:2em; 
			border:#FFF 3px solid; 
			color:#FFF; 
			background:rgba(235, 98, 74, 1); 
			padding:0.5em 0.8em 0.6em 0.8em;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		#search .icon:hover{ background:#bb5155; }
		
		#floatDivBoxs{
			width:100%; 
			height:360px; 
			background:#eb624a;
			position:fixed;
			top:-365px;
			right:0px;
			z-index:999;
			box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
			-webkit-box-shadow: 0px 10px 5px -5px  rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 0px 10px 5px -5px  rgba(0, 0, 0, 0.3);
			-o-box-shadow: 0px 10px 5px -5px  rgba(0, 0, 0, 0.3);
		}
		#floatDivBoxs input[type="text"]{ width:85%;}		
		.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
		#rightArrow{width:70px;height:70px;position:fixed;top:15px;right:35px;z-index:99999;}
		#rightArrow .icon{
			position:fixed;
			height:auto; 
			line-height:normal; 
			border:#FFF 3px solid; 
			color:#FFF; 
			background:none; 
			padding:0;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			background:url(../images/online_arrow.jpg) no-repeat;
			width:70px;
			height:70px;
		}
		#rightArrow a{display:block;height:70px;}
		.title_search{
			color:#FFF;
			font-family:'Microsoft YaHei', sans-serif;
			font-size:36px;
			font-weight:bold;
			padding:2em 1em 0.2em 2.8em;
			margin-bottom:12px;
			}
		 .ti { font-size:10em; opacity:.2; position:absolute; z-index:-1;}
		 .title_search span{ font-size:16px; margin-left:10px;}
		 .searchdiv {
			width:70em;
			margin:0 auto;
			margin-top:30px;
			color:#FFF;
		}
		.keytxt { margin-top:30px;}
		.keytxt span{ font-size:16px; padding:5px 10px; margin:0 5px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; border:rgba(255,255,255,.5) 2px solid; cursor:pointer;}
		.keytxt span:hover{ background:rgba(255,255,255,.1);}
		@media screen and (max-width: 1680px) {
			#floatDivBoxs .searchdiv{ width:90%; margin-top:50px;}
			#floatDivBoxs input[type="text"]{ width:85%;}
			}
		@media (min-width: 1200px) and (max-width: 1366px){
			#floatDivBoxs .searchdiv{ width:90%; margin-top:50px;}
			#floatDivBoxs input[type="text"]{ width:85%;}
			}
		@media screen and (max-width: 1024px) {
			#floatDivBoxs .searchdiv{ width:90%; margin-top:50px;}
			#floatDivBoxs input[type="text"]{ width:75%;}
			}
		@media screen and (max-width: 980px) {
			#floatDivBoxs .searchdiv{ width:90%; margin-top:50px;}
			#floatDivBoxs input[type="text"]{ width:75%;}
			}
		@media (max-width: 736px) {
			.ti { line-height:1em;}
			#floatDivBoxs .searchdiv{ width:80%;}
			#floatDivBoxs input[type="text"]{min-width:50%; max-width:50%;}
			.button2 { margin-right:10px;}
			#rightArrow{width:50px;height:50px;position:fixed;top:15px;right:25px;}
			#rightArrow a{display:block;height:50px;}
			#rightArrow .icon{width:50px;height:50px; background-size:100px auto;}
			}
		@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
			#floatDivBoxs input[type="text"]{min-width:50%; max-width:70%;}
			}
		@media screen and (max-width: 480px) {
			.ti { line-height:1em;}
			#floatDivBoxs .searchdiv{ width:90%; margin-top:0px;}
			#floatDivBoxs input[type="text"]{ min-width:50%; max-width:50%;}
			.button2 { margin-right:10px;}
			#rightArrow{width:50px;height:50px;position:fixed;top:15px;right:25px;}
			#rightArrow a{display:block;height:50px;}
			#rightArrow .icon{width:50px;height:50px; background-size:100px auto;}
			}
		@media screen and (max-width: 360px) {
			.ti { line-height:.5em;}
			.title_search{
			padding:.5em 1em 0.2em .8em;
			margin-bottom:12px;
			}
			#floatDivBoxs input[type="text"]{ min-width:40%; max-width:40%;}
			}

/* Header */

	#header {
		padding: 10em 0 0.1em 0 ;
	}

		#header .logo {
			display: block;
			border-bottom: 0;
			color: inherit;
			font-weight: 900;
			letter-spacing: 0.35em;
			margin: 0 0 2.5em 0;
			text-decoration: none;
			text-transform: uppercase;
			display: inline-block;
		}

			#header .logo > * {
				display: inline-block;
				vertical-align: middle;
			}

		#header .logo img {
			width:890px;
			}
		.stepdiv a{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:0 3px;}
		.stepdiv a:hover{ background:#e9614a;}
		@media screen and (max-width: 1680px) {
			#header .logo img { width:100%; padding:2em 0 0 3em;}
			}
		@media (min-width: 1200px) and (max-width: 1366px){
			#header .logo img { width:100%; padding:2em 0 0 3em;}
			}
		@media screen and (max-width: 1024px) {
			#header .logo img { width:100%; padding:2em 0 0 1em;}
			}
		@media screen and (max-width: 980px) {
			#header .logo img {width:90%; padding:.5em 0 0 1em;}
			}
		@media (max-width: 736px) {
			#header .logo img {width:90%; padding:1.5em 0 0 1em;}
			}
		@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
			#header .logo img {width:85%; padding:5em 0 0 2em;}
			}
		@media screen and (max-width: 480px) {
			#header .logo img {width:90%; padding:1.5em 0 0 1em;}
			}
		@media screen and (max-width: 360px) {
			#header .logo img {width:88%; padding:1.5em 0 0 1em;}
			}
		#header nav {
			position: fixed;
			right: 2em;
			top: 2em;
			z-index: 10000;
		}

			#header nav ul {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#header nav ul li {
					display: block;
					padding: 0;
				}

					#header nav ul li a {
						display: block;
						position: relative;
						height: 3em;
						line-height: 3em;
						padding: 0 1.5em;
						background-color: rgba(255, 255, 255, 0.5);
						border-radius: 4px;
						border: 0;
						font-size: 0.8em;
						font-weight: 900;
						letter-spacing: 0.35em;
						text-transform: uppercase;
					}

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

			#header {
				padding: 4em 0 0.1em 0 ;
			}

				#header nav {
					right: 0.5em;
					top: 0.5em;
				}
		}

/* Menu */

	#wrapper {
		-moz-transition: opacity 0.45s ease;
		-webkit-transition: opacity 0.45s ease;
		-ms-transition: opacity 0.45s ease;
		transition: opacity 0.45s ease;
		opacity: 1;
		background:url(../images/bg_top.jpg) no-repeat top right;
		background-size:100% auto;
	}
	@media screen and (max-width: 360px) {
			#wrapper { 
				background-size:200% auto;
				background-position:top -20px left -190px; 
			}
			}
	
/* Main */

	#main {
		padding: 0em 0 6em 0 ;
	}
		@media screen and (max-width: 1680px) {
			#main { 
				width:90%;
				padding: 0em 0 4em 0 ;
				margin:0 auto;
			}
			}
		@media (min-width: 1200px) and (max-width: 1366px){
			#main { 
				width:90%;
				padding: 0em 0 4em 0 ;
				margin:0 auto;
			}
			}
		@media screen and (max-width: 1024px) {
			#main { 
				width:90%;
				padding: 0em 0 4em 0 ;
				margin:0 auto;
			}
			}

		@media screen and (max-width: 980px) {
			#main { 
				width:90%;
				padding: 0em 0 4em 0 ;
				margin:0 auto;
			}
		}
		@media screen and (max-width: 736px) {
			#main { 
				width:90%;
				padding: 0em 0 4em 0 ;
				margin:0 auto;
			}
		}
		@media screen and (max-width: 480px) {
			#main { 
				width:90%;
				padding: 0em 0 4em 0 ;
				margin:0 auto;
			}
		}
		@media screen and (max-width: 360px) {
			#main { 
				width:90%;
				padding: 0em 0 4em 0 ;
				margin:0 auto;
			}
			}

/*maindiv*/
	#maindiv{ 
		width:65%; 
		margin:0 auto; 
		background:#FFF; 
		border:#d5d5d5 1px solid; 
		padding:1.5em; 
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px; 
		border-radius: 5px; 
		margin-top:1em;
		text-align:left;
		text-justify:auto;
		}
	@media screen and (max-width: 1680px) {
			#maindiv{ width:93%;}
			.stepdiv{ width:85%; margin:0 auto;}
			}
		@media (min-width: 1200px) and (max-width: 1366px){
			#maindiv{ width:93%;}
			.stepdiv{ width:85%; margin:0 auto;}
			}
		@media screen and (max-width: 1024px) {
			#maindiv{ width:93%;}
			.stepdiv{ width:85%; margin:0 auto;}
			}

		@media screen and (max-width: 980px) {
			#maindiv{ width:93%;}
			.stepdiv{ width:85%; margin:0 auto;}
		}
		@media screen and (max-width: 736px) {
			#maindiv{ width:80%;}
			.stepdiv{ width:85%; margin:0 auto;}
		}
		@media screen and (max-width: 480px) {
			#maindiv{ width:80%;}
			.stepdiv{ width:85%; margin:0 auto;}
			#maindiv .title_black,#maindiv .title_blue{ width:85%; }
		}
		@media screen and (max-width: 360px) {
			#maindiv{ width:80%;}
			.stepdiv{ width:85%; margin:0 auto;}
			#maindiv .title_black,#maindiv .title_blue{ width:85%; }
			}
	#maindiv .pagetitle{ 
	color:#585858;
	font-family:'Microsoft YaHei', sans-serif;
	font-size:23px;
	line-height:30px;
	text-align:left;
	text-justify:auto;
	}
	#maindiv .pagemain img{ width:100%; margin:8px 0;}
	#maindiv .title_black{
	-webkit-border-radius: 15px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topleft: 0;
	border-radius: 15px;
	border-top-left-radius: 0;
	background:#000000;
	color:#FFF;
	font-family:'Microsoft YaHei', sans-serif;
	font-size:23px;
	font-weight:normal;
	padding:0.1em 1em 0.2em 1em;
	margin-bottom:12px;
	margin-right:8px;
	float:left;
	}
	#maindiv .title_blue{
	-webkit-border-radius: 15px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topleft: 0;
	border-radius: 15px;
	border-top-left-radius: 0;
	background:#2e6ca9;
	color:#FFF;
	font-family:'Microsoft YaHei', sans-serif;
	font-size:23px;
	font-weight:normal;
	padding:0.1em 1em 0.2em 1em;
	margin-bottom:12px;
	margin-right:8px;
	float:left;
	}
	#maindiv .pageico { margin:8px 0; color:#0f54c5; font-weight:bold;}
	#maindiv .pageico img{ width:50px;}
	#maindiv .pageico a{ margin:0 8px; vertical-align:middle;}
	#maindiv hr{
		border: 0;
		border-bottom: solid 1px #c9c9c9;
		margin: 3em 0;
		}

/* Footer */

	#footer {
		padding: 5em 0 6em 0 ;
		background-color: #dcdcdc;
		text-align: left;
		text-justify:auto;
	}
	
	#footer img{ width:100%; }

		#footer > .inner {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
		}

			#footer > .inner > * > :last-child {
				margin-bottom: 0;
			}
			
			#footer > .inner section:nth-child(1) {
				width: calc(15% - 1.5em);
				margin-right: 1.5em;
			}

			#footer > .inner section:nth-child(2) {
				width: calc(54% - 1.5em);
				margin-right: 1.5em;
			}

			#footer > .inner section:nth-child(3) {
				width: calc(30% - 1.5em);
				margin-left: 1.5em;
			}

			#footer > .inner .copyright {
				width: 100%;
				padding: 0;
				margin-top: 5em;
				list-style: none;
				font-size: 0.8em;
				color: rgba(88, 88, 88, 0.5);
			}

				#footer > .inner .copyright a {
					color: inherit;
				}

				#footer > .inner .copyright li {
					display: inline-block;
					border-left: solid 1px rgba(88, 88, 88, 0.15);
					line-height: 1;
					padding: 0 0 0 1em;
					margin: 0 0 0 1em;
				}

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

		@media screen and (max-width: 1680px) {
			#footer > .inner section:nth-child(1) {
				padding-left:50px;
			}
			#footer > .inner section:nth-child(2) {
				width: 50%;
			}
			}
		@media screen and (max-width: 1440px) {
			#footer > .inner section:nth-child(1) {
				padding-left:50px;
			}
			#footer > .inner section:nth-child(2) {
				width: 45%;
			}
			#footer > .inner section:nth-child(3) {
				width: 30%;
				margin-left:5px;
			}
			}
		@media (min-width: 1200px) and (max-width: 1366px){
			#footer{ padding:2.5em 0 3.5em 0;}
			#footer .inner {
				max-width:95%;
			}
			
			#footer > .inner section:nth-child(1) {
				width: 12%;
				margin-right: 0;
				padding-left:25px;
			}
			
			#footer > .inner section:nth-child(2) {
				width: 50%;
				margin-right: 0;
				padding-left:25px;
			}

			#footer > .inner section:nth-child(3) {
				width: 30%;
				margin-left:5px;
			}
			#footer > .inner .copyright {
						margin-top: 0em;
					}
			}
		@media screen and (max-width: 1024px) {
			#footer{ padding:2.5em 0 3.5em 0;}
			#footer .inner {
				max-width:90%;
			}
			
			#footer > .inner section:nth-child(1) {
				width: 17%;
				margin-right: 0;
				padding-left:35px;
			}
			
			#footer > .inner section:nth-child(2) {
				width: 70%;
				margin-right: 0;
				padding-left:40px;
			}

			#footer > .inner section:nth-child(3) {
				-moz-order: -1;
				-webkit-order: -1;
				-ms-order: -1;
				order: -1;
				width: 90%;
				margin-left: 0;
				margin:0em 5% 1em 15.5em;
			}
			#footer > .inner .copyright {
						margin-top: 0em;
					}

		}

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

			#footer{ padding:1.5em 0 3em 0;}
			
			#footer .inner {
				max-width:90%;
			}
			
			#footer > .inner section:nth-child(1) {
				width: 20%;
				margin-right: 0;
				padding-left:10px;
			}
			
			#footer > .inner section:nth-child(2) {
				width: 70%;
				margin-right: 0;
			}

			#footer > .inner section:nth-child(3) {
				-moz-order: -1;
				-webkit-order: -1;
				-ms-order: -1;
				order: -1;
				width: 90%;
				margin-left: 0;
				margin:0em 5% 1em 13em;
			}
			#footer > .inner .copyright {
						margin-top: 0em;
					}

		}
		

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

			#footer img{ width:50%; }
			
			#footer {
				padding: 3em 0 1em 0 ;
			}
				#footer > .inner {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
				}

					#footer > .inner section:nth-child(1) {
						width: 90%;
						margin-right: 0;
						margin: 1.5em 5% 0 5%;
						text-align:center;
					}
					#footer > .inner section:nth-child(2) {
						width: 80%;
						margin-right: 0;
						margin: 1em 10% 0 10%;
						padding:0px;
					}

					#footer > .inner section:nth-child(3) {
						-moz-order: -1;
						-webkit-order: -1;
						-ms-order: -1;
						order: -1;
						width: 90%;
						margin-left: 0;
						margin:1em 5% 0 5%;
						padding-left:20px;
					}

					#footer > .inner .copyright {
						margin-top: 2em;
					}
					
					ul.icons{ margin-left:10px;}
					
					ul.icons li {
				display: inline-block;
				padding: .1em .2em 0 0;
				margin-right:0px;
			}

		}
		
		@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
			#footer img{ width:90%; }
			#footer{ padding:1.5em 0 3em 0;}			

			#footer .inner {
				max-width:90%;
			}
			
			#footer > .inner section:nth-child(1) {
				width: 20%;
				margin-right: 0;
				margin-top:5em;
				padding-left:10px;
				position:absolute;
			}
			
			#footer > .inner section:nth-child(2) {
				width: 55%;
				margin-top:0px;
				margin-left:15em;
				margin-right: 0;
			}

			#footer > .inner section:nth-child(3) {
				-moz-order: -1;
				-webkit-order: -1;
				-ms-order: -1;
				order: -1;
				width: 60%;
				margin-left: 0;
				margin:1em 5% 1em 13em;
			}
			#footer > .inner .copyright {
						margin-top: 0em;
					}
			#footer ul li,ul.icons li{display: inline;}

			}

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

			#footer > .inner .copyright {
				margin-top: 3em;
			}
			
			#footer > .inner section:nth-child(3) {
						-moz-order: -1;
						-webkit-order: -1;
						-ms-order: -1;
						order: -1;
						width: 95%;
						margin-left: 0;
						margin:1em 2% 0 2%;
						padding:0px;
					}

				#footer > .inner .copyright li {
					border-left: 0;
					padding-left: 0;
					margin: 0.75em 0 0 0;
					display: block;
					line-height: inherit;
				}
				
				ul.icons li {
				display: inline-block;
				padding: .1em .2em 0 0;
				margin-right:0px;
			}

					#footer > .inner .copyright li:first-child {
						margin-top: 0;
					}

		}
		@media screen and (max-width: 360px) {
			.button {font-size: 16px; height: 3em; line-height: 3em; padding: .85em 1em .7em 1.2em;}
			.button2 {font-size: 24px; padding: .6em 1em;}
			.button2:hover{ font-size: 30px; padding: .33em .71em;}
			#footer > .inner section:nth-child(3) {
				width: 90%;
				 }
			}

/* Wrapper */

	#wrapper > * > .inner {
		width: 100%;
		max-width: 90em;
		margin: 0 auto;
		padding: 0 ;
	}

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

			#wrapper > * > .inner {
				/*padding: 0 1.25em;*/
			}

		}
		@media screen and (max-width: 360px) {
			#wrapper > * > .inner {
				padding: 0;
			}

		}

#our-team ul,#our-team ol,#our-team2 ul,#our-team2 ol{
    margin: 0;
    padding: 0;
    list-style: none
}
#our-team ul li,#our-team ol li,#our-team2 ul li,#our-team2 ol li{ padding:0px; cursor:pointer;}
.owl-dots{
    text-align: center;
    margin-top: 20px;
}
.our-clients-slider .owl-dot,
.our-team-slider .owl-dot {
    width: 15px;
    height: 15px;
    border: 1px solid #ADADAD;
    display: inline-block;
    margin-left: 10px;
}

.our-clients-slider .owl-dot.active,
.our-team-slider .owl-dot.active{
    background: #ADADAD
}

.team_title{ font-size:2em; font-weight:bold; margin-bottom:0px;}
@media (min-width: 1200px) and (max-width: 1366px){
	.team_title{ font-size:1.5em; margin-top:15px;}
	}
@media screen and (max-width: 1024px) {
	.team_title{ font-size:1.5em; margin-top:15px;}
	}
@media screen and (max-width: 980px) {
	.team_title{ font-size:1.5em; margin-top:15px;}
		}
@media screen and (max-width: 736px) {
	.team_title{ font-size:1.5em; margin-top:15px;}
		}
@media screen and (max-width: 480px) {
	.team_title{ font-size:1.5em; margin-top:15px;}
		}

.title_black{
	-webkit-border-radius: 15px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topleft: 0;
	border-radius: 15px;
	border-top-left-radius: 0;
	background:#000000;
	color:#FFF;
	font-family:'Microsoft YaHei', sans-serif;
	font-size:36px;
	font-weight:bold;
	padding:0.1em 1em 0.2em 1em;
	margin-bottom:12px;
	}
.title_blue{
	-webkit-border-radius: 15px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topleft: 0;
	border-radius: 15px;
	border-top-left-radius: 0;
	background:#2e6ca9;
	color:#FFF;
	font-family:'Microsoft YaHei', sans-serif;
	font-size:36px;
	font-weight:bold;
	padding:0.1em 1em 0.2em 1em;
	margin-bottom:12px;
	}
@media screen and (max-width: 1024px) {
	.title_black,.title_blue{ font-size:2em;}
	}
@media screen and (max-width: 980px) {
	.title_black,.title_blue{ font-size:2em;}
		}
@media screen and (max-width: 736px) {
	.title_black,.title_blue{ font-size:1.5em;}
		}
@media screen and (max-width: 480px) {
	.title_black,.title_blue{ font-size:1.5em;}
		}
.title_black span, .title_blue span{ font-size:16px; margin-left:10px;}

hr0{height:1px;border:none;border-top:1px solid #939393;}