@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900|Roboto:400,500,700,900&display=swap');


@charset "utf-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*end normalize*/

html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}svg:not(:root){overflow:hidden}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:0.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */



html,body{
	font-family: "Noto Sans TC", Arial, sans-serif;
	font-weight: 400;
	font-size:19px;
	line-height:2;
	 position: relative;
      height: 100%;
	}
html{
	overflow-x:hidden
	}
body {
	transition: background-color .5s;
}

:root {
	--main-color:#187a17;/*green*/
	--main-colorLighter:#4aac20;
	--main-colorDarker:#166b14;
	--main-width:1410px;
}
	
@media (max-width: 1400px) {
	:root {
	--main-width:1170px;
}
}
@media (max-width: 1170px) {
	:root {
	--main-width:980px;
	}
}
@media (max-width: 1023px) {
		:root {
		--main-width:100%;
	}
}

a {
	cursor: pointer;
	text-decoration: none;
	transition: all .3s;
}

input[type=text], 
input[type=password],
input[type=email],
input[type=tel],
input[type=mail],
textarea {
	width: 100%;
	padding: 5px 10px;
	margin: 5px 0;
	display: inline-block;
	border: 1px solid #b1b1b1;
	background-color:#fff;
}
@media screen and (max-width: 425px) {
	input[type=text], 
input[type=password],
input[type=email],
input[type=tel],
input[type=mail],
textarea {
	margin: 3px 0;
}
	
}
input[type=text]:focus, 
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=mail]:focus,
textarea:focus {
	background-color: #e7f2cf;
	outline: none;
	border: 1px solid var(--main-color);
}
input[type=date] {
	padding: 5px 10px;
	margin: 5px 0;
	display: inline-block;
	border: 1px solid #DBDBDB;
	background-color: #FFF;
}
@media screen and (max-width: 425px) {
	input[type=date] {
		width: 100%;
	}
}

input[type=date]:focus {
	background-color: #FFFFFF;
	outline: none;
	border: 1px solid #bda85e;
}



select {
	padding: 5px 10px;
	margin: 5px 0;
	display: inline-block;
	border: 1px solid #DBDBDB;
	background-color: #FFF;
}
@media screen and (max-width: 425px) {
}
select:focus {
	background-color: #fff;
	outline: none;
	border: 1px solid #bda85e;
}
label {
	display:block;
}

label.error {
    display: inline-block !important;
    color: #c30003;
    padding: 3px 0px;
    margin-top: -18px !important;
    position: relative;
}

/* The radio */
.radio {
	display:block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding:0 20px 0 30px;
	color:#666;
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio .checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 50%;
	border:solid 1px #ccc;
}

.radio:hover input ~ .checkmark {
    background-color: #C9C9C9;
}

.radio input:checked ~ .checkmark {
	background-color:var(--main-color);
	border:solid 1px var(--main-color);
}

.radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio input:checked ~ .checkmark:after {
    display: block;
}

.radio .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


/*The checkbox*/
.checkbox {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size:17px;
	border-radius:6px;
	color:#666;
	width: 100%;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
	border:solid 1px #ccc;
}

.checkbox:hover input ~ .checkmark {
  background-color: #C9C9C9;
}

.checkbox input:checked ~ .checkmark {
	background-color: var(--main-color) !important;
	border:solid 1px var(--main-color);
}

.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#noie9 {
	background: #FFDFDF; 
	border: 1px solid #FF2F2F; 
	clear: both;
	color: #555; 
	display: table; 
	letter-spacing: 1px; 
	padding: 5px; 
	position: relative; 
	text-align: center; 
	top: 10px;
	width: 80%;
	margin: auto auto 15px;
}



/*頁頭*/
header {
	background-color: rgba(255, 255, 255, .8);
	display: block;
	width: 100%;
	z-index: 50;
	position: fixed;
	top: 0px;
	padding: 0px 10px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.top {
	display: flex;
	justify-content: space-between;
	margin: 0px auto;
	width: 100%;
}


.logo {
	padding: 10px 20px;
}
@media screen and (max-width: 320px) {
.logo {
	padding: 10px;
}
}
.logo img {
	height: 40px;
	width: auto;
	display:block;
}
@media screen and (max-width: 1200px) {
	.logo img {
	height: 35px;
}
}



.top-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px 20px 0px 0px;
	font-size:16px;
	line-height:normal;
}
@media screen and (max-width: 1024px) {
	.top-menu ul {
	padding: 0px 20px 0px 0px;
	font-size: 14px;
}
}
@media screen and (max-width: 1023px) {
	.top-menu ul {
	display: none;
}
}
.top-menu li {
	display: inline-block;
	padding: 0px;
}
.top-menu li a, .menu-dropbtn {
	color: #333;
	text-decoration: none;
	padding: 15px 15px;
	display: inline-block;
	transition: 0.5s;
	}


