@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;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 SC', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.7;
	position: relative;
	height: 100%;
	color: #4A4A4A;
	margin: auto;
	background-color: #F4F4F4;
	}
	
a {
		text-decoration: none;
		transition:all .3s;
}
/*2021/11*/
:root {
  --main-color: #b50000;/*red*/
  --main-colorDarker: #990000;
  --main-colorLighter:#e60000;
}

button, a {
	cursor:pointer;
}

input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url] {
  -moz-appearance: none;
  -webkit-appearance: none;
	appearance: none;
	display: inline-block;
	padding: 2px 8px;
	margin: 2px 0px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #404040;
	font-size: 16px;
	line-height: 34px;
	border-radius:5px;
	height: 40px;/*foe ie*/
  }
  input[type=email]:hover,
  input[type=number]:hover,
  input[type=password]:hover,
  input[type=tel]:hover,
  input[type=text]:hover,
  input[type=url]:hover,
  select:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=url]:focus,
  select:focus {
  outline: none;
  border: 1px solid #4d90fe;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }

   input[type=submit],
  input[type=reset],
  input[type=button] {
	background: #7b7c7b;
	color: #FFFFFF;
	padding: 0px 25px;
	margin: 2px 5px;
	font-size: 16px;
	border: 1px solid #88827b;
	cursor: pointer;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	border-radius: 5px;
	line-height: 34px;
	font-family: Arial, Helvetica, sans-serif;
  } 
   
  input[type=submit]:hover,
  input[type=reset]:hover,
  input[type=button]:hover {
	background: #4B4B4B;
  }
   
select {
	font-size: 16px;
	line-height: 34px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	border-radius: 5px;
	color: #404040;
	padding: 2px 8px;
	border: 1px solid #d9d9d9;
}

/* The radio */
.radio {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-right: 20px;
}

.radio input {
    opacity: 0;
    cursor: pointer;
}

.radio .checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
}

.radio:hover input ~ .checkmark {
    background-color: #ccc;
}

.radio input:checked ~ .checkmark {
	background-color:#cc0000;
}

.radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio input:checked ~ .checkmark:after {
    display: block;
}

.radio .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


/*The checkbox*/
.checkbox {
	display: 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;
	width: 100%;
	font-size:17px;
}


.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: #eee;
}

.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
	background-color: 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);
}




main, article, footer, .header, .banner-s, .swiper-container {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 1060px;
	background-color: #FFFFFF;
}


@media (max-width:1059px){
main, .header, .banner-s, article, footer, .swiper-container {
	width: 970px;
}
}
@media (max-width:969px){
main, .header, .banner-s, article, footer, .swiper-container {
	width: 100%;
}
.header {
	position: fixed;
	z-index: 3;
	top: 0px;
}
}


