@charset "utf-8";
/* CSS Document */
*{-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;font-family: "微軟正黑體";}
.pure-g [class*=pure-u], .pure-g{font-family: "微軟正黑體";letter-spacing: 0px;}
body{margin:0;top: 0px!important;}
a {text-decoration: none;}
ul {list-style: none;  margin: 0;  padding: 0;}
img { max-width: 100%;}
button:focus, input:focus, select:focus, textarea:focus {
  outline: none; }
#tinymce {  background: none; }
#container{	width:100%;	margin:0 auto;}
.nodata{
	text-align: center;
	color: #000;
	font-size: 1em;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nodata span{
	padding: 5em;
	width: 100%;
}
main{
	overflow: hidden;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0px;
    padding: 0;
    -webkit-animation: slowtop 0.6s linear;
    -moz-animation: slowtop 0.6s linear;
    -ms-animation: slowtop 0.6s linear;
    -o-animation: slowtop 0.6s linear;
    animation: slowtop 0.6s linear;
}
main > div{
	width: 100%;
}

/*header*/
header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -ms-align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    z-index: 999;
    top: 0;
	-webkit-animation: eimg 0.5s linear;
    -moz-animation: eimg 0.5s linear;
    animation: eimg 0.5s linear;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}



.headerbox{
	z-index: 999;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    position: fixed;
    top: 0px;
}
.logo {
	width: 265px;
    background: #FFFFFF;
    border-right: 10px #85C9EE solid;
    text-align: center;
}
.logo a {
	width: 200px;
    padding: 15px 0px;
    margin: auto;
    line-height: 0px;
	display: block;
}
.logo img{
	max-width: 200px;
	width: 100%;
}


.logo>a{
	font-size: 25px;
	font-weight:900;
}
/*浮動購物車*/
.cart_fixedbox{
	position: fixed;
    width: 58px;
    right: 15px;
    top: 26.5%;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-startr;
	-o-justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	z-index: 999;
	background-color: rgba(204, 204, 204, 0.4);
	border-radius: 50px;
	padding: 3px 0 20px;
	border: 3px solid #F8B500;
}
.cart_fixedbox > a{
	color: #000;
	text-align: center;
	width: 100%;
	font-size: 15px;
}
.cart_fixedbox > a > span{
	position: relative;
	top: -3px;
}
.cart_fixedbox > span{
	position: absolute;
	bottom: 5px;
    left: 41px;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    color: #fff;
    font-weight: bolder;
	display: inline-block;
	background-color: #FF7F27;
	border-radius: 50%;
}
/*會員登入*/
.member_login_boxbtn{
	position: absolute;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 100px;
	height: 50px;
	color: #858585;
	font-size: 18px;
	line-height: 1em;
	font-weight: bolder;
}
.member_login_boxbtn a{
	font-weight: bolder;
	color: #fff;
	font-size: 15px;
	margin: 0 3px;
	background:rgba(255,255,255,0.2);
	display: inline-block;
	width: 100%;
	border-radius: 50px;
	padding: 5px 0;
	margin-top: 5px;
}