.top-menu li a:hover, .menu-dropdown:hover .menu-dropbtn, .top-menu a.active {
	color:#187a17;
}
@media screen and (max-width: 768px) {
	.top-menu li a:hover, .menu-dropdown:hover .menu-dropbtn {
	color: #333;
}
	}
	


.top-menu li.menu-dropdown {
	display: inline-block;
	z-index: 20;
	position: relative;
}


.menu-dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	min-width: 115px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	text-align: center;
}


.menu-dropdown:hover .menu-dropdown-content {
    display: block;
}
.menu-dropdown .menu-dropdown-content a {
	color: #606060;
	padding: 10px 16px;
	text-decoration: none;
	display: block;
	white-space:nowrap;
}
@media screen and (max-width: 768px) {
	.menu-dropdown .menu-dropdown-content a {
	color: #CACACA;
}
}
.menu-dropdown .menu-dropdown-content a:hover {
	background-color: #E8E8E8;
	color: #000;
	}

.bars-icon {
	display: none;
}
@media screen and (max-width: 1023px) {
	.bars-icon {
	display: block;
	padding: 13px;
	color: #333;
	line-height:normal;
}
}
@media screen and (max-width: 320px) {
	.bars-icon {
	padding: 13px 10px;
}
}
.bars-icon i {
	font-size: 18px;
	margin-left: 15px;
}

.bars-icon i.activeLanguage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-right: -10px;
}
.bars-icon a {
	color:#333;
}

.text-left a {
	text-align: left;
}
/*頁頭選單結束*/


/*手機板左側選單*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 52;
	top: 0;
	left: 0;
	background-color: rgba(77, 154, 14,0.98);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	padding-bottom: 100px;
	font-size:16px;
	line-height:normal;
}


.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 32px;
    margin-left: 50px;
}
.sidenav a {
	color: #FFFFFF;
	text-decoration: none;
}
.sidenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sidenav ul ul {
	margin: 0px;
	padding: 0px;
	display: none;
}
.sidenav ul ul ul {
	margin: 0px 0px -1px;
	padding: 0px;
	display: block;
}
.sidenav li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#468c0d;
	clear:both;
}
.sidenav li li {
	background-color: #FFFFFF;
	border-bottom: 1px solid #E7E7E7;
	color: #333;
}
.sidenav li li li {
	background-color: #424242;
}
.sidenav li a {
	padding: 8px 20px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-left: 45px;
	font-size: 17px;
}
.sidenav li li a {
	color: #666666;
}
.sidenav li li li a {
	color: #E9E9E9;
	padding-left: 30px;
}
.sidenav li a:hover, .sidenav li a:active, .sidenav li a:focus {
	color: #FFFFFF;
	background-color: #468c0d;
}
.sidenav li li a:hover, .sidenav li li a:active, .sidenav li li a:focus {
	color: #333333;
	background-color: #FFFFFF;
}

.sidenav li i {
	padding-right: 6px;
}
.sidenav li i.fa-angle-down {
	float: right;
	padding-top: 6px;
	padding-right: 0px;
}
.sidenav li img {
	width: 24px;
	height: auto;
	padding-right: 6px;
	margin-bottom: -3px;
	}
/*手機版左側選單結束*/


#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 51;
	cursor: pointer;
}




.top-space {
	margin-top:180px;
}
@media (max-width: 1170px) {
	.top-space {
	margin-top:68px;
}
}

.banner {
	width: 100%;
	height: 100%;
	margin: 0px 0px 30px;
	padding: 0px;
	color: #FFF;
	display:block;
}
.banner img {
	width: 100%;
	height:100%;
}
.banner-text {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -70%);
	text-align: center;
	font-size:20px;
	line-height:normal;
	width: 700px;
	text-shadow: 2px 2px 5px black;
}
@media screen and (max-width: 767px) {
	.banner-text {
	width: 90%;
	font-size:18px;
}
}
.banner-text h1 {
	font-size: 48px;
	font-weight:600;
	font-family: 'Noto Serif TC';
	margin:0 auto;
}
@media screen and (max-width: 768px) {
	.banner-text h1 {
	font-size: 34px;
}
}
.banner-text span {
	display:inline-block;
	padding:0 15px;
	}