.nav-language {
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px 45px 5px 20px;
	text-align: right;
	display: block;
	background: linear-gradient(to right, #5d5d5d 0%, #818181 100%);
	font-size:15px;/*2021/12*/
}
@media (max-width:969px){
.nav-language {
	display:none;
}
}
.nav-language a {
	color: #E8E8E8;
	text-decoration: none;
	margin-left: 20px;
}
.nav-language a:hover {
	color: #FFFFFF;
}

.top {
	display: table;
	margin: 0px;
	padding: 0px;
	background: linear-gradient(to bottom, #e5322d 0%, #90000b 100%);
	position: relative;
	width: 100%;
}
.logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width:auto;
	width: auto;
}
@media (max-width:1059px){
.logo {
width:215px;
}
}
@media (max-width:969px){
.logo {
width:200px;
}
}
@media (max-width:500px){
.logo {
width:180px;
}
}
@media (max-width:375px){
.logo {
width:140px;
}
}
.logo img {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.menu {
	display: block;
	padding: 0px 20px 0px 50px;
	float: right;
	position: relative;
	z-index: 20;
}
@media (max-width:969px){
.menu {
	padding: 20px;
	z-index: 5;
}
}
@media (max-width:375px){
.menu {
	padding: 15px;
}
}
@media (max-width:320px){
.menu {
	padding: 10px;
}
}
.menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menu ul ul {
	background-color: #333333;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.menu ul ul ul {
}

/*2021/11*/
.menu li {
	display: block;
	margin: 0px;
	padding: 0px 20px;
	float: left;
	margin: 0px;
	font-weight: 500;
}
@media (max-width:1059px){
.menu li {
	padding: 0px 8px;/*2021/11*/
	font-size: 15px;
}
}
@media only screen and (min-width:969px){
.menu li.icon-menu {
	display: none;
}
.menu li.hide-l {
	display: none;
}
}
@media (max-width:969px){
.menu li.hide-s {
	display: none;
}
.menu li.icon-menu {
	font-size:24px;
	padding: 3px 10px;
}
.menu li {
	padding: 5px 10px;
}
}
@media (max-width:500px){
.menu li.icon-menu {
	font-size:22px;
	line-height:18px;
	padding: 5px 5px;
}
.menu li {
	padding: 4px;
}
}
@media (max-width:375px){
.menu li.icon-menu {
	font-size:22px;
	line-height:20px;
	padding: 0px 5px;
}
.menu li {
	padding: 0px 5px;
}
}
@media (max-width:320px){
.menu li.icon-menu {
	font-size:22px;
	line-height:20px;
	padding: 4px 0px;
}
.menu li {
	padding:4px 0px;
}
}

.w3-dropdown-content {
	    min-width: 125px;/*2022/04*/
}

.menu li li {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	font-weight: normal;
	text-align: left;
	font-size: 15px;
	border-bottom: 1px solid #222;
}
@media (max-width:1059px){
.menu li li {
	font-size: 15px;
}
}
.menu li li li {
	padding: 0px;
	background-color: #595959;
	font-size: 13px;
	margin-bottom: -1px;
}
@media (max-width:1059px){
.menu li li li {
	font-size: 13px;
}
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu li a {
	padding: 33px 10px;/*2021/11*/
	display: block;
	}
@media (max-width:1059px){
	.menu li a {
	padding: 31px 10px;
	}
	}
@media (max-width:969px){
	.menu li a {
	padding:3px;
	}
}
@media (max-width:500px){
	.menu li a {
	padding:0px 5px;
	}
}
.menu li:hover a, .menu li:active a, .menu li:focus a {
	color: #FFE21A;
}
	.menu li li a {
	padding: 6px 10px;
	display: block;
	}
.menu li:hover li a, .menu li:active li a, .menu li:focus li a {
	color: #fff;
}
.menu li li li a {
	padding: 6px 6px 6px 25px;
}

.menu li li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
.menu li li li a:hover {
	background-color: #424242;
	color: #FFFFFF;
}
.menu-pd {
	width: 260px;
}
@media (max-width:1059px){
.menu-pd {
	width: 240px;
}
}
.menu-side {
	background-color: #333333;
	width: 250px;
	z-index: 99;
}
.menu-side a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu-side ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu-side ul ul {
	margin: 0px;
	padding: 0px;
	display: none;
}
.menu-side ul ul ul {
	margin: 0px 0px -1px;
	padding: 0px;
	display: block;
}
.menu-side li {
	padding: 0px;
	color: #FFFFFF;
	background-color: #9D0000;
	border-bottom: 1px solid #8C0000;
}
.menu-side li li {
	background-color: #333333;
	border-bottom: 1px solid #4D4D4D;
}
.menu-side li li li {
	background-color: #424242;
}
.menu-side li a {
	color: #FFFFFF;
	padding: 10px;
}
.menu-side li li a {
	color: #FFFFFF;
}
.menu-side li li li a {
	color: #E9E9E9;
	padding-left: 30px;
}
.menu-side li a:hover, .menu-side li a:active, .menu-side li a:focus {
	color: #FFFFFF;
	background-color: #BB0000;
}
.menu-side li li a:hover, .menu-side li li a:active, .menu-side li li a:focus {
	color: #FFFFFF;
	background-color: #000000;
}

.banner-s {
	border-bottom: 5px solid #990000;
}
@media (max-width:969px){
.banner-s, .swiper-container {
margin-top:80px;
}
}
@media (max-width:500px){
.banner-s, .swiper-container {
margin-top:72px;
}
}
@media (max-width:375px){
.banner-s, .swiper-container {
margin-top:56px;
}
}

.banner-s img {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.article {
	padding: 30px 100px;/*2021/11*/
	color: #333;
}
@media (max-width:1059px){
.article {
	padding: 30px 60px;
}
}
@media (max-width:767px){
.article {
	padding: 20px 30px;
}
}
@media (max-width:375px){
.article {
	padding: 20px;
}
}
.article p {
	margin: 10px 0px 20px;
}
.article h3 {
	color: #BF0000;
	font-size: 18px;
	margin: 30px 0px 0px;
	padding: 0px;
	font-weight: bold;
	clear: both;
}
.article h4 {
	color: #0066CC;
	font-weight: bold;
}


.article img {
width:auto;
height:auto;
max-width:830px;/*2021/11*/
overflow:hidden;
}

@media (max-width:768px){
.article img {
max-width:650px;
}
}
@media (max-width:600px){
.article img {
width:100%;
}
}

.title {/*2021/12*/
	font-size: 2em;
	color: #333333;
	font-weight: 500;
	margin-bottom: 30px;
	line-height: normal;
}
@media (max-width:767px){
.title {
	font-size: 1.7em;
}
}
.title span {
	font-size: 0.65em;
	color: #B70000;
	margin-left: 20px;
}
@media (max-width:768px){
.title span {
	font-size: 0.55em;
	display:block;
	margin: 10px 0 0;
}
}
.title2 {
	font-size: 2em;
	color: #333333;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: normal;
}
.title b {
	font-weight: 600;
}

.client-list {
	display: table;
	margin: 30px 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	clear: both;
	font-size: 15px;
}

.client-list table {
	width: 850px;
}
@media (max-width:768px){
.client-list table {
	width: 700px;
}
}
.client-list td {
	padding: 10px;
	vertical-align: top;
	width: 25%;
}

.client-list td ul {
	margin: 0px;
	padding: 10px;
	list-style-type: none;
} 
.footer {
	padding: 20px 20px 30px;
	color: #FFFFFF;
	background-color: #5c5c5c;
	text-align: center;
	border-top: 5px solid #990000;
	font-size: 13px;
	margin: 0px auto;
}

/*浮動文字客服*/
.f-service {
	display: block;
	margin: 200px 0px 0px;
	padding: 0px;
	right: 0px;
	position: fixed;
	z-index: 3;
	width: 99px;
	top: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width:425px){
.f-service {
	margin: 150px 0px 0px;
	width: 80px;
}
}

.f-service img {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
/*浮動文字客服結束*/

/*首頁banner*/
.swiper-container {
	border-bottom: 5px solid #990000;
}
 .swiper-container img {
        width: 100%;
        height: auto;
    }
.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	@media (max-width:969px){
		.swiper-button-next,.swiper-button-prev {
			display: none;
		}
	}
	.swiper-button-next i,.swiper-button-prev i {
	font-size: 80px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
	left:15px;
	right:auto;
	color: #FFFFFF;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
right:15px;
left:auto;
	color: #FFFFFF;
}
/*首頁banner結束*/


.pd {
	display: table;
	margin: 0px;
	padding: 35px;
	width: 100%;
	position: relative;
}
@media (max-width:969px){
.pd {
	padding: 25px;
}
	}
@media (max-width:600px){
.pd {
	padding: 15px;
}
	}
.pd-box {
	display: block;
	float: left;
	margin: 0px 1.5%;
	width: 22%;
	padding: 20px 0px;
	color: #000000;
	height: 325px;
}
@media (max-width:768px){
.pd-box {
	margin: 0px 1.5%;
	width: 30.33333%;
	padding: 10px 0px;
	height: 300px;
}
}
@media (max-width:600px){
.pd-box {
	margin: 0px 1.5%;
	width: 47%;
	padding: 10px 0px;
	height: 300px;
}
}
@media (max-width:600px){
.pd-box {
	height: 270px;
}
}
.pd-box img {
	height: auto;
	width: 100%;
	margin: 0px 0px 10px;
	padding: 0px;
	display: block;
}
.pd-box img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.pd-box p {
	margin: 0px 0px 10px;
}
.pd .pd-box h1 {
	margin: 0px 0px 6px;
	font-size: 18px;
	color: #000000;
}
@media (max-width:1024px){
.pd .pd-box h1 {
	font-size: 17px;
}
}
@media (max-width:425px){
.pd .pd-box h1 {
	font-size: 15px;
}
}
.pd-box a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.pd-box a:hover, .pd-box a:active, .pd-box a:focus  {
	color: #B00000;
}
.pd-tab-bar {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: flex;
	flex-wrap:wrap;/*2021/11*/
	border-bottom: 5px solid #B30000;
}

.pd-tab-item {
	min-width: 100px;/*2021/11*/
	position: relative;
	padding: 6px 25px;
	text-align: center;
	background-color: #9B9B9B;
	cursor: pointer;
	border: 1px solid #858585;
	margin: 0px 1px 0px 0px;
	border-radius: none;/*2021/11*/
	color: #FFFFFF;
	font-weight: bold;
}
@media (max-width:400px){
.pd-tab-item {
	padding: 4px 15px;
}
}
.pd-tab-item:hover {
	background: linear-gradient(to bottom, #666 0%, #999 100%);
	color: #FFFFFF;
	border: 1px solid #999999;
}
.pd-tab {
	clear: both;
}
.pd-tab .pd {
	margin-top: 0px;
}
/*2021/11*/
.pd-tab .pd img {
	max-width:700px;
}
@media (max-width:1023px){
	.pd-tab .pd img {
max-width:690px;
}
}
@media (max-width:800px){
	.pd-tab .pd img {
max-width:580px;
}
}
@media (max-width:767px){
	.pd-tab .pd img {
max-width:100%;
}
}

/*.pd-tab img {
	width:auto;
	height:auto;
	max-width:700px;
width:expression(document.body.clientWidth>700?"700px":"auto");
	overflow:hidden;
	border: 1px solid #F0F0F0;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	padding: 10px;
	margin: 10px 0px 50px;
}
@media (max-width:768px){
.pd-tab img {
max-width:580px;
width:expression(document.body.clientWidth>580?"580px":"auto");
}
}
@media (max-width:600px){
.pd-tab img {
width:100%;

}
}*/
.pd-tab ul {
	margin: 10px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 17px;
	line-height: 32px;
	list-style-type: square;
}
.pd-tab ul ul {
	margin-left: 25px;
	list-style-type: decimal;
}

.pd-tab li {
	padding: 3px 0px;
	margin: 0px;
}
.pd-tab h3 {
	color: #BD0000;
	font-weight: bold;
	font-size: 20px;
}
.pd-tab p {
	font-size: 17px;
	font-weight:300;
}


.tab-select, .tab-select:hover {
	color: #FFFFFF;
	background: linear-gradient(to bottom, #e5322d 0%, #90000b 100%);
	border: 1px solid #b7171b;
}
.theme {
	padding: 20px 0px 0px;
	margin: 0px;
	position: relative;
	clear: both;
	display: block;
}
.theme span {
	color: #FFFFFF;
	background-color: #B50000;
	margin: 0px;
	padding: 5px 30px;
	font-size: 18px;
	border-radius: 5px;
	line-height: 24px;
	font-weight: bold;
}

.contact {
	margin: 0px 120px;
	padding: 50px 0px;
}
@media (max-width:768px){
.contact {
	margin: 0px 80px;
}
}
@media (max-width:667px){
.contact {
	margin: 0px 50px;
}
}
@media (max-width:425px){
.contact {
margin: 0px 60px;
	margin: 0px 30px;
}
}
.contact p {
	font-size: 1em;
	line-height: 1.8em;
}

.contact-form {
	display: block;
	padding: 0px;
	vertical-align: top;
	margin: 0px auto;
}
.contact-form p {
	margin: 15px 0px;
	font-size: 16px;
	line-height: 28px;
	color: #4D4D4D;
}

.contact-form input {
	width: 100%;
	margin-top: 8px;
}
.contact-form input[type=submit] {
	padding: 10px 40px;
	width: auto;
	line-height: normal;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #C10000;
	margin: 0px;
	border-style: none;
}
.contact-form input[type=submit]:hover, .contact-form input[type=submit]:active, .contact-form input[type=submit]:focus {
	background-color: #9F0000;
}

.contact-form textarea {
	width: 100%;
	margin-top: 8px;
	border: 1px solid #C0C0C0;
	border-radius:5px;
}
.contact-form select {
	width: 100%;
	margin-top: 8px;
	border: 1px solid #C0C0C0;
	border-radius:5px;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact-form input[type=checkbox] {
	width: 20px;
}
.contact-form ul {
	list-style-type: none;
	margin: 10px 0% 0%;
	padding: 10px;


	-moz-border-radius:5px;
  -webkit-border-radius:5px;
	border-radius:5px;
	width: 100%;
	position: relative;
	display: table;
	border: 1px solid #DEDEDE;
}
.contact-form li {
	float: left;
	display: block;
	width: 33.333%;
	margin: 0px;
	padding: 0px;
}
@media (max-width:768px){
.contact-form li {
	width: 50%;
}
}
@media (max-width:425px){
.contact-form li {
	width: 100%;
}
}

.contact .contact-card {
	display: table;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: left;
	width: 100%;
}
.contact .contact-card li {
	margin: 0px 0.5% 3px;
	padding: 20px;
	list-style-type: none;
	display: block;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	width: 32.3333%;
	border-radius:5px;
}
@media (max-width:768px){
.contact .contact-card li {
	margin: 0px 1% 10px;
	padding: 20px;
	width: 48%;
}
}
@media (max-width:425px){
.contact .contact-card li {
	margin: 0px 0 10px;
	padding: 20px;
	width: 100%;
}
}
.contact .contact-card li a {
	color: #BA0C0C;
	text-decoration: none;
}
.contact .contact-card li a:hover, .contact .contact-card li a:active {
	color: #000000;
}



.search-bar {
	background-color: #F0F0F0;
	display: block;
	margin: 0px 0px 50px;
	padding: 10px;
	border-radius: 5px;
	text-align: right;
}
.search-bar input[type=text] {
	width: 35%;
}
.search-bar select {
	width: 35%;
	padding: 8px;
}
@media (max-width:767px){
.search-bar {
	text-align: left;
}
.search-bar input[type=text] {
	width: 100%;
	margin: 0px 0px 10px;
}
.search-bar select {
	width: 100%;
	margin: 0px 0px 10px;
}
}


.news-list {
	display: block;
}
.news-list ol {
	padding: 0px;
	list-style-position: inside;
	margin: 0px;
	list-style-type: none;
}
.news-list ol li {
	font-size: 16px;
	line-height: 26px;
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
}
.news-list ol li:hover, .news-list ol li:active, .news-list ol li:focus {
	background-color: #F7F7F7;
}
.news-list ol li .date {
	padding-right: 15px;
	border-right: 1px solid #999999;
	color: #0F4E99;
	font-size: 14px;
}

.news-list a {
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	cursor: pointer;
}
.news-list a:hover {
	color: #333;
}
@media (max-width:767px){
.news-list ol li .date {
	padding-right: 0px;
	border-right: none;
	display:block;
}
.news-list a {
	padding-left: 0px;
	display:block;
}
}

.pages {
	display: block;
	clear: both;
	text-align: center;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.pages ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.pages li {
	display: inline;
}
.pages a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #666666;
	margin: 0px 5px;
	border-radius:5px;
	background-color: #7F7F7F;
}
.pages a:hover, .pages a:active {
	background-color: #FFFFFF;
	color: #666666;
}
.pages a.select {
	color: #FFFFFF;
	background-color: #AA0909;
	border: 1px solid #990000;
}
.tab-case {
	display: table;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}

.tab-case .btn-case {
	display: block;
	background-color: #666666;
	color: #FFFFFF;
	padding: 4px 20px;
	margin: 1px 1px 0px 0px;
	border: 1px solid #666666;
	float: left;
	cursor: pointer;
	font-weight: bold;
}

.tab-case .btn-case:hover {
	background: linear-gradient(to bottom, #666 0%, #999 100%);
	color: #FFFFFF;
	border: 1px solid #999999;
}

.tab-case .active, .tab-case .active:hover {
	color: #FFFFFF;
	background: linear-gradient(to bottom, #e5322d 0%, #990000 100%);
	border: 1px solid #b7171b;
	}
	.case {
	border-top: 5px solid #990000;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 15px 25px;
}

.case table {
	width: 100%;
	margin: 10px 0px;
}
.case table td {
	padding: 5px 10px;
}
.img-float-L {
	display: block;
	float: left;
	margin: 0px 25px 0px 0px;
	width: 40%;
	padding: 0px;
}
.case img {
	max-width:780px;
}


.w-float-R {
	float: left;
	margin: 0px;
	display: block;
}
.img-float-L img {
	margin: 0px;
	height: auto;
	width: 100%;
	padding: 0px;
}

@media (max-width:767px){
.img-float-L {
	float: none;
	margin: 0px 0px 20px 0px;
	width: 100%;
}

.w-float-R {
	float: none;
}
}
.client {
	display: block;
	margin: 0px 0.5% 15px;
	padding: 0px;
	position: relative;
	width: 32.3333%;
	float: left;
	border: 1px solid #E09898;
	background-color: #FEFAEF;
	border-radius:0px 30px 0px 30px;
}
.client ul {
	margin: 0px;
	padding: 10px 20px 20px;
	list-style-type: none;
	list-style-position: outside;
}
@media (max-width:425px){
.client ul {
	padding: 10px 10px 20px;
}
}
.client li {
	padding: 0px;
	margin: 0px;
}
@media (max-width:425px){
.client li {
	line-height: 26px;
}
}

@media (max-width:767px){
.client {
	width: 49%;
}
}
@media (max-width:320px){
.client {
	float:none;
	width: 100%;
}
}
.client li a {
	color: #000000;
	text-decoration: underline;
}
.client li a:hover {
	text-decoration: none;
}

.client h3 {
	margin: 0px;
	padding: 10px 0px 10px 20px;
	background-color: #E09898;
	color: #FFFFFF;
	border-radius:0px 30px 0px 0px;
}
.c1 {
	height: 320px;
}
.c2 {
	height: 320px;
}

.c3 {
	height: 320px;
}
.c4 {
	height: 600px;
}

.c5 {
	height: 600px;
}
.c6 {
	height: 600px;
}

@media (max-width:767px){
.c3, .c4 {
	height: 400px;
}
}
@media (max-width:375px){/*2021/11*/
.c1, .c2 {
	height: 300px;
}
}

.text-red {
	color: #C10000;
}
.img-float-right {
	display: block;
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 0px;
}
@media (max-width:767px){
.img-float-right {
	float: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
}
.img-float-right img {
	width: 330px;
	height: auto;
	border: 1px solid #CCCCCC;
}
@media (max-width:767px){
.img-float-right img {
	width: 100%;
}
}
.tags {
	display: table;
	font-size: 14px;
	color: #000000;
	position: relative;
	margin: 0px;
	line-height: normal;
	padding: 0px 0px 15px;
	width: 100%;
}
.tags i {
	float: left;
	padding: 6px 10px 3px;
	display: block;
}

.tags ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tags li {
	float: left;
	display: block;
	padding: 0px;
	list-style-position: outside;
	margin: 0px 8px 8px 0px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	border-radius:3px;
}
.tags li:hover {
	background-color: #CCCCCC;
}

.tags a {
	color: #000000;
	text-decoration: none;
	padding: 3px 10px;
	display: block;
}

.brief {
	display: block;
	clear: both;
	padding: 3px 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
}

/*以下2021/11新增*/
.cloud-title {
	color:var(--main-color);
	font-size:30px;
	font-weight:600;
	padding:20px 0;
	margin-top:60px;
}
@media (max-width:767px){
	.cloud-title {
	font-size:24px;
}
}
.cloud-title img {
	width:155px;
	display:inline-block;
	float:left;
	margin-top:-25px;
	}
@media (max-width:1023px){
	.cloud-title img {
	width:115px;
	margin-top:-20px;
	}
}
@media (max-width:600px){
	.cloud-title img {
	width:95px;
	margin-top:-10px;
	}
}

.cloud-title-flex {
	display:flex;
}
.cloud-title-flex .title-img {
	width:155px;
}
@media (max-width:1023px){
	.cloud-title-flex .title-img {
	width:115px;
}
}
@media (max-width:600px){
	.cloud-title-flex .title-img {
	width:95px;
}
}
.cloud-title-flex .title-img img {
	width:100%;
}
.cloud-title-flex .right-box {
	padding:0;
	width:80%;
}
@media (max-width:600px){
	.cloud-title-flex .right-box {
	width:95%;
}
}
.cloud-title-flex .right-box h3 {
	font-size:30px;
	font-weight:600;
	color:var(--main-color);
	margin:20px 0;
	line-height:normal;
}
@media (max-width:767px){
	.cloud-title-flex .right-box h3 {
		font-size:24px;
		margin:10px 0;
		}
	}


.item2c {
	display: grid;
  justify-content: space-around;
  grid-template-columns: 45% 45%;
  padding: 10px 25px;
}
@media (max-width:767px){
	.item2c {
  padding: 10px;
}
}
@media (max-width:425px){
	.item2c {
	display: block;
	padding: 20px;
}
}
.item2c div,
.item2-3c div {
	background-color:#fff;
	padding:25px 0 0 0;
	margin:15px 0;
}
.item2c img,
.item2-3c img,
.item3c-s img {
	width:100%;
	display:block;
	padding:0;
	margin:auto;
}

.item2c .box,
.item2-3c .box {
	background-color:#fff;
	padding:25px 0 0 0;
	margin:15px 0;
	text-align:center;
}
.item2c .box img,
.item2-3c .box img {
	width:125px;
	height:125px;
	object-fit: cover;
	background-color:var(--main-color);
	border-radius:50%;
	box-shadow: 4px 5px 9px 0px rgb(0 0 0 / 20%), 0 5px 20px 0 rgb(0 0 0 / 25%);
	margin:auto;
}

.item2c-bgcolor {
	background-color:#fbf6f2;
}
.item2c .box a,
.item2-3c .box a {
	color:#323232;
	font-weight:500;
	font-size:20px;	
}
.item2c .box a span,
.item2-3c .box a span {
	color:#fff;
	display:block;
	background-color:#595959;
	padding:8px;
	font-size:17px;
	transition:all .3s;
}
.item2c .box a:hover span,
.item2-3c .box a:hover span {
	background-color:#333;
}

.item2-3c {
	display: grid;
  justify-content: space-around;
  grid-template-columns: 30% 30% 30%;
  padding: 25px;
  grid-gap: 25px;
}
@media (max-width:1023px){
	.item2-3c {
  grid-template-columns: 47% 47%;
  padding: 10px;
  grid-gap: 15px;
}
}
@media (max-width:425px){
	.item2-3c {
	display: block;
  padding: 20px;
}
	.item2-3c div {
	display: block;
  padding-bottom:20px;
}
}

.item3c {
	display: grid;
	justify-content: space-between;
  grid-template-columns: 32% 32% 32%;
  padding: 0px;
}
@media (max-width:767px){
	.item3c {
	display: block;
}
}
.item3c-box {
	background-color:#f9f7f7;
	display:block;
	border-radius:8px;
	word-break:break-all;
	margin-bottom:20px;
}
.item3c-box ul {
	margin:0;
	padding:20px 20px 20px 35px;
}
.item3c-box p {
	padding:0 20px;
}
.item3c-box-header {
	color:#fff;
	background-color:var(--main-color);
	text-align:center;
	border-radius:8px 8px 0 0;
	padding:8px;
	font-size:1.2em;
	font-weight:600;
}
.item3c-box2 {
	display:block;
	word-break:break-word;
	text-align:center;
	padding:0 20px 20px;
}
.item3c-box2  h3 {
	font-size:28px;
}

.item3c-s {
	display: grid;
	justify-content: space-between;
  grid-template-columns: 28% 28% 28%;
  grid-gap: 25px;
  padding: 20px 0px;
  max-width:520px;
  margin:auto;
}
@media (max-width:767px){
	.item3c-s {
	justify-content: space-around;
  grid-template-columns: 45% 45%;
}
}
@media (max-width:425px){
	.item3c-s {
		margin:auto 20px;
	}
}

.btn-more {
	display:block;
	text-align:center;
	padding:30px 0;
}
.btn-more a {
	display:inline-block;
	padding:10px 50px;
	color:#fff;
	background-color:var(--main-color);
	border-radius:8px;
}
.btn-more a:hover {
	background-color:var(--main-colorLighter);
}

.text-block {
	background-color:#f9f7f7;
	padding:25px;
	font-size:24px;
	margin:30px auto;
	text-align:center;
	line-height: normal;
}
@media (max-width:1023px){
	.text-block {
	font-size:18px;
}
}
.text-block h2 {
	font-size:1.3em;
	font-weight:600;
	padding-top:30px;
}
@media (max-width:1023px){
	.text-block h2 {
	font-size:1.15em;
}
}

.table-a {
	border-collapse: collapse;
  width: 100%;
}
.table-a td, .table-a th {
  border: 1px solid #ddd;
  padding: 8px;
}

.iqcmp-text {
	background-color:#f9f7f7;
	padding:30px;
}
.iqcmp-text h4 {
	color:var(--main-color);
	text-align:center;
	font-size:32px;
	font-weight:600;
	padding:15px 0;
	line-height: normal;
}

.iqcmp-text-flex {
	display:flex;
}
@media (max-width:767px){
	.iqcmp-text-flex {
	display:block;
}
	}
.iqcmp-text-flex .img-left {
	width:30%;
}
.iqcmp-text-flex .img-left img {
	width:100%;
}
.iqcmp-text-flex .text-right {
	width:70%;
}
@media (max-width:767px){
	.iqcmp-text-flex .img-left {
	width:100%;
}
.iqcmp-text-flex .text-right {
	width:100%;
}
}
.iqcmp-text-flex .text-right ul {
	list-style: none inside;
    font-size: 20px;
	margin:0;
}
@media (max-width:767px){
	.iqcmp-text-flex .text-right ul {
    font-size: 17px;
	padding:0;
}
}
.iqcmp-text-flex .text-right li {
	background:url(images/cloud-iqcmp-icon.jpg) 0px 8px no-repeat;
	background-size:30px;
	padding:6px 0 6px 38px;
}
@media (max-width:767px) {
	.iqcmp-text-flex .text-right li {
	background:url(images/cloud-iqcmp-icon.jpg) 0px 10px no-repeat;
	background-size:25px;
	padding:6px 0 6px 32px;
}
}

.ul-flex {
	display:flex;
	padding:10px 0;
}
.ul-flex ul {
	display:block;
	width:50%;
}
@media (max-width:600px){
	.ul-flex {
	display:block;
}
.ul-flex ul {
	width:100%;
	margin:0 5px;
}
}