.member_login_boxbtn a:hover{
	color: #000; 
}
/*產品搜尋*/
.product_search_box{
	position: absolute;
	top: 70px;
	right: 0;
	display: inline-block;
	width: 300px;
	height: 30px;
	color: #858585;
	font-size: 15px;
	display: none;
}
.product_search_box form > input{
	width: 70px;
	height: 30px;
}
.product_search_box form > a,.product_search_box form > input[type="submit"]{
	width: 50px;
	height: 30px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	vertical-align: top;
	background-color: #858585;
	border-radius: 0;
	border: 0;
	color: #fff;
}
/*產品檢視紀錄*/
.productClickHistory{
	position: fixed;
	top: 50%;
	bottom: 50%;
	right: 0;
	width: auto;
}
.productClickHistory ul{
	background-color: #7B7B7B;
	border: 1px solid #7B7B7B;
}
.productClickHistory li{
	list-style: none;
}
.productClickHistory img{
	width : 100px;
	height : 100px;
}
/*Banner*/
.bannerbox{
	width: 100%;
	margin: 30px auto 0;
	-webkit-animation: eimg 0.5s linear;
	-moz-animation: eimg 0.5s linear;
	animation: eimg 0.5s linear;
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	animation-delay: 0.1s;
	opacity: 0;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#banner {
	position: relative;
	overflow: hidden;
	z-index: 99;
}
#banner .img {
	white-space: nowrap;
	position: absolute;
}
#banner .img img {
	vertical-align: top;
}
#banner_control {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 100;
}
#banner_control img {width: 16px;}
#banner #banner_control span {
	cursor: pointer;
	padding: 0 3px;
}
#banner #banner_control span img:nth-child(2) {
	display: none;
}
#banner #banner_control span img:nth-child(1) {
	display: inline-block;
}
#banner #banner_control span:active img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
	display: none;
}
#banner #banner_control span:active img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
	display: inline-block;
}
/*Banner End*/
/*menu*/
nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-end;
}
header .navbox{
	width: calc(100% - 265px);
    background: linear-gradient(to right, #18479F, #1F2A52);
}
header .hnav .mul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	vertical-align: top;
	text-align: center;
	padding: 0;
	background-color: transparent!important;
	padding-right: 9%;
}
header .hnav .mul > li{
	position: relative;
	padding: 0px;
	margin: 0 0em 0em;
}
header .hnav .mul > li::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    left: 50%;
    bottom: 10px;
    background: #F93A5A;
    transition: .5s;
    transform: translateX(-50%);
}
header .hnav .mul > li:hover::before {
    width: 20px;
}
header .hnav .mul li a > b{
	display: block;
	vertical-align: top;
	position: relative;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	color: #FFFFFF;
	font-family: "Arial", "微軟正黑體";
	font-weight: normal;
}
header .hnav .mul li a > span{
	color: #85C9EE;
    font-size: 13px;
    font-family: "微軟正黑體";
}
.hnav .mli > a {
	color: #fff;
	position: relative;
	cursor: pointer;
	vertical-align: top;
	display: inline-block;
    text-align: center;
    line-height: 18px;
    padding: 26px 1.2vw 20px;
}
.hnav .mli > a:hover, .hnav .mli.has_sub_btn:hover > a{
	color: #000;
}
.hnav .mli .sul {
    position: absolute;
    z-index: 9999;
    width: 100%;
    display: none;
    cursor: pointer;
    left: 0;
    padding: 0;
    background-color: #f1ffab;
}
.hnav .mli:hover .sul{
	display: block;	
}
.hnav .sli {
    width: 100%;
}
.hnav .sli a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 10px;
    font-size: 1em;
    color: #fff;
}
.hnav .sli:first-child{
	padding-top: 10px;
}
.hnav .sli:last-child{
	padding-bottom: 10px;
}
.hnav .sli a:hover{
	color: #000;
}
.menu-trigger {
   display: none;
 }

 .ma2_version1 #google_translate_element,.ma2_version2 #google_translate_element{
 	position: absolute;
    top: 36px;
    right: 140px;
 }
 .ma2_version1 #language,.ma2_version2 #language{
 	position: absolute;
    top: 36px;
    right: 140px;
 }