.banner-text a {
	background-color: rgba(255,255,255,.8);
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	color: #666;
	border-radius: 20px;
	text-decoration: none;
}
.banner-text a:hover {
	background-color: rgba(255,255,255,1);
}
.text-black {
	color:#272727;
	text-shadow: 2px 2px 5px white;
}




 .swiper-container {
      width: 100%;
      height: 100%;
    }
	 .swiper-container.phone {
		 display: none;
}
@media (max-width: 600px) {
	 .swiper-container {
      display: none;
    }
 .swiper-container.phone {
		 display: block;
}
}
.swiper-pagination-bullet {
		background: #fff;
        opacity: .5;
	}
	.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--main-colorLighter);
	}
	
.gototop{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-family: verdana;
	text-align: center;
	background: #666666;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19);
	color: #fff;
	position: fixed;
	bottom: 100px;
	right: 30px;
	border-radius: 50%;
	text-decoration: none;
	cursor: pointer;
	display: none;
	z-index: 50;
	border: 1px solid #FFFFFF;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	font-size: 13px;
}
.gototop i {
	font-size:20px;
	padding-top:13px;
	}



.parallax {
  min-height: 200px; 
  background-attachment: fixed;
  background-repeat: no-repeat;
    background-position: center top;
    background-color: transparent;
    background-size: cover;
  padding:90px 20px 20px 35px;
  color:#fff;
  text-align:center;
  font-size:42px;
  font-weight:500;
   letter-spacing: 15px;
}


@media only screen and (max-width: 600px) {
			.parallax {
  min-height: 140px; 
  padding:55px 20px 10px 35px;
  font-size:2em;
}
}

.webpage {
	min-height:620px;
}





.title {
	display:block;
	padding:0px 20px 60px;
	text-align:center;
	font-size:36px;
	font-weight:500;
	color:#272727;
}
@media only screen and (max-width: 767px) {
	.title {
	padding:0px 20px 30px;
	font-size:24px;
}
}
.title span {
	font-size:20px;
	display:block;
	font-weight:400;
}
@media only screen and (max-width: 767px) {
	.title span {
	font-size:18px;
}
}



.contact {
	display:grid;
	 grid-template-columns: 45% 50%;
  gap: 5%;
	padding:70px 40px;
	color:#686868;
	max-width:1200px;
	margin:auto;
}
@media only screen and (max-width: 767px) {
	.contact {
	padding:30px 20px;
}
}
@media only screen and (max-width: 600px) {
.contact {
	display:block;
}
}

.contact i {
	color:var(--main-colorLighter);
	padding-right:10px;
}
.contact span {
	display:inline-block;
	width:49%;
}

.contact form {
	padding:20px 0;
	width:100%;
	margin:auto;
}
.contact form textarea {
	height:150px;
}
.contact form .btn {
	display:block;
	text-align:center;
}
.contact form button {
  color: white;
  padding: 10px 20px;
  margin: 8px 5px;
  border: none;
  cursor: pointer;
  opacity: 0.9;
  width:200px;
  transition:all .3s;
  border-radius:5px;
}
@media only screen and (max-width: 1023px) {
	.contact form button {
  width:45%;
}
}

.cancelbtn {
	background-color:#a5a5a5;
}
.submitbtn {
	background-color:var(--main-color);
}
.contact form button:hover {
	  opacity: 1;
}



.article {
	display:table;
	background-color:#fff;
	padding:0px 20px 80px;
	color:#565656;
	max-width:1200px;
	margin:auto;
	word-wrap: break-word;
    word-break: normal;
	min-height:550px;
}
@media only screen and (max-width: 767px) {
	.article {
	padding:30px 20px;
}
}
.article h2 {
	color:var(--main-color);
	margin:30px 0 -15px 0;
}
@media only screen and (max-width: 767px) {
	.article h2 {
		font-size:22px;
}
}
.article .year {
	display:block;
	font-size:32px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	line-height:normal;
}

