@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-weight: normal;
	font-style: normal;
}
ol, ul, li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f50;
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
body {
	font-size: 12px;
	color: #333;
	font-family: "微軟正黑體", "新細明體", Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	width: 100%;
}
header{
	position: fixed;
	width: 100%;
	height: 160px;
	top: 0;
	background: #fff;
	z-index: 9999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.head {
	height: 90px;
	width: 100%;
	max-width: 1200px;
	padding: 10px 0;
	margin: 0 auto;
}
.logo {
	float: left;
	height: 80px;
}
.logo img{
	width: auto;
	max-height: 80px;
	vertical-align: middle;
	margin-right: 20px;
}
.logo a {
    font-size: 24px;
    color: #666;
	font-family: "Noto Sans TC";
	position: relative;
}
.logo a::before{
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 85px;
	width: 1px;
	height: 25px;
	background-color: #aaa;
}
.fdek.nav_m{display: none;}
.nav {
	height: 50px;
	width: 100%;
	margin: 0 auto;
	background: #333;
}
#navMenu {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
#navMenu li {
	float: left;
	height: 50px;
	position: relative;
}
#navMenu li a {
	display: block;
	padding: 0 24px;
	height: 100%;
	color: #fff;
}
#navMenu li a:hover {
	color: #fff;
	background: #000;
}
#navMenu .on {
	color: #fff;
	background: #ff3d00;
}
.dropMenu {
	position: absolute;
	top: 0;
	z-index: 100;
	width: 200px;
	visibility: hidden;
	margin: -1px 0 0 0;
	_margin: -7px 0 0 0;
	border-top: none;
	background-color: #222;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.dropMenu li {
	float: left;
	display: block;
	height: 40px;
}
.dropMenu li a {
	float: left;
	width: 200px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	display: block;
	text-indent: 25px;
	color: #fff;
}
.dropMenu li a:hover {
	color: #fff;
	text-decoration: none;
	background: #000;
}
.menu {
	width: 1200px;
	background: #f5f5f5;
	margin: 0 auto 10px auto;
}
.menu ul {
	line-height: 28px;
	padding: 0 10px;
	font-size: 14px;
}
.menu li {
	float: left;
	height: 28px;
	padding: 8px 0;
	margin-right: 5px;
}
.menu li a {
	display: block;
	height: 100%;
	padding: 0 10px;
}
.menu li a:hover {
	color: #fff;
	background: #888;
	border-radius: 3px;
}
.menu .on {
	color: #fff;
	background: #888;
	border-radius: 3px;
}
.sub,
.sub2 {
  display: none;
  position: absolute;
  background-color: #333;
  z-index: 1000;
  padding: 10px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
li:hover > .sub {
  display: block;
}
#navMenu li > .sub li{
	height: auto;
	float: none;
	font-size: 16px;
}
#navMenu li > .sub li a {
    white-space: nowrap;
  display: block;
}
.sub li:hover > .sub2 {
  display: block;
  left: 100%;
  top: 0;
}
.weizhi {
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	background: url(../images/bg_3.jpg) 0 center repeat-x;
}
.weizhi span {
	float: left;
	padding-right: 20px;
	background: #fff;
}
/*--/top end--*/
.s_banner{
	width: 100%;
	margin-top: 160px;
	position: relative;
}
.s_banner img{
	max-width: 100%;
	z-index: 1;
	position: relative;
}
/*about*/
.aboutBox {
    width: 100%;
    overflow: hidden;
	font-size: 18px;
	line-height: 2;
	color: #8b8b8b;
}
.aboutBox .about_toptxt{
	width: 100%;
	padding: 40px 0;
}
.aboutBox .about_toptxt p{
	text-align: center;
}
.aboutBox .about_toptxt p strong{
	font-weight: bold;
	font-size: 1.1em;
	color: #7e7e7e;
}
.aboutBox .about_contentbg{
	background-color: #f1f1f1;
    background-image: url(../images/about_sbg.webp);
    background-size: cover;
    background-position: center;
    padding: 40px 5px;
    color: white;
    text-align: center;
}
.aboutBox .about_contentbg h2{
    margin-bottom: 10px;
	font-size: 35px;
    color: rgb(26, 115, 232);
	font-weight: bold;
}
.aboutBox .about_contentbg p{
	font-size: 23px;
    line-height: 1.6;
	color: #000;
	font-weight: bold;
}
.aboutBox .about_contenttxt{
	background-color: #f4f4f4;
	width: 100%;
	overflow: hidden;
}
.aboutBox .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 40px 0;
}
.aboutBox .item.picRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.aboutBox .item .Img {
    width: 50%;
	position: relative;
	padding: 0;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
}
.aboutBox .item .Img img {
    display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.aboutBox .item .Txt {
    padding: 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.aboutBox .item .Txt .h2Title {
    font-weight: 600;
	padding-bottom: 20px;
	font-size: 30px;
    color: rgb(0, 132, 255);
	position: relative;
}
.aboutBox .item .Txt .h2Title::before{
	content: "";
	display: block;
	position: absolute;
	background-color: rgb(0, 132, 255);
	width: 1.3em;
	height: 2px;
	bottom: 20px;
	left: 0;
}
.aboutBox .item .Txt .h2Title::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: -16px;
    bottom: 14px;
    border: 2px solid rgba(0, 132, 255,1);
    transform: rotate(45deg);
}
.aboutBox .item .Txt .paragraph, .aboutBox .item .Txt .paragraph p{
	font-size: 18px;
	line-height: 2;
    color: #8b8b8b;
}
/*service*/
.serviceBox {
    width: 100%;
    overflow: hidden;
	font-size: 16px;
	line-height: 2;
	color: #8b8b8b;
}
.serviceBox img{
	max-width: 100%;
	width: auto;
}
.catalog_standard {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.catalog_standard .content_wrap {
    position: relative;
	padding: 15px 8%;
	font-size: 2vw;
}
.catalog_standard .content_wrap h2{
	font-family: "Noto Serif TC", serif, "微軟正黑體";
	font-weight: bold;
}
.catalog_standard .catalog_wrap {
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    flex-grow: 1;
}
.catalog_standard .catalog_wrap .catalog_col.list_dot {
    list-style: disc;
}
.catalog_standard .catalog_wrap .catalog_col {
    max-width: 100%;
    padding: 1em 2.5em 1em 2em;
    margin: 2%;
}
.catalog_standard .catalog_wrap .catalog_col .catalog_list {
    margin: 0;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    text-align: left;
    line-height: 2em;
	font-size: 16px;
    overflow: hidden;
    transition: transform 0.2s ease-out;
}
.catalog_standard .catalog_wrap .catalog_col .catalog_list a{color: #666;}
.serviceBox .service_txt{
	width: 100%;
	overflow: hidden;
}
.serviceBox .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
	margin: 50px 0;
	flex-wrap: wrap;
	justify-content: center;
}
.serviceBox .item .Img div{
	width: 100%;
}
.serviceBox .item.item2 .Img div{
	width: 50%;
	padding-right: 3%;
	box-sizing: border-box;
}
.serviceBox .item.item2 .Img div:nth-child(even){
	padding-right: 0;
	padding-left: 3%;
	border-left: 1px dashed #ececec;
}
.serviceBox .item.item2 .Img div{
	width: 50%;
}
.serviceBox .item.item3 .Img div{
	width: 33.33%;
}
.serviceBox .item.picRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.serviceBox .item .Title{
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
	margin: 0 0 50px;
}
.serviceBox .item .s_title{
	color: #333;
}
.serviceBox .item .s_title.s_title_mt{
	margin-top: 60px;
}
.serviceBox .item .s_title h4 {
    border: 1px solid #ececec;
    border-radius: 5px;
    display: inline-block;
    background-color: #ececec;
    padding: 5px 20px;
    box-shadow: 2px 2px 5px #999;
    margin: 0px 0 30px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}
.serviceBox .item .Title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ececec;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.serviceBox .item .Title .leftLine {
    width: 1px;
    height: 50px;
    background: #ececec;
    position: absolute;
    top: 40px;
    left: 0;
    right: unset;
    bottom: unset;
    z-index: 1;
}
.serviceBox .item .Title .rightLine {
    width: 1px;
    height: 50px;
    background: #ececec;
    position: absolute;
    top: 40px;
    left: unset;
    right: 0;
    bottom: unset;
    z-index: 1;
}
.serviceBox .item .Title h2{
	font-size: 37px;
    line-height: 2em;
	padding: 0 10px;
	font-weight: bold;
	color: #000;
	text-align: center;
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.serviceBox .item .Title h2::before {
    content: "";
    position: absolute;
    display: block;
    background-color: rgba(252, 177, 81,0.5);
    width: 100%;
    height: 12px;
    bottom: 15px;
    left: 0;
    z-index: -1;
}
.serviceBox .item .Img {
    width: 100%;
	position: relative;
	padding: 0;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.serviceBox .item .Img img {
    display: block;
	width: 100%;
	margin: 0 auto;
}
.serviceBox .item .Txt {
    padding: 0px 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	flex-wrap: wrap;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.serviceBox .item .Txt h4{
	color: #333;
	font-size: 23px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
/**/
.main1 {
	max-width: 1200px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.main_all {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
}
.main1.homemain{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
	position: relative;
	max-width: none;
}
.main1.homemain > .wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.main1.homemain > .wrap::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 55%;
	height: 100%;
	background-color: #f4f4f4;
	z-index: -1;
}
/*--/主體 end--*/
.left_1 {
	float: left;
	width: 876px;
	overflow: hidden;
	margin-bottom: 10px;
}
.right_1 {
	float: right;
	width: 300px;
	overflow: hidden;
	margin-bottom: 10px;
}
/*--/分欄 end--*/
.tit_1 {
	height: 40px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	line-height: 40px;
	background: url(../images/bg_2.jpg) 0 0 no-repeat #ffc579;
	font-size: 20px;
	text-indent: 20px;
	font-weight: bold;
	color: #fff;
}
.tit_2 {
	height: 45px;
	max-width: 1200px;
	width: 100%;
	line-height: 45px;
	position: relative;
	border-bottom: 2px #ddd solid;
}
.tit_2 h3 {
	position: absolute;
	left: 0;
	top: 0;
	height: 43px;
	padding: 0 30px 0 5px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 4px #FE7A17 solid;
}
.tit_2 h3 a {
	color: #FE7A17;
}
.tit_2 span {
	float: right;
	font-size: 14px;
}
.tit_2 span a {
	margin-left: 15px;
}
.tit_3 {
	height: 30px;
	margin-left: 5px;
	border-bottom: 1px #ddd solid;
}
.tit_3 span {
	float: left;
	height: 22px;
	font-size: 15px;
	padding-left: 7px;
	font-weight: bold;
	border-left: 4px #FE7A17 solid;
}
.tit_4 {
	height: 40px;
	line-height: 40px;
	background: url(../images/bg_3.jpg) 0 center repeat-x;
	margin: 20px auto;
}
.tit_4 h2, .tit_4 span {
	float: left;
	height: 100%;
	font-size: 20px;
	padding-right: 30px;
	background: #fff;
}
.tit_4 span {
	color: #555;
}
.tit_5 {
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	text-indent: 20px;
	color: #fff;
	background-position: 0 0;
	background-repeat: no-repeat;
}
/*--/標題 tit--*/
.g_box1 {
	width: 100%;
	max-width: 1200px;
	margin-bottom: 10px;
}
.g_box2 {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin-bottom: 10px;
}
.g_box3 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.g_box3.homemain{
	max-width: none;
	padding: 50px 0;
	background-image: url(../images/bg_2.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.g_box3.homemain .tit_2{
	margin: 0 auto;
}
.g_box3 .tit_2 {
	margin-bottom: 15px;
}
.g_box3 .pic1 {
	width: 100%;
	max-width: 1600px;
	margin: 30px auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	float: none;
}
.g_box3 .pic1 .service_item{
	width: 20%;
	padding: 10px 15px;
	margin: 20px 0;
	box-sizing: border-box;
	position: relative;
}
.g_box3 .pic1 .service_item:nth-child(odd){
	top: 50px;
}
.g_box3 .pic1 img {
	width: 100%;
	border-radius: 12px;
	transition: transform 0.3s;
	filter: brightness(0.7);
}
.g_box3 .pic1 p {
	position: relative;
	width: 100%;
	padding: 30px 0;
    border-bottom: 2px solid #e3e3e3;
	color: #fff;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
    font-weight: 500;
    color: #222;
    letter-spacing: normal;
    line-height: 1.4;
    text-align: center;
	font-family: "Noto Sans TC";
	transition: color 0.3s;
}
.service_item:nth-child(1) img {
  animation: zoom 10s infinite;
  animation-delay: 0s;
}
.service_item:nth-child(2) img {
  animation: zoom 10s infinite;
  animation-delay: 2s;
}
.service_item:nth-child(3) img {
  animation: zoom 10s infinite;
  animation-delay: 4s;
}
.service_item:nth-child(4) img {
  animation: zoom 10s infinite;
  animation-delay: 6s;
}
.service_item:nth-child(5) img {
  animation: zoom 10s infinite;
  animation-delay: 8s;
}
.service_item:nth-child(1) p {
  animation: highlightText 10s infinite;
  animation-delay: 0s;
}
.service_item:nth-child(2) p {
  animation: highlightText 10s infinite;
  animation-delay: 2s;
}
.service_item:nth-child(3) p {
  animation: highlightText 10s infinite;
  animation-delay: 4s;
}
.service_item:nth-child(4) p {
  animation: highlightText 10s infinite;
  animation-delay: 6s;
}
.service_item:nth-child(5) p {
  animation: highlightText 10s infinite;
  animation-delay: 8s;
}
@keyframes zoom {
  0% {
    transform: scale(1);
    filter: brightness(0.7);
  }
  10% {
    transform: scale(1.05);
    filter: brightness(1.2);
  }
  20% {
    transform: scale(1);
    filter: brightness(0.7);
  }
}
@keyframes highlightText {
  0%   { color: #222; }
  10%  { color: orange; }
  20% { color: #222; }
}
.g_box3 .pic2 {
	width: 690px;
}
.g_box3 .pic2 li {
	float: left;
	width: 220px;
	height: 165px;
	position: relative;
	padding: 0 0 10px 10px;
}
.g_box3 .pic2 li img {
	width: 220px;
	height: 165px;
}
.g_box3 .pic2 p {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 220px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	text-align: center;
	background: url(../images/bg_7.png) 0 -3px repeat-x;
}
.g_box3 a:hover p {
	background: #000;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.g_box4 {
	width: 300px;
	margin-bottom: 10px;
}
.g_box4 .c1 {
	background-image: url(../images/bg_2.jpg);
}
.g_box4 .c2 {
	background-image: url(../images/bg_4.jpg);
}
.g_box4 .c3 {
	background-image: url(../images/bg_5.jpg);
}
.g_box5 {
	margin-bottom: 10px;
}
.g_box5 .tit_4 {
	width: 876px;
	margin-bottom: 10px;
}
.g_list1 {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	margin-bottom: 10px;
}
.g_list1 li {
	/* height: 120px; */
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px #e5e5e5 solid;
}
.g_list1 li img {
	float: left;
	width: 200px;
	height: auto;
	margin-right: 20px;
	object-fit: cover;
	object-position: top;
}
.g_list1 li h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
.g_list1 li h3 a {
	color: #555;
}
.g_list1 li h3 a:hover {
	color: #f50;
}
.g_list1 li p {
	height: 52px;
	overflow: hidden;
	padding-bottom: 5px;
}
.g_list1 li span {
	display: block;
	text-align: right;
	font-size: 12px;
	color: #a6a6a6;
}
.g_list2 {
	width: 900px;
	margin-bottom: 10px;
	border-bottom: 1px #e5e5e5 solid;
}
.g_list2 li {
	float: left;
	width: 276px;
	height: 320px;
	line-height: 22px;
	color: #666;
	padding: 15px 24px 10px 0;
}
.g_list2 li img {
	display: block;
	width: 276px;
	height: 207px;
}
.g_list2 li h3 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 0;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.g_list2 li a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.g_list3 {
	border-top: none;
	font-size: 14px;
	margin-bottom: 20px;
	background: #fff;
}
.g_list3 dt {
	padding: 0 0 15px 0;
	height: 30px;
}
.g_list3 dt span {
	float: left;
	width: 114px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background: #f60;
	border-radius: 3px;
}
.g_list3 dd {
	padding-bottom: 20px;
}
.g_list3 dd a {
	float: left;
	width: 111px;
	height: 32px;
	line-height: 32px;
	margin: 2px 0;
	overflow: hidden;
	text-indent: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.g_list3 dd a:hover {
	text-decoration: none;
	background: #f1f1f1;
}
.g_con1 {
	width: 876x;
	overflow: hidden;
}
.g_con1 h1 {
	color: #515151;
	font-size: 27px;
	margin-bottom: 10px;
}
.g_con1 .info {
	height: 22px;
	line-height: 22px;
	color: #999;
	padding: 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px #ebebeb solid;
}
.g_con1 .info .share {
	float: right;
}
.g_con1 .info em {
	color: #ddd;
	padding: 0 15px;
}
.g_con1 .con {
	width: 100%;
	font-size: 16px;
	color: #505050;
	line-height: 32px;
	overflow: hidden;
	box-sizing: border-box;
}
.industryBox table, .industryBox th, .industryBox td {
  border: 1px solid black;
  border-collapse: collapse;
}
.industryBox table{
	margin: 0 auto;
}
.industryBox th, .industryBox td {
  padding: 8px;
  text-align: left;
}
.industryBox p{
	line-height: 1.8!important;
	white-space: pre-wrap;
}
.list-paddingleft-2 li {
    margin-left: 1.5em;
    list-style: disc;
}
.g_con1 .con p, .g_con1 .con div {
	margin-bottom: 15px;
}
.g_con1 .con img {
	border: 0 none;
	box-sizing: border-box;
	height: auto !important;
	max-width: 100% !important;
	vertical-align: middle;
}
.g_con2 {
	width: 846x;
	padding: 10px 15px;
	border: 1px #ddd solid;
	background: #f9f9f9;
	font-size: 14px;
	color: #505050;
	line-height: 32px;
	overflow: hidden;
	margin-bottom: 10px;
}
.g_con2 img {
	border: 0 none;
	box-sizing: border-box;
	height: auto !important;
	max-width: 100% !important;
	vertical-align: middle;
}
/*--/布局 grid--*/
.b_box1 {
	width: 45%;
	margin: 10px 0;
	padding: 115px 20px 10px 30px;
	background: url(../images/bg_1.webp) 0 0 no-repeat;
	background-size: cover;
	background-position: top right;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 0 10px #dedede;
}
.b_box1 li:first-child {
	position: absolute;
    top: 35px;
    left: 30px;
    color: #222222;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
	overflow: visible;
	width: calc(100% - 50px);
	box-sizing: border-box;
}
.b_box1 li:first-child::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #ff8601;
    bottom: -17px;
    left: 0;
}
.b_box1 li:first-child .s_more{
	font-size: 13px;
	position: absolute;
	top: 20px;
	right: 0;
}
.b_box1 li:first-child .s_more a:hover {
	color: #666;
}
.b_box1 li {
	line-height: 34px;
	height: 40px;
	font-size: 15px;
	overflow: hidden;
}
.b_box1 li span {
	padding-right: 5px;
	color: #e33001;
}
.b_box1 li span a {
	color: #e33001;
}
.b_box2 {
	width: 30%;
	line-height: 34px;
}
.b_box2 h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	height: 34px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 30px 0 10px 0;
}
.b_box2 ul {
	font-size: 16px;
}
.b_box2 ul li {
	height: 34px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 12px;
	background: url(../images/ico_1.jpg) 0 center no-repeat;
}
.b_box3 {
	width: 100%;
	padding-top: 15px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.b_box3 li {
	width: calc(25% - 19px);
	box-sizing: border-box;
	padding-left: 19px;
	margin-left: 19px;
	font-size: 16px;
	line-height: 24px;
	color: #555;
	border-left: 1px #ddd solid;
}
.b_box3 li:first-child{
	margin-left: 0;
	border-left: 0px #ddd solid;
}
.b_box3 li img {
	display: block;
	width: 100%;
	max-width: 255px;
	height: 175px;
	object-fit: contain;
}
.b_box3 li p {
	height: 24px;
	line-height: 24px;
	padding: 8px 0 5px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
}
.b_box3_main{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b_box3 a {
	color: rgb(26, 115, 232);
}
.b_box4 {
	width: 400px;
	line-height: 28px;
	padding-top: 10px;
}
.b_box4 h3 {
	font-size: 16px;
	font-weight: bold;
	height: 34px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 10px 0 5px 0;
}
.b_box4 ul {
	font-size: 14px;
}
.b_box4 ul li {
	height: 28px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 12px;
	background: url(../images/ico_2.jpg) 0 center no-repeat;
}
.b_box5 {
	width: 420px;
	padding: 5px 0 0 5px;
}
.b_box5 li {
	float: left;
	width: 190px;
	padding: 15px 0 0 20px;
}
.b_box5 li img {
	display: block;
	width: 190px;
	height: 130px;
}
.b_box5 li p {
	padding-top: 5px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
}
.b_box6 {
	width: 350px;
	padding-top: 20px;
}
.b_box6 ul {
	font-size: 14px;
	padding-top: 5px;
}
.b_box6 li {
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.b_box6 li i {
	float: left;
	width: 28px;
	text-align: center;
	color: #f50;
}
.b_box7 {
	width: 310px;
}
.b_box7 li {
	float: left;
	width: 145px;
	height: 155px;
	line-height: 20px;
	padding: 10px 10px 0 0;
}
.b_box7 li img {
	display: block;
	width: 145px;
	height: 110px;
	margin-bottom: 5px;
}
.b_box8 {
	font-size: 14px;
}
.b_box8 li {
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 18px;
	border-bottom: 1px #eee solid;
	background: url(../images/ico_2.jpg) 5px center no-repeat;
}
.b_box9 {
	font-size: 14px;
}
.b_box9 li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #eee solid;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.b_box9 li i {
	float: left;
	width: 25px;
	margin-right: 5px;
	text-align: center;
	color: #f50;
}
.b_box10 {
	text-align: center;
}
.b_box11 {
	width: 895px;
}
.b_box11 li {
	float: left;
	width: 160px;
	line-height: 20px;
	padding: 0 10px 10px 0;
}
.b_box11 li img {
	display: block;
	width: 160px;
	height: 120px;
	margin-bottom: 5px;
}
.b_box11 li p {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.b_box12 {
	width: 360px;
	height: 275px;
	font-size: 14px;
	background: url(../images/bg_6.jpg) 0 10px no-repeat;
}
.b_box12 li {
	height: 30px;
	line-height: 30px;
	padding-left: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.b_box13 {
	border-top: 1px #e4e4e4 solid;
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
}
.b_box13 span {
	float: right;
}
/*--/盒子 box--*/
.u_1 {
	text-align: center;
	padding: 10px 0 20px 0;
	margin-bottom: 20px !important;
	border-bottom: 1px #ddd solid;
}
/*--/元件 unit--*/
.slideBox {
	width: 55%;
	height: 530px;
	overflow: hidden;
	position: relative;
	margin: 10px 0;
	box-sizing: border-box;
}
.slideBox .hd {
	/* height: 368px; */
	width: 30%;
	overflow: hidden;
	position: absolute;
	padding: 0 20px;
	right: 0;
	top: 0;
	z-index: 10;
	box-sizing: border-box;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 100%;
}
.slideBox .hd ul li {
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin-bottom: 6px;
	background: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
}
.slideBox .hd ul li img {
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: top;
}
.slideBox .hd ul li.on {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.slideBox .bd li {
	position: relative;
}
.slideBox .bd {
	width: 70%;
	height: 530px;
	z-index: 0;
}
.slideBox .bd .pic {
	position: relative;
	z-index: 0;
}
.slideBox .bd .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	display: block;
}
.slideBox .bd .bg {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: 1;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.slideBox .bd .tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: -40px;
	left: 0;
	font-size: 16px;
	z-index: 2;
	color: #fff;
	font-weight: bold;
}
.slideBox .bd .tit a {
	color: #fff;
	margin-left: 10px;
}
.slideBox2 {
	width: 500px;
	height: 275px;
	overflow: hidden;
	position: relative;
}
.slideBox2 .hd {
	height: 275px;
	width: 95px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox2 .hd ul li {
	float: left;
	width: 95px;
	height: 65px;
	overflow: hidden;
	margin-bottom: 5px;
	background: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
}
.slideBox2 .hd ul li img {
	width: 95px;
	height: 65px;
}
.slideBox2 .hd ul li.on {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.slideBox2 .bd li {
	position: relative;
}
.slideBox2 .bd {
	width: 400px;
	height: 275px;
	z-index: 0;
}
.slideBox2 .bd .pic {
	position: relative;
	z-index: 0;
}
.slideBox2 .bd .pic img {
	width: 400px;
	height: 275px;
	display: block;
}
.slideBox2 .bd .bg {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: -40px;
	left: 0;
	z-index: 1;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.slideBox2 .bd .tit {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: -40px;
	left: 0;
	font-size: 14px;
	z-index: 2;
	color: #fff;
}
.slideBox2 .bd .tit a {
	color: #fff;
	margin-left: 10px;
}
a.backToTop {
	width: 60px;
	height: 60px;
	border-radius: 3px;
	background: url(../images/top.jpg) 0 0 no-repeat;
	text-indent: -999em
}
a.backToTop:hover {
	background-position: -40px 0
}
/*--/banner--*/
.banner {
    position: relative;
    width: 100%;
    margin: 160px auto 0;
}
.banner img{width: 100%;}
.banner .banner-carousel {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
}
.banner .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.banner .slide {
  flex-shrink: 0;
  width: 100%;
}
.banner .slide img {
  width: 100%;
  height: auto;
  display: block;
}
.banner button.nav-button.prev{
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: #FD9030;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  z-index: 10;
}
.banner button.nav-button.prev:hover {
  background-color: #ff913d;
}
.banner button.nav-button.next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: #FD9030;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  z-index: 10;
}
.banner button.nav-button.next:hover {
  background-color: #ff913d;
}
div#dots {
    height: 30px;
    background: #FD9030;
	text-align: center;
}
span.dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #FFF;
	margin: 10px 5px;
	cursor: pointer;
}
span.dot.active{
background: #333;
}
/*--/功能 function--*/
.dede_pages {
	width: 100%;
	height: 34px;
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
}
.dede_pages .page_in{
	display: inline-block;
	margin: 0 auto;
}
.dede_pages ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
}
.dede_pages ul li {
	float: left;
	font-family: 'microsoft yahei';
	margin: 0 2px;
	padding: 0 12px;
	line-height: 32px;
	background: #fff;
	border: 1px solid #d8dadf;
}
.dede_pages ul li a {
	float: left;
	color: #555;
	display: block;
}
.dede_pages ul li:hover {
	text-decoration: none;
	color: #fff;
	border: 1px #333 solid;
	background-color: #333;
}
.dede_pages ul li:hover a {
	color: #fff;
}
.dede_pages ul li:hover a:hover {
	color: #fff;
	text-decoration: none;
}
.dede_pages ul li.thisclass {
	background-color: #333;
	color: #fff;
	border: 1px #333 solid;
}
.dede_pages ul li.thisclass a {
	color: #fff;
}
.dede_pages .pageinfo {
	line-height: 30px;
	padding-left: 5px;
}
.dede_pages strong {
	font-weight: normal;
}
.dede_pagess {
	float: none;
	overflow: hidden;
	text-align: center;
	padding: 0 0 20px 0;
	font-size: 14px;
}
.dede_pagess ul {
	margin: 0px auto;
	float: none;
	clear: both;
	padding: 10px 0;
	text-align: center;
	white-space: nowrap;
}
.dede_pagess ul li {
	float: none;
	display: inline;
	margin: 0 2px;
	padding: 4px 10px;
	font-family: 'microsoft yahei';
	border: 1px solid #d8dadf;
}
.dede_pagess li a {
	float: none;
	display: inline;
}
.dede_pagess li a:hover {
	text-decoration: none;
}
.dede_pagess li:hover {
	border-color: #333;
	background: #333;
}
.dede_pagess li:hover a {
	color: #fff;
}
.dede_pagess .thisclass {
	border: none;
	color: #fff;
	border: 1px #333 solid;
	background-color: #333;
}
.dede_pagess .thisclass a {
	color: #fff;
}


.page-num{width:25px;float:left;font-family:'microsoft yahei';margin:0 2px;line-height:25px;background:#fff;border:1px solid #d8dadf; list-style:none}
.page-num:hover{width:25px;text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}


/*--/page end--*/
.ban01 {
	height: 90px;
	overflow: hidden;
}
.ban02 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 10px auto;
	overflow: hidden;
}
.ban02.homemain{
	max-width: none;
	position: relative;
    background-image: url(../images/bg_home_industry.webp);
    background-position: top;
    background-repeat: repeat;
    background-size: auto;
	padding: 120px 0 100px;
	margin: 0 auto 0px auto;
}
.ban02.homemain .g_box1{
	margin: 0 auto 10px;
	float: none;
}
.ban02.homeadv {
	max-width: none;
	margin: 0;
	text-align: center;
	background-color: #010F40;
}
.ban02.homeadv.adv2{
	background-color: #041143;
}
.ban02.homeadv img{
	animation: float-move 35s ease-in-out infinite;
  display: block;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
@keyframes float-move {
  0% {
    transform: translateX(0) scale(1);
  }
  25% {
    transform: translateX(-10px) scale(1.02);
  }
  50% {
    transform: translateX(0) scale(1.03);
  }
  75% {
    transform: translateX(10px) scale(1.02);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
.ban02.s_banner{
	margin-top: 160px;
	max-width: 100%;
}
.ban02.s_banner img{
	width: 100%;
}
.ban03 {
	width: 300px;
	margin: 12px 0 10px 0;
}
.ban04 {
	text-align: center;
	margin-bottom: 15px;
}
/*--/廣告 end--*/
.link {
	width: 1200px;
	margin: 0 auto 10px auto;
}
.link_t {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px #ddd solid;
}
.link .box {
	line-height: 26px;
	font-size: 14px;
	padding: 5px 0;
}
.link .box li {
	display: inline-block;
}
.link .box a {
	color: #666;
	display: inline-block;
	margin-right: 10px;
}
/*--/link end--*/
.foot_top{
	width: 100%;
	padding: 20px 0;
	line-height: 28px;
	text-align: center;
	background: #FD9030;
	color: #eee;
	font-size: 16px;
	font-family: "Noto Sans TC";
}
.foot_top ul li{
	display: inline-block;
	margin: 0 30px
}
.foot_top ul li a{
	color: #fff;
}
.foot_top ul li .infoText {
    font-size: 14px;
    color: #EEE;
    font-weight: 500;
    margin-right: 15px;
    letter-spacing: 1px;
}
.foot_top ul li .infoText .tit {
    color: #333;
}
.foot {
	width: 100%;
	padding: 8px 0;
	line-height: 28px;
	text-align: center;
	background: #666;
	color: #eee;
	font-size: 13px;
}
.foot a {
	color: #eee;
}
a.backToTop {
    width: 40px;
    height: 40px;
    background-size: auto 100%;
}
a.uivl.backToTop{
	left: 270px;
	left: auto!important;
	right: 0;
}
/* 頭部 */
.top p span .mobile {
	height: 16px;
	display: block;
	float: right;
	text-indent: 18px;
	margin-top: 8px;
	line-height: 16px;
	background: url(../images/new.png) no-repeat;
}
/*news*/
.newsBox{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.newsBox .g_list1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.newsBox .g_list1 li{
	width: calc(92% / 3);
	margin-right: 4%;
	display: flex;
	flex-direction: column;
	overflow: visible;
	box-sizing: border-box;
}
.newsBox .g_list1 li:nth-child(3n+3){
	margin-right: 0%;
}
.newsBox .g_list1 li img {
    float:  none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    object-fit: cover;
    object-position: top;
	box-shadow: 0 0 5px #666;
}
.newsBox .g_list1 li h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
	margin-top: 20px;
}
/*contact*/
.contact_Box{
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.contact_Box form#myform1{
	width:70%;
	margin: 0 auto;
	padding-left: 20px;
	box-sizing: border-box;
}
.contact_Box .m-formtxt{
	color: #333;
	font-size: 16px;
	text-align: left;
	margin: 40px 0 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	display: flex;
	flex-wrap: wrap;
	width: 30%;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-family: "Noto Sans TC";
}
.m-formtxt h4 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 2;
	color: #1A73E8;
	position: relative;
	padding-right: 20px;
	margin-bottom: 10px;
}
.m-formtxt p{
	width: 100%;
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
}
.m-formtxt p b, .m-formtxt p strong{
	color: #555;
}
.formList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.n_content_t_r_input {
    margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px 0;
}
.n_content_t_r_input.c{
	width: 100%;
}
.n_content_t_r_input .left{
	width: 100%;
	font-size: 16px;
	line-height: 1;
}
.n_content_t_r_input .left label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #555;
	margin-bottom: 0px;
	padding-bottom: 12px;
	font-weight: 500;
    letter-spacing: 0.02rem;
    line-height: 1.25;
	box-sizing: border-box;
	font-family: "Noto Sans TC";
}
.n_content_t_r_input .left label em {
    color: #f00;
    font-style: normal;
    margin-right: 5px;
    font-size: 12px;
    margin-top: 3px;
}
.n_content_t_r_input .right{
	width: 100%;
}
.n_content_t_r_input .right.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.n_content_t_r_input input {
    width: 100%;
	font-size: 16px;
	padding: 10px 20px;
    border-radius: 3px;
    color: #737373;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}
.n_content_t_r_input input.inputStyle {
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.n_content_t_r_input .sexBox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
}
.n_content_t_r_input .sexBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 125px;
	margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.n_content_t_r_input .sexBox input[type=radio] {
    margin: 3px 3px 0px 5px;
    padding: initial;	
    position: relative;
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 5px;
    width: 19px;
    height: 19px;
    outline: none;
    border: 1px solid #5b5b5b;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.n_content_t_r_input .sexBox input[type=radio]:checked:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: #FD9030;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.n_content_t_r_input2 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 25px;
}
.n_content_t_r_input2 input {
    margin: 0 10px;
	padding: 15px 30px;
    outline: none;
    font-size: 15px;
    text-align: center;
    border: none;
    line-height: 16px;
    background-color: #FD9030;
	border: 0;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	cursor: pointer;
}
.n_content_t_r_input2 > input:nth-child(2) {
    background-color: #454545;
}
.n_content_t_r_input2 > input:nth-child(2):hover {
    background-color: #333;
}
.n_content_t_r_input2 input:hover {
	background-color: #FE7511;
}
.n_content_t_r_input2 input::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #0084ff;
}
.n_content_t_r_input2 input:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.n_content_bottom {
    margin-top: 20px;
    margin-bottom: 80px;
}
.n_content_t_r_input textarea {
    padding-left: 15px;
    padding-top: 14px;
	font-size: 16px;
    width: 100%;
    height: 94px;
    max-height: 94px;
    border: 1px solid #ebebeb;
	border-radius: 3px;
	box-sizing: border-box;
}
.bottom_txt{
	width: 100%;
	text-align: center;
}
.bottom_txt a {
    border: 1px solid #c2c2c2;
    color: #666;
    display: block;
    font-size: 18px;
    border-radius: 5px;
	width: 180px;
    height: 45px;
    font-weight: 400;
    line-height: 43px;
    padding: 0 20px;
    position: relative;
	text-align: center;
	margin: 0 auto;
}
.bottom_txt a:hover {
    border: 1px solid #ff8601;
    background-color: #ff8601;
    color: #fff;
}
@media screen and (max-width:990px) {
	.contact .container{
		padding-right: 0;
		padding-left: 0;
	}
	.contactBox {
		margin-top: 30px;
	}
	.contactBox .Title h2 {
		font-size: 22px;
		letter-spacing: 1px;
	}
	.contactBox .Title .subtitle {
		font-size: 20px;
	}
	.contactBox .Txt {
		width: 100%;
		order: -1;
	}
	.contactBox .Img {
		width: 100%;
		padding-right: 0%;
		padding-top: 35px;
	}
	.contact-txt {
		font-size: 15px;
	}
	.contact-txt .infoList .icon {
		width: 35px;
	}
	.contact-txt .infoList .icon img {
		width: 22px;
	}
	.contact-txt .infoList .infoTitle {
		padding: 0 5px;
		width: 55px;
	}
	.contact-txt .infoList .info {
		padding-left: 10px;
	}
	.m-formtxt h4::before {
		top: 100%;
		right: 50%;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		width: 50px;
		height: 1px;
	}
	.m-formtxt p {
		width: 100%;
		padding-left: 0px;
	}
	.n_content_t_r_input .right {
		padding-right: 0px;
	}
}
@media screen and (max-width:768px) {
	html, body {
  overflow-x: hidden;
}
	.rfia.main1.industryBox{
		padding: 0 10px;
		box-sizing: border-box;
	}
	.bottom_txt a {
    font-size: 15px;
	width: 125px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
	header{
		height: 60px;
	}
	.banner {
    margin: 60px auto 0;
}
	.s_banner, .ban02.s_banner {
		margin-top: 60px;
	}
	.rfia.nav{display: none;}
	.fdek.nav_m {
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 60px;
	}
	.head {
		height: 60px;
		width: 100%;
		padding: 0px 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
		position: relative;
		z-index: 11;
	}
	.logo {
		height: 60px;
	}
	.logo img {
		max-height: 60px;
	}
	.foot {
		font-size: 12px;
}
.main_all .foot {
    position: relative;
    left: -5px;
    width: calc(100% + 10px);
    padding: 8px 10px;
    box-sizing: border-box;
}
.main_all .foot_top{
position: relative;
    left: -5px;
    width: calc(100% + 10px);
    padding: 20px 10px;
    box-sizing: border-box;
}
.newsBox .foot, .industryBox .foot{
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
    padding: 8px 10px;
    box-sizing: border-box;
}
.newsBox .foot_top, .industryBox .foot_top{
position: relative;
    left: -10px;
    width: calc(100% + 20px);
    padding: 20px 10px;
    box-sizing: border-box;
}
	/* 導航欄 start */
        .page_hd {
            padding: 0 0.14rem;
            width: 100%;
            height: 0.46rem;
            background: #270000;
            color: #fff;
            box-sizing: border-box
        }

        .page_hd .logo {
            width: 62.8125%;
            height: 100%;
            background-size: 100%;
            display: block;
            line-height: 0.500rem;
            color: #fff;
            font-size: 20px;
            margin-left: 10px;
        }
        .icon-nav {
			padding: 22px 20px;
            height: 60px;
            box-sizing: border-box;
			position: relative;
			z-index: 9999;
        }
        .icon-nav i {
            width: 20px;
            height: 2px;
            background: #270000;
            margin-bottom: 5px;
            display: block;
            border-radius: 2px;
            transition: transform 0.5s;
            -webkit-transition: -webkit-transform 0.5s;
            transform: rotate(0deg) translate(0px, 0px);
            -webkit-transform: rotate(0deg) translate(0px, 0px);
        }
        .icon-nav i.line2 {
            width: 14px;
        }
        .icon-nav.active .line1 {
            transform: rotate(45deg) translate(5px, 5px);
            -webkit-transform: rotate(45deg) translate(5px, 5px);
        }
        .icon-nav.active .line2 {
            opacity: 0;
        }
        .icon-nav.active .line3 {
            transform: rotate(-45deg) translate(5px, -5px);
            -webkit-transform: rotate(-45deg) translate(5px, -5px);
        }

        /* 導航欄 end */
/* 下拉菜單 start */
        .page_nav {
            padding: 16px 24px;
            position: relative;
            top: 60px;
            bottom: 0;
            left: 100%;
            width: 100%;
            background: #fff;
            color: #000;
            font-size: 16px;
            box-sizing: border-box;
            transition: left 0.5s;
            -webkit-transition: left 0.5s;
            z-index: 10
        }
        .page_nav.active {
            left: 0
        }
        .search-box {
            position: relative;
            margin: 0 auto;
            padding-left: 0.16rem;
            padding-right: 0.44rem;
            width: 3.11rem;
            height: 0.36rem;
            box-sizing: border-box;
            border: 1px solid #270000;
            color: #f7f7f7;
            line-height: 0.34rem;
            font-size: 14px;
        }
        .search-box input {
            vertical-align: top;
            width: 100%;
            height: 100%;
        }
        .icon-search {
            position: absolute;
            right: 0;
            top: 0;
            width: 0.44rem;
            height: 100%;
            color: #ccc;
            text-align: center;
        }
        .nav-list {
            margin-bottom: 50px;
            width: 100%;
        }

        .nav-list .item {
            display: block;
            position: relative;
            width: 100%;
            box-sizing: border-box;
            border-bottom: 1px solid #ADADAD;
            line-height: 50px;
            font-size: 16px;
        }
		.arrow {
		position: absolute;
		right: 0px;
		top: 270px;
		transform: translateY(-50%) rotate(45deg);
		width: 8px;
		height: 8px;
		border: 2px solid #888;
		border-left: none;
		border-bottom: none;
		cursor: pointer;
		transition: transform 0.3s ease;
		}
		.item.open .arrow {
  transform: translateY(-50%) rotate(-135deg);
}
.sub {
  display: none;
  padding-left: 15px;
}
.item.open .sub {
    display: block;
    position: relative;
    width: 100%;
    background-color: #eee;
    box-shadow: none;
    padding: 0 20px;
    box-sizing: border-box;
}
li:hover > .sub {
  display: none;
}
		.nav-list .item .home{background: transparent !important;}
        /* .nav-list .item:after {
            position: absolute;
            right: 0.03rem;
            top: 50%;
            content: "";
            display: inline-block;
            height: 8px;
            width: 8px;
            border-width: 2px 2px 0 0;
            border-color: #888;
            border-style: solid;
            -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
            transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
            overflow: hidden;
        } */

        .login-box {
            width: 100%;
            height: 0.36rem;
            line-height: 0.36rem;
            text-align: center;
        }

        .login-box div {
            width: 50%;
            height: 100%;
        }

        .login-box a {
            display: inline-block;
            width: 1.06rem;
            height: 100%;
            box-sizing: border-box;
            border: 1px solid #888;
            color: #333;
            font-size: 16px;
        }

        .login-box div:last-child a {
            color: #f00
        }

        /* .layui-layer-content {
      display: inline-block
    } */
	 .foot_top{
		font-size: 14px;
	 }
	 .foot_top ul li {
    margin: 0 10px;
	display: block;
}
        /* 下拉菜單 end */
/*home*/
.banner button.nav-button.prev, .banner button.nav-button.next{
	width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}
.g_box3.homemain{
	padding: 0 20px;
	box-sizing: border-box;
}
.b_box1 li {
    font-size: 14px;
}
.b_box2 {
    width: 100%;
	padding: 20px 20px 0;
	box-sizing: border-box;
}
.b_box3 {
    width: 100%;
    padding-top: 15px;
}
.b_box3 li {
    width: 100%;
    padding: 0 19px 20px;
    margin-left: 0px;
    border-left: 0px #ddd solid;
    border-top: 1px #ddd solid;
}
.b_box3 a{
	text-align: center;
}
.b_box3 li img {
    margin: 0 auto;
}
.ban02.homemain {
    padding: 50px 0 50px;
}
.g_box3 .pic1 .service_item {
    width: 50%;
    padding: 10px 5px;
}
.g_box3 .pic1 .service_item:nth-child(odd) {
    top: 0px;
}
.g_box3 .pic1 p{
	font-size: 16px;
	padding: 15px 0;
}
.b_box1 {
    width: 100%;
    margin: 30px 0 10px;
    padding: 80px 20px 10px 20px;
}
.b_box1 li:first-child {
    position: absolute;
    top: 35px;
    left: 30px;
    font-size: 20px;
}
.b_box1 li:first-child::before {
    height: 2px;
    bottom: -1px;
}
.b_box1 li:first-child .s_more {
    top: 9px;
}
.slideBox {
    width: 100%;
    height: auto;
	display: flex;
	flex-wrap: wrap
}
.slideBox .bd {
    width: 100%;
    height: auto;
	order: -1;
}
.main1.homemain > .wrap::before {
    width: 100%;
}
.slideBox .hd{
	width: 100%;
	position: relative;
	margin-top: 10px;
}
.slideBox .hd ul {
    float: none;
    display: flex;
	flex-wrap: wrap;
}
.slideBox .hd ul li {
    height: 70px;
	width: 20%;
	padding: 5px;
	box-sizing: border-box;
}
.main1.homemain {
    padding: 30px 0;
}
.g_list1 li {
    padding: 20px 10px;
}
.g_list1 li img {
    float: none;
    width: 100%;
    margin-right: 0px;
}
.ban02.homeadv {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
.ban02.homeadv img {
	height: 100%; 
	width: auto;
	object-fit: cover;
	display: block;
}

/* 關於我們 */
.aboutBox {
    font-size: 16px;
}
.aboutBox .about_toptxt {
    padding: 0px 10px 40px;
	box-sizing: border-box;
}
.aboutBox .about_contentbg h2 {
    font-size: 28px;
}
.aboutBox .about_contentbg p {
    font-size: 18px;
}
.aboutBox .item .Img {
    width: 100%;
}
.aboutBox .item .Txt {
    padding: 15px 20px;
    width: 100%;
}
.aboutBox .item .Txt .h2Title {
    font-size: 24px;
}
.aboutBox .item .Txt .paragraph, .aboutBox .item .Txt .paragraph p {
    font-size: 16px;
}

/* 服務項目 */
.catalog_standard .content_wrap {
    padding: 15px 0%;
    font-size: 13px;
    width: 75px;
    text-align: center;
}
.catalog_standard .catalog_wrap {
    width: calc(100% - 75px);
}
.catalog_standard .catalog_wrap .catalog_col .catalog_list {
    width: 49%;
    display: inline-block;
	font-size: 13px;
}
.catalog_standard .catalog_wrap .catalog_col {
    width: 100%;
	padding: 0.3em 0em 0.3em 0.5em;
    margin: 0 2%;
	max-width: 300px;
}
.serviceBox .item .Title h2 {
    font-size: 28px;
}
.serviceBox .item .Title h2::before {
    height: 6px;
    bottom: 12px;
}
.serviceBox .item .Title {
    margin: 0 0 30px;
}
.serviceBox .item .Img{
	padding: 0 5px;
}
.serviceBox .item.item2 .Img div {
    width: 100%;
	padding-right: 0%;
	margin-top: 40px;
}
.serviceBox .item.item2 .Img div:first-child, .serviceBox .item.item3 .Img div:first-child{
	margin-top: 0;
}
.serviceBox .item.item2 .Img div:nth-child(even) {
    padding-left: 0%;
    border-left: 0px dashed #ececec;
}
.serviceBox .item.item3 .Img div {
    width: 100%;
	margin-top: 40px;
}

/*最新展覽消息*/
.newsBox .g_list1 li {
    width: calc(96% / 2);
    margin-right: 4%;
}
.newsBox .g_list1 li:nth-child(3n+3){
	margin-right: 4%;
}
.newsBox .g_list1 li:nth-child(2n+2){
	margin-right: 0%;
}
.newsBox .g_list1 li h3 {
    font-size: 16px;
}

/*訂報連結*/
.contact_Box .m-formtxt{
	width: 100%;
	padding: 0 10px;
	margin: 0px 0 10px;
}
.contact_Box form#myform1 {
    width: 100%;
    padding: 0 10px;
}
.n_content_t_r_input {
    padding: 10px 0;
}
}

@media screen and (max-width:468px) {
.newsBox .g_list1 li {
    width: 100%;
    margin-right: 0%;
}
}