@charset "utf-8";
/* CSS Document */

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;

border: 0;
font-size: 100%;
font-family: 'Noto Sans TC',helvetica;
/*font-family: 微軟正黑體,Microsoft JhengHei,helvetica;*/
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
html{height:100%;}
body{line-height:1; height:100%; color: #fff !important; background-color: #080404 !important;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:''; content:none;}
table{border-collapse:collapse; border-spacing:0;}
sup{vertical-align:super;}

button{cursor:pointer;}

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

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

.high-center {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

/*start*/
#preloader {
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background-color: #080404;
	z-index: -1;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 160px;
	height: auto;
	animation: scale 500ms;
	transform: translate(-50% , -50%) scale(1);
}

@keyframes scale {
	from{
		transform: translate(-50% , -50%) scale(0.9);
	}
	to{
		transform: translate(-50% , -50%) scale(1);
	}
}

#wrapper{
	min-height:100%;
	position:relative;
	background-image:url(./images/paper_fibers.png);
	}
header{
	background-color: #080404;
	height:100px;
	width:100%;
	position:fixed;
	z-index:1100;
	}
img{max-width:100%; height:auto; margin:0px auto;}

nav{width: 100%; max-width: 1400px; margin:0 auto; padding-top: 8px;}

nav>ul{
	float:right;
	/*padding-right:90px;*/
	padding-left:0;
	position:relative;
}

.nav-lang {
	padding-right: 60px;
}

nav>ul>li{display:inline; padding:10px 20px;}

.nav-phone {
    padding-left: 60px;
	padding-right: 0;
}

.nav-icon {
    padding: 10px;
}

nav>ul>li>a{
	color:#888;
	font-size:16px;
	text-decoration:none;
	line-height:82px;
	letter-spacing:.1em;
	position:relative;
	transition: all 0.5s;
}

nav>ul>li>a>i {
	font-size: 18px;
	padding: 0 5px;
}

.nav-phone img {
    width: 100%;
    max-width: 32px;
    padding: 0 6px;
    opacity: 0.6;
    transition: all 0.5s;
}

.nav-phone:hover img {
    opacity: 1;
}

.navmenu-phone img {
    width: 100%;
    max-width: 32px;
    padding: 0 6px;
    opacity: 0.6;
    transition: all 0.5s;
}

.navmenu-phone:hover img {
    opacity: 1;
}

.nav-icon img {
	width: 100%;
	max-width: 32px;
	padding: 0 5px;
	margin-left: 10px;
	opacity: 0.6;
    transition: all 0.5s;
}

.nav-icon img:hover {
	opacity: 1;
}
/*
nav>ul>li>a::after{
    content:"";
    position:absolute;
    height:2px;
    width:70%;
    transform:scale(0,1);
    background:#923031;
    transition:all 0.2s ease-in-out;
    top:25px;
    border-radius:5px;
    left:17%;
}
*/
nav>ul>li a:hover{color:#fff;}
nav>ul>li a:hover::after{transform:scale(1,1);}

.oldWeb{
    right:105px;
	position:absolute;
    z-index:99;
    top:5px;
    padding-left:0;
	border:1px #ccc solid;
    padding:0 5px;
}

.top-menu li.has-drop{position:relative;}

.top-menu li.has-drop .navDrop{
	display:none;
	position:absolute;
    top:135%;
    left:0;
    width:150%;
	}

.top-menu li.has-drop:hover .navDrop{display:block;}

#logo{float:left; margin-top:10px; max-width:120px;}

.top-menu .navDropmenu{
	width:100%;
	padding-left:0;
	margin:10px;
	}

.top-menu .navDropmenu li{background-color:#dcdcdc;}

.top-menu .navDropmenu li a{
	display:block;
	padding:15px;
	}

.top-menu .navDropmenu li:hover{
	background-color:#ccc;
	}

#logo img{width:100%;}

a{
	color:#383838; 
	font-size:16px;
	text-decoration:none;
	}
p{
	font-size:16px;
	color:#fff;
	line-height:2em;
	}
p a{
	color:#e49936;
	line-height:1.5em;
	text-decoration:none;
	}

p a:hover{color:#ef6817;}

#bannerS{display:none;}

#mobile{display:none; text-align:left;}

#mobile a{
	color:#666;
	letter-spacing:2px;
	position:relative;
	transition: all 0.5s;
	}

#mobile ul{padding-left:0;}

#mobile ul li{
	background-color:#080404;
	border-bottom:1px #5f605d solid;
	}

.navmenu-item{width:100%; position:relative; list-style: none;}

.navmenu-icon {
    display: flex;
}
.navmenu-icon a {
    font-size: 30px;
}

.navmenu-item a{
	display:block;
    font-size:18px;
	padding:20px 0 20px 30px;
    color:#5f605d;
    letter-spacing:2px;
}

.navmenu-icon img {
    width: 100%;
    max-width: 30px;
    padding: 0;
    opacity: 0.6;
    transition: all 0.5s;
}

.navmenu-icon img:hover {
    opacity: 1;
}

#mobile ul li:hover a{color:#fff;}

.navmenu-item.lang{text-align:center;}
.navmenu-item.lang a{display:inline-block; padding:20px 0;}

.navmenu-item.has-drop>a::before{
	content:"";
    display:inline-block;
    width:60px;
    height:100%;
    background:#f0f0f2;
    position:absolute;
    top:0;
    right:0;
    border-left:1px solid #ededed;
    z-index:1;
	}

.navmenu-item.has-drop>a::after{
	content:"+";
	font-size:20px;
	position:absolute;
    top:30%;
    left:auto;
    right:22px;
    z-index:10;
	}

.navmenu-item.has-drop:hover>a::after{color:#5f605d;}
.navmenu-item.has-drop:hover>a.is-open::after{
	content:"-";
	font-size:28px;
	top:20%;
	}

/*次選單drop-menu_start*/
li.has-dropmenu{position:relative;}

.has-dropmenu ul.drop-menu{
	opacity:0;
    visibility:hidden;
    -webkit-transform-origin:0% 0%;
    -moz-transform-origin:0% 0%;
    -ms-transform-origin:0% 0%;
    -o-transform-origin:0% 0%;
    transform-origin:0% 0%;
    -webkit-transition:-webkit-transform .3s,opacity .3s;
    -moz-transition:-moz-transform .3s,opacity .3s;
    -ms-transition:-ms-transform .3s,opacity .3s;
    -o-transition:-o-transform .3s,opacity .3s;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -o-transform-style:preserve-3d;
    transform-style:preserve-3d;
    -webkit-transform:rotateX(-75deg);
    -moz-transform:rotateX(-75deg);
    -o-transform:rotateX(-75deg);
    transform:rotateX(-75deg);
	}

.has-dropmenu ul.drop-menu{
	position:absolute;
    top:40px;
    left:0;
    z-index:100;
    width:155px;
    margin:0;
    padding:10px 0;
    font-size:0.9rem;
    background:#fff;
    border:0 solid #e9ecef;
    box-shadow:0 0.25rem 0.75rem rgb(0 0 0 / 25%);
	}

li.has-dropmenu:hover ul.drop-menu{
	opacity:1;
    visibility:visible;
    -webkit-transform:rotateX(0deg);
    -moz-transform:rotateX(0deg);
    -o-transform:rotateX(0deg);
    transform:rotateX(0deg);
	}

ul.drop-menu>li a{
	display:block;
	line-height:35px;
	padding:5px 15px;
	white-space:nowrap;
	}

ul.drop-menu>li:hover a{background-color:rgba(94, 175, 202, 0.3);}

ul.drop-menu>li a::after, ul.mega-menu>li a::after{content:none;}
/*次選單drop-menu_end*/

/*手機次選單_start*/
#mobile ul.mobile-dropmenu{
	padding-left:0;
	margin:0;
	}

#mobile ul.mobile-dropmenu li{
	width:100%;
	background-color:#486371;
	}

#mobile ul.mobile-dropmenu li:hover{background-color:#668bc4;}

#mobile ul.mobile-dropmenu li a{color:#fff;}
/*手機次選單_end*/

.caret{margin-top:7px; margin-left:5px;}

.mobile-menu{width:100%;}

.mobile-menu li{
	width:50%;
	padding:15px 0;
	font-size:16px;
	color:5f605d;
	font-weight:bold;
	background-color: #ffffffde;
	}

.mobile-menu li a{color:#5f605d;}

.aa_item{position:absolute; right:0px; bottom: 25px; cursor:pointer; z-index:999999;}

#bannerBg{background:url(images/midBg.png) repeat;}

#banner {
    width: 100%;
    margin: auto;
    padding-top: 100px;
    position:relative;
}

.pageSpiritTitle{
    width:100%;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    position:absolute;
    top:0;
	}

#banner_s{display:none;}

.swiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    height: 100%;
    max-height: 900px;
}

.swiper-slide img {
    display: block;
    width: 100%;
	height: 90vh;
    object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
	opacity: 0;
    color: #fff !important;
	transition: all 0.5s;
	z-index: 0 !important;
}

.swiper-button-prev {
    left: 40px !important;
}