.article .history {
	display:block;
	padding:20px 40px 30px 30px;
	border-bottom:solid 1px #C4C4C4;
	background-color:#f3f3f1;
	margin-top:15px;
}
@media only screen and (max-width: 767px) {
	.article .history {
	padding:10px 20px 20px 10px;
}
}
.article .history li {
	padding:10px 0;
}
.article img {
	max-width:100%;
	border-radius:5px;
}
.article i {
	padding-right:10px;
}


.img-float-right {
	display:inline-block;
	float:right;
	padding:0 0 10px 20px;
	max-height:200px;
}
.img-float-left {
	display:inline-block;
	float:left;
	padding:0 20px 10px 0;
	max-height:200px;
}
@media only screen and (max-width: 500px) {
	.img-float-right,
	.img-float-left {
	display:block;
	float:none;
	padding:0;
	margin:auto;
	max-height:300px;
}
}
	img.img-float-right,
	img.img-float-left {
		padding-top:10px;
		}
		
.img-middle {
	text-align:center;
	display:block;
	width:100%;
}
.img-middle div {
	display:inline-block;
	padding:5px 5px 30px;
	font-size:15px;
	line-height:normal;
	}
.img-middle div img {
	height:230px;
	padding:0;
	margin:0;
	display:block;
}


.note-text {
	color:#F35300 !important;
}

footer {
	background-color:var(--main-colorDarker);
	color:#fff;
	text-align:center;
	font-size:16px;
	padding:5px 20px;
}



.news-list {
	display:block;
	max-width:1000px;
	margin:50px auto;
}
@media only screen and (max-width: 1023px) {
	.news-list {
	max-width:95%;
	margin:auto;
}
}
.news-list ul {
	margin:0;
	padding:0;
	list-style:none;
}
.news-list li {
	display:block;
	padding:6px 20px;
	background-color:#f6f6f6;
	margin:8px 0;
	border-radius:5px;
}
.news-list li:hover {
	background-color:#e0f7d4;
}
.news-list li span {
	font-size:14px;
	padding:0 0 0 20px;
	margin:6px 0 0 20px;
	border-left:solid 1px var(--main-color);
	float:right;
	color:var(--main-color);
}
@media only screen and (max-width: 600px) {
	.news-list li span {
		display:block;
	padding:0;
	margin:0;
	float:none;
	border:none;
}
}

.news-list li a {
	color:#5C5C5C;
	text-decoration:none;
	display:block;
}

.newstitle {
	font-size:28px;
	font-weight:500;
	display:block;
	text-align:center;
	padding:25px 0;
	color:#333;
}

.pages {
	display: block;
	clear: both;
	text-align: center;
	padding: 30px 0px 50px;
}
.pages ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.pages li {
	display: inline;
}
.pages a {
	color: #666666;
	text-decoration: none;
	padding: 2px 10px;
	border: 1px solid #CCCCCC;
	margin: 15px 5px;
	border-radius:5px;
	line-height:48px;
}
.pages a:hover, .pages a:active {
	background-color: #F3F3F3;
}
.pages a.select,
.pages li.active a {
	color: #FFFFFF;
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
}



.login-tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
	width: 600px;
	margin: 50px auto 0;
}
@media only screen and (max-width: 600px) {
	.login-tab {
	width: 90%;
	margin: 30px auto 0;
}
}
.login-tab div {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 36px;
  transition: 0.3s;
  font-size: 17px;
}

.login-tab div:hover {
  background-color: #ddd;
}

.login-tab div.active {
  background-color: #ccc;
}

.login-tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
	width: 600px;
	margin: 0 auto 60px;
}
@media screen and (max-width: 600px) {
	.login-tabcontent {
	width: 90%;
}
}

.login {
	display: block;
	margin: 20px auto;
	padding: 0 30px;
}
@media screen and (max-width: 600px) {
	.login {
	padding: 0;
}
}