@media screen and (max-width: 1200px) {
    header .logo {
        width: 220px;
    }
    header .logo a {
        width: 170px;
        padding: 20px 0px;
    }
    header .navbox {
        width: calc(100% - 220px);
    }
    header .hnav .mul{
        padding-right: 5%;
    }
    .hnav .mli > a {
        display: inline-block;
        text-align: center;
        line-height: 18px;
        padding: 26px 1vw 20px;
    }
}
@media screen and (max-width: 910px) {
    .headerbox {
        flex-wrap: wrap;
    }
    header .logo {
        width: 100%;
        text-align: left;
        border-bottom: 5px #85C9EE solid;
        border-right: unset;
    }
    header .logo a {
        padding: 10px 0px;
        margin: 0px 20px;
    }
    header .navbox {
        width: 100%;
    }
    header .hnav .mul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .hnav .mli > a {
        padding: 24px 1vw;
    }
}
 @media screen and (max-width: 768px){
 	.ma2_version1 #google_translate_element,.ma2_version2 #google_translate_element{
	 	position: relative;
	    top: 0px;
	    right: 0px;
	    padding: 10px 0px;
	 }
	 .ma2_version1 #language,.ma2_version2 #language{
	 	position: relative;
	    top: 0px;
	    right: 0px;
	    padding: 10px 0px;
	    width: 100%;
	    text-align: center;
	    text-align-last: center;
	 }
 }


/*版型2-start*/
.ma2_version2 .bannerbox{
	margin: 0 auto;
}
/*版型2-end*/

/*版型3-start*/
.ma2_version3 #google_translate_element{
	position: relative;
	right: 20px;
    margin: auto;
}
.ma2_version3 #language{
	position: relative;
	right: 20px;
    margin: auto;
}
 @media screen and (max-width: 768px){
 	.ma2_version3 #google_translate_element{
	    right: 0px;
	    padding: 10px 0px;
	}
	.ma2_version3 #language{
	    right: 0px;
	    padding: 10px 0px;
	    width: 100%;
	    text-align: center;
	    text-align-last: center;
	}
 }

.ma2_version3 .bannerbox{
	margin: 74px auto;
}
.ma2_version3 header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.ma2_version3 .headerbox{
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.ma2_version3 .logo {
    padding: 18px 0 15px 25px;
    width: 240px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
}

@media screen and (max-width: 500px){
	.ma2_version3 .logo {
   
    justify-content: flex-start;
}

}


.ma2_version3 .logo img {
	width: 100%;
    max-width: 240px;
}
.ma2_version3 header .navbox {
    width: calc(100% - 240px);
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}
.ma2_version3 header .hnav .mul > li {
    margin: 0 0em 0;
}
.ma2_version3 .hnav .mli > a {
    padding: 25px 2em 25px 2em;
    color: #fff;
    font-size: 18px;
    border: 0;
}
.ma2_version3 .hnav .mli > a:hover, .ma2_version3 .hnav .mli.has_sub_btn:hover > a{
	color: #B5B5B6;
}
.ma2_version3 header .hnav .mul {
    width: calc(100% - 300px);
    order: 0;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px){
	.ma2_version3 header .hnav .mul {
    width: 100%;
   
}
}



.ma2_version3 .member_login_boxbtn {
    position: relative;
    top: 0px;
    right: 0px;
    width: 150px;
    height: auto;
    font-size: 18px;
    padding-right: 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px){
	.ma2_version3 .member_login_boxbtn {
   position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    color: #fff;
    background-color: #ccc;
    font-size: 17px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
    display: block;
}


}



.ma2_version3 .member_login_boxbtn a {
    font-weight: bolder;
    color: #fff;
    font-size: 15px;
    margin: 0 3px;
    background: rgba(255,255,255,0.2);
    display: inline-block;
    width: 100%;
    border-radius: 50px;
    padding: 5px 0;
    margin-top: 5px;

}

@media screen and (max-width: 768px){
	.ma2_version3 .member_login_boxbtn a {
    font-weight: bolder;
    color: #fff;
    font-size: 15px;
    margin: 0 3px;
    background: rgba(255,255,255,0.2);
    display: inline-block;
    width: 100%;
    border-radius: 0px;
    padding: 0px 0;
    margin-top: 0px;
}
}

.ma2_version3 .member_login_boxbtn a:hover {
    color: #B5B5B6;
}
/*版型3-end*/

/*top*/
#gotop {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 40%;
	cursor: pointer;
	z-index: 9999;
}
#gotop img {
	width: 58px;
	height: auto;
}