.swiper-button-next {
    right: 40px !important;
}

.swiper:hover .swiper-button-next, 
.swiper:hover .swiper-button-prev {
    opacity: 0.6;
	z-index: 999 !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	opacity: 1 !important;
}

.swiper-button-prev:after {
    content: "\f104" !important;
}

.swiper-button-next:after {
    content: "\f105" !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-family: 'Font Awesome 5 Free' !important;
    font-size: 72px !important;
    font-weight: bold;
}

#scrollDownBtn {
	opacity: 1;
    z-index: 9;
}

.scroll-down-btn {
    width: 100%;
    position: absolute;
    bottom: 15%;
    text-align: center;
	transition: all 0.8s;
    /*animation: sdfloat 3000ms infinite;*/
}

/*
@keyframes sdfloat {
	from{
		transform:translateY(0px);
	}
	25%{
		transform:translateY(15px);
	}
	50%{
		transform:translateY(0px);
	}
	75%{
		transform:translateY(15px);
	}
	to{
		transform:translateY(0px);
	}
}

@-webkit-keyframes sdfloat {
	from{
		transform:translateY(0px);
	}
	25%{
		transform:translateY(15px);
	}
	50%{
		transform:translateY(0px);
	}
	75%{
		transform:translateY(15px);
	}
	to{
		transform:translateY(0px);
	}
}
*/

.swiper-pagination-bullet {
    background: #fff !important;
}

.scroll-down-btn i {
    font-size: 48px;
    color: #fff;
}

.group4{width:98%;}

.video{width:560px; height:315px;}

#contentBg{height:auto; width:100%;}

#content{
	margin:0 auto;
	overflow:hidden;
	min-height:700px;
	background-size:cover;
	background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
	}

#navlist{
	background-color:#7d7d7d;
	line-height:3.5em;
	min-height:2em;
	position:inherit;
    width:100%; padding:0;
    background-image:linear-gradient(180deg,#efefef,#e4e4e4 25%);
    border-top:1px #ccc solid;
    display:none;
}
#navlist a{transition:all 0.2s ease;}

#navlist a:hover{color:#a0a0a0;}

#navlist_mobile{
	display:none;
	background-color:#727271;
	}

#navlist_mobile >ul{
	box-sizing: border-box;
	padding-left:30px;
	}

#navlist_mobile >ul li{
	background: url(images/icon_mobile.png) no-repeat left;
	border-bottom:1px #210000 dashed;
	height:55px;
	box-sizing:border-box;
	padding:20px 0 0 30px;
}

#navlist_mobile >ul li a{color:#fff;}

#contentBox{
	position:relative;
	overflow:inherit;
	animation:fadeIn 0.5s ease-in-out 1;
	}

@keyframes fadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
	}

#navlist ul{ text-align: center;}

#navlist > ul > li{
  	background:url(images/icon.png) no-repeat left;
 	padding:0 0 0 20px;
 	display: inline-block;
 	position:relative;
}

#navlist>ul>li > ul{
    background:#cccccc;
    position:absolute;
    z-index:99;
    left:0;
    top:55px;
    min-width:100%;
    padding:0 5px;
    line-height:40px;
}

#navlist>ul>li>ul li{border-bottom:1px #fff solid;}

#navlist>ul>li>ul a:hover{color:#ffffff;}

#navlist ul li>ul{display:none;}/*隱藏次選單*/

#navlist ul li>ul:hover{display:block;}/*滑鼠滑入展開次選單*/

/*index_side_menu*/
.index-side-menu {
    position: fixed;
    top: 35%;
    right: 0;
	transition: all 0.5s;
}
#sideNavbar {
	opacity: 0;
    z-index: 0;
}
.side-menu-nav {
	padding-left: 0;
    padding-right: 15px;
	text-align: right;
}
.side-menu-nav li {
    list-style: none;
    padding: 3px 8px;
	margin: 30px 0;
	transition: all 0.5s;
}
.side-menu-nav li:hover {
    transform: translateX(-8px);
	background-color: #936529;
    border-radius: 10px;
}
.side-menu-nav li a {
    color: #aaa;
	transition: all 0.5s;
}
.side-menu-nav li:hover a {
    color: #fff;
}
.side-menu-nav li i {
	font-size: 12px;
	color: #fff;
	background-color: #936529;
	border-radius: 50px;
	padding: 8px;
}
.side-menu-nav .side-nav-show span {
    transition: all 0.5s;
}

.side-menu-nav .side-nav-hide span {
    opacity: 0;
    transition: all 0.5s;
}
.side-menu-nav .side-nav-hide:hover span {
    opacity: 1;
}

/*index_about_area*/
.area-row {
    width: 100%;
    max-width: 1400px;
    margin: auto !important;
    padding: 100px 0;
}
.area-tit {
    margin-bottom: 20px;
}
.area-tit h3{
    font-size: 30px;
    font-weight: 600;
}

.about-area-img {
    display: block;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
    position: relative;
}
.about-area-img img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.about-area-info {
    padding-right: 35px !important;
	margin-bottom: 30px;
}

/*index_praise_area*/
.praise-area-box {
    max-width: 960px;
	margin: auto !important;
    padding-bottom: 20px;
}
.praise-area-tit {
    margin-bottom: 40px;
}
.praise-item {
	text-align: center;
	margin-bottom: 40px;
}
.praise-item p {
    font-size: 18px;
}
.praise-item img {
    width: 100%;
    max-width: 120px;
}

/*index_partner_area*/
#partnerArea {
    background-color: #fff;
}
.partner-area-box {
    max-width: 1400px;
	margin: auto !important;
    padding: 80px 0;
}
.partner-area-tit h3{
    color: #000;
}
.partner-img-s {
    display: none;
}

/*index_service_area*/
.service-area-box {
    max-width: 920px;
}
.index-service-areabox {
	padding: 40px 20px !important;
}
.service-area-logo {
    margin-bottom: 60px;
}
.service-area-logo img {
    width: 100%;
    max-width: 260px;
}
.service-area-item {
	width: 100%;
    margin-top: 60px !important;
}
.service-item-1 {
    padding-bottom: 3em;
}
.service-item-4 {
    padding-bottom: 2em;
}
.service-area-img img {
    padding: 0 10px;
}
.service-area-img h4{
    font-size: 20px;
	padding: 10px 0;
}
.service-info-item h5{
    font-size: 18px;
    margin: 0;
}
.service-info-item p {
    line-height: 1.5em;
}
.service-info-txt p {
    color: #888;
}

/*index_video_area*/
.index-video-areabox {
    padding: 40px 20px !important;
}
.video-item {
    margin-top: 20px;
}
.video-item iframe {
    width: 100%;
    max-width: 940px;
    height: 528px;
}
.video-area-btn {
    width: 100%;
    max-width: 960px;
    padding-top: 10px;
    margin: 0 auto;
}
.area-btn a {
    color: #888;
	transition: all 0.5s;
}
.area-btn a:hover {
    color: #fff;
}

/*index_contact_area*/
.index-contact-areabox {
    padding: 40px 20px !important;
}
.contact-area-box {
    max-width: 720px;
}
.contact-desc-intro h2 {
    font-size: 20px;
}
.contact-desc-intro p {
    color: #888;
}
:focus {
    outline: 0;
}

.contact-form-column {
    width: 100%;
    border: 0;
    border-radius: 5px;
    margin:10px 0;
    padding: 6px 10px;
}

.contact-form-item .form-check{display:inline-block; margin-right:15px;}

#contact-message {
    height: 100%;
    min-height: 150px;
    max-height: 200px;
	margin-bottom: 0;
}
.contact-verify {
    display: flex;
}
.contact-verify img {
    padding: 6px 0 6px 10px;
}
.content-form-btn {
    margin-top: 10px;
    text-align: right;
}
.primary-btn {
    color: #fff;
    background-color: #666;
    padding: 6px 15px;
    border-radius: 5px;
	transition: all 0.5s;
}
.primary-btn:hover {
    color: #fff;
    background-color: #888;
}

.pageContentArea{position:relative;}

/*article_page*/
.article-area-box {
    max-width: 1160px;
}
.article-item {
    padding: 40px 0;
}
.article-area-img {
    display: block;
    height: 0;
    padding-bottom: 20%;
    overflow: hidden;
    position: relative;
}
.article-area-img img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
	opacity: 0.8;
    transition: all 0.5s;
    padding: 5px;
}
.article-item a:hover .article-area-img img {
    opacity: 1;
}
.article-tit h4{
    color: #ccc;
    font-size: 24px;
    font-weight: 600;
    display: -webkit-box;
    width: 100%;
    height: 2.4em;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	transition: all 0.5s;
}
.article-item a:hover .article-tit h4{
    color: #fff;
}
.article-sub {
    padding-bottom: 5px;
}
.article-sub span {
    color: #888;
}
.article-txt {
    display: -webkit-box;
    width: 100%;
    height: 3.2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}