.login h2 {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color:#333;
	text-align: center;
}
.login div,
.join div {
	display: block;
	padding: 8px;
}
.login label,
.join label {
	display: block;
	color:#333;
}
.login .input-code {
	display: flex;
	padding: 0;
	margin: 0;
}
.login .input-code img {
	width: 120px;
	display: block;
	margin-top: 5px;
}
.login input,
.join input,
.form-right input {
	background-color: #EBEBEB;
	padding: 8px;
	border:solid 1px #EBEBEB;
}
.login input:focus,
.join input:focus,
.form-right input:focus {
	background-color: #EBEBEB;
	padding: 8px;
	border:solid 1px var(--main-color);
}
.login .checkbox .checkmark {
  background-color: #EBEBEB;
	border-color:  #EBEBEB;
}
.login a.forget {
	color:#333;
	float: right;
	display: inline-block;
	margin: -55px 15px 0;
    z-index: 2;
    position: relative;
}
.login a.forget:hover {
	color:var(--main-color);
}
.login a.join-link {
	display: block;
	color:#666;
	text-align: center;
	padding: 5px;
}
.login button {
	display: block;
	width: 100%;
	border:none;
	border-radius:5px;
	color:white;
	background-color: var(--main-color);
	padding: 8px 10px;
	cursor: pointer;
	transition: all .3s;
}
.login button:hover {
	background-color: var(--main-colorLighter);
}


.mb-content {
	display: block;
	max-width: 600px;
	margin: 50px auto;
	padding: 0px;
	min-height: 630px;
}
@media screen and (max-width: 600px) {
	.mb-content {
	width: 90%;
	margin: 20px auto;
}
}
.menu-block {
	display: flex;
	padding: 20px 30px;
	margin: 10px auto;
	 border-radius: 6px;
    background-color: #ecf5e5;
    align-items: center;
    box-shadow: 3px 4px 8px #ccc;
	line-height: normal;
}
@media screen and (max-width: 500px) {
	.menu-block {
    padding: 20px;
}
}
@media screen and (max-width: 375px) {
	.menu-block {
	padding: 15px;
	margin: 10px 0;
		font-size: 15px;
}
}
.menu-block h3 {
	display: block;
	width: 140px;
	color:var(--main-color);
}
@media screen and (max-width: 375px) {
	.menu-block h3 {
	width: 110px;
}
}
.menu-block ul {
	display:block;
	padding: 0 0 0 15px;
	margin: 0;
	border-left:solid 1px #a1c3a7;
	width: 87%;
}

.menu-block li {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 49%;
}
@media screen and (max-width: 600px) {
	.menu-block li {
	display: block;
	width: 100%;
}
}
.menu-block a {
	display: block;
	padding: 6px;
	color:#333;
	text-decoration: none;
}
.menu-block a:hover{
	color:#C07016;
}
.menu-block a span {
	background-color: #C07016;
	color:#fff;
	padding: 2px 9px;
	border-radius:50%;
	margin-left: 5px;
	font-size: 15px;
}


.mb-nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.mb-nav a {
	display: block;
	padding: 3px 15px;
	margin: 5px;
	border: solid 1px #c1c1c1;
    border-radius: 5px;
    color: #777777;
}
@media screen and (max-width: 600px) {
	.mb-nav a {
		font-size: 15px;
	}
}
.mb-nav a:hover {
	background-color: #ddd;
}
.mb-nav a.select {
	background-color: var(--main-color);
	color:#FFF;
	border:solid 1px var(--main-colorDarker);
}

.mb-nav span {
	padding: 0px 7px;
	border-radius:50%;
	color:#fff;
	background-color: #cf4712;
	font-size: 15px;
    margin-left: 3px;
}

.basic-form {
	position: relative;
	display: block;
	border:solid 1px #ddd;
	padding: 0px;
	font-size: 17px;
	margin: 25px auto;
	border-radius:5px;
}
.basic-form .item,
.basic-form .item2 {
	display:grid;
	grid-template-columns: 120px auto;
	gap: 0px;
	width: 100%;
	 align-items: center;
    justify-items: stretch;
	font-size: 15px;
}
.basic-form .item2 {
	grid-template-columns: 170px auto;
}

.basic-form .item:nth-child(even),
.basic-form .item2:nth-child(even),
.basic-form .item3:nth-child(even) {
  background-color:#f2f2f2;
}

.basic-form .item div,
.basic-form .item2 div {
	padding: 8px 12px;
}
.basic-form .item3 {
	
}
.basic-form .item3 div {
	padding: 4px 12px;
}
.basic-form .yes {
	color:var(--main-color);
}
.basic-form .no {
	color:#B84400;
}
.basic-form .item a,
.basic-form .item2 a {
	color:#D96500;
	padding: 0 6px;
}
.basic-form .item a:hover,
.basic-form .item2 a:hover {
	color:var(--main-color);
}
.basic-form .item button,
.basic-form .item2 button,
.basic-form .item a.a-btn,
.basic-form .item2 a.a-btn {
	display: inline-block;
	padding: 2px 15px;
	margin: 0 10px;
	outline: none;
	background-color: #B05200;
	color:#fff;
	font-size: 0.8em;
	border:none;
	border-radius:5px;
	transition: all .3s;
	cursor: pointer;
}
.basic-form .item button:hover,
.basic-form .item2 button:hover,
.basic-form .item a.a-btn:hover,
.basic-form .item2 a.a-btn:hover {
	background-color: #C78E00;
}