/*more*/
.more a{
	font-weight: bolder;
	font-size: 1.5em;
	letter-spacing: 1px;
	color: #727171;
}
.more{
	text-align: right;
    margin: 16px 0;
    width: 100%;
}
.more a:hover{
	color: #000;
}

/*back*/
.back{
	text-align: right;
    margin: 16px 0;
    width: 100%; 
}
.back a{
	font-weight: bolder;
	font-size: 1.5em;
	letter-spacing: 1px;
	color: #727171;
}
.back a:hover{
	color: #000;
}


/*麵包屑breadcrumb*/
.brandcrumb_box{
	display: none;
}
.brandcrumb li{
	display: inline-block;
	color: #727171;
}
.brandcrumb li a{
	color: #727171;
	font-size: 16px;
}
.brandcrumb li a:hover{
	color: #000;
}

/*內頁標題*/
.title{
	text-align: left;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: bolder;
	color: #4B4B4B;
}
.title > img{
	max-width: 62px;
	vertical-align: top;
}
.title > span{
	line-height: 62px;
}

/*按鈕*/
.member_button{
	background: #4B4B4B;
	color: #fff;
	width: 300px;
	margin: 1em auto;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1em;
	display: block;
	padding: 0.5em;	
	border: none;
}

.member_button:hover{
	background: #DA4E40;	
	
}
a.btn{
	background: #4B4B4B;
	color: #fff;
	width: 300px;
	margin: 1em auto;
	text-decoration: none;
	font-size: 1.5em;
	font-family: '微軟正黑體';
	text-align: center;
	display: block;
	line-height: 2em;
}
a.btn:hover{
	background: #DA4E40;
}

a.btn_fb{
	background: #1D438E;
	color: #fff;
	width: 300px;
	margin: 1em auto;
	text-decoration: none;
	font-size: 1.5em;
	display: block;
	line-height: 2em;
}
a.btn_fb:hover{
	background: #13213B;
}