.article-txt p {
    color: #888;
    line-height: 1.5em;
}
.article-date {
    border-top: 1px solid #aaa;
    margin-top: 20px;
    padding-top: 15px;
}
.article-date span {
    color: #888;
    font-size: 14px;
}
.article-detailed-img {
    display: block;
	width: 100%;
    max-width: 600px;
    margin: auto;
    height: 0;
    padding-bottom: 35%;
    overflow: hidden;
    position: relative;
}
.article-detailed-img img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.article-detailed-tit {
    margin: 20px 0;
}
.article-detailed-tit h2 {
    color: #ccc;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
}
.article-detailed-date {
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.article-detailed-date span {
    color: #888;
    font-size: 14px;
}
.article-detailed-txt h1 {
    font-size: 32px;
}
.article-detailed-txt h2 {
    font-size: 28px;
}
.article-detailed-txt h3 {
    font-size: 24px;
}
.article-detailed-txt h4 {
    font-size: 22px;
}
.article-detailed-txt h5 {
    font-size: 18px;
}
.article-detailed-txt p {
    color: #aaa;
}
.back-btn {
    margin-top: 30px;
}
.back-btn a {
    color: #888;
    transition: all 0.5s;
}
.back-btn a:hover {
    color: #fff;
}

/*privacy_page*/
.privacy-row {
    max-width: 1000px;
}
.content-block {
    padding-top: 40px;
}
.content-txt h1 {
    font-size: 30px;
    font-weight: 600;
}
.content-txt h2 {
    font-size: 20px;
}
.content-txt p, 
.content-txt ul {
    color: #888;
}

/*footer_start*/
footer{
	line-height:1.4em;
	padding:30px 0 20px;
	background-size:cover;
    background-position:right;
    background-repeat:no-repeat;
}

footer a{
	color:#ffffff;
	transition:all 0.4s ease;
	line-height:1em;
    font-size:16px;
	}
	
footer a:hover{color:#936529;}

.foot-block{width:100%; max-width:1400px; margin:0 auto 30px;}

.foot-box{width:33.333%; position:relative;}

.foot-box>.box-inner{margin:15px;}

.foot-box>.box-inner i{margin-right:5px;}

.foot-box-contact {
    margin: auto;
}

.foot-info-item {
    list-style: none;
	border-top: 1px dashed #888;
    padding-top: 15px;
}

.foot-info-item li {
    display: inline;
	padding: 0 15px;
    color: #888;
}

.foot-info-item li a {
    color: #888;
}

.foot-info-item li a:hover {
    color: #fff;
}

#footlogo{max-width:220px;}
#footlogo img{width:100%;}

.foot-block h3{
	font-size:20px;
	font-weight:600;
	color:#fff;
	margin-bottom:10px;
	}

.foot-block p{
	line-height:1.7em;
	color:#fff;
	letter-spacing:1px;
	}

.foot-block ul{padding-left:0;}

ul.foot-project-list li{
	display:inline-block;
	color:#fff;
	padding:3px 10px 3px 0;
	}

.foot-block li i{margin-right:5px; color:#fff;}

.foot-keyword {
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	padding-bottom: 10px;
}

.foot-keyword ul {
    list-style: none;
    margin: 5px 0 !important;
    padding: 0 10px !important;
}

.foot-keyword li {
    line-height: 1.5em;
    display: inline-block;
    margin: 0 8px;
}

.foot-keyword li a {
    font-size: 14px;
    color: #666;
	transition: all 0.4s;
}

.foot-keyword li a:hover {
    color: #999;
}

.privacy-box{
    width:100%;
    max-width:350px;
    margin:15px auto 5px;
    text-align:center;
	}

.privacy-box ul{padding-left:0;}

.privacy-box li{display:inline-block; padding:0 10px;}

.privacy-box li a{font-size:15px; color:#666;}
.privacy-box li:hover a{color:#fff;}

.ccin{
	width:100%;
    max-width:400px;
    margin:0 auto;
    text-align:center;
    color:#444;
    font-size:12px;
    box-sizing:border-box;
	}

.ccin a{font-size:12px; color:#444;}
.ccin li{font-size:12px;}

.ccin img{vertical-align:middle;}

.ccin a:hover{color:#888;}
/*footer_end*/

/*goTop*/
.goTop{
	position:fixed;
	bottom:8%;
	right:-90px;
	width:54px;
	height:54px;
	z-index:9955;
}
.goTop a:link, .goTop a:visited {
	text-decoration:none;
	position: relative;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height:0;
	font-size:0;
	font-weight: 500;
	font-family: 'Microsoft YaHei', sans-serif;
    color: #fff;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 5px;
	background-color:#333;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
	transition: all 0s ease 0s;
}
.goTop a:active, .goTop a:hover {
	text-decoration:none;
	cursor:pointer;
	font-size:16px;
    color: #fff;
	transition: all 0.25s ease 0s;
}
.goTop a::after{
	content:'';
	width:18px;
	height:12px;
	background:url("./images/top.png") no-repeat center;
	background-size:cover;
	position:absolute;
	top:50%;
	left:50%;
	margin:-6px 0 0 -9px;
	line-height:0;
	font-size:0;
	filter:alpha(opacity=100);
	Opacity:1.0;
	transition:all 0.5s ease 0s;
}
.goTop a:hover::after{
	filter:alpha(opacity=0);
	Opacity:0;
	transition:all 0.25s ease 0s;
}


.Lang {
    position:absolute;
    right:24px;
    top:10px;
	font-size:12px;
    color:#c1c1c1;

}
.Lang a{font-size:14px; color:#cccccc;}

.abgne_tab{display:none;}

@font-face {
  font-family: Alcefun;
  src: url(Alcefun.otf);
}

/*頁面編輯設定_start*/
.page-edit-area{
	width:90%;
	max-width:1000px;
	margin:0 auto;
	padding:120px 0 80px;
	position:relative;
	}

.project-title{
    width:90%;
    max-width:500px;
    margin:20px auto 30px;
    text-align:center;
    position:relative;
    display:flex;
    align-items:center;
	}

.project-title h3{
	font-size:28px;
    font-weight:700;
	color: #923031;
    letter-spacing:0.1em;
	}

.project-title::before, .project-title::after {
    content:"";
    height:1px;
    flex-grow:1;
    background-color:#923031;
	}

.project-title::before{margin-right:15px;}

.project-title::after{margin-left:15px;}

.project-title form{
	position: absolute;
    top: -50px;
    right: 0;
    margin: 5px 0;
}

.page-edit-block{width:90%; max-width:1000px; margin:0 auto;}

.project-content{padding:30px 0;}

.flex-setting{display:flex; flex-wrap:wrap;}

.image-show-block{justify-content:center;}

.error404{text-align:center;}
.error404 img{margin-bottom:60px;}

.error404 h1{
    font-size:50px;
    font-weight:bold;
    text-transform:uppercase;
	}

.image-show-box>.box-inner{margin:10px;}

.image-show-box p{
	text-align:center;
	font-size:20px;
	font-weight:600;
	color:#8b0000;
	}

.project-content h4{font-size:20px; font-weight:600;}
.project-content span{color:#800000;}

.page-edit-area h4{font-size:22px; font-weight:600;}

.page-edit-area h5{
	font-size:20px;
	font-weight:600;
	}

.page-edit-area li{
	font-size:18px;
	font-weight:500;
	line-height:1.7em;
	}

.privacy-block h5{color:#923031;}

.colorbox-block{margin:30px auto; display:flex; flex-wrap:wrap;}

.colorbox-item{
	width:25%;
	margin-bottom:30px;
	padding:0;
	text-align:center;
	}

.colorbox-item a{display:block;}

.colorbox-item .certificate-img{
	width:100%;
	border:1px solid rgba(204,204,204,0.35);
	margin-bottom:5px;
	background-color:rgba(0,0,0,0);
	position:relative;
	}

.certificate-img img{width:100%;}

.colorbox-item .certificate-img::after{
	content:"\f002";
	color:#fff;
	font-size:36px;
	font-family:'Font Awesome 6 Free';
    font-weight:900;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-27px;
	margin-left:-18px;
	opacity:0;
	}

.certificate-img:hover{background-color:rgba(0,0,0,1);}
.certificate-img:hover img{opacity:0.5;}
.certificate-img:hover::after{opacity:1;}

/*頁面編輯設定_end*/

/* bread_start */
.bread-block{width:90%; max-width:1000px; margin:0 auto;}

.bread-block ol{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    align-items:center;
    /*height:80px;*/
    margin-bottom:0;
    padding-left:0;
	}

.bread-block li{list-style:none;}

.bread-block ol li a{position:relative; color:#7e7e7e;}

.bread-block ol li i{margin-right:7px;}

.bread-block a span, .bread-block span{
    font-size:14px;
    font-weight:600;
    color:#7e7e7e;
    transition:all 0.4s ease;
    text-transform:uppercase;
	}

.bread-block ol li a::after{
    content:"/";
    padding-right:7px;
    padding-left:5px;
    color:#ccc;
	}

.bread-block ol li:hover i{color:#ad5227;}
.bread-block a:hover span{color:#ad5227;}

/* bread_end */

.titleIcon{width:60px;}

.pmargin{margin:6% 0;}

.pmargin-contact{margin:6% 0; display:flex;}

.aboutImg img{
	/*margin:1% 1% 0 0;*/
	max-width:100% !important;
	height:auto !important;
}

/*index*/
.index-edit-area{
	width:90%;
	max-width:1000px;
	margin:0 auto;
	padding:20px 0 50px;
	}

.index-edit-block{position:relative;}

.index-edit-title{
    width:90%;
    max-width:500px;
    font-size:28px;
    font-weight:700;
    letter-spacing:0.1em;
    margin:10px auto;
    text-align:center;
    position:relative;
    display:flex;
    align-items:center;
	color:#923031;
	}

.index-edit-title::before, .index-edit-title::after {
    content:"";
    height:1px;
    flex-grow:1;
    background-color:#923031;
	}

.index-edit-title::before{margin-right:15px;}

.index-edit-title::after{margin-left:15px;}

.spirit-section{background-color:rgba(255,253,227,0.5);}

.spirit-content{padding-top:15px;}

#index_margin{
	width:100%;
	max-width:1280px;
	margin:30px auto 60px;
	}



.hot-block{margin-top:30px;}

.hot-box{
    width:33.333%;
    margin-bottom:30px;
	}

.hot-box>.box-inner{
	margin:0 5px;
    border:1px #cccccc solid;
	/*background:linear-gradient(#fff,#fff,#fff,#f7e3bf);
    background:-moz-linear-gradient(#fff,#fff,#fff,#f7e3bf);
    background:-o-linear-gradient(#fff,#fff,#fff,#f7e3bf);
    background:-webkit-linear-gradient(#fff,#fff,#fff,#f7e3bf);*/
    position:relative;
    }

.hot_cover{
    display:block;
    height:0;
    text-align:center;
    padding-bottom:90%;
    overflow:hidden;
    position:relative;
	}

.hot_cover img{
    max-width:100%;
    min-width:100%;
    object-fit:cover;
    height:100%;
    -moz-object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit-object-fit:cover;
    position:absolute;
    transform:translate(-50% , 0) scale(1);
    transition:all 0.3s;
	}

.hot_text{box-sizing:border-box;}

.hot_text h3{
	font-size:18px;
	font-weight:600;
    text-align:center;
    padding:15px 5px 10px;
    }

.hot_text p{
	display:-webkit-box;
    height:4.5em;
    line-height:1.5em;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#54595f;
    font-size:16px;
    font-weight:400;
    padding:0 15px;
	}

.more-btn{
	max-width:150px;
	color:#fff;
	text-align:center;
	margin:10px auto 15px;
	padding:10px 0;
	border:1px solid #ab8412;
	border-radius:3px;
	background-color:#701616;
	transition:all 0.3s;
	}

.more-btn a{
	color:#fff;
	display:block;
	}

.more-btn:hover{
	border:1px solid #ab8412;
	background-color:#990a02;
	}

.hot-box:hover .hot_cover img{transform:translate(-50% , 0) scale(1.1);}
.hot-box:hover .hot_text h3{color:#923031;}
.hot-box:hover .more-btn{
	color:#923031;
	border:1px solid #724832;
	background-color:#f3cda0;
	}

.open-block{
	width:100%;
	margin:30px auto 50px;
	display:flex;
	align-items:center;
	}

.open-cover{flex-basis:450px;}
.open-content{flex:1;}

.open-content{padding:20px; text-align:center;}

.open-content h4{font-size:24px; font-weight:bold;}

.index-news-block{margin:0 auto;}

.news{
	color:#323232;
	font-size:18px;
	display:inline-block;
 	width:700px;
	}

.news a{color:#323232; font-size:18px;}

.news a:hover{color:#bf0a0a;}

.news2{
	color:#323232;
	font-size:1em;
	padding-left:230px;
	}
.page{
	margin:0 auto;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	}
.page a{
	color:#000000;
	font-size:16px;
	text-decoration:none;
	padding:8px 13px;
}
.page span{
	padding:8px 13px;
	color:#e84c4a;
}
.page a:hover{
	background-color:#00d1ff;
	color:#6e6f70;
	font-size:16px;
	text-decoration:none;
}
.spanpage a{background-color:#3891e6; color:#6e6f70;}

/*about*/
.about-edit-area h4{
    font-size:24px;
    font-weight:600;
    color:#923031;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #923031;
	}

.about-spirit-block{
	display:flex;
	margin:25px auto 0;
	align-items:center;
	}

.about-spirit-block.row-reverse{flex-direction:row-reverse;}

.about-spirit-content{flex:1; padding:0 15px;}
.about-spirit-pic{flex-basis:400px;}

/*news*/
.news_margin{margin:0 auto; width:1100px;}

.news_t{
    color: #374e6d;
    font-size: 18px;
	font-weight:bold;
	float:left;
}
.news_img{float:left; margin-right:10px;}

hr{width:100%;}

.back-btn-block{display:flex; justify-content:flex-end;}
.back-btn-box a{
	color:#fff;
	padding:10px 25px;
	border:1px solid #ab8412;
	border-radius:3px;
	background-color:#701616;
	}

.back-btn-box a i{margin-right:5px;}

.back-btn-box:hover a{color:#fff; background-color:#990a02;}

.page-news-list-content{display:flex;}

.news-list-menu{width:20%;}
.news-list-block{width:80%;}

.news-list-menu, .news-list-block{padding:10px;}

.news-list{padding-left:0; margin-top:10px;}

.news-list li{list-style:none; border-bottom:1px solid #dcdcdc;}

.news-list li a{
    display:block;
    font-size:18px;
    font-weight:600;
    padding:10px 0 10px 15px;
    position:relative;
    letter-spacing:1px;
	}

.news-list li a::before{
    width:0;
    height:0;
    border-style:solid;
    border-width:4px 0 4px 8px;
    border-color:transparent transparent transparent #686868;
    content:"";
    position:absolute;
    top:20px;
    left:0;
    transform-style:preserve-3d;
    transition:all 0.5s ease;
}

.news-list li a:hover{color:#ad5227;}

.news-list li a:hover::before {
    transform:rotateX(360deg);
    border-color:transparent transparent transparent #ad5227;
	}

.news-box{
	margin:0 auto 50px;
	background-color:rgba(255,253,227,0.5);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s;
	position:relative;
	}

.news-box:hover{
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	transition:box-shadow 0.3s;
	}

.news-box>.box-inner{
	margin:15px;
	display:flex;
	align-items:center;
	}

.news-pic{
	flex-basis:300px;
	margin:15px 0;
	border:1px solid #ededed;
	}

.news-pic-inner{
	width:100%;
	height:0;
	padding-bottom:75%;
	overflow:hidden;
	text-align:center;
	position:relative;
	}

.news-pic a{display:block;}

.news-pic img{
	max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    transform: translate(-50% , 0) scale(1);
    transition: all 0.3s;
	}

.news-block{flex:1; padding:0 20px;}

.news-title h3{padding:5px 0;}

.news-title h3 a{
	font-size:24px;
	font-weight:600;
	color:#000;
	display:block;
	}

.news-date{color:#701616; font-style:italic;}

.news-more-block{
    text-align:center;
    margin-top:15px;
    justify-content:flex-end;
	}

.more-btn-box{
    margin:0;
    border:1px solid #ab8412;
    border-radius:3px;
	}

.more-btn-box a{
	display:block;
	width:120px;
	color:#fff;
	background-color:#701616;
	padding:12px 20px;
	position:relative;
	transition:all 0.2s linear 0s;
	overflow:hidden;
	}

.more-btn-box a:before {
    content:"\f178";
    font-family:FontAwesome;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:0;
    left:0px;
    width:100%;
    height:100%;
    text-align:center;
    font-size:30px;
    transform:scale(0, 1);
    transition:all 0.2s linear 0s;
	}

.news-box:hover .news-pic img{transform:translate(-50% , 0) scale(1.1);}
.news-title h3:hover a{color:#990a02;}
.more-btn-box:hover{background-color:#990a02; border:1px solid #ae9155;}
.more-btn-box:hover a{color:#fff;}
.more-btn-box a:hover{text-indent:-9999px;}
.more-btn-box a:hover:before{transform:scale(1,1); text-indent:0;}

.news-text{
	width:90%;
	margin:10px auto 20px;
	padding-left:20px;
	padding-right:20px;
	white-space:nowrap;
	overflow:hidden;
    text-overflow:ellipsis;
	}
	
.newsbtn{
	float:right;
	color:#fff;
    font-size:15px;
    margin-right:6%;
    display:inline-block;
    padding:4px 12px;
    margin-bottom:0;
    line-height:20px;
    text-align:center;
    vertical-align:middle;
    background-color:#5f605d;
    border:3px solid #5f605d;
    cursor:pointer;
	}
.newsbtn:hover{
	background-color:#266746;
    border:3px solid #266746;
    padding:4px 20px 4px 12px;
    transition:all 0.3s ease;
	}

.news-detail-box{margin:60px auto 30px;}

.news-detail-cover-pic{width:90%; max-width:450px; margin:0 auto;}
.news-detail-cover-pic>.box-inner{margin:10px;}

.news-detail-cover-pic img{width:100%;}

.news-detail-infobox{width:90%; margin:15px auto 50px; position:relative;}
.news-detail-infobox>.box-inner{margin:10px 20px;}

.news-detail-infobox h3{
    font-size:26px;
    font-weight:600;
    color:#990a02;
    padding-bottom:5px;
	}

.news-detail-infobox hr{
	border-top:1px solid rgba(52,77,42,0.25);
    border-bottom:0;
    border-left:none;
    border-right:0;
	}

/*頁籤區_start*/
.numpage-btn{width:100%; text-align:center; margin-top: 20px;}

.numpage-btn .pagination{
	margin:20px 0;
    display:inline-flex;
    border-radius:0;
    padding-left:0;
    list-style:none;
	}

.pagination>li{display:inline;}

.numpage-btn .pagination li{padding:5px 10px;}
.numpage-btn .pagination li.active{
    color:#fff;
	}

.pagination>li>a, .pagination>li>span {
	position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #888;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #666;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    color:#fff;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
	background-color:#333;
	border-color:#999;
	}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
	color: #fff;
    background-color: #666;
	}

.pagination>li:hover i{color:#fff;}
/*頁籤區_end*/

/*product*/
.float_left{float:left;}

.product_margin{
	margin:0 auto;
	width:100%;
	max-width:1100px;
}
.productdt_margin{
	margin:0 auto;
	width:90%;
	max-width:1000px;
}

.photoimg{
	margin:0 auto;
	width:760px;
}

.product-type-block{display:flex; flex-wrap:wrap;}

.product-menu{
	flex-basis:180px;
	padding:0px 10px;
	position:relative;
	}

.product-menu ul{padding:0;}

.product-menu>ul>li{
	list-style:none;
	border-bottom:1px dashed #383838;
	}

.product-menu>ul>li:last-child{border-bottom:none;}

.product-menu ul li a{
	display:block;
	line-height:35px;
	padding:10px 0 10px 20px;
	position:relative;
	transition:all 0.5s ease;
	}

.product-menu ul li a::before{
    width:0;
    height:0;
    border-style:solid;
    border-width:4px 0 4px 8px;
    border-color:transparent transparent transparent #686868;
    content:"";
    position:absolute;
    top:23px;
    left:5px;
    transform-style:preserve-3d;
    transition:all 0.5s ease;
	}

.product-menu ul li:hover a{color:#ad5227;}

.product-menu ul li:hover a::before{
	transform:rotateX(360deg);
    border-color:transparent transparent transparent #ad5227;
	}

.product-menu ul li>ul{display:none!important;}

.product-submenu{padding-left:15px;}

.product-submenu>a{color:#808080;}

.product-menu ul a:hover, .product-menu li a:hover{color:#727271;}

.product-block{
	flex:1;
	display:flex;
	flex-wrap:wrap;
	padding:15px;
	position:relative;
	}

.product_box{
	width:33.333%;
	margin-bottom:30px;
	box-sizing:border-box;
	position:relative;
	}

.product_box>.box-inner{margin:10px; position:relative;}

.product_img{
    display:block;
    height:0;
    text-align:center;
    padding-bottom:75%;
    overflow:hidden;
    position:relative;
	}

.product_img img{
    max-width:100%;
    min-width:100%;
    object-fit:cover;
    height:100%;
    -moz-object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit-object-fit:cover;
    position:absolute;
    transform:translate(-50% , 0) scale(1);
    transition:all 0.3s;
	}

.product_text{text-align:center;}
.product_text h4{
	font-size:20px;
	font-weight:600;
	padding-top:10px;
	margin-bottom:0;
	}

.product_box:hover .product_img img{
	transform:translate(-50% , 0) scale(1.1);
	}

.product_box:hover .product_text h4{color:#ad5227;}

.product-block-detail{
	flex:1;
	padding:0 20px;
	}

.product-block-detail .back-btn-block{margin-top:40px;}

.p_page{
	text-align:center;
	margin:10px auto;
	width: 200px;
}
.p_page a{
	color:#595757;
	font-size:18px;
	text-decoration:none;
}
.pro_text{
	color:#5f605d;
	font-size:24px;
	font-weight:bold;
	display:inline-block;
}
.pro_text2{
	color:#374e6d;
	font-size:16px;
	display:inline-block;
}

.pro_p{font-size:16px;}

.picture_big{margin:0 auto; display:block;}

/*產品內頁縮圖*/
.showbox{
	width:605px;
	height:456px;
	float:left;
	margin:0 25px 0 0;
}
.abgne-block-20120106 img{
	width:128px;
	height:98px;
	margin-bottom:12px;
}

/*流程介紹_start*/
.process-block{display:flex; flex-wrap:wrap;}

.process-step-box{
	width:50%;
	position:relative;
	margin-bottom:50px;
	}

.process-step-box::before{
	content:"\f0a9";
	font-family:'Font Awesome 6 Free';
	font-size:28px;
	font-weight:900;
	color:#653029;
	position:absolute;
	top:41%;
	right:20px;
	}

.process-step-box:last-child::before{
	content:"\f058";
	}

.process-step-box>.box-inner{
	margin:10px;
	display:flex;
	align-items:center;
	}

.step-cover{flex-basis:220px;}
.step-info-content{flex:1; padding:0 50px 0 15px;}

.step-cover-pic{
	display:block;
    height:0;
    text-align:center;
    padding-bottom:75%;
    border-radius:10px;
    box-shadow:-10px 12px 5px 0 rgb(35 35 35/ 40%);
    overflow:hidden;
    position:relative;
	}

.step-cover-pic>img{
	max-width:100%;
    min-width:100%;
    height:100%;
    object-fit:cover;
    -moz-object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit-object-fit:cover;
    position:absolute;
    transform:translate(-50% , 0) scale(1);
    transition:all 0.3s;
	}

.process-box-content .box-title{
    position:absolute;
    width:100%;
    left:0;
    top:50%;
    font-weight:700;
    font-size:22px;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    z-index:1;
    transition:top 0.5s ease;
    text-shadow:2px 3px 5px #383838;
	}

.process-box-content .overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0);
    transition:background 0.5s ease;
	}

.process-box-content .process-btn{
    position:absolute;
    width:100%;
    left:0;
    top:60%;
    text-align:center;
    opacity:0;
    transition: opacity 0.35s ease;
	}

.process-box-content .process-btn a{
	width:180px;
	padding:12px 40px;
	text-align:center;
	color:#fff;
	border:1px solid #fff;
	border-radius:999em;
	z-index:1;
	}

.process-box-content:hover .overlay{
	display:block;
	background:rgba(0, 0, 0, 0.45);
	}

.process-box-content:hover .box-title{color:#fff; top:30%;}

.process-box-content:hover .process-btn{opacity:1;}

/*流程介紹_end*/

/*流程步驟圖_start*/

#conference-timeline{
    position:relative;
    max-width:920px;
    width:100%;
    margin:0 auto;
	}

#conference-timeline .conference-center-line{
    position:absolute;
    width:4px;
    height:90%;
    top:0;
    left:50.5%;
    margin-left:12px;
    background:#724832;
	}

.conference-timeline-box{
	width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
    margin:20px 0;
    padding-bottom:10px;
	}

.conference-timeline-box .timeline-box-left,
.conference-timeline-box .timeline-box-right{
    max-width:40%;
    width:100%;
	}

.conference-timeline-box .timeline-box-left{float:left;}
.conference-timeline-box .timeline-box-right{
	float:right;
	padding-top:30px;
	padding-left:40px;
	}

.conference-timeline-box .content-left,
.conference-timeline-box .content-right{
    position:relative;
    width:auto;
    padding:0px 0px 20px 0px;
	}

.content-right h3{font-size:24px; font-weight:500;}

.conference-timeline-box .step-box{
	position:absolute;
    top:0;
    left:50%;
    width:90px;
    height:90px;
    margin-left:-31px;
    border-radius:100%;
    background:#fff;
    border:5px solid #724832;
	}

.conference-timeline-box .step-box .step,
.conference-timeline-box .step-box .num{
	display:block;
    text-align:center;
	}

.conference-timeline-box .step-box .step{
	font-size:20px;
    line-height:45px;
    color:#344d2a;
    font-weight:800;
    font-family:'Anton', sans-serif;
	}

.conference-timeline-box .step-box .num {
    font-size:48px;
    line-height:20px;
    color:#686868;
    font-weight:600;
    font-family:'Rozha One', serif;
}

/*流程步驟圖_end*/


/*contact*/
.contact-form-block{width:100%; max-width:800px; margin:30px auto;}
.contact-map-block{width:100%; margin:30px auto 80px;}

.contact-form-box{width:50%;}
.form-box-inner{margin:10px 10px 15px;}

.remark{width:90%; max-width:600px; margin:0 auto;}

.remark p{
	font-size:16px;
    font-weight:bold;
	padding-left:15px;
	margin-bottom:20px;
    color:#686868;
	}

.remark span{color:#ea0000;}

.contact-form-box label{
    font-size:16px;
    font-weight:bold;
    padding-left:15px;
    margin-bottom:7px;
    color:#686868;
	}

.contact-form-box span{
	margin-left:5px;
    color:#ea0000;
    font-size:20px;
    vertical-align:sub;
	}

.contact-column{
    display:block;
    width:100%;
    margin-top:10px;
    padding:10px 0 10px 15px;
    font-size:14px;
    line-height:1.57143;
    color:#212121;
    background-color:#fff;
    background-image:none;
    border:1px solid #ddd;
    box-sizing:border-box;
    -webkit-box-shadow:0 1px 1px 1px rgb(0 0 0 / 10%);
    box-shadow:0 1px 1px 1px rgb(0 0 0 / 10%);
    -webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    outline:none;
	}

.name-formbox{display:flex; align-items:center;}

.name-formbox input.contact-column{width:180px;}

.name-formbox .sexbox{margin-top:10px; margin-left:15px;}
.name-formbox .form-check{display:inline-block;}
.name-formbox .form-check label{padding-left:0;}

.adress-formbox{display:flex;}

.adress-formbox select{width:150px; margin-right:10px;}

.verify-box{width:100%;}

.verify-box label{display:inline-block;}

.contact-column#contact-yzm{
	width:150px;
	display:inline-block;
	margin-top:0;
	margin-left:10px;
	padding:6px 0 6px 10px;
	vertical-align:middle;
	}

textarea.contact-column{
    height:220px;
    min-height:54px;
    max-height:400px;
    resize:vertical;
	}

.send-btn-block{
	display:block;
	width:100%;
	text-align:center;
	}

.send-btn-block button{
	width:200px;
    margin:20px auto 0;
    padding:10px 15px;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    letter-spacing:2px;
    background-color:#701616;
    border:1px solid #ab8412;
    border-radius:3px;
	}

.send-btn-block button:hover{
	background-color:#990a02;
    border:1px solid #ab8412;
	}

.map-infobox{width:40%; position:relative;}
.map-box{width:60%; position:relative;}

.map-infobox>.box-inner{
	padding:15px 25px;
    margin:10px;
    border:1px solid #b1b1b1;
    border-radius:5px;
    background-color:#fff;
    -webkit-box-shadow:0 1px 1px 1px rgb(0 0 0 / 10%);
    box-shadow:0 1px 1px 1px rgb(0 0 0 / 10%);
	}

.map-infobox h3{
    font-size:22px;
    font-weight:bold;
    text-transform:inherit;
	}

.map-infobox hr{
    margin:7px auto;
    border-top:1px solid #dcdcdc;
	}

.map-infobox>.box-inner i{margin-right:5px;}

.map-infobox a{font-size:17px;}

.map-box>.box-inner{margin:10px;}

.map-box iframe{width:100%; height:350px; border:1px solid rgba(134,134,134,0.35);}

.info-block{
	width: 30%;
	background-color:#507936;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.info{
    text-align: start;
    padding: 40px;
    color: #fff;
    line-height: 50px;
    margin:83px auto;
    font-size:18px;
    letter-spacing:1px;
}
.info-en{
    text-align: start;
    padding: 40px;
    color: #fff;
    line-height: 50px;
    margin:48px auto;
    font-size: 16px;
    letter-spacing: 1px;
}
.add{
   text-align: start;
    color: #fff;
    line-height:40px;
    font-size:15px;
    letter-spacing: 1px;
}

.pmargin-contact iframe{width:700px; height:500px;}

.quick-link-block{justify-content:center; max-width:400px; margin:40px auto;}

.quick-link-box{width:50%; text-align:center;}

/*download*/
.download-box {
	margin: 3% auto;
}
.download-pro {
    width: 100%;
    margin: 25px auto;
    padding-bottom: 5px;
    border-bottom: 1px #e0e0e0 dashed;
}
.download-pro img {
	width:100%;
	border: 1px solid #B7B7B7;
	border-radius: 4px;
	margin-bottom: 5px;
}
.download-pro h1{
	display:inline;
	font-weight: normal;
	color: #5f605d;
}

.download-pro h2{
	display:inline;
	
}
.download-pro h3{
	display:inline;
    float: right;
}
.download-pro h3 a{
    font-size: .95em;
    margin: 0 7px 0 0;
    color: #fff;
    background: #5f605d;
    padding: 5px 8px;
    border-radius: 10px;
    transition:all .2s ease;
}
.download-pro h3 a:hover{
    color: #ffffff;
    background: #ef6817;
}
.download-pro h4{
	display: inline;
    color: #727271;
    font-weight: normal;
    font-size: .9em;
    margin-left: 13px;
    vertical-align: text-top;
}

/*tab選單*/
.abgne_tab ul, li{margin:0; padding:0;}

.abgne_tab{
	clear:left;
	width:400px;
	margin:10px 0;
}

ul.tabs {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
ul.tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border: 1px solid #999;
	border-left: none;
	background-color: #374e6d;
}
ul.tabs li a {
	display: block;
	padding: 0 10px;
	color: #FFF;
	border: 1px solid #fff;
	text-decoration: none;
}
ul.tabs li a:hover {
	background: rgba(255,255,255,.5);
}
ul.tabs li.active  {		
	border-bottom: 1px solid #fff;
}
ul.tabs li.active a:hover {
	background: rgba(255,255,255,.5);
}
div.tab_container {
	clear: left;
	width: 100%;
	border-bottom: 8px solid #595757;
	border-top: none;
	background: #fff;
}
div.tab_container .tab_content h1 {
	margin: 0 5px;
}
div.tab_container .tab_content h2 {
	margin: 0 5px 20px;
}
.tab_content{text-align: center;}

.tab_content>a>img{width:100%;}

.tab_a{background-color:#595757;}

.tab_b{background-color:#385796;}

.tab_c{background-color:#D0A100;}

.ptext{width:100%; margin:5px auto; text-align:center;}

.popup-gallery{width:450px; margin:auto;}

.popup-gallery img{width:90%;}

.tableBox{margin-bottom:50px;}

.table1{
	width:100%;
	text-align: center;
	box-sizing: border-box;
	height: auto;
	border-bottom: 1px #CCC solid;
}

.table1 span{display:block;}

.tableLeft{
	width:20%;
	display:inline-block;
	vertical-align:top;
}
.tableCenter1{
	width:23%;display:inline-block;
	vertical-align:top;
}
.tableCenter2{
	width:40%;display:inline-block;
	vertical-align:top;
}
.tableRight{
	width:18%;display:inline-block;
	vertical-align:top;
}
.table1Box{
	border: 1px #eaeaea solid;
	display:flex;
}
.table1Box:nth-child(1n+2){
	margin-top:20px;
}
.tableTop{
	background: #eaeaea;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 15px;
    text-align: center;
}
.tableDown img{
	max-width:100%;
	width: 100%;
}
.inquryBtnBox{
	margin: 15px auto;
    width: 250px;
}
.table2{
	width:100%;
	text-align:center;
	margin-top: 10px;
}
.tableDown{
	height:210px;
}
.tableDown::before{
   content:'';
   width:0;
   height:100%;
   display:inline-block;
   position:relative;
   vertical-align:middle;
   background:#f00;
}

.tableDown span{
    padding-left: 15px;
    display:inline-block;
   vertical-align:middle;
 }
.tableDown span ul{
	margin-left: 25px;
}
.tableRemove{
	background: #eaeaea;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px #CCC solid;
    margin: 4px;
    display: inline-block;
}
.tableDown form{
    font-size: .95em;
    padding-top: 10px;
    line-height: 1.5em;
}
.table2 span a{
    background: #777777;
    color: #FFFFFF;
    width: 100px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    font-size: .95em;
    font-weight: bold;
    border: 1px #525252 solid;
}
.table2 span a:hover{
	background: #771211;
	border: 1px #5a1d1c solid;
}
.updateBtn{
    text-align: center;
    display: block;
    margin-top: 15px;
}
.tableCenter2 ul li{
	width: 120px;
    text-align: left;
    float: left;
    padding-left: 15px;
}
.inquiryType{
	width:30%; height:auto; display:inline-block;vertical-align:top;
}
.formBox .form {
    position: relative;
    margin-bottom: 25px;
}
.b-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.formBox .form label {
    display: block;
    background: #eaeaea;
    font-size: 15px;
    height: auto;
    line-height: 30px;
    width: 171px;
    padding: 0 10px;
    color: #545454;
    position: absolute;
    font-weight: bold;
    left: 0;
    top: 0;
}
.formBox .form input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    margin-left: 195px;
    width: 80%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d8d8d8;
    font-size: 1em;
}
input[type="text"] {
    -webkit-appearance: none;
}
.formBox .form textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 80%;
    height: 100px;
    padding: 5px 5px;
    margin-left: 195px;
    border: 1px solid #ccc;
    font-size: 1em;
    font-family: Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
}
.formBox {
    margin-bottom: 25px;
    color: #222;
    font-size: 1em;
    margin-top: 30px;
}
.formBox form .btn a {
    display: inline-block;
    padding: 7px 15px;
    font-size: 16px;
    color: #FFF;
    border-radius: 3px;
    margin: 0 10px;
}
a.btn_color1 {
background: #777777;
    color: #FFFFFF;
    width: 100px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    font-size: .95em;
    font-weight: bold;
    border: 1px #525252 solid;
}
a.btn_color1:hover {
     background: #771211;
    border: 1px #5a1d1c solid;

}
.send{
    text-align: center;
    margin-top: 80px;
}


table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    white-space:nowrap;
}

table tr {
    border: 1px solid #ddd;
    padding: 5px;
    
}

table th,
table td {
    padding: 10px;
    text-align: center;
}

table th {
    font-size: 14px;
    letter-spacing: 1px;
}

.detailBtn1{
	display:inline-block;
	float:right;
	display: none;
}
.detailBtn1 a{
	color:#fff;
    background:#5f605d;
    border-radius:10px;
    padding:5px 10px;
    margin:0 5px;
    letter-spacing:0.1em;
    border:1px #5f605d solid;
	}
.detailBtn1 a:hover{
    background:#ef6817;
    border:1px #ef6817 solid;
	}
.detailBtn2{
	display:inline-block;
	float:right;
}
.detailBtn2 a{
    background:#7d7d7d;
    border-radius:10px;
    border:1px #656565 solid;
    padding:5px 10px;
    margin:0 5px;
    color:#FFFFFF;
	}
.detailBtn2 a:hover{
    background:#8e8e8e;
    border:1px #777777 solid;
	}
.inquryBtn{
	display:inline-block;
    margin:5px 0;
	}
.inquryBtn a{
	color:#fff;
    background:#3d6cb9;
    border-radius:15px;
    padding:5px 10px;
    margin:0 5px;
    letter-spacing:0.1em;
    border:1px #3d6cb9 solid;
	}
.inquryBtn a:hover{
    background:#00d1ff;
    border:1px #00d1ff solid;
	}
.send input[type="submit"]{
	font-family:Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
	font-size:1em;
}
/*螢幕大小*/
@media screen and (max-width:1600px){
	nav {
		padding-left: 20px;
		padding-right: 20px;
	}
	#contentBox{padding-left:0;}
}

@media screen and (max-width:1400px){
	.nav-lang {
		padding-right: 10px;
	}
	nav>ul>li {
		padding: 10px;
	}
	.nav-phone {
		padding-left: 40px;
	}
	.area-row {
		padding: 100px 20px;
	}
}

@media screen and (max-width:1200px){
	nav>ul>li {
		padding: 10px;
	}
	.nav-phone {
		padding-left: 10px;
	}
	.nav-icon {
		padding: 5px;
	}
	.nav-icon img {
		margin-left: 5px;
	}
	#index_margin{width:90%;}
	.news_margin{width:90%;}
	.news{width:750px;}
	.date{padding:0 0 0 40px; width:130px;}
	}
@media screen and (max-width:1080px){
	#preloader {
		opacity: 1;
		z-index: 9999;
	}
	nav {
		padding: 0;
	}
	.swiper-wrapper .swiper-slide:first-child{transition-delay:700ms!important;}
	.swiper-slide img {
		margin: 80px 0 100px;
    	height: 50vh;
	}
	.swiper-button-prev {
		left: 20px !important;
	}
	
	.swiper-button-next {
		right: 20px !important;
	}
	.swiper-button-next:hover, .swiper-button-prev:hover {
		opacity: 0.6 !important;
	}
	.swiper-button-prev:after, .swiper-button-next:after {
		font-size: 56px !important;
	}
	.about-area-img {
		padding-bottom: 60%;
	}
	.partner-img-l {
		display: none;
	}
	.partner-img-s {
		display: block;
	}
	header{padding-top:5px;}
	.page-edit-area{padding:20px 0 80px;}
	nav>ul{display:none;padding-right:60px;}
	#aa{background:url(images/aa.png) no-repeat;width:30px;height:18px;margin:30px 30px 0 30px;float:left; cursor:pointer;}
	#logo{text-align:center; float:none; margin:15px 20px 0;}
	.date{padding:0 0 0 30px; width:100px;}
	.news{width:80%;}
	.about_margin{width:90%;}
	.contact_margin{width:700px;}
	.contact_margin p{float:none;}
	.contact_margin iframe{margin:0 auto; display:block;}
	.Lang{position:initial;}
	.product-block-detail{width:78%;}
	.footbox{width:90%;}
	.foot-infoblock{width:60%;}
	.foot-service-block{width:80%;}
	nav{width:100%;}
	.tableDown span ul{margin-left:0px;}
	.pmargin-contact{flex-direction:column-reverse;}
	.info-block{width:100%; border-bottom-right-radius:30px; border-top-left-radius:0px;}
	.info{text-align:start; padding:40px; margin:0px auto;}
	.info-en{text-align:start; padding:60px; margin:0px auto;}
	.contact_margin iframe{width:100%; height:300px;}
	.footbox{max-width:700px; justify-content:center;}
	.more-btn-box{margin:0;}
	.more-btn-box a{width:90px;}
	.page-eidt-area{padding-top:0;}
	.process-block{max-width:600px; margin:0 auto;}
	.process-step-box{width:100%;}
	.step-info-content{padding:0 15px;}
	.process-step-box{margin-bottom:60px;}
	.process-step-box::before{top:unset; right:45%; bottom:-40px;}
	.process-step-box::before{content:"\f0ab";}
	.step-cover{flex-basis:300px;}
	.guide-block{display:none;}
	.foot-block {
		max-width: 600px;
		border-top: 1px dashed #888;
		padding-top: 15px;
	}
	.foot-info-item {
		border-top: 0;
		padding: 0;
	}
	.foot-box{width:100%;}
	.foot-box.foot-box-contact{width:60%;}
	.foot-box.foot-box-project{width:40%;}
	}

@media screen and (max-width:991px){
	.scroll-down-btn i {
		font-size: 30px;
	}
	.about-area-img {
		margin-bottom: 20px;
	}
	.praise-item p {
		font-size: 18px;
	}
	.service-item-1 {
		padding-bottom: 1em;
	}
	.service-item-4 {
		padding-bottom: 1em;
	}
	.service-area-img {
		margin-bottom: 10px;
	}
	.video-item {
		margin-top: 10px;
	}
	.video-item iframe {
		max-width: 728px;
    	height: 408.91px;
	}
	.article-item {
		padding: 40px 10px;
	}
	.article-area-img {
		padding-bottom: 50%;
	}
	.article-area-info {
		margin-top: 10px !important;
	}
	.article-detailed-img {
		padding-bottom: 40%;
	}
}

@media screen and (max-width:980px){
	.hot-block{width:90%; max-width:720px; margin:0 auto;}
	.hot-box{width:50%; margin:0 auto 30px;}
	nav>ul{padding-right:50px;}
	.more{margin:10px 0 20px 0;}
	.formBox .form input[type="text"]{ width:75%;}
	.formBox .form textarea{width:75%;}
	.titleIcon{width:35px;}
	.tableDown span{padding-left:0px;}
	.tableDown span ul{padding-left:0px;}
	.product-block-detail{width:75%;}
	.map-infobox{width:70%; margin:0 auto;}
	.map-box{width:100%;}
	.news-detail-cover-pic{width:100%; max-width:400px; margin:0 auto;}
	.news-detail-infobox{width:100%; max-width:600px; margin:30px auto 0;}
	.page-news-list-content{flex-wrap:wrap;}
	.news-list-menu{width:90%; max-width:600px; margin:0 auto;}
	.news-list-block{width:100%;}
	.news-list li{border-bottom:none; display:inline-block;}
	.news-list li{margin-left:10px; margin-right:15px;}
	.product_box{width:50%;}
	.open-cover{flex-basis:350px;}
	}

@media screen and (max-width:840px){
	#navlist{display:none;}
	#contentBox{overflow:inherit;}
	#index_margin{width:720px;}
	#keyBg{background-color: #3d3d3d;}
	#navlist_mobile{display:block;}
	.key{width:516px; line-height:35px;}
	.key a{color:#bfbfbf;}
	.key a:hover{color:#ffffff;}
	.date{padding:0 0 0 10px;}
	.news{width:75%;}
	.hot{width:100%}
	.productdt_margin{width:95%;}
	.showbox{float:none; margin:0 auto; width:600px;}
	.abgne-block-20120106{width:600px;margin:0 auto;}
	.abgne-block-20120106 img{margin:10px 8px 0 8px;}
	.photoimg{width:100%;}
	.ptext{width:100%; float:none; margin-left:0;}
	footer{margin-top:0px;}
	#footlogo {padding-bottom:0px;}
	.about form{position:initial; margin:0 0 45px;}
	.product-menu{flex-basis:100%;}
	.product-menu>ul>li{display:inline-block; border-bottom:none;}
	.product-menu ul li a{padding:10px 15px 10px 20px;}
	.product-block{width:100%; border-left:0;}
	.product_box{width:33.333%;}
	.product-block-detail{width:90%; border-left:0; float:none; margin:0 auto;}
	.product_img a{margin-bottom:10px;}
	.tableCenter2 ul li{padding-left:10px;}
	.process-block{max-width:400px; margin:0 auto;}
	.process-step-box{width:100%;}
	.process-step-box>.box-inner{flex-wrap:wrap;}
	.step-cover{flex-basis:100%;}
	.step-info-content{margin-top:10px;}
	}

@media only screen and (max-width:830px){
	#conference-timeline .conference-center-line{height:88%;}
	#conference-timeline .conference-center-line{margin-left:0; left:64px;}
	.conference-timeline-box{margin:20px 0 30px;}
	.conference-timeline-box .step-box{margin-left:0; left:20px;}
	.conference-timeline-box .timeline-box-left{max-width:100%; width:auto; float:none;}
	.conference-timeline-box .timeline-box-left{margin-left:50px; min-height:53px;}
	.conference-timeline-box .timeline-box-left{margin-bottom:10px;}
	.conference-timeline-box .timeline-box-right{max-width:100%; width:auto; float:none;}
	.conference-timeline-box .timeline-box-right{margin-left:50px; min-height:53px;}
	.conference-timeline-box .timeline-box-right{padding-top:0;}
	.conference-timeline-box .content-left{margin-left:50px;}
	.conference-timeline-box .content-left{padding:10px 25px; max-width:350px;}
	.conference-timeline-box .content-right{padding:0 35px 20px; min-height:65px;}
}

@media screen and (max-width:768px){
	.side-menu-nav {
		padding-right: 10px;
		padding-left: 10px;
	}
	.side-menu-nav li a {
		font-size: 14px;
	}
	.article-detailed-img {
		padding-bottom: 50%;
	}
	.foot-info-item {
		text-align: center;
	}
	.foot-info-item li {
		display: block;
	}
	.goTop{bottom:12%;}
	.hot1{width:320px; height:300px;}
	.table1Box{display: block;}
	#index_margin{width:680px;}
	.contact_margin{width:600px;}
	.contact_margin p{font-size:1em; width:80%;}
	.formBox .form input[type="text"]{width:70%;}
	.formBox .form textarea{width:70%;}
	.table1{display:block; text-align:center;}
	.tableLeft{width:100%;}
	.tableCenter1{width:100%;}
	.tableCenter2{width:100%;}
	.tableRight{width:100%;}
	.tableTop{padding-left:0;}
	.tableDown span{padding-left:0;}
	.inquiryType{text-align:left; margin-bottom:5px;}
	.tableDown{height:auto; margin:15px 0;}
	.tableLeft .tableDown{margin:0px 0;}
	.tableCenter2 ul li{padding-left:15px;}
	.tableDown span ul{margin-left:45px;}
	.contact-form-box{width:100%;}
	.contact-form-box#hide-item{display:none;}
	.process-step-block{max-width:400px;}
	.process-step-box{width:100%;}
	.process-step-box>.box-inner{padding:20px 0 50px;}
	.process-step-box:before{border-color:#96c896 transparent transparent transparent;}
	.process-step-box:before{right:45%; top:unset; bottom:0;}
	.news-box{max-width:360px;}
	.news-box>.box-inner{flex-wrap:wrap; margin:15px;}
	.news-pic{flex-basis:100%;}
	.news-block{padding:10px 5px 20px;}
	.open-block{max-width:450px; flex-wrap:wrap;}
	.open-cover{flex-basis:100%;}
	.colorbox-item{width:33.333%;}
	.about-spirit-block{flex-wrap:wrap;}
	.about-spirit-pic{flex-basis:100%;}
	.about-spirit-content{margin-bottom:20px; padding:0;}
	}
@media screen and (max-width: 640px){
	.video-item iframe {
    	height: 338.14px;
	}
	.article-tit h2 {
		font-size: 22px;
	}
	.article-detailed-tit h2 {
		font-size: 22px;
	}
	.article-sub span {
		font-size: 14px;
	}
	#index_margin{width:95%;}
	.hot-block{max-width:400px;}
	.hot-box{width:90%; margin:0 auto 30px;}
	.hot_cover{padding-bottom:60%;}
	.news{width:70%; padding:0 0 0 10px;}
	.pic{width:initial; float:none; height:80%;}
	.key{width:100%;}
	.hot_text{ height:initial; float:none; padding:10px;}
	.hot_box{margin:0 auto;width:100%;}
	.news_t{float:none;}
	.contact_margin iframe{width:100%; height:300px;}
	.contact_margin{width:450px;}
	.contact_margin p{width:100%;}
	.product_box{width:50%;}
	.product_margin{width:440px;}
	.showbox{float:none; margin:0 auto; width:500px; height:385px;}
	.abgne-block-20120106{width:500px; margin:0 auto;}
	.abgne-block-20120106 img{margin:10px 2px 0 0px; width:118px; height:90px;}
	.footbox{width:80%;}
	.video{width:98%;}
	.popup-gallery{width:100%;}
	.formBox .form input[type="text"]{width:58%;}
	.formBox .form textarea{width:58%;}
	.download-pro h3{position:absolute; right:0; top:12px;}
	.download-pro h4{display:block; margin-left:0; margin-bottom:8px;}
	.download-pro {margin:25px auto 45px; position:relative;}
	.ptext{float:left;}
	.product_img a{width:100%; height:100%;}
	.product_img a::after{width:60px; padding-top:60px;}
	.map-infobox{width:100%;}
	.foot-block{width:95%;}
	.foot-box.foot-box-contact{width:unset;}
	.foot-box.foot-box-project{width:unset;}
	.process-box{width:100%;}
	.colorbox-item{width:50%;}
	}

@media screen and (max-width:500px){
	.area-row {
		padding: 100px 10px;
	}
	.praise-item p {
		font-size: 16px;
	}
	.video-item iframe {
    	height: 260.06px;
	}
	.article-detailed-img {
		padding-bottom: 60%;
	}
}

@media screen and (max-width:480px){
	.numpage-btn .pagination li {
		padding: 4px 7px;
	}
	.pagination>li>a, .pagination>li>span {
		font-size: 14px;
		padding: 4px 8px;
	}
	#logo img{width:100%;}
	.pmargin .newtable1{max-width:300px;}
	.news{width:90%;}
	.news-text{padding:0;}
	.contact_margin iframe{width:380px; height:300px; padding-bottom:5px;}
	.contact_margin{width:380px;}
	.product_box{width:100%;}
	.product_margin{width:390px;}
	.showbox{float:none; margin:0 auto; width:400px; height:287px;}
	.abgne-block-20120106{width:400px; margin:0 auto;}
	.abgne-block-20120106 img{margin:25px 2px 0 0px; width:93px; height:70px;}
	.detailBtn1{float:initial; margin:20px 0 10px;}
	.detailBtn2{float:initial; margin:20px 0 10px;}
	.download-pro h1{display:block;}
	.formBox .form label{position:initial;}
	.formBox .form input[type="text"]{padding-left: 10px; margin-left: 0px; width:100%;}
	.formBox .form textarea{padding-left:10px; margin-left:0px; width:100%;}
	.pro_text{display:block;}
	.verify-box label{display:block;}
	.product_img a::after{display:none;}
	.bread-block{display:none;}
	}
@media screen and (max-width: 400px){
	.video-item iframe {
    	height: 213.44px;
	}
	#footlogo{width:100%; margin-top:0;}
	.contact_margin iframe{width:100%; height:300px; padding-bottom:5px;}
	.contact_margin{width:320px;}
	.showbox{float:none; margin:0 auto; width:320px; height:245px;}
	.abgne-block-20120106{width:330px; margin:0 auto;}
	.abgne-block-20120106 img{margin:5px 0 0 0; width:75px; height:58px; margin-bottom:0px;}
	.ptext{float:left;}
	.product_margin{width:80%;}
	.product_img{width:100%;}
	.contact_margin p{font-size:.9em;}
	.download-pro{position:initial; padding-bottom:15px;}
	.download-pro h3{position:initial; right:auto; float:none;}
	.download-pro h4{margin-bottom:18px;}
	.product_img a::after{width:80px; padding-top:80px;}
	.tableDown span ul{margin-left:15px;}
	}

@media screen and (max-width: 340px) { 
	.video-item iframe {
    	height: 179.73px;
	}
	ul.tabs li a {padding: 0 7px;}
	.tableDown span ul { margin-left: 0px;}

}

.about-edit-block h5{
    font-size:22px;
    font-weight:600;
    color:#39445c;
    padding-bottom:10px;
	letter-spacing: 1px;
}

.about-edit-block ul li{
    font-size:16px;
    color:#000;
    line-height:1.8em;
    position:relative;
    padding-left:20px;
	}

	.about-edit-block ul li::before {
    content:'';
    position:absolute;
    top:11px;
    left:5px;
    height:5px;
    width:5px;
    border-radius:50%;
    background:#39445c;
	}
.quick-link {
	padding: 7px 12px;
	margin: 0 10px;
	border: 2px #ef6817 solid;
	border-radius: 5px;
	}