.basic-form .badge {
position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
    border-radius: 50%;
    background-color: #ffa434;
    color: white;
}


.btn-form {
	display: block;
	text-align: center;
	padding-bottom: 50px;
}
.basic-form a {
	color:#BD4600;
}

.btn-form button,
.btn-form a {
	display: inline-block;
	padding: 5px 30px;
	color:#fff;
	background-color: var(--main-color);
	border:none;
	outline: none;
	border-radius:5px;
	transition: all .3s;
	cursor: pointer;
	margin: 0 10px;
}
.btn-form button:hover,
.btn-form a:hover {
	background-color: var(--main-colorLighter);
}
.btn-form button[type=submit] {
	background-color: #BB5D00;
}
.topic {
	display: block;
	padding: 20px 0 0;
	text-align: center;
	font-size: 1.25em;
}
.topic span {
	display: block;
	font-size: 0.7em;
	color:#d7620b;
}

.topic span a {
	color:#d7620b;
}

ol.customers-list {
	display: block;
	margin: 20px 0 50px;
	padding: 0;
	border: solid 1px #ccc;
	border-radius:5px;
	list-style-position: inside;
}
ol.customers-list li {
	padding: 5px 15px;
	margin: 0;
}
ol.customers-list li:nth-child(even) {
  background-color:#f2f2f2;
}

ol.customers-list .keywords {
	display: block;
	color: #7b7b7b;
    font-size: 0.8em;
    line-height: normal;
	padding-left: 20px;
}
ol.customers-list .operate {
	display: block;
	text-align: right;
}

ol.customers-list .operate a {
	color: #167627;
	display: inline-block;
	padding-left:20px;
	font-size: 0.8em;
}
ol.customers-list .operate i {
	font-size:1em;
	padding-right: 5px;
}


.about-branch {
	display: block;
	max-width: 1000px;
	margin: 0 auto 60px;
}
@media screen and (max-width: 1023px) {
	.about-branch {
	display: block;
	max-width: 95%;
	margin: 0 auto 60px;
}
}
.branch-info {
	display: block;
	padding: 10px 20px;
	background-color: #F1F1F1;
	border-radius:6px;
}
.mb-list {
	display: grid;
	grid-template-columns: 17% 17% 17% 17% 17%;
	  justify-content: space-between;
	padding: 25px 0;
}
@media screen and (max-width: 1023px) {
	.mb-list {
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
}
}
@media screen and (max-width: 767px) {
	.mb-list {
	display: grid;
	grid-template-columns: 30% 30% 30%;
}
}
.mb-item {
	display: block;
	text-align: center;
	font-size: 16px;
	padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.mb-item {
	font-size: 15px;
}
}
.mb-item .img {
	display: block;
	position: relative;
  width: 100%;
  padding-top: 100%;
}
.mb-item .img img {
	position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	border-radius:50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mb-item p {
	margin: 0;
	padding: 0px;
}

.mb-name-card {
	display: flex;
	padding: 20px 10px;
	background-color: #F5F5F5;
	border-radius:5px;
	margin: 30px 0;
}
@media screen and (max-width: 600px) {
	.mb-name-card {
		display: block;
	}
}
.mb-name-card div {
	margin: 0 15px;
}
.mb-name-card img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	display: inline-block;
}
@media screen and (max-width: 600px) {
	.mb-name-card img {
		margin:auto;
		display: block;
	}
}
.mb-name-card span {
	display: block;
	text-align: center;
}
.mb-name-card h3 {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: 500;
}
@media screen and (max-width: 600px) {
	.mb-name-card h3 {
	display: block;
	padding: 20px 0 0;
	margin: 20px 0;
	border-top: solid 1px #ccc;
		text-align: center;
}
}

.mb-intro {
	display: block;
	padding: 15px 30px;
	background-color: #F5F5F5;
	border-radius:5px;
	width: 100%;
	margin: 20px 0;
}