/*footer*/
footer{
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #4B4B4B;
}
.footer_box, .foot_main{
	width: 100%;
}
.foot_main{
	padding: 32px 70px 15px;
}
.foot_main_in, .foot_top, .foot_bottom{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.foot_top{
	padding: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.foot_top_left{
	width: calc(100% - 180px);
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.foot_top_right{
	width: 100%;
	text-align: right;
}
.foot_top_right a{
	margin-left: 6px;
	width: 50px;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.foot_top_right a img{
	width: 50px;
	vertical-align: middle; 
}
.foot_top_right a:hover img{
	-webkit-animation: tada 1s;
	   -moz-animation: tada 1s;
	    -ms-animation: tada 1s;
	     -o-animation: tada 1s;
	        animation: tada 1s;
}
.foot_top_right a.foot_link_line img{
	width: 50px;
}
.foot_logo{
	width: 100%;
}
.foot_logo img{
	max-width: 245px;
}
.foot_nav{
	width: 100%;
	padding: 18px 0;
}
.foot_nav .foot_mul{
	width: calc(100% - 180px);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.foot_nav .foot_mul .foot_mli{
	padding: 0 10px 0 0;
	position: relative;
	margin-right: 10px;
}
.foot_nav .foot_mul .foot_mli::after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 18px;
	background-color: #000;
	top: 3px;
	right: -8px;
	position: relative;
}
.foot_nav .foot_mul .foot_mli a{
	color: #9D9E9E;
	font-size: 16px;
}
.foot_nav .foot_mul .foot_mli a b{
	font-weight: 600;
	white-space: nowrap;

}
.foot_nav .foot_mul .foot_mli a:hover{
	color: #fff;
}
.foot_nav .foot_mul .foot_mli .foot_sul {
    position: absolute;
    z-index: 9999;
    width: auto;
    display: none;
    cursor: pointer;
    left: 0;
    padding: 5px 0;
    background-color: #fff;

}
.foot_nav .foot_mul .foot_mli:hover .foot_sul {
	display: block;	
}
.foot_nav .foot_mul .foot_mli .foot_sul .foot_sli {
    width: 100%;
}
.foot_nav .foot_mul .foot_mli .foot_sul .foot_sli a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0px 5px;
    font-size: 14px;
    color: #fff;
}
.foot_nav .foot_mul .foot_mli .foot_sul .foot_sli a:hover{
	color: #000;
}
.foot_bottom .foot_cont{
	width: 100%;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #9D9E9E;
	font-size: 17px;
	padding: 0 ;
}
.foot_bottom .foot_cont .foot_cont_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.foot_cont_in > div{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.foot_cont_in > div.foot_nav{
	padding: 7px 0 10px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: flex-start;
	position: absolute;
    margin-top: -25px;
}
.foot_txt > div{
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 600;
}
.foot_txt > div > span{
	margin-right: 1em;
}
.copy{
	width: 100%;
	color: #9D9E9E;
	text-align: left;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 10px 0px;
}
.copy a{color: #9D9E9E;	}
.copy address{
	font-style:normal;
}
.foot_counter{
	position:absolute;
	right:0px;
	bottom:0px;
}

/*頁碼*/
.page{
	text-align: center;
	margin: 40px 0px;
}
.page ul {padding: 0;margin: 0;list-style-type: none;}
.page ul li {display: inline-block;padding:0 6px;}
.page ul li a {
	width: 28px;
	height: 28px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 13px;
	font-weight: bolder;
	line-height: 26px;
	border-radius: 50%;
	border: 1px solid transparent;
}
.page ul li a:hover {	
	color: #4B4B4B;
	border: 1px solid #D0D0D0;
}
.page ul li.page_arrow a{
	border: 1px solid #D0D0D0;
}
.page ul li.page_arrow a i{
	font-weight: bolder;
}

/*news*/
.inews_box {
    padding: 0;
    overflow: hidden;
    width: 83.2%;
    margin: 72px auto 0px;
}
.inews{
	text-align: center;
}
.inews_main_out{
	margin: 0 auto;
	width: 100%;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
.inews_mainbox{
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
.inews_main{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #9B9C9C;
}
.inews_main a{
	color: #9B9C9C;
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.6em;
	padding: 40px 0 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.inews_main a:hover, .inews_main a:hover .inews_bottom .date, .inews_main a:hover .inews_bottom .name{
	color: #000;
}
.inews_main:first-child a{
	padding: 15px 0 15px;
}
.inews_top{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 20.2%;
}
.inews_bottom{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 79.8%;
	padding: 0 9.2% 0 4.3%;
}
.inews_top .inews_pic{
	width: 100%;
}
.inews_top .inews_pic img{
	width: 100%;
	max-width: none;
}
.inews_bottom > div {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.inews_bottom .date{
	font-size: 1.2em;
	line-height: 2.15em;
	width: 125px;
	vertical-align: top;
	color: #838383;
	letter-spacing: 1.5px;
}
.inews_bottom .name{
	width: calc(100% - 125px);
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-inline-box;
	overflow: hidden;
	line-height: 2em;
	height: 2em;
	vertical-align: top;
	font-size: 1.3em;
	color: #838383;
	padding-left: 1em;
	word-break: break-all;
}
.inews_bottom .txt{
	width: 100%;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	margin-top: 10px;
	height: 6em;
	font-size: 1em;
	line-height: 1.5em;
	word-break: break-all;
}

/*product*/
.iproduct_box{
    padding: 0;
    overflow: hidden;
    width: 83.2%;
    margin: 55px auto 0px;
}
.iproduct{
	width: 100%;
	padding: 8px 0 0;
}
.ipbox{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}
.ipbox_top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ipbox_center{
	width: 100%;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.iproduct .ipbox .listbox {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    border-bottom: 1px solid #9B9C9C;
}
.iproduct .ipbox .listbox .list {
    width: 20%;
    position: relative;
    margin-bottom: 64px;
    padding: 0;
    color: #727171;
    font-size: 16px;
    font-weight: bolder;
}
.iproduct .ipbox .listbox .list:not(:nth-child(4n)) {
	margin-right: 6.66%;
}
.iproduct .ipbox .listbox .list:hover{
	color: #000;
}
.iproduct .listbox a.list:hover .showbox img{
	-webkit-transform : scale(1.1);
	-ms-transform : scale(1.1);
	transform : scale(1.1);
	opacity: 0.7;
}
.test2{
	display: block;
	opacity: 1;
	width: 100%;
	margin: 0 auto;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
.showbox {
	width: 100%;
	position: relative;
	padding: 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.iproduct .listbox .list .pro_name{
    margin: 1.6em 0;
    display: block;
    line-height: 1em;
    min-height: 1em;
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
}
.ipbox_center .more{
	margin: 0px 0px 28px;
}

/*about 舊的樣式*/ 
.iabout_box {
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 84px 0 0px;
}
.iabout_box .title {
    width: 83.2%;
    margin: 0 auto;
}
.iabout{
	/* background-color: #fff; */
	width: 100%;
	padding: 0px 0;
	margin: 0px 0 15px;
}
.iabout .iaboutmain{
	width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.iabout .iaboutmain .about_left{
	width: 30%;
	padding-left: 4.6%;
}
.iabout .iaboutmain .about_right{
	width: 70%;
	color: #D9DADA;
	padding: 0 8% 0 10%;
	font-size: 17px;
	line-height: 1.8em;
}
.iabout .iaboutmain .about_right h2{
	color: #fff;
	letter-spacing: 1px;
}
/* .iabout .iaboutmain .more a{
	color: #fff;
}
.iabout .iaboutmain .more a:hover{
	color: #D9DADA;
} */



/*川流樣式about的首頁*/
/*
.about-wrapper{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	margin-bottom: 50px;
	margin-top: 50px;
}


.about-wrapper .about-pic{
	width: 100%;

}
.about-wrapper .about-pic02{
	width: 50%;
	padding: 40px;

}

@media screen and (max-width: 500px) { 
	.about-wrapper .about-pic02{
	width: 100%;
	padding: 20px;

}



}


.about-wrapper .about-text{
	width: 50%;
}
@media screen and (max-width: 768px) { 
	.about-wrapper .about-text{
	width: 90%;
	margin: 0 auto;
}


}


.about-wrapper .about-text>b{
	font-size: 35px;
	letter-spacing: 1px;
	text-shadow:2px 6px 6px rgba(0,0,0,0.3);
	color: #3E3A39;
	margin-top: 30px;
	display: block;
}
@media screen and (max-width: 768px) { 
	.about-wrapper .about-text>b{
	font-size: 26px;
	letter-spacing: 0px;
	text-shadow:2px 6px 6px rgba(0,0,0,0.3);
	color: #3E3A39;
	margin-top: 30px;
	display: block;
}


}

.about-wrapper .about-text>span{
	font-size: 30px;
	font-style: normal;
	letter-spacing: 3px;
	color: #E9A514;
	margin-top: 10px;
	display: block;
}

.about-wrapper .about-text>span>i{
	font-size: 30px;
	font-style: normal;
	letter-spacing: 0px;
	color: #f95b03;
	font-weight: 600;
	margin-top: 10px;

}

.about-wrapper .about-text .about-img{
	width: 350px;
	margin-top: 30px;
}
@media screen and (max-width: 500px) { 
	.about-wrapper .about-text .about-img{
	width: 80%;
	margin-top: 30px;
}


}

.about-wrapper .about-text .about-img>img{
	width:100%;
	display: block;
	
}

.about-wrapper .about-text .about-text-title{
	width: 95%;

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

.about-wrapper .about-text .about-text-title{
	width: 100%;

} 

}


.about-wrapper .about-text .title-01{
	width: 80%;
	font-size: 25px;
	margin-top: 40px;
	padding-bottom: 10px;
	color: #f95b03;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
} 

@media screen and (max-width: 500px) { 
	.about-wrapper .about-text .title-01{
	width: 100%;
	font-size: 25px;
	margin-top: 40px;
	padding-bottom: 10px;
	color: #f95b03;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
} 



}


.about-wrapper .about-text .text-02{
	width: 90%;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
	padding-bottom: 10px;

} 
@media screen and (max-width: 500px) { 
	.about-wrapper .about-text .text-02{
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	margin-top: 20px;
	padding-bottom: 10px;

}


}


.about-wrapper .sec03{
	width: 80%;
	margin: 0 auto;
}
.about-wrapper .sec03 .work>img{
	width: 60px;
	display: block;
	padding-right: 10px;
}

.about-wrapper .sec03 .work{
	margin-top: 70px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 35px;
	font-weight: 600;
	color: #E9A514;
	text-shadow:2px 6px 6px rgba(0,0,0,0.3);

}



.about-wrapper .sec03 .work02{
	line-height: 30px;
	width: 50%;
	font-size: 20px;
	font-weight: 600;
	margin: 40px auto;
	text-align: center;
	color: #6d6d6c;

}
@media screen and (max-width: 1024px) { 
	.about-wrapper .sec03 .work02{
	width: 80%;
}
}

@media screen and (max-width: 768px) { 
	.about-wrapper .sec03 .work02{
	line-height: 30px;
	width: 100%;
	font-size: 17px;
	font-weight: 600;
	margin: 40px auto;
	text-align: center;
	color: #6d6d6c;
}
}

*/









/* 影片RWD */
/*@media screen and (max-width: 1920px) {
 iframe{
  width: 80%;
  height: 314px
 }
 
}

@media screen and (max-width: 1024px) {
 iframe{
  width: 60%;
  height: 314px
 }
 
}
@media screen and (max-width:768px) {
 iframe{
  width: 100%;
  height: 314px;
 }
 
}*/















/**/
@-webkit-keyframes tada {
   0% {-webkit-transform: scale(1);transform: scale(1);} 
   10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);} 
   30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);transform: scale(1.1) rotate(3deg);} 
   40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);transform: scale(1.1) rotate(-3deg);} 
   100% {-webkit-transform: scale(1) rotate(0);transform: scale(1) rotate(0);} 
}
@keyframes tada {
   0% {-webkit-transform: scale(1);transform: scale(1);} 
   10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);} 
   30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);transform: scale(1.1) rotate(3deg);} 
   40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);transform: scale(1.1) rotate(-3deg);} 
   100% {-webkit-transform: scale(1) rotate(0);transform: scale(1) rotate(0);} 
}
@-webkit-keyframes eimg {
	from { -webkit-transform: translateY(-100px); transform: translateY(-100px); opacity: 0; }
	to { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@keyframes eimg {
	from { -webkit-transform: translateY(-100px); transform: translateY(-100px); opacity: 0; }
	to { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@-webkit-keyframes slowtop{
from {
-webkit-transform:translateY(50%);transform:translateY(50%);
opacity: 0; }
to{
-webkit-transform:translateY(0px);transform:translateY(0px);
opacity: 1;}
}
@keyframes slowtop{
from {
-webkit-transform:translateY(100px);transform:translateY(100px);
opacity: 0; }
to{
-webkit-transform:translateY(0px);transform:translateY(0px);
opacity: 1;}
}
@-webkit-keyframes breath {
50% {
    transform: scale(1.05);-webkit-transform: scale(1.05);}
}
@keyframes breath{
50% {
    transform: scale(1.05);-webkit-transform: scale(1.05);}
}
/*bannerBox*/
.bannerBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.bannerBox .left{
	width: 50%;
	height: 100%;
}
.bannerBox .left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 8px 8px 0px #ddd;
}
.bannerBox .left .about-pic02 {
    position: relative;
    left: 30px;
    top: -25px;
}
.bannerBox .right{
	width: 50%;
    justify-content: center;
    display: flex;
	padding-left: 1%;
}
.banner_txt {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.banner_txt h1{
	color: #182987;
	font-size: 2em;
    margin: 5px 0;
	letter-spacing: 0.1em;
}
.banner_txt h1 img {
    vertical-align: middle;
    width: 55px;
    position: relative;
    top: -2px;
	margin-right: 5px;
}
.banner_txt p.btn-contact{
	background-color: rgb(0, 96, 202);
	color: #fff;
	font-size: 20px;
	padding: 10px 20px;
	position: relative;
}
.banner_txt p.btn-contact::before {
    content: '';
    position: absolute;
    display: block;
    background-color: rgb(0, 96, 202);
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -5px;
}
main.ma2_version2_main{
	background-image: url(../images/image/bg_banner.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
.banner_txt p{
	color: #555;
}
.banner_txt p.btn-web{
	font-size: 24px;
}
.banner_txt p.btn-web > a .web-hover{
	background-image: url(../images/website_image/icon_arrow2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 66px;
	font-size: 20px;
    color: #fff;
    font-weight: bolder;
	padding: 0 35px 15px 0;
}
.banner_txt p.btn-web > a:hover .web-hover {
	color: rgb(0, 96, 202);
}
.banner_txt p a{
	font-weight: bold;
	color: #555;
}
.banner_txt p a:hover{
	color: rgb(0, 96, 202);
}
.iabout_box .title{
	display: none;
}
.about-text {
    background: #DEF4FC;
    padding: 30px 5% 70px;
    width: 100%;
    max-width: 1400px;
    margin: 30px auto 0;
}
.about-text h3{
	line-height: 2;
}
.about-text > h2 > b{
	background-color: #2b3770;
	color: #fff;
	border: 3px dotted #fff;
	padding: 5px 15px;
	margin-bottom: 10px;
}
.about-text > h2 > b a{
	color: #fff;
}
.sec03 {
    margin: 50px auto 0;
	position: relative;
}
.sec03 .work:first-child {
    position: relative;
    z-index: 1;
    margin-top: -30px;
    padding: 0 15px 0;
    box-sizing: border-box;
}
.sec03 .work table tr td:nth-child(1) img, .sec03 .work table tr td:nth-child(5) img{
	width: 55px;
}
.sec03 .work table tr td:nth-child(2), .sec03 .work table tr td:nth-child(3), .sec03 .work table tr td:nth-child(4){
	padding: 0 15px;
}
.sec03 .work table tr td:nth-child(2) img, .sec03 .work table tr td:nth-child(3) img, .sec03 .work table tr td:nth-child(4) img{
	width: auto;
	border: 3px solid #fff;
	max-height: 230px;
}
.sec03 .work:first-child::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #35B3E5;
    width: 100%;
    height: calc(100% + 50px);
    top: -50px;
    left: 0;
    z-index: -1;
    box-shadow: 0 0 5px 3px #ddd;
    border: 5px solid #fff;
}
.sec03 .work:nth-child(2){
	margin-top: 50px;
	text-align: center;
}
.sec03 .work:nth-child(3){
	margin-top: 30px;
}
.sec03 .work:nth-child(2) a {
    margin: 0 auto;
    background-color: #2c3f9d;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 6px 20px;
    border-radius: 8px;
    box-shadow: 0 0 5px #666;
    letter-spacing: 2px;
	position: relative;
}
.sec03 .work:nth-child(2) a span{
	color: #fff!important;
}
.sec03 .work:nth-child(2) a::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #2c3f9d;
    width: calc(100% + 100px);
    height: 1px;
    left: -50px;
    top: 50%;
    z-index: -1;
}
.sec03 .link_txt{
	background-color: #eee;
	padding: 10px;
}
.sec03 .link_txt a{
	background-color: #2c3f9d;
	padding: 1px 5px;
	color: #DEF4FC;
}